This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch maven-debian-helper-2.0 in repository maven-debian-helper.
commit d19bf00a2a78494faa49f6de9d0650f7fc5494fb Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 27 09:45:44 2015 +0100 Fixed the mvn-debian script to work with Maven 3.3.9 --- bin/mvn-debian | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/mvn-debian b/bin/mvn-debian index 11852e2..d438679 100755 --- a/bin/mvn-debian +++ b/bin/mvn-debian @@ -23,7 +23,7 @@ if [ -r debian/control ]; then MAVEN_OPTS="$MAVEN_OPTS -Ddebian.package=$JAR_PACKAGE" fi -java -noverify -cp $DEB_CLASSPATH $JAVA_OPTS $MAIN_CLASS "$@" $MAVEN_OPTS +java -noverify -Dmaven.multiModuleProjectDirectory=$PWD -cp $DEB_CLASSPATH $JAVA_OPTS $MAIN_CLASS "$@" $MAVEN_OPTS rm -rf $TMP_DIR diff --git a/debian/changelog b/debian/changelog index dcb1b94..f3348e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ maven-debian-helper (2.0~exp3) UNRELEASED; urgency=medium * Disable the timestamps and set the locale to en_US when generating the javadoc in the builds using DH (improves the reproducibility). * Added a dependency on libmaven-install-plugin-java to fix build failures + * Fixed the mvn-debian script to work with Maven 3.3.9 -- Emmanuel Bourg <[email protected]> Fri, 27 Nov 2015 09:24:11 +0100 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

