summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-24 03:59:48 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-24 03:59:48 -0400
commit083e8089be1724996274236beead8362445b6aeb (patch)
treee2b3e64e6ded92af029f895c70cc196558d25bf3 /dh
parent7bce3f50a494bec6c023a9156175f463ba11d9c6 (diff)
fix example
Diffstat (limited to 'dh')
-rwxr-xr-xdh8
1 files changed, 5 insertions, 3 deletions
diff --git a/dh b/dh
index cf6d1d2d..73ed922a 100755
--- 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