[med-svn] r7896 - trunk/packages/pixelmed/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Tue Sep 20 20:58:57 UTC 2011


Author: malat-guest
Date: 2011-09-20 20:58:57 +0000 (Tue, 20 Sep 2011)
New Revision: 7896

Modified:
   trunk/packages/pixelmed/trunk/debian/changelog
   trunk/packages/pixelmed/trunk/debian/rules
Log:
add tests

Modified: trunk/packages/pixelmed/trunk/debian/changelog
===================================================================
--- trunk/packages/pixelmed/trunk/debian/changelog	2011-09-20 20:45:45 UTC (rev 7895)
+++ trunk/packages/pixelmed/trunk/debian/changelog	2011-09-20 20:58:57 UTC (rev 7896)
@@ -1,4 +1,4 @@
-pixelmed (20110901-1) UNRELEASED; urgency=low
+pixelmed (20110901-1) unstable; urgency=low
 
   * New upstream
   * Switch to dch 8

Modified: trunk/packages/pixelmed/trunk/debian/rules
===================================================================
--- trunk/packages/pixelmed/trunk/debian/rules	2011-09-20 20:45:45 UTC (rev 7895)
+++ trunk/packages/pixelmed/trunk/debian/rules	2011-09-20 20:58:57 UTC (rev 7896)
@@ -6,6 +6,9 @@
 %:
 	dh $@ --with javahelper
 
+override_dh_auto_test:
+	cd com/pixelmed/test/ && $(MAKE) alltests
+
 override_dh_auto_install:
 	# FIXME: isn't there something easier:
 	cp sample.com.pixelmed.display.DicomImageViewer.properties .com.pixelmed.display.DicomImageViewer.properties 




More information about the debian-med-commit mailing list