[Pkg-cli-libs-commits] [SCM] mono.reflection branch, master, updated. upstream/1.0+git20110407+d2343843-16-g6ff1499

Jo Shields directhex at apebox.org
Tue Aug 9 21:17:06 UTC 2011


The following commit has been merged in the master branch:
commit a812e01aef0c4adc7a358f12f5d531dd12dabbfa
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Aug 9 21:26:03 2011 +0100

    Create basic Debian rules file with DH7.

diff --git a/debian/rules b/debian/rules
new file mode 100644
index 0000000..fdb8e58
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/cli-common/cli.make
+
+override_dh_auto_build:
+	xbuild /property:Configuration=net_4_0_Release
+
+%:
+	dh $@
+

-- 
mono.reflection



More information about the Pkg-cli-libs-commits mailing list