diff options
author | Micah Anderson <micah@riseup.net> | 2013-06-06 16:33:05 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-06-13 21:10:08 -0400 |
commit | 2198696c369d53bcaeb32cd5d25c526f76808ab4 (patch) | |
tree | 96125d6802547d1dc7d55c4860d50db230e0fc09 /debian/rules | |
parent | b3dc32412f78da03192e0ddae9648012620c444d (diff) |
initial debian packaging
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..bcebae9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --buildsystem=python_distutils + + |