[med-svn] r16495 - trunk/packages/insighttoolkit/branches/itk4-enable-python/debian

Gert Wollny gert-guest at moszumanska.debian.org
Fri Mar 21 11:02:46 UTC 2014


Author: gert-guest
Date: 2014-03-21 11:02:46 +0000 (Fri, 21 Mar 2014)
New Revision: 16495

Modified:
   trunk/packages/insighttoolkit/branches/itk4-enable-python/debian/rules
Log:
correct path to WrapITK files to remove from install

Modified: trunk/packages/insighttoolkit/branches/itk4-enable-python/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/branches/itk4-enable-python/debian/rules	2014-03-20 21:51:19 UTC (rev 16494)
+++ trunk/packages/insighttoolkit/branches/itk4-enable-python/debian/rules	2014-03-21 11:02:46 UTC (rev 16495)
@@ -113,8 +113,8 @@
 	dh_install -p$(pkg_dev) --autodest debian/tmp/usr/include/ITK-$(SOVERSION)/*
 	dh_install -p$(pkg_dev) --autodest debian/tmp/usr/bin/itkTestDriver
 
-	# remove wrapping related cmake files, they should not be needed. 
-	rm -r debian/tmp/usr/lib/cmake/WrapITK
+	# remove wrapping related cmake files, and tools. They should not be needed. 
+	rm -r debian/tmp/usr/lib/cmake/ITK-$(SOVERSION)/WrapITK
 	dh_install -p$(pkg_dev) --autodest debian/tmp/usr/lib/cmake
 #	dh_install -p$(pkg_dev) Wrapping/WrapITK /usr/src
         #




More information about the debian-med-commit mailing list