r32097 - in /desktop/unstable/gconf/debian: changelog control control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Dec 15 01:03:24 UTC 2011
Author: biebl
Date: Thu Dec 15 01:03:23 2011
New Revision: 32097
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32097
Log:
Switch to dh_python2.
Modified:
desktop/unstable/gconf/debian/changelog
desktop/unstable/gconf/debian/control
desktop/unstable/gconf/debian/control.in
desktop/unstable/gconf/debian/rules
Modified: desktop/unstable/gconf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/changelog?rev=32097&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/changelog [utf-8] (original)
+++ desktop/unstable/gconf/debian/changelog [utf-8] Thu Dec 15 01:03:23 2011
@@ -6,8 +6,9 @@
- Remove obsolete Conflicts and Replaces.
- Change section of gir1.2-gconf-2.0 to introspection.
* Rely on cdbs to call dh_girepository. Bump Build-Depends accordingly.
-
- -- Michael Biebl <biebl at debian.org> Thu, 15 Dec 2011 01:20:34 +0100
+ * Switch to dh_python2.
+
+ -- Michael Biebl <biebl at debian.org> Thu, 15 Dec 2011 02:02:43 +0100
gconf (3.2.3-1) unstable; urgency=low
Modified: desktop/unstable/gconf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/control?rev=32097&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/control [utf-8] (original)
+++ desktop/unstable/gconf/debian/control [utf-8] Thu Dec 15 01:03:23 2011
@@ -22,8 +22,7 @@
intltool (>= 0.35.0),
libxml-parser-perl,
gettext,
- python (>= 2.3),
- python-support (>= 0.5.3),
+ python (>= 2.6.6-3~),
autotools-dev,
libglib2.0-doc,
gobject-introspection (>= 0.9.12-4~),
Modified: desktop/unstable/gconf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/control.in?rev=32097&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/control.in [utf-8] (original)
+++ desktop/unstable/gconf/debian/control.in [utf-8] Thu Dec 15 01:03:23 2011
@@ -17,8 +17,7 @@
intltool (>= 0.35.0),
libxml-parser-perl,
gettext,
- python (>= 2.3),
- python-support (>= 0.5.3),
+ python (>= 2.6.6-3~),
autotools-dev,
libglib2.0-doc,
gobject-introspection (>= 0.9.12-4~),
Modified: desktop/unstable/gconf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/rules?rev=32097&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/rules [utf-8] (original)
+++ desktop/unstable/gconf/debian/rules [utf-8] Thu Dec 15 01:03:23 2011
@@ -35,6 +35,6 @@
DEB_COMPRESS_EXCLUDE += usr/share/doc/gconf2/html
-binary-predeb/gconf2::
- dh_pysupport -p$(cdbs_curpkg)
+binary-install/gconf2::
+ dh_python2 -p$(cdbs_curpkg)
More information about the pkg-gnome-commits
mailing list