From f64dd8fbce4b067719a9f201e6861c73fcc95b15 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 11 Sep 2011 14:28:34 -0400 Subject: [PATCH] reorder --- dh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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. -- 2.39.5