diff options
author | Kali Kaneko <kali@leap.se> | 2017-06-26 12:39:11 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-06-26 12:39:11 +0200 |
commit | 10e65f2fd06c3d6290fcc26b46e34d2412f2ad1c (patch) | |
tree | 41d7be18e66556c473133d3dc805643c3b47925f /debian | |
parent | 3abd30d96e4db8b7e70811adf2e2c978e8a923de (diff) |
[pkg] build package with systemd support
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 2951ec83..93ce6e11 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export http_proxy = http://127.0.0.1:9 #DH_VERBOSE=1 %: - dh $@ --with python2 --namespace=leap.soledad + dh $@ --with python2 --namespace=leap.soledad --with=systemd override_dh_auto_clean: dh_auto_clean |