Your message dated Tue, 28 Nov 2006 18:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#400400: fixed in dh-make-perl 0.25
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: dh-make-perl
Version: 0.24
Severity: serious
Tags: patch
When trying to create a .deb from DateTime-Format-ISO8601-0.0403,
dh-make-perl put the following line into debian/control:
Build-Depends-Indep: 5.8.8-6.1
>From looking at an older version of dh-make-perl, I guessed that
something along the lines of
Build-Depends-Indep: perl (>= 5.8.8-6.1)
is what you had in mind. The attached patch should do the trick.
Cheers,
-Hilko
--- dh-make-perl.orig 2006-11-25 23:54:15.000000000 +0100
+++ dh-make-perl 2006-11-25 23:54:52.000000000 +0100
@@ -145,7 +145,7 @@
#my $section = 'interpreters';
my $section = 'perl';
my $depends = '${perl:Depends}';
-my $bdependsi = $perl_pkg->{Version};
+my $bdependsi = 'perl (>= '.$perl_pkg->{Version}.')';
my $bdepends = 'debhelper (>= 5.0.0)';
my $maintainer = get_maintainer();
my $arch = 'all';
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages dh-make-perl depends on:
ii debhelper 5.0.42 helper programs for debian/rules
ii dpkg-dev 1.13.24 package building tools for Debian
ii fakeroot 1.5.10 Gives a fake root environment
ii libmodule-depends-perl 0.10-1 identify the dependencies of a dis
ii libyaml-perl 0.62-1 YAML Ain't Markup Language (tm)
ii make 3.81-3 The GNU version of the "make" util
ii perl 5.8.8-6.1 Larry Wall's Practical Extraction
ii perl-modules [libpod-parser-p 5.8.8-6.1 Core Perl modules
Versions of packages dh-make-perl recommends:
ii apt-file 2.0.8.2 APT package searching utility -- c
ii libmodule-build-perl 0.26-1 Subclassable and make-independant
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: dh-make-perl
Source-Version: 0.25
We believe that the bug you reported is fixed in the latest version of
dh-make-perl, which is due to be installed in the Debian FTP archive:
dh-make-perl_0.25.dsc
to pool/main/d/dh-make-perl/dh-make-perl_0.25.dsc
dh-make-perl_0.25.tar.gz
to pool/main/d/dh-make-perl/dh-make-perl_0.25.tar.gz
dh-make-perl_0.25_all.deb
to pool/main/d/dh-make-perl/dh-make-perl_0.25_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.
Gunnar Wolf <[EMAIL PROTECTED]> (supplier of updated dh-make-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: Tue, 28 Nov 2006 11:47:32 -0600
Source: dh-make-perl
Binary: dh-make-perl
Architecture: source all
Version: 0.25
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: Gunnar Wolf <[EMAIL PROTECTED]>
Description:
dh-make-perl - Create debian packages from perl modules
Closes: 364325 396536 396846 400400
Changes:
dh-make-perl (0.25) unstable; urgency=low
.
* Fixed the Perl package data parsing function, fixing an unneeded
warning. Thanks to Johnny Morano for the patch! (Closes: #396846)
* Generated dependency on Perl was incomplete (it _only_ missed the
package name :-/ ) - Thanks to Hilko Bengen for pointing it out.
(Closes: #400400)
* No longer dies when building Module::Install modules - It now asks
the user to manually specify the dependencies. (Closes: #396536)
* Can now specify via command line depends, build-depends and build-
depends-indep
* A bit of basic cleaning, trying to deuglify this very much love-
needing source code
* Added patch by Jesper Krogh which allows dh-make-perl to generate
versioned dependency strings (Closes: #364325)
Files:
747c4a706e3305304370004d5566e354 741 devel optional dh-make-perl_0.25.dsc
781fc5a54b7e410a1ca256d74251155d 30849 devel optional dh-make-perl_0.25.tar.gz
ac53916ffeebb8fa2b547bb4f823447a 27506 devel optional dh-make-perl_0.25_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFbHbi2A7zWou1J68RAoXoAJ4p3NUoaIh645ktZNB4OtFAKNbaMACfbJt7
aFfUwKCUtNEKTLCQQmcz77A=
=Vuwf
-----END PGP SIGNATURE-----
--- End Message ---