summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@debian.org>2019-02-15 17:56:44 +0000
committerDmitry Bogatov <KAction@debian.org>2019-02-15 17:56:44 +0000
commit1ed23c7d2cc65cd65cdd4eee2aff91970e4c8e4c (patch)
treea8fda1c35ffeaa4865daed9a9da419eb160c8f62
parentaeeef1669a1f3c0c95d3c061da7a099178ed33f4 (diff)
Fix short description of runit-helper (Closes: #922413)
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 909fd3d..98f9868 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1dh-runit (2.8.6) UNRELEASED; urgency=medium
2
3 * Fix short description of runit-helper (Closes: #922413)
4
5 -- Dmitry Bogatov <KAction@debian.org> Fri, 15 Feb 2019 17:56:05 +0000
6
1dh-runit (2.8.5) unstable; urgency=medium 7dh-runit (2.8.5) unstable; urgency=medium
2 8
3 * Mark `runit-helper' as Multi-Arch: foreign (Closes: #921950) 9 * Mark `runit-helper' as Multi-Arch: foreign (Closes: #921950)
diff --git a/debian/control b/debian/control
index 6c34ab2..d3f8428 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Package: runit-helper
25Architecture: all 25Architecture: all
26Depends: ${misc:Depends}, ${shlibs:Depends} 26Depends: ${misc:Depends}, ${shlibs:Depends}
27Multi-Arch: foreign 27Multi-Arch: foreign
28Description: dh-sysuser implementation detail 28Description: dh-runit implementation detail
29 runit-helper provides code, which actually perform actions on system 29 runit-helper provides code, which actually perform actions on system
30 users on behalf of dh-runit package. This separation allows packages 30 users on behalf of dh-runit package. This separation allows packages
31 take advantage of improvement or fixes in 'dh-runit' without 31 take advantage of improvement or fixes in 'dh-runit' without