]> git.donarmstrong.com Git - debhelper.git/commitdiff
reorder
authorJoey Hess <joey@kitenet.net>
Sun, 11 Sep 2011 18:28:34 +0000 (14:28 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 11 Sep 2011 18:28:34 +0000 (14:28 -0400)
dh

diff --git a/dh b/dh
index 8538024407dfa511d4a2faa0301c06bc53877aec..e6c7663e64e717568364386a57015562f85ff9db 100755 (executable)
--- 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.