Codebase list velocity / d524d04
velocity (1.4-3) unstable; urgency=low * Changed to depend on ant instead of libant1.6-java * Added ant-optional to build-deps due to ant reorganization * Registered javadoc api and manual with doc-base Wolfgang Bär 18 years ago
7 changed file(s) with 34 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
22
33 velocity.jar is installed to /usr/share/java. Please set CLASSPATH to
44 following files:
5 /usr/share/java/xerces.jar
5 /usr/share/java/xercesImpl.jar
66 /usr/share/java/jdom0.jar
77 /usr/share/java/logkit.jar
88 /usr/share/java/log4j-1.2.jar
0 velocity (1.4-3) unstable; urgency=low
1
2 * Changed to depend on ant instead of libant1.6-java
3 * Added ant-optional to build-deps due to ant reorganization
4 * Registered javadoc api and manual with doc-base
5
6 -- Wolfgang Baer <WBaer@gmx.de> Tue, 04 Oct 2005 20:11:51 +0200
7
08 velocity (1.4-2) unstable; urgency=low
19
210 * Changed libant1.6-java build-dep to ant
22 Priority: optional
33 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
44 Uploaders: Takashi Okamoto <tora@debian.org>, Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>
5 Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, ant, kaffe, junit, liblogkit-java, libservlet2.3-java, liblog4j1.2-java, libjdom0-java, libcommons-collections-java, libwerken.xpath-java, libbcel-java, liboro-java
5 Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, ant, ant-optional, kaffe, junit, liblogkit-java, libservlet2.3-java, liblog4j1.2-java, libjdom0-java, libcommons-collections-java, libwerken.xpath-java, libbcel-java, liboro-java
66 Standards-Version: 3.6.2
77
88 Package: velocity
99 Architecture: all
10 Depends: kaffe | java1-runtime | java2-runtime, libjdom0-java, libcommons-collections-java, libant1.6-java, liblogkit-java, libwerken.xpath-java, libbcel-java, libxerces2-java
10 Depends: kaffe | java1-runtime | java2-runtime, libjdom0-java, libcommons-collections-java, ant, liblogkit-java, libwerken.xpath-java, libbcel-java, libxerces2-java
1111 Suggests: velocity-doc
1212 Description: Java-based template engine for web application
1313 Velocity is a Java-based template engine. It permits anyone to use
00 #!/usr/bin/make -f
11 # debian/rules for velocity (uses CDBS)
22
3 export LANG=C
3 #export LANG=C
44
55 include /usr/share/cdbs/1/rules/debhelper.mk
66 include /usr/share/cdbs/1/class/ant.mk
0 Document: velocity1
1 Title: Programmer API for velocity
2 Author: The Apache Velocity Development Team
3 Abstract: This is the javadoc api of Velocity, a Java-based template engine.
4 It permits anyone to use the simple yet powerful template language to
5 reference objects defined in Java code.
6 Section: Programming
7
8 Format: HTML
9 Index: /usr/share/doc/velocity-doc/api/index.html
10 Files: /usr/share/doc/velocity-doc/api/*.html
0 Document: velocity2
1 Title: Documentation for velocity
2 Author: The Apache Velocity Development Team
3 Abstract: This is the manual of Velocity, a Java-based template engine.
4 It permits anyone to use the simple yet powerful template language to
5 reference objects defined in Java code.
6 Section: Programming
7
8 Format: HTML
9 Index: /usr/share/doc/velocity-doc/index.html
10 Files: /usr/share/doc/velocity-doc/*.html
1818 docs/api
1919 docs/images
2020 docs/ymtd
21
22