]> git.donarmstrong.com Git - debhelper.git/commitdiff
fix example
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 24 Apr 2008 07:59:48 +0000 (03:59 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 24 Apr 2008 07:59:48 +0000 (03:59 -0400)
dh

diff --git a/dh b/dh
index cf6d1d2d64fd3c941efbc7e4f3f5a276416cebdb..73ed922a6f24286676b23315b25349632044e014 100755 (executable)
--- a/dh
+++ b/dh
@@ -159,11 +159,13 @@ debhelper command is run.
                # and continue
                dh install --after dh_fixperms
 
-It's also fine to run debhelper commands before starting a dh sequence.
-Just be sure to use the B<--remaining> option to ensure that commands
-that normally come before those in the sequence are still run.
+It's also fine to run debhelper commands early. Just make sure that at
+least dh_prep is run from the squence first, and be sure to use the
+B<--remaining> option to ensure that commands that normally come before
+those in the sequence are still run.
 
        install:
+               dh_install --until dh_prep
                dh_installdocs README TODO
                dh_installchangelogs Changes
                dh install --remaining