summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-07-28 16:08:56 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-07-28 16:08:56 +0300
commitc360e821d2b77e7e81e6b39512474cc4f3b47b05 (patch)
tree2d6ca0ad3ead805fb1f6da9a12e710a3f65a366f /debian
parent7a6bfb4bbee9c224d5fd7b3fe62c7234a6804250 (diff)
Fix postrm script. Previously, it halted purge with errors about missing supervise directory. Indeed, if service was never started, it's supervise directory is empty and removed by dpkg.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 28bf913..3d0147a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ dh-runit (0.4) UNRELEASED; urgency=medium
2 2
3 * Fix bug, that caused dh-runit to attemt to create directory 3 * Fix bug, that caused dh-runit to attemt to create directory
4 under /. 4 under /.
5 * Fix postrm script. Previously, it halted purge with errors about
6 missing supervise directory. Indeed, if service was never started,
7 it's supervise directory is empty and removed by dpkg.
5 8
6 -- Dmitry Bogatov <KAction@gnu.org> Thu, 28 Jul 2016 15:36:43 +0300 9 -- Dmitry Bogatov <KAction@gnu.org> Thu, 28 Jul 2016 15:36:43 +0300
7 10