[DRE-commits] [ruby-org] 298/303: Remove cruft in debian/rules

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:34:16 UTC 2013


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

lunar pushed a commit to branch master
in repository ruby-org.

commit b76d474f7a845c33df120ebf9c8b070378721353
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Aug 9 18:45:14 2013 +0200

    Remove cruft in debian/rules
---
 debian/rules |   18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/debian/rules b/debian/rules
index a33525d..635f4a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,26 +1,8 @@
 #!/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
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -rf doc
-
-override_dh_auto_build:
-	dh_auto_build
-
 override_dh_auto_install:
 	# use utf-8 locale so test cases work
 	LC_ALL=C.UTF-8 dh_auto_install

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



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