r37563 - in /attic/system-config-printer/debian: changelog compat control.in install postinst python-cupshelpers.install rules watch

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Apr 16 15:45:27 UTC 2013


Author: pochu
Date: Tue Apr 16 15:45:26 2013
New Revision: 37563

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37563
Log:
* Don't search for .bz2 tarballs, only .xz is supported.
* Fix get-orig-source by using more gnome-get-source.mk variables to
  build the download URL.
* Remove obsolete postinst script.
* Bump debhelper compatibility to 8.
* Remove debian/tmp prefix from .install files.
* Update Vcs-* fields to non-redirected URLs.
* Update repository URL.

Removed:
    attic/system-config-printer/debian/postinst
Modified:
    attic/system-config-printer/debian/changelog
    attic/system-config-printer/debian/compat
    attic/system-config-printer/debian/control.in
    attic/system-config-printer/debian/install
    attic/system-config-printer/debian/python-cupshelpers.install
    attic/system-config-printer/debian/rules
    attic/system-config-printer/debian/watch

Modified: attic/system-config-printer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/changelog?rev=37563&op=diff
==============================================================================
--- attic/system-config-printer/debian/changelog [utf-8] (original)
+++ attic/system-config-printer/debian/changelog [utf-8] Tue Apr 16 15:45:26 2013
@@ -1,11 +1,20 @@
 system-config-printer (1.3.7-5) UNRELEASED; urgency=low
-
-  [ Josselin Mouette ]
-  * Update repository URL.
 
   [ Emilio Pozuelo Monfort ]
   * Change the maintainer to the GNOME team. Thanks Otavio for all
     your work!
+
+  [ Jordi Mallach ]
+  * Don't search for .bz2 tarballs, only .xz is supported.
+  * Fix get-orig-source by using more gnome-get-source.mk variables to
+    build the download URL.
+  * Remove obsolete postinst script.
+  * Bump debhelper compatibility to 8.
+  * Remove debian/tmp prefix from .install files.
+  * Update Vcs-* fields to non-redirected URLs.
+
+  [ Josselin Mouette ]
+  * Update repository URL.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 16 Apr 2013 17:36:18 +0200
 

Modified: attic/system-config-printer/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/compat?rev=37563&op=diff
==============================================================================
--- attic/system-config-printer/debian/compat [utf-8] (original)
+++ attic/system-config-printer/debian/compat [utf-8] Tue Apr 16 15:45:26 2013
@@ -1,1 +1,1 @@
-5
+8

Modified: attic/system-config-printer/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/control.in?rev=37563&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:45:26 2013
@@ -5,7 +5,7 @@
 Uploaders: @GNOME_TEAM@,
  Guido Günther <agx at sigxcpu.org>
 Build-Depends: cdbs (>= 0.4.43),
-               debhelper (>= 5.0.37.2),
+               debhelper (>= 8),
                python-support (>= 0.7.1),
                python-all-dev (>= 2.6),
                libxml-parser-perl,

Modified: attic/system-config-printer/debian/install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/install?rev=37563&op=diff
==============================================================================
--- attic/system-config-printer/debian/install [utf-8] (original)
+++ attic/system-config-printer/debian/install [utf-8] Tue Apr 16 15:45:26 2013
@@ -1,8 +1,8 @@
-debian/tmp/etc/xdg/
-debian/tmp/etc/dbus-1/
-debian/tmp/usr/share/applications
-debian/tmp/usr/share/locale
-debian/tmp/usr/share/man
-debian/tmp/usr/share/system-config-printer/system-config-printer.py /usr/bin
-debian/tmp/usr/share/system-config-printer/*/
+etc/xdg
+etc/dbus-1
+usr/share/applications
+usr/share/locale
+usr/share/man
+usr/share/system-config-printer/system-config-printer.py /usr/bin
+usr/share/system-config-printer/*/
 debian/gpk-install-package-name /usr/share/system-config-printer/

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=37563&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:45:26 2013
@@ -1,2 +1,2 @@
-debian/tmp/usr/lib/python*/site-packages/cupshelpers
-debian/tmp/etc/cupshelpers/
+usr/lib/python*/site-packages/cupshelpers
+etc/cupshelpers/

Modified: attic/system-config-printer/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/rules?rev=37563&op=diff
==============================================================================
--- attic/system-config-printer/debian/rules [utf-8] (original)
+++ attic/system-config-printer/debian/rules [utf-8] Tue Apr 16 15:45:26 2013
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_PYTHON_SYSTEM = pysupport
-GNOME_DOWNLOAD_URL = http://cyberelk.net/tim/data/system-config-printer/1.3/$(GNOME_TARBALL)
+GNOME_DOWNLOAD_URL = http://cyberelk.net/tim/data/system-config-printer/$(DEB_UPSTREAM_VERSION_MAJOR_MINOR)/$(GNOME_TARBALL)
 TARBALL_EXT := tar.xz
 
 include /usr/share/cdbs/1/rules/debhelper.mk

Modified: attic/system-config-printer/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/watch?rev=37563&op=diff
==============================================================================
--- attic/system-config-printer/debian/watch [utf-8] (original)
+++ attic/system-config-printer/debian/watch [utf-8] Tue Apr 16 15:45:26 2013
@@ -1,2 +1,2 @@
 version=3
-http://cyberelk.net/tim/data/system-config-printer/([\d\.]+)x?/system-config-printer-(.*)\.tar\.(?:bz2|xz)
+http://cyberelk.net/tim/data/system-config-printer/([\d\.]+)/system-config-printer-(.*)\.tar\.xz




More information about the pkg-gnome-commits mailing list