[deb] install init script.

Change-Id: I07920959279c6e3bc8074c128fe6375624e3d2b6
This commit is contained in:
Alexander Lenz
2017-08-01 13:37:43 +02:00
parent dec568c3cc
commit 2e104a9f40

4
debian/rules vendored
View File

@ -13,7 +13,9 @@ override_dh_install:
dh_install --list-missing
override_dh_installinit:
dh_installinit --onlyscripts
if [ "$$(lsb_release -s -c)" = "wheezy" ] ; then \
dh_installinit --onlyscripts --name=secop-server --no-start; \
fi
%:
dh $@ --with python2 --buildsystem=python_distutils