Control: tags 792383 + patch
Control: tags 792383 + pending

Dear maintainer,

I've prepared an NMU for ftp-upload (versioned as 1.5+nmu1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://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: Cat Stevens: The Hurt
diff -Nru ftp-upload-1.5/debian/changelog ftp-upload-1.5+nmu1/debian/changelog
--- ftp-upload-1.5/debian/changelog	2006-03-16 15:22:16.000000000 +0100
+++ ftp-upload-1.5+nmu1/debian/changelog	2015-08-26 16:05:29.000000000 +0200
@@ -1,3 +1,12 @@
+ftp-upload (1.5+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)":
+    use DESTDIR in debian/rules.
+    (Closes: #792383)
+
+ -- gregor herrmann <gre...@debian.org>  Wed, 26 Aug 2015 16:05:19 +0200
+
 ftp-upload (1.5) unstable; urgency=low
 
   * Add --tmp-format.
diff -Nru ftp-upload-1.5/debian/rules ftp-upload-1.5+nmu1/debian/rules
--- ftp-upload-1.5/debian/rules	2001-07-31 15:22:51.000000000 +0200
+++ ftp-upload-1.5+nmu1/debian/rules	2015-08-26 16:04:07.000000000 +0200
@@ -28,7 +28,7 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	$(MAKE) install PREFIX=$(prefix)/usr
+	$(MAKE) install DESTDIR=$(prefix)
 	find $(prefix) -depth -type d -print0 | \
 	    xargs -0r rmdir --ignore-fail-on-non-empty
 	touch $@

Attachment: signature.asc
Description: Digital Signature

Reply via email to