[DRE-commits] [ruby-dbus] 02/07: Remove bluecloth usage

zeha at debian.org zeha at debian.org
Tue Nov 22 12:37:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository ruby-dbus.

commit 462f2d1d8b191a4cd1c5e1fd5c6f3fc76600bfba
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue Nov 22 12:17:13 2016 +0000

    Remove bluecloth usage
---
 debian/control | 1 -
 debian/docs    | 4 ++--
 debian/rules   | 2 --
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 4594d6f..2289386 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Paul van Tilburg <paulvt at debian.org>
 Build-Depends: dbus,
                debhelper (>= 9~),
                gem2deb
-Build-Depends-Indep: ruby-bluecloth
 Standards-Version: 3.9.7
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-dbus.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-dbus.git
diff --git a/debian/docs b/debian/docs
index db76687..1ada5a7 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,5 +1,5 @@
 NEWS
 README.md
 doc/rdoc
-doc/Reference.html
-doc/Tutorial.html
+doc/Reference.md
+doc/Tutorial.md
diff --git a/debian/rules b/debian/rules
index ca15edf..031164f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,8 +17,6 @@
 override_dh_auto_build:
 	dh_auto_build
 	rdoc -o doc/rdoc README.md NEWS lib
-	bluecloth doc/Reference.md > doc/Reference.html
-	bluecloth doc/Tutorial.md > doc/Tutorial.html
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-dbus.git



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