Your message dated Thu, 31 Jan 2013 07:43:47 +0000
with message-id <[email protected]>
and subject line Re: Bug#699408: unblock: system-config-printer/1.3.7-4
has caused the Debian Bug report #699408,
regarding unblock: system-config-printer/1.3.7-4
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
699408: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699408
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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 <[email protected]>
-Uploaders: Debian GNOME Maintainers
<[email protected]>, Josselin Mouette
<[email protected]>,
+Uploaders: Debian GNOME Maintainers
<[email protected]>, Laurent Bigonville
<[email protected]>,
Guido Günther <[email protected]>
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 <[email protected]>
+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/
--- End Message ---
--- Begin Message ---
On 30.01.2013 19:41, Guido Günther wrote:
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.
Unblocked since Friday; thanks.
Regards,
Adam
--- End Message ---