Control: tags 658159 + pending Control: tags 682420 + patch Control: tags 682420 + pending Control: tags 688293 + pending
Dear maintainer, I've prepared an NMU for libpaper (versioned as 1.1.24+nmu4) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Tom Waits: Black Market Baby
diff -Nru libpaper-1.1.24+nmu3/debian/changelog libpaper-1.1.24+nmu4/debian/changelog --- libpaper-1.1.24+nmu3/debian/changelog 2014-04-04 03:00:09.000000000 +0200 +++ libpaper-1.1.24+nmu4/debian/changelog 2014-11-01 14:35:21.000000000 +0100 @@ -1,3 +1,18 @@ +libpaper (1.1.24+nmu4) unstable; urgency=medium + + * Non-maintainer upload. + * Fix ""Multi-Arch: same" but postrm removes arch-independent + configuration": + Guard removal of /etc/papersize in libpaper1.postrm with check for + DPKG_MAINTSCRIPT_PACKAGE_REFCOUNT; depend on dpkg (>= 1.17.2). + Thanks to Ivo De Decker for the proposal. + (Closes: #682420) + * Debconf template translations: + - new: Polish, thanks Michał Kułach, closes: #658159 + - updated: Turkish, thanks Atila KOÇ, closes: #688293 + + -- gregor herrmann <gre...@debian.org> Sat, 01 Nov 2014 14:35:13 +0100 + libpaper (1.1.24+nmu3) unstable; urgency=low * Non-maintainer upload. diff -Nru libpaper-1.1.24+nmu3/debian/control libpaper-1.1.24+nmu4/debian/control --- libpaper-1.1.24+nmu3/debian/control 2014-04-04 02:45:41.000000000 +0200 +++ libpaper-1.1.24+nmu4/debian/control 2014-11-01 14:12:56.000000000 +0100 @@ -9,7 +9,7 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends}, ucf (>= 0.28) +Depends: ${shlibs:Depends}, ${misc:Depends}, ucf (>= 0.28), dpkg (>= 1.17.2) Replaces: libpaperg (<< 1.1.9) Provides: libpaperg Recommends: libpaper-utils diff -Nru libpaper-1.1.24+nmu3/debian/libpaper1.postrm libpaper-1.1.24+nmu4/debian/libpaper1.postrm --- libpaper-1.1.24+nmu3/debian/libpaper1.postrm 2006-05-16 21:48:42.000000000 +0200 +++ libpaper-1.1.24+nmu4/debian/libpaper1.postrm 2014-11-01 14:12:33.000000000 +0100 @@ -4,8 +4,10 @@ case "$1" in purge) - [ -x /usr/bin/ucf ] && ucf --purge /etc/papersize - rm -f /etc/papersize + if [ "${DPKG_MAINTSCRIPT_PACKAGE_REFCOUNT:-1}" = 1 ]; then + [ -x /usr/bin/ucf ] && ucf --purge /etc/papersize + rm -f /etc/papersize + fi ;; esac exit 0 diff -Nru libpaper-1.1.24+nmu3/debian/po/pl.po libpaper-1.1.24+nmu4/debian/po/pl.po --- libpaper-1.1.24+nmu3/debian/po/pl.po 1970-01-01 01:00:00.000000000 +0100 +++ libpaper-1.1.24+nmu4/debian/po/pl.po 2014-11-01 14:18:13.000000000 +0100 @@ -0,0 +1,300 @@ +# Copyright (C) 2007 +# This file is distributed under the same license as the libpaper package. +# +# Michał Kułach <michal.kul...@gmail.com>, 2012. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: eppes...@debian.org\n" +"POT-Creation-Date: 2007-07-18 19:50+0200\n" +"PO-Revision-Date: 2012-01-31 18:40+0100\n" +"Last-Translator: Michał Kułach <michal.kul...@gmail.com>\n" +"Language-Team: Polish <debian-l10n-pol...@lists.debian.org>\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: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "letter" +msgstr "letter" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "a4" +msgstr "A4" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "note" +msgstr "note" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "legal" +msgstr "legal" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "executive" +msgstr "executive" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "halfletter" +msgstr "halfletter" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "halfexecutive" +msgstr "halfexecutive" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "11x17" +msgstr "11x17" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "statement" +msgstr "statement" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "folio" +msgstr "folio" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "quarto" +msgstr "quarto" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "10x14" +msgstr "10x14" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "ledger" +msgstr "ledger" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "tabloid" +msgstr "tabloid" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "a0" +msgstr "A0" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "a1" +msgstr "A1" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "a2" +msgstr "A2" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "a3" +msgstr "A3" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "a5" +msgstr "A5" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "a6" +msgstr "A6" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "a7" +msgstr "A7" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "a8" +msgstr "A8" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "a9" +msgstr "A9" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "a10" +msgstr "A10" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "b0" +msgstr "B0" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "b1" +msgstr "B1" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "b2" +msgstr "B2" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "b3" +msgstr "B3" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "b4" +msgstr "B4" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "b5" +msgstr "B5" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "c5" +msgstr "C5" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "DL" +msgstr "DL" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "Comm10" +msgstr "Comm10" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "Monarch" +msgstr "Monarch" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "archE" +msgstr "archE" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "archD" +msgstr "archD" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "archC" +msgstr "archC" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "archB" +msgstr "archB" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "archA" +msgstr "archA" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "flsa" +msgstr "flsa" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "flse" +msgstr "flse" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "csheet" +msgstr "csheet" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "dsheet" +msgstr "dsheet" + +#. Type: select +#. Choices +#: ../libpaper1.templates:2001 +msgid "esheet" +msgstr "esheet" + +#. Type: select +#. Description +#: ../libpaper1.templates:2002 +msgid "System's default paper size:" +msgstr "Domyślny systemowy rozmiar papieru:" + +#. Type: select +#. Description +#: ../libpaper1.templates:2002 +msgid "" +"Please select the default paper size for the system. Various programs on the " +"system will use this configuration option to determine how to print output." +msgstr "" +"Proszę wybrać domyślny rozmiar papieru w systemie. Różne programy będą " +"używać tej opcji konfiguracyjnej, aby określić jaki format powinien zostać " +"użyty do druku. W Polsce używa się zazwyczaj formatu A4." diff -Nru libpaper-1.1.24+nmu3/debian/po/tr.po libpaper-1.1.24+nmu4/debian/po/tr.po --- libpaper-1.1.24+nmu3/debian/po/tr.po 2011-05-06 07:08:07.000000000 +0200 +++ libpaper-1.1.24+nmu4/debian/po/tr.po 2014-11-01 14:18:13.000000000 +0100 @@ -1,306 +1,301 @@ # Turkish translation of libpaper. # This file is distributed under the same license as the libpaper package. # Recai Oktaş <rok...@omu.edu.tr>, 2004. +# Atila KOÇ <a...@artielektronik.com.tr>, 2012. # msgid "" msgstr "" "Project-Id-Version: libpaper\n" "Report-Msgid-Bugs-To: eppes...@debian.org\n" "POT-Creation-Date: 2007-07-18 19:50+0200\n" -"PO-Revision-Date: 2004-04-27 06:33+0300\n" -"Last-Translator: Recai Oktaş <rok...@omu.edu.tr>\n" +"PO-Revision-Date: 2012-06-02 23:20+0200\n" +"Last-Translator: Atila KOÇ <a...@artielektronik.com.tr>\n" "Language-Team: Turkish <debian-l10n-turk...@lists.debian.org>\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "letter" -msgstr "" +msgstr "letter" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "a4" -msgstr "" +msgstr "a4" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "note" -msgstr "" +msgstr "note" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "legal" -msgstr "" +msgstr "legal" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "executive" -msgstr "" +msgstr "executive" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "halfletter" -msgstr "" +msgstr "halfletter" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "halfexecutive" -msgstr "" +msgstr "halfexecutive" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "11x17" -msgstr "" +msgstr "11x17" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "statement" -msgstr "" +msgstr "statement" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "folio" -msgstr "" +msgstr "folio" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "quarto" -msgstr "" +msgstr "quarto" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "10x14" -msgstr "" +msgstr "10x14" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "ledger" -msgstr "" +msgstr "ledger" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "tabloid" -msgstr "" +msgstr "tabloid" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "a0" -msgstr "" +msgstr "a0" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "a1" -msgstr "" +msgstr "a1" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "a2" -msgstr "" +msgstr "a2" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "a3" -msgstr "" +msgstr "a3" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "a5" -msgstr "" +msgstr "a5" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "a6" -msgstr "" +msgstr "a6" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "a7" -msgstr "" +msgstr "a7" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "a8" -msgstr "" +msgstr "a8" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "a9" -msgstr "" +msgstr "a9" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "a10" -msgstr "" +msgstr "a10" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "b0" -msgstr "" +msgstr "b0" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "b1" -msgstr "" +msgstr "b1" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "b2" -msgstr "" +msgstr "b2" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "b3" -msgstr "" +msgstr "b3" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "b4" -msgstr "" +msgstr "b4" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "b5" -msgstr "" +msgstr "b5" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "c5" -msgstr "" +msgstr "c5" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "DL" -msgstr "" +msgstr "DL" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "Comm10" -msgstr "" +msgstr "Comm10" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "Monarch" -msgstr "" +msgstr "Monarch" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "archE" -msgstr "" +msgstr "archE" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "archD" -msgstr "" +msgstr "archD" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "archC" -msgstr "" +msgstr "archC" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "archB" -msgstr "" +msgstr "archB" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "archA" -msgstr "" +msgstr "archA" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "flsa" -msgstr "" +msgstr "flsa" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "flse" -msgstr "" +msgstr "flse" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "csheet" -msgstr "" +msgstr "csheet" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "dsheet" -msgstr "" +msgstr "dsheet" #. Type: select #. Choices #: ../libpaper1.templates:2001 msgid "esheet" -msgstr "" +msgstr "esheet" #. Type: select #. Description #: ../libpaper1.templates:2002 msgid "System's default paper size:" -msgstr "" +msgstr "Sistemin öntanımlı kâğıt boyutu:" #. Type: select #. Description #: ../libpaper1.templates:2002 -#, fuzzy -#| msgid "" -#| "Please select which paper size to use as the default on your system. " -#| "Various programs on your system will use this configuration option to " -#| "determine how to print output. The default is typically correct." msgid "" "Please select the default paper size for the system. Various programs on the " "system will use this configuration option to determine how to print output." msgstr "" -"Lütfen sisteminizde kullanmak istediğiniz öntanımlı kâğıt boyutunu seçin. " +"Lütfen sisteminizde kullanmak istediğiniz öntanımlı kâğıt boyutunu seçiniz. " "Sisteminizdeki çeşitli programlar, yazıcıdan çıktı alırken bu yapılandırma " -"seçeneğini kullanacaktır. Listedeki öntanımlı seçenek çoğu durum için " -"uygundur." +"seçeneğini kullanacaktır." #~ msgid "Which paper size should be the system default?" #~ msgstr ""
signature.asc
Description: Digital Signature