[DRE-commits] [SCM] rbot.git branch, master, updated. debian/0.9.15+post20100705+gitb3aa806-3-16-g84dbc44

=?UTF-8?Q?Marc=20Dequ=C3=A8nes=20?=(Duck) Duck at DuckCorp.org
Wed Jun 26 14:41:06 UTC 2013


The following commit has been merged in the master branch:
commit 44c34ab3bd4569ecaa8be444cffd9ff66e6a9bf6
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Wed Jun 26 15:31:21 2013 +0200

    [evol] rdoc call updated

diff --git a/debian/changelog b/debian/changelog
index fddf862..3246c44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-rbot (0.9.15+post20100705+gitb3aa806-4) unstable; urgency=low
+rbot (0.9.15+post20100705+gitb3aa806-4) UNRELEASED; urgency=low
 
   Team Upload.
 
@@ -13,6 +13,9 @@ rbot (0.9.15+post20100705+gitb3aa806-4) unstable; urgency=low
   * Update Vcs-* fields
   * Update debian/copyright Format URL
 
+  [ Marc Dequènes (Duck) ]
+  * Updated documentation build rule to use current rdoc parameters.
+
  -- Christian Hofstaedtler <christian at hofstaedtler.name>  Mon, 06 May 2013 16:10:46 +0200
 
 rbot (0.9.15+post20100705+gitb3aa806-3) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 52ea551..be782ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,8 +21,7 @@ override_dh_auto_build:
 	dh_auto_build
 	rake makemo
 	rake manpages
-	rdoc --all --inline-source --diagram --fileboxes --line-numbers --fmt=html \
-		-o build-doc/rdoc lib
+	rdoc -a -t 'rbot - The Ruby IRC bot' -f darkfish -m README.rdoc -o build-doc/rdoc README.rdoc lib
 	rm -f build-doc/rdoc/js/jquery.js
 	ln -s /usr/share/javascript/jquery/jquery.js build-doc/rdoc/js/jquery.js
 

-- 
rbot.git



More information about the Pkg-ruby-extras-commits mailing list