File: control

package info (click to toggle)
sacjava 1.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 232 kB
  • ctags: 281
  • sloc: java: 480; makefile: 69; xml: 31
file content (46 lines) | stat: -rw-r--r-- 1,642 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: sacjava
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>, Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: debhelper (>= 9), default-jdk, dpkg-dev (>= 1.16.2),
  gcj-native-helper, maven-repo-helper, bnd (>= 2.1.0)
Standards-Version: 3.9.6
Section: java
Vcs-Git: git://anonscm.debian.org/pkg-java/sacjava.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/sacjava.git
Homepage: http://www.w3.org/Style/CSS/SAC/

Package: libsac-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libsac-java-doc
Recommends: libsac-java-gcj
Description: Simple API for CSS Java library
 SAC is a standard interface for CSS parser and supposed to work
 with CSS1, CSS2, CSS3 (currently under development) and other CSS derived
 languages.
 .
 This package contains the SAC Java library.

Package: libsac-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Simple API for CSS Java library (documentation)
 SAC is a standard interface for CSS parser and supposed to work
 with CSS1, CSS2, CSS3 (currently under development) and other CSS derived
 languages.
 .
 This package contains the SAC Java library javadoc documentation.

Package: libsac-java-gcj
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple API for CSS Java library (native code)
 SAC is a standard interface for CSS parser and supposed to work
 with CSS1, CSS2, CSS3 (currently under development) and other CSS derived
 languages.
 .
 This package contains the SAC Java library compiled to native code for use
 with gij.