Bas Couwenberg pushed to branch master at Debian GIS Project / osmpbf
Commits: 07428ab3 by Bas Couwenberg at 2022-11-22T09:18:46+01:00 Add libprotobuf-java to libosmpbf-java Depends. - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +osmpbf (1.5.0-4) UNRELEASED; urgency=medium + + * Add libprotobuf-java to libosmpbf-java Depends. + + -- Bas Couwenberg <[email protected]> Tue, 22 Nov 2022 09:18:42 +0100 + osmpbf (1.5.0-3) unstable; urgency=medium * Bump Standards-Version to 4.6.1, no changes. ===================================== debian/control ===================================== @@ -20,7 +20,8 @@ Homepage: https://github.com/openstreetmap/OSM-binary Package: libosmpbf-java Architecture: all -Depends: ${misc:Depends} +Depends: libprotobuf-java, + ${misc:Depends} Description: Java access library for OpenStreetMap PBF file format Osmpbf is a Java/C library to read and write OpenStreetMap PBF files. PBF (Protocol buffer Binary Format) is a binary file format for OpenStreetMap View it on GitLab: https://salsa.debian.org/debian-gis-team/osmpbf/-/commit/07428ab33130b0d7459ed7ff09a89bd60c029ac7 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osmpbf/-/commit/07428ab33130b0d7459ed7ff09a89bd60c029ac7 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
