[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: lintian is not approving what dh_compress does?



> 
> joey@kite:~>file changelog.gz 
> changelog.gz: gzip compressed data, deflated, original filename, last
> modified: Tue Aug 24 19:49:11 1999, max compression, os: Unix
>                                     ^^^^^^^^^^^^^^^

How did you do that?

[09:59:25 /tmp]$ file --help
Usage: file [OPTION]... [FILE]...
Determine file type of FILEs.

  -m, --magic-file LIST      use LIST as a colon-separated list of magic
                               number files
  -z, --uncompress           try to look inside compressed files
  -b, --brief                do not prepend filenames to output lines
  -c, --checking-printout    print the parsed form of the magic file, use in
                               conjunction with -m to debug a new magic file
                               before installing it
  -f, --files-from FILE      read the filenames to be examined from FILE
  -L, --dereference          causes symlinks to be followed
  -n, --no-buffer            do not buffer output
  -s, --special-files        treat special (block/char devices) files as
                             ordinary ones
      --help                 display this help and exit
      --version              output version information and exit
[09:59:29 /tmp]$ file -z /usr/share/doc/tkman/changelog.gz 
/usr/share/doc/tkman/changelog.gz: English text (GNUzip compressed)
[10:00:28 /tmp]$ 


More to the point:

[10:31:02 /tmp]$ gunzip -c /usr/share/doc/tkman/changelog.gz | gzip -9c > currently_compressed_tkman_changelog.gz
[10:31:58 /tmp]$ gunzip -tvl currently_compressed_tkman_changelog.gz 
method  crc     date  time  compressed  uncompr. ratio uncompressed_name
defla 082f47a4 Feb  9 10:31      7448     15906  53.2% currently_compressed_tkman_changelog
[10:32:03 /tmp]$ gunzip -tvl /usr/share/doc/tkman/changelog.gz
method  crc     date  time  compressed  uncompr. ratio uncompressed_name
defla 082f47a4 Aug 25 05:49      7458     15906  53.2% /usr/share/doc/tkman/changelog
[10:32:09 /tmp]$ 

-- 
Shaul Karl		 		   shaulk@israsrv.net.il
	An elephant is a mouse with an operating system.



Reply to: