[Pkg-tcltk-commits] r1633 - itk3/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Sat Jul 5 14:41:25 UTC 2014


Author: sgolovan
Date: 2014-07-05 14:41:25 +0000 (Sat, 05 Jul 2014)
New Revision: 1633

Modified:
   itk3/trunk/debian/rules
Log:
[itk3]
  * Disable tests because they need X.


Modified: itk3/trunk/debian/rules
===================================================================
--- itk3/trunk/debian/rules	2014-07-05 14:37:22 UTC (rev 1632)
+++ itk3/trunk/debian/rules	2014-07-05 14:41:25 UTC (rev 1633)
@@ -79,6 +79,9 @@
 	    mv $$i `echo $$i | sed -e 's/\.n/\.3itk/'` ; \
           done
 
+override_dh_auto_test:
+	# Tests require X-Window, so, diable them
+
 override_dh_link:
 	rm -r debian/itk3-dev/usr/share/doc/itk3-dev
 	dh_link
@@ -89,5 +92,5 @@
 source diff:
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
-.PHONY: override_dh_auto_configure override_dh_auto_build override_dh_clean \
+.PHONY: override_dh_auto_configure override_dh_auto_build override_dh_clean override_dh_auto_test \
 	override_dh_auto_install override_dh_makeshlibs override_dh_link get-orig-source




More information about the Pkg-tcltk-commits mailing list