This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository velocity-tools.
commit ae6ea45d1afe61c3dac6de75c9931dcf332feeb4 Author: Damien Raude-Morvan <[email protected]> Date: Fri Sep 25 21:44:08 2009 +0000 * Bump Standards-Version to 3.8.3: * Install api documentation to /usr/share/doc/libvelocity-tools-java/api/ * Maven POMs: - Add a Build-Depends-Indep dependency on maven-repo-helper - Use mh_installpoms and mh_installjar to install the POM and the jar to the Maven repository * Update my email address --- debian/changelog | 12 +++++++++--- debian/control | 6 +++--- debian/copyright | 4 ++-- debian/libvelocity-tools-java-doc.doc-base | 4 ++-- debian/libvelocity-tools-java.poms | 1 + debian/maven.rules | 0 debian/rules | 11 ++++++++--- 7 files changed, 25 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index b09db32..cf07f65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,12 +6,18 @@ velocity-tools (1.4-3) UNRELEASED; urgency=low - Refresh all patchs - Remove B-D on dpatch, Add B-D on quilt - Include patchsys-quilt.mk in debian/rules - * Bump Standards-Version to 3.8.2: + * Bump Standards-Version to 3.8.3: - Add a README.source to describe patch system * Build-Depends on default-jdk instead of default-jdk-builddep because we don't build a native GCJ package. - - -- Damien Raude-Morvan <[email protected]> Thu, 16 Jul 2009 17:56:56 +0200 + * Install api documentation to /usr/share/doc/libvelocity-tools-java/api/ + * Maven POMs: + - Add a Build-Depends-Indep dependency on maven-repo-helper + - Use mh_installpoms and mh_installjar to install the POM and the jar to the + Maven repository + * Update my email address + + -- Damien Raude-Morvan <[email protected]> Fri, 25 Sep 2009 23:38:50 +0200 velocity-tools (1.4-2) unstable; urgency=low diff --git a/debian/control b/debian/control index f4174df..84faee4 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,10 @@ Source: velocity-tools Section: java Priority: optional Maintainer: Debian Java maintainers <[email protected]> -Uploaders: Damien Raude-Morvan <[email protected]> +Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: cdbs, quilt, debhelper (>= 5), default-jdk, ant -Build-Depends-Indep: antlr, libcommons-beanutils-java, libcommons-collections-java, libcommons-digester-java, libcommons-lang-java, libcommons-logging-java, libcommons-validator-java, liboro-java, libservlet2.4-java, velocity, junit4, ant-optional -Standards-Version: 3.8.2 +Build-Depends-Indep: antlr, libcommons-beanutils-java, libcommons-collections-java, libcommons-digester-java, libcommons-lang-java, libcommons-logging-java, libcommons-validator-java, liboro-java, libservlet2.4-java, velocity, junit4, ant-optional, maven-repo-helper +Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/velocity-tools Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/velocity-tools Homepage: http://velocity.apache.org/tools/ diff --git a/debian/copyright b/debian/copyright index 6ebee74..1474aba 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -This package was debianized by Damien Raude-Morvan <[email protected]> on +This package was debianized by Damien Raude-Morvan <[email protected]> on Thu, 27 Aug 2008 20:59:38 +0200. It was downloaded from http://www.apache.org/dist/velocity/tools/ @@ -26,5 +26,5 @@ License: The full text of the Apache-2.0 license can be found in `/usr/share/common-licenses/Apache-2.0' on Debian systems. -The Debian packaging is Copyright 2008, Damien Raude-Morvan <[email protected]> and +The Debian packaging is Copyright 2008, Damien Raude-Morvan <[email protected]> and is licensed under the Apache-2.0, see `/usr/share/common-licenses/Apache-2.0'. diff --git a/debian/libvelocity-tools-java-doc.doc-base b/debian/libvelocity-tools-java-doc.doc-base index 48e737c..eeee358 100644 --- a/debian/libvelocity-tools-java-doc.doc-base +++ b/debian/libvelocity-tools-java-doc.doc-base @@ -5,5 +5,5 @@ Abstract: This is the API Javadoc provided by the Velocity Tools library. Section: Programming Format: HTML -Index: /usr/share/doc/libvelocity-tools-java-doc/api/index.html -Files: /usr/share/doc/libvelocity-tools-java-doc/api/* +Index: /usr/share/doc/libvelocity-tools-java/api/index.html +Files: /usr/share/doc/libvelocity-tools-java/api/* diff --git a/debian/libvelocity-tools-java.poms b/debian/libvelocity-tools-java.poms new file mode 100644 index 0000000..d4f7111 --- /dev/null +++ b/debian/libvelocity-tools-java.poms @@ -0,0 +1 @@ +pom.xml diff --git a/debian/maven.rules b/debian/maven.rules new file mode 100644 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules index 01fefc9..ce6caff 100755 --- a/debian/rules +++ b/debian/rules @@ -18,13 +18,18 @@ DEB_ANT_ARGS := -Dskip-download=true API_DOCS := docs/javadoc/* binary-post-install/lib$(DEB_SOURCE_PACKAGE)-java:: - dh_install -plib$(DEB_SOURCE_PACKAGE)-java dist/$(DEB_SOURCE_PACKAGE)-generic-$(DEB_UPSTREAM_VERSION).jar usr/share/java - dh_link -plib$(DEB_SOURCE_PACKAGE)-java usr/share/java/$(DEB_SOURCE_PACKAGE)-generic-$(DEB_UPSTREAM_VERSION).jar usr/share/java/$(DEB_SOURCE_PACKAGE)-generic.jar + # Generic JAR + 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 +clean:: + -rm -rf debian/tmp + 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-doc/api + dh_install -plib$(DEB_SOURCE_PACKAGE)-java-doc $(API_DOCS) usr/share/doc/lib$(DEB_SOURCE_PACKAGE)-java/api # Rename content directory to velocity-tools-X.Y in orig.tar.gz get-orig-source: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/velocity-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

