[Pkg-mono-svn-commits] [SCM] mono-uia-winforms branch, master, updated. debian/2.1-1

Jo Shields directhex at apebox.org
Tue Jan 24 20:20:26 UTC 2012


The following commit has been merged in the master branch:
commit 087b9c16938e07dfc0f9c8183164fc620b13d7d1
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jan 24 19:45:20 2012 +0000

    Update debian/rules for DH8-compatible "--with cli"

diff --git a/debian/rules b/debian/rules
index a11e3e2..ff1165c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
-include /usr/share/cli-common/cli.make
 
 MAKEFILE = $(firstword $(MAKEFILE_LIST))
 DEBIAN_DIR = $(dir $(MAKEFILE))
@@ -23,6 +22,6 @@ override_dh_auto_configure:
 	dh_auto_configure -- --disable-tests
 
 %:
-	dh $@
+	dh $@ --with cli
 
 .PHONY: get-orig-source

-- 
mono-uia-winforms



More information about the Pkg-mono-svn-commits mailing list