[libconfig-model-perl] 04/05: added patch to cleanup YAML::Any version from META.* and Build.PL

dod at debian.org dod at debian.org
Mon Jun 30 12:17:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-perl.

commit 3478705726e6b8d195b7ef1a37a0737b9d7cdebd
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Jun 30 13:19:50 2014 +0200

    added patch to cleanup YAML::Any version from META.* and Build.PL
---
 debian/patches/cleanup-yaml-version | 63 +++++++++++++++++++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 64 insertions(+)

diff --git a/debian/patches/cleanup-yaml-version b/debian/patches/cleanup-yaml-version
new file mode 100644
index 0000000..6f8fdad
--- /dev/null
+++ b/debian/patches/cleanup-yaml-version
@@ -0,0 +1,63 @@
+Description: Cleanup yaml version
+ Cleanup YAML::Any version req from Perl build files.
+Author: dod
+Applied-Upstream: yes
+--- a/Build.PL
++++ b/Build.PL
+@@ -82,14 +82,14 @@
+     'Test::Memory::Cycle' => '0',
+     'Test::More' => '0',
+     'Test::Warn' => '0.11',
+-    'YAML::Any' => '0.303'
++    'YAML::Any' => '0'
+   },
+   'configure_requires' => {
+     'Module::Build' => '0.34'
+   },
+   'recommends' => {
+     'Fuse' => '0',
+-    'YAML::Any' => '0.303'
++    'YAML::Any' => '0'
+   },
+   'requires' => {
+     'Carp' => '0',
+--- a/META.json
++++ b/META.json
+@@ -17,7 +17,7 @@
+       "build" : {
+          "requires" : {
+             "Module::Build" : "0.34",
+-            "YAML::Any" : "0.303"
++            "YAML::Any" : "0"
+          }
+       },
+       "configure" : {
+@@ -28,7 +28,7 @@
+       "runtime" : {
+          "recommends" : {
+             "Fuse" : "0",
+-            "YAML::Any" : "0.303"
++            "YAML::Any" : "0"
+          },
+          "requires" : {
+             "Carp" : "0",
+--- a/META.yml
++++ b/META.yml
+@@ -15,7 +15,7 @@
+   Test::Memory::Cycle: '0'
+   Test::More: '0'
+   Test::Warn: '0.11'
+-  YAML::Any: '0.303'
++  YAML::Any: '0'
+ configure_requires:
+   Module::Build: '0.34'
+ dynamic_config: 0
+@@ -27,7 +27,7 @@
+ name: Config-Model
+ recommends:
+   Fuse: '0'
+-  YAML::Any: '0.303'
++  YAML::Any: '0'
+ requires:
+   Carp: '0'
+   Carp::Assert::More: '0'
diff --git a/debian/patches/series b/debian/patches/series
index 1c5676b..b94e3cc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 #fix-cryptic-message
+cleanup-yaml-version
 remove-call-to-env
 add_dh_config

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-perl.git



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