diff options
author | joey <joey> | 1999-08-17 04:39:16 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:39:16 +0000 |
commit | 99b34ff691012e69828ea2167b7a3089ac4953f3 (patch) | |
tree | e1dc16371ac4901e1587eddac1c190824e7d0160 /README | |
parent | b5b83f0b397cf9403dc5a5fe9a2bfa17ffa006a8 (diff) | |
download | debhelper-99b34ff691012e69828ea2167b7a3089ac4953f3.tar.gz |
r37: Initial Import
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |