This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository mongo-java-driver.
commit 4e14d75df003158ab98dc0baa0c6c10745f2dbc6 Author: Markus Koschany <[email protected]> Date: Mon Feb 5 21:23:28 2018 +0100 Update changelog and patch header. --- debian/changelog | 19 ++++++++++++------- debian/patches/gradle.patch | 2 ++ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9715cd5..a307b9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,19 @@ -mongo-java-driver (3.6.2-1) UNRELEASED; urgency=medium +mongo-java-driver (3.6.2-1) unstable; urgency=medium + * Team upload. [ Christopher Hoskin ] - * Update Standards-Version from 4.0.0 to 4.1.1 (no change required) - * New upstream release (3.6.0) * Update patches [ Markus Koschany ] - * + * New upstream version 3.6.2. + * Use compat level 11. + * Declare compliance with Debian Policy 4.1.3. + * Add gradle.patch and fix various build issues. + * New build-dependency libsnappy-java. + * Do not run any tests to avoid a FTBFS. They can possibly be re-enabled when + Debian's Gradle version is >= 4. (Closes: #880318) - -- Markus Koschany <[email protected]> Mon, 05 Feb 2018 20:22:10 +0100 + -- Markus Koschany <[email protected]> Mon, 05 Feb 2018 21:20:02 +0100 mongo-java-driver (3.3.0-1) unstable; urgency=medium @@ -26,9 +31,9 @@ mongo-java-driver (3.3.0-1) unstable; urgency=medium * Add myself to uploaders, use secure VCS, bump standards version to 3.9.8 (no change required) * Use generated poms (requires gradle-debian-helper>=1.4, see #841491) - * Use my Debian e-mail address in Uploaders + * Use my Debian e-mail address in Uploaders * Provide more detailed package description - * Bump Standards-Version from 3.9.8 to 4.0.0 (no change required) + * Bump Standards-Version from 3.9.8 to 4.0.0 (no change required) -- Christopher Hoskin <[email protected]> Sat, 12 Aug 2017 20:39:32 +0100 diff --git a/debian/patches/gradle.patch b/debian/patches/gradle.patch index 25fdc52..f88c6ad 100644 --- a/debian/patches/gradle.patch +++ b/debian/patches/gradle.patch @@ -2,6 +2,8 @@ From: Markus Koschany <[email protected]> Date: Mon, 5 Feb 2018 20:32:05 +0100 Subject: gradle +Fix various build failures which are caused by Debian's currently outdated +Gradle version. The patch has to be revised when we ship Gradle >= 4. --- build.gradle | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mongo-java-driver.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

