[debhelper-devel] [debhelper] 01/01: dh_compress: Exclude several more compressed file formats. Closes: #730483

Joey Hess joey at kitenet.net
Mon Nov 25 16:51:50 UTC 2013


This is an automated email from the git hooks/post-receive script.

joeyh pushed a commit to branch master
in repository debhelper.

commit 23f4a575b60762065d97915ec9e384931b1dd7f4
Author: Joey Hess <joey at kitenet.net>
Date:   Mon Nov 25 12:51:43 2013 -0400

    dh_compress: Exclude several more compressed file formats. Closes: #730483
---
 debian/changelog | 7 +++++++
 dh_compress      | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d596288..ba608e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (9.20131111) UNRELEASED; urgency=low
+
+  * dh_compress: Exclude several more compressed file formats.
+    Closes: #730483
+
+ -- Joey Hess <joeyh at debian.org>  Mon, 25 Nov 2013 12:51:11 -0400
+
 debhelper (9.20131110) unstable; urgency=low
 
   * dh_installinit: Revert changes that added versioned dependency on
diff --git a/dh_compress b/dh_compress
index ec07f85..73c477a 100755
--- a/dh_compress
+++ b/dh_compress
@@ -118,7 +118,9 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 				! -iname "*.jpeg" ! -iname "*.gz" ! -iname "*.taz" \\
 				! -iname "*.tgz" ! -iname "*.z" ! -iname "*.bz2" \\
 				! -iname "*-gz"  ! -iname "*-z" ! -iname "*_z" \\
-				! -iname "*.jar" ! -iname "*.zip" ! -iname "*.css" \\
+				! -iname "*.epub" ! -iname "*.jar" ! -iname "*.zip" \\
+				! -iname "*.odg" ! -iname "*.odp" ! -iname "*.odt" \\
+				! -iname ".htaccess" ! -iname "*.css" \\
 				! -iname "*.svg" ! -iname "*.svgz" ! -iname "*.js" \\
 				! -name "index.sgml" ! -name "objects.inv" \\
 				! -name "copyright" 2>/dev/null || true;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list