[SCM] Debian packaging of libdate-manip-perl branch, master, updated. debian/6.39-1-1-g3b0b195

Carsten Wolff carsten at wolffcarsten.de
Fri Jun 14 09:03:18 UTC 2013


The following commit has been merged in the master branch:
commit 3b0b1958a7d0709d634e7a669161eab5bd3e1fcd
Author: Carsten Wolff <carsten at wolffcarsten.de>
Date:   Thu Jun 13 11:59:26 2013 +0200

    fix Module::Build version requirement

diff --git a/debian/control b/debian/control
index ddc51ed..bacc60f 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,7 @@ Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Nicholas Bamber <nicholas at periapt.co.uk>,
  Fabrizio Regalli <fabreg at fabreg.it>,
  Xavier Guimard <x.guimard at free.fr>
-Build-Depends: debhelper (>= 8),
- libmodule-build-perl (>= 0.390000) | perl (>= 5.15.2)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libtest-inter-perl,
  libtest-pod-coverage-perl,
  libtest-pod-perl,
diff --git a/debian/patches/fix-module-build-requirement b/debian/patches/fix-module-build-requirement
new file mode 100644
index 0000000..b66d1dc
--- /dev/null
+++ b/debian/patches/fix-module-build-requirement
@@ -0,0 +1,30 @@
+Description: Reduces the unnecessarily high version dependency on Module::Build
+ To ease builds of this package on different distribution versions, we reduce
+ the unneccessarily high version dependency on Module::Build
+Author: Carsten Wolff <carsten at wolffcarsten.de>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-14
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=86137
+
+--- libdate-manip-perl-6.39.orig/META.json
++++ libdate-manip-perl-6.39/META.json
+@@ -21,7 +21,7 @@
+       },
+       "configure" : {
+          "requires" : {
+-            "Module::Build" : "0.39"
++            "Module::Build" : "0.34"
+          }
+       },
+       "runtime" : {
+--- libdate-manip-perl-6.39.orig/META.yml
++++ libdate-manip-perl-6.39/META.yml
+@@ -5,7 +5,7 @@ author:
+ build_requires:
+   Test::Inter: 0
+ configure_requires:
+-  Module::Build: 0.39
++  Module::Build: 0.34
+ dynamic_config: 1
+ generated_by: 'Module::Build version 0.3901, CPAN::Meta::Converter version 2.120921'
+ license: perl
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..afe77b0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-module-build-requirement

-- 
Debian packaging of libdate-manip-perl



More information about the Pkg-perl-cvs-commits mailing list