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

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit de3593f5c2ea1171d15e2f934c4530339028b6c0
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Aug 8 16:26:10 2015 +0200

    Hardcode build system in debian/rules as "Makefile"
    
    This should make it safe gainst future debhelper changes.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index db9fa7b..5d7e71f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ pkg-perl-tools (0.22) UNRELEASED; urgency=medium
   * Try to fool autodep8 into thinking it's a EU::MM based test suite.
     + Add no-op Makefile.PL. debhelper doesn't seem to be fooled by that,
       probably because a Makefile already exists.
+    + Hardcode build system in debian/rules as "Makefile" anyway to be
+      safe against future debhelper changes.
 
  -- gregor herrmann <gre...@debian.org>  Mon, 27 Jul 2015 22:55:49 +0200
 
diff --git a/debian/rules b/debian/rules
index 9772d32..58914da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 APT=$(CURDIR)/debian/pkg-perl-autopkgtest/usr/share/pkg-perl-autopkgtest
 
 %:
-       dh $@ 
+       dh $@ --buildsystem=makefile
 
 override_dh_fixperms:
        dh_fixperms

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

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

Reply via email to