[DRE-commits] [ruby-uuidtools] 01/03: Revert "debian/rules: update rdoc command, remove deprecated and invalid options"
Marc Dequènes
duck at moszumanska.debian.org
Tue Feb 7 21:27:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
duck pushed a commit to branch master
in repository ruby-uuidtools.
commit c861578bdbe9c0e7bec464921fa08e91f8acdc9f
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date: Wed Feb 8 06:05:31 2017 +0900
Revert "debian/rules: update rdoc command, remove deprecated and invalid options"
This reverts commit 160e3263030087dc1308932882c76c3da5f8e9c0.
This work is fine but was not yet uploaded and won't make it through
the freeze policy.
---
debian/changelog | 6 ------
debian/rules | 3 ++-
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b55cdba..46341fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,3 @@
-ruby-uuidtools (2.1.5-2) UNRELEASED; urgency=medium
-
- * debian/rules: update rdoc command, remove deprecated and invalid options
-
- -- Lucas Kanashiro <kanashiro.duarte at gmail.com> Thu, 24 Mar 2016 16:46:11 -0300
-
ruby-uuidtools (2.1.5-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index 68bb51e..21ac0e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,8 @@
override_dh_auto_build:
dh_auto_build
- rdoc --all --line-numbers -o build-doc/rdoc lib
+ rdoc --all --inline-source --diagram --fileboxes --line-numbers --fmt=html \
+ -o build-doc/rdoc lib
override_dh_installdocs:
dh_installdocs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-uuidtools.git
More information about the Pkg-ruby-extras-commits
mailing list