]> git.donarmstrong.com Git - debhelper.git/commitdiff
Load python-support sequence file first, to allow ones loaded later to disable it.
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 5 Jul 2008 12:23:28 +0000 (08:23 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 5 Jul 2008 12:23:28 +0000 (08:23 -0400)
debian/changelog
dh

index 00d33565eb17f27f0547cd2b208a24e37c4f75c1..e199eb391505c9d7bfb70821cd70740c91e72a79 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (7.0.14) UNRELEASED; urgency=low
+
+  * Load python-support sequence file first, to allow ones loaded later to
+    disable it.
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 05 Jul 2008 08:22:43 -0400
+
 debhelper (7.0.13) unstable; urgency=low
 
   * dh_auto_install: Rather than looking at the number of binary packages
diff --git a/dh b/dh
index 7a87e1e616e28313420899824de1de2b9592dd5b..f8e26e5695e9a6e8c60275caf18e2271808b2927 100755 (executable)
--- a/dh
+++ b/dh
@@ -293,7 +293,7 @@ $sequences{binary} = [@{$sequences{install}}, qw{
 $sequences{'binary-arch'} = [@{$sequences{binary}}];
 
 # --with python-support is enabled by default, at least for now
-push @{$dh{WITH}}, "python-support";
+unshift @{$dh{WITH}}, "python-support";
 
 # sequence addon interface
 sub _insert {