Changeset 7737666


Ignore:
Timestamp:
Jun 26, 2010, 8:42:13 PM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
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)
Message:

Merge all branches into gutenbach.

Files:
188 added
3 edited

Legend:

Unmodified
Added
Removed
  • debian/changelog

    r04f7e05 r7737666  
    3838
    3939 -- Jessica Hamrick <jhamrick@mit.edu>  Tue, 08 Sep 2009 18:38:12 -0400
     40
     41gutenbach-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
     47gutenbach-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
     53gutenbach-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
     63gutenbach-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
     69gutenbach-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
     76gutenbach-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
     83gutenbach-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
     89gutenbach-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
     95gutenbach-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
     101gutenbach-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  
    1515 Allows remote machines to play music files on this machine
    1616 by "printing" them with the Common UNIX Printing System (CUPS).
     17
     18Package: gutenbach-client
     19Architecture: all
     20Pre-Depends: debconf
     21Depends: ${shlibs:Depends}, ${misc:Depends}, cups, libnet-cups-perl
     22Description: Client-side helper scripts for interacting with
     23 the Gutenbach music player.
     24
     25Package: gutenbach-queue
     26Architecture: all
     27Pre-Depends: debconf
     28Depends: ${shlibs:Depends}, ${misc:Depends}, daemon, gutenbach
     29Description: 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
     33Package: gutenbach-remctl
     34Architecture: all
     35Pre-Depends: debconf
     36Depends: ${shlibs:Depends}, ${misc:Depends}, gutenbach (>= 2.0), alsa-utils, cd-discid, remctl-server
     37Description: 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  
    11#!/usr/bin/make -f
    22
     3DEB_MAKE_INSTALL_TARGET=install DESTDIR=$(DEB_DESTDIR)
     4
    35include /usr/share/cdbs/1/rules/debhelper.mk
     6include /usr/share/cdbs/1/class/makefile.mk
Note: See TracChangeset for help on using the changeset viewer.