Control: tags 795626 + patch Control: tags 795626 + pending Dear maintainer,
I've prepared an NMU for makepatch (versioned as 2.03-1.1) 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: Zueriwest: Zorro
diff -u makepatch-2.03/debian/changelog makepatch-2.03/debian/changelog --- makepatch-2.03/debian/changelog +++ makepatch-2.03/debian/changelog @@ -1,3 +1,12 @@ +makepatch (2.03-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)": + use DESTDIR in debian/rules. + (Closes: #795626) + + -- gregor herrmann <[email protected]> Wed, 26 Aug 2015 18:01:41 +0200 + makepatch (2.03-1) unstable; urgency=low * New upstream release. diff -u makepatch-2.03/debian/rules makepatch-2.03/debian/rules --- makepatch-2.03/debian/rules +++ makepatch-2.03/debian/rules @@ -27,7 +27,7 @@ dh_testroot dh_prep 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 $@
signature.asc
Description: Digital Signature

