diff options
author | Mark Wells <mark@freeside.biz> | 2016-12-18 16:55:27 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-12-18 16:55:27 -0800 |
commit | 047854e4a5a69d3a040d0087bddb5bb4231970f6 (patch) | |
tree | f229fb558da3def86cb68516bbf05fea5a54f426 /debian/rules | |
parent | 71dc102ff119464c78b78fd5a2fa3556fce6987e (diff) |
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..88ecce1 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +override_dh_auto_test: + +%: + dh $@ |