[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#699408: unblock: system-config-printer/1.3.7-4



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package system-config-printer

Laurent prepared this upload and fixed a missing dependency (#627810). A
missing file in the package (#6955820) making things actually work again
as well as a confusing translation (#615113). The debdiff is attached.
Cheers,
 -- Guido

unblock system-config-printer/1.3.7-4

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru system-config-printer-1.3.7/debian/changelog system-config-printer-1.3.7/debian/changelog
--- system-config-printer-1.3.7/debian/changelog	2011-12-22 20:00:39.000000000 +0100
+++ system-config-printer-1.3.7/debian/changelog	2013-01-25 21:53:20.000000000 +0100
@@ -1,3 +1,14 @@
+system-config-printer (1.3.7-4) unstable; urgency=low
+
+  * debian/control.in: Add missing Depends against python-dbus
+    (Closes: #627810)
+  * debian/python-cupshelpers.install: Install missing
+    /etc/cupshelpers/preferreddrivers.xml file (Closes: #695582)
+  * debian/patches/0005-Fix-French-translation.patch: Fix confusing French
+    translation (Closes: #615113)
+
+ -- Laurent Bigonville <bigon@debian.org>  Fri, 25 Jan 2013 21:53:18 +0100
+
 system-config-printer (1.3.7-3) unstable; urgency=low
 
   * Upload to unstable
diff -Nru system-config-printer-1.3.7/debian/control system-config-printer-1.3.7/debian/control
--- system-config-printer-1.3.7/debian/control	2011-12-22 20:16:29.000000000 +0100
+++ system-config-printer-1.3.7/debian/control	2013-01-25 22:03:00.000000000 +0100
@@ -7,7 +7,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Otavio Salvador <otavio@debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>,
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Laurent Bigonville <bigon@debian.org>,
  Guido Günther <agx@sigxcpu.org>
 Build-Depends: cdbs (>= 0.4.43),
                debhelper (>= 5.0.37.2),
@@ -61,6 +61,7 @@
 Depends: ${misc:Depends},
          ${python:Depends},
          python-cups (>= 1.9.42),
+         python-dbus,
          python-elementtree | python (>= 2.5),
          python-pycurl
 Description: Python utility modules around the CUPS printing system
@@ -74,7 +75,8 @@
          ${shlibs:Depends},
          ${python:Depends},
          python-cups (>= 1.9.42),
-         python-cupshelpers (= ${source:Version})
+         python-cupshelpers (= ${source:Version}),
+         python-dbus
 Conflicts: hal-cups-utils (<< 0.6.17)
 Description: Utilities to detect and configure printers automatically
  These utilities allow to detect automatically printers using UDEV when they
diff -Nru system-config-printer-1.3.7/debian/control.in system-config-printer-1.3.7/debian/control.in
--- system-config-printer-1.3.7/debian/control.in	2011-12-22 20:00:30.000000000 +0100
+++ system-config-printer-1.3.7/debian/control.in	2013-01-24 11:37:38.000000000 +0100
@@ -56,6 +56,7 @@
 Depends: ${misc:Depends},
          ${python:Depends},
          python-cups (>= 1.9.42),
+         python-dbus,
          python-elementtree | python (>= 2.5),
          python-pycurl
 Description: Python utility modules around the CUPS printing system
@@ -69,7 +70,8 @@
          ${shlibs:Depends},
          ${python:Depends},
          python-cups (>= 1.9.42),
-         python-cupshelpers (= ${source:Version})
+         python-cupshelpers (= ${source:Version}),
+         python-dbus
 Conflicts: hal-cups-utils (<< 0.6.17)
 Description: Utilities to detect and configure printers automatically
  These utilities allow to detect automatically printers using UDEV when they
diff -Nru system-config-printer-1.3.7/debian/patches/0005-Fix-French-translation.patch system-config-printer-1.3.7/debian/patches/0005-Fix-French-translation.patch
--- system-config-printer-1.3.7/debian/patches/0005-Fix-French-translation.patch	1970-01-01 01:00:00.000000000 +0100
+++ system-config-printer-1.3.7/debian/patches/0005-Fix-French-translation.patch	2013-01-24 19:28:04.000000000 +0100
@@ -0,0 +1,15 @@
+Subject: Fix confusing French translation, two buttons get the same label.
+From: Laurent Bigonville <bigon@debian.org>
+Bug-Debian: http://bugs.debian.org/615113
+
+--- a/po/fr.po
++++ b/po/fr.po
+@@ -2585,7 +2585,7 @@ msgstr "Impression intelligente"
+ #. Not more than 25 characters
+ #: ../ui/PrinterPropertiesDialog.ui.h:59
+ msgid "Print Self-Test Page"
+-msgstr "Imprimer la page de test"
++msgstr "Imprimer la page de diagnostic"
+ 
+ #: ../ui/PrinterPropertiesDialog.ui.h:62
+ #, fuzzy
diff -Nru system-config-printer-1.3.7/debian/patches/series system-config-printer-1.3.7/debian/patches/series
--- system-config-printer-1.3.7/debian/patches/series	2011-12-13 21:14:34.000000000 +0100
+++ system-config-printer-1.3.7/debian/patches/series	2013-01-24 11:36:27.000000000 +0100
@@ -2,3 +2,4 @@
 0002-Disable-firewall-checks.patch
 0003-Use-our-custom-cpk-install-package-name.patch
 0004-Fix-MITM-via-unencrypted-metadata-download.patch
+0005-Fix-French-translation.patch
diff -Nru system-config-printer-1.3.7/debian/python-cupshelpers.install system-config-printer-1.3.7/debian/python-cupshelpers.install
--- system-config-printer-1.3.7/debian/python-cupshelpers.install	2011-12-13 20:17:22.000000000 +0100
+++ system-config-printer-1.3.7/debian/python-cupshelpers.install	2013-01-24 11:38:14.000000000 +0100
@@ -1 +1,2 @@
 debian/tmp/usr/lib/python*/site-packages/cupshelpers
+debian/tmp/etc/cupshelpers/

Reply to: