summaryrefslogtreecommitdiff
path: root/dh_runit
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@debian.org>2019-02-24 20:56:29 +0000
committerDmitry Bogatov <KAction@debian.org>2019-02-24 20:56:29 +0000
commitff802ca3f296008f71eac69a9257ee2a58c27430 (patch)
tree2d0ba7f22bcbff6d666607a9abeac3a9c172f4bc /dh_runit
parent988bc6897c115eddddfd202e5dfa89aacd0fbe86 (diff)
Generate breaks with runit version, predating 'invoke-run' script.
Diffstat (limited to 'dh_runit')
-rwxr-xr-xdh_runit5
1 files changed, 3 insertions, 2 deletions
diff --git a/dh_runit b/dh_runit
index 7baad5f..8320b05 100755
--- a/dh_runit
+++ b/dh_runit
@@ -104,8 +104,9 @@ HERE
104 } 104 }
105 } 105 }
106 # runit=2.1.2-20 introduced 'runit-log' user 106 # runit=2.1.2-20 introduced 'runit-log' user
107 addsubstvar($pkg, 'runit:Conflicts', 'runit', '<< 2.1.2-20~'); 107 # runit=2.1.2-23 introduced /lib/runit/invoke-run
108 addsubstvar($pkg, 'runit:Breaks', 'runit', '<< 2.1.2-20~'); 108 addsubstvar($pkg, 'runit:Conflicts', 'runit', '<< 2.1.2-23~');
109 addsubstvar($pkg, 'runit:Breaks', 'runit', '<< 2.1.2-23~');
109 addsubstvar($pkg, 'misc:Depends', 'runit-helper', '>= 2.8.1~'); 110 addsubstvar($pkg, 'misc:Depends', 'runit-helper', '>= 2.8.1~');
110} 111}
111 112