diff options
author | ficus <ficus@robocracy.org> | 2012-09-24 17:06:24 +0200 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-09-24 17:37:37 +0200 |
commit | 460641370114eb380c10d9b6bed34ed2c9b4735e (patch) | |
tree | 2a4e9bb7f85978050b93c6e5981c010ce72a6725 /debian/rules | |
parent | b1902b23ef08d0440161f67b15e0e9a4f4b933cc (diff) | |
download | tui-460641370114eb380c10d9b6bed34ed2c9b4735e.tar.gz tui-460641370114eb380c10d9b6bed34ed2c9b4735e.zip |
proper debian packaging and init.d script
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2503da9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.6.0+git at +# Mon, 24 Sep 2012 16:32:34 +0200 + +%: + dh $@ --with python2 --buildsystem=python_distutils + + |