[libconfig-model-perl] 02/03: removed obsolete cleanup-yaml-version patch

dod at debian.org dod at debian.org
Mon Sep 8 16:53:33 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 1100b743b49332eedc29d2a79045fb40949589f6
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Sep 8 18:43:01 2014 +0200

    removed obsolete cleanup-yaml-version patch
---
 debian/patches/cleanup-yaml-version | 63 -------------------------------------
 debian/patches/series               |  1 -
 2 files changed, 64 deletions(-)

diff --git a/debian/patches/cleanup-yaml-version b/debian/patches/cleanup-yaml-version
deleted file mode 100644
index 6f8fdad..0000000
--- a/debian/patches/cleanup-yaml-version
+++ /dev/null
@@ -1,63 +0,0 @@
-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 b94e3cc..1c5676b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 #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