This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libproc-waitstat-perl.
commit 3ddc9719feb1f7ef8952a8307b8eaf10cd745ba3 Author: gregor herrmann <[email protected]> Date: Wed Aug 26 18:33:51 2015 +0200 Import Debian changes 1.00-4.1 libproc-waitstat-perl (1.00-4.1) unstable; urgency=medium * Non-maintainer upload. * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)": use DESTDIR in debian/rules. (Closes: #795635) --- debian/changelog | 9 +++++++++ debian/rules | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2802308..73073ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libproc-waitstat-perl (1.00-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)": + use DESTDIR in debian/rules. + (Closes: #795635) + + -- gregor herrmann <[email protected]> Wed, 26 Aug 2015 18:33:51 +0200 + libproc-waitstat-perl (1.00-4) unstable; urgency=low * Drop /usr/doc symlink by rebuilding with newer debhelper (closes: #359460). diff --git a/debian/rules b/debian/rules index 07fa24d..372cc71 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ $(stamp_install): $(stamp_build) 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 $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libproc-waitstat-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
