summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-09-03 20:01:19 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-09-03 20:01:19 +0300
commit8ff72d717c3634204653ebccc0913691b2dbd562 (patch)
treed3408c48449c0060c371cb6840842c8b0c2cd2c2 /debian
parent0319b273e2ea6cca679adc72c5d49e2ded1e989e (diff)
Do not create symbolic link in /etc/runit/runsvdir/ in maintainer script, make it part of binary package. It makes sure, that dpkg will make right thing.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/dh-runit.install1
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6c20df2..2a0378f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ dh-runit (1.6) UNRELEASED; urgency=medium
7 -run packages. It simplifies maintainace at cost of creation 7 -run packages. It simplifies maintainace at cost of creation
8 of empty directories in runit binary package. But since it is rare 8 of empty directories in runit binary package. But since it is rare
9 to install runit, but none of -run packages, trade-off seems justified. 9 to install runit, but none of -run packages, trade-off seems justified.
10 * Do not create symbolic link in /etc/runit/runsvdir/ in maintainer script,
11 make it part of binary package. It makes sure, that dpkg will make right
12 thing.
10 13
11 -- Dmitry Bogatov <KAction@gnu.org> Wed, 31 Aug 2016 14:00:10 +0300 14 -- Dmitry Bogatov <KAction@gnu.org> Wed, 31 Aug 2016 14:00:10 +0300
12 15
diff --git a/debian/dh-runit.install b/debian/dh-runit.install
index bc52d23..be3dc61 100644
--- a/debian/dh-runit.install
+++ b/debian/dh-runit.install
@@ -1,5 +1,4 @@
1dh_runit /usr/bin 1dh_runit /usr/bin
2postinst-runit /usr/share/debhelper/autoscripts
3prerm-runit /usr/share/debhelper/autoscripts 2prerm-runit /usr/share/debhelper/autoscripts
4postrm-runit /usr/share/debhelper/autoscripts 3postrm-runit /usr/share/debhelper/autoscripts
5runit.pm /usr/share/perl5/Debian/Debhelper/Sequence 4runit.pm /usr/share/perl5/Debian/Debhelper/Sequence