Author: drazzib Date: 2011-09-04 12:30:54 +0000 (Sun, 04 Sep 2011) New Revision: 14721
Added: tags/velocity-tools/2.0-2/ tags/velocity-tools/2.0-2/debian/changelog tags/velocity-tools/2.0-2/debian/control Removed: tags/velocity-tools/2.0-2/debian/changelog tags/velocity-tools/2.0-2/debian/control Log: [svn-buildpackage] Tagging velocity-tools 2.0-2 Deleted: tags/velocity-tools/2.0-2/debian/changelog =================================================================== --- trunk/velocity-tools/debian/changelog 2011-09-03 10:59:33 UTC (rev 14690) +++ tags/velocity-tools/2.0-2/debian/changelog 2011-09-04 12:30:54 UTC (rev 14721) @@ -1,67 +0,0 @@ -velocity-tools (2.0-1) unstable; urgency=low - - * New upstream release. - * Bump Standards-Version to 3.9.1 (no changes needed). - * d/README.source: drop, useless since 3.0 (quilt) switch. - * d/rules: Add servlet-api-2.5 jsp-api-2.1 dom4j to DEB_JARS - * d/control: Build-Depends on libdom4j-java - - -- Damien Raude-Morvan <[email protected]> Sun, 06 Mar 2011 01:33:58 +0100 - -velocity-tools (1.4-4) unstable; urgency=low - - * Team Upload - - [ Damien Raude-Morvan ] - * Bump debhelper compat to 7 - * Use commons-collections 3.x: - - Build-Depends and Depends on libcommons-collection3-java - - Update classpath in DEB_JARS from debian/rules - - [ Torsten Werner ] - * Let 'maintainers' start with uppercase M. - * Update Standards-Version: 3.8.4. - * Switch to source format 3.0. - - -- Torsten Werner <[email protected]> Sun, 11 Apr 2010 00:20:58 +0200 - -velocity-tools (1.4-3) unstable; urgency=low - - * Set Maintainer field to Debian Java Team - * Add myself as Uploaders - * Switch to Quilt patch system: - - 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.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. - * 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 - - * debian/patches/02_junit_45.dpatch: compatibility patch - for JUnit 4.5. (Closes: #533967) - * debian/docs: include WHY_THREE_JARS.txt in package - * debian/rules: New generic.jar module activated - - Add "jar.generic" Ant target to DEB_ANT_BUILD_TARGET - - Install generic.jar file - * Bump Standards-Version to 3.8.2: no changes needed. - - -- Damien Raude-Morvan <[email protected]> Wed, 24 Jun 2009 00:25:56 +0200 - -velocity-tools (1.4-1) unstable; urgency=low - - * Initial release. (Closes: #497436) - * Build-Depend on default-jdk-builddep instead of java-gcj-compat-dev - * Include showcase and simple examples in libvelocity-tools-java-doc - - -- Damien Raude-Morvan <[email protected]> Mon, 16 Mar 2009 00:35:33 +0100 Copied: tags/velocity-tools/2.0-2/debian/changelog (from rev 14719, trunk/velocity-tools/debian/changelog) =================================================================== --- tags/velocity-tools/2.0-2/debian/changelog (rev 0) +++ tags/velocity-tools/2.0-2/debian/changelog 2011-09-04 12:30:54 UTC (rev 14721) @@ -0,0 +1,74 @@ +velocity-tools (2.0-2) unstable; urgency=low + + * d/control: Depends on servlet2.5 instead of 2.4. + * d/control: Bump Standards-Version to 3.9.2 (no changes needed). + + -- Damien Raude-Morvan <[email protected]> Sun, 04 Sep 2011 14:21:11 +0200 + +velocity-tools (2.0-1) unstable; urgency=low + + * New upstream release. + * Bump Standards-Version to 3.9.1 (no changes needed). + * d/README.source: drop, useless since 3.0 (quilt) switch. + * d/rules: Add servlet-api-2.5 jsp-api-2.1 dom4j to DEB_JARS + * d/control: Build-Depends on libdom4j-java + + -- Damien Raude-Morvan <[email protected]> Sun, 06 Mar 2011 01:33:58 +0100 + +velocity-tools (1.4-4) unstable; urgency=low + + * Team Upload + + [ Damien Raude-Morvan ] + * Bump debhelper compat to 7 + * Use commons-collections 3.x: + - Build-Depends and Depends on libcommons-collection3-java + - Update classpath in DEB_JARS from debian/rules + + [ Torsten Werner ] + * Let 'maintainers' start with uppercase M. + * Update Standards-Version: 3.8.4. + * Switch to source format 3.0. + + -- Torsten Werner <[email protected]> Sun, 11 Apr 2010 00:20:58 +0200 + +velocity-tools (1.4-3) unstable; urgency=low + + * Set Maintainer field to Debian Java Team + * Add myself as Uploaders + * Switch to Quilt patch system: + - 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.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. + * 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 + + * debian/patches/02_junit_45.dpatch: compatibility patch + for JUnit 4.5. (Closes: #533967) + * debian/docs: include WHY_THREE_JARS.txt in package + * debian/rules: New generic.jar module activated + - Add "jar.generic" Ant target to DEB_ANT_BUILD_TARGET + - Install generic.jar file + * Bump Standards-Version to 3.8.2: no changes needed. + + -- Damien Raude-Morvan <[email protected]> Wed, 24 Jun 2009 00:25:56 +0200 + +velocity-tools (1.4-1) unstable; urgency=low + + * Initial release. (Closes: #497436) + * Build-Depend on default-jdk-builddep instead of java-gcj-compat-dev + * Include showcase and simple examples in libvelocity-tools-java-doc + + -- Damien Raude-Morvan <[email protected]> Mon, 16 Mar 2009 00:35:33 +0100 Deleted: tags/velocity-tools/2.0-2/debian/control =================================================================== --- trunk/velocity-tools/debian/control 2011-09-03 10:59:33 UTC (rev 14690) +++ tags/velocity-tools/2.0-2/debian/control 2011-09-04 12:30:54 UTC (rev 14721) @@ -1,39 +0,0 @@ -Source: velocity-tools -Section: java -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Damien Raude-Morvan <[email protected]> -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.1 -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/ - -Package: libvelocity-tools-java -Architecture: all -Depends: ${misc:Depends}, libcommons-beanutils-java, libcommons-collections3-java, libcommons-digester-java, libcommons-lang-java, libcommons-logging-java, libcommons-validator-java, liboro-java, libservlet2.4-java, velocity, libdom4j-java -Description: collection of useful tools for Velocity template engine - The VelocityTools project is a collection of useful Java classes (aka tools), - as well as infrastructure to easily, automatically and transparently - make these tools available to Velocity templates. - . - Project include easy integration of Velocity into the view-layer of - web applications (via the VelocityViewTag and - VelocityViewServlet) and integration with Struts 1.x applications. - -Package: libvelocity-tools-java-doc -Architecture: all -Section: doc -Depends: ${misc:Depends} -Suggests: libvelocity-tools-java -Description: collection of useful tools for Velocity template engine - documentation - The VelocityTools project is a collection of useful Java classes (aka tools), - as well as infrastructure to easily, automatically and transparently - make these tools available to Velocity templates. - . - Project include easy integration of Velocity into the view-layer of - web applications (via the VelocityViewTag and - VelocityViewServlet) and integration with Struts 1.x applications. - . - This package provides the API documentation for Velocity Tools. Copied: tags/velocity-tools/2.0-2/debian/control (from rev 14719, trunk/velocity-tools/debian/control) =================================================================== --- tags/velocity-tools/2.0-2/debian/control (rev 0) +++ tags/velocity-tools/2.0-2/debian/control 2011-09-04 12:30:54 UTC (rev 14721) @@ -0,0 +1,39 @@ +Source: velocity-tools +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Damien Raude-Morvan <[email protected]> +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 +Homepage: http://velocity.apache.org/tools/ + +Package: libvelocity-tools-java +Architecture: all +Depends: ${misc:Depends}, libcommons-beanutils-java, libcommons-collections3-java, libcommons-digester-java, libcommons-lang-java, libcommons-logging-java, libcommons-validator-java, liboro-java, libservlet2.5-java, velocity, libdom4j-java +Description: collection of useful tools for Velocity template engine + The VelocityTools project is a collection of useful Java classes (aka tools), + as well as infrastructure to easily, automatically and transparently + make these tools available to Velocity templates. + . + Project include easy integration of Velocity into the view-layer of + web applications (via the VelocityViewTag and + VelocityViewServlet) and integration with Struts 1.x applications. + +Package: libvelocity-tools-java-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Suggests: libvelocity-tools-java +Description: collection of useful tools for Velocity template engine - documentation + The VelocityTools project is a collection of useful Java classes (aka tools), + as well as infrastructure to easily, automatically and transparently + make these tools available to Velocity templates. + . + Project include easy integration of Velocity into the view-layer of + web applications (via the VelocityViewTag and + VelocityViewServlet) and integration with Struts 1.x applications. + . + This package provides the API documentation for Velocity Tools. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

