r36394 - /desktop/experimental/pygobject/debian/rules

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Tue Nov 27 14:49:04 UTC 2012


Author: mpitt
Date: Tue Nov 27 14:49:04 2012
New Revision: 36394

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36394
Log:
debian/rules: Call dh_python2 with --no-guessing-versions, otherwise it insists on 2.6

Modified:
    desktop/experimental/pygobject/debian/rules

Modified: desktop/experimental/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/rules?rev=36394&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/rules [utf-8] (original)
+++ desktop/experimental/pygobject/debian/rules [utf-8] Tue Nov 27 14:49:04 2012
@@ -79,6 +79,10 @@
 	dh_makeshlibs -ppython3-gi -V'python3-gi (>= 3.4)'
 	dh_makeshlibs --remaining-packages
 
+# without this, dh_python2 insists on 2.6 modules
+override_dh_python2:
+	dh_python2 --no-guessing-versions
+
 override_dh_clean:
 	# from uploaders.mk; this uses cdbs-style clean:: which breaks dh clean
 	{ cat $(CONTROL_HEADER) ; sed "s/@GNOME_TEAM@/$(UPLOADERS)/" debian/control.in ; } > debian/control




More information about the pkg-gnome-commits mailing list