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

David Paleino d.paleino at gmail.com
Fri Sep 25 19:33:59 UTC 2009


The following commit has been merged in the master branch:
commit 8721c61f878488b29aa826d47822531cc615b941
Author: David Paleino <d.paleino at gmail.com>
Date:   Fri Sep 25 21:05:40 2009 +0200

    debian/rules: fix argument passed to monodocer, fixes FTBFS, thanks to Albin Tonnerre (Closes: #533951)

diff --git a/debian/changelog b/debian/changelog
index 937b347..b6c0065 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,15 @@
 gdata-sharp (1.4.0.2-2) UNRELEASED; urgency=low
 
+  [ Chow Loong Jin ]
   * debian/rules:
     + Rename all pkg-config files to include ABI version as per policy
     + Hook up unpatch to just before dh_clean
 
- -- Chow Loong Jin <hyperair at gmail.com>  Mon, 11 May 2009 13:22:22 +0800
+  [ David Paleino ]
+  * debian/rules: fix arguments passed to monodocer, fixes FTBFS,
+    thanks to Albin Tonnerre for the hint (Closes: #533951)
+
+ -- David Paleino <d.paleino at gmail.com>  Fri, 25 Sep 2009 21:04:41 +0200
 
 gdata-sharp (1.4.0.2-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 94a7fde..e7cc479 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_auto_build: $(QUILT_STAMPFN)
 	# covers that :(
 	dh_auto_build -- PREFIX=/usr CSC=/usr/bin/csc
 	( ls $(CURDIR)/Google.GData.*.dll | \
-		sed -e 's/^/--assembly:/'; echo --path:$(CURDIR)/monodocer ) | \
+		sed -e 's/^/-assembly:/'; echo -path:$(CURDIR)/monodocer ) | \
 		xargs monodocer
 	mdassembler \
 		--ecma $(CURDIR)/monodocer \

-- 
gdata-sharp



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