This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository geolinks.
commit 38c63f8d47efc158e9db114f5f095369820616b8 Author: Bas Couwenberg <[email protected]> Date: Thu Jul 6 15:47:27 2017 +0200 Fix dependencies for Python 3 package. (closes: #867405) --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 70cddc2..656e9cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ geolinks (0.2.0-2) UNRELEASED; urgency=medium * Team upload. * Update Vcs-Git URL to use HTTPS. * Bump Standards-Version to 3.9.8, no changes. + * Fix dependencies for Python 3 package. + (closes: #867405) -- Bas Couwenberg <[email protected]> Fri, 15 Apr 2016 18:08:20 +0200 diff --git a/debian/control b/debian/control index c2f30b0..d552f6c 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Description: Python 2 Library for using geospatial links (catalogue interoperabl Package: python3-geolinks Architecture: all -Depends: ${python:Depends}, +Depends: ${python3:Depends}, ${misc:Depends} Description: Python 3 Library for using geospatial links (catalogue interoperablity) This package is a utility library to work with geospatial links. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geolinks.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

