From f4ab345fd51a86db9eccc7231bdd16db375ea2d0 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Wed, 31 Aug 2016 14:02:13 +0300 Subject: Do not create /etc/runit/runsvdir/default directory. Instead, it is provided by runit binary package. It saved us trouble of ensuring, that directory is removed at apporiate time. --- dh_runit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_runit') diff --git a/dh_runit b/dh_runit index 28c9d86..6bce272 100755 --- a/dh_runit +++ b/dh_runit @@ -99,7 +99,7 @@ PKG: foreach my $pkg (@{$dh{DOPACKAGES}}) { install_dir("$tmp/var/lib/runit/log/supervise/$name"); } } - addsubstvar($pkg, 'misc:Depends', 'runit', '>= 2.1.2-4'); + addsubstvar($pkg, 'misc:Depends', 'runit', '>= 2.1.2-7'); } # PROMISE: DH NOOP WITHOUT runit -- cgit v1.2.3