r28106 - in /desktop/unstable/pygtksourceview/debian: changelog control control.in rules

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Mon May 30 09:58:19 UTC 2011


Author: mpitt
Date: Mon May 30 09:58:18 2011
New Revision: 28106

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28106
Log:
debian/control.in, debian/rules: Switch from obsolete python-support to
dh_python2.

Modified:
    desktop/unstable/pygtksourceview/debian/changelog
    desktop/unstable/pygtksourceview/debian/control
    desktop/unstable/pygtksourceview/debian/control.in
    desktop/unstable/pygtksourceview/debian/rules

Modified: desktop/unstable/pygtksourceview/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/changelog?rev=28106&op=diff
==============================================================================
--- desktop/unstable/pygtksourceview/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygtksourceview/debian/changelog [utf-8] Mon May 30 09:58:18 2011
@@ -1,8 +1,13 @@
 pygtksourceview (2.10.1-2) UNRELEASED; urgency=low
 
+  [ Emilio Pozuelo Monfort ]
   * debian/control.in,
     debian/rules:
     - Switch to CDBS with python-autotools.mk.
+
+  [ Martin Pitt ]
+  * debian/control.in, debian/rules: Switch from obsolete python-support to
+    dh_python2.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 22 Apr 2010 12:19:51 +0200
 

Modified: desktop/unstable/pygtksourceview/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/control?rev=28106&op=diff
==============================================================================
--- desktop/unstable/pygtksourceview/debian/control [utf-8] (original)
+++ desktop/unstable/pygtksourceview/debian/control [utf-8] Mon May 30 09:58:18 2011
@@ -10,9 +10,8 @@
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5),
                cdbs (>= 0.4.73),
-               python-support (>= 0.4),
                gnome-pkg-tools (>= 0.10),
-               python-all-dev (>= 2.5),
+               python-all-dev (>= 2.6.6-3~),
                python-gobject-dev (>= 2.15.2),
                python-gtk2-dev (>= 2.8.0),
                libgtksourceview2.0-dev (>= 2.9.7),
@@ -20,16 +19,16 @@
                docbook-xsl,
                gtk-doc-tools (>= 1.4),
                python-gtk2-doc
+X-Python-Version: >= 2.6
 Standards-Version: 3.8.4
 
 Package: python-gtksourceview2
 Architecture: any
 Depends: ${python:Depends},
          ${shlibs:Depends},
-         ${misc:Depends}
-Python-Depends: python-gobject (>= 2.15.2), python-gtk2 (>= 2.8.0)
-Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
+         ${misc:Depends},
+         python-gobject (>= 2.15.2),
+         python-gtk2 (>= 2.8.0)
 Suggests: libgtksourceview2.0-dev
 Description: Python bindings for the GtkSourceView widget
  GtkSourceView is a text widget that extends the standard GTK+ 2.x text

Modified: desktop/unstable/pygtksourceview/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/control.in?rev=28106&op=diff
==============================================================================
--- desktop/unstable/pygtksourceview/debian/control.in [utf-8] (original)
+++ desktop/unstable/pygtksourceview/debian/control.in [utf-8] Mon May 30 09:58:18 2011
@@ -5,9 +5,8 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 5),
                cdbs (>= 0.4.73),
-               python-support (>= 0.4),
                gnome-pkg-tools (>= 0.10),
-               python-all-dev (>= 2.5),
+               python-all-dev (>= 2.6.6-3~),
                python-gobject-dev (>= 2.15.2),
                python-gtk2-dev (>= 2.8.0),
                libgtksourceview2.0-dev (>= 2.9.7),
@@ -15,16 +14,16 @@
                docbook-xsl,
                gtk-doc-tools (>= 1.4),
                python-gtk2-doc
+X-Python-Version: >= 2.6
 Standards-Version: 3.8.4
 
 Package: python-gtksourceview2
 Architecture: any
 Depends: ${python:Depends},
          ${shlibs:Depends},
-         ${misc:Depends}
-Python-Depends: python-gobject (>= 2.15.2), python-gtk2 (>= 2.8.0)
-Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
+         ${misc:Depends},
+         python-gobject (>= 2.15.2),
+         python-gtk2 (>= 2.8.0)
 Suggests: libgtksourceview2.0-dev
 Description: Python bindings for the GtkSourceView widget
  GtkSourceView is a text widget that extends the standard GTK+ 2.x text

Modified: desktop/unstable/pygtksourceview/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/rules?rev=28106&op=diff
==============================================================================
--- desktop/unstable/pygtksourceview/debian/rules [utf-8] (original)
+++ desktop/unstable/pygtksourceview/debian/rules [utf-8] Mon May 30 09:58:18 2011
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 DEB_BUILDDIR = debian/build
-DEB_PYTHON_SYSTEM = pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-autotools.mk




More information about the pkg-gnome-commits mailing list