Changeset 2116615


Ignore:
Timestamp:
Aug 14, 2010, 4:59:43 PM (14 years ago)
Author:
Kyle Brogle <broglek@…>
Branches:
debian
Children:
c95ca32
Parents:
2ee7f19
git-author:
Kyle Brogle <broglek@…> (08/14/10 16:59:43)
git-committer:
Kyle Brogle <broglek@…> (08/14/10 16:59:43)
Message:

Added debconf to gutenbach-remctl to allow users to specify preferred mixer
and channel on install.

Fixed debconf prompts for gutenbach-server that still mentioned the old
method of queuing music

Added gutenbach team as uploaders to avoid Lintian NMU errors.

Files:
2 added
7 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r9c0279e r2116615  
    55install:
    66        for d in $(DIRS); do (cd $$d; $(MAKE) install); done
     7clean:
     8        for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
  • debian/control

    r7009a01 r2116615  
    33Priority: extra
    44Maintainer: Jessica Hamrick <jhamrick@mit.edu>
     5Uploaders: Kyle Brogle <broglek@bu.edu>, Quentin Smith <quentin@mit.edu>, Yuri Lin <rye@mit.edu>
    56Build-Depends: cdbs, debhelper (>= 5)
    67Standards-Version: 3.8.4
  • debian/gutenbach-remctl.dirs

    r632040d r2116615  
    11usr/lib/gutenbach
    22usr/lib/gutenbach/remctl
     3usr/lib/gutenbach/remctl/config
    34etc/remctl/conf.d
  • debian/gutenbach-remctl.postinst

    r632040d r2116615  
    55
    66set -e
    7 
     7. /usr/share/debconf/confmodule
    88# summary of how this script can be called:
    99#        * <postinst> `configure' <most-recently-configured-version>
  • debian/gutenbach-server.templates

    r632040d r2116615  
    55 files.  gutenbach needs to know what you want to call the
    66 printer, and then after installation, you will be able
    7  to do:
    8  lpr -Pprintername@hostname your-music-file-.mp3
     7 to use scripts in the gutenbach-client package or lpr
     8 to interact with the server.
    99
    1010Template: gutenbach-server/zephyrclass
  • debian/po/POTFILES.in

    r1817635 r2116615  
    11[type: gettext/rfc822deb] gutenbach-server.templates
     2[type: gettext/rfc822deb] gutenbach-remctl.templates
  • debian/po/templates.pot

    r1817635 r2116615  
    1 # Gutenbach Translation File.
    2 #
    3 # This file is distributed under the same license as the GUTENBACH package.
     1# GUTENBACH TRANSLATION FILE.
     2# Copyright 2010
     3# This file is distributed under the same license as the gutenbach-server package.
    44# Jessica B. Hamrick <jhamrick@mit.edu>, 2010.
    55#
    6 #
     6#, fuzzy
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: PACKAGE VERSION\n"
     9"Project-Id-Version: 2.12\n"
    1010"Report-Msgid-Bugs-To: gutenbach@mit.edu\n"
    11 "POT-Creation-Date: 2010-06-14 18:36-0600\n"
     11"POT-Creation-Date: 2010-08-14 16:11-0400\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    6363"or something else shorter."
    6464msgstr ""
     65
     66#. Type: string
     67#. Description
     68#: ../gutenbach-remctl.templates:1001
     69msgid "The mixer that gutenbach uses:"
     70msgstr ""
     71
     72#. Type: string
     73#. Description
     74#: ../gutenbach-remctl.templates:1001
     75msgid ""
     76"Gutenbach remctl needs the name of the mixer in order to control the volume "
     77"of the music server. [Default is \"PCM\"]"
     78msgstr ""
     79
     80#. Type: string
     81#. Description
     82#: ../gutenbach-remctl.templates:2001
     83msgid "The mixer channel that gutenbach uses:"
     84msgstr ""
     85
     86#. Type: string
     87#. Description
     88#: ../gutenbach-remctl.templates:2001
     89msgid ""
     90"Gutenbach remctl needs a channel on the mixer in order to control the volume "
     91"of the music server. [Default is \"Left Front\"]"
     92msgstr ""
Note: See TracChangeset for help on using the changeset viewer.