Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package astropy-healpix. The package fixes the important bug #921324, "astropy-healpix FTBFS on i386: test failure". unblock astropy-healpix/0.4-3 Cheers, Leo -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-2-amd64 (SMP w/1 CPU core) Kernel taint flags: TAINT_CRAP Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru astropy-healpix-0.4/debian/changelog astropy-healpix-0.4/debian/changelog --- astropy-healpix-0.4/debian/changelog 2019-01-21 15:39:38.000000000 -0500 +++ astropy-healpix-0.4/debian/changelog 2019-03-05 22:53:26.000000000 -0500 @@ -1,3 +1,17 @@ +astropy-healpix (0.4-5) unstable; urgency=medium + + * Compile with -ffloat-store on i386 to fix unit test failures due + to unwanted floating point precision. (Closes: #921324) + + -- Leo Singer <leo.sin...@ligo.org> Tue, 05 Mar 2019 22:53:26 -0500 + +astropy-healpix (0.4-4) unstable; urgency=medium + + * Include python3-astropy as a build dependeny on all + architectures, including i386. + + -- Leo Singer <leo.sin...@ligo.org> Thu, 24 Jan 2019 10:34:27 -0500 + astropy-healpix (0.4-3) unstable; urgency=medium * Add python3-healpy as a build dependency on all architectures diff -Nru astropy-healpix-0.4/debian/control astropy-healpix-0.4/debian/control --- astropy-healpix-0.4/debian/control 2019-01-21 15:00:26.000000000 -0500 +++ astropy-healpix-0.4/debian/control 2019-03-05 22:49:29.000000000 -0500 @@ -7,7 +7,7 @@ python3-all-dev, python3-astropy, python3-astropy-helpers, - python3-healpy [any-ia64 any-amd64 any-arm64 any-arm any-mips any-mips64el any-mipsel any-ppc64 any-ppc64el any-sparc64], + python3-healpy (>= 1.12.8-8), python3-hypothesis, python3-numpy, python3-pytest, diff -Nru astropy-healpix-0.4/debian/rules astropy-healpix-0.4/debian/rules --- astropy-healpix-0.4/debian/rules 2019-01-20 22:46:01.000000000 -0500 +++ astropy-healpix-0.4/debian/rules 2019-03-05 22:51:34.000000000 -0500 @@ -9,6 +9,11 @@ # Astropy-affiliated packages do. export PYBUILD_AFTER_INSTALL := find {destdir} -name '*.c' -delete +ifeq ($(DEB_HOST_ARCH),i386) + export DEB_CFLAGS_MAINT_APPEND := -ffloat-store +endif + + %: dh $@ --with python3 --buildsystem=pybuild