]> git.donarmstrong.com Git - debhelper.git/commitdiff
r271: Hm.
authorjoey <joey>
Sat, 11 Sep 1999 02:41:56 +0000 (02:41 +0000)
committerjoey <joey>
Sat, 11 Sep 1999 02:41:56 +0000 (02:41 +0000)
dh_compress.1
doc/v2

index 58a5a2dd811167f6a0e71e38585066f4099638bf..731409b5a4784e8960f867a2d1f8a6c0b51fddd5 100644 (file)
@@ -21,7 +21,9 @@ If a debian/package.compress file exists (debian/compress may be used for the
 first binary package in debian/control), however, it will be ran as a shell
 script, and all filenames that the shell script outputs will be compressed
 instead of the default files. Note that the shell script will be run from
-inside the package build directory.
+inside the package build directory. Note though that using -X is a much
+better idea in general; you should only use a debian/compress file if you
+really have to.
 .SH EXAMPLE
 Here is a sample debian/compress file that causes dh_compress to compress
 the same files as it would by default. This is a good starting point for
diff --git a/doc/v2 b/doc/v2
index abca26c18318d02937946b53b3ada07c8bb7ef5d..3a81a4adc5d310e6fc5ef09004d4f9e1b84742f4 100644 (file)
--- a/doc/v2
+++ b/doc/v2
@@ -62,3 +62,6 @@ them.
 * Debhelper config files will support globbing via * and ?, when
   appropriate. To turn this off and use those changarcters raw, just quote
   them.
+
+* dh_makeshlibs will generate autoscript fragments for ldconfig. This will
+  require you call it before dh_installdeb, which isn't always done now.