[DRE-commits] [ruby-uuidtools] 01/01: debian/rules: update rdoc command, remove deprecated and invalid options
Lucas Kanashiro
kanashiro.duarte at gmail.com
Thu Mar 24 19:47:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository ruby-uuidtools.
commit 160e3263030087dc1308932882c76c3da5f8e9c0
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Thu Mar 24 16:46:55 2016 -0300
debian/rules: update rdoc command, remove deprecated and invalid options
---
debian/changelog | 6 ++++++
debian/rules | 3 +--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 46341fa..b55cdba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+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 21ac0e9..68bb51e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,8 +16,7 @@
override_dh_auto_build:
dh_auto_build
- rdoc --all --inline-source --diagram --fileboxes --line-numbers --fmt=html \
- -o build-doc/rdoc lib
+ rdoc --all --line-numbers -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