diff -Nru python-casmoothing-0.1/debian/changelog python-casmoothing-0.1/debian/changelog --- python-casmoothing-0.1/debian/changelog 2012-11-22 12:23:17.000000000 +0000 +++ python-casmoothing-0.1/debian/changelog 2013-12-07 09:06:36.000000000 +0000 @@ -1,3 +1,15 @@ +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 Sat, 07 Dec 2013 09:34:34 +0100 + python-casmoothing (0.1-1) unstable; urgency=low * Initial release (Closes: #693963) diff -Nru python-casmoothing-0.1/debian/control python-casmoothing-0.1/debian/control --- python-casmoothing-0.1/debian/control 2012-11-21 13:52:25.000000000 +0000 +++ python-casmoothing-0.1/debian/control 2013-12-07 08:39:50.000000000 +0000 @@ -1,19 +1,27 @@ Source: python-casmoothing -Section: python -Priority: optional Maintainer: Debian Med Packaging Team Uploaders: Thiago Franco de Moraes , - Andreas Tille -Build-Depends: debhelper (>= 9), cmake, swig, python-dev, python-vtk, libvtk5-dev -Standards-Version: 3.9.4 + Andreas Tille +Section: python +Priority: optional +Build-Depends: debhelper (>= 9), + cmake, + swig, + python-dev, + python-vtk, + libvtk5-dev +Standards-Version: 3.9.5 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-casmoothing/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-casmoothing/trunk/ Homepage: https://github.com/tfmoraes/python-casmoothing -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/python-casmoothing/trunk/ -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/python-casmoothing/trunk/ X-Python-Version: >= 2.7 Package: python-casmoothing Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-vtk, libvtk5.8 +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + 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 diff -Nru python-casmoothing-0.1/debian/copyright python-casmoothing-0.1/debian/copyright --- python-casmoothing-0.1/debian/copyright 2012-11-21 13:52:25.000000000 +0000 +++ python-casmoothing-0.1/debian/copyright 2013-12-07 08:38:16.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://dep.debian.net/deps/dep5 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-casmoothing Source: https://github.com/tfmoraes/python-casmoothing