summaryrefslogtreecommitdiff
path: root/dh_runit
diff options
context:
space:
mode:
Diffstat (limited to 'dh_runit')
-rwxr-xr-xdh_runit7
1 files changed, 7 insertions, 0 deletions
diff --git a/dh_runit b/dh_runit
index a699692..447ae70 100755
--- a/dh_runit
+++ b/dh_runit
@@ -105,6 +105,7 @@ HERE
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 addsubstvar($pkg, 'runit:Conflicts', 'runit', '<< 2.1.2-20~');
108 addsubstvar($pkg, 'runit:Breaks', 'runit', '<< 2.1.2-20~');
108 addsubstvar($pkg, 'misc:Depends', 'runit-helper', '>= 2.8.1~'); 109 addsubstvar($pkg, 'misc:Depends', 'runit-helper', '>= 2.8.1~');
109} 110}
110 111
@@ -169,6 +170,12 @@ is error, following are supported:
169 170
170=back 171=back
171 172
173=head1 SUBSTITUTION VARIABLES
174
175Package, created with help of B<dh_runit> does not depends on B<runit>,
176but should add I<runit:Breaks> variable into I<Breaks> field in I<debian/control>
177to ensure, that no breakages are caused by too old version of B<runit> package.
178
172=head1 EXAMPLES 179=head1 EXAMPLES
173 180
174This section contains several example snippets from F<I<package>.runit> 181This section contains several example snippets from F<I<package>.runit>