Author: drazzib-guest Date: 2009-06-23 22:32:03 +0000 (Tue, 23 Jun 2009) New Revision: 8606
Modified: trunk/velocity-tools/debian/changelog trunk/velocity-tools/debian/control trunk/velocity-tools/debian/docs trunk/velocity-tools/debian/rules Log: [velocity-tools] * 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. Modified: trunk/velocity-tools/debian/changelog =================================================================== --- trunk/velocity-tools/debian/changelog 2009-06-23 15:24:37 UTC (rev 8605) +++ trunk/velocity-tools/debian/changelog 2009-06-23 22:32:03 UTC (rev 8606) @@ -1,9 +1,14 @@ -velocity-tools (1.4-2) UNRELEASED; urgency=low +velocity-tools (1.4-2) unstable; urgency=low * debian/patches/02_junit_45.dpatch: compatibility patch - for JUnit 4.5 uploaded in Debian. + 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]> Fri, 12 Jun 2009 23:39:20 +0200 + -- Damien Raude-Morvan <[email protected]> Wed, 24 Jun 2009 00:25:56 +0200 velocity-tools (1.4-1) unstable; urgency=low Modified: trunk/velocity-tools/debian/control =================================================================== --- trunk/velocity-tools/debian/control 2009-06-23 15:24:37 UTC (rev 8605) +++ trunk/velocity-tools/debian/control 2009-06-23 22:32:03 UTC (rev 8606) @@ -4,7 +4,7 @@ Maintainer: Damien Raude-Morvan <[email protected]> Build-Depends: cdbs, dpatch, debhelper (>= 5), default-jdk-builddep, 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.1 +Standards-Version: 3.8.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/ Modified: trunk/velocity-tools/debian/docs =================================================================== --- trunk/velocity-tools/debian/docs 2009-06-23 15:24:37 UTC (rev 8605) +++ trunk/velocity-tools/debian/docs 2009-06-23 22:32:03 UTC (rev 8606) @@ -1,3 +1,5 @@ VLS_README.txt CONTRIBUTORS README.txt +WHY_THREE_JARS.txt + Modified: trunk/velocity-tools/debian/rules =================================================================== --- trunk/velocity-tools/debian/rules 2009-06-23 15:24:37 UTC (rev 8605) +++ trunk/velocity-tools/debian/rules 2009-06-23 22:32:03 UTC (rev 8606) @@ -12,7 +12,7 @@ DEB_JARS := antlr commons-beanutils commons-collections commons-digester commons-lang commons-logging commons-validator oro servlet-api velocity junit4 ant-junit -DEB_ANT_BUILD_TARGET := jar.view javadoc +DEB_ANT_BUILD_TARGET := jar.view jar.generic javadoc DEB_ANT_CHECK_TARGET := test.generic DEB_ANT_CLEAN_TARGET := clean @@ -21,6 +21,8 @@ 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 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

