Commit 6972e11f authored by Julien Muchembled's avatar Julien Muchembled

re6st: for Debian, only ship systemd unit files

parent 64f96fef
......@@ -19,4 +19,4 @@ override_dh_shlibdeps:
rm $(TMP)/DEBIAN/shlibs
%:
dh $@
dh $@ --with systemd
......@@ -207,7 +207,7 @@ def deb(task):
d["Version"] = VERSION
d["Architecture"] = b["Architecture"] = "any"
d["Build-Depends"] = s["Build-Depends"] = \
"python (>= 2.7), debhelper (>= 9.20120909), iproute2 | iproute"
"python (>= 2.7), debhelper (>= 9.20120909), 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