Your message dated Sat, 23 May 2009 13:10:09 -0400
with message-id <[email protected]>
and subject line Re: Bug#375406: Problem fixed in Lenny
has caused the Debian Bug report #375406,
regarding debhelper: dh_compress should not attempt to compress PDF files 
[patch]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
375406: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=375406
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
Frank Lin PIAT wrote:
> Hello,
> 
> Lenny's freedesktop database, and evince now properly recognize
> and handle compressed pdf files (file association, thumbnail).
> 
> So there's no need to refrain from compressing those files.

Well then, I think this can be closed.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to