[libpadre-plugin-git-perl] 08/11: replace skip-dep-test patch with lower-test-version-reqs.patch

Damyan Ivanov dmn at alioth.debian.org
Sun Oct 20 09:58:20 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-git-perl.

commit 100a5bdff764587965bb7cf50611c1da66ad0c40
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sun Oct 20 09:48:26 2013 +0000

    replace skip-dep-test patch with lower-test-version-reqs.patch
    
    some version requirements are just too high
    we can make the tests pass by removing the versions
---
 debian/patches/lower-test-version-reqs.patch |   25 +++++++++++++++++++++++++
 debian/patches/series                        |    2 +-
 debian/patches/skip-dep-test                 |   15 ---------------
 3 files changed, 26 insertions(+), 16 deletions(-)

diff --git a/debian/patches/lower-test-version-reqs.patch b/debian/patches/lower-test-version-reqs.patch
new file mode 100644
index 0000000..7fdadd0
--- /dev/null
+++ b/debian/patches/lower-test-version-reqs.patch
@@ -0,0 +1,25 @@
+Description: lower version requirements
+ Some of the versions are not really needed
+Forwarded: no
+Author: Damyan Ivanov <dmn at debian.org>
+
+--- a/t/01-compile.t
++++ b/t/01-compile.t
+@@ -12,7 +12,7 @@ use Test::More tests => 14;
+ BEGIN {
+ 	use_ok('Padre::Plugin::Git', '0.11');
+ 	use_ok('CPAN::Changes',      '0.23');
+-	use_ok('Carp',               '1.32');
++	use_ok('Carp');
+ 	use_ok('File::Slurp',        '9999.19');
+ 	use_ok('File::Spec',         '3.4');
+ 	use_ok('File::Which',        '1.09');
+@@ -20,7 +20,7 @@ BEGIN {
+ 	use_ok('Pithub',             '0.0102');
+ 	use_ok('Try::Tiny',          '0.18');
+ 	use_ok('constant',           '1.27');
+-	use_ok('parent',             '0.227');
++	use_ok('parent',);
+ 	use_ok('Test::Deep',         '0.108');
+ 	use_ok('Test::More',         '0.98');
+ 	use_ok('Test::Requires',     '0.07');
diff --git a/debian/patches/series b/debian/patches/series
index aeb1c24..b87947f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-skip-dep-test
+lower-test-version-reqs.patch
diff --git a/debian/patches/skip-dep-test b/debian/patches/skip-dep-test
deleted file mode 100644
index ad06e4c..0000000
--- a/debian/patches/skip-dep-test
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Skip dep test
- Upstream tests are too strict wrt dependencies. Skip them
-Forwarded: NA
-Author: dod
---- a/t/01-compile.t
-+++ b/t/01-compile.t
-@@ -1,7 +1,7 @@
- #!/usr/bin/perl
- 
- use strict;
--use Test::More tests => 12;
-+use Test::More skip_all => 'upstreams dependencies are too strict';
- 
- use_ok('Padre::Plugin::Git');
- 

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



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