Author: domibel Date: 2012-01-28 03:38:47 +0000 (Sat, 28 Jan 2012) New Revision: 9467
Added: trunk/packages/plastimatch/tags/1.5.5+dfsg0-2/ trunk/packages/plastimatch/tags/1.5.5+dfsg0-2/debian/ Modified: trunk/packages/plastimatch/tags/1.5.5+dfsg0-2/debian/changelog trunk/packages/plastimatch/tags/1.5.5+dfsg0-2/debian/rules Log: tagging plastimatch 1.5.5+dfsg0-2 Modified: trunk/packages/plastimatch/tags/1.5.5+dfsg0-2/debian/changelog =================================================================== --- trunk/packages/plastimatch/trunk/debian/changelog 2012-01-28 02:47:00 UTC (rev 9465) +++ trunk/packages/plastimatch/tags/1.5.5+dfsg0-2/debian/changelog 2012-01-28 03:38:47 UTC (rev 9467) @@ -1,8 +1,8 @@ -plastimatch (1.5.6+dfsg0-1) unstable; urgency=low +plastimatch (1.5.5+dfsg0-2) unstable; urgency=low - * new upstream release + * Make the test suite fatal on supported arches - -- Gregory C. Sharp <[email protected]> Wed, 25 Jan 2012 22:44:17 -0500 + -- Dominique Belhachemi <[email protected]> Wed, 09 Nov 2011 23:10:50 -0500 plastimatch (1.5.5+dfsg0-1) unstable; urgency=low Modified: trunk/packages/plastimatch/tags/1.5.5+dfsg0-2/debian/rules =================================================================== --- trunk/packages/plastimatch/trunk/debian/rules 2012-01-28 02:47:00 UTC (rev 9465) +++ trunk/packages/plastimatch/tags/1.5.5+dfsg0-2/debian/rules 2012-01-28 03:38:47 UTC (rev 9467) @@ -1,5 +1,9 @@ #!/usr/bin/make -f +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) + # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -15,5 +19,14 @@ override_dh_auto_configure: dh_auto_configure -- $(DEB_CMAKE_EXTRA_FLAGS) +override_dh_auto_test: +#Make the test suit fatal on supported arches +ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-amd64)) + dh_auto_test +else + dh_auto_test || true +endif + + get-orig-source: . debian/get-orig-source _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
