tag 534004 patch

Hello,
This FTBFS is due to incorrect arguments being passed to monodocer. The attached
patch fixes this.

Regards,
-- 
Albin Tonnerre
diff -u gmime2.4-2.4.6/debian/rules gmime2.4-2.4.6/debian/rules
--- gmime2.4-2.4.6/debian/rules
+++ gmime2.4-2.4.6/debian/rules
@@ -33,8 +33,8 @@
 	if [ -f $(CURDIR)/mono/gmime-sharp.dll ]; then \
 	  # create API docs \
 	  monodocer \
-	    --assembly:$(CURDIR)/mono/gmime-sharp.dll \
-	    --path:$(CURDIR)/mono/monodocer; \
+	    -assembly:$(CURDIR)/mono/gmime-sharp.dll \
+	    -path:$(CURDIR)/mono/monodocer; \
 	  mdassembler \
 	    --ecma $(CURDIR)/mono/monodocer \
 	    --out $(CURDIR)/mono/gmime-sharp-2.4; \

Attachment: signature.asc
Description: Digital signature

Reply via email to