[med-svn] r19831 - trunk/packages/ginkgocadx/trunk/debian

Dmitry Smirnov onlyjob at moszumanska.debian.org
Tue Aug 4 08:22:56 UTC 2015


Author: onlyjob
Date: 2015-08-04 08:22:56 +0000 (Tue, 04 Aug 2015)
New Revision: 19831

Modified:
   trunk/packages/ginkgocadx/trunk/debian/rules
Log:
rules: export ITK_DIR to fix FTBFS with "libinsighttoolkit3-dev" (Closes: #789932)

Modified: trunk/packages/ginkgocadx/trunk/debian/rules
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/rules	2015-08-04 08:22:38 UTC (rev 19830)
+++ trunk/packages/ginkgocadx/trunk/debian/rules	2015-08-04 08:22:56 UTC (rev 19831)
@@ -11,6 +11,8 @@
 ## Disable wx3.0 WXDEBUG checks, as happened by default in wx2.8.
 ## (This is necessary to avoid segfaults with wx3.0).
 export DEB_CPPFLAGS_MAINT_APPEND=-DNDEBUG
+## remove after with update from "libinsighttoolkit3-dev" to "libinsighttoolkit4-dev":
+export ITK_DIR=/usr/lib/InsightToolkit
 
 PKD  = $(abspath $(dir $(MAKEFILE_LIST)))
 PKG  = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog | grep ^Source))




More information about the debian-med-commit mailing list