blob: 886e48737806917ec46c2232a4697660db1aeb9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/make -f
export GEM2DEB_TEST_RUNNER = --check-dependencies
export DH_RUBY = --gem-install
%:
dh $@ --buildsystem=ruby --with ruby
execute_after_dh_clean:
rm -rf coverage/
|