Rafael Laboissiere pushed to branch master at Debian Med / praat
Commits: bcfe4ed6 by Rafael Laboissière at 2020-04-19T15:12:08-03:00 Do not specify the set of archictures for which the package is built. However, prevent the unit testing for certain architectures, which take very long to run them (armel, amrhf, and mipsel). Gbp-Dch: Full - - - - - 850db404 by Rafael Laboissière at 2020-04-19T17:38:39-03:00 Changelog entry for version 6.1.12-2 Gbp-Dch: Ignore - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +praat (6.1.12-2) unstable; urgency=medium + + * Do not specify the set of archictures for which the package is built.. + However, prevent the unit testing for certain architectures, + which take very long to run them (armel, amrhf, and mipsel). + + -- Rafael Laboissière <[email protected]> Sun, 19 Apr 2020 03:38:54 -0300 + praat (6.1.12-1) unstable; urgency=medium * New upstream version 6.1.12 ===================================== debian/control ===================================== @@ -19,7 +19,7 @@ Homepage: http://www.praat.org Rules-Requires-Root: no Package: praat -Architecture: amd64 arm64 i386 mips64el ppc64el s390x alpha kfreebsd-amd64 kfreebsd-i386 m68k powerpc powerpcspe ppc64 sparc64 +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, oss-compat, ===================================== debian/rules ===================================== @@ -83,7 +83,9 @@ override_dh_auto_install: dh_installchangelogs debian/What_s_new_.html dh_auto_install -- INSTALL= +ifeq (,$(filter $(DEB_HOST_ARCH),armel amrhf mipsel)) ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: PRAAT=$(CURDIR)/praat debian/tests/run-tests endif +endif View it on GitLab: https://salsa.debian.org/med-team/praat/-/compare/d8733247f49faee40673b1db411448d8a0cab4f1...850db40475eae9726cc705291e95102571c7fb82 -- View it on GitLab: https://salsa.debian.org/med-team/praat/-/compare/d8733247f49faee40673b1db411448d8a0cab4f1...850db40475eae9726cc705291e95102571c7fb82 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
