1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: sitemesh
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel@miguel.cc>
Section: java
Priority: optional
Build-Depends: debhelper (>= 7.0.50~), ant, default-jdk, javahelper, jflex,
libservlet2.5-java, velocity, libvelocity-tools-java,
libfreemarker-java, junit, ant-optional, default-jdk-doc
Standards-Version: 3.9.2
Homepage: http://www.opensymphony.com/sitemesh/
Vcs-Git: git://git.debian.org/pkg-java/sitemesh.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/sitemesh.git
Package: libsitemesh-java
Architecture: all
Depends: libfreemarker-java, libservlet2.5-java, velocity,
libvelocity-tools-java, ${misc:Depends}
Suggests: junit
Description: web-page layout and decoration framework
SiteMesh is framework that aids in creating large sites consisting of
many web pages and applications for which a consistent look/feel,
navigation and layout scheme is required.
.
SiteMesh is built with Java servlet, JSP and XML technologies. This
makes it ideal for use with Java EE applications, however it can be
integrated with server-side web architectures that are not Java
based.
Package: libsitemesh-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libsitemesh-java (= ${binary:Version}), default-jdk-doc
Description: documentation for libsitemesh-java
Documentation for SiteMesh which is a framework that aids in creating
large sites consisting of many web pages and applications for which a
consistent look/feel, navigation and layout scheme is required.
|