From 932824afbc8302949e4b3551a14b42e629a66ebc Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Sun, 16 Dec 2018 08:59:23 +0000 Subject: Do not impose dependency on `runit' binary package Instead, generate conflict relation with old `runit' version, not providing `runit-log' user. --- dh_runit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dh_runit') diff --git a/dh_runit b/dh_runit index bf2a49a..a3e512b 100755 --- a/dh_runit +++ b/dh_runit @@ -102,7 +102,8 @@ HERE install_dir("$tmp/var/lib/runit/log/supervise/$name"); } } - addsubstvar($pkg, 'misc:Depends', 'runit', '>= 2.1.2-20~'); + # runit=2.1.2-20 introduced 'runit-log' user + addsubstvar($pkg, 'runit:Conflicts', 'runit', '<< 2.1.2-20~'); addsubstvar($pkg, 'misc:Depends', 'runit-helper', '>= 2.8.1~'); } -- cgit v1.2.3