summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:39:16 +0000
committerjoey <joey>1999-08-17 04:39:16 +0000
commit99b34ff691012e69828ea2167b7a3089ac4953f3 (patch)
treee1dc16371ac4901e1587eddac1c190824e7d0160 /README
parentb5b83f0b397cf9403dc5a5fe9a2bfa17ffa006a8 (diff)
downloaddebhelper-99b34ff691012e69828ea2167b7a3089ac4953f3.tar.gz
r37: Initial Import
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index e192504d..280da781 100644
--- a/README
+++ b/README
@@ -35,7 +35,9 @@ Remove that and replace it with something like:
dh_compress
dh_fixperms
dh_suidregister
- dh_installdebfiles
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
dh_makeshlibs
dh_md5sums
dh_builddeb
@@ -68,7 +70,7 @@ Some debhelper commands will automatically generate parts of debian install
scripts. If you want these automatically generated things included in your
debian install scripts, then you need to add "#DEBHELPER#" to your scripts,
in the place the code should be added. "#DEBHELPER#" will be replaced by any
-autogenerated code when you run dh_installdebfiles.
+autogenerated code when you run dh_installdeb.
All scripts that automatically generate code in this way let it be disabled
by the -n parameter.