[DRE-commits] [ruby-http-connection] 04/05: use --fmt darkfish

Hideki Yamane henrich at moszumanska.debian.org
Wed Sep 24 14:26:10 UTC 2014


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

henrich pushed a commit to branch master
in repository ruby-http-connection.

commit 5500820da3a7e97c18ee1f85728592b67b4f0584
Author: Hideki Yamane <henrich at debian.org>
Date:   Wed Sep 24 23:19:09 2014 +0900

    use --fmt darkfish
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6cb7cdf..0b2f552 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ ruby-http-connection (1.4.2-2) unstable; urgency=medium
       (Closes: #761569)
     - remove "--inline-source " option, it is deprecated: source code is now
       always inlined
+    - rdoc --fmt darkfish, instead of html
 
  -- Hideki Yamane <henrich at debian.org>  Wed, 24 Sep 2014 23:12:38 +0900
 
diff --git a/debian/rules b/debian/rules
index 70a1f63..1a191a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@
 override_dh_auto_build:
 	dh_auto_build
 		echo "Building rdoc API documentation..."
-		rdoc --fmt html --fileboxes --line-numbers \
+		rdoc --fmt darkfish --fileboxes --line-numbers \
     --main README --title "http_connection, HTTP helper library for Ruby" \
 		--op doc/rdoc README.txt lib/right_http_connection.rb
 

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



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