[med-svn] r14908 - trunk/packages/staden-io-lib/trunk/debian

Charles Plessy plessy at alioth.debian.org
Mon Oct 21 22:57:06 UTC 2013


Author: plessy
Date: 2013-10-21 22:57:06 +0000 (Mon, 21 Oct 2013)
New Revision: 14908

Modified:
   trunk/packages/staden-io-lib/trunk/debian/changelog
   trunk/packages/staden-io-lib/trunk/debian/rules
Log:
Revert the disabling of the regression tests on sparc.


Modified: trunk/packages/staden-io-lib/trunk/debian/changelog
===================================================================
--- trunk/packages/staden-io-lib/trunk/debian/changelog	2013-10-21 19:58:48 UTC (rev 14907)
+++ trunk/packages/staden-io-lib/trunk/debian/changelog	2013-10-21 22:57:06 UTC (rev 14908)
@@ -1,6 +1,5 @@
 staden-io-lib (1.13.2-3) unstable; urgency=low
  
-  * debian/rules: tests on sparc fail (no reason found yet)
   * debian/patches: add patch to build on hurd_i386
   * no need to remove package from architecture anymore (Closes: #726875)
 

Modified: trunk/packages/staden-io-lib/trunk/debian/rules
===================================================================
--- trunk/packages/staden-io-lib/trunk/debian/rules	2013-10-21 19:58:48 UTC (rev 14907)
+++ trunk/packages/staden-io-lib/trunk/debian/rules	2013-10-21 22:57:06 UTC (rev 14908)
@@ -9,16 +9,6 @@
 %:
 	dh $@
 
-override_dh_auto_test:
-	# disable tests on architectures where they fail
-	# up to now it is not clear why some tests fail
-ifneq ($(DEB_BUILD_ARCH),sparc) 
-	echo "I: do testing"
-	dh_auto_test
-else
-	echo "I: no test on architecture sparc"
-endif
-
 override_dh_install:
 	dh_install
 	mkdir -p $(CURDIR)/debian/$(devpkg)/usr/bin




More information about the debian-med-commit mailing list