From 083e8089be1724996274236beead8362445b6aeb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 24 Apr 2008 03:59:48 -0400 Subject: [PATCH] fix example --- dh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.39.5