[libtime-period-perl] 05/06: Import Debian changes 1.20-8.1

gregor herrmann gregoa at debian.org
Fri Aug 4 16:29:41 UTC 2017


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

gregoa pushed a commit to branch master
in repository libtime-period-perl.

commit 60f606d57a3169c2edfa2f3aa3efaa7c09eb2cca
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Aug 26 18:30:51 2015 +0200

    Import Debian changes 1.20-8.1
    
    libtime-period-perl (1.20-8.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)":
        use DESTDIR in debian/rules.
        (Closes: #795634)
---
 debian/changelog | 9 +++++++++
 debian/rules     | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 789726e..212cdac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libtime-period-perl (1.20-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)":
+    use DESTDIR in debian/rules.
+    (Closes: #795634)
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 26 Aug 2015 18:30:51 +0200
+
 libtime-period-perl (1.20-8) unstable; urgency=low
 
   * Drop /usr/doc symlink by rebuilding with newer debhelper (closes: #359529).
diff --git a/debian/rules b/debian/rules
index 1e727ea..f140bd0 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/libtime-period-perl.git



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