Author: malat-guest Date: 2012-01-02 09:32:02 +0000 (Mon, 02 Jan 2012) New Revision: 9136
Removed: trunk/packages/gdcm/trunk/debian/patches/remove_gdcm2pnm.patch Modified: trunk/packages/gdcm/trunk/debian/changelog trunk/packages/gdcm/trunk/debian/patches/series trunk/packages/gdcm/trunk/debian/python-gdcm.install Log: Fix install Modified: trunk/packages/gdcm/trunk/debian/changelog =================================================================== --- trunk/packages/gdcm/trunk/debian/changelog 2012-01-01 18:50:10 UTC (rev 9135) +++ trunk/packages/gdcm/trunk/debian/changelog 2012-01-02 09:32:02 UTC (rev 9136) @@ -1,6 +1,7 @@ gdcm (2.0.19-1) UNRELEASED; urgency=low * New upstream + * Adding back missing gdcm2pnm tools -- Mathieu Malaterre <[email protected]> Sun, 01 Jan 2012 19:40:54 +0100 Deleted: trunk/packages/gdcm/trunk/debian/patches/remove_gdcm2pnm.patch =================================================================== --- trunk/packages/gdcm/trunk/debian/patches/remove_gdcm2pnm.patch 2012-01-01 18:50:10 UTC (rev 9135) +++ trunk/packages/gdcm/trunk/debian/patches/remove_gdcm2pnm.patch 2012-01-02 09:32:02 UTC (rev 9136) @@ -1,13 +0,0 @@ -Index: gdcm-2.0.18/Utilities/VTK/Applications/CMakeLists.txt -=================================================================== ---- gdcm-2.0.18.orig/Utilities/VTK/Applications/CMakeLists.txt 2011-09-03 16:00:39.000000000 +0200 -+++ gdcm-2.0.18/Utilities/VTK/Applications/CMakeLists.txt 2011-09-03 16:21:47.000000000 +0200 -@@ -21,7 +21,7 @@ - SET(GDCM_VTK_APPS - ${GDCM_VTK_APPS} - gdcmviewer # vtkImageViewer2 -- gdcm2pnm -+ #gdcm2pnm - ) - ENDIF(VTK_USE_RENDERING) - Modified: trunk/packages/gdcm/trunk/debian/patches/series =================================================================== --- trunk/packages/gdcm/trunk/debian/patches/series 2012-01-01 18:50:10 UTC (rev 9135) +++ trunk/packages/gdcm/trunk/debian/patches/series 2012-01-02 09:32:02 UTC (rev 9136) @@ -1,3 +1,2 @@ -remove_gdcm2pnm.patch toplevelskip.patch #removedocfromall.patch Modified: trunk/packages/gdcm/trunk/debian/python-gdcm.install =================================================================== --- trunk/packages/gdcm/trunk/debian/python-gdcm.install 2012-01-01 18:50:10 UTC (rev 9135) +++ trunk/packages/gdcm/trunk/debian/python-gdcm.install 2012-01-02 09:32:02 UTC (rev 9136) @@ -1,3 +1,3 @@ usr/lib/python*/dist-packages/gdcm.py -usr/lib/python*/dist-packages/_gdcmswig.so* usr/lib/python*/dist-packages/gdcmswig.py +usr/lib/_gdcmswig.so* _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
