Control: tag -1 + patch

On Tue, 27 Jun 2017 11:49:51 +0100, Dominic Hargreaves wrote:

> Doing so now. Maintainers, the upstream issue at
> 
> https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/305
> 
> has some useful suggestion about how to modernise Makefile.PL et al
> to resolve this.

Here's a patch which implements the minimum workaround mentioned in
the above github issue.


Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at/ - Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Pink Floyd: Comfortably Numb
diff -Nru erlsvc-1.02/debian/changelog erlsvc-1.02/debian/changelog
--- erlsvc-1.02/debian/changelog	2015-08-21 15:19:13.000000000 +0200
+++ erlsvc-1.02/debian/changelog	2017-06-30 01:18:27.000000000 +0200
@@ -1,3 +1,12 @@
+erlsvc (1.02-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with perl 5.26 (Extutils::MakeMaker compatibility)":
+    add patch for compatibility with current ExtUtils::MakeMaker.
+    (Closes: #865898)
+
+ -- gregor herrmann <gre...@debian.org>  Fri, 30 Jun 2017 01:18:27 +0200
+
 erlsvc (1.02-2) unstable; urgency=medium
 
   * Add homepage and repository URLs
diff -Nru erlsvc-1.02/debian/patches/perl-5.26.patch erlsvc-1.02/debian/patches/perl-5.26.patch
--- erlsvc-1.02/debian/patches/perl-5.26.patch	1970-01-01 01:00:00.000000000 +0100
+++ erlsvc-1.02/debian/patches/perl-5.26.patch	2017-06-30 01:18:27.000000000 +0200
@@ -0,0 +1,18 @@
+Description: fix share/Makefile.PL to work with current EU::MM
+Origin: vendor
+Bug: https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/305
+Bug-Debian: https://bugs.debian.org/865898
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2017-06-30
+
+--- a/share/Makefile.PL
++++ b/share/Makefile.PL
+@@ -24,6 +24,8 @@
+ 
+ test:
+ 
++test_dynamic:
++
+ clean:
+ 	-rm -f \$(BEAM)
+ 
diff -Nru erlsvc-1.02/debian/patches/series erlsvc-1.02/debian/patches/series
--- erlsvc-1.02/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ erlsvc-1.02/debian/patches/series	2017-06-30 01:18:27.000000000 +0200
@@ -0,0 +1 @@
+perl-5.26.patch

Attachment: signature.asc
Description: Digital Signature

Reply via email to