From: Joey Hess Date: Sat, 5 Jul 2008 12:23:28 +0000 (-0400) Subject: Load python-support sequence file first, to allow ones loaded later to disable it. X-Git-Tag: 7.0.14~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=22644829621e3613ac87a51e1ccac021a096dbc6;p=debhelper.git Load python-support sequence file first, to allow ones loaded later to disable it. --- diff --git a/debian/changelog b/debian/changelog index 00d3356..e199eb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 7a87e1e..f8e26e5 100755 --- 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 {