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 883772303af23e2e1838691ee3a685cf367f1fe8 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 11:46:24 2016 +0200 Depend on libopenhft-lang-java (>= 6.6.2) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c411b4c..d247978 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ openhft-chronicle-queue (3.6.0-1) UNRELEASED; urgency=medium * New upstream release - Ignore the new chronicle-test module + - Depend on libopenhft-lang-java (>= 6.6.2) * Build with the DH sequencer instead of CDBS * Updated debian/watch to track the 4.x releases * Standards-Version updated to 3.9.8 (no changes) diff --git a/debian/control b/debian/control index dcf66cc..579fe90 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, libmaven-bundle-plugin-java, - libopenhft-lang-java, + libopenhft-lang-java (>= 6.6.2), maven-debian-helper (>= 1.5), zip Standards-Version: 3.9.8 -- 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

