r18251 - in /desktop/experimental/librsvg/debian: changelog control control.in rules

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Mon Jan 19 15:59:27 UTC 2009


Author: pochu-guest
Date: Mon Jan 19 15:59:26 2009
New Revision: 18251

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18251
Log:
Use dh_pysupport instead of the deprecated dh_python.

Modified:
    desktop/experimental/librsvg/debian/changelog
    desktop/experimental/librsvg/debian/control
    desktop/experimental/librsvg/debian/control.in
    desktop/experimental/librsvg/debian/rules

Modified: desktop/experimental/librsvg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/changelog?rev=18251&op=diff
==============================================================================
--- desktop/experimental/librsvg/debian/changelog (original)
+++ desktop/experimental/librsvg/debian/changelog Mon Jan 19 15:59:26 2009
@@ -13,6 +13,7 @@
     - librsvg-dev depends on ${misc:Depends}. Thanks lintian!
   * debian/shlibs.local: Removed. It was added as a hack to workaround
     a dependency issue, but it's not needed anymore.
+  * Use dh_pysupport instead of the deprecated dh_python.
 
  -- Josselin Mouette <joss at debian.org>  Mon, 22 Dec 2008 18:38:29 +0100
 

Modified: desktop/experimental/librsvg/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/control?rev=18251&op=diff
==============================================================================
--- desktop/experimental/librsvg/debian/control (original)
+++ desktop/experimental/librsvg/debian/control Mon Jan 19 15:59:26 2009
@@ -17,9 +17,11 @@
                libcroco3-dev (>= 0.6.1),
                gtk-doc-tools (>= 1.0),
                python,
+               python-support,
                dpkg-dev (>= 1.13.19)
 Standards-Version: 3.8.0
 Homepage: http://librsvg.sourceforge.net/
+XS-Python-Version: current
 
 Package: librsvg2-dev
 Section: libdevel

Modified: desktop/experimental/librsvg/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/control.in?rev=18251&op=diff
==============================================================================
--- desktop/experimental/librsvg/debian/control.in (original)
+++ desktop/experimental/librsvg/debian/control.in Mon Jan 19 15:59:26 2009
@@ -17,9 +17,11 @@
                libcroco3-dev (>= 0.6.1),
                gtk-doc-tools (>= 1.0),
                python,
+               python-support,
                dpkg-dev (>= 1.13.19)
 Standards-Version: 3.8.0
 Homepage: http://librsvg.sourceforge.net/
+XS-Python-Version: current
 
 Package: librsvg2-dev
 Section: libdevel

Modified: desktop/experimental/librsvg/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/rules?rev=18251&op=diff
==============================================================================
--- desktop/experimental/librsvg/debian/rules (original)
+++ desktop/experimental/librsvg/debian/rules Mon Jan 19 15:59:26 2009
@@ -17,7 +17,7 @@
 		dh_gtkmodules -plibrsvg2-common
 
 binary-install/librsvg2-bin::
-	dh_python -plibrsvg2-bin
+	dh_pysupport -plibrsvg2-bin
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-pixbuf-loader --with-croco \
 			     --with-svgz --disable-gnome-vfs \




More information about the pkg-gnome-commits mailing list