Author: ludovicc-guest Date: 2009-09-02 21:50:26 +0000 (Wed, 02 Sep 2009) New Revision: 10245
Added: trunk/velocity/debian/README.source Modified: trunk/velocity/debian/changelog trunk/velocity/debian/control Log: * Bump up Standards-Version to 3.8.3 - add debian/README.source * Add Build-Depends on openjdk-6-doc (Closes: #543106) Added: trunk/velocity/debian/README.source =================================================================== --- trunk/velocity/debian/README.source (rev 0) +++ trunk/velocity/debian/README.source 2009-09-02 21:50:26 UTC (rev 10245) @@ -0,0 +1,9 @@ +Patch System +============ + +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. + Modified: trunk/velocity/debian/changelog =================================================================== --- trunk/velocity/debian/changelog 2009-09-02 21:50:05 UTC (rev 10244) +++ trunk/velocity/debian/changelog 2009-09-02 21:50:26 UTC (rev 10245) @@ -1,3 +1,11 @@ +velocity (1.6.2-3) unstable; urgency=low + + * Bump up Standards-Version to 3.8.3 + - add debian/README.source + * Add Build-Depends on openjdk-6-doc (Closes: #543106) + + -- Ludovic Claude <[email protected]> Wed, 02 Sep 2009 22:34:33 +0100 + velocity (1.6.2-2) unstable; urgency=low * Upload to unstable. Modified: trunk/velocity/debian/control =================================================================== --- trunk/velocity/debian/control 2009-09-02 21:50:05 UTC (rev 10244) +++ trunk/velocity/debian/control 2009-09-02 21:50:26 UTC (rev 10245) @@ -8,8 +8,8 @@ Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 5), ant, ant-optional, junit, liblogkit-java, libservlet2.5-java, liblog4j1.2-java, libjdom1-java, libcommons-lang-java, libcommons-collections3-java, libcommons-logging-java, - libwerken.xpath-java, liboro-java -Standards-Version: 3.8.2 + libwerken.xpath-java, liboro-java, openjdk-6-doc +Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/velocity Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/velocity Homepage: http://velocity.apache.org/ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

