[med-svn] r3622 - trunk/packages/gdcm/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Mon Jul 13 10:08:33 UTC 2009
Author: malat-guest
Date: 2009-07-13 10:08:18 +0000 (Mon, 13 Jul 2009)
New Revision: 3622
Modified:
trunk/packages/gdcm/trunk/debian/changelog
trunk/packages/gdcm/trunk/debian/rules
Log:
dh_shlibdeps -Nlibvtkgdcm-java so that we avoid issues with private libs.
Modified: trunk/packages/gdcm/trunk/debian/changelog
===================================================================
--- trunk/packages/gdcm/trunk/debian/changelog 2009-07-13 08:40:16 UTC (rev 3621)
+++ trunk/packages/gdcm/trunk/debian/changelog 2009-07-13 10:08:18 UTC (rev 3622)
@@ -1,5 +1,6 @@
gdcm (2.0.12-6) unstable; urgency=low
+ * dh_shlibdeps -Nlibvtkgdcm-java so that we avoid issues with private libs.
* Bug #533198, moved vtk Java libraries from /usr/lib to /usr/lib/jni. Support
both old and new layout.
Modified: trunk/packages/gdcm/trunk/debian/rules
===================================================================
--- trunk/packages/gdcm/trunk/debian/rules 2009-07-13 08:40:16 UTC (rev 3621)
+++ trunk/packages/gdcm/trunk/debian/rules 2009-07-13 10:08:18 UTC (rev 3622)
@@ -171,7 +171,7 @@
# dh_makeclilibs
dh_makeshlibs -Xformats -V
dh_installdeb
- dh_shlibdeps
+ dh_shlibdeps -Nlibvtkgdcm-java
dh_gencontrol
dh_md5sums
dh_builddeb
More information about the debian-med-commit
mailing list