From ff802ca3f296008f71eac69a9257ee2a58c27430 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Sun, 24 Feb 2019 20:56:29 +0000 Subject: Generate breaks with runit version, predating 'invoke-run' script. --- dh_runit | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dh_runit') diff --git a/dh_runit b/dh_runit index 7baad5f..8320b05 100755 --- a/dh_runit +++ b/dh_runit @@ -104,8 +104,9 @@ HERE } } # runit=2.1.2-20 introduced 'runit-log' user - addsubstvar($pkg, 'runit:Conflicts', 'runit', '<< 2.1.2-20~'); - addsubstvar($pkg, 'runit:Breaks', 'runit', '<< 2.1.2-20~'); + # runit=2.1.2-23 introduced /lib/runit/invoke-run + addsubstvar($pkg, 'runit:Conflicts', 'runit', '<< 2.1.2-23~'); + addsubstvar($pkg, 'runit:Breaks', 'runit', '<< 2.1.2-23~'); addsubstvar($pkg, 'misc:Depends', 'runit-helper', '>= 2.8.1~'); } -- cgit v1.2.3