r37560 - in /attic/system-config-printer/debian: changelog control control.in patches/series python-cupshelpers.install
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Tue Apr 16 15:34:58 UTC 2013
Author: pochu
Date: Tue Apr 16 15:34:58 2013
New Revision: 37560
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37560
Log:
* 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)
Modified:
attic/system-config-printer/debian/changelog
attic/system-config-printer/debian/control
attic/system-config-printer/debian/control.in
attic/system-config-printer/debian/patches/series
attic/system-config-printer/debian/python-cupshelpers.install
Modified: attic/system-config-printer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/changelog?rev=37560&op=diff
==============================================================================
--- attic/system-config-printer/debian/changelog [utf-8] (original)
+++ attic/system-config-printer/debian/changelog [utf-8] Tue Apr 16 15:34:58 2013
@@ -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 at debian.org> Fri, 25 Jan 2013 21:53:18 +0100
+
system-config-printer (1.3.7-3) unstable; urgency=low
* Upload to unstable
Modified: attic/system-config-printer/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/control?rev=37560&op=diff
==============================================================================
--- attic/system-config-printer/debian/control [utf-8] (original)
+++ attic/system-config-printer/debian/control [utf-8] Tue Apr 16 15:34:58 2013
@@ -7,7 +7,7 @@
Section: gnome
Priority: optional
Maintainer: Otavio Salvador <otavio at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>,
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Laurent Bigonville <bigon at debian.org>,
Guido Günther <agx at 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
Modified: attic/system-config-printer/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/control.in?rev=37560&op=diff
==============================================================================
--- attic/system-config-printer/debian/control.in [utf-8] (original)
+++ attic/system-config-printer/debian/control.in [utf-8] Tue Apr 16 15:34:58 2013
@@ -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
Modified: attic/system-config-printer/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/patches/series?rev=37560&op=diff
==============================================================================
--- attic/system-config-printer/debian/patches/series [utf-8] (original)
+++ attic/system-config-printer/debian/patches/series [utf-8] Tue Apr 16 15:34:58 2013
@@ -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
Modified: attic/system-config-printer/debian/python-cupshelpers.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/python-cupshelpers.install?rev=37560&op=diff
==============================================================================
--- attic/system-config-printer/debian/python-cupshelpers.install [utf-8] (original)
+++ attic/system-config-printer/debian/python-cupshelpers.install [utf-8] Tue Apr 16 15:34:58 2013
@@ -1,1 +1,2 @@
debian/tmp/usr/lib/python*/site-packages/cupshelpers
+debian/tmp/etc/cupshelpers/
More information about the pkg-gnome-commits
mailing list