[libnet-rendezvous-publish-perl] 05/06: rules: drop --buildsystem argument from dh call

Damyan Ivanov dmn at moszumanska.debian.org
Tue Jun 9 14:10:35 UTC 2015


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

dmn pushed a commit to branch master
in repository libnet-rendezvous-publish-perl.

commit b60652c140e4e064be33b0911f7d8275f7a435ab
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Jun 9 14:08:26 2015 +0000

    rules: drop --buildsystem argument from dh call
    
    1. it should be after $@, not before it
    2. it is no longer needed with compat level 8
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 1a102ba..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --buildsystem=perl_build $@
+	dh $@

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



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