[DRE-commits] [SCM] ruby-redcloth.git branch, master, updated. upstream/4.2.8-3-gcd2e55a

Dmitry Borodaenko angdraug at debian.org
Sat Sep 10 17:55:11 UTC 2011


The following commit has been merged in the master branch:
commit cd2e55ac440c8390b9e163aba500cb9a1a8bfd52
Author: Dmitry Borodaenko <angdraug at debian.org>
Date:   Sat Sep 10 20:54:12 2011 +0300

    really point debian/watch at github; use generic rdoc

diff --git a/debian/rules b/debian/rules
index a117bf0..40eb63f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,8 @@
 	dh $@ --buildsystem=ruby --with ruby
 
 override_dh_installdocs:
-	rdoc1.8 --inline-source --line-numbers \
-		--op rdoc --main README.rdoc --title "RedCloth" \
+	rdoc --inline-source --line-numbers --op rdoc \
+		--main README.rdoc --title "RedCloth" \
 		lib README.rdoc
 	dh_installdocs
 
diff --git a/debian/watch b/debian/watch
index 5373620..fb60890 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/redcloth .*/redcloth-(.*).tar.gz
+https://github.com/jgarber/redcloth/downloads .*/redcloth/tarball/v([\d\.]*)

-- 
ruby-redcloth.git



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