This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository mongo-java-driver.

commit 16877e5ac8af089464a96933203d8c0b0306d353
Author: Christopher Hoskin <christopher.hos...@gmail.com>
Date:   Sat Aug 12 20:28:52 2017 +0100

    Provide more detailed package description
---
 debian/changelog |  1 +
 debian/control   | 25 ++++++++++++++++++++++++-
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 21c927a..e59d5d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ mongo-java-driver (3.3.0-1) UNRELEASED; urgency=medium
     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 
+  * Provide more detailed package description
 
  -- Christopher Hoskin <mans0...@debian.org>  Sat, 12 Aug 2017 20:18:14 +0100
 
diff --git a/debian/control b/debian/control
index 9957643..d6d983d 100644
--- a/debian/control
+++ b/debian/control
@@ -16,4 +16,27 @@ Architecture: all
 Depends: ${misc:Depends}, ${maven:Depends}
 Recommends: ${maven:OptionalDepends}
 Description: MongoDB Java Driver
- Java library to connect to the MongoDB document database.
+ Debian package for the official MongoDB Java Driver providing both synchronous
+ and asynchronous interaction with MongoDB. Powering the drivers is a new 
driver
+ core and BSON library.
+ .
+ Features
+ .
+ BSON Library
+ A standalone BSON library, with a new Codec infrastructure that you can use to
+ build high-performance encoders and decoders without requiring an intermediate
+ Map instance.
+ .
+ MongoDB Driver
+ An updated Java driver that includes the legacy API as well as a new generic
+ MongoCollection interface that complies with a new cross-driver CRUD
+ specification.
+ .
+ MongoDB Async Driver
+ A new asynchronous API that can leverage either Netty or Java 7's
+ AsynchronousSocketChannel for fast and non-blocking IO.
+ .
+ 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. 

-- 
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
pkg-java-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to