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

Mirco Bauer meebey at meebey.net
Mon Mar 23 23:12:28 UTC 2009


The following commit has been merged in the master branch:
commit bf41c43ee4d951c5b2420929e66fb007b0ea1fe8
Author: Mirco Bauer <meebey at meebey.net>
Date:   Tue Mar 24 00:09:23 2009 +0100

    fix install

diff --git a/debian/rules b/debian/rules
index 37d4ad8..1bf47f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,9 +23,13 @@ override_dh_auto_build: $(QUILT_STAMPFN)
 		--ecma $(CURDIR)/monodocer \
 		--out $(CURDIR)/GData
 
+override_dh_auto_install:
+	# gar, see above
+	# extra brokeness for building tests in install
+	dh_auto_install -- PREFIX=/usr CSC=/usr/bin/csc
+
 # skip test-cases as they fail for some reason
 override_dh_auto_test:
-	
 
 %:
 	dh $@

-- 
gdata-sharp



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