[med-svn] r11633 - trunk/packages/vista/trunk/debian
Luis Ibanez
luisibanez-guest at alioth.debian.org
Sat Jul 7 19:32:56 UTC 2012
Author: luisibanez-guest
Date: 2012-07-07 19:32:56 +0000 (Sat, 07 Jul 2012)
New Revision: 11633
Modified:
trunk/packages/vista/trunk/debian/changelog
trunk/packages/vista/trunk/debian/rules
Log:
Skip dh_auto_test, by adding override_dh_auto_test section.
Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog 2012-07-07 18:46:18 UTC (rev 11632)
+++ trunk/packages/vista/trunk/debian/changelog 2012-07-07 19:32:56 UTC (rev 11633)
@@ -14,6 +14,7 @@
Introduced a dedicated get-orig-source file to better use bash commands.
Added specification of OSEHRA_PATH to invocation of CMake.
OSEHRA_PATH should be a PATH type, not a STRING type.
+ Skip dh_auto_test, by adding override_dh_auto_test section.
* debian/get-orig-source:
Now preparing the routines.ro and globals.lst files at the moment of
packaging creating the orig.tar.gz file.
Modified: trunk/packages/vista/trunk/debian/rules
===================================================================
--- trunk/packages/vista/trunk/debian/rules 2012-07-07 18:46:18 UTC (rev 11632)
+++ trunk/packages/vista/trunk/debian/rules 2012-07-07 19:32:56 UTC (rev 11633)
@@ -25,6 +25,9 @@
-DVISTA_GLOBALS_DIR:PATH=$(VISTA_GLOBALS_DIR) \
-DVISTA_ROUTINE_DIR:PATH=$(VISTA_ROUTINES_DIR)
+override_dh_auto_test:
+ echo "I: skip dh_auto_test, since the instance has not been imported yet".
+
override_dh_auto_install:
./debian/auto_install
More information about the debian-med-commit
mailing list