r31655 - in /desktop/unstable/gnome-menus2/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Nov 20 13:09:08 UTC 2011


Author: biebl
Date: Sun Nov 20 13:09:03 2011
New Revision: 31655

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31655
Log:
Switch to dh_python2.

Modified:
    desktop/unstable/gnome-menus2/debian/changelog
    desktop/unstable/gnome-menus2/debian/control
    desktop/unstable/gnome-menus2/debian/control.in
    desktop/unstable/gnome-menus2/debian/rules

Modified: desktop/unstable/gnome-menus2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-menus2/debian/changelog?rev=31655&op=diff
==============================================================================
--- desktop/unstable/gnome-menus2/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-menus2/debian/changelog [utf-8] Sun Nov 20 13:09:03 2011
@@ -5,6 +5,7 @@
     still quite a few reverse dependencies.
   * Drop the gnome-menu and gir1.2-gmenu-2.0 package and related files.
   * Disable introspection support.
+  * Switch to dh_python2.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 20 Nov 2011 13:30:43 +0100
 

Modified: desktop/unstable/gnome-menus2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-menus2/debian/control?rev=31655&op=diff
==============================================================================
--- desktop/unstable/gnome-menus2/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-menus2/debian/control [utf-8] Sun Nov 20 13:09:03 2011
@@ -9,14 +9,13 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 8.1.0~),
-               cdbs (>= 0.4.73),
+               cdbs (>= 0.4.90~),
                libglib2.0-dev (>= 2.15.2),
-               python-all-dev,
+               python-all-dev (>= 2.6.6-3~),
                gnome-pkg-tools,
-               python-support (>= 0.6),
                intltool (>= 0.40.0)
 Standards-Version: 3.9.2
-XS-Python-Version: >= 2.3
+X-Python-Version: >= 2.3
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-menus2
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-menus2
 
@@ -61,7 +60,6 @@
          ${python:Depends},
          python-gtk2
 Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: GNOME implementation of the freedesktop menu specification
  The package contains an implementation of the draft
  "Desktop Menu Specification" from freedesktop.org:

Modified: desktop/unstable/gnome-menus2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-menus2/debian/control.in?rev=31655&op=diff
==============================================================================
--- desktop/unstable/gnome-menus2/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-menus2/debian/control.in [utf-8] Sun Nov 20 13:09:03 2011
@@ -4,14 +4,13 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 8.1.0~),
-               cdbs (>= 0.4.73),
+               cdbs (>= 0.4.90~),
                libglib2.0-dev (>= 2.15.2),
-               python-all-dev,
+               python-all-dev (>= 2.6.6-3~),
                gnome-pkg-tools,
-               python-support (>= 0.6),
                intltool (>= 0.40.0)
 Standards-Version: 3.9.2
-XS-Python-Version: >= 2.3
+X-Python-Version: >= 2.3
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-menus2
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-menus2
 
@@ -56,7 +55,6 @@
          ${python:Depends},
          python-gtk2
 Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: GNOME implementation of the freedesktop menu specification
  The package contains an implementation of the draft
  "Desktop Menu Specification" from freedesktop.org:

Modified: desktop/unstable/gnome-menus2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-menus2/debian/rules?rev=31655&op=diff
==============================================================================
--- desktop/unstable/gnome-menus2/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-menus2/debian/rules [utf-8] Sun Nov 20 13:09:03 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