[med-svn] r20010 - trunk/packages/python-casmoothing/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Fri Aug 28 09:08:48 UTC 2015
Author: tille
Date: 2015-08-28 09:08:47 +0000 (Fri, 28 Aug 2015)
New Revision: 20010
Modified:
trunk/packages/python-casmoothing/trunk/debian/changelog
trunk/packages/python-casmoothing/trunk/debian/control
trunk/packages/python-casmoothing/trunk/debian/rules
Log:
use xz compression for repackaged upstream source, fix spelling error in long description
Modified: trunk/packages/python-casmoothing/trunk/debian/changelog
===================================================================
--- trunk/packages/python-casmoothing/trunk/debian/changelog 2015-08-28 06:32:33 UTC (rev 20009)
+++ trunk/packages/python-casmoothing/trunk/debian/changelog 2015-08-28 09:08:47 UTC (rev 20010)
@@ -1,7 +1,12 @@
python-casmoothing (0.2-1) unstable; urgency=low
- * Support to VTK6
+ [ Thiago Franco de Moraes ]
+ * New upstream version supporting VTK6
+ [ Andreas Tille ]
+ * debian/rules: use xz compression for repackaged upstream source
+ * fix spelling error in long description
+
-- Thiago Franco de Moraes <tfmoraes at cti.gov.br> Tue, 25 Aug 2015 09:45:07 -0300
python-casmoothing (0.1-2) unstable; urgency=low
Modified: trunk/packages/python-casmoothing/trunk/debian/control
===================================================================
--- trunk/packages/python-casmoothing/trunk/debian/control 2015-08-28 06:32:33 UTC (rev 20009)
+++ trunk/packages/python-casmoothing/trunk/debian/control 2015-08-28 09:08:47 UTC (rev 20010)
@@ -24,11 +24,11 @@
${python:Depends},
python-vtk6
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
- smoothing for biomedical applications" identifies staircase artifacts which
- result from image inhomogeneities and binary segmentation in medical image
- data for subsequent removal by adaptive mesh smoothing. Thus, context-aware
- smoothing enables to adaptively smooth artifact areas, while non-artifact
- features can be preserved. This is a implementation of this method in Cpp
- with Python bindings.
+ Smoothing algorithms allow one to reduce artifacts from mesh generation,
+ but often degrade accuracy. The method described in the paper "Context-
+ aware mesh smoothing for biomedical applications" identifies staircase
+ artifacts which result from image inhomogeneities and binary
+ segmentation in medical image data for subsequent removal by adaptive
+ mesh smoothing. Thus, context-aware smoothing enables to adaptively
+ smooth artifact areas, while non-artifact features can be preserved.
+ This is a implementation of this method in Cpp with Python bindings.
Modified: trunk/packages/python-casmoothing/trunk/debian/rules
===================================================================
--- trunk/packages/python-casmoothing/trunk/debian/rules 2015-08-28 06:32:33 UTC (rev 20009)
+++ trunk/packages/python-casmoothing/trunk/debian/rules 2015-08-28 09:08:47 UTC (rev 20010)
@@ -4,4 +4,4 @@
get-orig-source:
mkdir -p ../tarballs
- uscan --verbose --force-download --repack --rename --destdir=../tarballs
+ uscan --verbose --force-download --repack --compress xz --destdir=../tarballs
More information about the debian-med-commit
mailing list