[Pkg-cli-libs-commits] [SCM] mono-zeroconf branch, master, updated. debian/0.9.0-1-7-g82d903d
Jo Shields
directhex at apebox.org
Tue Dec 8 13:17:16 UTC 2009
The following commit has been merged in the master branch:
commit ba5926d46dc82410aebce71e67bec378c6077a6a
Author: Jo Shields <directhex at apebox.org>
Date: Tue Dec 8 12:19:35 2009 +0000
* debian/control,
debian/rules:
+ Use mono-csc from mono-devel 2.4.2.3
diff --git a/debian/changelog b/debian/changelog
index 3f7197a..b04a057 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mono-zeroconf (0.9.0-2) UNRELEASED; urgency=low
+
+ * debian/control,
+ debian/rules:
+ + Use mono-csc from mono-devel 2.4.2.3
+
+ -- Jo Shields <directhex at apebox.org> Tue, 08 Dec 2009 12:18:34 +0000
+
mono-zeroconf (0.9.0-1) unstable; urgency=low
[ Jo Shields ]
diff --git a/debian/control b/debian/control
index 9dee617..94dc555 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org
Uploaders: Sebastian Dröge <slomo at debian.org>
Build-Depends: debhelper (>= 7), dpatch
Build-Depends-Indep: cli-common-dev (>= 0.5.7),
- mono-devel (>= 2.0.1),
+ mono-devel (>= 2.4.2.3),
libmono-system2.0-cil,
libmono-system-web2.0-cil,
monodoc-base (>= 2.0),
diff --git a/debian/rules b/debian/rules
index def8c81..e7eb0a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ include /usr/share/cli-common/cli.make
build: build-stamp
build-stamp: $(DPATCH_STAMPFN)
dh build --before dh_auto_configure
- dh_auto_configure -- MCS=/usr/bin/csc --prefix=/usr --disable-mdnsresponder
+ dh_auto_configure -- MCS=/usr/bin/mono-csc --prefix=/usr --disable-mdnsresponder
dh build --after dh_auto_configure
touch $@
--
mono-zeroconf
More information about the Pkg-cli-libs-commits
mailing list