--- dbix-easy-perl-0.17.orig/debian/changelog +++ dbix-easy-perl-0.17/debian/changelog @@ -1,3 +1,12 @@ +dbix-easy-perl (0.17-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)": + use DESTDIR in debian/rules. + (Closes: #792376) + + -- gregor herrmann Wed, 26 Aug 2015 13:48:35 +0200 + dbix-easy-perl (0.17-1) unstable; urgency=low * New upstream version --- dbix-easy-perl-0.17.orig/debian/rules +++ dbix-easy-perl-0.17/debian/rules @@ -46,7 +46,7 @@ dh_installdirs # Add here commands to install the package into debian/tmp. - $(MAKE) install PREFIX=$(CURDIR)/debian/libdbix-easy-perl/usr + $(MAKE) install DESTDIR=$(CURDIR)/debian/libdbix-easy-perl for pf in Easy.pm scripts/*; do \ if [ -f $$pf ]; then \