[Pkg-cli-libs-commits] [SCM] zeitgeist-sharp branch, master, updated. debian/0.1.1.0-2-8-g26c3d53
Manish Sinha
manishsinha at ubuntu.com
Tue Jun 14 15:46:48 UTC 2011
The following commit has been merged in the master branch:
commit 26c3d536137c0a53bd18e434ec12e9d6ddbe9b45
Author: Manish Sinha <manishsinha at ubuntu.com>
Date: Tue Jun 14 21:15:37 2011 +0530
Added zeitgeist-core as dependencies and overridden GMCS
* Added zeitgeist-core >=0.8.0 in In-Dependends section
* Updated rules to pass GMCS=/usr/bin/mono-csc
diff --git a/debian/control b/debian/control
index 5019b54..002345c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 7.0.50),
cli-common-dev (>= 0.5.7)
Build-Depends-Indep: mono-devel (>= 2.4.3),
mono-xbuild,
+ zeitgeist-engine (>=0.8.0),
libdbus1.0-cil-dev,
libdbus-glib1.0-cil-dev,
libglib2.0-cil-dev,
diff --git a/debian/rules b/debian/rules
index 782949b..0d2154d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,3 +19,7 @@ override_dh_auto_build:
override_dh_makeclilibs:
dh_makeclilibs -V
+
+override_dh_auto_configure:
+ dh_auto_configure -- GMCS=/usr/bin/mono-csc
+
--
zeitgeist-sharp
More information about the Pkg-cli-libs-commits
mailing list