Dear maintainer of libgcr410,

On Tuesday, April 27, 2010 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Thursday, April 22, 2010.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/7-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: libgcr410
Version: 2.4.0-9.1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier <bubu...@debian.org>
Date: Tue, 04 May 2010 07:39:15 +0200
Closes: 460703 510334
Changes: 
 libgcr410 (2.4.0-9.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Drom DH_COMPAT from debian/rules and, while at it
     bump debhelper compatibility level to 7
     Closes: #460703
   * As a consequence, replace obsoleted "dh_clean -k" calls by "dh_prep"
   * Add ${misc:Depends} to package dependencies to properly handle
     dependencies triggerred by the use of debhelper
   * Explicitly point to GPL-2 document in debian/copyright
   * Unmark Choices for translation in debconf templates (they're
     non translatable)
   * Explicitly use 1.0 as source format
   * No longer hardcode command path in calls to update-reader.conf in
     postrm and postinst scripts
   * No longer ignore make errors in debian/rules
   * Fix pending l10n issues. Debconf translations:
     - Spanish (Francisco Javier Cuadrado).  Closes: #510334

-- 


diff -Nru libgcr410-2.4.0.old/debian/changelog libgcr410-2.4.0/debian/changelog
--- libgcr410-2.4.0.old/debian/changelog	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/changelog	2010-05-04 10:44:34.000000000 +0200
@@ -1,3 +1,24 @@
+libgcr410 (2.4.0-9.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Drom DH_COMPAT from debian/rules and, while at it
+    bump debhelper compatibility level to 7
+    Closes: #460703
+  * As a consequence, replace obsoleted "dh_clean -k" calls by "dh_prep"
+  * Add ${misc:Depends} to package dependencies to properly handle
+    dependencies triggerred by the use of debhelper
+  * Explicitly point to GPL-2 document in debian/copyright
+  * Unmark Choices for translation in debconf templates (they're
+    non translatable)
+  * Explicitly use 1.0 as source format
+  * No longer hardcode command path in calls to update-reader.conf in
+    postrm and postinst scripts
+  * No longer ignore make errors in debian/rules
+  * Fix pending l10n issues. Debconf translations:
+    - Spanish (Francisco Javier Cuadrado).  Closes: #510334
+
+ -- Christian Perrier <bubu...@debian.org>  Tue, 04 May 2010 07:39:15 +0200
+
 libgcr410 (2.4.0-9) unstable; urgency=low
 
   * Mushrooms rule the world ! (Closes: #420046)
diff -Nru libgcr410-2.4.0.old/debian/compat libgcr410-2.4.0/debian/compat
--- libgcr410-2.4.0.old/debian/compat	1970-01-01 01:00:00.000000000 +0100
+++ libgcr410-2.4.0/debian/compat	2010-04-22 18:59:13.000000000 +0200
@@ -0,0 +1 @@
+7
diff -Nru libgcr410-2.4.0.old/debian/control libgcr410-2.4.0/debian/control
--- libgcr410-2.4.0.old/debian/control	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/control	2010-04-22 19:01:04.000000000 +0200
@@ -2,12 +2,12 @@
 Section: misc
 Priority: optional
 Maintainer: Peter De Schrijver (p2) <p...@debian.org>
-Build-Depends: debhelper (>= 4.1.16), libpcsclite-dev (>> 1.4.0), po-debconf
+Build-Depends: debhelper (>= 7), libpcsclite-dev (>> 1.4.0), po-debconf
 Standards-Version: 3.6.1
 
 Package: libgcr410
 Architecture: any
-Depends: ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0, pcscd (>> 1.2.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, pcscd (>> 1.2.0)
 Provides: pcsc-ifd-handler
 Description: PC/SC driver for GemPlus GCR410 serial SmartCard interface
  The libgcr410 package contains a PC/SC driver for the GemPlus GCR410 serial 
diff -Nru libgcr410-2.4.0.old/debian/copyright libgcr410-2.4.0/debian/copyright
--- libgcr410-2.4.0.old/debian/copyright	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/copyright	2010-04-22 19:01:22.000000000 +0200
@@ -13,5 +13,5 @@
 libgcr410 is distributed under the terms of the GNU General Public License.
 
 On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
diff -Nru libgcr410-2.4.0.old/debian/libgcr410.postinst libgcr410-2.4.0/debian/libgcr410.postinst
--- libgcr410-2.4.0.old/debian/libgcr410.postinst	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/libgcr410.postinst	2010-05-04 10:42:39.000000000 +0200
@@ -50,7 +50,7 @@
 
                 # regenerate /etc/reader.conf if update-reader.conf is available
 		if [ -x /usr/sbin/update-reader.conf ] ; then
-                        /usr/sbin/update-reader.conf || true
+                        update-reader.conf || true
                 fi 
 
 		if [ -e /dev/.devfsd ] ; then
diff -Nru libgcr410-2.4.0.old/debian/libgcr410.postrm libgcr410-2.4.0/debian/libgcr410.postrm
--- libgcr410-2.4.0.old/debian/libgcr410.postrm	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/libgcr410.postrm	2010-05-04 10:42:54.000000000 +0200
@@ -18,7 +18,7 @@
 		rm -f $cfg
 	
 		if [ -x /usr/sbin/update-reader.conf ] ; then
-			/usr/sbin/update-reader.conf || true
+			update-reader.conf || true
 		fi
 	
 		if [ -x /etc/init.d/pcscd ] ; then
diff -Nru libgcr410-2.4.0.old/debian/libgcr410.templates libgcr410-2.4.0/debian/libgcr410.templates
--- libgcr410-2.4.0.old/debian/libgcr410.templates	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/libgcr410.templates	2010-04-22 19:02:34.000000000 +0200
@@ -1,6 +1,6 @@
 Template: libgcr410/port
 Type: select
-_Choices: ttyS0, ttyS1, ttyS2, ttyS3
+Choices: ttyS0, ttyS1, ttyS2, ttyS3
 _Description: Serial port to which the smartcard reader is connected:
  The driver needs to know to which serial port the GemPlus GCR410 reader is
  connected.
diff -Nru libgcr410-2.4.0.old/debian/po/cs.po libgcr410-2.4.0/debian/po/cs.po
--- libgcr410-2.4.0.old/debian/po/cs.po	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/po/cs.po	2010-04-27 07:38:12.000000000 +0200
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: libgcr410\n"
-"Report-Msgid-Bugs-To: p...@debian.org\n"
-"POT-Creation-Date: 2007-03-14 23:51+0100\n"
+"Report-Msgid-Bugs-To: libgcr...@packages.debian.org\n"
+"POT-Creation-Date: 2010-04-27 07:38+0200\n"
 "PO-Revision-Date: 2005-07-04 16:45+0200\n"
 "Last-Translator: Miroslav Kure <ku...@debian.cz>\n"
 "Language-Team: Czech <debian-l10n-cz...@lists.debian.org>\n"
@@ -24,23 +24,20 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Type: select
-#. Choices
-#: ../libgcr410.templates:1001
-msgid "ttyS0, ttyS1, ttyS2, ttyS3"
-msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
-
-#. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid "Serial port to which the smartcard reader is connected:"
 msgstr "Sériový port, ke kterému je připojena čtečka smart karet:"
 
 #. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid ""
 "The driver needs to know to which serial port the GemPlus GCR410 reader is "
 "connected."
 msgstr ""
 "Ovladač potřebuje vědět, ke kterému sériovému portu je připojena čtečka "
 "GemPlus GCR410."
+
+#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3"
+#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
diff -Nru libgcr410-2.4.0.old/debian/po/de.po libgcr410-2.4.0/debian/po/de.po
--- libgcr410-2.4.0.old/debian/po/de.po	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/po/de.po	2010-04-27 07:38:12.000000000 +0200
@@ -16,8 +16,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: libgcr410 2.4.0-4.2\n"
-"Report-Msgid-Bugs-To: p...@debian.org\n"
-"POT-Creation-Date: 2007-03-14 23:51+0100\n"
+"Report-Msgid-Bugs-To: libgcr...@packages.debian.org\n"
+"POT-Creation-Date: 2010-04-27 07:38+0200\n"
 "PO-Revision-Date: 2006-12-01 14:17+0100\n"
 "Last-Translator: Holger Wansing <li...@wansing-online.de>\n"
 "Language-Team: German <debian-l10n-ger...@lists.debian.org>\n"
@@ -26,23 +26,20 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Type: select
-#. Choices
-#: ../libgcr410.templates:1001
-msgid "ttyS0, ttyS1, ttyS2, ttyS3"
-msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
-
-#. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid "Serial port to which the smartcard reader is connected:"
 msgstr "Serieller Port, an den der Smartcard-Leser angeschlossen ist:"
 
 #. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid ""
 "The driver needs to know to which serial port the GemPlus GCR410 reader is "
 "connected."
 msgstr ""
 "Der Treiber muss wissen, mit welchem seriellen Anschluss der GemPlus GCR410-"
 "Kartenleser verbunden ist."
+
+#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3"
+#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
diff -Nru libgcr410-2.4.0.old/debian/po/es.po libgcr410-2.4.0/debian/po/es.po
--- libgcr410-2.4.0.old/debian/po/es.po	1970-01-01 01:00:00.000000000 +0100
+++ libgcr410-2.4.0/debian/po/es.po	2010-04-27 07:38:12.000000000 +0200
@@ -0,0 +1,59 @@
+# libphidgets po-debconf translation to Spanish
+# Copyright (C) 2005, 2008 Software in the Public Interest
+# This file is distributed under the same license as the libphidgets package.
+#
+# Changes:
+#   - Initial translation
+#       César Gómez Martí­n <cesar.go...@gmail.com>, 2005
+#
+#   - Updates
+#       Francisco Javier Cuadrado <fcocuadr...@gmail.com>, 2008
+#
+# Traductores, si no conocen 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 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
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: libgcr410 2.4.0-9\n"
+"Report-Msgid-Bugs-To: libgcr...@packages.debian.org\n"
+"POT-Creation-Date: 2010-04-27 07:38+0200\n"
+"PO-Revision-Date: 2008-12-28 16:56+0100\n"
+"Last-Translator: Francisco Javier Cuadrado <fcocuadr...@gmail.com>\n"
+"Language-Team: Debian l10n Spanish <debian-l10n-span...@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: select
+#. Description
+#: ../libgcr410.templates:1001
+msgid "Serial port to which the smartcard reader is connected:"
+msgstr "Puerto serie al que está conectado el lector de tarjetas inteligentes:"
+
+#. Type: select
+#. Description
+#: ../libgcr410.templates:1001
+msgid ""
+"The driver needs to know to which serial port the GemPlus GCR410 reader is "
+"connected."
+msgstr ""
+"El controlador necesita saber en qué puerto serie está conectado el lector "
+"GemPlus GCR410."
+
+#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3"
+#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
diff -Nru libgcr410-2.4.0.old/debian/po/fr.po libgcr410-2.4.0/debian/po/fr.po
--- libgcr410-2.4.0.old/debian/po/fr.po	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/po/fr.po	2010-04-27 07:38:12.000000000 +0200
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: libgcr410\n"
-"Report-Msgid-Bugs-To: p...@debian.org\n"
-"POT-Creation-Date: 2007-03-14 23:51+0100\n"
+"Report-Msgid-Bugs-To: libgcr...@packages.debian.org\n"
+"POT-Creation-Date: 2010-04-27 07:38+0200\n"
 "PO-Revision-Date: 2004-04-06 21:42+0200\n"
 "Last-Translator: Eric Madesclair <eri...@wanadoo.fr>\n"
 "Language-Team: French <debian-l10n-fre...@lists.debian.org>\n"
@@ -24,23 +24,20 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Type: select
-#. Choices
-#: ../libgcr410.templates:1001
-msgid "ttyS0, ttyS1, ttyS2, ttyS3"
-msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
-
-#. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid "Serial port to which the smartcard reader is connected:"
 msgstr "Port srie sur lequel est connect le lecteur:"
 
 #. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid ""
 "The driver needs to know to which serial port the GemPlus GCR410 reader is "
 "connected."
 msgstr ""
 "Libgcr410 doit connatre le port srie sur lequel est connect le lecteur de "
 "carte GemPlus GCR410."
+
+#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3"
+#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
diff -Nru libgcr410-2.4.0.old/debian/po/it.po libgcr410-2.4.0/debian/po/it.po
--- libgcr410-2.4.0.old/debian/po/it.po	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/po/it.po	2010-04-27 07:38:12.000000000 +0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: libgcr410 italian debconf templates\n"
-"Report-Msgid-Bugs-To: p...@debian.org\n"
-"POT-Creation-Date: 2007-03-14 23:51+0100\n"
+"Report-Msgid-Bugs-To: libgcr...@packages.debian.org\n"
+"POT-Creation-Date: 2010-04-27 07:38+0200\n"
 "PO-Revision-Date: 2006-11-22 21:30+0100\n"
 "Last-Translator: Luca Monducci <luca...@tiscali.it>\n"
 "Language-Team: Italian <t...@lists.linux.it>\n"
@@ -16,23 +16,20 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Type: select
-#. Choices
-#: ../libgcr410.templates:1001
-msgid "ttyS0, ttyS1, ttyS2, ttyS3"
-msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
-
-#. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid "Serial port to which the smartcard reader is connected:"
 msgstr "Porta seriale a cui  collegato il lettore di smartcard:"
 
 #. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid ""
 "The driver needs to know to which serial port the GemPlus GCR410 reader is "
 "connected."
 msgstr ""
 "Il driver deve conoscere su quale porta seriale  collegato il lettore "
 "GemPlus GCR410."
+
+#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3"
+#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
diff -Nru libgcr410-2.4.0.old/debian/po/ja.po libgcr410-2.4.0/debian/po/ja.po
--- libgcr410-2.4.0.old/debian/po/ja.po	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/po/ja.po	2010-04-27 07:38:12.000000000 +0200
@@ -15,8 +15,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: libgcr410 2.4.0-2\n"
-"Report-Msgid-Bugs-To: p...@debian.org\n"
-"POT-Creation-Date: 2007-03-14 23:51+0100\n"
+"Report-Msgid-Bugs-To: libgcr...@packages.debian.org\n"
+"POT-Creation-Date: 2010-04-27 07:38+0200\n"
 "PO-Revision-Date: 2004-08-03 20:14+0900\n"
 "Last-Translator: Hideki Yamane <henr...@samba.gr.jp>\n"
 "Language-Team: Japanese <debian-japan...@lists.debian.org>\n"
@@ -25,23 +25,20 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Type: select
-#. Choices
-#: ../libgcr410.templates:1001
-msgid "ttyS0, ttyS1, ttyS2, ttyS3"
-msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
-
-#. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid "Serial port to which the smartcard reader is connected:"
 msgstr "ޡȥɥ꡼³Ƥ륷ꥢݡ:"
 
 #. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid ""
 "The driver needs to know to which serial port the GemPlus GCR410 reader is "
 "connected."
 msgstr ""
 "ɥ饤ФưˤϡɤΥꥢݡȤ GemPlus GCR410 ꡼³"
 "ΤΤɬפޤ"
+
+#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3"
+#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
diff -Nru libgcr410-2.4.0.old/debian/po/nl.po libgcr410-2.4.0/debian/po/nl.po
--- libgcr410-2.4.0.old/debian/po/nl.po	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/po/nl.po	2010-04-27 07:38:12.000000000 +0200
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: ifd-gempc 0.8.0-5\n"
-"Report-Msgid-Bugs-To: p...@debian.org\n"
-"POT-Creation-Date: 2007-03-14 23:51+0100\n"
+"Report-Msgid-Bugs-To: libgcr...@packages.debian.org\n"
+"POT-Creation-Date: 2010-04-27 07:38+0200\n"
 "PO-Revision-Date: 2004-04-04 21:58+0200\n"
 "Last-Translator: Peter De Schrijver <p...@mind.be>\n"
 "Language-Team: dutch <debian-l10n-du...@lists.debian.org>\n"
@@ -24,23 +24,20 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Type: select
-#. Choices
-#: ../libgcr410.templates:1001
-msgid "ttyS0, ttyS1, ttyS2, ttyS3"
-msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
-
-#. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid "Serial port to which the smartcard reader is connected:"
 msgstr "Serile poort waar de smartcard lezer aan verbonden is:"
 
 #. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid ""
 "The driver needs to know to which serial port the GemPlus GCR410 reader is "
 "connected."
 msgstr ""
 "Het stuurprogramma moet weten met welke serile poort de GemPlus GCR410 "
 "lezer verbonden is."
+
+#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3"
+#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
diff -Nru libgcr410-2.4.0.old/debian/po/pt.po libgcr410-2.4.0/debian/po/pt.po
--- libgcr410-2.4.0.old/debian/po/pt.po	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/po/pt.po	2010-04-27 07:38:12.000000000 +0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: libgcr410 2.4.0-5\n"
-"Report-Msgid-Bugs-To: p...@debian.org\n"
-"POT-Creation-Date: 2007-03-14 23:51+0100\n"
+"Report-Msgid-Bugs-To: libgcr...@packages.debian.org\n"
+"POT-Creation-Date: 2010-04-27 07:38+0200\n"
 "PO-Revision-Date: 2006-11-16 21:59+0000\n"
 "Last-Translator: Rui Branco <ru...@debianpt.org>\n"
 "Language-Team: Portuguese <tra...@debianpt.org>\n"
@@ -16,23 +16,20 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Type: select
-#. Choices
-#: ../libgcr410.templates:1001
-msgid "ttyS0, ttyS1, ttyS2, ttyS3"
-msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
-
-#. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid "Serial port to which the smartcard reader is connected:"
 msgstr "Porta série a que o leitor smartcard está ligado:"
 
 #. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid ""
 "The driver needs to know to which serial port the GemPlus GCR410 reader is "
 "connected."
 msgstr ""
 "O controlador precisa de saber qual a porta série a que o leitor GemPlus "
 "GCR410 está ligado."
+
+#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3"
+#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
diff -Nru libgcr410-2.4.0.old/debian/po/pt_BR.po libgcr410-2.4.0/debian/po/pt_BR.po
--- libgcr410-2.4.0.old/debian/po/pt_BR.po	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/po/pt_BR.po	2010-04-27 07:38:12.000000000 +0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 2.4.0\n"
-"Report-Msgid-Bugs-To: p...@debian.org\n"
-"POT-Creation-Date: 2007-03-14 23:51+0100\n"
+"Report-Msgid-Bugs-To: libgcr...@packages.debian.org\n"
+"POT-Creation-Date: 2010-04-27 07:38+0200\n"
 "PO-Revision-Date: 2007-04-02 00:27-0300\n"
 "Last-Translator: Felipe Augusto van de Wiel (faw) <f...@debian.org>\n"
 "Language-Team: l10n portuguese <debian-l10n-portugu...@lists.debian.org>\n"
@@ -17,23 +17,20 @@
 "pt_BR utf-8\n"
 
 #. Type: select
-#. Choices
-#: ../libgcr410.templates:1001
-msgid "ttyS0, ttyS1, ttyS2, ttyS3"
-msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
-
-#. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid "Serial port to which the smartcard reader is connected:"
 msgstr "Porta serial na qual o leitor \"smartcard\" está conectado:"
 
 #. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid ""
 "The driver needs to know to which serial port the GemPlus GCR410 reader is "
 "connected."
 msgstr ""
 "O controlador de dispositivo precisa saber em qual porta serial o leitor "
 "GemPlus GCR410 está conectado."
+
+#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3"
+#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
diff -Nru libgcr410-2.4.0.old/debian/po/ru.po libgcr410-2.4.0/debian/po/ru.po
--- libgcr410-2.4.0.old/debian/po/ru.po	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/po/ru.po	2010-04-27 07:38:12.000000000 +0200
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 2.4.0-6\n"
-"Report-Msgid-Bugs-To: p...@debian.org\n"
-"POT-Creation-Date: 2007-03-14 23:51+0100\n"
+"Report-Msgid-Bugs-To: libgcr...@packages.debian.org\n"
+"POT-Creation-Date: 2010-04-27 07:38+0200\n"
 "PO-Revision-Date: 2006-12-24 21:33+0300\n"
 "Last-Translator: Yuri Kozlov <kozlo...@gmail.com>\n"
 "Language-Team: Russian <debian-l10n-russ...@lists.debian.org>\n"
@@ -27,24 +27,21 @@
 "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 #. Type: select
-#. Choices
-#: ../libgcr410.templates:1001
-msgid "ttyS0, ttyS1, ttyS2, ttyS3"
-msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
-
-#. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid "Serial port to which the smartcard reader is connected:"
 msgstr ""
 "Последовательный порт, к которому подключено устройство чтения смарткарт:"
 
 #. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid ""
 "The driver needs to know to which serial port the GemPlus GCR410 reader is "
 "connected."
 msgstr ""
 "Для драйвера требуется информация о том, к какому последовательному порту "
 "подключено устройства чтения смарткарт GCR410."
+
+#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3"
+#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
diff -Nru libgcr410-2.4.0.old/debian/po/sv.po libgcr410-2.4.0/debian/po/sv.po
--- libgcr410-2.4.0.old/debian/po/sv.po	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/po/sv.po	2010-04-27 07:38:12.000000000 +0200
@@ -8,13 +8,13 @@
 # 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: libgcr410 2.4.0-4\n"
-"Report-Msgid-Bugs-To: p...@debian.org\n"
-"POT-Creation-Date: 2007-03-14 23:51+0100\n"
+"Report-Msgid-Bugs-To: libgcr...@packages.debian.org\n"
+"POT-Creation-Date: 2010-04-27 07:38+0200\n"
 "PO-Revision-Date: 2005-10-04 19:11+0200\n"
 "Last-Translator: Daniel Nylander <p...@danielnylander.se>\n"
 "Language-Team: Swedish <s...@li.org>\n"
@@ -23,23 +23,20 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Type: select
-#. Choices
-#: ../libgcr410.templates:1001
-msgid "ttyS0, ttyS1, ttyS2, ttyS3"
-msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
-
-#. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid "Serial port to which the smartcard reader is connected:"
 msgstr "Seriellporten som smartkortslsaren r inkopplad p:"
 
 #. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid ""
 "The driver needs to know to which serial port the GemPlus GCR410 reader is "
 "connected."
 msgstr ""
 "Drivrutinen behver veta p vilken seriellport som GemPlus GCR410-lsare r "
 "inkopplad p."
+
+#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3"
+#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
diff -Nru libgcr410-2.4.0.old/debian/po/templates.pot libgcr410-2.4.0/debian/po/templates.pot
--- libgcr410-2.4.0.old/debian/po/templates.pot	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/po/templates.pot	2010-04-27 07:38:12.000000000 +0200
@@ -7,8 +7,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: p...@debian.org\n"
-"POT-Creation-Date: 2007-03-14 23:51+0100\n"
+"Report-Msgid-Bugs-To: libgcr...@packages.debian.org\n"
+"POT-Creation-Date: 2010-04-27 07:38+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <em...@address>\n"
 "Language-Team: LANGUAGE <l...@li.org>\n"
@@ -17,20 +17,14 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Type: select
-#. Choices
-#: ../libgcr410.templates:1001
-msgid "ttyS0, ttyS1, ttyS2, ttyS3"
-msgstr ""
-
-#. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid "Serial port to which the smartcard reader is connected:"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid ""
 "The driver needs to know to which serial port the GemPlus GCR410 reader is "
 "connected."
diff -Nru libgcr410-2.4.0.old/debian/po/vi.po libgcr410-2.4.0/debian/po/vi.po
--- libgcr410-2.4.0.old/debian/po/vi.po	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/po/vi.po	2010-04-27 07:38:12.000000000 +0200
@@ -1,12 +1,12 @@
 # Vietnamese Translation for libgcr410.
 # Copyright © 2005 Free Software Foundation, Inc.
 # Clytie Siddall <cly...@riverland.net.au>, 2005.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: libgcr410 2.4.0-4\n"
-"Report-Msgid-Bugs-To: p...@debian.org\n"
-"POT-Creation-Date: 2007-03-14 23:51+0100\n"
+"Report-Msgid-Bugs-To: libgcr...@packages.debian.org\n"
+"POT-Creation-Date: 2010-04-27 07:38+0200\n"
 "PO-Revision-Date: 2005-06-06 23:05+0930\n"
 "Last-Translator: Clytie Siddall <cly...@riverland.net.au>\n"
 "Language-Team: Vietnamese <gnomevi-l...@lists.sourceforge.net>\n"
@@ -16,23 +16,20 @@
 "Plural-Forms: nplurals=1; plural=0\n"
 
 #. Type: select
-#. Choices
-#: ../libgcr410.templates:1001
-msgid "ttyS0, ttyS1, ttyS2, ttyS3"
-msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
-
-#. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid "Serial port to which the smartcard reader is connected:"
 msgstr "Máy đọc thẻ thông minh có kết nối đến cổng nối tiếp này:"
 
 #. Type: select
 #. Description
-#: ../libgcr410.templates:1002
+#: ../libgcr410.templates:1001
 msgid ""
 "The driver needs to know to which serial port the GemPlus GCR410 reader is "
 "connected."
 msgstr ""
 "Cần phải cho trình hỗ trợ thiết bị ấy thông tin về cổng nối tiếp nào có máy "
 "đọc GemPlus GCR410 kết nối đến nó."
+
+#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3"
+#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3"
diff -Nru libgcr410-2.4.0.old/debian/rules libgcr410-2.4.0/debian/rules
--- libgcr410-2.4.0.old/debian/rules	2010-04-22 06:20:36.000000000 +0200
+++ libgcr410-2.4.0/debian/rules	2010-05-04 10:44:16.000000000 +0200
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export DH_COMPAT=3
-
 build: build-stamp
 build-stamp: 
 	dh_testdir
@@ -12,14 +10,14 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 	debconf-updatepo
 	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	cp libgcr410.so $(CURDIR)/debian/libgcr410/usr/lib/pcsc/drivers/serial
diff -Nru libgcr410-2.4.0.old/debian/source/format libgcr410-2.4.0/debian/source/format
--- libgcr410-2.4.0.old/debian/source/format	1970-01-01 01:00:00.000000000 +0100
+++ libgcr410-2.4.0/debian/source/format	2010-05-04 07:39:54.000000000 +0200
@@ -0,0 +1 @@
+1.0

Attachment: signature.asc
Description: Digital signature

Reply via email to