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 <gre...@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

_______________________________________________
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