Antonio Valentino pushed to branch master at Debian GIS Project / satpy
Commits: fba1b03b by Antonio Valentino at 2023-08-14T09:30:06+00:00 Fix testing - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +satpy (0.43.0-3) UNRELEASED; urgency=medium + + * debian/rules: + - Fix check on architectures and re-enable tests. + + -- Antonio Valentino <[email protected]> Mon, 14 Aug 2023 09:29:09 +0000 + satpy (0.43.0-2) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/rules ===================================== @@ -36,7 +36,7 @@ and not test_median" \ --ignore=satpy/tests/reader_tests/gms/test_gms5_vissr_l1b.py \ --ignore=satpy/tests/reader_tests/gms/test_gms5_vissr_navigation.py -ifeq (,$(filter $(DEB_BUILD_ARCH),armhf)) +ifneq (,$(filter $(DEB_BUILD_ARCH),armhf)) export PYBUILD_DISABLE=test endif View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/commit/fba1b03b97959fc47615407ff9710756f6848b93 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/commit/fba1b03b97959fc47615407ff9710756f6848b93 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
