summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-09-11 14:28:34 -0400
committerJoey Hess <joey@kitenet.net>2011-09-11 14:28:34 -0400
commitf64dd8fbce4b067719a9f201e6861c73fcc95b15 (patch)
tree0a10e84ad5ec56b894f619a793b13c353c5af86f /dh
parent2d75be58ad42d56059c4fb4a267c7e0ca6b49e64 (diff)
reorder
Diffstat (limited to 'dh')
-rwxr-xr-xdh16
1 files changed, 8 insertions, 8 deletions
diff --git a/dh b/dh
index 85380244..e6c7663e 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<dh_pysupport>.)
-Here is how to use B<dh_python2>.
-
- #!/usr/bin/make -f
- %:
- dh $@ --with python2
-
If your package uses autotools and you want to freshen F<config.sub> and
F<config.guess> with newer versions from the B<autotools-dev> package
at build time, you can use some commands provided in B<autotools-dev>
@@ -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<dh_pysupport>.)
+Here is how to use B<dh_python2>.
+
+ #!/usr/bin/make -f
+ %:
+ dh $@ --with python2
+
Here is how to force use of Perl's B<Module::Build> build system,
which can be necessary if debhelper wrongly detects that the package
uses MakeMaker.