Changes in / [7737666:7cf3a46]
- Files:
-
- 180 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
r7737666 r7cf3a46 1 gutenbach (2.03) unstable; urgency=low2 3 * Update permissions again, to allow everybody to access the server4 5 -- Jessica Hamrick <jhamrick@mit.edu> Tue, 08 Jun 2010 19:07:09 -04006 7 gutenbach (2.02) unstable; urgency=low8 9 * Fix print server permissions problems such that remote10 users can user cups-lpq and cups-lprm11 12 -- Jessica Hamrick <jhamrick@mit.edu> Mon, 31 May 2010 23:51:52 -040013 14 gutenbach (2.01) unstable; urgency=low15 16 * Handle SIGTERM in the gutenbach backend, so jobs don't17 keep playing even after being dequeued.18 19 -- Jessica Hamrick <jhamrick@mit.edu> Mon, 31 May 2010 22:23:53 -040020 21 gutenbach (2.0) unstable; urgency=low22 23 * Changed from using LPRng to CUPS24 25 -- Jessica Hamrick <jhamrick@mit.edu> Thu, 13 May 2010 17:40:53 -040026 27 gutenbach (1.01) unstable; urgency=low28 29 * Implemented debconf to retrieve printer and zephyr class names.30 * Made uninstall cleaner (and when you purge, it purges31 configuration files and changes)32 33 -- Jessica Hamrick <jhamrick@mit.edu> Wed, 16 Sep 2009 15:58:40 -040034 35 gutenbach (1.0) unstable; urgency=low36 37 * Initial release.38 39 -- Jessica Hamrick <jhamrick@mit.edu> Tue, 08 Sep 2009 18:38:12 -040040 41 1 gutenbach-client (1.01-1) unstable; urgency=low 42 2 … … 67 27 -- Jessica Hamrick <jhamrick@mit.edu> Sat, 19 Jun 2010 00:23:53 -0400 68 28 69 gutenbach-queue (1.02) unstable; urgency=low70 71 * Prevent the screen from turning off when72 view-gutenbach-queue is running.73 74 -- Jessica Hamrick <jhamrick@mit.edu> Mon, 14 Dec 2009 20:24:37 -050075 76 gutenbach-queue (1.01) unstable; urgency=low77 78 * Changed the chown in the postinst to79 daemon:daemon instaed of daemon:pika80 81 -- Jessica Hamrick <jhamrick@mit.edu> Mon, 14 Dec 2009 20:23:50 -050082 83 gutenbach-queue (1.0) unstable; urgency=low84 85 * Initial release.86 87 -- Jessica Hamrick <jhamrick@mit.edu> Mon, 14 Dec 2009 20:03:48 -050088 89 gutenbach-remctl (1.02) unstable; urgency=low90 91 * Depend on version 2.0 or greater of gutenbach92 93 -- Jessica Hamrick <jhamrick@mit.edu> Thu, 13 May 2010 17:42:53 -040094 95 gutenbach-remctl (1.01) unstable; urgency=low96 97 * Just say the new volume, not who changed it.98 99 -- Jessica Hamrick <jhamrick@mit.edu> Mon, 14 Dec 2009 22:04:43 -0500100 101 gutenbach-remctl (1.0) unstable; urgency=low102 103 * Initial release.104 105 -- Jessica Hamrick <jhamrick@mit.edu> Mon, 14 Dec 2009 22:03:44 -0500 -
debian/control
r7737666 r7cf3a46 1 Source: gutenbach 1 Source: gutenbach-client 2 2 Section: sound 3 3 Priority: extra 4 4 Maintainer: Jessica Hamrick <jhamrick@mit.edu> 5 Build-Depends: cdbs, debhelper (>= 7.4.15ubuntu1)5 Build-Depends: cdbs, debhelper (>= 5) 6 6 Standards-Version: 3.8.4 7 8 Package: gutenbach9 Architecture: all10 Pre-Depends: debconf11 Depends: ${shlibs:Depends}, ${misc:Depends}, mplayer, libimage-exiftool-perl, cups, debathena-cupsys-config, sysv-rc, adduser, debathena-zephyr-config, libzephyr4-krb5, alsa-base12 Conflicts: pulseaudio13 Provides: pulseaudio14 Description: Server for playing music files from a remote machine15 Allows remote machines to play music files on this machine16 by "printing" them with the Common UNIX Printing System (CUPS).17 7 18 8 Package: gutenbach-client … … 22 12 Description: Client-side helper scripts for interacting with 23 13 the Gutenbach music player. 24 25 Package: gutenbach-queue26 Architecture: all27 Pre-Depends: debconf28 Depends: ${shlibs:Depends}, ${misc:Depends}, daemon, gutenbach29 Description: Displays metadat about the current songs in the30 queue for the gutenbach music spooler, and also the song that31 is currently playing.32 33 Package: gutenbach-remctl34 Architecture: all35 Pre-Depends: debconf36 Depends: ${shlibs:Depends}, ${misc:Depends}, gutenbach (>= 2.0), alsa-utils, cd-discid, remctl-server37 Description: Allows a remote user to control the volume, view38 the current status of the queue, or play tracks from a cd.
Note: See TracChangeset
for help on using the changeset viewer.