[geolinks] 02/03: Fix dependencies for Python 3 package. (closes: #867405)
Bas Couwenberg
sebastic at debian.org
Wed Jul 12 09:36:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch stretch
in repository geolinks.
commit e4d77dbe00ff68244acfa3f74d6d02ab3f94634b
Author: Bas Couwenberg <sebastic at xs4all.nl>
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 383c0c7..0e472fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ geolinks (0.2.0-1+deb9u1) UNRELEASED; urgency=medium
* Team upload.
* Update branch in gbp.conf & Vcs-Git URL.
+ * Fix dependencies for Python 3 package.
+ (closes: #867405)
-- Bas Couwenberg <sebastic at debian.org> Wed, 12 Jul 2017 11:26:23 +0200
diff --git a/debian/control b/debian/control
index 16cdb55..51038f1 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
More information about the Pkg-grass-devel
mailing list