diff options
author | varac <varacanero@zeromail.org> | 2017-02-17 12:50:55 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-03-02 10:10:38 +0100 |
commit | 5a2ec2295c7488d172770e48545902a17f40bcb3 (patch) | |
tree | 2ad0b32e26909d35539cced1ab93524a97732096 /debian | |
parent | c5e4934448662f7be1b463554d94e9a3298c3e70 (diff) |
Run dh with --with=systemd
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 90b23ac..5a86973 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with python2 --buildsystem=python_distutils + dh $@ --with python2 --buildsystem=python_distutils --with=systemd override_dh_installchangelogs: dh_installchangelogs CHANGELOG.rst |