X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh;h=e6c7663e64e717568364386a57015562f85ff9db;hb=f64dd8fbce4b067719a9f201e6861c73fcc95b15;hp=8538024407dfa511d4a2faa0301c06bc53877aec;hpb=2d75be58ad42d56059c4fb4a267c7e0ca6b49e64;p=debhelper.git 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.