Package: openstack-pkg-tools Version: 87 Tags: patch User: [email protected] Usertags: rebootstrap Control: affects -1 + src:ntpstat src:openvswitch src:python-posix-ipc src:python-rjsmin src:python-wrapt src:subunit src:websockify
Hi Thomas, Thanks for your work on #902830. The redudction in hard dependencies means that all remaining dependencies are Multi-Arch: foreign. Together with the fact that openstack-pkg-tools lacks maintainer scripts, the Multi-Arch hinter (see tracker.d.o) suggests marking it Multi-Arch: foreign. Additionally, I looked through the contents and found that pkgos-bop-jenkins would not qualify as Multi-Arch: foreign, but it seems to me that this tool won't be used for packaging and requires a ton of further dependencies (git, pristine-tar, dpkg-dev, sudo, ...) as well as a special setup. The remaining pieces look fine. Thus I propose the simple patch. Helmut
diff --minimal -Nru openstack-pkg-tools-87/debian/changelog openstack-pkg-tools-87+nmu1/debian/changelog --- openstack-pkg-tools-87/debian/changelog 2018-10-24 18:32:44.000000000 +0200 +++ openstack-pkg-tools-87+nmu1/debian/changelog 2018-10-30 17:36:40.000000000 +0100 @@ -1,3 +1,10 @@ +openstack-pkg-tools (87+nmu1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark openstack-pkg-tools Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Tue, 30 Oct 2018 17:36:40 +0100 + openstack-pkg-tools (87) unstable; urgency=medium [ Michal Arbet ] diff --minimal -Nru openstack-pkg-tools-87/debian/control openstack-pkg-tools-87+nmu1/debian/control --- openstack-pkg-tools-87/debian/control 2018-10-24 18:32:44.000000000 +0200 +++ openstack-pkg-tools-87+nmu1/debian/control 2018-10-30 17:36:40.000000000 +0100 @@ -14,6 +14,7 @@ Package: openstack-pkg-tools Architecture: all +Multi-Arch: foreign Depends: gettext, jq,

