[imageio] 04/05: d/control: cme fixed
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Feb 4 23:24:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository imageio.
commit 9fe912df58123fc882685165a7c5ca1015dcd63b
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Wed Feb 4 23:18:05 2015 +0000
d/control: cme fixed
---
debian/control | 31 ++++++++++++++-----------------
1 file changed, 14 insertions(+), 17 deletions(-)
diff --git a/debian/control b/debian/control
index 3ceffb7..5af10bb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,25 +3,23 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
Section: science
Priority: optional
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all (>= 2.6.6-3~),
- python-setuptools,
- python-numpy,
- python3-all,
- python3-setuptools,
- python3-numpy
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python-numpy,
+ python3-all,
+ python3-setuptools,
+ python3-numpy
Standards-Version: 3.9.6
-Homepage: http://imageio.github.io/
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/imageio.git
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/packages/imageio.git
Vcs-Git: git://anonscm.debian.org/debian-science/packages/imageio.git
+Homepage: http://imageio.github.io/
Package: python-imageio
Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends}
Description: Library for reading and writing a wide range of image formats (Python 2)
Imageio is a Python library that provides an easy interface to read and
write a wide range of image data, including animated images, volumetric
@@ -32,9 +30,8 @@ Description: Library for reading and writing a wide range of image formats (Pyth
Package: python3-imageio
Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends}
+Depends: ${misc:Depends},
+ ${python3:Depends}
Description: Library for reading and writing a wide range of image formats (Python 3)
Imageio is a Python library that provides an easy interface to read and
write a wide range of image data, including animated images, volumetric
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/imageio.git
More information about the debian-science-commits
mailing list