[Pkg-cli-libs-commits] [SCM] mono-addins branch, master,	updated. debian/0.6.2-2
    Jo Shields 
    directhex at apebox.org
       
    Mon Jan 23 01:14:42 UTC 2012
    
    
  
The following commit has been merged in the master branch:
commit 187e884cea63513eefd000736d839ad60bbcbca1
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Jan 23 01:05:02 2012 +0000
    Correct order of dh arguments
diff --git a/debian/rules b/debian/rules
index c9eee55..c5319a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,4 +39,4 @@ get-orig-source:
 		--repack
 
 %:
-	dh --with autoreconf $@
+	dh $@ --with autoreconf
-- 
mono-addins
    
    
More information about the Pkg-cli-libs-commits
mailing list