[Pkg-cli-libs-commits] [SCM] hyena branch, master, updated. debian/0.2-2-5-g4e480b4

Chow Loong Jin hyperair at ubuntu.com
Thu Jun 17 18:48:21 UTC 2010


The following commit has been merged in the master branch:
commit 4e480b4387b2da5982373b53d8025722f5cb8a53
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Fri Jun 18 01:57:52 2010 +0800

    Pass dlls to generate documentation from to mdoc
    
    * debian/rules:
      + Pass dlls to generate documentation from to mdoc

diff --git a/debian/changelog b/debian/changelog
index 86956bb..5d2a3ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ hyena (0.3-1) UNRELEASED; urgency=low
     + No change Standards-Version bump from 3.8.3 to 3.8.4
   * debian/source/format:
     + Use 3.0 (quilt)
+  * debian/rules:
+    + Pass dlls to generate documentation from to mdoc
 
- -- Chow Loong Jin <hyperair at ubuntu.com>  Thu, 17 Jun 2010 12:58:01 +0800
+ -- Chow Loong Jin <hyperair at ubuntu.com>  Fri, 18 Jun 2010 01:57:23 +0800
 
 hyena (0.2-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 5d60d5c..b8c36da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,8 @@ override_dh_auto_build:
 	mdoc update \
 		-fno-assembly-versions \
 		-L$(CURDIR)/bin \
-		--out=monodoc
+		--out=monodoc \
+		$(CURDIR)/bin/*.dll
 	mdoc assemble \
 		--format ecma \
 		--out $(CURDIR)/Hyena \

-- 
hyena



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