6 lines
112 B
Makefile
Executable file
6 lines
112 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export GEM2DEB_TEST_RUNNER = --check-dependencies
|
|
|
|
%:
|
|
dh $@ --buildsystem=ruby --with ruby
|