This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository postgis-java.
commit 2d8b4ba7658085f0c875d787673723235b64fc86 Author: Bas Couwenberg <[email protected]> Date: Sat Jul 22 12:00:18 2017 +0200 Add junit4 to build dependencies. (closes: #869274) --- debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 229dfbb..973141c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +postgis-java (1:2.2.1-4) UNRELEASED; urgency=medium + + * Add junit4 to build dependencies. + (closes: #869274) + + -- Bas Couwenberg <[email protected]> Sat, 22 Jul 2017 11:59:49 +0200 + postgis-java (1:2.2.1-3) unstable; urgency=medium * Update maven.rules for new libpgjava. diff --git a/debian/control b/debian/control index 77c34f3..d53f1e7 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: default-jdk-headless, openjdk-8-jdk-headless | java7-sdk-headless, + junit4, libpostgresql-jdbc-java, libsurefire-java, maven-debian-helper, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis-java.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

