Changes in / [7737666:04f7e05]
- Files:
-
- 154 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
r7737666 r04f7e05 38 38 39 39 -- Jessica Hamrick <jhamrick@mit.edu> Tue, 08 Sep 2009 18:38:12 -0400 40 41 gutenbach-client (1.01-1) unstable; urgency=low42 43 * Make package no longer Debian native.44 45 -- Jessica Hamrick <jhamrick@mit.edu> Sat, 26 Jun 2010 19:20:08 -040046 47 gutenbach-client (1.01) unstable; urgency=low48 49 * Fix debhelper compatibility to 5 (for backwards compatibility)50 51 -- Jessica Hamrick <jhamrick@mit.edu> Sat, 26 Jun 2010 18:01:02 -040052 53 gutenbach-client (1.0) unstable; urgency=low54 55 * Initial package build56 * gbq - show queue57 * gbr - queue file58 * gbrm - remove file59 * gutenbach-client-config - add, list, or delete queues60 61 -- Jessica Hamrick <jhamrick@mit.edu> Sat, 26 Jun 2010 16:56:28 -040062 63 gutenbach-client (0.01) unstable; urgency=low64 65 * Created skeleton package.66 67 -- Jessica Hamrick <jhamrick@mit.edu> Sat, 19 Jun 2010 00:23:53 -040068 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 r04f7e05 15 15 Allows remote machines to play music files on this machine 16 16 by "printing" them with the Common UNIX Printing System (CUPS). 17 18 Package: gutenbach-client19 Architecture: all20 Pre-Depends: debconf21 Depends: ${shlibs:Depends}, ${misc:Depends}, cups, libnet-cups-perl22 Description: Client-side helper scripts for interacting with23 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. -
debian/rules
r7cf3a46 r04f7e05 1 1 #!/usr/bin/make -f 2 2 3 DEB_MAKE_INSTALL_TARGET=install DESTDIR=$(DEB_DESTDIR)4 5 3 include /usr/share/cdbs/1/rules/debhelper.mk 6 include /usr/share/cdbs/1/class/makefile.mk
Note: See TracChangeset
for help on using the changeset viewer.