Tony Mancill pushed to branch master at Debian Java Maintainers / spatial4j
Commits: 094c9c4d by tony mancill at 2020-05-21T21:11:49-07:00 Add myself to Uploaders - - - - - 80550ff1 by tony mancill at 2020-05-21T21:13:05-07:00 Remove unnecessary versioned depends on (ancient) maven-debian-helper - - - - - 9c17b766 by tony mancill at 2020-05-21T21:16:06-07:00 Freshen debian/copyright - - - - - fb88b6f0 by tony mancill at 2020-05-21T21:16:20-07:00 prepare for upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/copyright Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,4 @@ -spatial4j (0.7-1) UNRELEASED; urgency=medium - - * Team upload. +spatial4j (0.7-1) unstable; urgency=medium [ Hilko Bengen ] * Remove myself from Uploaders @@ -16,7 +14,11 @@ spatial4j (0.7-1) UNRELEASED; urgency=medium * Use https with copyright format uri. * Remove unused include entry in debian source. - -- Sudip Mukherjee <[email protected]> Wed, 20 May 2020 22:53:58 +0100 + [ tony mancill ] + * Add myself to Uploaders + * Remove unnecessary versioned depends on (ancient) maven-debian-helper + + -- tony mancill <[email protected]> Thu, 21 May 2020 21:13:36 -0700 spatial4j (0.5-2) unstable; urgency=medium ===================================== debian/control ===================================== @@ -1,29 +1,30 @@ Source: spatial4j +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: tony mancill <[email protected]> Section: java Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Build-Depends: - debhelper-compat (= 13), - default-jdk, - junit4, - libcarrotsearch-randomizedtesting-java, - libjts-java (>= 1.15), - libmaven-bundle-plugin-java, - libnoggit-java, - libslf4j-java, - maven-debian-helper (>= 1.6.5), - libreplacer-java, - libjackson2-databind-java, - libmockito-java +Build-Depends: debhelper-compat (= 13), + default-jdk, + junit4, + libcarrotsearch-randomizedtesting-java, + libjts-java (>= 1.15), + libmaven-bundle-plugin-java, + libnoggit-java, + libslf4j-java, + maven-debian-helper, + libreplacer-java, + libjackson2-databind-java, + libmockito-java Standards-Version: 4.5.0 -Rules-Requires-Root: no -Vcs-Git: https://salsa.debian.org/java-team/spatial4j.git Vcs-Browser: https://salsa.debian.org/java-team/spatial4j +Vcs-Git: https://salsa.debian.org/java-team/spatial4j.git Homepage: https://github.com/locationtech/spatial4j +Rules-Requires-Root: no Package: libspatial4j-java Architecture: all -Depends: ${maven:Depends}, ${misc:Depends} +Depends: ${maven:Depends}, + ${misc:Depends} Suggests: ${maven:OptionalDepends} Description: spatial/geospatial Java library Spatial4j is a general purpose spatial / geospatial Java library. ===================================== debian/copyright ===================================== @@ -10,6 +10,8 @@ License: Apache-2.0 Files: debian/* Copyright: 2014-2015, Hilko Bengen <[email protected]> + 2020, Sudip Mukherjee <[email protected]> + 2020, tony mancill <[email protected]> License: Apache-2.0 License: Apache-2.0 View it on GitLab: https://salsa.debian.org/java-team/spatial4j/-/compare/8fdedf3c40821c58472b0f045ad6b23714b97c9a...fb88b6f0314af46a48031b79a81c0f29ef656651 -- View it on GitLab: https://salsa.debian.org/java-team/spatial4j/-/compare/8fdedf3c40821c58472b0f045ad6b23714b97c9a...fb88b6f0314af46a48031b79a81c0f29ef656651 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

