File: control

package info (click to toggle)
flute 1%3A1.1.6-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 728 kB
  • sloc: java: 9,067; xml: 1,531; makefile: 16
file content (31 lines) | stat: -rw-r--r-- 902 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
Source: flute
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrew Ross <ubuntu@rossfamily.co.uk>,
 Rene Engelhard <rene@debian.org>
Build-Depends:
 ant,
 ant-contrib,
 ant-optional,
 debhelper-compat (= 13),
 default-jdk,
 javacc5,
 javahelper,
 libsac-java
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/flute.git
Vcs-Browser: https://salsa.debian.org/java-team/flute
Homepage: https://sourceforge.net/projects/jfreereport/

Package: libflute-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: Java CSS parser using SAC (JFree version)
 Flute is a CSS2 parser written in Java that implements SAC.
 SAC is a standard event-based API for CSS parsers, closely
 modelled on the SAX API for XML parsers.
 .
 This package contains the library.