Bas Couwenberg pushed to branch master at Debian GIS Project / postgis-java
Commits: 16ee19d0 by Bas Couwenberg at 2018-03-29T14:41:29+02:00 Drop explicit build dependency on openjdk-8-jdk-headless. (closes: #894354) - - - - - 20c163d8 by Bas Couwenberg at 2018-03-29T14:41:54+02:00 Bump Standards-Version to 4.1.3, no changes. - - - - - f14ffa5c by Bas Couwenberg at 2018-03-29T14:56:40+02:00 Add lintian override for vcs-deprecated-in-debian-infrastructure. - - - - - bfd3a54f by Bas Couwenberg at 2018-03-29T14:56:40+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - + debian/source/lintian-overrides Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ -postgis-java (1:2.2.1-6) UNRELEASED; urgency=medium +postgis-java (1:2.2.1-6) unstable; urgency=medium * Update copyright-format URL to use HTTPS. * Fix typo in patch description. + * Drop explicit build dependency on openjdk-8-jdk-headless. + (closes: #894354) + * Bump Standards-Version to 4.1.3, no changes. + * Add lintian override for vcs-deprecated-in-debian-infrastructure. - -- Bas Couwenberg <[email protected]> Sun, 21 Jan 2018 10:25:29 +0100 + -- Bas Couwenberg <[email protected]> Thu, 29 Mar 2018 14:42:04 +0200 postgis-java (1:2.2.1-5) unstable; urgency=medium ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -4,15 +4,14 @@ Uploaders: Bas Couwenberg <[email protected]> Section: science Priority: optional Build-Depends: debhelper (>= 9) -Build-Depends-Indep: default-jdk-headless, - openjdk-8-jdk-headless | java7-sdk-headless, +Build-Depends-Indep: default-jdk-headless (>= 2:1.7) | java7-sdk-headless, junit4, libpostgresql-jdbc-java, libsurefire-java, maven-debian-helper, maven-repo-helper, maven -Standards-Version: 4.1.1 +Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/postgis-java.git/ Vcs-Git: https://anonscm.debian.org/git/pkg-grass/postgis-java.git Homepage: https://github.com/postgis/postgis-java ===================================== debian/source/lintian-overrides ===================================== --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,3 @@ +# Package not officially migrated to Salsa yet. +postgis-java source: vcs-deprecated-in-debian-infrastructure * https://anonscm.debian.org/* + View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis-java/compare/26ccac9305bd23b51e9b68d4eeb41d343e2b7ac3...bfd3a54f22a9c3c564cbe796a513a5023dac4147 --- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis-java/compare/26ccac9305bd23b51e9b68d4eeb41d343e2b7ac3...bfd3a54f22a9c3c564cbe796a513a5023dac4147 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

