Dear maintainer of libphidgets,

On Tuesday, March 23, 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, March 18, 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: libphidgets
Version: 0.3.8-3.2
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier <[email protected]>
Date: Tue, 30 Mar 2010 07:44:12 +0200
Closes: 510333
Changes: 
 libphidgets (0.3.8-3.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Bump debhelper compatibility level to 7
   * As a consequence, replace "dh_clean -k" by "dh_prep" in debian/rules
   * Add ${misc:Depends} to binary packages dependencies to properly deal
     with dependencies introduced by the use of debhelper
   * Explicitly mention that this package is using the "1.0" source format
   * Point to the GPL-2 document in debian/copyright
   * Use .conf extension for file in /etc/modprobe.d
   * Add ${shlibs:Depends} to libphidgets-dev package dependencies
   * No longer ignore errors from make in the clean target
   * Make package binNMU-safe by using ${binary:Version} for
     libphidgets-dev dependency on libphidgets0
   * Add copyright mention in debian/copyright
   * Fix pending l10n issues. Debconf translations:
     - Spanish (César Gómez Martí­n).  Closes: #510333

-- 


diff -Nru libphidgets-0.3.8.old/debian/changelog libphidgets-0.3.8/debian/changelog
--- libphidgets-0.3.8.old/debian/changelog	2010-03-11 23:27:16.000000000 +0100
+++ libphidgets-0.3.8/debian/changelog	2010-03-30 19:53:47.000000000 +0200
@@ -1,3 +1,23 @@
+libphidgets (0.3.8-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Bump debhelper compatibility level to 7
+  * As a consequence, replace "dh_clean -k" by "dh_prep" in debian/rules
+  * Add ${misc:Depends} to binary packages dependencies to properly deal
+    with dependencies introduced by the use of debhelper
+  * Explicitly mention that this package is using the "1.0" source format
+  * Point to the GPL-2 document in debian/copyright
+  * Use .conf extension for file in /etc/modprobe.d
+  * Add ${shlibs:Depends} to libphidgets-dev package dependencies
+  * No longer ignore errors from make in the clean target
+  * Make package binNMU-safe by using ${binary:Version} for
+    libphidgets-dev dependency on libphidgets0
+  * Add copyright mention in debian/copyright
+  * Fix pending l10n issues. Debconf translations:
+    - Spanish (César Gómez Martí­n).  Closes: #510333
+
+ -- Christian Perrier <[email protected]>  Tue, 30 Mar 2010 07:44:12 +0200
+
 libphidgets (0.3.8-3.1) unstable; urgency=low
 
   * Non-maintainer upload to fix pending l10n issues.
diff -Nru libphidgets-0.3.8.old/debian/compat libphidgets-0.3.8/debian/compat
--- libphidgets-0.3.8.old/debian/compat	2010-03-11 23:27:16.000000000 +0100
+++ libphidgets-0.3.8/debian/compat	2010-03-30 07:39:34.000000000 +0200
@@ -1 +1 @@
-4
+7
diff -Nru libphidgets-0.3.8.old/debian/control libphidgets-0.3.8/debian/control
--- libphidgets-0.3.8.old/debian/control	2010-03-11 23:27:16.000000000 +0100
+++ libphidgets-0.3.8/debian/control	2010-03-30 19:51:21.000000000 +0200
@@ -2,13 +2,13 @@
 Section: libs
 Priority: optional
 Maintainer: martin f. krafft <[email protected]>
-Build-Depends: debhelper (>= 4.1.16), libhid-dev, libncurses5-dev, swig, python-dev, gcc (>= 4:3.0), pkg-config, libtool, docbook-xsl, python-support (>= 0.3) , po-debconf
+Build-Depends: debhelper (>= 7), libhid-dev, libncurses5-dev, swig, python-dev, gcc (>= 4:3.0), pkg-config, libtool, docbook-xsl, python-support (>= 0.3) , po-debconf
 Standards-Version: 3.7.2
 
 Package: libphidgets-dev
 Section: libdevel
 Architecture: any
-Depends: libphidgets0 (= ${Source-Version}), libhid-dev
+Depends: libphidgets0 (= ${binary:Version} ), libhid-dev, ${misc:Depends}, ${shlibs:Depends}
 Suggests: pkg-config
 Description: Phidgets development files
  libphidgets provides a generic and flexible way to access and interact with
@@ -34,7 +34,7 @@
 Package: python-phidgets
 Section: python
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
 Description: Phidgets access library
  libphidgets provides a generic and flexible way to access and interact with
diff -Nru libphidgets-0.3.8.old/debian/copyright libphidgets-0.3.8/debian/copyright
--- libphidgets-0.3.8.old/debian/copyright	2010-03-11 23:27:16.000000000 +0100
+++ libphidgets-0.3.8/debian/copyright	2010-03-30 19:53:33.000000000 +0200
@@ -4,7 +4,7 @@
 Upstream Authors:
   Martin F. Krafft <[email protected]>
 
-Copyright:
+Copyright: 2003-2005 Martin F. Krafft <[email protected]>
 
    This package is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -20,4 +20,4 @@
    51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 On Debian 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 libphidgets-0.3.8.old/debian/po/es.po libphidgets-0.3.8/debian/po/es.po
--- libphidgets-0.3.8.old/debian/po/es.po	1970-01-01 01:00:00.000000000 +0100
+++ libphidgets-0.3.8/debian/po/es.po	2010-03-18 09:39:34.000000000 +0100
@@ -0,0 +1,129 @@
+# 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 <[email protected]>, 2005
+#
+#   - Updates
+#       Francisco Javier Cuadrado <[email protected]>, 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: libphidgets 0.3.8-3.1\n"
+"Report-Msgid-Bugs-To: [email protected]\n"
+"POT-Creation-Date: 2006-08-11 19:20+0200\n"
+"PO-Revision-Date: 2008-12-28 16:53+0100\n"
+"Last-Translator: César Gómez Martí­n <[email protected]>\n"
+"Language-Team: Debian l10n Spanish <[email protected]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../libphidgets0.templates:1001
+msgid "Which group should be able to interact with the Phidgets?"
+msgstr "¿Qué grupo debería poder interaccionar con Phidgets?"
+
+#. Type: string
+#. Description
+#: ../libphidgets0.templates:1001
+msgid ""
+"To use the Phidgets, one must be able to read and write to the device files "
+"corresponding to the Phidgets in /proc/bus/usb. If you have hotplug "
+"installed, this will be managed automatically. In that case, please enter "
+"the group that should be given access to the Phidgets."
+msgstr ""
+"Para utilizar Phidgets se debe poder leer y escribir en los archivos de los "
+"dispositivos que le corresponden a Phidgets en «/proc/bus/usb». Si tiene "
+"instalado hotplug, esto se gestionará automáticamente. En ese caso, por "
+"favor introduzca el grupo al que se le debería dar acceso a Phigets."
+
+#. Type: boolean
+#. Description
+#: ../libphidgets0.templates:2001
+msgid "Should this group be created by the package?"
+msgstr "¿Debería el paquete crear este grupo?"
+
+#. Type: boolean
+#. Description
+#: ../libphidgets0.templates:2001
+msgid ""
+"The package can automatically create the group you requested in the previous "
+"question. Do you want it to do so?"
+msgstr ""
+"El paquete puede crear automáticamente el grupo que solicitó en la anterior "
+"pregunta. ¿Quiere que lo haga?"
+
+#. Type: boolean
+#. Description
+#: ../libphidgets0.templates:3001
+msgid "Should this group be deleted when the package is removed?"
+msgstr "¿Debería borrarse este grupo al eliminar el paquete?"
+
+#. Type: boolean
+#. Description
+#: ../libphidgets0.templates:3001
+msgid ""
+"Upon removal of the package, it can automatically delete the group. All "
+"membership data will be purged. Do you want the package to delete the group "
+"upon removal?"
+msgstr ""
+"En la desinstalación del paquete se puede borrar el grupo de forma "
+"automática. Todos los datos de los miembros se purgarán. ¿Quiere que el "
+"paquete elimine el grupo en su desinstalación?"
+
+#. Type: boolean
+#. Description
+#: ../libphidgets0.templates:4001
+msgid "Should the previous group be deleted?"
+msgstr "¿Debería eliminarse el grupo anterior?"
+
+#. Type: boolean
+#. Description
+#: ../libphidgets0.templates:4001
+msgid ""
+"You chose to rename the group allowed to access to the Phidgets. Should the "
+"group created during package installation be deleted? You will have the "
+"option to migrate the membership to the new group."
+msgstr ""
+"Escogió renombrar el grupo con permisos para acceder a Phidgets. ¿Se debería "
+"eliminar el grupo que se creó durante la instalación? Tendrá la opción de "
+"migrar los miembros al nuevo grupo."
+
+#. Type: boolean
+#. Description
+#: ../libphidgets0.templates:5001
+msgid "Should the group membership be migrated to the new group?"
+msgstr "¿Deberían migrarse los miembros del antiguo grupo al nuevo?"
+
+#. Type: boolean
+#. Description
+#: ../libphidgets0.templates:5001
+msgid ""
+"You chose to rename the group allowed to access to the Phidgets. Do you want "
+"all members of the previous group to be automatically added to the new group?"
+msgstr ""
+"Escogió renombrar el grupo con permisos para acceder a Phidgets. ¿Quiere que "
+"todos los miembros del anterior grupo se añadan automáticamente al nuevo "
+"grupo?"
diff -Nru libphidgets-0.3.8.old/debian/rules libphidgets-0.3.8/debian/rules
--- libphidgets-0.3.8.old/debian/rules	2010-03-11 23:27:16.000000000 +0100
+++ libphidgets-0.3.8/debian/rules	2010-03-30 19:49:46.000000000 +0200
@@ -50,7 +50,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif
@@ -64,7 +64,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep 
 	dh_installdirs
 
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
@@ -78,7 +78,7 @@
 
 	mkdir -p -m0755 $(CURDIR)/debian/libphidgets0/etc/modprobe.d
 	install -m0644 modprobe/libphidgets.module-init-tools \
-	  $(CURDIR)/debian/libphidgets0/etc/modprobe.d/libphidgets0
+	  $(CURDIR)/debian/libphidgets0/etc/modprobe.d/libphidgets0.conf
 
 	install -m0644 debian/libphidgets0.default.tpl \
 	  $(CURDIR)/debian/libphidgets0/usr/share/libphidgets0/default
diff -Nru libphidgets-0.3.8.old/debian/source/format libphidgets-0.3.8/debian/source/format
--- libphidgets-0.3.8.old/debian/source/format	1970-01-01 01:00:00.000000000 +0100
+++ libphidgets-0.3.8/debian/source/format	2010-03-30 07:43:37.000000000 +0200
@@ -0,0 +1 @@
+1.0

Attachment: signature.asc
Description: Digital signature

Reply via email to