From a77c7ac455aea4d7d7f49d7bc9313a2ecc9cfec3 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Wed, 14 May 2014 14:09:07 +0100 Subject: bytemark: Added debian packaging --- debian/rules | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..82ddc0c --- /dev/null +++ b/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 +# +# Uncomment to ignore all test failures (but the tests will run anyway) +#export DH_RUBY_IGNORE_TESTS=all +# +# Uncomment to ignore some test failures (but the tests will run anyway). +# Valid values: +#export DH_RUBY_IGNORE_TESTS=ruby1.9.1 ruby2.0 require-rubygems +# +# If you need to specify the .gemspec (eg there is more than one) +#export DH_RUBY_GEMSPEC=gem.gemspec + +%: + dh $@ --buildsystem=ruby --with ruby -- cgit v1.2.1