debian/0000755000000000000000000000000012245216535007173 5ustar debian/mpdscribble.docs0000644000000000000000000000001712111254626012324 0ustar AUTHORS README debian/mpdscribble.postrm0000644000000000000000000000343212111254626012724 0ustar #! /bin/sh set -e if [ "$1" = "purge" ] ; then # remove log files rm -f /var/log/mpdscribble.log* # remove cache rm -f /var/cache/mpdscribble/* # remove overrides if dpkg-statoverride --list --quiet /var/cache/mpdscribble/cache >/dev/null; then dpkg-statoverride --force --quiet --remove /var/cache/mpdscribble/cache fi if dpkg-statoverride --list --quiet /var/cache/mpdscribble >/dev/null; then dpkg-statoverride --force --quiet --remove /var/cache/mpdscribble fi if dpkg-statoverride --list --quiet /etc/mpdscribble.conf >/dev/null; then dpkg-statoverride --force --quiet --remove /etc/mpdscribble.conf fi # delete user if getent passwd mpdscribble >/dev/null; then if [ -x /usr/sbin/deluser ]; then deluser --system mpdscribble fi fi # delete group if getent group mpdscribble >/dev/null; then if [ -x /usr/sbin/delgroup ]; then delgroup mpdscribble fi fi # delete ucf handled config file for ext in '~' '%' .bak .ucf-new .ucf-old .ucf-dist; do rm -f /etc/mpdscribble.conf$ext rm -f /etc/default/mpdscribble$ext done # remove the configuration file itself rm -f /etc/mpdscribble.conf rm -f /etc/default/mpdscribble # and finally clear it out from the ucf database if which ucf >/dev/null; then ucf --debconf-ok --purge /etc/mpdscribble.conf ucf --debconf-ok --purge /etc/default/mpdscribble fi if which ucfr >/dev/null; then ucfr --purge mpdscribble /etc/mpdscribble.conf ucfr --purge mpdscribble /etc/default/mpdscribble fi fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/mpdscribble.postinst0000644000000000000000000000506112204244762013266 0ustar #! /bin/sh set -e case "$1" in configure) # add group if ! getent group mpdscribble >/dev/null ; then addgroup --quiet --system mpdscribble fi # add user if ! getent passwd mpdscribble >/dev/null ; then adduser --quiet --ingroup mpdscribble --no-create-home --system --home /var/cache/mpdscribble mpdscribble fi # Source debconf library. . /usr/share/debconf/confmodule tempfile=`mktemp -t mpdscribble.default.XXXXXXXXXX` db_get mpdscribble/systemwide SYSTEMWIDE="$RET" if [ "$SYSTEMWIDE" != "true" ]; then sed 's/^MPD_SYSTEMWIDE=.*/MPD_SYSTEMWIDE=0/' < /usr/share/mpdscribble/mpdscribble-default > $tempfile else sed 's/^MPD_SYSTEMWIDE=.*/MPD_SYSTEMWIDE=1/' < /usr/share/mpdscribble/mpdscribble-default > $tempfile fi ucf --debconf-ok --three-way $tempfile /etc/default/mpdscribble ucfr mpdscribble /etc/default/mpdscribble rm -f $tempfile tempfile=`mktemp -t mpdscribble.conf.XXXXXXXXXX` cat /usr/share/mpdscribble/mpdscribble.conf > $tempfile if [ "$SYSTEMWIDE" = "true" ]; then db_get mpdscribble/user sed -i "s/^username[ \t]*=.*/username = $RET/" $tempfile db_get mpdscribble/password sed -i "s/^password[ \t]*=.*/password = `echo -n $RET | md5sum | awk '{print $1}'`/" $tempfile fi db_go ucf --debconf-ok --three-way $tempfile /etc/mpdscribble.conf ucfr mpdscribble /etc/mpdscribble.conf rm -f $tempfile # update permissions chown -R mpdscribble:mpdscribble /var/cache/mpdscribble chgrp mpdscribble /etc/mpdscribble.conf chmod 0640 /etc/mpdscribble.conf chgrp mpdscribble /etc/default/mpdscribble chmod 0644 /etc/default/mpdscribble if ! dpkg-statoverride --list --quiet /var/cache/mpdscribble >/dev/null ; then dpkg-statoverride --force --quiet --update --add mpdscribble mpdscribble 0700 /var/cache/mpdscribble fi if ! dpkg-statoverride --list --quiet /etc/mpdscribble.conf >/dev/null ; then dpkg-statoverride --force --quiet --update --add root mpdscribble 0640 /etc/mpdscribble.conf fi ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/gbp.conf0000644000000000000000000000010212111254626010576 0ustar [DEFAULT] pristine-tar = True upstream-tag = release-v%(version)s debian/po/0000755000000000000000000000000012245216535007611 5ustar debian/po/templates.pot0000644000000000000000000000270512111254626012332 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "" debian/po/da.po0000644000000000000000000000367512111254626010543 0ustar # Danish translation mpdscribble. # Copyright (C) 2012 mpdscribble & nedenstående oversættere. # This file is distributed under the same license as the mpdscribble package. # Joe Hansen (joedalton2@yahoo.dk), 2012. # msgid "" msgstr "" "Project-Id-Version: mpdscribble\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2012-02-17 12:42+0000\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "Installer mpdscribble-tjeneste for systemet?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "Du kan installere mpdscribble som en systemdæmon. Mpdscribble-tjenesten " "vil blive igangsat ved opstart. Bemærk at det ikke er nødvendigt at køre " "mpd som en systemtjeneste, da den kører fint, når den startes manuelt med " "brug af en normal brugerkonto." #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Brugernavn for Last.fm:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Indtast brugernavnet du bruger for Last.fm." #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Adgangskode for Last.fm:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "Indtast adgangskoden du bruger for Last.fm." debian/po/de.po0000644000000000000000000000404112111254626010533 0ustar # translation of po-debconf template to German # This file is distributed under the same license as the mpdscribble package. # Copyright (C): # # Matthias Julius , 2007. msgid "" msgstr "" "Project-Id-Version: mpdscribble 0.2.12-1\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2007-02-28 19:11-0500\n" "Last-Translator: Matthias Julius \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "Mpdscribble als Systemservice installieren?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "Sie können Mpdscribble als System-Daemon installieren. Der Mpdscribble-" "Service wird beim Systemstart gestartet. Beachten Sie, dass es nicht " "notwendig ist, Mpd als Systemservice zu betreiben, da es gut funktioniert, " "wenn es manuell unter Verwendung eines regulären Benutzerkontos gestartet " "wird." #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Benutzername für Last.fm:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Geben Sie einen Benutzernamen ein, den Sie für Last.fm verwenden." #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Passwort für Last.fm:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "Geben Sie das Passwort ein, das Sie für Last.fm verwenden." debian/po/pl.po0000644000000000000000000000420312111254626010556 0ustar # Translation of mpdscribble debconf templates to Polish. # Copyright (C) 2008 # This file is distributed under the same license as the mpdscribble package. # # Michał Kułach , 2012. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2012-02-16 20:19+0100\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "Zainstalować usługę mpdscribble?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "Można zainstalować usługę mpdscribble jako demon systemowy. Usługa " "mpdscribble będzie uruchamiana w czasie rozruchu systemu. Proszę zauważyć, " "że nie ma potrzeby uruchamiania mpd jako usługi systemowej, ponieważ działa " "równie dobrze, jeśli jest uruchamiana ręcznie ze zwykłego konta użytkownika." #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Nazwa użytkownika Last.fm:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Proszę podać nazwę użytkownika używaną w serwisie Last.fm." #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Hasło Last.fm:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "Proszę podać hasło używane w serwisie Last.fm." debian/po/ja.po0000644000000000000000000000421212111254626010535 0ustar # Copyright (C) 2010 Hideki Yamane # This file is distributed under the same license as the mpdscribble package. # Hideki Yamane , 2010. # msgid "" msgstr "" "Project-Id-Version: mpdscribble 0.19-2\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2010-09-30 08:04+0900\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "mpdscribble をシステムのサービスとしてインストールしますか?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "mpdscribble をシステムのデーモンとしてインストールすることができます。" "mpdscribble サービスは起動時に開始されます。通常のユーザアカウントにて手動で" "起動して問題なく動作するのであれば、mpd をシステムのサービスとして動作させる" "のは必要ではないことにご注意ください。" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Last.fm のユーザ名:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Last.fm で利用しているユーザ名を入力してください。" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Last.fm のパスワード:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "Last.fm で利用しているパスワードを入力してください。" debian/po/sk.po0000644000000000000000000000374112111254626010566 0ustar # Slovak translation for mpdscribble debconf template. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the mpdscribble package. # # Ivan Masár , 2012. # msgid "" msgstr "" "Project-Id-Version: mpdscribble\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2012-02-24 12:54+0100\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "Nainštalovať systémovú službu mpdscribble?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "mpdscribble môžete nainštalovať ako systéového démona. Služba mpdscribble sa " "bude spúšťať pri štarte. Pamätajte, že nie je potrebné spúšťať mpd ako " "systémovú službu, keďže beží v poriadku aj pri ručnom spustení pomocou " "bežného používateľského účtu." #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Používateľské meno Last.fm:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Zadajte vaše používateľské meno na Last.fm:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Heslo Last.fm:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "Zadajte vaše heslo na Last.fm:" debian/po/nl.po0000644000000000000000000000377412111254626010570 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: mpdscribble\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2007-04-30 14:55+0100\n" "Last-Translator: Bart Cornelis \n" "Language-Team: debian-l10n-dutch \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Dutch\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "Wilt u de mpdscribble-achtergronddienst installeren?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "Het is mogelijk om mpdscribble als acthergronddienst te installeren. De " "mpdscribble-achtergronddienst wordt dan opgestart tijdens het opstarten van " "het systeem. Merk op dat het niet nodig is om mpd als achtergronddienst te " "draaien, alles werkt prima wanneer u deze handmatig start vanaf als een " "gewone gebruiker." #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Last.fm-gebruikersnaam:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Wat is uw gebruikersnaam voor Last.fm?" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Last.fm-wachtwoord:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "Wat is uw wachtwoord voor Last.fm?" debian/po/fr.po0000644000000000000000000000456512111254626010565 0ustar # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: mpdscribble\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2005-09-06 20:14+0100\n" "Last-Translator: Steve Petruzzello \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-15\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-SourceCharset: iso-8859-15\n" "X-Poedit-Language: French\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "Faut-il installer le service systme mpdscribble?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "Vous pouvez installer mpdscribble en tant que dmon. Le service mpdscribble " "sera activ au dmarrage. Veuillez noter qu'il n'est pas ncessaire " "d'excuter mpd comme un service systme car il fonctionne correctement " "lorsqu'il est lanc manuellement sous un identifiant non privilgi." #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Identifiant audioscrobbler:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Veuillez indiquer votre identifiant pour audioscrobbler." #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Mot de passe audioscrobbler:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "Veuillez indiquer votre mot de passe pour audioscrobbler." debian/po/pt.po0000644000000000000000000000377112111254626010577 0ustar # Portuguese translation for mpdscribble's debconf messages # Copyright (C) 2007 Migel Figueiredo # This file is distributed under the same license as the mpdscribble package. # Miguel Figueiredo , 2007. # msgid "" msgstr "" "Project-Id-Version: mpdscribble\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2007-03-09 21:43+0000\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "Instalar o serviço de sistema mpdscribble?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "Você pode instalar o mpdscribble como um daemon de sistema. O serviço " "mdpscribble será iniciado no arranque. Note que isto não é necessário para " "correr o mpd como um serviço do sistema já que corre sem problemas quando " "iniciado manualmente utilizado uma conta de utilizador normal." #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Nome de utilizador do Last.fm:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Introduza o nome de utilizador que utiliza no Last.fm." #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Palavra-passe do Last.fm:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "Introduza a palavra-passe que utiliza no Last.fm." debian/po/pt_BR.po0000644000000000000000000000410312111254626011150 0ustar # mpdscribbler's Brazilian Portuguese (pt_BR) debconf template translation. # Copyright (C) 2007, André Luís Lopes. # This file is distributed under the same license as the mpdscribbler package. # André Luís Lopes , 2007. # msgid "" msgstr "" "Project-Id-Version: mpdscribbler\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2007-03-12 20:25-0200\n" "Last-Translator: André Luís Lopes \n" "Language-Team: Debian-BR Project \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "Instalar serviço de sistema mpdscribble?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "Você pode instalar o mpdscribble como um daemon de sistema. O serviço " "mpdscribble será iniciado junto à inicialização do computador. Note que não " "é necessário executar o mpd como um serviço de sistema uma vez que o mesmo é " "executado corretamente quando é iniciado manualmente utilizando conta de " "usuário comum." #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Nome de usuário Last.fm:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Informe o nome de usuário utilizado no Last.fm." #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Senha do usuário no Last.fm:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "Informe a senha que você utiliza no Last.fm." debian/po/ru.po0000644000000000000000000000501112111254626010567 0ustar # translation of mpdscribble_debconf_ru.po to Russian # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Yuri Kozlov , 2007. msgid "" msgstr "" "Project-Id-Version: 0.2.12-1\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2007-03-10 15:14+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "Запускать mpdscribble в режиме демона?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "Вы можете установить mpdscribble в систему, запуская его в режиме демона. В " "этом случае mpdscribble будет запускаться при включении компьютера. Заметим, " "что для этого не обязательно иметь запущенным mpd, программу также можно " "запускать вручную из-под обычной учётной записи." #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Имя пользователя в Last.fm:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Введите имя пользователя, под которым вы зарегистрированы в Last.fm." #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Пароль в Last.fm:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "" "Введите пароль для пользователя, под которым вы зарегистрированы в Last.fm." debian/po/ta.po0000644000000000000000000000516712111254626010561 0ustar # translation of ta.po to TAMIL # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Dr.T.Vasudevan , 2007. msgid "" msgstr "" "Project-Id-Version: ta\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2007-03-10 12:33+0530\n" "Last-Translator: Dr.T.Vasudevan \n" "Language-Team: TAMIL \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "எம்பிடிஸ்க்ரிபில் சேவையை நிறுவலாமா?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "எம்பிடிஸ்க்ரிபில் ஐ கணினி கிங்கரனாக நிறுவலாம். கணினியை துவக்கும்போது இதுவும் துவக்கப் " "படும். இதை கணினி சேவையாக இயக்கத் தேவையில்லை.வழக்கமான பயனர் கணக்கில் கைமுறையாக " "துவக்கினாலும் நன்றாகவே இயங்கும். " #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "ஆடியோ ஸ்க்ராப்லர் பயனர் பெயர்:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "ஆடியோ ஸ்க்ராப்லர் க்கு பயன்படுத்தும் பயனர் பெயரை உள்ளிடுக." #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "ஆடியோ ஸ்க்ராப்லர் கடவுச்சொல்:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "ஆடியோ ஸ்க்ராப்லர் க்கு பயன்படுத்தும் கடவுச்சொல்லை உள்ளிடுக." debian/po/gl.po0000644000000000000000000000362212111254626010551 0ustar # Galician translation of mpdscribble's debconf templates # This file is distributed under the same license as the mpdscribble package. # Jacobo Tarrio , 2007. # msgid "" msgstr "" "Project-Id-Version: mpdscribble\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2007-03-09 12:52+0100\n" "Last-Translator: Jacobo Tarrio \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "¿Instalar o servizo mpdscribble do sistema?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "Pode instalar mpdscribble coma un servizo do sistema. O servizo mpdscribble " "hase iniciar co ordenador. Teña en conta que non é necesario executar mpd " "coma un servizo do sistema, xa que funciona ben ao inicialo manualmente " "cunha conta de usuario normal." #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Usuario de Last.fm:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Introduza o nome do usuario que emprega en Last.fm." #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Contrasinal de Last.fm:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "Introduza o contrasinal que emprega en Last.fm." debian/po/ro.po0000644000000000000000000000442012111254626010564 0ustar # translation of ro.po to Romanian # Romanian translations for PACKAGE package # Traducerea în limba română pentru pachetul PACKAGE. # Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Eddy Petrisor , 2007. # Eddy Petrișor , 2007. msgid "" msgstr "" "Project-Id-Version: ro\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2007-03-14 10:47+0200\n" "Last-Translator: Eddy Petrișor \n" "Language-Team: Romanian \n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" "X-Generator: KBabel 1.11.4\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "Se instalează serviciul mpdscribble?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "Puteţi instala mpdscribble ca un serviciu de sistem. Serviciul mpdscribble " "va fi pornit la iniţializarea sistemului. A se reţine că nu este necesar să " "rulaţi mpd ca un serviciu de sistem deoarece funcţionează corect şi dacă " "este pornit manual, folosind un cont de utilizator neprivilegiat." #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Numele de utilizator pentru Last.fm:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Introduceţi numele de utilizator folosit pentru Last.fm." #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Parola pentru Last.fm:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "Introduceţi parola folosită pentru Last.fm." debian/po/cs.po0000644000000000000000000000443312111254626010555 0ustar # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: mpdscribble\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2005-09-07 19:25+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "Instalovat systémovou službu mpdscribble?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "mpdscribble můžete nainstalovat jako systémový daemon, což znamená, že se " "bude spouštět hned při zavádění systému. Spouštění mpd jako systémové služby " "není nutné, protože jej můžete pohodlně spouštět i pod běžným uživatelským " "účtem." #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Uživatelské jméno pro Last.fm:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Zadejte uživatelské jméno, které používáte pro přístup na Last.fm." #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Heslo pro Last.fm:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "Zadejte heslo, které používáte pro přístup na Last.fm." debian/po/POTFILES.in0000644000000000000000000000006012111254626011355 0ustar [type: gettext/rfc822deb] mpdscribble.templates debian/po/it.po0000644000000000000000000000371512111254626010566 0ustar # mpdscribble po-debconf translation to italian # Copyright (C) 2005 Free Software Foundation, Inc. # This file is distributed under the same license as the mpdscribble package. # Luca Monducci , 2005. # msgid "" msgstr "" "Project-Id-Version: mpdscribble 0.2.6 debconf templates\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2005-10-30 12:46+0100\n" "Last-Translator: Luca Monducci \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "Installare mpdscribble come servizio di sistema?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "Si pu installare mpdscribble come un demone di sistema da far partire " "all'avvio del sistema. Notare che non necessario eseguire mpd come " "servizio di sistema dato che funziona correttamente anche quando lanciato " "manualmente da un normale utente." #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Nome utente per Last.fm:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Inserire il nome utente da usare per Last.fm." #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Password per Last.fm:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "Inserire la password da usare per Last.fm." debian/po/es.po0000644000000000000000000000616112111254626010557 0ustar # mpdscribble po-debconf translation to Spanish. # Copyright (C) 2007. # This file is distributed under the same license as the mpdscribble package. # # Changes: # - Initial translation # Elías A.M. # # - Last revision: # Fernando González de Requena , 2009. # # # Traductores, si no conoce el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: # # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish/ # especialmente las notas y normas de traducción en # http://www.debian.org/intl/spanish/notas # # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # # Si tiene dudas o consultas sobre esta traducción consulte con el último # traductor (campo Last-Translator) y ponga en copia a la lista de # traducción de Debian al español () # msgid "" msgstr "" "Project-Id-Version: mpdscribble 0.2.12-13\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2009-01-10 18:13+0100\n" "Last-Translator: Fernando González de Requena \n" "Language-Team: spanish \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "¿Desea instalar el servicio del sistema mpdscribble?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "Puede instalar mpdscribble como un demonio del sistema. El servicio " "mpdscribble se iniciará en el arranque. Tenga en cuenta que no es necesario " "ejecutar mpd como un servicio del sistema, puesto que funciona correctamente " "si se ejecuta manualmente desde una cuenta de usuario normal." #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Nombre de usuario de Last.fm:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Introduzca el nombre de usuario que utiliza en Last.fm." #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Contraseña de Last.fm:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "Introduzca la contraseña que utiliza en Last.fm." debian/po/sv.po0000644000000000000000000000422312111254626010575 0ustar # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # Developers do not need to manually edit POT or PO files. # , fuzzy # # msgid "" msgstr "" "Project-Id-Version: mpdscribble 0.2.6-2\n" "Report-Msgid-Bugs-To: mpdscribble@packages.debian.org\n" "POT-Creation-Date: 2008-09-22 14:51+0200\n" "PO-Revision-Date: 2005-10-10 22:16+0200\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "Install system mpdscribble service?" msgstr "Installera mpdscribble som en systemtjnst?" #. Type: boolean #. Description #: ../mpdscribble.templates:1001 msgid "" "You can install mpdscribble as a system daemon. The mpdscribble service " "will be started on boot. Note that is not necessary to run mpd as a system " "service as it runs fine when started manually using a regular user account." msgstr "" "Du kan installera mpdscribble som en systemdaemon. Tjnsten mpdscribble " "kommer att startas vid uppstart. Notera att detta inte r ndvndigt fr att " "kra mpd som en systemtjnst eftersom den krs fint ven manuellt med ett " "vanligt anvndarkonto." #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Last.fm username:" msgstr "Last.fm anvndarnamn:" #. Type: string #. Description #: ../mpdscribble.templates:2001 msgid "Enter username you use on Last.fm." msgstr "Ange anvndarnamnet du anvnder i Last.fm." #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Last.fm password:" msgstr "Last.fm lsenord:" #. Type: password #. Description #: ../mpdscribble.templates:3001 msgid "Enter password you use on Last.fm." msgstr "Ange lsenordet du anvnder i Last.fm." debian/watch0000644000000000000000000000007512111254626010221 0ustar version=3 http://sf.net/musicpd/mpdscribble-([0-9.]*).tar.gz debian/copyright0000644000000000000000000001034112245216337011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mpdscribble Upstream-Contact: Max Kellermann Source: http://sourceforge.net/project/showfiles.php?group_id=81117 Files: * Copyright: 2005-2008 Kuno Woudt 2008-2010 The Music Player Daemon Project (see AUTHORS for details) License: GPL-2+ Files: aclocal.m4 Makefile.in Copyright: 1994-2009, Free Software Foundation, Inc. License: GAP~autotools This file is free software; the Free Software Foundation gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. Files: build/config.* build/depcomp build/missing Copyright: 1992-2010, Free Software Foundation, Inc. License: GPL-2+ with Autoconf exception As a special exception to the GNU General Public License, if you distribute this file as part of a program that contains a configuration script generated by Autoconf, you may include it under the same distribution terms that you use for the rest of that program. Files: install-sh build/install-sh Copyright: 1994, X Consortium License: Expat with X exception Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the X Consortium. . FSF changes to this file are in the public domain. Files: debian/* Copyright: 2005-2009 Michal Čihař 2012 Daniel Martí 2012-2013 Andrey Rahmatullin License: GPL-2+ Files: debian/po/* Copyright: 2005-2012, Miroslav Kure Joe Hansen Matthias Julius Elías A.M. Fernando González de Requena Steve Petruzzello Jacobo Tarrio Luca Monducci Hideki Yamane Bart Cornelis Michał Kułach André Luís Lopes Miguel Figueiredo Eddy Petrisor Yuri Kozlov Ivan Masár Daniel Nylander Dr.T.Vasudevan Free Software Foundation, Inc. License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/mpdscribble.dirs0000644000000000000000000000003212111254626012332 0ustar var/cache/mpdscribble etc debian/control0000644000000000000000000000331312245207452010574 0ustar Source: mpdscribble Section: sound Priority: optional Maintainer: mpd maintainers Uploaders: Andrey Rahmatullin Build-Depends: debhelper (>= 9~), autotools-dev, libsoup2.4-dev, libmpdclient-dev, po-debconf, dh-systemd Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-mpd/mpdscribble.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mpd/mpdscribble.git;a=summary Homepage: http://mpd.wikia.com/wiki/Client:Mpdscribble Package: mpdscribble Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ucf, adduser, lsb-base Suggests: mpd Provides: mpd-client Description: Last.fm reporting client for mpd Music Player Daemon client which collects information about played tracks and submits them to the Last.fm social music network (formerly known as Audioscrobbler). If submission servers are not reachable, submissions are enqueued and stored on disk cache. . The client can be also configured to use other scrobbling services like Libre.fm. . This package contains daemon which can be optionally installed system wide. Package: mpdscribble-dbg Architecture: any Priority: extra Section: debug Depends: mpdscribble (= ${binary:Version}), ${misc:Depends} Description: Last.fm reporting client for mpd - debugger symbols Music Player Daemon client which collects information about played tracks and submits them to the Last.fm social music network (formerly known as Audioscrobbler). If submission servers are not reachable, submissions are enqueued and stored on disk cache. . The client can be also configured to use other scrobbling services like Libre.fm. . This package contains debugger symbols. debian/compat0000644000000000000000000000000212111254626010364 0ustar 9 debian/changelog0000644000000000000000000003535212245216504011051 0ustar mpdscribble (0.22-4) unstable; urgency=low * Team upload [ Andrey Rahmatullin ] * Move the config example from /usr/share/doc/mpdscribble to /usr/share/mpdscribble as it is used in the postinst (Closes: #710066). * Bump Standards-Version to 3.9.4 (no change needed). * Use canonical URLs in Vcs-* control fields. * Don't pass explicit update-rc.d params to dh_installinit. * Add preliminary systemd support. * Fix inverted handling of MPD_SYSTEMWIDE in mpdscribble.config. [ Florian Schlichting ] * Remove unnecessary version from dh-systemd dependency (no older version in the archive) * Refresh debian/copyright -- Florian Schlichting Tue, 26 Nov 2013 23:13:45 +0100 mpdscribble (0.22-3) unstable; urgency=low [Daniel Martí] * Add status option to the initscript. [Andrey Rahmatullin] * Adopt the package, move it to the pkg-mpd team. Update Maintainer, Uploaders, Vcs-* accordingly (Closes: #612908). * Bump debhelper compatibility level to 9. * Enable all hardening options. * Explicitly use the soup backend instead of the default curl backend. * Update debian/copyright to the latest DEP5 version. * Drop obsolete README.source. * Bump Standards-Version to 3.9.3 (no change needed). * Drop an ancient version from the ucf dependency. -- Andrey Rahmatullin Fri, 09 Mar 2012 01:14:07 +0600 mpdscribble (0.22-2) unstable; urgency=low * QA upload. * Fix pending l10n issues. Debconf translations: - Japanese (Hideki Yamane (Debian-JP)). Closes: #624731 - Polish (Michał Kułach). Closes: #660219 - Danish (Joe Hansen). Closes: #660256 - Slovak (Ivan Masár). Closes: #661135 -- Christian Perrier Sun, 26 Feb 2012 10:13:03 +0100 mpdscribble (0.22-1) unstable; urgency=low * Orphaning package, changing maintainer to QA. * New upstream release. * Bump standards to 3.9.2. * Add build-arch/indep targets. -- Michal Čihař Fri, 05 Aug 2011 14:14:04 +0200 mpdscribble (0.21-1) unstable; urgency=low * New upstream release. -- Michal Čihař Mon, 31 Jan 2011 11:51:46 +0100 mpdscribble (0.20-1) unstable; urgency=low * New upstream release. - All patches integrated upstream. -- Michal Čihař Mon, 15 Nov 2010 09:45:18 +0100 mpdscribble (0.19-2) unstable; urgency=low * Convert to 3.0 (quilt) source format. * Fix infinite submittion of now playing (Closes: #596036). * Rebuilt against current libc (Closes: #596445). * Bump standards to 3.9.1. * Move packaging SVN repository to collab-maint. * Fix dashes in man pages. -- Michal Čihař Tue, 14 Sep 2010 09:24:42 +0200 mpdscribble (0.19-1) unstable; urgency=low * New upstream version. * Use system libmpdclient. -- Michal Čihař Sat, 02 Jan 2010 13:22:59 +0100 mpdscribble (0.18.1-2) unstable; urgency=low * Lower init script dependency on mpd to should, as we can work with remote mpd also (caught by piuparts testing). -- Michal Čihař Mon, 21 Sep 2009 11:57:06 +0200 mpdscribble (0.18.1-1) unstable; urgency=low * New upstream release. - No useless complains about missing journal (Closes: #540112). * Update to policy 3.8.3 (no changes needed). -- Michal Čihař Thu, 03 Sep 2009 12:00:36 +0200 mpdscribble (0.18-3) unstable; urgency=low * Fix typo breaking generating of /etc/default/mpdscribble. * Fix typo preventing mpdscribble to start. * Use debconf value if there was any previously, do not blindly set it according to newly created config file with defaults. * Manage /etc/default/mpdscribble using ucf. * Do not use return in init script, exit is correct. -- Michal Čihař Thu, 16 Jul 2009 11:53:13 +0200 mpdscribble (0.18-2) unstable; urgency=low * Use settings in /etc/default/mpdscribble instead of just debconf for remembering whether mpdscribble should be started systemwine (Closes: #536735). -- Michal Čihař Wed, 15 Jul 2009 10:34:09 +0200 mpdscribble (0.18-1) unstable; urgency=low * New upstream version. - Allows to use custom AS_HOST (Closes: #522714). * Move mpdscribble-dbg to debug section. * Update to policy 3.8.2 (no changes needed). * Mention support for Libre.fm in description. -- Michal Čihař Thu, 09 Jul 2009 08:18:46 +0200 mpdscribble (0.17-1) unstable; urgency=low * New upstrem release. * Depend on ucf (>= 0.28) for --debconf-ok. * Use new daemonizing/chuid/pid features of mpdscribble. * Use override feature of debhelper in debian/rules. -- Michal Čihař Thu, 05 Mar 2009 10:37:46 +0100 mpdscribble (0.16-3) unstable; urgency=low * Do not ship /var/cache/mpdscrible/cache directory, it should be file created by mpdscribble (Closes: #514734). * Call ucf with --debconf-ok. -- Michal Čihař Tue, 10 Feb 2009 15:01:49 +0100 mpdscribble (0.16-2) unstable; urgency=low * Upload to unstable. * [INTL:es] New Spanish translation (Closes: #512997). * Update debian/copyright. -- Michal Čihař Mon, 09 Feb 2009 17:50:15 +0100 mpdscribble (0.16-1) experimental; urgency=low * New upstream release. * New version can write PID file and run as a daemon (but it is not useful as we don't want to run mpdscribble as root and writing PID works only as root). -- Michal Čihař Tue, 20 Jan 2009 17:50:16 +0100 mpdscribble (0.15-2) experimental; urgency=low * Improve description a bit. * Install NEWS as a changelog. * Do not create log as the package now uses syslog. * Create /etc/mpdscribble.conf even if not using systemwide configuration. * Remove temp file used in generating configuration. * Create /etc/mpdscribble.conf with correct permissions. * Tell adduser not to create home directory for mpdscribble user (it's shipped in package). * Remove dpkg-override for cache on purge. -- Michal Čihař Tue, 06 Jan 2009 17:14:50 +0100 mpdscribble (0.15-1) experimental; urgency=low * New upstream release. -- Michal Čihař Mon, 05 Jan 2009 08:22:31 +0100 mpdscribble (0.14-1) experimental; urgency=low * New upstream release. - Drop all patches as they were integrated upstream. - Do not use system libmpd as it is not supported by upstream (libmpdclient which will be properly supported should be available soon). * Adjust debian/watch to new upstream. * Point homepage to musicpd.org wiki. * delgroup has no --system switch. * Do not ignore errors in config script. * Update debian/copyright to match upstream source changes. * Drop not needed build deps: libmpd-dev, dpatch. * Add misc:Depends do mpdscribble-dbg depends. * Install upstream config file as an example. * Handle config file using ucf to preserver user changes. * Drop logrotate support as mpdscribble now uses syslog by default. * Upload to experimental because of excessive changes. -- Michal Čihař Fri, 26 Dec 2008 16:58:05 +0100 mpdscribble (0.2.12-13) unstable; urgency=low * Add README.source. * Update to standards 3.8.0. * Integrate some patches from upstream BTS: - Switch to libsoup-2.4. - Fix crash, when Ctrl+C is pressed. - Fix typo in help. - Fix memory corruption in some cases. - Fix some compilation warnings and code errors. * Switch to debhelper 7. * Add debug package. -- Michal Čihař Mon, 22 Sep 2008 15:16:12 +0200 mpdscribble (0.2.12-12) unstable; urgency=low * Fix configuring of proxy from config file (Closes: #482484). * Fix location of config file in man page (Closes: #482485). -- Michal Čihař Fri, 23 May 2008 16:23:43 +0200 mpdscribble (0.2.12-11) unstable; urgency=low * Fix possible crash in proxy handling (Closes: #481482). -- Michal Čihař Mon, 19 May 2008 08:18:11 +0200 mpdscribble (0.2.12-10) unstable; urgency=low * Experimental support for HTTP proxy based on patch from upstream bug tracker (Closes: #481482). -- Michal Čihař Fri, 16 May 2008 15:08:17 +0200 mpdscribble (0.2.12-9) unstable; urgency=low * Adjusted Vcs-* headers to point to trunk. * First delete user then group in postrm, group with users is not deleted. * Properly handle config.sub/config.guess so that they won't appear in diff. -- Michal Čihař Fri, 14 Mar 2008 13:35:09 +0100 mpdscribble (0.2.12-8) unstable; urgency=low * Reupload because of wrong uploader generated by dpkg last time. -- Michal Čihař Fri, 25 Jan 2008 11:38:49 +0900 mpdscribble (0.2.12-7) unstable; urgency=low * Update policy to 3.7.3 (no changes needed). * Do not mark init script to stop in S runlevel. * Rebuild with curent libmpd, there seems to be something broken with using old one (Closes: #462255). -- Michal Čihař Wed, 23 Jan 2008 23:34:11 +0900 mpdscribble (0.2.12-6) unstable; urgency=low * Fix typo in init script. -- Michal Čihař Tue, 04 Dec 2007 12:43:16 +0900 mpdscribble (0.2.12-5) unstable; urgency=low * Use new Homepage field. * Convert XS-Vcs fields to Vcs. * Cleanup whitespace in scripts a bit. * Split depends in debian/control to multiple lines to increase readability. * Write about Last.fm in man page, Audioscrobbler name is not much known today. * Fix NAME section of man page to make apropos and whatis work correctly. * Change Audioscobbler to Last.fm in debconf templates. * Changed init script to mention Last.fm and not Audioscrobbler. * Use -Wl,--as-needed to avoid linking with libraries we don't need till pkgconfig files won't be fixed. -- Michal Čihař Mon, 03 Dec 2007 14:31:20 +0900 mpdscribble (0.2.12-4) unstable; urgency=low * Delete only system user/group. * Do not ignore errors from make distclean. -- Michal Čihař Tue, 11 Sep 2007 14:56:27 +0900 mpdscribble (0.2.12-3) unstable; urgency=low * Add XS-Vcs headers. * [INTL:nl] Dutch po-debconf translation (Closes: #423047). * Convert patches to dpatch. -- Michal Čihař Wed, 09 May 2007 18:30:54 +0200 mpdscribble (0.2.12-2) unstable; urgency=low * Translations update: - Brazilian Portuguese (Closes: #414642). - Galician (Closes: #414132).: - German (Closes: #412929, #414593). - Portuguese (Closes: #414213). - Romanian (Closes: #414862). - Russian (Closes: #414265). - Tamil (Closes: #414238) * Change email address to my Debian account. * Build against system libmpd. -- Michal Čihař Sun, 18 Mar 2007 19:26:13 +0100 mpdscribble (0.2.12-1) unstable; urgency=low * New upstream release. * This version includes better fix for submission failure (Closes: #396778). -- Michal Čihař Mon, 4 Dec 2006 09:47:35 +0100 mpdscribble (0.2.10-2) unstable; urgency=low * Decrease number of submitted items if submission fails (Closes: #396778). * Add init script dependency on mpd. -- Michal Čihař Fri, 3 Nov 2006 11:44:01 +0100 mpdscribble (0.2.10-1) unstable; urgency=low * New usptream version (Closes: #369703). * Provide mpd-client (Closes: #359038). * Update Standards-Version to 3.7.2.0. * Let maintainer script fail if start/stop fails. * Include colon in debconf string and password prompts. -- Michal Čihař Thu, 1 Jun 2006 22:27:57 +0200 mpdscribble (0.2.7-2) unstable; urgency=low * Fix better detection of skipping (Closes: #340869). -- Michal Čihař Sun, 27 Nov 2005 20:40:57 +0100 mpdscribble (0.2.7-1) unstable; urgency=low * New upstream release (fixes high CPU load while submitting) (Closes: #336033). * Better messages from init script. * Swedish debconf templates translation (Closes: #332966). * Italian debconf templates translation (Closes: #336681). * Better dettect skipping with different sleep interval, thanks to Decklin Foster . -- Michal Čihař Tue, 22 Nov 2005 22:17:10 +0100 mpdscribble (0.2.6-3) unstable; urgency=low * French debconf translation (Closes: #329933). * Rewritten init script to use LSB functions. * Fixed the restart target in the init script (Closes: #331416). -- Michal Čihař Mon, 3 Oct 2005 14:32:21 +0200 mpdscribble (0.2.6-2) unstable; urgency=low * [l10n] Initial Czech translation of mpdscribble debconf messages (Closes: #327111). * Build depends on po-debconf. * Do not explicitely list debconf dependency, it's added via ${misc:Depends}. * Added debian/watch file. * Rebuilt against new libsoup. -- Michal Čihař Thu, 15 Sep 2005 20:46:05 +0200 mpdscribble (0.2.6-1) unstable; urgency=low * New upstream release. * Fix - in man pages. * Create log file on installation, remove log files on purge. * Create own user mpdscribble instead of assuming mpd one. * Remove cache on purge. * Depends also on debconf-2.0. * Do not ask on user/password if not installed system-wide. * Initial release for Debian. (Closes: #303810: ITP: mpdscribble -- Music Player Daemon interface to Audioscrobbler). -- Michal Čihař Sat, 3 Sep 2005 11:00:43 +0200 mpdscribble (0.2.5-5) unstable; urgency=low * Update FSF address in debian/copyright. -- Michal Čihař Fri, 2 Sep 2005 20:21:17 +0200 mpdscribble (0.2.5-4) unstable; urgency=low * Update URL as it has moved. * Move log file to /var/log, this avoids conflict of logrotate files with mpd. * Update description, because audioscrobbler is now last.fm. * mpd is now only suggested as it can be connected remotely. -- Michal Čihař Fri, 2 Sep 2005 10:22:25 +0200 mpdscribble (0.2.5-3) unstable; urgency=low * Fill in copyright file. * Do not list config files twice. * Better description. * Add libsoup2.2-dev to build depends. -- Michal Čihař Thu, 11 Aug 2005 14:41:40 +0200 mpdscribble (0.2.5-2) unstable; urgency=low * Fix path to configuration file in postinst. * Fix typos in description. -- Michal Čihař Thu, 11 Aug 2005 11:57:33 +0200 mpdscribble (0.2.5-1) unstable; urgency=low * New upstream release. * Start after mpd and stop before it. -- Michal Čihař Thu, 11 Aug 2005 11:06:16 +0200 mpdscribble (0.2.4-2) unstable; urgency=low * Added debconf support. * Logrotate logs. -- Michal Čihař Tue, 3 May 2005 18:02:23 +0200 mpdscribble (0.2.4-1) unstable; urgency=low * Initial Release. -- Michal Čihař Tue, 3 May 2005 17:02:38 +0200 debian/mpdscribble.service0000644000000000000000000000034512204244762013043 0ustar [Unit] Description=Last.fm reporting client for mpd Documentation=man:mpdscribble(1) After=remote-fs.target mpd.service [Service] User=mpdscribble ExecStart=/usr/bin/mpdscribble --no-daemon [Install] WantedBy=multi-user.target debian/mpdscribble-default0000644000000000000000000000062012111254626013017 0ustar # Defaults for mpdscribble initscript # sourced by /etc/init.d/mpdscribble # installed at /etc/default/mpdscribble by the maintainer scripts # # This is a POSIX shell fragment # # Whether to enable system wide daemon MPD_SYSTEMWIDE=0 # Additional options that are passed to the Daemon. DAEMON_OPTS="" # user/group to use (mpdscribble:mpdscribble are default) #USER=mpdscribble #GROUP=mpdscribble debian/mpdscribble.prerm0000644000000000000000000000101312111254626012516 0ustar #!/bin/sh set -e # Source debconf library. . /usr/share/debconf/confmodule # Do we have system wide installation? db_get mpdscribble/systemwide if [ "$RET" = "true" ]; then if [ -x "/etc/init.d/mpdscribble" ]; then if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then invoke-rc.d mpdscribble stop else /etc/init.d/mpdscribble stop fi fi fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/mpdscribble.config0000644000000000000000000000112312227436536012652 0ustar #!/bin/sh set -e # Source debconf library. . /usr/share/debconf/confmodule MPD_SYSTEMWIDE=NOTSET if [ -f /etc/default/mpdscribble ] ; then . /etc/default/mpdscribble fi if [ ! "x$MPD_SYSTEMWIDE" = "xNOTSET" ] ; then if [ "x$MPD_SYSTEMWIDE" = x1 ]; then db_set mpdscribble/systemwide true else db_set mpdscribble/systemwide false fi fi db_input medium mpdscribble/systemwide || true db_go db_get mpdscribble/systemwide if [ "$RET" = "true" ] ; then db_input medium mpdscribble/user || true db_input medium mpdscribble/password || true db_go fi debian/mpdscribble.install0000644000000000000000000000017312204244762013050 0ustar usr/bin/* usr/share/man/man1/* debian/mpdscribble-default usr/share/mpdscribble doc/mpdscribble.conf usr/share/mpdscribble debian/mpdscribble.init0000644000000000000000000000317512111254626012347 0ustar #! /bin/sh ### BEGIN INIT INFO # Provides: mpdscribble # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs $remote_fs # Should-Start: mpd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: mpdscribble initscript # Description: This script starts Music Player Daemon Last.fm Client as daemon. ### END INIT INFO PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/bin/mpdscribble NAME=mpdscribble DESC="Music Player Daemon Last.fm Client" PIDFILE=/var/run/$NAME.pid # user which will run this daemon USER=mpdscribble GROUP=mpdscribble test -x $DAEMON || exit 0 # Include mpdscribble defaults if available if [ -f /etc/default/mpdscribble ] ; then . /etc/default/mpdscribble fi . /lib/lsb/init-functions case "$1" in start) if [ ! "x$MPD_SYSTEMWIDE" = x1 ]; then log_warning_msg "Not starting $DESC, disabled via /etc/default/mpdscribble" exit 0 fi log_daemon_msg "Starting $DESC" $NAME start-stop-daemon --start --quiet \ --pidfile $PIDFILE --background --exec $DAEMON -- \ --daemon-user $USER --pidfile $PIDFILE $DAEMON_OPTS log_end_msg $? ;; stop) log_daemon_msg "Stopping $DESC" $NAME start-stop-daemon --stop --quiet --pidfile $PIDFILE \ --exec $DAEMON RET=$? rm -f $PIDFILE log_end_msg $RET ;; restart|force-reload) sh $0 stop sleep 1 sh $0 start ;; status) status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $? ;; *) N=/etc/init.d/$NAME echo "Usage: $N {start|stop|restart|force-reload}" >&2 exit 1 ;; esac exit 0 debian/source/0000755000000000000000000000000012111254626010466 5ustar debian/source/format0000644000000000000000000000001412111254626011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000051612204244762010253 0ustar #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ --with systemd override_dh_auto_configure: dh_auto_configure -- --with-http-client=soup override_dh_strip: dh_strip --dbg-package=mpdscribble-dbg override_dh_installchangelogs: dh_installchangelogs NEWS override_dh_clean: debconf-updatepo dh_clean debian/mpdscribble.templates0000644000000000000000000000106312111254626013374 0ustar Template: mpdscribble/systemwide Type: boolean Default: false _Description: Install system mpdscribble service? You can install mpdscribble as a system daemon. The mpdscribble service will be started on boot. Note that is not necessary to run mpd as a system service as it runs fine when started manually using a regular user account. Template: mpdscribble/user Type: string _Description: Last.fm username: Enter username you use on Last.fm. Template: mpdscribble/password Type: password _Description: Last.fm password: Enter password you use on Last.fm.