Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package inventor. At the vBSP Salzburg I have uploaded an NMU to fix the empty inventor-doc package. By accident I forgot to properly close the bug, but have done so manually. unblock inventor/2.1.5-10-23.1 debdiff below: diff -Nru inventor-2.1.5-10/debian/changelog inventor-2.1.5-10/debian/changelog --- inventor-2.1.5-10/debian/changelog 2020-10-20 02:15:34.000000000 +0000 +++ inventor-2.1.5-10/debian/changelog 2021-04-24 11:51:14.000000000 +0000 @@ -1,3 +1,11 @@ +inventor (2.1.5-10-23.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove arch-specific filter used when building the arch: all + packages, hopefully fixing #889189. + + -- Chris Hofstaedtler <z...@debian.org> Sat, 24 Apr 2021 11:51:14 +0000 + inventor (2.1.5-10-23) unstable; urgency=medium [ Steve Robbins ] diff -Nru inventor-2.1.5-10/debian/rules inventor-2.1.5-10/debian/rules --- inventor-2.1.5-10/debian/rules 2020-10-20 02:15:34.000000000 +0000 +++ inventor-2.1.5-10/debian/rules 2021-04-24 11:51:14.000000000 +0000 @@ -48,7 +48,10 @@ # ensure that the uploader builds on a favoured architecture, e.g. # i386. # -ifneq (,$(findstring $(DEB_BUILD_ARCH),i386 sparc powerpc mips mipsel)) +# NMU note: "all" is now built on an amd64 buildd. Lets just hope +# ivman works on amd64; hardcoding a list of archs that are not used +# to build "all" certainly does not help. +ifneq (,$(findstring $(DEB_BUILD_ARCH),amd64 i386 sparc powerpc mips mipsel)) export BUILDMAN=true endif