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 fa8e7da9e4f808df4c11d6381fdf2820ab97d60a Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 11:58:11 2016 +0200 New dependency on libcommons-lang3-java --- debian/changelog | 1 + debian/control | 1 + debian/maven.rules | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 06649e0..892f9c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,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 * 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 ccb22cf..dc80211 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, + libcommons-lang3-java, libintellij-annotations-java, libmaven-bundle-plugin-java, libopenhft-lang-java (>= 6.6.2), diff --git a/debian/maven.rules b/debian/maven.rules index 18529bd..cf838ec 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -3,3 +3,4 @@ net.openhft Java-Chronicle pom s/.*/debian/ * * net.openhft chronicle bundle s/.*/debian/ * * net.openhft lang bundle s/.*/debian/ * * net.openhft lang s/jar/bundle/ s/.*/debian/ * * +org.apache.commons commons-lang3 * s/.*/3.x/ * * -- 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

