Commit cfe6f60c authored by Dominic Hargreaves's avatar Dominic Hargreaves
Browse files

Include upstream patches fixing perl -i (Closes: #914651)

parents 5f7e621d 2bac7ee0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# see git-dpm(1) from git-dpm package
3fe0821dbabdf33c1c9852ea737ce3590407a565
3fe0821dbabdf33c1c9852ea737ce3590407a565
2bac7ee05fc43b75f9c202354698721c5fae0262
2bac7ee05fc43b75f9c202354698721c5fae0262
533cd3622b6a61a362e7538a26e25b244ca799f2
533cd3622b6a61a362e7538a26e25b244ca799f2
perl_5.28.1.orig.tar.xz
+6 −0
Original line number Diff line number Diff line
perl (5.28.1-3) UNRELEASED; urgency=medium

  * Include upstream patches fixing perl -i (Closes: #914651)

 -- Dominic Hargreaves <dom@earth.li>  Thu, 06 Dec 2018 22:37:13 +0000

perl (5.28.1-2) unstable; urgency=medium

  [ Dominic Hargreaves ]
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Patch-Name: debian/build-packaging.diff
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/t/test.pl b/t/test.pl
index 868911ce3..4d9af221b 100644
index 868911ce39..4d9af221b9 100644
--- a/t/test.pl
+++ b/t/test.pl
@@ -199,7 +199,9 @@ sub find_git_or_skip {
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Bug-Debian: https://bugs.debian.org/762638
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Configure b/Configure
index 3be9f05b7..437b8afc5 100755
index 3be9f05b7d..437b8afc57 100755
--- a/Configure
+++ b/Configure
@@ -1483,8 +1483,7 @@ archname=''
+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 cdf1dc220..bdb7899bb 100644
index cdf1dc220d..bdb7899bb9 100644
--- a/cpan/CPAN/lib/CPAN/FirstTime.pm
+++ b/cpan/CPAN/lib/CPAN/FirstTime.pm
@@ -2067,11 +2067,34 @@ sub _print_urllist {
Loading