File: control

package info (click to toggle)
jbigkit 2.1-6.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,204 kB
  • sloc: ansic: 5,662; makefile: 340; perl: 82; sh: 3
file content (62 lines) | stat: -rw-r--r-- 2,202 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: jbigkit
Priority: optional
Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.1
Section: libs
Homepage: http://www.cl.cam.ac.uk/~mgk25/jbigkit/
Vcs-Git: https://salsa.debian.org/debian-phototools-team/jbigkit.git
Vcs-Browser: https://salsa.debian.org/debian-phototools-team/jbigkit
Rules-Requires-Root: no

Package: jbigkit-bin
Section: graphics
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: netpbm
Description: JBIGkit binaries
 JBIG-KIT provides a portable library of compression and decompression functions
 with a documented interface that you can include very easily into your image or
 document processing software.
 .
 This package contains the binaries from JBIG-KIT.

Package: jbigkit-testdata
Section: graphics
Architecture: any
Depends: ${misc:Depends}
Description: JBIG-KIT testdata
 JBIG-KIT provides a portable library of compression and decompression functions
 with a documented interface that you can include very easily into your image or
 document processing software.
 .
 This package contains the testdata included with JBIG-KIT.

Package: libjbig-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libjbig0 (= ${binary:Version}), ${misc:Depends}
Description: JBIGkit development files
 JBIG-KIT provides a portable library of compression and decompression functions
 with a documented interface that you can include very easily into your image or
 document processing software.
 .
 This package contains the headers for the library.
 .
 Please note: There is no statically linked library in this package, and what
 was previously two libraries with a single common file has been merged into
 one library (libjbig).

Package: libjbig0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: JBIGkit libraries
 JBIG-KIT provides a portable library of compression and decompression functions
 with a documented interface that you can include very easily into your image or
 document processing software.
 .
 This package contains the dynamically linked library.