[DRE-commits] [ruby-hitimes] 05/08: do a proper cleanup, install HISTORY.md

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Apr 2 14:33:06 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-hitimes.

commit 24bc2193278fe03b675a8c5f2a178c236e6c4aab
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Apr 2 19:34:28 2014 +0530

    do a proper cleanup, install HISTORY.md
---
 debian/rules | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 06981cd..0329244 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,22 @@
 #
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby2.0 ruby2.1 require-rubygems
+#export DH_RUBY_IGNORE_TESTS=ruby1.9.1 ruby2.0 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
+
+override_installchangelogs:
+	dh_installchangelogs HISTORY.md
+
+clean:
+	dh clean
+	rm -rf coverage
+	@if ! [ -f ext/hitimes/c/Makefile ]; then \
+	cd ext/hitimes/c; ruby extconf.rb; cd -; \
+	fi
+	cd ext/hitimes/c; make clean; cd -
+	rm -rf ext/hitimes/c/Makefile

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



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