diff options
author | Kali Kaneko <kali@leap.se> | 2017-06-26 14:46:50 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-06-26 14:49:08 +0200 |
commit | 88fbcb1509ab2cd68fbac42f77b22a6ec1169e45 (patch) | |
tree | 4a55912c91f14378aecd14c280027cb9788d1b73 /debian/rules | |
parent | 5dcd48831e0acc5726643e7fffa56315e2ef82b5 (diff) |
[pkg] install init file
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index c9033e7e..1ef5e6e4 100755 --- a/debian/rules +++ b/debian/rules @@ -3,13 +3,15 @@ # Prevent setuptools/distribute from accessing the internet. export http_proxy = http://127.0.0.1:9 +export PYBUILD_NAME=leap.soledad + # Uncomment this to turn on verbose mode. DH_VERBOSE=1 NAME=soledad-server %: - dh $@ --with python2 --namespace=leap.soledad --with=systemd + dh $@ --with python2 --namespace=leap.soledad --buildsystem=pybuild --with=systemd override_dh_installinit: dh_systemd_enable -p${NAME} --name=${NAME} ${NAME}.service |