This is an automated email from the git hooks/post-receive script. babilen-guest pushed a commit to branch master in repository maven-debian-helper.
commit 88f2e79dfc53c34748b6e54a610ead70397fec34 Author: Wolodja Wentland <[email protected]> Date: Sat Aug 17 20:11:26 2013 +0200 Switch maven doc target back to javadoc:jar in CDBS --- debian/changelog | 1 + share/cdbs/1/class/maven-vars.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9a2f599..19801d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ maven-debian-helper (1.6.5) UNRELEASED; urgency=low "install" to "package") * Adjust mh_resolve_dependencies arguments in dh to match CDBS * Adjust debian-maven-plugin options in dh to match CDBS + * Switch maven doc target back to javadoc:jar (was javadoc:javadoc) -- Wolodja Wentland <[email protected]> Sat, 17 Aug 2013 15:24:16 +0000 diff --git a/share/cdbs/1/class/maven-vars.mk b/share/cdbs/1/class/maven-vars.mk index fcbdb24..596fc05 100644 --- a/share/cdbs/1/class/maven-vars.mk +++ b/share/cdbs/1/class/maven-vars.mk @@ -106,7 +106,7 @@ DEB_MAVEN_BUILD_TARGET = package DEB_MAVEN_INSTALL_TARGET = org.debian.maven:debian-maven-plugin:$(MAVEN_DEBIAN_VERSION):install DEB_MAVEN_CHECK_TARGET = DEB_MAVEN_CLEAN_TARGET = clean -DEB_MAVEN_DOC_TARGET = javadoc:javadoc +DEB_MAVEN_DOC_TARGET = javadoc:jar DEB_MAVEN_INSTALL_DOC_TARGET = org.debian.maven:debian-maven-plugin:$(MAVEN_DEBIAN_VERSION):install-doc endif -- 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

