This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openhft-chronicle-queue.
commit 7b795719ca9a866573627fa84be49fe83584b885 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 12:12:46 2016 +0200 New dependencies on hdrhistogram and joda-time --- debian/changelog | 2 +- debian/control | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2412196..4686f38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,7 @@ openhft-chronicle-queue (3.6.0-1) UNRELEASED; urgency=medium - Ignore the new chronicle-test module - Depend on libopenhft-lang-java (>= 6.6.2) - Replaced the koloboke map in WireStorePool with a standard class - - New dependency on libcommons-lang3-java + - New dependencies on commons-lang3, hdrhistogram and joda-time * Depend on libintellij-annotations-java instead of injecting the annotations * Build with the DH sequencer instead of CDBS * Updated debian/watch to track the 4.x releases diff --git a/debian/control b/debian/control index dc80211..9c030d4 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,9 @@ Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, libcommons-lang3-java, + libhdrhistogram-java, libintellij-annotations-java, + libjoda-time-java, libmaven-bundle-plugin-java, libopenhft-lang-java (>= 6.6.2), maven-debian-helper (>= 1.5), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openhft-chronicle-queue.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

