]> git.donarmstrong.com Git - debhelper.git/commitdiff
* Reword paragraph about debian/compress files to perhaps be more clear
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 31 Oct 2007 16:59:52 +0000 (12:59 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 31 Oct 2007 16:59:52 +0000 (12:59 -0400)
  about the debian/compress file. Closes: #448759

debian/changelog
dh_compress

index 3093af1eae7ae77818820948ce6b3d45d6d61433..1d0c5aaba59a2fe55cc47a0bc22efddd830b2fe1 100644 (file)
@@ -1,8 +1,10 @@
 debhelper (5.0.60) UNRELEASED; urgency=low
 
   * Debhelper is now developed in a git repository.
+  * Reword paragraph about debian/compress files to perhaps be more clear
+    about the debian/compress file. Closes: #448759
 
- -- Joey Hess <joeyh@debian.org>  Mon, 22 Oct 2007 15:15:33 -0400
+ -- Joey Hess <joeyh@debian.org>  Wed, 31 Oct 2007 12:58:35 -0400
 
 debhelper (5.0.59) unstable; urgency=low
 
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