Control: tags 792373 + patch
Control: tags 792373 + pending

Dear maintainer,

I've prepared an NMU for cgi-extratags-perl (versioned as 0.03-1.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards,
Dominic.
only in patch2:
unchanged:
--- cgi-extratags-perl-0.03.orig/debian/changelog
+++ cgi-extratags-perl-0.03/debian/changelog
@@ -1,3 +1,11 @@
+cgi-extratags-perl (0.03-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use DESTDIR rather than PREFIX; fixes FTBFS with perl 5.22
+    (Closes: #792373)
+
+ -- Dominic Hargreaves <d...@earth.li>  Thu, 20 Aug 2015 22:45:36 +0200
+
 cgi-extratags-perl (0.03-1) unstable; urgency=low
 
   * New upstream release
only in patch2:
unchanged:
--- cgi-extratags-perl-0.03.orig/debian/control
+++ cgi-extratags-perl-0.03/debian/control
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Stefan Hornburg (Racke) <ra...@linuxia.de>
 Standards-Version: 3.5.6
-Build-Depends-Indep: debhelper
+Build-Depends-Indep: perl
+Build-Depends: debhelper
 
 Package: libcgi-extratags-perl
 Architecture: all
only in patch2:
unchanged:
--- cgi-extratags-perl-0.03.orig/debian/rules
+++ cgi-extratags-perl-0.03/debian/rules
@@ -43,7 +43,7 @@
 
 # Add here commands to install the package into debian/tmp.
 	if grep ^install_vendor Makefile; then \
-		$(MAKE) install PREFIX=$(TMP)/usr; \
+		$(MAKE) install DESTDIR=$(TMP); \
 	else \
 		$(MAKE) pure_install DESTDIR=$(TMP); \
 	fi

Reply via email to