[med-svn] [SCM] mia branch, master, updated. upstream/2.0.10-81-g2a866ab

Andreas Tille tille at debian.org
Tue Jul 2 19:07:30 UTC 2013


The following commit has been merged in the master branch:
commit 2a866ab4b9eb4be21bcf187d9365d8627f5e55a8
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jul 2 21:03:41 2013 +0200

    cme fix dpkg-control

diff --git a/debian/changelog b/debian/changelog
index 98d7881..75c5352 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 mia (2.0.10-1) UNRELEASED; urgency=low
 
+  [ Gert Wollny ]
   * new upstream release 
 
+  [ Andreas Tille ]
+  * cme fix dpkg-control
+
  -- Gert Wollny <gw.fossdev at gmail.com>  Mon, 01 Jul 2013 15:35:25 +0200
 
 mia (2.0.9-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index a38ce01..274f710 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,46 @@
 Source: mia
-Priority: optional
 Maintainer: Gert Wollny <gw.fossdev at gmail.com>
-Build-Depends: debhelper (>= 9.0.0), cmake (>= 2.8.8),  libboost-all-dev (>= 1.46.1),  libxml++2.6-dev (>= 2.34.1), libitpp-dev (>= 4.2), libtbb-dev (>= 3.0),  libopenexr-dev (>= 1.6.1), libpng-dev,  libdcmtk2-dev (>= 3.6.0), libtiff4-dev (>= 3.9.5), libnlopt-dev (>= 2.3), libgsl0-dev (>= 1.14),  libblas-dev, doxygen,  libfftw3-dev, xsltproc, docbook-xsl, python-lxml, libvtk5-dev, libgts-dev, libvistaio-dev (>=1.2.12)
-Standards-Version: 3.9.4
 Section: science
+Priority: optional
+Build-Depends: debhelper (>= 9.0.0),
+               cmake (>= 2.8.8),
+               libboost-all-dev (>= 1.46.1),
+               libxml++2.6-dev (>= 2.34.1),
+               libitpp-dev (>= 4.2),
+               libtbb-dev (>= 3.0),
+               libopenexr-dev (>= 1.6.1),
+               libpng-dev,
+               libdcmtk2-dev (>= 3.6.0),
+               libtiff4-dev (>= 3.9.5),
+               libnlopt-dev (>= 2.3),
+               libgsl0-dev (>= 1.14),
+               libblas-dev,
+               doxygen,
+               libfftw3-dev,
+               xsltproc,
+               docbook-xsl,
+               python-lxml,
+               libvtk5-dev,
+               libgts-dev,
+               libvistaio-dev (>=1.2.12)
+Standards-Version: 3.9.4
+Vcs-Browser: http://git.debian.org/?p=debian-med/mia.git
+Vcs-Git: git://git.debian.org/debian-med/mia.git
 Homepage: http://mia.sourceforge.net
-Vcs-Git:git://git.debian.org/debian-med/mia.git
-Vcs-Browser:http://git.debian.org/?p=debian-med/mia.git
-
 
 Package: libmia-2.0-dev
-Section: libdevel
 Architecture: any
+Section: libdevel
+Depends: libmia-2.0-8 (= ${binary:Version}),
+         libxml++2.6-dev (>= 2.34.1),
+         libitpp-dev (>= 4.2),
+         libtbb-dev,
+         libgsl0-dev,
+         libboost-all-dev (>= 1.46.1),
+         libfftw3-dev,
+         libblas-dev,
+         ${misc:Depends}
 Recommends: libmia-2.0-doc
-Depends: libmia-2.0-8 (= ${binary:Version}),  libxml++2.6-dev (>= 2.34.1), libitpp-dev (>= 4.2), libtbb-dev (>= 3.0), libgsl0-dev (>= 1.14), libboost-all-dev (>= 1.46.1), libfftw3-dev, libblas-dev, ${misc:Depends}
 Description: library for 2D and 3D gray scale image processing, development files
  libmia comprises a set of libraries and plug-ins for general purpose 
  2D and 3D gray scale image processing and basic handling of triangular 
@@ -21,12 +48,12 @@ Description: library for 2D and 3D gray scale image processing, development file
  algorithms, that can be specialized by specifying the apropriate plug-ins. 
  This package provides the development files for the library.
 
-
 Package: libmia-2.0-doc
-Section: doc
 Architecture: all
-Enhances: libmia-2.0-dev 
-Depends: ${misc:Depends}, libjs-jquery
+Section: doc
+Depends: ${misc:Depends},
+         libjs-jquery
+Enhances: libmia-2.0-dev
 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 
@@ -34,12 +61,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.0-8
-Section: libs
 Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libnlopt0 (>= 2.2.4),
+         libopenexr6 (>= 1.6.1)
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}, libnlopt0 (>= 2.2.4),  libopenexr6 (>= 1.6.1)
 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 
@@ -47,10 +76,11 @@ Description: library for 2D and 3D gray scale image processing
  algorithms, that can be specialized by specifying the apropriate plug-ins. 
 
 Package: libmia-2.0-8-dbg
-Section: debug
 Architecture: any
-Depends: libmia-2.0-8 (= ${binary:Version}), ${misc:Depends}
+Section: debug
 Priority: extra
+Depends: libmia-2.0-8 (= ${binary:Version}),
+         ${misc:Depends}
 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 
@@ -61,8 +91,10 @@ Description: Debug information for the MIA library
 
 Package: mia-tools
 Architecture: any
+Depends: libmia-2.0-8 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Recommends: mia-doc
-Depends: libmia-2.0-8 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 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. 
@@ -70,12 +102,11 @@ Description: Command line tools for gray scale image processing
  registration, motion compensation for image series, and the estimation of 
  various statiistics over images. 
 
-
 Package: mia-tools-doc
-Section: doc
 Architecture: all
-Enhances: mia-tools
+Section: doc
 Depends: ${misc:Depends}
+Enhances: mia-tools
 Description: Cross-referenced documentation of the MIA command line tools
  Cross referenced documentation of the command line tools and plug-ins that 
  are provided by the MIA gray scale image processing tool chain. 
@@ -87,10 +118,11 @@ Description: Cross-referenced documentation of the MIA command line tools
  statistics over images. 
 
 Package: mia-tools-dbg
-Section: debug
 Architecture: any
-Depends: mia-tools (= ${binary:Version}), ${misc:Depends}
+Section: debug
 Priority: extra
+Depends: mia-tools (= ${binary:Version}),
+         ${misc:Depends}
 Description: Debugging information for the MIA command line tools
  Debug information for the MIA command lines tools. These tools provide the 
  means to run general purpose image processing tasks on 2D and 3D gray scale 
@@ -98,3 +130,4 @@ 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 statiistics over images. 
+

-- 
Packaging of mia in Debian



More information about the debian-med-commit mailing list