[DRE-commits] [SCM] ruby-progressbar.git branch, master, updated. debian/0.9-2-12-gd7e5da2

Cédric Boutillier cedric.boutillier at gmail.com
Wed Jun 13 21:09:29 UTC 2012


The following commit has been merged in the master branch:
commit 7a29b6da5768ac416a719084fcffe95bba47ced3
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Wed Jun 13 22:21:38 2012 +0200

    No need of rdtool for this gemified version. Simplify rules

diff --git a/debian/rules b/debian/rules
index 23b6bca..c6142f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,4 @@
 #!/usr/bin/make -f
 
-RD2OPT = -rrd/rd2html-lib --html-title="Ruby/ProgressBar Manual"
-
 %:
 	dh $@ --buildsystem=ruby --with ruby
-
-override_dh_auto_build:
-	rd2 $(RD2OPT) --html-lang=en progressbar.en.rd -o manual.en
-	rd2 $(RD2OPT) --html-lang=ja --html-charset=EUC-JP progressbar.ja.rd \
-	  -o manual.ja
-	dh_auto_build
-
-override_dh_auto_install:
-	dh_install progressbar.rb /usr/lib/ruby/vendor_ruby
-	dh_auto_install
-
-override_dh_auto_clean:
-	if [ -e manual.en.html ]; then rm manual.en.html; fi
-	if [ -e manual.ja.html ]; then rm manual.ja.html; fi
-	dh_auto_clean

-- 
ruby-progressbar.git



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