Skip to content

Commit c264735

Browse files
committed
Add dh-systemd helper script
1 parent 802e811 commit c264735

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Build-Depends:
77
libpq-dev,
88
debhelper (>= 9),
99
dh-virtualenv (>= 1.0),
10+
dh-systemd (>= 1.5)
1011
Standards-Version: 3.9.5
1112
X-Python-Version: >= 3.5
1213

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/make -f
22

33
%:
4-
dh $@ --with python-virtualenv --python python3 --preinstall=no-manylinux1
4+
dh $@ --with python-virtualenv --with systemd --python python3 --preinstall=no-manylinux1

0 commit comments

Comments
 (0)