Changes in / [7737666:04f7e05]


Ignore:
Files:
154 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • debian/changelog

    r7737666 r04f7e05  
    3838
    3939 -- 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

    r7737666 r04f7e05  
    1515 Allows remote machines to play music files on this machine
    1616 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

    r7cf3a46 r04f7e05  
    11#!/usr/bin/make -f
    22
    3 DEB_MAKE_INSTALL_TARGET=install DESTDIR=$(DEB_DESTDIR)
    4 
    53include /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.