This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository sikuli.
commit 04ef93360719f56b25a2ad6c091bd293b9f2c099 Author: Gilles Filippini <[email protected]> Date: Mon May 12 21:01:50 2014 +0200 More accurate comment for DEB_JAR_PACKAGE=tmp --- debian/rules | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 973f2c1..d76a642 100755 --- a/debian/rules +++ b/debian/rules @@ -35,10 +35,11 @@ JAVA_HOME := /usr/lib/jvm/default-java # (see target install/libsikuli-script-doc below) DEB_MAVEN_DOC_TARGET := -# As I understand it, maven-debian-helper expect the jar / pom files to -# belong to only one binary package. Here we have two java binary packages. -# So we tell maven-debian-helper the java package name is tmp to install -# into debian/tmp. +# Despite the option '--package=<package>', maven debian helper is not +# that good at handling several binary packages. +# So we tell maven-debian-helper the java package name is tmp to not +# interfere with the actual binary packages when it doesn't honour +# '--package' DEB_JAR_PACKAGE := tmp export VP_CONFIGURE_FLAGS=--build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

