r29526 - in /desktop/experimental/totem/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Aug 28 23:12:36 UTC 2011


Author: biebl
Date: Sun Aug 28 23:12:35 2011
New Revision: 29526

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

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

Modified: desktop/experimental/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/changelog?rev=29526&op=diff
==============================================================================
--- desktop/experimental/totem/debian/changelog [utf-8] (original)
+++ desktop/experimental/totem/debian/changelog [utf-8] Sun Aug 28 23:12:35 2011
@@ -5,8 +5,9 @@
 
   [ Michael Biebl ]
   * Move .gir file into libtotem-dev package. Closes: #635451
-
- -- Michael Biebl <biebl at debian.org>  Mon, 29 Aug 2011 01:07:30 +0200
+  * Switch to dh_python2. Closes: #637280
+
+ -- Michael Biebl <biebl at debian.org>  Mon, 29 Aug 2011 01:11:35 +0200
 
 totem (3.0.1-1) experimental; urgency=low
 

Modified: desktop/experimental/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/control?rev=29526&op=diff
==============================================================================
--- desktop/experimental/totem/debian/control [utf-8] (original)
+++ desktop/experimental/totem/debian/control [utf-8] Sun Aug 28 23:12:35 2011
@@ -10,8 +10,7 @@
 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>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.90),
-               python (>= 2.3),
-               python-support (>= 0.6),
+               python (>= 2.6.6-3~),
                python-gobject-dev (>= 2.27),
                libepc-ui-dev (>= 0.3.0),
                libglib2.0-dev (>= 2.27.92),

Modified: desktop/experimental/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/control.in?rev=29526&op=diff
==============================================================================
--- desktop/experimental/totem/debian/control.in [utf-8] (original)
+++ desktop/experimental/totem/debian/control.in [utf-8] Sun Aug 28 23:12:35 2011
@@ -5,8 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.90),
-               python (>= 2.3),
-               python-support (>= 0.6),
+               python (>= 2.6.6-3~),
                python-gobject-dev (>= 2.27),
                libepc-ui-dev (>= 0.3.0),
                libglib2.0-dev (>= 2.27.92),

Modified: desktop/experimental/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/rules?rev=29526&op=diff
==============================================================================
--- desktop/experimental/totem/debian/rules [utf-8] (original)
+++ desktop/experimental/totem/debian/rules [utf-8] Sun Aug 28 23:12:35 2011
@@ -26,11 +26,11 @@
 endif
 
 binary-install/totem::
-	dh_pysupport -ptotem
+	dh_python2 -ptotem /usr/lib/totem/totem
 binary-install/totem-plugins::
-	dh_pysupport -ptotem-plugins /usr/lib/totem/plugins
+	dh_python2 -ptotem-plugins /usr/lib/totem/plugins
 binary-install/totem-coherence::
-	dh_pysupport -ptotem-coherence /usr/lib/totem/plugins
+	dh_python2 -ptotem-coherence /usr/lib/totem/plugins
 
 common-binary-predeb-arch::
 	find debian -name *.a -exec rm '{}' \;




More information about the pkg-gnome-commits mailing list