Your message dated Sat, 01 Mar 2008 23:47:14 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#467689: fixed in libdbd-csv-perl 0.2200-4
has caused the Debian Bug report #467689,
regarding libdbd-csv-perl: FTBFS with Perl 5.10: the empty /usr/lib/perl5 is 
gone
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.)


-- 
467689: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467689
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libdbd-csv-perl
Version: 0.2200-3
Severity: important
User: [EMAIL PROTECTED]
Usertags: perl-5.10-ftbfs-rmdir

This package fails to build with Perl 5.10.0 (currently in
experimental) because of a bug in debian/rules that has been
uncovered by a change in ExtUtils::Install.

Until Perl 5.10.0, ExtUtils::Install had a bug that created an empty
/usr/lib/perl5 or /usr/share/perl5 directory when 'make install' was
run. This package fails to build because it relies on the presence of
this empty directory, usually by trying to remove it without checking
if it exists first.

The suggested fix for the usual 'unconditional rmdir' case is to use
a conditional like

[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty
--parents --verbose $(TMP)/usr/lib/perl5

See the current dh-make-perl templates.

Please treat this bug as 'serious' already: Perl 5.10.0 is scheduled
for unstable in a week or so.

Details about the ExtUtils::Install change can be found in #465783. 
-- 
Niko Tyni   [EMAIL PROTECTED]




--- End Message ---
--- Begin Message ---
Source: libdbd-csv-perl
Source-Version: 0.2200-4

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

libdbd-csv-perl_0.2200-4.diff.gz
  to pool/main/libd/libdbd-csv-perl/libdbd-csv-perl_0.2200-4.diff.gz
libdbd-csv-perl_0.2200-4.dsc
  to pool/main/libd/libdbd-csv-perl/libdbd-csv-perl_0.2200-4.dsc
libdbd-csv-perl_0.2200-4_all.deb
  to pool/main/libd/libdbd-csv-perl/libdbd-csv-perl_0.2200-4_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.
gregor herrmann <[EMAIL PROTECTED]> (supplier of updated libdbd-csv-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, 01 Mar 2008 23:27:13 +0100
Source: libdbd-csv-perl
Binary: libdbd-csv-perl
Architecture: source all
Version: 0.2200-4
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: gregor herrmann <[EMAIL PROTECTED]>
Description: 
 libdbd-csv-perl - perl DBD::CSV - DBI driver for CSV files
Closes: 467689
Changes: 
 libdbd-csv-perl (0.2200-4) unstable; urgency=low
 .
   [ Damyan Ivanov ]
   * Fixed watch file to match the change in upstream versioning without
     sacrificing uscan comfort
 .
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields; perl-doc from Build-Depends-Indep.
   * debian/watch: use dist-based URL.
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 6.
   * debian/copyright: add upstream source location.
   * debian/rules:
    - delete /usr/lib/perl5 only if it exists (closes: #467689)
    - update with the help of dh-make-perl's templates
    - don't install README (text version of the POD documentation)
    - don't try to remove lib/DBD/File.pm, doesn't exist in the upstream
      tarball any more
Files: 
 d1186b875bdc0b652c2735720ef65d22 1016 perl optional 
libdbd-csv-perl_0.2200-4.dsc
 a59ecf5e4d32843ec2b2c56f8c265ed5 3567 perl optional 
libdbd-csv-perl_0.2200-4.diff.gz
 3d4fe6d82765e2b7f7ff315d5aef0892 25230 perl optional 
libdbd-csv-perl_0.2200-4_all.deb

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

iD8DBQFHyegu5SXWIKfIlGQRAqB+AKC+xa/oxo4Df8zft5689C7cmFExNACgqS3+
T70FexnfOoD6ycQyZK1kZtA=
=5AnN
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to