diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-27 14:45:03 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-27 14:45:03 -0400 |
commit | 19307a58a3446acc1f7dd88da772f65615c7a2ad (patch) | |
tree | f8afe381f1dcaa3b5222044cf1f979aa6057aa27 /debian/changelog | |
parent | f89b688d5eb629f0e6a1e374ff5a471d62020f64 (diff) | |
download | debhelper-19307a58a3446acc1f7dd88da772f65615c7a2ad.tar.gz |
dh_compress: Avoid compressing .svg and .sgvz files, since these might be used as images on a html page, and also to avoid needing to special case the .svgz extention when compressing svg. Closes: #530253
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index adc29a2d..35aede35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ debhelper (7.2.15) UNRELEASED; urgency=low * dh_strip: Also strip OCaml shared libraries. (Stephane Glondu) Closes: #527272 + * dh_compress: Avoid compressing .svg and .sgvz files, since these + might be used as images on a html page, and also to avoid needing + to special case the .svgz extention when compressing svg. + Closes: #530253 -- Joey Hess <joeyh@debian.org> Mon, 18 May 2009 15:42:04 -0400 |