[DRE-commits] [SCM] rdtool.git branch, master, updated. debian/0.6.31-1-25-gea4581b
Taku YASUI
tach at debian.org
Sat May 5 19:21:46 UTC 2012
The following commit has been merged in the master branch:
commit 5ac22c408835b970c5db27a4a9e2f9577f1e0393
Author: Taku YASUI <tach at debian.org>
Date: Sun May 6 03:00:29 2012 +0900
Import gem2deb created parts
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
new file mode 100644
index 0000000..2438e9d
--- /dev/null
+++ b/debian/ruby-test-files.yaml
@@ -0,0 +1,39 @@
+---
+- test/data/includee1.html
+- test/data/includee2.html
+- test/data/includee3.nothtml
+- test/data/includee4.xhtml
+- test/data/label.rbl
+- test/data/label2.rbl
+- test/data/sub/includee2.html
+- test/data/sub/includee4.html
+- test/dummy-observer.rb
+- test/dummy.rb
+- test/temp-dir.rb
+- test/test-block-parser.rb
+- test/test-desclist-item.rb
+- test/test-document-element.rb
+- test/test-document-struct.rb
+- test/test-element.rb
+- test/test-headline.rb
+- test/test-inline-parser.rb
+- test/test-list-item.rb
+- test/test-list.rb
+- test/test-methodlist-item.rb
+- test/test-nonterminal-element.rb
+- test/test-nonterminal-inline.rb
+- test/test-output-format-visitor.rb
+- test/test-parser-util.rb
+- test/test-rbl-file.rb
+- test/test-rbl-suite.rb
+- test/test-rd2html-lib.rb
+- test/test-rdtree.rb
+- test/test-rdvisitor.rb
+- test/test-reference-resolver.rb
+- test/test-reference.rb
+- test/test-search-file.rb
+- test/test-terminal-inline.rb
+- test/test-textblock.rb
+- test/test-tree.rb
+- test/test-version.rb
+- test/test-visitor.rb
diff --git a/debian/rules b/debian/rules
index 5b56fe1..a5e7dc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,27 +1,15 @@
#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-
-libdir := $(shell ruby -r rbconfig -e 'print RbConfig::CONFIG["vendordir"]')
-
-clean::
- -ruby setup.rb clean
- rm -f $(docs)
-
-configure/rdtool::
- ruby setup.rb config --installdirs=std --librubyver=$(libdir)
-
-build/rdtool:: $(docs)
- # Build manuals
- ruby -Ilib bin/rd2 -rrd/rd2man-lib -oRD2 bin/rd2
- mv RD2.1 debian/rd2.1
- ruby -Ilib bin/rd2 -rrd/rd2man-lib -oRDSWAP debian/rdswap.rd
- mv RDSWAP.1 debian/rdswap.1
-
-install/rdtool::
- ruby setup.rb install --prefix=$(DEB_DESTDIR)
- install -D -m644 lib/rd/dot.rd2rc $(DEB_DESTDIR)/etc/rdtool/rd2rc
-
-install/rdtool-elisp::
- install -D -m644 utils/rd-mode.el $(DEB_DESTDIR)/usr/share/emacs/site-lisp/$(cdbs_curpkg)/rd-mode.el
+#export DH_VERBOSE=1
+#
+# Uncomment to ignore all test failures (but the tests will run anyway)
+#export DH_RUBY_IGNORE_TESTS=all
+#
+# Uncomment to ignore some test failures (but the tests will run anyway).
+# Valid values:
+#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
+#
+# If you need to specify the .gemspec (eg there is more than one)
+#export DH_RUBY_GEMSPEC=gem.gemspec
+
+%:
+ dh $@ --buildsystem=ruby --with ruby
--
rdtool.git
More information about the Pkg-ruby-extras-commits
mailing list