[SCM] Packaging for padre-plugin-git branch, master, updated. debian/0.03-2-22-g2278786

Dominique Dumont dod at debian.org
Sun May 12 15:44:15 UTC 2013


The following commit has been merged in the master branch:
commit ba7f211963acb489b54b5bda5ce09f983c93e838
Author: Dominique Dumont <dod at debian.org>
Date:   Sun May 12 17:20:54 2013 +0200

    added patch to skip dependency tests

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..aeb1c24
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+skip-dep-test
diff --git a/debian/patches/skip-dep-test b/debian/patches/skip-dep-test
new file mode 100644
index 0000000..ad06e4c
--- /dev/null
+++ b/debian/patches/skip-dep-test
@@ -0,0 +1,15 @@
+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');
+ 

-- 
Packaging for padre-plugin-git



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