Commit 02f2b09f authored by Niko Tyni's avatar Niko Tyni
Browse files

Temporarily skip GDBM_File fatal.t for gdbm >= 1.15 compatibility.

(Closes: #904005)
parents 4e9b2103 71759929
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# see git-dpm(1) from git-dpm package
e4c40591c921824487c898c26d46d14f3031bf2f
e4c40591c921824487c898c26d46d14f3031bf2f
7175992928cafb16ad34b6481422df6b5a9fa665
7175992928cafb16ad34b6481422df6b5a9fa665
d52c16c895e36cac08d4a52e8ce89697f482b9ec
d52c16c895e36cac08d4a52e8ce89697f482b9ec
perl_5.26.2.orig.tar.xz
+2 −1
Original line number Diff line number Diff line
perl (5.26.2-7) UNRELEASED; urgency=medium

  * 
  * Temporarily skip GDBM_File fatal.t for gdbm >= 1.15 compatibility.
    (Closes: #904005)

 -- Niko Tyni <ntyni@debian.org>  Sun, 12 Aug 2018 11:20:44 +0300

+3 −3
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Bug-Debian: https://bugs.debian.org/762638
 3 files changed, 25 insertions(+), 19 deletions(-)

diff --git a/Configure b/Configure
index bdcfaf17ef..47e2d3d4ed 100755
index bdcfaf17e..47e2d3d4e 100755
--- a/Configure
+++ b/Configure
@@ -1497,8 +1497,7 @@ archname=''
@@ -55,7 +55,7 @@ index bdcfaf17ef..47e2d3d4ed 100755
 	    perllibs="$*"
 	    ;;
diff --git a/config_h.SH b/config_h.SH
index e9b144f02b..a294c29cb0 100755
index e9b144f02..a294c29cb 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -571,6 +571,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
@@ -87,7 +87,7 @@ index e9b144f02b..a294c29cb0 100755
  *	This symbol, if defined, indicates that the strerror routine is
  *	available to translate error numbers to strings. See the writeup
diff --git a/uconfig.h b/uconfig.h
index 6832f6f73d..a5cd2dd44e 100644
index 6832f6f73..a5cd2dd44 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -536,6 +536,13 @@
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ Patch-Name: debian/cpan-missing-site-dirs.diff
 1 file changed, 27 insertions(+), 4 deletions(-)

diff --git a/cpan/CPAN/lib/CPAN/FirstTime.pm b/cpan/CPAN/lib/CPAN/FirstTime.pm
index 3ccaeecfee..05d89109e0 100644
index 3ccaeecfe..05d89109e 100644
--- a/cpan/CPAN/lib/CPAN/FirstTime.pm
+++ b/cpan/CPAN/lib/CPAN/FirstTime.pm
@@ -2067,11 +2067,34 @@ sub _print_urllist {
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Patch-Name: debian/cpan_definstalldirs.diff
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpan/CPAN/lib/CPAN/FirstTime.pm b/cpan/CPAN/lib/CPAN/FirstTime.pm
index 531c1152a8..3ccaeecfee 100644
index 531c1152a..3ccaeecfe 100644
--- a/cpan/CPAN/lib/CPAN/FirstTime.pm
+++ b/cpan/CPAN/lib/CPAN/FirstTime.pm
@@ -1033,7 +1033,7 @@ sub init {
Loading