[DRE-commits] [ruby-gettext-i18n-rails] 03/05: d/rules: Remove rake task file (installed in the default path)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Fri Mar 4 20:09:03 UTC 2016


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

sbadia-guest pushed a commit to branch update
in repository ruby-gettext-i18n-rails.

commit 29234e348244066b0203d358e029c0d8155f7bee
Author: Sebastien Badia <seb at sebian.fr>
Date:   Fri Mar 4 16:25:21 2016 -0300

    d/rules: Remove rake task file (installed in the default path)
---
 debian/rules | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/debian/rules b/debian/rules
index a5e7dc8..90be3e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,10 @@
 #!/usr/bin/make -f
-#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
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_install:
+	dh_install
+	set -e && rm -rf $(CURDIR)/debian/ruby-gettext-i18n-rails/usr/lib/ruby/vendor_ruby/tasks

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



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