Codebase list ruby-omniauth-facebook / 1dd1288
use C.UTF-8 Praveen Arimbrathodiyil 7 years ago
1 changed file(s) with 1 addition(s) and 12 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 export GEM2DEB_TEST_RUNNER = --check-dependencies
143
154 %:
16 dh $@ --buildsystem=ruby --with ruby
5 LC_ALL=C.UTF-8 dh $@ --buildsystem=ruby --with ruby