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
63
64
65
66
|
Source: ijs
Section: text
Priority: optional
Maintainer: GangHeok Kim <gangheok.kim@samsung.com>, TaekSu Shin <taeksu.shin@samsung.com>
Uploaders: GangHeok Kim<gangheok.kim@samsung.com>
Build-Depends: debhelper (>= 7), docbook, docbook-utils, autotools-dev
#deleted gs-common
Standards-Version: 3.8.1
Homepage: http://www.linuxprinting.org/ijs/
Vcs-Git: http://git.brad-smith.co.uk/git/debian/pkg-ijs.git
Vcs-Browser: http://git.brad-smith.co.uk/?p=debian/pkg-ijs.git
Package: libijs-dev
Section: libdevel
Architecture: any
Depends: libc6-dev, libijs-0.35
Description: IJS raster image transport protocol: development files
IJS (InkJet Server) is, first and foremost, a protocol for transmission of
raster page images. This snapshot provides a reference implementation of
the protocol, the design of which is still in flux. When the protocol
specification is published, it will be authoritative. Applications should
feel free to link against the library provided in this package, adapt that
code for their own needs, or roll a completely new implementation.
.
IJS is a client-server protocol, used to write ghostscript drivers. The
drivers are separate programs. The client and server communicate via pipes,
though shared memory may be used additionally in the future. Currently IJS
is used by the hpijs and ijsgimpprint drivers.
.
Code for both the client- and server-side is included in the library. This
package provides a static library, development headers and documentation.
Package: libijs-0.35
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: IJS raster image transport protocol: shared library
IJS is, first and foremost, a protocol for transmission of raster page
images. This snapshot provides a reference implementation of the protocol,
the design of which is still in flux. When the protocol specification is
published, it will be authoritative. Applications should feel free to link
against the library provided in this package, adapt that code for their own
needs, or roll a completely new implementation.
.
IJS is a client-server protocol, used to write ghostscript drivers. The
drivers are separate programs. The client and server communicate via pipes,
though shared memory may be used additionally in the future. Currently IJS
is used by the hpijs and ijsgimpprint drivers.
.
Code for both the client- and server-side is included in the library. This
package provides the shared library.
#Added libijs-dbg
Package: libijs-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, libijs-0.35 (= ${binary:Version})
Description: IJS raster image transport protocol: debugging symbols
IJS (InkJet Server) is, first and foremost, a protocol for transmission of
raster page images. This snapshot provides a reference implementation of
the protocol, the design of which is still in flux. When the protocol
specification is published, it will be authoritative. Applications should
feel free to link against the library provided in this package, adapt that
code for their own needs, or roll a completely new implementation.
.
This package provides the debugging symbols.
|