[vmtk] 03/06: run cme fix dpkg-control
Mattia Rizzolo
mattia at debian.org
Mon Apr 18 15:00:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository vmtk.
commit 5921595bc5d36c8d14954bbfcfc23a039c50537c
Author: Mattia Rizzolo <mattia at debian.org>
Date: Mon Apr 18 14:22:20 2016 +0000
run cme fix dpkg-control
---
debian/control | 60 +++++++++++++++++++++++++++++++++++++++-------------------
1 file changed, 41 insertions(+), 19 deletions(-)
diff --git a/debian/control b/debian/control
index abade3a..0730ee1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,40 @@
Source: vmtk
-Homepage: http://www.vmtk.org
-Section: non-free/science
-Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Johannes Ring <johannr at simula.no>
-Build-Depends: debhelper (>= 9), cmake,
- dh-python, python-dev (>= 2.6.6-3~), libvtk6-dev, python-vtk6,
- libinsighttoolkit4-dev, libjpeg-dev, libtiff-dev,
- libfreetype6-dev, libxext-dev, libpng-dev, libexpat1-dev, uuid-dev,
- libvtkgdcm2-dev, libopenjpeg-dev, libssl-dev, libvtk6-qt-dev,
- libvtk6-java, libfftw3-dev
-X-Python-Version: >= 2.3
+Section: non-free/science
+XS-Autobuild: yes
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ cmake,
+ dh-python,
+ python-dev,
+ libvtk6-dev,
+ python-vtk6,
+ libinsighttoolkit4-dev,
+ libjpeg-dev,
+ libtiff-dev,
+ libfreetype6-dev,
+ libxext-dev,
+ libpng-dev,
+ libexpat1-dev,
+ uuid-dev,
+ libvtkgdcm2-dev,
+ libopenjpeg-dev,
+ libssl-dev,
+ libvtk6-qt-dev,
+ libvtk6-java,
+ libfftw3-dev
Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/vmtk.git
Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/vmtk.git
-XS-Autobuild: yes
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/vmtk.git
+Homepage: http://www.vmtk.org
+X-Python-Version: >= 2.3
Package: libvmtk1.0
-Section: non-free/libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: non-free/libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Suggests: libvmtk-dev
Description: runtime libraries for vmtk
The Vascular Modeling Toolkit is a collection of libraries and tools for
@@ -29,9 +44,12 @@ Description: runtime libraries for vmtk
This package contains the shared runtime libraries.
Package: python-vmtk
-Section: non-free/python
Architecture: any
-Depends: libvmtk1.0 (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Section: non-free/python
+Depends: libvmtk1.0 (= ${binary:Version}),
+ ${python:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
Description: Python interface for vmtk
The Vascular Modeling Toolkit is a collection of libraries and tools for
3D reconstruction, geometric analysis, mesh generation and surface data
@@ -40,9 +58,10 @@ Description: Python interface for vmtk
This package provides the Python interface for vmtk.
Package: libvmtk-dev
-Section: non-free/libdevel
Architecture: any
-Depends: libvmtk1.0 (= ${binary:Version}), ${misc:Depends}
+Section: non-free/libdevel
+Depends: libvmtk1.0 (= ${binary:Version}),
+ ${misc:Depends}
Description: shared links and header files for vmtk
The Vascular Modeling Toolkit is a collection of libraries and tools for
3D reconstruction, geometric analysis, mesh generation and surface data
@@ -52,7 +71,10 @@ Description: shared links and header files for vmtk
Package: vmtk
Architecture: all
-Depends: python, python-tk, python-vmtk (>= ${source:Version}), ${misc:Depends}
+Depends: python,
+ python-tk,
+ python-vmtk (>= ${source:Version}),
+ ${misc:Depends}
Description: the Vascular Modeling Toolkit
The Vascular Modeling Toolkit is a collection of libraries and tools for
3D reconstruction, geometric analysis, mesh generation and surface data
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vmtk.git
More information about the debian-science-commits
mailing list