File: control

package info (click to toggle)
png-sixlegs 2.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,452 kB
  • ctags: 1,498
  • sloc: java: 6,933; xml: 277; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 997 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
Source: png-sixlegs
Section: java
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper (>= 9), javahelper, default-jdk
Build-Depends-Indep: ant, default-jdk-doc, junit
Homepage: http://www.sixlegs.com/software/png/
Standards-Version: 3.9.3

Package: libpng-sixlegs-java
Architecture: all
Depends: ${misc:Depends}, ${java:Depends}
Suggests: libpng-sixlegs-java-doc
Description: Sixlegs Java PNG Decoder
 Sixlegs Java PNG Decoder is Java library for decoding PNG image files.
 Supports all valid bit depths (grayscale/color), interlacing, paletted images,
 alpha channel/transparency, gamma correction, access to most standard chunks,
 private chunk handling, and progressive display.

Package: libpng-sixlegs-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libpng-sixlegs-java
Description: Documentation for Sixlegs Java PNG Decoder
 This package contains documentation and examples
 for Sixlegs Java PNG Decoder library.