[libtext-affixes-perl] 11/12: debian/rules: explicitly set perl_build buildsystem.

gregor herrmann gregoa at debian.org
Sun Nov 1 18:08:28 UTC 2015


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

gregoa pushed a commit to branch master
in repository libtext-affixes-perl.

commit a123a062daa1ed407c33ba756dfcdb7879e3795d
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Nov 1 19:06:05 2015 +0100

    debian/rules: explicitly set perl_build buildsystem.
    
    The spurious Makefile confused dh(1).
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..6d78f2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	# there's a stray ./Makefile which confused dh
+	dh $@ --buildsystem=perl_build

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



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