[libsys-cpuload-perl] 04/19: Imported Debian patch 0.03-7.1

gregor herrmann gregoa at debian.org
Tue Dec 15 18:40:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsys-cpuload-perl.

commit d99a9a4814b15c3c792900e446bc4985569140bf
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Dec 10 20:03:24 2015 +0100

    Imported Debian patch 0.03-7.1
---
 debian/changelog | 9 +++++++++
 debian/rules     | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d9b0083..65ab61a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libsys-cpuload-perl (0.03-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)":
+    use DESTDIR instead of PREFIX in debian/rules.
+    (Closes: #807422)
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 10 Dec 2015 20:03:24 +0100
+
 libsys-cpuload-perl (0.03-7) unstable; urgency=medium
 
   * debian/dir removed to fix empty /usr/lib/perl5 directory closes: Bug#757833
diff --git a/debian/rules b/debian/rules
index 7255fd2..4d9b81f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ install: build
 	dh_installdirs
 
 	# Add here commands to install the package into debian/tmp
-	$(MAKE) PREFIX=$(CURDIR)/debian/libsys-cpuload-perl/usr install
+	$(MAKE) DESTDIR=$(CURDIR)/debian/libsys-cpuload-perl install
 
 # Build architecture-independent files here.
 binary-indep: build install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsys-cpuload-perl.git



More information about the Pkg-perl-cvs-commits mailing list