summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@debian.org>2019-02-10 19:54:04 +0000
committerDmitry Bogatov <KAction@debian.org>2019-02-10 19:54:04 +0000
commit5b9927b1d57a988048344b7f3fb0e4c12bad957f (patch)
treebfd58c16b50917187201800cbac64270271805a2
parentd43bfe196877c3e318afe3355fcb5c80b6ab1d2d (diff)
Mark `runit-helper' as Multi-Arch: foreign (Closes: #921950)
-rw-r--r--debian/changelog7
-rw-r--r--debian/control1
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1e29663..74085b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1dh-runit (2.8.5) UNRELEASED; urgency=medium
2
3 * Mark `runit-helper' as Multi-Arch: foreign (Closes: #921950)
4 + Thanks: Elrond <elrond+bugs.debian.org@samba-tng.org>
5
6 -- Dmitry Bogatov <KAction@debian.org> Sun, 10 Feb 2019 19:53:18 +0000
7
1dh-runit (2.8.4) unstable; urgency=medium 8dh-runit (2.8.4) unstable; urgency=medium
2 9
3 * Copy-edit dh_runit(1) documentation. (Closes: #920963) 10 * Copy-edit dh_runit(1) documentation. (Closes: #920963)
diff --git a/debian/control b/debian/control
index c99e364..6c34ab2 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Description: debhelper add-on to handle runit runscripts
24Package: runit-helper 24Package: runit-helper
25Architecture: all 25Architecture: all
26Depends: ${misc:Depends}, ${shlibs:Depends} 26Depends: ${misc:Depends}, ${shlibs:Depends}
27Multi-Arch: foreign
27Description: dh-sysuser implementation detail 28Description: dh-sysuser implementation detail
28 runit-helper provides code, which actually perform actions on system 29 runit-helper provides code, which actually perform actions on system
29 users on behalf of dh-runit package. This separation allows packages 30 users on behalf of dh-runit package. This separation allows packages