summaryrefslogtreecommitdiff
path: root/dh_runit
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2017-03-02 13:48:19 +0300
committerDmitry Bogatov <KAction@gnu.org>2017-03-02 13:48:19 +0300
commit1d0b451857a58613deb0366cc3436a0bad25a938 (patch)
tree3ab33bce4b2b2dcba47c599cbcdee5433959a47b /dh_runit
parentfa229e9d6d037e08ff548b80a9b43ffded8e352a (diff)
Introduce new binary package 'runit-helper', allowing packages to access fixes and improvements in 'dh-runit' without rebuild.
Diffstat (limited to 'dh_runit')
-rwxr-xr-xdh_runit1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_runit b/dh_runit
index 3be25bb..36031ed 100755
--- a/dh_runit
+++ b/dh_runit
@@ -100,6 +100,7 @@ HERE
100 } 100 }
101 } 101 }
102 addsubstvar($pkg, 'misc:Depends', 'runit', '>= 2.1.2-7'); 102 addsubstvar($pkg, 'misc:Depends', 'runit', '>= 2.1.2-7');
103 addsubstvar($pkg, 'misc:Depends', 'runit-helper');
103} 104}
104 105
105# PROMISE: DH NOOP WITHOUT runit 106# PROMISE: DH NOOP WITHOUT runit