diff options
author | Micah Anderson <micah@riseup.net> | 2013-06-04 16:38:03 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-06-04 16:42:58 -0400 |
commit | 40cd0620fd135d5b7104165b90143fa6db36fbad (patch) | |
tree | d5484f0d385773de0be04cd07e78698fb7bf074a /debian/rules | |
parent | fbbb1f1cb315a0d4ada2db5b9455582327b75038 (diff) |
initial debian package
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 00000000..bcebae9f --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --buildsystem=python_distutils + + |