Package: release.debian.org
Severity: minor
The compressed version of update_output.txt is double-gzipped.
update_output.txt.gz is a gzipped form of an update_output.txt which is
itself the original update_output.txt gzipped:
chealer@vinci:~/Downloads$ file update_output.txt.gz
update_output.txt.gz: gzip compressed data, from Unix
chealer@vinci:~/Downloads$ ls -l update_output.txt.gz
-rw-r--r-- 1 chealer chealer 71625 mar 17 14:21 update_output.txt.gz
chealer@vinci:~/Downloads$ gunzip update_output.txt.gz
chealer@vinci:~/Downloads$ ls -l update_output.txt
-rw-r--r-- 1 chealer chealer 73361 mar 17 14:21 update_output.txt
chealer@vinci:~/Downloads$ file update_output.txt
update_output.txt: gzip compressed data, from Unix, last modified: Sat
Mar 17 06:06:47 2012, max compression
chealer@vinci:~/Downloads$ zforce update_output.txt
update_output.txt -- replaced with update_output.txt.gz
chealer@vinci:~/Downloads$ gunzip update_output.txt.gz
chealer@vinci:~/Downloads$ file update_output.txt
update_output.txt: ASCII text, with very long lines
chealer@vinci:~/Downloads$ ls -l update_output.txt
-rw-r--r-- 1 chealer chealer 724965 mar 17 14:21 update_output.txt
chealer@vinci:~/Downloads$
I'm not sure if that could be intentional, but it would certainly be
more convenient to have a file only compressed once, in particular for
the output archives ( http://ftp-master.debian.org/testing/update_output/ ).
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]