File: control

package info (click to toggle)
sitemesh 2.4.1%2Bdfsg-6
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,804 kB
  • ctags: 1,373
  • sloc: java: 6,709; xml: 514; jsp: 393; perl: 64; makefile: 13; sh: 9
file content (46 lines) | stat: -rw-r--r-- 1,596 bytes parent folder | download
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
38
39
40
41
42
43
44
45
46
Source: sitemesh
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel@miguel.cc>, Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 ant,
 ant-optional,
 debhelper (>= 9),
 default-jdk,
 default-jdk-doc,
 javahelper,
 jflex (>= 1.6),
 junit,
 libfreemarker-java,
 libservlet3.1-java,
 libvelocity-tools-java,
 velocity
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/sitemesh.git
Vcs-Browsers: https://anonscm.debian.org/cgit/pkg-java/sitemesh.git
Homepage: http://www.sitemesh.org

Package: libsitemesh-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libfreemarker-java, libvelocity-tools-java, velocity
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: default-jdk-doc, libsitemesh-java (= ${binary:Version})
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.