r28401 - in /desktop/unstable/hamster-applet/debian: changelog control control.in rules

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Mon Jun 13 08:47:45 UTC 2011


Author: hertzog
Date: Mon Jun 13 08:47:44 2011
New Revision: 28401

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28401
Log:
Use dh_python2 instead of python-support.

Modified:
    desktop/unstable/hamster-applet/debian/changelog
    desktop/unstable/hamster-applet/debian/control
    desktop/unstable/hamster-applet/debian/control.in
    desktop/unstable/hamster-applet/debian/rules

Modified: desktop/unstable/hamster-applet/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/hamster-applet/debian/changelog?rev=28401&op=diff
==============================================================================
--- desktop/unstable/hamster-applet/debian/changelog [utf-8] (original)
+++ desktop/unstable/hamster-applet/debian/changelog [utf-8] Mon Jun 13 08:47:44 2011
@@ -17,6 +17,7 @@
   * Drop python-notify from Depends, Recommends is enough.
   * Change build-dep on python-dev into a build-dep on python. It's
     enough for an arch all package.
+  * Use dh_python2 instead of python-support.
 
  -- Krzysztof Klimonda <kklimonda at ubuntu.com>  Mon, 28 Mar 2011 21:56:36 +0200
 

Modified: desktop/unstable/hamster-applet/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/hamster-applet/debian/control?rev=28401&op=diff
==============================================================================
--- desktop/unstable/hamster-applet/debian/control [utf-8] (original)
+++ desktop/unstable/hamster-applet/debian/control [utf-8] Mon Jun 13 08:47:44 2011
@@ -8,11 +8,10 @@
 Priority: optional
 Maintainer: Pedro Fragoso <ember at ubuntu.com>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.90~),
                debhelper (>= 5.0.38),
                gnome-pkg-tools,
-               python-support (>= 0.7.1),
-               python (>= 2.5),
+               python (>= 2.6.6-3~),
                pkg-config,
                intltool (>= 0.37.1),
                gnome-doc-utils (>= 0.17.3),
@@ -26,11 +25,10 @@
 Homepage: http://live.gnome.org/ProjectHamster
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/hamster-applet
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/hamster-applet
-XS-Python-Version: >= 2.5
+X-Python-Version: >= 2.5
 
 Package: hamster-applet
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends},

Modified: desktop/unstable/hamster-applet/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/hamster-applet/debian/control.in?rev=28401&op=diff
==============================================================================
--- desktop/unstable/hamster-applet/debian/control.in [utf-8] (original)
+++ desktop/unstable/hamster-applet/debian/control.in [utf-8] Mon Jun 13 08:47:44 2011
@@ -3,11 +3,10 @@
 Priority: optional
 Maintainer: Pedro Fragoso <ember at ubuntu.com>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.90~),
                debhelper (>= 5.0.38),
                gnome-pkg-tools,
-               python-support (>= 0.7.1),
-               python (>= 2.5),
+               python (>= 2.6.6-3~),
                pkg-config,
                intltool (>= 0.37.1),
                gnome-doc-utils (>= 0.17.3),
@@ -21,11 +20,10 @@
 Homepage: http://live.gnome.org/ProjectHamster
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/hamster-applet
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/hamster-applet
-XS-Python-Version: >= 2.5
+X-Python-Version: >= 2.5
 
 Package: hamster-applet
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends},

Modified: desktop/unstable/hamster-applet/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/hamster-applet/debian/rules?rev=28401&op=diff
==============================================================================
--- desktop/unstable/hamster-applet/debian/rules [utf-8] (original)
+++ desktop/unstable/hamster-applet/debian/rules [utf-8] Mon Jun 13 08:47:44 2011
@@ -7,5 +7,5 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 binary-install/hamster-applet::
-	dh_pysupport -phamster-applet
+	dh_python2 -phamster-applet
 	dh_gconf -phamster-applet




More information about the pkg-gnome-commits mailing list