From: Joey Hess Date: Thu, 24 Apr 2008 07:59:48 +0000 (-0400) Subject: fix example X-Git-Tag: 7.0.2~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=083e8089be1724996274236beead8362445b6aeb;p=debhelper.git fix example --- diff --git a/dh b/dh index cf6d1d2..73ed922 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