[DRE-commits] [SCM] webgen0.4.git branch, master, updated. debian/0.4.7-6-3-g170a81d
Vincent Fourmond
fourmond at debian.org
Sat Jun 23 23:05:58 UTC 2012
The following commit has been merged in the master branch:
commit 170a81dee6f1b5a6cc04fd1bbebebeafdf0b8831
Author: Vincent Fourmond <fourmond at debian.org>
Date: Sun Jun 24 01:00:31 2012 +0200
Remove last traces of unversioned ruby
diff --git a/debian/rules b/debian/rules
index b5497da..a1caa3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ override_dh_auto_build:
# And then, we build the documentation
(cd lib; ln -s webgen webgen0.4)
- (cd doc ; ruby -I ../lib ../bin/webgen)
+ (cd doc ; ruby1.8 -I ../lib ../bin/webgen)
(cd lib; rm -f webgen0.4)
inst_dir = debian/webgen0.4
--
webgen0.4.git
More information about the Pkg-ruby-extras-commits
mailing list