diff options
author | Mark Wells <mark@freeside.biz> | 2016-01-25 16:55:17 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-01-25 16:55:17 -0800 |
commit | acf316d664edff1e00e7757817d8145889146f38 (patch) | |
tree | 8c0731fdea49bc034667efb55303b4ab5c57acb8 /debian/rules | |
parent | 6196755465ffb53cc9a49c17e730f6b79f522ce7 (diff) |
add debian meta stuff
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 $@ |