Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package velocity-tools. This is yet another package with missing Maven artifacts, this update is required to fix the RC bugs on libspring-java. Thank you (explain the reason for the unblock here) (include/attach the debdiff against the package in testing) unblock velocity-tools/2.0-3 diff -Nru velocity-tools-2.0/debian/changelog velocity-tools-2.0/debian/changelog --- velocity-tools-2.0/debian/changelog 2011-09-04 14:21:12.000000000 +0200 +++ velocity-tools-2.0/debian/changelog 2014-12-01 22:59:48.000000000 +0100 @@ -1,3 +1,14 @@ +velocity-tools (2.0-3) unstable; urgency=medium + + * Team upload. + * Install the Maven artifacts for velocity-tools-view (Closes: #738111) + * debian/control: + - Standards-Version updated to 3.9.6 (no changes) + - Use canonical URLs for the Vcs-* fields + * debian/rules: Improved the clean target + + -- Emmanuel Bourg <ebo...@apache.org> Mon, 01 Dec 2014 22:59:38 +0100 + velocity-tools (2.0-2) unstable; urgency=low * d/control: Depends on servlet2.5 instead of 2.4. diff -Nru velocity-tools-2.0/debian/control velocity-tools-2.0/debian/control --- velocity-tools-2.0/debian/control 2011-09-04 02:51:57.000000000 +0200 +++ velocity-tools-2.0/debian/control 2014-11-28 01:02:02.000000000 +0100 @@ -5,9 +5,9 @@ Uploaders: Damien Raude-Morvan <draz...@debian.org> Build-Depends: cdbs, debhelper (>= 7), default-jdk, ant Build-Depends-Indep: antlr, libcommons-beanutils-java, libcommons-collections3-java, libcommons-digester-java, libcommons-lang-java, libcommons-logging-java, libcommons-validator-java, liboro-java, libservlet2.5-java, libdom4j-java, velocity, junit4, ant-optional, maven-repo-helper -Standards-Version: 3.9.2 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/velocity-tools -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/velocity-tools +Standards-Version: 3.9.6 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/velocity-tools +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/velocity-tools Homepage: http://velocity.apache.org/tools/ Package: libvelocity-tools-java diff -Nru velocity-tools-2.0/debian/libvelocity-tools-java.poms velocity-tools-2.0/debian/libvelocity-tools-java.poms --- velocity-tools-2.0/debian/libvelocity-tools-java.poms 2009-09-25 23:44:08.000000000 +0200 +++ velocity-tools-2.0/debian/libvelocity-tools-java.poms 2014-11-28 01:10:19.000000000 +0100 @@ -1 +1,2 @@ pom.xml +debian/velocity-tools-view.pom diff -Nru velocity-tools-2.0/debian/rules velocity-tools-2.0/debian/rules --- velocity-tools-2.0/debian/rules 2011-03-06 01:38:11.000000000 +0100 +++ velocity-tools-2.0/debian/rules 2014-11-28 01:11:57.000000000 +0100 @@ -21,11 +21,11 @@ mh_installpoms -plib$(DEB_SOURCE_PACKAGE)-java mh_installjar -plib$(DEB_SOURCE_PACKAGE)-java -l pom.xml -n$(DEB_SOURCE_PACKAGE)-generic dist/$(DEB_SOURCE_PACKAGE)-generic-$(DEB_UPSTREAM_VERSION).jar # View JAR - dh_install -plib$(DEB_SOURCE_PACKAGE)-java dist/$(DEB_SOURCE_PACKAGE)-view-$(DEB_UPSTREAM_VERSION).jar usr/share/java - dh_link -plib$(DEB_SOURCE_PACKAGE)-java usr/share/java/$(DEB_SOURCE_PACKAGE)-view-$(DEB_UPSTREAM_VERSION).jar usr/share/java/$(DEB_SOURCE_PACKAGE)-view.jar + mh_installjar -plib$(DEB_SOURCE_PACKAGE)-java -l debian/velocity-tools-view.pom -n$(DEB_SOURCE_PACKAGE)-view dist/$(DEB_SOURCE_PACKAGE)-view-$(DEB_UPSTREAM_VERSION).jar clean:: -rm -rf debian/tmp + mh_clean binary-post-install/lib$(DEB_SOURCE_PACKAGE)-java-doc:: dh_install -plib$(DEB_SOURCE_PACKAGE)-java-doc $(API_DOCS) usr/share/doc/lib$(DEB_SOURCE_PACKAGE)-java/api diff -Nru velocity-tools-2.0/debian/velocity-tools-view.pom velocity-tools-2.0/debian/velocity-tools-view.pom --- velocity-tools-2.0/debian/velocity-tools-view.pom 1970-01-01 01:00:00.000000000 +0100 +++ velocity-tools-2.0/debian/velocity-tools-view.pom 2014-11-28 01:10:44.000000000 +0100 @@ -0,0 +1,6 @@ +<project> + <modelVersion>4.0.0</modelVersion> + <groupId>velocity-tools</groupId> + <artifactId>velocity-tools-view</artifactId> + <version>2.0</version> +</project> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org