[med-svn] r9144 - trunk/packages/gdcm/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Tue Jan 3 13:56:38 UTC 2012
Author: malat-guest
Date: 2012-01-03 13:56:38 +0000 (Tue, 03 Jan 2012)
New Revision: 9144
Modified:
trunk/packages/gdcm/trunk/debian/rules
Log:
Another fix for python package
Modified: trunk/packages/gdcm/trunk/debian/rules
===================================================================
--- trunk/packages/gdcm/trunk/debian/rules 2012-01-03 13:49:29 UTC (rev 9143)
+++ trunk/packages/gdcm/trunk/debian/rules 2012-01-03 13:56:38 UTC (rev 9144)
@@ -55,8 +55,8 @@
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)
+ mv debian/tmp/usr/lib/_gdcmswig.so* debian/tmp/$(PYMODDIR)/dist-packages/
override_dh_strip:
dh_strip --dbg-package=libgdcm2.0-dbg
More information about the debian-med-commit
mailing list