[med-svn] r22763 - in trunk/packages/biosquid/trunk/debian: . patches
Sascha Steinbiss
satta at moszumanska.debian.org
Sat Sep 10 08:37:53 UTC 2016
Author: satta
Date: 2016-09-10 08:37:52 +0000 (Sat, 10 Sep 2016)
New Revision: 22763
Added:
trunk/packages/biosquid/trunk/debian/patches/perl-testsuite-inc.patch
Modified:
trunk/packages/biosquid/trunk/debian/changelog
trunk/packages/biosquid/trunk/debian/patches/series
Log:
fix failing autopkgtest
Modified: trunk/packages/biosquid/trunk/debian/changelog
===================================================================
--- trunk/packages/biosquid/trunk/debian/changelog 2016-09-09 13:52:28 UTC (rev 22762)
+++ trunk/packages/biosquid/trunk/debian/changelog 2016-09-10 08:37:52 UTC (rev 22763)
@@ -1,3 +1,11 @@
+biosquid (1.9g+cvs20050121-7) unstable; urgency=medium
+
+ * Team upload.
+ * Fix failing autopkgtest.
+ - Make sure testsuite.pm is in @INC.
+
+ -- Sascha Steinbiss <satta at debian.org> Fri, 09 Sep 2016 23:11:51 +0000
+
biosquid (1.9g+cvs20050121-6) unstable; urgency=medium
* Team upload.
Added: trunk/packages/biosquid/trunk/debian/patches/perl-testsuite-inc.patch
===================================================================
--- trunk/packages/biosquid/trunk/debian/patches/perl-testsuite-inc.patch (rev 0)
+++ trunk/packages/biosquid/trunk/debian/patches/perl-testsuite-inc.patch 2016-09-10 08:37:52 UTC (rev 22763)
@@ -0,0 +1,78 @@
+Description: add local directory to Perl lib search path
+ '.' was removed from Perl's default @INC by https://bugs.debian.org/588017,
+ breaking the testsuite here. This patch reintroduces the current directory
+ explicitly.
+Author: Sascha Steinbiss <satta at debian.org>
+--- a/Testsuite/bug-1-sfetch-paths
++++ b/Testsuite/bug-1-sfetch-paths
+@@ -6,6 +6,7 @@
+ # Reported by Zhirong.
+ # SRE, Wed Mar 6 21:07:47 2002
+
++use lib '.';
+ use testsuite;
+
+ testsuite::description("bug-1-sfetch-path", "sfetch/SSI path bug");
+--- a/Testsuite/x-base-afetch
++++ b/Testsuite/x-base-afetch
+@@ -1,5 +1,6 @@
+ #! /usr/bin/perl
+
++use lib '.';
+ use testsuite;
+
+ testsuite::description("x-base-afetch", "basic tests of afetch");
+--- a/Testsuite/x-base-alistat
++++ b/Testsuite/x-base-alistat
+@@ -1,5 +1,6 @@
+ #! /usr/bin/perl
+
++use lib '.';
+ use testsuite;
+
+ testsuite::description("x-base-alistat", "basic tests of alistat");
+--- a/Testsuite/x-base-seqstat
++++ b/Testsuite/x-base-seqstat
+@@ -1,5 +1,6 @@
+ #! /usr/bin/perl
+
++use lib '.';
+ use testsuite;
+
+ testsuite::description("x-base-seqstat", "basic tests of seqstat");
+--- a/Testsuite/x-base-sfetch
++++ b/Testsuite/x-base-sfetch
+@@ -1,5 +1,6 @@
+ #! /usr/bin/perl
+
++use lib '.';
+ use testsuite;
+
+ testsuite::description("x-base-sfetch", "basic tests of sfetch");
+--- a/Testsuite/x-base-shuffle
++++ b/Testsuite/x-base-shuffle
+@@ -1,5 +1,6 @@
+ #! /usr/bin/perl
+
++use lib '.';
+ use testsuite;
+
+ testsuite::description("x-base-shuffle", "basic tests of shuffle");
+--- a/Testsuite/x-base-sindex
++++ b/Testsuite/x-base-sindex
+@@ -1,5 +1,6 @@
+ #! /usr/bin/perl
+
++use lib '.';
+ use testsuite;
+
+ testsuite::description("x-base-sindex", "basic tests of sindex");
+--- a/Testsuite/x-base-sreformat
++++ b/Testsuite/x-base-sreformat
+@@ -1,5 +1,6 @@
+ #! /usr/bin/perl
+
++use lib '.';
+ use testsuite;
+
+ testsuite::description("x-base-sreformat", "basic tests of sreformat");
Modified: trunk/packages/biosquid/trunk/debian/patches/series
===================================================================
--- trunk/packages/biosquid/trunk/debian/patches/series 2016-09-09 13:52:28 UTC (rev 22762)
+++ trunk/packages/biosquid/trunk/debian/patches/series 2016-09-10 08:37:52 UTC (rev 22763)
@@ -9,3 +9,4 @@
sreformat.man.patch
getopt-segmentation-fault.patch
reproducible.patch
+perl-testsuite-inc.patch
More information about the debian-med-commit
mailing list