Bug#939631: mark dh-runit Multi-Arch: foreign

2019-09-08 Thread Dmitry Bogatov


control: tags -1 +pending

[2019-09-07 08:22] Helmut Grohne 
> Package: dh-runit
> Version: 2.8.14
> Tags: patch
> User: debian-cr...@lists.debian.org
> Usertags: cross-satisfiability
> Control: affects -1 + src:acpid src:bcron src:irqbalance src:openssh 
> src:runit src:tor
>
> The affected packages fail to satisfy their cross Build-Depends, because
> their dependency on dh-runit is unsatisfiable. In general, Architecture:
> all packages can never satisfy cross Build-Depends unless marked
> Multi-Arch: foreign or annotated :native. In this case, it seems like
> dh-runit's operation is not influenced by which native arch it is run
> on. That makes it a good candidate for a Multi-Arch: foreign marking.
> Please consider applying the attached patch.

Thank you. I applied your patch in Git, will appear in next upload.
-- 
Note, that I send and fetch email in batch, once in a few days.
Please, mention in body of your reply when you add or remove recepients.



Bug#939631: mark dh-runit Multi-Arch: foreign

2019-09-07 Thread Helmut Grohne
Package: dh-runit
Version: 2.8.14
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: cross-satisfiability
Control: affects -1 + src:acpid src:bcron src:irqbalance src:openssh src:runit 
src:tor

The affected packages fail to satisfy their cross Build-Depends, because
their dependency on dh-runit is unsatisfiable. In general, Architecture:
all packages can never satisfy cross Build-Depends unless marked
Multi-Arch: foreign or annotated :native. In this case, it seems like
dh-runit's operation is not influenced by which native arch it is run
on. That makes it a good candidate for a Multi-Arch: foreign marking.
Please consider applying the attached patch.

Helmut
diff --minimal -Nru dh-runit-2.8.14/debian/changelog 
dh-runit-2.8.14+nmu1/debian/changelog
--- dh-runit-2.8.14/debian/changelog2019-08-30 21:13:17.0 +0200
+++ dh-runit-2.8.14+nmu1/debian/changelog   2019-09-07 08:16:07.0 
+0200
@@ -1,3 +1,10 @@
+dh-runit (2.8.14+nmu1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Mark dh-runit Multi-Arch: foreign (Closes: #-1)
+
+ -- Helmut Grohne   Sat, 07 Sep 2019 08:16:07 +0200
+
 dh-runit (2.8.14) unstable; urgency=medium
 
   * Ensure that all supported scripts in svdir are executable (Closes: #934173)
diff --minimal -Nru dh-runit-2.8.14/debian/control 
dh-runit-2.8.14+nmu1/debian/control
--- dh-runit-2.8.14/debian/control  2019-08-29 17:16:11.0 +0200
+++ dh-runit-2.8.14+nmu1/debian/control 2019-09-07 08:16:07.0 +0200
@@ -17,6 +17,7 @@
 
 Package: dh-runit
 Architecture: all
+Multi-Arch: foreign
 Depends: debhelper (>= 9),
  libtext-hogan-perl,
  libfile-slurp-perl,