[DRE-commits] [ruby-dbus] 05/10: Update tutorial/reference generation
Paul van Tilburg
paulvt at moszumanska.debian.org
Fri Feb 21 21:21:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
paulvt pushed a commit to branch master
in repository ruby-dbus.
commit 194a13ef82d9b201f7259fadb54a89b6fd5fbce9
Author: Paul van Tilburg <paulvt at debian.org>
Date: Fri Feb 21 22:02:15 2014 +0100
Update tutorial/reference generation
Also drop build-depend-indep on rake (no longer needed for documentation
generation).
---
debian/changelog | 8 ++++++--
debian/control | 2 +-
debian/docs | 5 +++--
debian/rules | 9 ++++++---
4 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 33ece5e..e3c7041 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,12 @@ ruby-dbus (0.11.0-1) UNRELEASED; urgency=medium
- When calling methods, interface can be left unspecified if unambiguous
- Ruby strings can be passed where byte arrays ("ay") are expected
- Many bugfixes
- * debian/control: drop transition packages and corresponding
- breaks/replaces/provides (closes: #735731)
+ * debian/control:
+ - Drop transition packages and corresponding breaks/replaces/provides
+ (closes: #735731)
+ - Drop build-depend-indep on rake (no longer needed for documentation
+ generation)
+ * debian/rules, debian/docs: update tutorial/reference generation
-- Paul van Tilburg <paulvt at debian.org> Fri, 21 Feb 2014 21:41:50 +0200
diff --git a/debian/control b/debian/control
index 620d510..7828c84 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Paul van Tilburg <paulvt at debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), dbus
-Build-Depends-Indep: rake, ruby-bluecloth
+Build-Depends-Indep: ruby-bluecloth
Standards-Version: 3.9.3
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-dbus.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-dbus.git;a=summary
diff --git a/debian/docs b/debian/docs
index f701f97..db76687 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,4 +1,5 @@
-README
NEWS
+README.md
doc/rdoc
-doc/tutorial
+doc/Reference.html
+doc/Tutorial.html
diff --git a/debian/rules b/debian/rules
index 5692fc7..ca15edf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,9 +16,12 @@
override_dh_auto_build:
dh_auto_build
- rake rdoc
- bluecloth doc/tutorial/index.markdown > doc/tutorial/index.html
+ 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
- rm -rf doc/rdoc doc/tutorial/index.html
+ rm -rf doc/rdoc
+ rm -f doc/Reference.html
+ rm -f doc/Tutorial.html
--
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