[Pkg-cli-libs-commits] [SCM] gdata-sharp branch, master, updated. upstream/1.4.0.2-32-ge587539

Mirco Bauer meebey at meebey.net
Mon Mar 23 22:30:02 UTC 2009


The following commit has been merged in the master branch:
commit e587539944e9fbf98af22e99c7f374021929905e
Author: Mirco Bauer <meebey at meebey.net>
Date:   Mon Mar 23 23:29:54 2009 +0100

    fix da PREFIX

diff --git a/debian/rules b/debian/rules
index 8087252..37d4ad8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,9 @@ override_dh_installchangelogs:
 	dh_installchangelogs RELEASE_NOTES.HTML
 
 override_dh_auto_build: $(QUILT_STAMPFN)
-	dh_auto_build -- CSC=/usr/bin/csc
+	# we have to pass PREFIX has as there is no configure script which
+	# covers that :(
+	dh_auto_build -- PREFIX=/usr CSC=/usr/bin/csc
 	( ls $(CURDIR)/Google.GData.*.dll | \
 		sed -e 's/^/--assembly:/'; echo --path:$(CURDIR)/monodocer ) | \
 		xargs monodocer

-- 
gdata-sharp



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