tags 859173 + patch severity 859173 normal user helm...@debian.org usertags 859173 + rebootstrap thanks
Hi Felix, On Fri, Jun 16, 2017 at 04:06:54PM -0400, Nico Weber wrote: > Hi, I'm the upstream ninja maintainer. Helmut asked me to leave a short > comment here after talking on IRC. I believe option 1 should be safe; ninja > shouldn't change in behavior for different build, host, or target*. My reading of the very good manual confirms that analysis. The attached patch implements option 1. Please apply it soonish as it blocks work on #859177. Helmut
diff --minimal -Nru ninja-build-1.7.2/debian/changelog ninja-build-1.7.2/debian/changelog --- ninja-build-1.7.2/debian/changelog 2016-11-11 17:20:12.000000000 +0100 +++ ninja-build-1.7.2/debian/changelog 2017-06-17 17:19:24.000000000 +0200 @@ -1,3 +1,10 @@ +ninja-build (1.7.2-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark ninja-build Multi-Arch: foreign (Closes: #859173) + + -- Helmut Grohne <hel...@subdivi.de> Sat, 17 Jun 2017 17:19:24 +0200 + ninja-build (1.7.2-1) unstable; urgency=medium * New upstream release. diff --minimal -Nru ninja-build-1.7.2/debian/control ninja-build-1.7.2/debian/control --- ninja-build-1.7.2/debian/control 2016-02-07 11:42:36.000000000 +0100 +++ ninja-build-1.7.2/debian/control 2017-06-17 17:19:24.000000000 +0200 @@ -17,6 +17,7 @@ Package: ninja-build Architecture: any +Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: ninja Description: small build system closest in spirit to Make