Package: debhelper
Version: 5.0.37.2
Severity: normal
A compressed PDF file can't be displayed with most tools (xpdf,
evince, gpdf, kpdf), and an ordinary user can't uncompress it in
place, so must copy it somewhere else then uncompress there, wasting
disk space on an extra copy.
Also, since a PDF is already compressed, gzip does not shink it much.
I propose to add .pdf to the list of file extensions to be ignored by
dh_compress.
- Jim Van Zandt
--- dh_compress-orig 2006-06-25 15:37:11.000000000 -0400
+++ dh_compress 2006-06-25 15:39:08.000000000 -0400
@@ -102,6 +102,7 @@
! -iname "*.tgz" ! -iname "*.z" ! -iname
"*.bz2" \\
! -iname "*-gz" ! -iname "*-z" ! -iname "*_z"
\\
! -iname "*.jar" ! -iname "*.zip" ! -iname
"*.css" \\
+ ! -iname "*.pdf" \\
! -name "copyright" 2>/dev/null || true;
find usr/X11R6/lib/X11/fonts usr/share/fonts/X11 -type
f -name "*.pcf" 2>/dev/null || true;
`);
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'oldstable'), (500, 'testing'), (500,
'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages debhelper depends on:
ii binutils 2.16.1cvs20060413-1 The GNU assembler, linker and bina
ii coreutils 5.94-1 The GNU core utilities
ii dpkg-dev 1.13.18 package building tools for Debian
ii file 4.17-1 Determines file type using "magic"
ii html2text 1.3.2a-3 An advanced HTML to text converter
ii perl 5.8.8-4 Larry Wall's Practical Extraction
ii po-debconf 1.0 manage translated Debconf template
debhelper recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]