diff options
author | Rob Austein <sra@hactrn.net> | 2019-08-11 09:16:00 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-08-11 09:16:00 -0400 |
commit | 20889185ee8b909eaebea8f9a19611b235d564e4 (patch) | |
tree | 4395b0dfa75997486532025ac2660272e892d49a /debian/rules | |
parent | ad131ab1eaf568e345f4c97fb2bcfef85be1924a (diff) |
Packaging (setuptools and Debian)
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..72c4fa7 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME=zc +%: + dh $@ --with python2 --buildsystem=pybuild + |