[DRE-commits] [ruby-activeldap] 05/06: [evol] updated rdoc options for recent Ruby
Marc Dequènes
duck at moszumanska.debian.org
Sun Aug 17 23:26:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
duck pushed a commit to branch master
in repository ruby-activeldap.
commit 9ca7c90ebc1f44f18c0a5ef4003da3e9b3da0138
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date: Mon Aug 18 00:57:50 2014 +0200
[evol] updated rdoc options for recent Ruby
---
debian/changelog | 1 +
debian/control | 1 -
debian/rules | 3 +--
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5e457a0..f7fabb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-activeldap (4.0.3-1) UNRELEASED; urgency=medium
* New upstream release.
* Refreshed patches.
* Updated project URLs.
+ * Updated rdoc options for Ruby >=2.0.
-- Marc Dequènes (Duck) <Duck at DuckCorp.org> Mon, 18 Aug 2014 00:25:59 +0200
diff --git a/debian/control b/debian/control
index f592022..b3f55b4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>,
Deepak Tripathi <apenguinlinux at gmail.com>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-test-unit, ruby-activesupport, ruby-activemodel
-Build-Depends-Indep: graphviz
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-activeldap.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-activeldap.git;a=summary
diff --git a/debian/rules b/debian/rules
index 1a67c11..dc52aea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,8 +17,7 @@ export DH_RUBY_IGNORE_TESTS=all
override_dh_auto_build:
dh_auto_build
- rdoc --all --inline-source --diagram --fileboxes --line-numbers --fmt=html \
- -o build-doc/rdoc lib
+ rdoc -a -t 'Builder API' -f darkfish -m README.textile -o build-doc/rdoc lib README.textile
override_dh_installdocs:
dh_installdocs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-activeldap.git
More information about the Pkg-ruby-extras-commits
mailing list