[med-svn] [pymia] 03/05: remove versions on dependencies

Gert Wollny gert-guest at moszumanska.debian.org
Mon Dec 9 15:52:50 UTC 2013


This is an automated email from the git hooks/post-receive script.

gert-guest pushed a commit to branch master
in repository pymia.

commit 697a2f3c6a405792880e9ebdd7831da8d86c3415
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Mon Dec 9 16:37:46 2013 +0100

    remove versions on dependencies
---
 debian/control | 66 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

diff --git a/debian/control b/debian/control
index 95e95fe..e841900 100644
--- a/debian/control
+++ b/debian/control
@@ -1,34 +1,34 @@
 Source: pymia
-Section: science
-Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Gert Wollny <gw.fossdev at gmail.com>
+Section: science
+Priority: optional
 Build-Depends: debhelper (>= 9),
- python-dev,
- python-all-dbg,
- python3-dev,
- python3-all-dbg,
- python-numpy-dbg (>= 1.6),
- python3-numpy-dbg (>= 1.6),
- python-numpy (>= 1.6),
- python3-numpy (>= 1.6),
- python-setuptools,
- python3-setuptools,
- libmia-2.0-dev (>= 2.0)
+               python-dev,
+               python-all-dbg,
+               python3-dev,
+               python3-all-dbg,
+               python-numpy-dbg,
+               python3-numpy-dbg ,
+               python-numpy,
+               python3-numpy,
+               python-setuptools,
+               python3-setuptools,
+               libmia-2.0-dev
 Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/?p=debian-med/pymia.git;a=summary
+Vcs-Git: git://anonscm.debian.org/debian-med/pymia.git
 Homepage: http://mia.sourceforge.net
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.2
-Vcs-Git: git://anonscm.debian.org/debian-med/pymia.git
-Vcs-Browser: http://anonscm.debian.org/?p=debian-med/pymia.git;a=summary
 
 Package: python-mia
 Architecture: any
 Section: python
-Depends: ${shlibs:Depends}, 
- ${misc:Depends}, 
- ${python:Depends},
- python-numpy 
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         python-numpy
 Description: Python-2 bindings for the MIA image processing library 
  MIA comprises a set of tools, libraries, and plug-ins for general purpose 
  2D and 3D gray scale image processing and basic handling of triangular 
@@ -40,11 +40,11 @@ Package: python-mia-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: ${shlibs:Depends}, 
- ${misc:Depends}, 
- ${python:Depends},
- python-mia (= ${binary:Version}), 
- python-numpy 
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         python-mia (= ${binary:Version}),
+         python-numpy
 Description: Debug information for Python-2 bindings for MIA
  MIA comprises a set of tools, libraries, and plug-ins for general purpose 
  2D and 3D gray scale image processing and basic handling of triangular 
@@ -55,10 +55,10 @@ Description: Debug information for Python-2 bindings for MIA
 Package: python3-mia
 Architecture: any
 Section: python
-Depends: ${shlibs:Depends}, 
- ${misc:Depends}, 
- ${python:Depends},
- python3-numpy 
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         python3-numpy
 Description: Python-3 bindings for the MIA image processing library 
  MIA comprises a set of tools, libraries, and plug-ins for general purpose 
  2D and 3D gray scale image processing and basic handling of triangular 
@@ -70,11 +70,11 @@ Package: python3-mia-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: ${shlibs:Depends}, 
- ${misc:Depends}, 
- ${python:Depends},
- python3-mia (= ${binary:Version}), 
- python3-numpy 
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         python3-mia (= ${binary:Version}),
+         python3-numpy
 Description: Debug information for Python-3 bindings for MIA
  MIA comprises a set of tools, libraries, and plug-ins for general purpose 
  2D and 3D gray scale image processing and basic handling of triangular 

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/pymia.git



More information about the debian-med-commit mailing list