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

Mirco Bauer meebey at meebey.net
Mon Mar 23 21:09:33 UTC 2009


The following commit has been merged in the master branch:
commit c054c3568e98c2741c17e33efe867cae6cde6f20
Author: Mirco Bauer <meebey at meebey.net>
Date:   Mon Mar 23 22:08:39 2009 +0100

    using more clear variable name for the API version
    don't by-pass dh_auto_build, instead pass the extra param to it

diff --git a/debian/rules b/debian/rules
index 5312c5b..8078c12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,16 +3,16 @@
 include /usr/share/cli-common/cli.make
 include /usr/share/quilt/quilt.make
 
-VERSION=1.4.0.2
+DEB_CLI_API_VERSION = 1.4.0.2
 
 override_dh_makeclilibs:
-	dh_makeclilibs -m$(VERSION)
+	dh_makeclilibs -m$(DEB_CLI_API_VERSION)
 
 override_dh_installchangelogs:
 	dh_installchangelogs RELEASE_NOTES.HTML
 
 override_dh_auto_build: $(QUILT_STAMPFN)
-	$(MAKE) PREFIX=/usr CSC=/usr/bin/csc
+	dh_auto_build -- CSC=/usr/bin/csc
 	( ls $(CURDIR)/Google.GData.*.dll | \
 		sed -e 's/^/--assembly:/'; echo --path:$(CURDIR)/monodocer ) | \
 		xargs monodocer
@@ -20,7 +20,7 @@ override_dh_auto_build: $(QUILT_STAMPFN)
 		--ecma $(CURDIR)/monodocer \
 		--out $(CURDIR)/GData
 
-# override dh_auto_test for the time being
+# skip test-cases as they fail for some reason
 override_dh_auto_test:
 	
 

-- 
gdata-sharp



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