Your message dated Thu, 29 Apr 2010 00:13:15 +0200
with message-id <20100428221315.ga2...@belanna.comodo.priv.at>
and subject line Re: cloning 578810, reassign -1 to src:libtime-y2038-perl,
severity of -1 is serious
has caused the Debian Bug report #579599,
regarding sbuild: doesn't install package that's also provided.
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 ow...@bugs.debian.org
immediately.)
--
579599: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579599
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sbuild
Version: 0.60.0-1+buildd20100421.1
Severity: important
Hi,
libtime-y2038-perl currently can't be build, it fails with:
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 7), perl (>= 5.6.100), libtest-warn-perl (>=
0.11), libtest-exception-perl (>= 0.27), libjson-perl (>= 2.17),
libmodule-build-perl (>= 0.36) | perl (>= 5.12)
+------------------------------------------------------------------------------+
| Install build dependencies (internal resolver) |
+------------------------------------------------------------------------------+
Checking for already installed source dependencies...
debhelper: missing
Using default version 7.4.17
perl: already installed (5.10.1-12 >= 5.6.100 is satisfied)
libtest-warn-perl: missing
Using default version 0.21-1
libtest-exception-perl: missing
Using default version 0.29-1
libjson-perl: missing
Using default version 2.21-1
libmodule-build-perl: non-matching version installed (~*=PROVIDED=*= ! >= 0.36)
Using default version 0.360700-1
perl: non-matching version installed (5.10.1-12 ! >= 5.12)
Default version of perl not sufficient, Package installation not possible
Note that perl-modules (5.10.1-12) provides libmodule-build-perl,
but it's also a real package in the archive with version
0.360700-1. perl 5.12.0-1 is only in experimental.
I though this case was one of the reasons why we needed to
switch to this version of sbuild.
Kurt
--- End Message ---
--- Begin Message ---
Version: 20100403-1
On Wed, 28 Apr 2010 23:50:51 +0200, Kurt Roeckx wrote:
> clone 578810 -1
> reassign -1 src:libtime-y2038-perl
> severity -1 serious
> thanks
The order of the build deps is already fixed in the last upload:
#v+
Index: debian/control
===================================================================
--- debian/control (revision 56924)
+++ debian/control (working copy)
@@ -4,7 +4,7 @@
Build-Depends: debhelper (>= 7), perl (>= 5.6.100),
libtest-warn-perl (>= 0.11), libtest-exception-perl (>= 0.27),
libjson-perl (>= 2.17),
- libmodule-build-perl (>= 0.36) | perl (>= 5.12)
+ perl (>= 5.12) | libmodule-build-perl (>= 0.36)
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-deb...@420.am>
Standards-Version: 3.8.4
Index: debian/changelog
===================================================================
--- debian/changelog (revision 56924)
+++ debian/changelog (working copy)
@@ -1,8 +1,9 @@
-libtime-y2038-perl (20100403-1) UNRELEASED; urgency=low
+libtime-y2038-perl (20100403-1) unstable; urgency=low
* New upstream release
+ * lintian: Build-Depends: perl before libmodule-build-perl
- -- Ivan Kohler <ivan-deb...@420.am> Sun, 25 Apr 2010 20:44:10 -0700
+ -- Ivan Kohler <ivan-deb...@420.am> Sun, 25 Apr 2010 20:55:55 -0700
libtime-y2038-perl (20100225-2) unstable; urgency=low
#v-
Cheers,
gregor, closing this bug
--
.''`. http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
: :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/
`. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
`- NP: Janis Joplin: Down On Me
signature.asc
Description: Digital signature
--- End Message ---