[med-svn] r14248 - trunk/packages/gdcm/trunk/debian
Mathieu Malaterre
malat at alioth.debian.org
Sat Jul 27 08:53:22 UTC 2013
Author: malat
Date: 2013-07-27 08:53:22 +0000 (Sat, 27 Jul 2013)
New Revision: 14248
Modified:
trunk/packages/gdcm/trunk/debian/rules
Log:
fix install
Modified: trunk/packages/gdcm/trunk/debian/rules
===================================================================
--- trunk/packages/gdcm/trunk/debian/rules 2013-07-26 08:01:07 UTC (rev 14247)
+++ trunk/packages/gdcm/trunk/debian/rules 2013-07-27 08:53:22 UTC (rev 14248)
@@ -68,6 +68,7 @@
-DPython_ADDITIONAL_VERSIONS=$(PYVER) \
-DGDCM_INSTALL_DOC_DIR:STRING=share/doc/gdcm-doc \
-DTAGFILES:STRING="/usr/share/doc/vtk-doc/html/vtk$(VTKVERS).tag=/usr/share/doc/vtk-doc/html/" \
+ -DGDCM_INSTALL_PYTHONMODULE_DIR:STRING=lib/python/dist-packages \
-DGDCM_USE_VTK:BOOL=ON
override_dh_auto_configure:
@@ -93,7 +94,7 @@
echo "php:Depends=phpapi-`php-config5 --phpapi`" >> debian/php5-vtkgdcm.substvars
# Python
mv debian/tmp/usr/lib/python debian/tmp/$(PYMODDIR)
- mv debian/tmp/usr/lib/_gdcmswig.so* debian/tmp/$(PYMODDIR)/dist-packages/
+ #mv debian/tmp/usr/lib/_gdcmswig.so* debian/tmp/$(PYMODDIR)/dist-packages/
override_dh_strip:
dh_strip --dbg-package=libgdcm2.2-dbg
More information about the debian-med-commit
mailing list