[libpadre-plugin-yaml-perl] 05/07: add a patch dropping version requirement for 'parent'

Damyan Ivanov dmn at alioth.debian.org
Sun Oct 20 18:15:31 UTC 2013


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

dmn pushed a commit to branch master
in repository libpadre-plugin-yaml-perl.

commit fda883fc32540d6e9e5460b8724beb80e4b2d107
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sun Oct 20 17:58:51 2013 +0000

    add a patch dropping version requirement for 'parent'
---
 debian/patches/drop-parent-ver-dep.patch |   20 ++++++++++++++++++++
 debian/patches/series                    |    1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/drop-parent-ver-dep.patch b/debian/patches/drop-parent-ver-dep.patch
new file mode 100644
index 0000000..a772964
--- /dev/null
+++ b/debian/patches/drop-parent-ver-dep.patch
@@ -0,0 +1,20 @@
+Description: parent version requirement in 01-compile.t too tight
+ Perhaps I am erring on the other side here, but removing the version
+ requirement completely is easier than testing what exactly is the usage of
+ parent and which version exactly introoduces it (assuming there is indeed some
+ special usage).
+ This is the reason the patch is not forwarded upstream.
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: no
+
+--- a/t/01-compile.t
++++ b/t/01-compile.t
+@@ -19,7 +19,7 @@ BEGIN {
+ 		use_ok('YAML::XS', '0.41');
+ 	}
+ 	use_ok('constant', '1.27');
+-	use_ok('parent',   '0.228');
++	use_ok('parent');
+ }
+ 
+ done_testing();
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1864583
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+drop-parent-ver-dep.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpadre-plugin-yaml-perl.git



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