This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sisu-ioc.
commit 6584db38885aa728e9c0fb5e7e1682735e13a7fe Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 2 15:37:36 2015 +0100 Reverted commit 41c0ada (the build fails without DEB_MAVEN_BUILD_TARGET) --- debian/changelog | 4 ---- debian/rules | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index bb095a9..2fe895f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ sisu-ioc (2.3.0-6) UNRELEASED; urgency=medium - [ Emmanuel Bourg ] * Team upload. * Removed the unused build dependency on maven-project-info-reports-plugin * Removed the unused build dependencies on the *-java-doc packages @@ -8,9 +7,6 @@ sisu-ioc (2.3.0-6) UNRELEASED; urgency=medium * Updated Standards-Version to 3.9.6 (no changes) * Fixed debian/watch - [ Eugene Zhukov ] - * Remove DEB_MAVEN_BUILD_TARGET from d/rules - -- Emmanuel Bourg <[email protected]> Wed, 01 Oct 2014 18:55:04 +0200 sisu-ioc (2.3.0-5) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index b76c54a..ecce99e 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java +DEB_MAVEN_BUILD_TARGET := install get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sisu-ioc.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

