diff options
author | Mark Wells <mark@freeside.biz> | 2016-05-03 17:21:46 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-05-03 17:35:14 -0700 |
commit | fe15d97a72abc5f9505cfa5f486eb71a642b6a77 (patch) | |
tree | c01e31fde1bad73c1e37200c4758d898edf6b4df /debian/rules | |
parent | ea80e2f3a4b27b71714f67ca30c7baae9db2dbda (diff) |
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ |