[SCM] Debian packaging of FindBin-libs CPAN distribution branch, master, updated. debian/1.64-1-16-g114f85d

Xavier Guimard x.guimard at free.fr
Sun Mar 31 06:29:21 UTC 2013


The following commit has been merged in the master branch:
commit 2df765214e15d523ee11ce0558aad12d56ef13d3
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Mar 31 08:22:19 2013 +0200

    Add patch to change Module::Build dependency from 0.4003 to 0.4

diff --git a/debian/patches/change-module-build-dep.patch b/debian/patches/change-module-build-dep.patch
new file mode 100644
index 0000000..959d76f
--- /dev/null
+++ b/debian/patches/change-module-build-dep.patch
@@ -0,0 +1,27 @@
+Description: Change back Module::Build deps to 0.4
+Author: Xavier Guimard <x.guimard at free.fr>
+Forwarded: not-needed
+Last-Update: 2013-03-31
+
+--- a/META.json
++++ b/META.json
+@@ -16,7 +16,7 @@
+    "prereqs" : {
+       "configure" : {
+          "requires" : {
+-            "Module::Build" : "0.4003"
++            "Module::Build" : "0.4000"
+          }
+       },
+       "runtime" : {
+--- a/META.yml
++++ b/META.yml
+@@ -4,7 +4,7 @@
+   - 'Steven Lembark <lembark at wrkhors.com'
+ build_requires: {}
+ configure_requires:
+-  Module::Build: 0.4003
++  Module::Build: 0.4000
+ dynamic_config: 1
+ generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921'
+ license: perl
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..25d6681
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+change-module-build-dep.patch
+spelling-error.patch

-- 
Debian packaging of FindBin-libs CPAN distribution



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