[Pkg-cli-apps-commits] [SCM] monodevelop-database branch, master, updated. debian/2.8.5+dfsg-2
Jo Shields
directhex at apebox.org
Fri Jan 20 16:14:30 UTC 2012
The following commit has been merged in the master branch:
commit 234d9cb4ddca25efbb41f6c8b5ef890938f769c0
Author: Jo Shields <directhex at apebox.org>
Date: Fri Jan 20 16:10:41 2012 +0000
Correct order of parameters to dh
diff --git a/debian/rules b/debian/rules
index 0f55438..b5f81f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,6 +51,6 @@ get-orig-source:
rm -r $(DEB_SOURCE_NAME)-$(VERSION)
%:
- dh --with autoreconf $@
+ dh $@ --with autoreconf
.PHONY: get-orig-source
--
monodevelop-database
More information about the Pkg-cli-apps-commits
mailing list