Codebase list ruby-debian / 81b8bf9
debian/rules: drop comment boilerplate Antonio Terceiro 4 years ago
1 changed file(s) with 0 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
1 #export DH_VERBOSE=1
2 #
3 # Uncomment to ignore all test failures (but the tests will run anyway)
4 #export DH_RUBY_IGNORE_TESTS=all
5 #
6 # Uncomment to ignore some test failures (but the tests will run anyway).
7 # Valid values:
8 #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
9 #
10 # If you need to specify the .gemspec (eg there is more than one)
11 #export DH_RUBY_GEMSPEC=gem.gemspec
121
132 %:
143 dh $@ --buildsystem=ruby --with ruby