summaryrefslogtreecommitdiff
path: root/dh_runit
diff options
context:
space:
mode:
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