r37558 - in /attic/system-config-printer/debian: changelog control control.in
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Tue Apr 16 15:32:59 UTC 2013
Author: pochu
Date: Tue Apr 16 15:32:59 2013
New Revision: 37558
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37558
Log:
Add pycurl dependency to control.in too.
Thanks; Michael Biebl (Closes: #652387)
Modified:
attic/system-config-printer/debian/changelog
attic/system-config-printer/debian/control
attic/system-config-printer/debian/control.in
Modified: attic/system-config-printer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/changelog?rev=37558&op=diff
==============================================================================
--- attic/system-config-printer/debian/changelog [utf-8] (original)
+++ attic/system-config-printer/debian/changelog [utf-8] Tue Apr 16 15:32:59 2013
@@ -1,3 +1,10 @@
+system-config-printer (1.3.7-2) experimental; urgency=low
+
+ * Add pycurl dependency to control.in too.
+ Thanks; Michael Biebl (Closes: #652387)
+
+ -- Guido Günther <agx at sigxcpu.org> Sat, 17 Dec 2011 12:56:42 +0100
+
system-config-printer (1.3.7-1) experimental; urgency=low
* New upstream version 1.3.7 (Closes: #642211)
Modified: attic/system-config-printer/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/control?rev=37558&op=diff
==============================================================================
--- attic/system-config-printer/debian/control [utf-8] (original)
+++ attic/system-config-printer/debian/control [utf-8] Tue Apr 16 15:32:59 2013
@@ -61,7 +61,8 @@
Depends: ${misc:Depends},
${python:Depends},
python-cups (>= 1.9.42),
- python-elementtree | python (>= 2.5)
+ python-elementtree | python (>= 2.5),
+ python-pycurl
Description: Python utility modules around the CUPS printing system
These Python modules, that come from the system-config-printer
distribution, help building applications and utilities around the CUPS
Modified: attic/system-config-printer/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/control.in?rev=37558&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:32:59 2013
@@ -56,7 +56,8 @@
Depends: ${misc:Depends},
${python:Depends},
python-cups (>= 1.9.42),
- python-elementtree | python (>= 2.5)
+ python-elementtree | python (>= 2.5),
+ python-pycurl
Description: Python utility modules around the CUPS printing system
These Python modules, that come from the system-config-printer
distribution, help building applications and utilities around the CUPS
More information about the pkg-gnome-commits
mailing list