[med-svn] r9143 - trunk/packages/gdcm/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Tue Jan 3 13:49:29 UTC 2012
Author: malat-guest
Date: 2012-01-03 13:49:29 +0000 (Tue, 03 Jan 2012)
New Revision: 9143
Modified:
trunk/packages/gdcm/trunk/debian/changelog
trunk/packages/gdcm/trunk/debian/python-gdcm.install
trunk/packages/gdcm/trunk/debian/rules
Log:
Fix python installation
Modified: trunk/packages/gdcm/trunk/debian/changelog
===================================================================
--- trunk/packages/gdcm/trunk/debian/changelog 2012-01-03 13:12:24 UTC (rev 9142)
+++ trunk/packages/gdcm/trunk/debian/changelog 2012-01-03 13:49:29 UTC (rev 9143)
@@ -1,9 +1,9 @@
-gdcm (2.0.19-1) UNRELEASED; urgency=low
+gdcm (2.0.19-1) unstable; urgency=low
- * New upstream
+ * New upstream: 2.0.19
* Adding back missing gdcm2pnm tools
- -- Mathieu Malaterre <mathieu.malaterre at gmail.com> Sun, 01 Jan 2012 19:40:54 +0100
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com> Tue, 03 Jan 2012 14:13:03 +0100
gdcm (2.0.18-7) unstable; urgency=low
Modified: trunk/packages/gdcm/trunk/debian/python-gdcm.install
===================================================================
--- trunk/packages/gdcm/trunk/debian/python-gdcm.install 2012-01-03 13:12:24 UTC (rev 9142)
+++ trunk/packages/gdcm/trunk/debian/python-gdcm.install 2012-01-03 13:49:29 UTC (rev 9143)
@@ -1,3 +1,3 @@
usr/lib/python*/dist-packages/gdcm.py
usr/lib/python*/dist-packages/gdcmswig.py
-usr/lib/_gdcmswig.so*
+usr/lib/python*/dist-packages/_gdcmswig.so*
Modified: trunk/packages/gdcm/trunk/debian/rules
===================================================================
--- trunk/packages/gdcm/trunk/debian/rules 2012-01-03 13:12:24 UTC (rev 9142)
+++ trunk/packages/gdcm/trunk/debian/rules 2012-01-03 13:49:29 UTC (rev 9143)
@@ -55,6 +55,7 @@
override_dh_auto_install:
dh_auto_install
+ mv debian/tmp/usr/lib/_gdcmswig.so* debian/tmp/$(PYMODDIR)
mv debian/tmp/usr/lib/python debian/tmp/$(PYMODDIR)
override_dh_strip:
More information about the debian-med-commit
mailing list