[liberror-perl] 08/28: Imported Debian patch 0.17-1.2
gregor herrmann
gregoa at debian.org
Sun Jul 17 14:55:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository liberror-perl.
commit f2e3b68a8d74abb833f987cf0cc1b52eb7e8813a
Author: gregor herrmann <gregoa at debian.org>
Date: Wed Aug 26 17:14:37 2015 +0200
Imported Debian patch 0.17-1.2
---
debian/changelog | 9 +++++++++
debian/rules | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5e960b2..ced70f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+liberror-perl (0.17-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)":
+ use DESTDIR in debian/rules.
+ (Closes: #793529)
+
+ -- gregor herrmann <gregoa at debian.org> Wed, 26 Aug 2015 17:14:37 +0200
+
liberror-perl (0.17-1.1) unstable; urgency=low
* Non-maintainer upload.
diff --git a/debian/rules b/debian/rules
index 00805ba..d5b3ea6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ install-stamp: build
dh_testroot
dh_clean -k
dh_installdirs
- $(MAKE) install PREFIX=$(CURDIR)/$(TMP_DIR)/usr
+ $(MAKE) install DESTDIR=$(CURDIR)/$(TMP_DIR)
touch install-stamp
binary-indep: build install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liberror-perl.git
More information about the Pkg-perl-cvs-commits
mailing list