Control: tags 1031741 + patch Control: tags 1031741 + pending Dear maintainer,
I've prepared an NMU for goxel (versioned as 0.11.0-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru goxel-0.11.0/debian/changelog goxel-0.11.0/debian/changelog --- goxel-0.11.0/debian/changelog 2023-01-11 23:54:53.000000000 +0200 +++ goxel-0.11.0/debian/changelog 2023-03-20 09:46:36.000000000 +0200 @@ -1,3 +1,11 @@ +goxel (0.11.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build without sanitizers. (Closes: #1031741) + * Build on all architectures again. + + -- Adrian Bunk <b...@debian.org> Mon, 20 Mar 2023 09:46:36 +0200 + goxel (0.11.0-1) unstable; urgency=medium * New upstream release (Closes: #984155) diff -Nru goxel-0.11.0/debian/control goxel-0.11.0/debian/control --- goxel-0.11.0/debian/control 2023-01-11 23:54:53.000000000 +0200 +++ goxel-0.11.0/debian/control 2023-03-20 09:46:36.000000000 +0200 @@ -18,7 +18,7 @@ Rules-Requires-Root: no Package: goxel -Architecture: amd64 arm64 armel armhf i386 m68k mips powerpc ppc64 ppc64el sh4 x32 +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: 3D voxel editor Goxel is a 3D program that lets you create voxel volumes. diff -Nru goxel-0.11.0/debian/rules goxel-0.11.0/debian/rules --- goxel-0.11.0/debian/rules 2023-01-11 23:54:53.000000000 +0200 +++ goxel-0.11.0/debian/rules 2023-03-20 09:46:36.000000000 +0200 @@ -19,7 +19,7 @@ rm -rf .sconsign.dblite override_dh_auto_build: - scons cycles=0 debug=0 clang=1 --jobs=$(NUMJOBS) --no-cache + scons cycles=0 mode=release werror=0 clang=1 --jobs=$(NUMJOBS) --no-cache cp -a ./osx/goxel/goxel/Assets.xcassets/AppIcon.appiconset/64.png ./goxel.png override_dh_installman: