diff options
author | drebs <drebs@leap.se> | 2016-12-23 13:27:46 -0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-03-21 12:23:16 +0100 |
commit | 86c783d643f36e6513cbee6077e2be8ece92cea5 (patch) | |
tree | aebef15984242bad7a060a175ddb211ab6af5c72 /debian/rules | |
parent | 8837137feb2436522888f1455c6239c1ae2156b8 (diff) |
[pkg] use systemd in debian package
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 97b74544..65863e7a 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ #DH_VERBOSE=1 %: - dh $@ --with python2 --namespace=leap.soledad + dh $@ --with systemd --with python2 --namespace=leap.soledad override_dh_auto_clean: cd client && python setup.py clean -a |