[DRE-commits] [SCM] ruby-dbus.git branch, master, updated. upstream/0.7.0-6-g2d06a77

Paul van Tilburg paulvt at debian.org
Sun Sep 25 11:24:41 UTC 2011


The following commit has been merged in the master branch:
commit 8712874d2d24cdfd4f64d4beb0de08e9850d076d
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Sun Sep 25 12:56:11 2011 +0200

    Additionally generate and install the markdown tutorial.

diff --git a/debian/control b/debian/control
index 6da804b..4bf93d9 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Paul van Tilburg <paulvt at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.9~)
-Build-Depends-Indep: rake
+Build-Depends-Indep: rake, ruby-bluecloth
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-dbus.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-dbus.git;a=summary
diff --git a/debian/rules b/debian/rules
index 708f632..5692fc7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,8 @@
 override_dh_auto_build:
 	dh_auto_build
 	rake rdoc
+	bluecloth doc/tutorial/index.markdown > doc/tutorial/index.html
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -rf doc/rdoc
+	rm -rf doc/rdoc doc/tutorial/index.html

-- 
ruby-dbus.git



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