Package: release.debian.org Severity: normal Tags: stretch User: [email protected] Usertags: pu
The incorrect dependencies for the python3-geolinks binary package reported in #867405 also affect the package in stretch. geolinks (0.2.0-2) has fixed the issue in testing & unstable, and the same fix is included in this proposed update for stretch. Kind Regards, Bas
diff -Nru geolinks-0.2.0/debian/changelog geolinks-0.2.0/debian/changelog --- geolinks-0.2.0/debian/changelog 2015-09-14 22:19:29.000000000 +0200 +++ geolinks-0.2.0/debian/changelog 2017-07-12 11:28:48.000000000 +0200 @@ -1,3 +1,12 @@ +geolinks (0.2.0-1+deb9u1) stretch; urgency=medium + + * Team upload. + * Update branch in gbp.conf & Vcs-Git URL. + * Fix dependencies for Python 3 package. + (closes: #867405) + + -- Bas Couwenberg <[email protected]> Wed, 12 Jul 2017 11:28:48 +0200 + geolinks (0.2.0-1) unstable; urgency=medium [ Johan Van de Wauw ] diff -Nru geolinks-0.2.0/debian/control geolinks-0.2.0/debian/control --- geolinks-0.2.0/debian/control 2015-09-14 22:19:05.000000000 +0200 +++ geolinks-0.2.0/debian/control 2017-07-12 11:28:45.000000000 +0200 @@ -12,7 +12,7 @@ python3-all, Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/geolinks.git -Vcs-Git: git://anonscm.debian.org/pkg-grass/geolinks.git +Vcs-Git: git://anonscm.debian.org/pkg-grass/geolinks.git -b stretch Homepage: https://pypi.python.org/pypi/geolinks X-Python-Version: >= 2.5 @@ -29,7 +29,7 @@ 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. diff -Nru geolinks-0.2.0/debian/gbp.conf geolinks-0.2.0/debian/gbp.conf --- geolinks-0.2.0/debian/gbp.conf 2015-06-04 22:06:37.000000000 +0200 +++ geolinks-0.2.0/debian/gbp.conf 2017-07-12 11:28:17.000000000 +0200 @@ -6,7 +6,7 @@ # The default name for the Debian branch is "master". # Change it if the name is different (for instance, "debian/unstable"). -debian-branch = master +debian-branch = stretch # git-import-orig uses the following names for the upstream tags. # Change the value if you are not using git-import-orig

