[med-svn] r15450 - trunk/packages/python-casmoothing/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Sat Dec 7 08:36:22 UTC 2013
Author: tille
Date: 2013-12-07 08:36:22 +0000 (Sat, 07 Dec 2013)
New Revision: 15450
Modified:
trunk/packages/python-casmoothing/trunk/debian/changelog
trunk/packages/python-casmoothing/trunk/debian/control
Log:
cme fix dpkg-control
Modified: trunk/packages/python-casmoothing/trunk/debian/changelog
===================================================================
--- trunk/packages/python-casmoothing/trunk/debian/changelog 2013-12-07 08:32:46 UTC (rev 15449)
+++ trunk/packages/python-casmoothing/trunk/debian/changelog 2013-12-07 08:36:22 UTC (rev 15450)
@@ -1,3 +1,10 @@
+python-casmoothing (0.1-2) UNRELEASED; urgency=low
+
+ * debian/control:
+ - cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org> Sat, 07 Dec 2013 09:34:34 +0100
+
python-casmoothing (0.1-1) unstable; urgency=low
* Initial release (Closes: #693963)
Modified: trunk/packages/python-casmoothing/trunk/debian/control
===================================================================
--- trunk/packages/python-casmoothing/trunk/debian/control 2013-12-07 08:32:46 UTC (rev 15449)
+++ trunk/packages/python-casmoothing/trunk/debian/control 2013-12-07 08:36:22 UTC (rev 15450)
@@ -1,19 +1,28 @@
Source: python-casmoothing
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Thiago Franco de Moraes <tfmoraes at cti.gov.br>,
+ Andreas Tille <tille at debian.org>
Section: python
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Thiago Franco de Moraes <tfmoraes at cti.gov.br>,
- Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 9), cmake, swig, python-dev, python-vtk, libvtk5-dev
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9),
+ cmake,
+ swig,
+ python-dev,
+ python-vtk,
+ libvtk5-dev
+Standards-Version: 3.9.5
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/python-casmoothing/trunk/
+Vcs-Svn: svn://svn.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,
+ libvtk5.8
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