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

Jo Shields directhex at apebox.org
Mon Jan 23 19:17:59 UTC 2012


The following commit has been merged in the master branch:
commit 5afc538f0fc105a3592f373534e2cb7948766ef0
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Jan 23 18:23:16 2012 +0000

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

diff --git a/debian/rules b/debian/rules
index 4cbaa3d..2d66d70 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 @@ get-orig-source:
 		--repack
 
 %:
-	dh $@
+	dh $@ --with cli
 
 .PHONY: get-orig-source

-- 
mono-uia



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