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

gregoa pushed a commit to branch master
in repository libstring-shellquote-perl.

commit e73196fa53e07dfce559d5e34bdd2ffab768bf07
Author: gregor herrmann <[email protected]>
Date:   Wed Aug 26 18:20:18 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 0ea5144..02b9de1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libstring-shellquote-perl (1.03-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)":
+    use DESTDIR in debian/rules.
+    (Closes: #795631)
+
+ -- gregor herrmann <[email protected]>  Wed, 26 Aug 2015 18:20:18 +0200
+
 libstring-shellquote-perl (1.03-1) unstable; urgency=low
 
   * New upstream release (only change is addition of shell-quote script).
diff --git a/debian/rules b/debian/rules
index 587b663..9d91e06 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/libstring-shellquote-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to