We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802e811 commit c264735Copy full SHA for c264735
debian/control
@@ -7,6 +7,7 @@ Build-Depends:
7
libpq-dev,
8
debhelper (>= 9),
9
dh-virtualenv (>= 1.0),
10
+ dh-systemd (>= 1.5)
11
Standards-Version: 3.9.5
12
X-Python-Version: >= 3.5
13
debian/rules
@@ -1,4 +1,4 @@
1
#!/usr/bin/make -f
2
3
%:
4
- dh $@ --with python-virtualenv --python python3 --preinstall=no-manylinux1
+ dh $@ --with python-virtualenv --with systemd --python python3 --preinstall=no-manylinux1
0 commit comments