Control: tags 835206 + pending

Dear maintainer,

I've prepared an NMU for munin (versioned as 2.0.25-2.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Ben Weaver: 40 Watt Bulb
diff -Nru munin-2.0.25/debian/changelog munin-2.0.25/debian/changelog
--- munin-2.0.25/debian/changelog	2015-08-30 10:07:44.000000000 +0200
+++ munin-2.0.25/debian/changelog	2016-08-31 21:19:25.000000000 +0200
@@ -1,3 +1,12 @@
+munin (2.0.25-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with '.' removed from perl's @INC":
+    add patch from Dominic Hargreaves to call perl with "-I.".
+    (Closes: #835206)
+
+ -- gregor herrmann <gre...@debian.org>  Wed, 31 Aug 2016 21:19:25 +0200
+
 munin (2.0.25-2) unstable; urgency=medium
 
   [ Holger Levsen ]
diff -Nru munin-2.0.25/debian/patches/0001-Pass-I.-to-Build-so-that-it-will-work-without-.-in-I.patch munin-2.0.25/debian/patches/0001-Pass-I.-to-Build-so-that-it-will-work-without-.-in-I.patch
--- munin-2.0.25/debian/patches/0001-Pass-I.-to-Build-so-that-it-will-work-without-.-in-I.patch	1970-01-01 01:00:00.000000000 +0100
+++ munin-2.0.25/debian/patches/0001-Pass-I.-to-Build-so-that-it-will-work-without-.-in-I.patch	2016-08-31 21:14:41.000000000 +0200
@@ -0,0 +1,25 @@
+From 8fde7928f0d883adf8f27b0958d0e452a0bd57a1 Mon Sep 17 00:00:00 2001
+From: Dominic Hargreaves <d...@earth.li>
+Date: Tue, 23 Aug 2016 13:07:24 +0100
+Subject: [PATCH] Pass -I. to Build.PL so that it will work without '.' in @INC
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index cdc3577..ded00b8 100644
+--- a/Makefile
++++ b/Makefile
+@@ -449,7 +449,7 @@ t/install:
+ 
+ # This builds */Build from Build.PL
+ %/Build: %/Build.PL
+-	cd $* && $(PERL) Build.PL
++	cd $* && $(PERL) -I. Build.PL
+ 
+ build-%: %/Build
+ 	cd $* && $(PERL) Build
+-- 
+2.1.4
+
diff -Nru munin-2.0.25/debian/patches/series munin-2.0.25/debian/patches/series
--- munin-2.0.25/debian/patches/series	2015-08-30 10:07:44.000000000 +0200
+++ munin-2.0.25/debian/patches/series	2016-08-31 21:17:17.000000000 +0200
@@ -1 +1,2 @@
 0001-http_loadtime-plugin-Fix-several-bugs.patch
+0001-Pass-I.-to-Build-so-that-it-will-work-without-.-in-I.patch

Attachment: signature.asc
Description: Digital Signature

Reply via email to