summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdh_runit1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_runit b/dh_runit
index 0e1d320..abff983 100755
--- a/dh_runit
+++ b/dh_runit
@@ -106,6 +106,7 @@ PKG: foreach my $pkg (@{$dh{DOPACKAGES}}) {
106 } 106 }
107 autoscript($pkg, 'prerm', 'prerm-runit', "s/#NAME#/$name/"); 107 autoscript($pkg, 'prerm', 'prerm-runit', "s/#NAME#/$name/");
108 } 108 }
109 addsubstvar($pkg, 'misc:Depends', 'runit', '>= 2.1.2-4');
109} 110}
110 111
111# PROMISE: DH NOOP WITHOUT runit 112# PROMISE: DH NOOP WITHOUT runit