This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository rhino.
commit 6839b5f1af3557761f6ea7e817cd3b04a1cfcaae Author: Emmanuel Bourg <[email protected]> Date: Thu Jan 19 15:06:45 2017 +0100 Adapted the build dir used in debian/rules --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index a1ab09a..59352e6 100755 --- a/debian/rules +++ b/debian/rules @@ -8,9 +8,8 @@ JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar javadoc UVERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed "s/~RC.//" | sed "s/~pre/pre/") -BUILDDIRVERSION := $(subst .,_,$(UVERSION)) -BUILDDIR=build/rhino$(BUILDDIRVERSION) +BUILDDIR=build/rhino$(UVERSION) POM_VERSION := $(UVERSION) MAVEN_REPO := http://repository.sonatype.org/service/local/repositories/central/content -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rhino.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

