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 f264d9085df31cb8b0c7c629f35b6cf01956fa90 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 12:02:45 2016 +0200 Build the new openhft-chronicle module --- debian/changelog | 1 + debian/libopenhft-chronicle-queue-java.poms | 5 +++-- debian/rules | 6 ------ 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 892f9c1..2412196 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ openhft-chronicle-queue (3.6.0-1) UNRELEASED; urgency=medium * New upstream release + - Build the new openhft-chronicle module - Ignore the new chronicle-test module - Depend on libopenhft-lang-java (>= 6.6.2) - Replaced the koloboke map in WireStorePool with a standard class diff --git a/debian/libopenhft-chronicle-queue-java.poms b/debian/libopenhft-chronicle-queue-java.poms index a3497f4..2d2d175 100644 --- a/debian/libopenhft-chronicle-queue-java.poms +++ b/debian/libopenhft-chronicle-queue-java.poms @@ -25,8 +25,9 @@ # --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # -pom.xml -chronicle/pom.xml --java-lib --usj-name=openhft-chronicle-queue +pom.xml --no-parent +chronicle/pom.xml --no-parent --java-lib --usj-name=openhft-chronicle +chronicle-queue/pom.xml --no-parent --java-lib --usj-name=openhft-chronicle-queue chronicle-demo/pom.xml --ignore chronicle-sandbox/pom.xml --ignore chronicle-test/pom.xml --ignore diff --git a/debian/rules b/debian/rules index 75cfd44..42303d8 100755 --- a/debian/rules +++ b/debian/rules @@ -3,11 +3,5 @@ %: dh $@ --buildsystem=maven -override_dh_auto_install: - dh_auto_install - - # Remove an unused pom - rm -Rf debian/libopenhft-chronicle-queue-java/usr/share/maven-repo/net/openhft/Java-Chronicle - get-orig-source: uscan --download-current-version --force-download --repack --compression xz -- 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

