This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository mia.
commit 43fc6b938db354adb3fb1340fa88b5e32c61dc42 Author: Gert Wollny <[email protected]> Date: Mon Sep 7 18:12:32 2015 +0200 Update control file to pass the cme checks --- debian/control | 49 ++++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/debian/control b/debian/control index a9d4354..aca6f19 100644 --- a/debian/control +++ b/debian/control @@ -15,14 +15,14 @@ Build-Depends: cmake, libboost-system-dev, libboost-test-dev, libdcmtk2-dev, - libeigen3-dev, + libeigen3-dev, libfftw3-dev, libgsl0-dev, libgts-dev, - libhdf5-dev, + libhdf5-dev, libitpp-dev, - libmaxflow-dev, - libnifti-dev, + libmaxflow-dev, + libnifti-dev, libnlopt-dev, libopenexr-dev, libpng-dev, @@ -34,10 +34,27 @@ Build-Depends: cmake, python-lxml, xsltproc Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/mia.git +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/mia.git Vcs-Git: git://anonscm.debian.org/debian-med/mia.git Homepage: http://mia.sourceforge.net + +Package: libmia-2.2-4 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Replaces: libmia-2.2-0 +Conflicts: libmia-2.2-0, + libmia-2.2-0-dbg +Description: library for 2D and 3D gray scale image processing + libmia comprises a set of libraries and plug-ins for general purpose + 2D and 3D gray scale image processing and basic handling of triangular + meshes. The libraries provide a basic infrastructure and generic + algorithms, that can be specialized by specifying the apropriate plug-ins. + + Package: libmia-2.2-dev Architecture: any Section: libdevel @@ -66,8 +83,6 @@ Section: doc Depends: ${misc:Depends}, libjs-jquery Enhances: libmia-2.2-dev -Replaces: libmia-2.0-doc -Breaks: libmia-2.0-doc Description: library for 2D and 3D gray scale image processing, documentation libmia comprises a set of libraries and plug-ins for general purpose 2D and 3D gray scale image processing and basic handling of triangular @@ -75,29 +90,14 @@ Description: library for 2D and 3D gray scale image processing, documentation algorithms, that can be specialized by specifying the apropriate plug-ins. This package provides the Doxygen generated API reference. -Package: libmia-2.2-4 -Architecture: any -Section: libs -Depends: ${shlibs:Depends}, - ${misc:Depends} -Pre-Depends: ${misc:Pre-Depends} -Replaces: libmia-2.2-0 -Conflicts: libmia-2.2-0, - libmia-2.2-0-dbg -Description: library for 2D and 3D gray scale image processing - libmia comprises a set of libraries and plug-ins for general purpose - 2D and 3D gray scale image processing and basic handling of triangular - meshes. The libraries provide a basic infrastructure and generic - algorithms, that can be specialized by specifying the apropriate plug-ins. - Package: libmia-2.2-4-dbg Architecture: any Section: debug Priority: extra Depends: libmia-2.2-4 (= ${binary:Version}), ${misc:Depends} -Replaces: libmia-2.2-0-dbg Conflicts: libmia-2.2-0-dbg +Replaces: libmia-2.2-0-dbg Description: Debug information for the MIA library libmia comprises a set of libraries and plug.ins for general purpose 2D and 3D gray scale image processing and basic handling of triangular @@ -113,7 +113,7 @@ Depends: libmia-2.2-4 (= ${binary:Version}), ${misc:Depends} Recommends: mia-tools-doc Suggests: python-nipype -Breaks: pymia ( <=0.1.6 ) +Breaks: python-mia (<= 0.1.6) Description: Command line tools for gray scale image processing Command lines tools to run general purpose image processing tasks on 2D and 3D gray scale images, and basic operations on triangular meshes. @@ -150,4 +150,3 @@ Description: Debugging information for the MIA command line tools Supported image processing algorithms are image filtering, combining, image registration, motion compensation for image series, and the estimation of various statistics over images. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mia.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
