r37559 - in /attic/system-config-printer/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Apr 16 15:33:57 UTC 2013


Author: pochu
Date: Tue Apr 16 15:33:56 2013
New Revision: 37559

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37559
Log:
* Upload to unstable
* Bump standards version to 3.9.2. No source changes.
* Remove now superfulous '/usr/bin/env' removal.  Upstream removed this
  already.
* Adjust download URL

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/rules

Modified: attic/system-config-printer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/changelog?rev=37559&op=diff
==============================================================================
--- attic/system-config-printer/debian/changelog [utf-8] (original)
+++ attic/system-config-printer/debian/changelog [utf-8] Tue Apr 16 15:33:56 2013
@@ -1,3 +1,13 @@
+system-config-printer (1.3.7-3) unstable; urgency=low
+
+  * Upload to unstable
+  * Bump standards version to 3.9.2. No source changes.
+  * Remove now superfulous '/usr/bin/env' removal.  Upstream removed this
+    already.
+  * Adjust download URL
+
+ -- Guido Günther <agx at sigxcpu.org>  Thu, 22 Dec 2011 19:46:52 +0100
+
 system-config-printer (1.3.7-2) experimental; urgency=low
 
   * Add pycurl dependency to control.in too.

Modified: attic/system-config-printer/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/control?rev=37559&op=diff
==============================================================================
--- attic/system-config-printer/debian/control [utf-8] (original)
+++ attic/system-config-printer/debian/control [utf-8] Tue Apr 16 15:33:56 2013
@@ -22,7 +22,7 @@
                libglib2.0-dev,
                libudev-dev [linux-any],
                libusb-dev
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/system-config-printer
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/system-config-printer
 Homepage: http://cyberelk.net/tim/software/system-config-printer/

Modified: attic/system-config-printer/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/control.in?rev=37559&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:33:56 2013
@@ -17,7 +17,7 @@
                libglib2.0-dev,
                libudev-dev [linux-any],
                libusb-dev
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/system-config-printer
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/system-config-printer
 Homepage: http://cyberelk.net/tim/software/system-config-printer/

Modified: attic/system-config-printer/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/rules?rev=37559&op=diff
==============================================================================
--- attic/system-config-printer/debian/rules [utf-8] (original)
+++ attic/system-config-printer/debian/rules [utf-8] Tue Apr 16 15:33:56 2013
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
 DEB_PYTHON_SYSTEM = pysupport
-GNOME_DOWNLOAD_URL = http://cyberelk.net/tim/data/system-config-printer/1.0.x/$(GNOME_TARBALL)
-TARBALL_EXT := tar.bz2
+GNOME_DOWNLOAD_URL = http://cyberelk.net/tim/data/system-config-printer/1.3/$(GNOME_TARBALL)
+TARBALL_EXT := tar.xz
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
@@ -24,7 +24,6 @@
 		if ! grep -q ^$$i debian/*install; then \
 			cp $$i debian/system-config-printer/usr/share/system-config-printer/ ; \
 		fi ; done
-	sed -i 's,^#!/usr/bin/env python,#!/usr/bin/python,' debian/system-config-printer/usr/bin/*.py
 	rename 's/\.py$$//' debian/system-config-printer/usr/bin/*.py
 	mv debian/system-config-printer/usr/share/system-config-printer/applet.py \
 		debian/system-config-printer/usr/bin/system-config-printer-applet




More information about the pkg-gnome-commits mailing list