From: Joey Hess Date: Sun, 11 Sep 2011 18:28:34 +0000 (-0400) Subject: reorder X-Git-Tag: 8.9.7~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f64dd8fbce4b067719a9f201e6861c73fcc95b15;p=debhelper.git reorder --- diff --git a/dh b/dh index 8538024..e6c7663 100755 --- a/dh +++ b/dh @@ -123,14 +123,6 @@ after a particular debhelper command is run. dh_fixperms chmod 4755 debian/foo/usr/bin/foo -Python tools are not run by dh by default, due to the continual change -in that area. (Before compatability level v9, dh does run B.) -Here is how to use B. - - #!/usr/bin/make -f - %: - dh $@ --with python2 - If your package uses autotools and you want to freshen F and F with newer versions from the B package at build time, you can use some commands provided in B @@ -140,6 +132,14 @@ that automate it, like this. %: dh $@ --with autotools_dev +Python tools are not run by dh by default, due to the continual change +in that area. (Before compatability level v9, dh does run B.) +Here is how to use B. + + #!/usr/bin/make -f + %: + dh $@ --with python2 + Here is how to force use of Perl's B build system, which can be necessary if debhelper wrongly detects that the package uses MakeMaker.