From: Josselin Mouette Date: Tue, 4 Jan 2011 13:04:41 +0000 (+0100) Subject: Ignore objects.inv files, generated by Sphinx documentation X-Git-Tag: 8.1.0~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=749d7ccad2c6a04ec4c6350dc4f16f57fd59dc4b;p=debhelper.git Ignore objects.inv files, generated by Sphinx documentation --- diff --git a/dh_compress b/dh_compress index 51a4e74..3eb6ff2 100755 --- a/dh_compress +++ b/dh_compress @@ -116,7 +116,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { ! -iname "*-gz" ! -iname "*-z" ! -iname "*_z" \\ ! -iname "*.jar" ! -iname "*.zip" ! -iname "*.css" \\ ! -iname "*.svg" ! -iname "*.svgz" ! -iname "*.js" \\ - ! -name "index.sgml" \\ + ! -name "index.sgml" ! -name "objects.inv" \\ ! -name "copyright" 2>/dev/null || true; find usr/share/fonts/X11 -type f -name "*.pcf" 2>/dev/null || true; `);