[Pkg-cli-libs-commits] [SCM] gdata-sharp branch, master, updated. debian/1.4.0.2-2-1-g09bf1eb

Chow Loong Jin hyperair at gmail.com
Mon Oct 19 05:37:24 UTC 2009


The following commit has been merged in the master branch:
commit 09bf1ebe4881ee258b4282aee3931b9eb5ca1cd0
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Mon Oct 19 13:36:45 2009 +0800

    csc => mono-csc
    
    * debian/rules, control:
      + Use mono-csc instead of csc
      + Bump mono-devel to 2.4.2 for mono-csc

diff --git a/debian/changelog b/debian/changelog
index 4688c73..ceff04d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gdata-sharp (1.4.0.2-3) UNRELEASED; urgency=low
+
+  * debian/rules, control:
+    + Use mono-csc instead of csc
+    + Bump mono-devel to 2.4.2 for mono-csc
+
+ -- Chow Loong Jin <hyperair at ubuntu.com>  Mon, 19 Oct 2009 13:35:46 +0800
+
 gdata-sharp (1.4.0.2-2) unstable; urgency=low
 
   [ Chow Loong Jin ]
diff --git a/debian/control b/debian/control
index e65f77c..bb5ae36 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Chow Loong Jin <hyperair at gmail.com>
 Build-Depends: debhelper (>= 7.0.50),
                quilt,
                cli-common-dev (>= 0.5.7),
-               mono-devel (>= 2.0.1),
+               mono-devel (>= 2.4.2),
                libmono2.0-cil (>= 2.0.1)
 Build-Depends-Indep: libnunit2.4-cil,
                      libmono-winforms2.0-cil,
diff --git a/debian/rules b/debian/rules
index e7cc479..e73ef1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_installchangelogs:
 override_dh_auto_build: $(QUILT_STAMPFN)
 	# we have to pass PREFIX has as there is no configure script which
 	# covers that :(
-	dh_auto_build -- PREFIX=/usr CSC=/usr/bin/csc
+	dh_auto_build -- PREFIX=/usr CSC=/usr/bin/mono-csc
 	( ls $(CURDIR)/Google.GData.*.dll | \
 		sed -e 's/^/-assembly:/'; echo -path:$(CURDIR)/monodocer ) | \
 		xargs monodocer
@@ -30,7 +30,7 @@ override_dh_clean: unpatch
 override_dh_auto_install:
 	# gar, see above
 	# extra brokeness for building tests in install
-	dh_auto_install -- PREFIX=/usr CSC=/usr/bin/csc
+	dh_auto_install -- PREFIX=/usr CSC=/usr/bin/mono-csc
 	prename 's/\.pc$$/-$(DEB_CLI_ABI_VERSION).pc/' debian/tmp/usr/lib/pkgconfig/*
 	for file in debian/tmp/usr/lib/pkgconfig/*.pc; do \
 		ln -s $$(basename $$file) $$(echo $$file | sed -e 's/-$(DEB_CLI_ABI_VERSION)\.pc$$/.pc/'); \

-- 
gdata-sharp



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