[python-descartes] 03/03: Fix debian-control-has-unusual-field-spacing
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Tue Dec 23 20:58:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a commit to branch master
in repository python-descartes.
commit 085ab5244091b4fc4af04ad49cc3af4ac18dea13
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Tue Dec 23 21:52:04 2014 +0100
Fix debian-control-has-unusual-field-spacing
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index a010e76..e2424ae 100644
--- a/debian/control
+++ b/debian/control
@@ -22,14 +22,14 @@ Homepage: https://pypi.python.org/pypi/descartes
Package: python-descartes
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
Description: Matplotlib extension to work with geometric objects (Python2)
Descartes allow the usage of geometric objects as matplotlib paths and patches.
This is the Python 2 version of the library.
Package: python3-descartes
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
Description: Matplotlib extension to work with geometric objects (Python3)
Descartes allow the usage of geometric objects as matplotlib paths and patches.
This is the Python 3 version of the library.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-descartes.git
More information about the Pkg-grass-devel
mailing list