From 88fbcb1509ab2cd68fbac42f77b22a6ec1169e45 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 26 Jun 2017 14:46:50 +0200 Subject: [pkg] install init file --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/rules') 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 -- cgit v1.2.3