[libparse-debianchangelog-perl] 07/18: Adjust argument ordering in debian/rules for dh compatibility level 9.

Intrigeri intrigeri at moszumanska.debian.org
Sun May 24 15:22:21 UTC 2015


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

intrigeri pushed a commit to branch master
in repository libparse-debianchangelog-perl.

commit 696585ee4a670e1ff4885e97bd85a5b01523113b
Author: intrigeri <intrigeri at debian.org>
Date:   Sun May 24 14:22:25 2015 +0000

    Adjust argument ordering in debian/rules for dh compatibility level 9.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

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



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