Author: tille Date: 2012-11-20 07:55:09 +0000 (Tue, 20 Nov 2012) New Revision: 12545
Modified: trunk/packages/python-casmoothing/trunk/debian/compat trunk/packages/python-casmoothing/trunk/debian/control trunk/packages/python-casmoothing/trunk/debian/copyright trunk/packages/python-casmoothing/trunk/debian/docs trunk/packages/python-casmoothing/trunk/debian/rules Log: Fix Build-Depends to enable building at all; Section: Python; debhelper 9; recent Standards-Version (3.9.4); dh rules file; fixed description; Python version seems to be 2.7 only - not sure about this; some other lintian issues Modified: trunk/packages/python-casmoothing/trunk/debian/compat =================================================================== --- trunk/packages/python-casmoothing/trunk/debian/compat 2012-11-20 07:53:02 UTC (rev 12544) +++ trunk/packages/python-casmoothing/trunk/debian/compat 2012-11-20 07:55:09 UTC (rev 12545) @@ -1 +1 @@ -8 +9 Modified: trunk/packages/python-casmoothing/trunk/debian/control =================================================================== --- trunk/packages/python-casmoothing/trunk/debian/control 2012-11-20 07:53:02 UTC (rev 12544) +++ trunk/packages/python-casmoothing/trunk/debian/control 2012-11-20 07:55:09 UTC (rev 12545) @@ -1,17 +1,21 @@ Source: python-casmoothing +Section: python Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -Build-Depends: debhelper (>= 8.0.0), cdbs, cmake, swig, python-dev -Standards-Version: 3.9.2 -Section: science +Uploaders: Thiago Franco de Moraes <[email protected]>, + Andreas Tille <[email protected]> +Build-Depends: debhelper (>= 9), cmake, swig, python-dev, python-vtk, libvtk5-dev +Standards-Version: 3.9.4 Homepage: https://github.com/tfmoraes/context_aware_smoothing 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/ -#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-casmoothing.git;a=summary +X-Python-Version: >= 2.7 Package: python-casmoothing -Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-vtk, libvtk5.8 -Description: Implementation of the paper "Context-aware mesh smoothing for biomedical applications". - This is a implementation of the paper "Context-aware mesh smoothing for biomedical applications" in Cpp with Python bindings. It can be used to smooth meshes generated by binary images to remove its staircase artifacts and keep the fine features. +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-vtk, libvtk5.8 +Description: Context-aware mesh smoothing for biomedical applications + This is a implementation of the paper "Context-aware mesh smoothing for + biomedical applications" in Cpp with Python bindings. It can be used to + smooth meshes generated by binary images to remove its staircase + artifacts and keep the fine features. Modified: trunk/packages/python-casmoothing/trunk/debian/copyright =================================================================== --- trunk/packages/python-casmoothing/trunk/debian/copyright 2012-11-20 07:53:02 UTC (rev 12544) +++ trunk/packages/python-casmoothing/trunk/debian/copyright 2012-11-20 07:55:09 UTC (rev 12545) @@ -4,7 +4,7 @@ Files: * Copyright: 2012 Centro de Pesquisas Renato Archer -License: GPL-2.0 +License: GPL-2.0+ Files: debian/* Copyright: 2012 Thiago Franco de Moraes <[email protected]> @@ -26,6 +26,3 @@ . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. Modified: trunk/packages/python-casmoothing/trunk/debian/docs =================================================================== --- trunk/packages/python-casmoothing/trunk/debian/docs 2012-11-20 07:53:02 UTC (rev 12544) +++ trunk/packages/python-casmoothing/trunk/debian/docs 2012-11-20 07:55:09 UTC (rev 12545) @@ -1,5 +1,4 @@ AUTHORS.txt HEADER.txt LICENSE-pt.txt -LICENSE.txt README.md Modified: trunk/packages/python-casmoothing/trunk/debian/rules =================================================================== --- trunk/packages/python-casmoothing/trunk/debian/rules 2012-11-20 07:53:02 UTC (rev 12544) +++ trunk/packages/python-casmoothing/trunk/debian/rules 2012-11-20 07:55:09 UTC (rev 12545) @@ -1,4 +1,3 @@ #!/usr/bin/make -f -# -*- makefile -*- -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/cmake.mk +%: + dh $@ --with python2 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
