Commit ad057dff authored by Julien Muchembled's avatar Julien Muchembled

re6st: on Debian, dh-systemd is a transitional package

Same as nexedi/re6stnet@f1e95660
parent e45109d0
......@@ -206,8 +206,11 @@ def deb(task):
d["Source"] = s["Source"] = b["Package"] = PACKAGE
d["Version"] = VERSION
d["Architecture"] = b["Architecture"] = "any"
d["Build-Depends"] = s["Build-Depends"] = \
"python (>= 2.7), debhelper (>= 9.20120909), dh-systemd, iproute2 | iproute"
d["Build-Depends"] = s["Build-Depends"] = (
"python (>= 2.7), debhelper (>= 9.20120909),"
" debhelper (>= 10) | dh-systemd,"
" iproute2 | iproute"
)
b["Depends"] = "${shlibs:Depends}, iproute2 | iproute"
b["Conflicts"] = b["Provides"] = b["Replaces"] = "re6stnet"
patched_control = StringIO("%s\n%s" % (s, b))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment