use C.UTF-8
Praveen Arimbrathodiyil
6 years ago
0 | 0 | #!/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 | |
12 | 1 | |
13 | 2 | export GEM2DEB_TEST_RUNNER = --check-dependencies |
14 | 3 | |
15 | 4 | %: |
16 | dh $@ --buildsystem=ruby --with ruby | |
5 | LC_ALL=C.UTF-8 dh $@ --buildsystem=ruby --with ruby |