Your message dated Sat, 04 Aug 2007 05:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#435656: fixed in libcompress-zlib-perl 2.005-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libcompress-zlib-perl
Version: 2.005-1
Severity: serious

--- Please enter the report below this line. ---

After the upgrade to version 2.005-1 debmirror decided to delete my
whole debian mirror. And as i didn't pay attention during debmirror
updates this is really annoying.

The corresponding debmirror code is here:

 851     my $gunzf = gzopen($file, "rb") or die "$file: $!";
 852     my $line;
 853     my $res;
 854     my $loop = 1;
 855     while ($loop) {
 856       my $buf = "";
 857       while(($res = $gunzf->gzreadline($line) > 0)
 858             && !($line =~ /^$/)) {
 859         $buf = $buf . $line;
 860       }
 861       if ($res <= 0) { # <--------  THIS IS ALWAYS TRUE AFTER THE UPGRADE
 862         $loop = 0;
 863         next;
 864       }

I debuged it with print statements and found out the the above marked if
statement is alwasy true after the upgrade and thats why the code further down
the while statement is never reached.

I'm not sure if this is actually a problem in debmirror or in 
libcompress-zlib-perl,
but as it worked before the upgrade it seems naturally to report the bug here.

Downgrading the packet fixed my problem. But now to downloading the mirror :-(

-Peter

--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.18-4-k7

Debian Release: lenny/sid
  990 unstable        www.debian-multimedia.org 
  990 unstable        ftp.debian.org 
  990 unstable        ftp.de.debian.org 
  500 stable          ftp.de.debian.org 

--- Package information. ---
Depends                (Version) | Installed
================================-+-===============
perl              (>= 5.8.8-6.1) | 5.8.8-7
perlapi-5.8.8                    | 
libc6               (>= 2.3.6-6) | 2.6-5
zlib1g              (>= 1:1.2.1) | 1:1.2.3.3.dfsg-5



--- End Message ---
--- Begin Message ---
Source: libcompress-zlib-perl
Source-Version: 2.005-2

We believe that the bug you reported is fixed in the latest version of
libcompress-zlib-perl, which is due to be installed in the Debian FTP archive:

libcompress-zlib-perl_2.005-2.diff.gz
  to pool/main/libc/libcompress-zlib-perl/libcompress-zlib-perl_2.005-2.diff.gz
libcompress-zlib-perl_2.005-2.dsc
  to pool/main/libc/libcompress-zlib-perl/libcompress-zlib-perl_2.005-2.dsc
libcompress-zlib-perl_2.005-2_all.deb
  to pool/main/libc/libcompress-zlib-perl/libcompress-zlib-perl_2.005-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damyan Ivanov <[EMAIL PROTECTED]> (supplier of updated libcompress-zlib-perl 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 04 Aug 2007 08:13:39 +0300
Source: libcompress-zlib-perl
Binary: libcompress-zlib-perl
Architecture: source all
Version: 2.005-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: Damyan Ivanov <[EMAIL PROTECTED]>
Description: 
 libcompress-zlib-perl - Perl module for creation and manipulation of gzip files
Closes: 435656
Changes: 
 libcompress-zlib-perl (2.005-2) unstable; urgency=low
 .
   * Added 02_restore-gzreadline-record-separator-behaviour.patch, which
     hard-codes "\n" as record separator before calling $gz->getline for the
     actual read. Closes: #435656
   * This package is now pure Perl. Set Architecture: to "all" and adjust
     debian/control and debian/rules accordingly.
Files: 
 e700cea8dac1f00088de726d00f37aba 1040 perl optional 
libcompress-zlib-perl_2.005-2.dsc
 464d56078826c3c21ad33e497e2969a6 3866 perl optional 
libcompress-zlib-perl_2.005-2.diff.gz
 c922ddfa9ce420d77ce194c4ef13d71c 34510 perl optional 
libcompress-zlib-perl_2.005-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtA1IHqjlqpcl9jsRAsYHAKCg+0zIFBW5JOV3Ig2+0h68ItY4GACeOHW9
EG31f51ssU6WsYA0zBTpPqo=
=geru
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to