[Pkg-nagios-changes] [pkg-icinga-web] 01/01: Fix dh argument invocation order

Markus Frosch (old DM Account) lazyfrosch-guest at moszumanska.debian.org
Thu Mar 17 12:21:34 UTC 2016


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

lazyfrosch-guest pushed a commit to branch master
in repository pkg-icinga-web.

commit 94f45edd759d8edb031ce31c07b3485b9b3e9c6a
Author: Markus Frosch <lazyfrosch at debian.org>
Date:   Thu Mar 17 13:21:19 2016 +0100

    Fix dh argument invocation order
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 532c709..2ed74d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
 b := $(shell pwd)/debian
 
 %:
-	dh --buildsystem=autoconf $@
+	dh $@ --buildsystem=autoconf
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga-web.git



More information about the Pkg-nagios-changes mailing list