File: control

package info (click to toggle)
tiles-request 1.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,708 kB
  • sloc: java: 12,505; xml: 1,663; sh: 7; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,092 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
Source: tiles-request
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 libfreemarker-java,
 libmaven-bundle-plugin-java,
 libmustache-java,
 libportlet-api-2.0-spec-java,
 libslf4j-java,
 libspring-web-java,
 libtiles-autotag-java,
 libvelocity-tools-java,
 maven-debian-helper (>= 2.0),
 velocity
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/java-team/tiles-request.git
Vcs-Browser: https://salsa.debian.org/java-team/tiles-request
Homepage: https://tiles.apache.org/tiles-request/
Rules-Requires-Root: no

Package: libtiles-request-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Tiles Request Framework
 The Tiles Request library provides a simple abstraction layer around
 request/response objects of various Java frameworks and template technologies.
 Bindings are available for Servlet, Portlet, JSP, Mustache, Velocity
 and FreeMarker.