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 a7e6dc15b6ed43cbb7f96aa87e55bd18a3c3263f Author: Markus Koschany <[email protected]> Date: Mon Feb 5 21:00:17 2018 +0100 New build-dependency libsnappy-java. --- debian/control | 27 ++++++++++++++++++++------- debian/maven.rules | 1 + 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 0ab4e60..273d245 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,20 @@ Source: mongo-java-driver Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Emmanuel Bourg <[email protected]>, Christopher Hoskin <[email protected]> -Build-Depends: debhelper (>= 11), default-jdk, gradle-debian-helper (>= 1.4), maven-repo-helper, libnetty-java, -# Required for tests - libcodenarc-groovy-java, libspock-java, iproute2, mongodb-server +Uploaders: + Emmanuel Bourg <[email protected]>, + Christopher Hoskin <[email protected]> +Build-Depends: + debhelper (>= 11), + default-jdk, + gradle-debian-helper (>= 1.4), + iproute2, + libnetty-java, + libsnappy-java, + libcodenarc-groovy-java, + libspock-java, + maven-repo-helper, + mongodb-server Standards-Version: 4.1.3 Vcs-Git: https://anonscm.debian.org/git/pkg-java/mongo-java-driver.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/mongo-java-driver.git @@ -13,8 +23,11 @@ Homepage: http://www.mongodb.org Package: libmongodb-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} -Recommends: ${maven:OptionalDepends} +Depends: + ${maven:Depends}, + ${misc:Depends} +Recommends: + ${maven:OptionalDepends} Description: MongoDB Java Driver Debian package for the official MongoDB Java Driver providing both synchronous and asynchronous interaction with MongoDB. Powering the drivers is a new driver @@ -39,4 +52,4 @@ Description: MongoDB Java Driver Core driver The MongoDB Driver and Async Driver are both built on top of a new core library, which anyone can use to build alternative or experimental high-level - APIs. + APIs. diff --git a/debian/maven.rules b/debian/maven.rules index 5613b2a..0c9b445 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -2,3 +2,4 @@ junit junit jar s/4\..*/4.x/ * * org.mongodb mongo-java-driver bundle s/.*/debian/ * * com.google.code.findbugs findbugs * * * * +org.xerial.snappy snappy-java * s/.*/debian/ * * -- 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

