[libpetal-utils-perl] 01/02: Add patch to remove all "use blib" usage from the test suite
Axel Beckert
abe at deuxchevaux.org
Sat Jun 6 22:56:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libpetal-utils-perl.
commit a883fa8a2975181ea40da46314070e32c59f4761
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sun Jun 7 00:53:08 2015 +0200
Add patch to remove all "use blib" usage from the test suite
---
debian/changelog | 1 +
debian/patches/series | 1 +
.../patches/use-blib-is-bad-for-autopkgtest.patch | 185 +++++++++++++++++++++
3 files changed, 187 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 3bfa4e3..dd5c571 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libpetal-utils-perl (0.06-3) UNRELEASED; urgency=low
[ Axel Beckert ]
* Mark package as autopkgtestable.
+ + Add patch to remove all "use blib" usage from the test suite.
* Declare compliance with Debian Policy 3.9.6.
* Add explicit build dependency on libmodule-build-perl.
* Remove duplicate build-dependency on perl.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..030e807
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use-blib-is-bad-for-autopkgtest.patch
diff --git a/debian/patches/use-blib-is-bad-for-autopkgtest.patch b/debian/patches/use-blib-is-bad-for-autopkgtest.patch
new file mode 100644
index 0000000..30b6d80
--- /dev/null
+++ b/debian/patches/use-blib-is-bad-for-autopkgtest.patch
@@ -0,0 +1,185 @@
+Description: Remova all "use blib" occurrences from the test suite
+ "use blib" hinders using the test suite with autopkgtest for
+ as-installed testing.
+Author: Axel Beckert <abe at debian.org>
+
+Index: libpetal-utils-perl/t/01__import.t
+===================================================================
+--- libpetal-utils-perl.orig/t/01__import.t 2015-06-07 00:37:11.606084293 +0200
++++ libpetal-utils-perl/t/01__import.t 2015-06-07 00:49:47.185508947 +0200
+@@ -4,7 +4,6 @@
+ ## Tests for Petal::Utils->import
+ ##
+
+-use blib;
+ use strict;
+ #use warnings;
+
+Index: libpetal-utils-perl/t/02__debug.t
+===================================================================
+--- libpetal-utils-perl.orig/t/02__debug.t 2015-06-07 00:37:11.606084293 +0200
++++ libpetal-utils-perl/t/02__debug.t 2015-06-07 00:49:47.185508947 +0200
+@@ -4,7 +4,6 @@
+ ## Tests for Petal::Utils :debug modifiers
+ ##
+
+-use blib;
+ use strict;
+ #use warnings;
+
+Index: libpetal-utils-perl/t/03__text.t
+===================================================================
+--- libpetal-utils-perl.orig/t/03__text.t 2015-06-07 00:37:11.606084293 +0200
++++ libpetal-utils-perl/t/03__text.t 2015-06-07 00:49:47.185508947 +0200
+@@ -4,7 +4,6 @@
+ ## Tests for Petal::Utils :text modifiers
+ ##
+
+-use blib;
+ use strict;
+ #use warnings;
+
+Index: libpetal-utils-perl/t/04__logic.t
+===================================================================
+--- libpetal-utils-perl.orig/t/04__logic.t 2015-06-07 00:37:11.606084293 +0200
++++ libpetal-utils-perl/t/04__logic.t 2015-06-07 00:49:47.185508947 +0200
+@@ -4,7 +4,6 @@
+ ## Tests for Petal::Utils :logic modifiers
+ ##
+
+-use blib;
+ use strict;
+ #use warnings;
+
+Index: libpetal-utils-perl/t/05__date.t
+===================================================================
+--- libpetal-utils-perl.orig/t/05__date.t 2015-06-07 00:37:11.606084293 +0200
++++ libpetal-utils-perl/t/05__date.t 2015-06-07 00:49:47.185508947 +0200
+@@ -4,7 +4,6 @@
+ ## Tests for Petal::Utils :date modifiers
+ ##
+
+-use blib;
+ use strict;
+ #use warnings;
+
+Index: libpetal-utils-perl/t/06__list.t
+===================================================================
+--- libpetal-utils-perl.orig/t/06__list.t 2015-06-07 00:37:11.606084293 +0200
++++ libpetal-utils-perl/t/06__list.t 2015-06-07 00:49:47.185508947 +0200
+@@ -4,7 +4,6 @@
+ ## Tests for Petal::Utils :list modifiers
+ ##
+
+-use blib;
+ use strict;
+ #use warnings;
+
+Index: libpetal-utils-perl/t/07__hash.t
+===================================================================
+--- libpetal-utils-perl.orig/t/07__hash.t 2015-06-07 00:37:11.606084293 +0200
++++ libpetal-utils-perl/t/07__hash.t 2015-06-07 00:49:47.185508947 +0200
+@@ -4,7 +4,6 @@
+ ## Tests for Petal::Utils :hash modifiers
+ ##
+
+-use blib;
+ use strict;
+ #use warnings;
+
+Index: libpetal-utils-perl/t/08__uri.t
+===================================================================
+--- libpetal-utils-perl.orig/t/08__uri.t 2015-06-07 00:37:11.606084293 +0200
++++ libpetal-utils-perl/t/08__uri.t 2015-06-07 00:49:47.185508947 +0200
+@@ -4,7 +4,6 @@
+ ## Tests for Petal::Utils :uri modifiers
+ ##
+
+-use blib;
+ use strict;
+ #use warnings;
+
+Index: libpetal-utils-perl/t/20__Base.t
+===================================================================
+--- libpetal-utils-perl.orig/t/20__Base.t 2015-06-07 00:37:11.606084293 +0200
++++ libpetal-utils-perl/t/20__Base.t 2015-06-07 00:49:47.185508947 +0200
+@@ -4,7 +4,6 @@
+ ## Tests for Petal::Utils::Base module
+ ##
+
+-use blib;
+ use strict;
+
+ use Test::More qw(no_plan);
+Index: libpetal-utils-perl/t/21__Limit.t
+===================================================================
+--- libpetal-utils-perl.orig/t/21__Limit.t 2015-06-07 00:37:11.606084293 +0200
++++ libpetal-utils-perl/t/21__Limit.t 2015-06-07 00:49:47.185508947 +0200
+@@ -4,7 +4,6 @@
+ ## Tests for Petal::Utils::Limit module
+ ##
+
+-use blib;
+ use strict;
+
+ use Test::More qw(no_plan);
+Index: libpetal-utils-perl/t/22__Limitr.t
+===================================================================
+--- libpetal-utils-perl.orig/t/22__Limitr.t 2015-06-07 00:37:11.606084293 +0200
++++ libpetal-utils-perl/t/22__Limitr.t 2015-06-07 00:49:47.185508947 +0200
+@@ -4,7 +4,6 @@
+ ## Tests for Petal::Utils::Limitr module
+ ##
+
+-use blib;
+ use strict;
+
+ use Test::More qw(no_plan);
+Index: libpetal-utils-perl/t/23__Create_Href.t
+===================================================================
+--- libpetal-utils-perl.orig/t/23__Create_Href.t 2015-06-07 00:37:11.606084293 +0200
++++ libpetal-utils-perl/t/23__Create_Href.t 2015-06-07 00:49:47.185508947 +0200
+@@ -4,7 +4,6 @@
+ ## Tests for Petal::Utils::CreateHref module
+ ##
+
+-use blib;
+ use strict;
+
+ use Test::More qw(no_plan);
+Index: libpetal-utils-perl/t/24__Substr.t
+===================================================================
+--- libpetal-utils-perl.orig/t/24__Substr.t 2015-06-07 00:37:11.606084293 +0200
++++ libpetal-utils-perl/t/24__Substr.t 2015-06-07 00:49:47.185508947 +0200
+@@ -4,7 +4,6 @@
+ ## Tests for Petal::Utils::Substr module
+ ##
+
+-use blib;
+ use strict;
+
+ use Test::More qw(no_plan);
+Index: libpetal-utils-perl/t/25__Decode.t
+===================================================================
+--- libpetal-utils-perl.orig/t/25__Decode.t 2015-06-07 00:37:11.606084293 +0200
++++ libpetal-utils-perl/t/25__Decode.t 2015-06-07 00:49:47.185508947 +0200
+@@ -4,7 +4,6 @@
+ ## Tests for Petal::Utils::Decode module
+ ##
+
+-use blib;
+ use strict;
+
+ use Test::More qw(no_plan);
+Index: libpetal-utils-perl/t/26__Printf.t
+===================================================================
+--- libpetal-utils-perl.orig/t/26__Printf.t 2015-06-07 00:37:11.606084293 +0200
++++ libpetal-utils-perl/t/26__Printf.t 2015-06-07 00:49:47.185508947 +0200
+@@ -4,7 +4,6 @@
+ ## Tests for Petal::Utils::Printf module
+ ##
+
+-use blib;
+ use strict;
+
+ use Test::More qw(no_plan);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpetal-utils-perl.git
More information about the Pkg-perl-cvs-commits
mailing list