Changeset 2116615
- Timestamp:
- Aug 14, 2010, 4:59:43 PM (14 years ago)
- 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)
- Files:
-
- 2 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r9c0279e r2116615 5 5 install: 6 6 for d in $(DIRS); do (cd $$d; $(MAKE) install); done 7 clean: 8 for d in $(DIRS); do (cd $$d; $(MAKE) clean); done -
debian/control
r7009a01 r2116615 3 3 Priority: extra 4 4 Maintainer: Jessica Hamrick <jhamrick@mit.edu> 5 Uploaders: Kyle Brogle <broglek@bu.edu>, Quentin Smith <quentin@mit.edu>, Yuri Lin <rye@mit.edu> 5 6 Build-Depends: cdbs, debhelper (>= 5) 6 7 Standards-Version: 3.8.4 -
debian/gutenbach-remctl.dirs
r632040d r2116615 1 1 usr/lib/gutenbach 2 2 usr/lib/gutenbach/remctl 3 usr/lib/gutenbach/remctl/config 3 4 etc/remctl/conf.d -
debian/gutenbach-remctl.postinst
r632040d r2116615 5 5 6 6 set -e 7 7 . /usr/share/debconf/confmodule 8 8 # summary of how this script can be called: 9 9 # * <postinst> `configure' <most-recently-configured-version> -
debian/gutenbach-server.templates
r632040d r2116615 5 5 files. gutenbach needs to know what you want to call the 6 6 printer, and then after installation, you will be able 7 to do:8 lpr -Pprintername@hostname your-music-file-.mp37 to use scripts in the gutenbach-client package or lpr 8 to interact with the server. 9 9 10 10 Template: gutenbach-server/zephyrclass -
debian/po/POTFILES.in
r1817635 r2116615 1 1 [type: gettext/rfc822deb] gutenbach-server.templates 2 [type: gettext/rfc822deb] gutenbach-remctl.templates -
debian/po/templates.pot
r1817635 r2116615 1 # G utenbach Translation File.2 # 3 # This file is distributed under the same license as the GUTENBACHpackage.1 # GUTENBACH TRANSLATION FILE. 2 # Copyright 2010 3 # This file is distributed under the same license as the gutenbach-server package. 4 4 # Jessica B. Hamrick <jhamrick@mit.edu>, 2010. 5 5 # 6 # 6 #, fuzzy 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: PACKAGE VERSION\n"9 "Project-Id-Version: 2.12\n" 10 10 "Report-Msgid-Bugs-To: gutenbach@mit.edu\n" 11 "POT-Creation-Date: 2010-0 6-14 18:36-0600\n"11 "POT-Creation-Date: 2010-08-14 16:11-0400\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 63 63 "or something else shorter." 64 64 msgstr "" 65 66 #. Type: string 67 #. Description 68 #: ../gutenbach-remctl.templates:1001 69 msgid "The mixer that gutenbach uses:" 70 msgstr "" 71 72 #. Type: string 73 #. Description 74 #: ../gutenbach-remctl.templates:1001 75 msgid "" 76 "Gutenbach remctl needs the name of the mixer in order to control the volume " 77 "of the music server. [Default is \"PCM\"]" 78 msgstr "" 79 80 #. Type: string 81 #. Description 82 #: ../gutenbach-remctl.templates:2001 83 msgid "The mixer channel that gutenbach uses:" 84 msgstr "" 85 86 #. Type: string 87 #. Description 88 #: ../gutenbach-remctl.templates:2001 89 msgid "" 90 "Gutenbach remctl needs a channel on the mixer in order to control the volume " 91 "of the music server. [Default is \"Left Front\"]" 92 msgstr ""
Note: See TracChangeset
for help on using the changeset viewer.