]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_compress
* Reword paragraph about debian/compress files to perhaps be more clear
[debhelper.git] / dh_compress
index 4b65efb69a4369742e2002c75b53b5b1ff2c4015..d9758f0f9cc9163ecee4548987a2f667bb1a9b1e 100755 (executable)
@@ -28,12 +28,12 @@ usr/X11R6/man, files in usr/share/doc that are larger than 4k in size,
 already compressed based on their extensions), and all changelog files. Plus
 PCF fonts underneath usr/X11R6/lib/X11/fonts/ and usr/share/fonts/X11/
 
-If a debian/package.compress file exists, 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. The shell script will be run from
-inside the package build directory. Note though that using -X is a much
-better idea in general; you should only use a debian/package.compress file
-if you really have to.
+If a debian/package.compress file exists, the default files are not
+compressed. Instead, the debian/packages.compress is ran as a shell
+script, and all filenames that the shell script outputs will be compressed.
+The shell script will be run from inside the package build directory. Note
+though that using -X is a much better idea in general; you should only use a
+debian/package.compress file if you really need to.
 
 =head1 OPTIONS