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

Mathieu Malaterre malat at alioth.debian.org
Thu Apr 25 10:22:24 UTC 2013


Author: malat
Date: 2013-04-25 10:22:23 +0000 (Thu, 25 Apr 2013)
New Revision: 13415

Modified:
   trunk/packages/pixelmed/trunk/debian/rules
Log:
Simply d/rules

Modified: trunk/packages/pixelmed/trunk/debian/rules
===================================================================
--- trunk/packages/pixelmed/trunk/debian/rules	2013-04-25 09:33:47 UTC (rev 13414)
+++ trunk/packages/pixelmed/trunk/debian/rules	2013-04-25 10:22:23 UTC (rev 13415)
@@ -6,14 +6,12 @@
 %:
 	dh $@ --with javahelper
 
-override_dh_auto_build-indep:
+override_dh_auto_build:
+	$(MAKE) all
 	$(MAKE) javadoc
 
-# No tests needed for docs
-override_dh_auto_test-indep:
-
 override_dh_auto_test:
-	cd com/pixelmed/test/ && $(MAKE) alltests
+	$(MAKE) -C com/pixelmed/test alltests
 
 override_dh_auto_install:
 	# FIXME: isn't there something easier:




More information about the debian-med-commit mailing list