[med-svn] r7640 - in trunk/packages/gdcm/trunk/debian: . patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Sat Sep 3 15:34:35 UTC 2011
Author: malat-guest
Date: 2011-09-03 15:34:35 +0000 (Sat, 03 Sep 2011)
New Revision: 7640
Added:
trunk/packages/gdcm/trunk/debian/patches/fixsitepackage.patch
Modified:
trunk/packages/gdcm/trunk/debian/patches/series
trunk/packages/gdcm/trunk/debian/python-gdcm.install
trunk/packages/gdcm/trunk/debian/python-vtkgdcm.install
Log:
fix lintian python-module-in-wrong-location
Added: trunk/packages/gdcm/trunk/debian/patches/fixsitepackage.patch
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/fixsitepackage.patch (rev 0)
+++ trunk/packages/gdcm/trunk/debian/patches/fixsitepackage.patch 2011-09-03 15:34:35 UTC (rev 7640)
@@ -0,0 +1,13 @@
+Index: gdcm-2.0.18/CMakeLists.txt
+===================================================================
+--- gdcm-2.0.18.orig/CMakeLists.txt 2011-09-03 17:33:33.000000000 +0200
++++ gdcm-2.0.18/CMakeLists.txt 2011-09-03 17:33:38.000000000 +0200
+@@ -53,7 +53,7 @@
+ SET(GDCM_EXECUTABLE_PROPERTIES)
+ IF(GDCM_NO_EXECUTABLE_PROPERTIES)
+ SET(GDCM_EXECUTABLE_PROPERTIES)
+- SET(python_site_package "python/site-packages")
++ SET(python_site_package "python/dist-packages")
+ ELSE(GDCM_NO_EXECUTABLE_PROPERTIES)
+ SET(python_site_package "")
+ ENDIF(GDCM_NO_EXECUTABLE_PROPERTIES)
Modified: trunk/packages/gdcm/trunk/debian/patches/series
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/series 2011-09-03 15:32:18 UTC (rev 7639)
+++ trunk/packages/gdcm/trunk/debian/patches/series 2011-09-03 15:34:35 UTC (rev 7640)
@@ -1,2 +1,3 @@
remove_gdcm2pnm.patch
addvtkgdcmjavaclasspath.patch
+fixsitepackage.patch
Modified: trunk/packages/gdcm/trunk/debian/python-gdcm.install
===================================================================
--- trunk/packages/gdcm/trunk/debian/python-gdcm.install 2011-09-03 15:32:18 UTC (rev 7639)
+++ trunk/packages/gdcm/trunk/debian/python-gdcm.install 2011-09-03 15:34:35 UTC (rev 7640)
@@ -1,3 +1,3 @@
-usr/lib/python*/site-packages/gdcm.py
-usr/lib/python*/site-packages/_gdcmswig.so*
-usr/lib/python*/site-packages/gdcmswig.py
+usr/lib/python*/dist-packages/gdcm.py
+usr/lib/python*/dist-packages/_gdcmswig.so*
+usr/lib/python*/dist-packages/gdcmswig.py
Modified: trunk/packages/gdcm/trunk/debian/python-vtkgdcm.install
===================================================================
--- trunk/packages/gdcm/trunk/debian/python-vtkgdcm.install 2011-09-03 15:32:18 UTC (rev 7639)
+++ trunk/packages/gdcm/trunk/debian/python-vtkgdcm.install 2011-09-03 15:34:35 UTC (rev 7640)
@@ -1,3 +1,3 @@
-usr/lib/python*/site-packages/vtkgdcm.py
-usr/lib/python*/site-packages/libvtkgdcmPython.so*
+usr/lib/python*/dist-packages/vtkgdcm.py
+usr/lib/python*/dist-packages/libvtkgdcmPython.so*
usr/lib/libvtkgdcmPythonD.so*
More information about the debian-med-commit
mailing list