Changeset 7737666
- Timestamp:
- Jun 26, 2010, 8:42:13 PM (14 years ago)
- Branches:
- master, debian, mac, no-cups, web
- Children:
- 30beeab
- Parents:
- 04f7e05 (diff), 7cf3a46 (diff), e87e682 (diff), 78ebe752 (diff), 27ee337 (diff), 5224c07 (diff), a411a9f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Jessica B. Hamrick <jhamrick@…> (06/26/10 20:42:13)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/26/10 20:42:13)
- Files:
-
- 188 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
r04f7e05 r7737666 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=low 42 43 * Make package no longer Debian native. 44 45 -- Jessica Hamrick <jhamrick@mit.edu> Sat, 26 Jun 2010 19:20:08 -0400 46 47 gutenbach-client (1.01) unstable; urgency=low 48 49 * Fix debhelper compatibility to 5 (for backwards compatibility) 50 51 -- Jessica Hamrick <jhamrick@mit.edu> Sat, 26 Jun 2010 18:01:02 -0400 52 53 gutenbach-client (1.0) unstable; urgency=low 54 55 * Initial package build 56 * gbq - show queue 57 * gbr - queue file 58 * gbrm - remove file 59 * gutenbach-client-config - add, list, or delete queues 60 61 -- Jessica Hamrick <jhamrick@mit.edu> Sat, 26 Jun 2010 16:56:28 -0400 62 63 gutenbach-client (0.01) unstable; urgency=low 64 65 * Created skeleton package. 66 67 -- Jessica Hamrick <jhamrick@mit.edu> Sat, 19 Jun 2010 00:23:53 -0400 68 69 gutenbach-queue (1.02) unstable; urgency=low 70 71 * Prevent the screen from turning off when 72 view-gutenbach-queue is running. 73 74 -- Jessica Hamrick <jhamrick@mit.edu> Mon, 14 Dec 2009 20:24:37 -0500 75 76 gutenbach-queue (1.01) unstable; urgency=low 77 78 * Changed the chown in the postinst to 79 daemon:daemon instaed of daemon:pika 80 81 -- Jessica Hamrick <jhamrick@mit.edu> Mon, 14 Dec 2009 20:23:50 -0500 82 83 gutenbach-queue (1.0) unstable; urgency=low 84 85 * Initial release. 86 87 -- Jessica Hamrick <jhamrick@mit.edu> Mon, 14 Dec 2009 20:03:48 -0500 88 89 gutenbach-remctl (1.02) unstable; urgency=low 90 91 * Depend on version 2.0 or greater of gutenbach 92 93 -- Jessica Hamrick <jhamrick@mit.edu> Thu, 13 May 2010 17:42:53 -0400 94 95 gutenbach-remctl (1.01) unstable; urgency=low 96 97 * Just say the new volume, not who changed it. 98 99 -- Jessica Hamrick <jhamrick@mit.edu> Mon, 14 Dec 2009 22:04:43 -0500 100 101 gutenbach-remctl (1.0) unstable; urgency=low 102 103 * Initial release. 104 105 -- Jessica Hamrick <jhamrick@mit.edu> Mon, 14 Dec 2009 22:03:44 -0500 -
debian/control
r04f7e05 r7737666 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-client 19 Architecture: all 20 Pre-Depends: debconf 21 Depends: ${shlibs:Depends}, ${misc:Depends}, cups, libnet-cups-perl 22 Description: Client-side helper scripts for interacting with 23 the Gutenbach music player. 24 25 Package: gutenbach-queue 26 Architecture: all 27 Pre-Depends: debconf 28 Depends: ${shlibs:Depends}, ${misc:Depends}, daemon, gutenbach 29 Description: Displays metadat about the current songs in the 30 queue for the gutenbach music spooler, and also the song that 31 is currently playing. 32 33 Package: gutenbach-remctl 34 Architecture: all 35 Pre-Depends: debconf 36 Depends: ${shlibs:Depends}, ${misc:Depends}, gutenbach (>= 2.0), alsa-utils, cd-discid, remctl-server 37 Description: Allows a remote user to control the volume, view 38 the current status of the queue, or play tracks from a cd. -
debian/rules
r04f7e05 r7cf3a46 1 1 #!/usr/bin/make -f 2 2 3 DEB_MAKE_INSTALL_TARGET=install DESTDIR=$(DEB_DESTDIR) 4 3 5 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.