severity 517301 wishlist
tags 517301 + patch
quit

Jonathan Nieder wrote:

> The Module::Build provided by perl 5.10 is already version 0.28, so
> I'd suggest changing the build-dependency to "perl-modules (>= 5.10.0)
> | libmodule-build-perl (>= 0.26)".

I should have also said:

 1. The use case is making it easier to quickly get a version of
    libnet-dns-resolver-programmable-perl running when building packages
    from source, for example to bootstrap a new architecture.

 2. How about this patch?
---
 debian/changelog |    7 +++++++
 debian/control   |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3e5490cc..b3acfc00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libnet-dns-resolver-programmable-perl (0.003-1.1) local; urgency=low
+
+  * Allow perl-modules to satisfy build-time dependency on
+    Module::Build (closes: #517301).
+
+ -- Jonathan Nieder <jrnie...@gmail.com>  Fri, 18 Nov 2011 01:07:19 -0600
+
 libnet-dns-resolver-programmable-perl (0.003-1) unstable; urgency=low
 
   * Initial Debian release (closes: #444443).
diff --git a/debian/control b/debian/control
index 2741fd9f..bf63e70b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Section: perl
 Priority: optional
 Maintainer: Julian Mehnle <jul...@mehnle.net>
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6), libmodule-build-perl (>= 0.26), 
libversion-perl
+Build-Depends-Indep: perl (>= 5.6), perl-modules (>= 5.10.0) | 
libmodule-build-perl (>= 0.26), libversion-perl
 Standards-Version: 3.7.2
 
 Package: libnet-dns-resolver-programmable-perl
-- 
1.7.8.rc2




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to