[med-svn] r15453 - trunk/packages/python-casmoothing/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Sat Dec 7 09:17:12 UTC 2013


Author: tille
Date: 2013-12-07 09:17:12 +0000 (Sat, 07 Dec 2013)
New Revision: 15453

Modified:
   trunk/packages/python-casmoothing/trunk/debian/changelog
   trunk/packages/python-casmoothing/trunk/debian/control
Log:
Drop explicit Depends libvtk5.8 to enable automatic depencency


Modified: trunk/packages/python-casmoothing/trunk/debian/changelog
===================================================================
--- trunk/packages/python-casmoothing/trunk/debian/changelog	2013-12-07 08:39:03 UTC (rev 15452)
+++ trunk/packages/python-casmoothing/trunk/debian/changelog	2013-12-07 09:17:12 UTC (rev 15453)
@@ -1,8 +1,11 @@
-python-casmoothing (0.1-2) UNRELEASED; urgency=low
+python-casmoothing (0.1-2) unstable; urgency=low
 
   * debian/control:
      - cme fix dpkg-control
      - canonical Vcs URLs
+     - Drop explicit Depends libvtk5.8 to enable automatic depencency
+       detection via ${shlibs:Depends}
+       Closes: #708255
   * cme fix dpkg-copyright
 
  -- Andreas Tille <tille at debian.org>  Sat, 07 Dec 2013 09:34:34 +0100

Modified: trunk/packages/python-casmoothing/trunk/debian/control
===================================================================
--- trunk/packages/python-casmoothing/trunk/debian/control	2013-12-07 08:39:03 UTC (rev 15452)
+++ trunk/packages/python-casmoothing/trunk/debian/control	2013-12-07 09:17:12 UTC (rev 15453)
@@ -21,8 +21,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends},
-         python-vtk,
-         libvtk5.8
+         python-vtk
 Description: Context-aware mesh smoothing for biomedical applications
  Smoothing algorithms allow to reduce artifacts from mesh generation, but often
  degrade accuracy. The method described in the paper "Context-aware mesh




More information about the debian-med-commit mailing list