resetting manifest requested domain to floor
[platform/upstream/libijs.git] / debian / control
1 Source: ijs
2 Section: text
3 Priority: optional
4 Maintainer: GangHeok Kim <gangheok.kim@samsung.com>, TaekSu Shin <taeksu.shin@samsung.com>
5 Uploaders: GangHeok Kim<gangheok.kim@samsung.com>
6 Build-Depends: debhelper (>= 7), docbook, docbook-utils, autotools-dev
7 #deleted gs-common
8 Standards-Version: 3.8.1
9 Homepage: http://www.linuxprinting.org/ijs/
10 Vcs-Git: http://git.brad-smith.co.uk/git/debian/pkg-ijs.git
11 Vcs-Browser: http://git.brad-smith.co.uk/?p=debian/pkg-ijs.git
12
13 Package: libijs-dev
14 Section: libdevel
15 Architecture: any
16 Depends: libc6-dev, libijs-0.35
17 Description: IJS raster image transport protocol: development files
18  IJS (InkJet Server) is, first and foremost, a protocol for transmission of
19  raster page images. This snapshot provides a reference implementation of
20  the protocol, the design of which is still in flux. When the protocol
21  specification is published, it will be authoritative. Applications should
22  feel free to link against the library provided in this package, adapt that
23  code for their own needs, or roll a completely new implementation.
24  .
25  IJS is a client-server protocol, used to write ghostscript drivers. The
26  drivers are separate programs. The client and server communicate via pipes,
27  though shared memory may be used additionally in the future. Currently IJS
28  is used by the hpijs and ijsgimpprint drivers.
29  .
30  Code for both the client- and server-side is included in the library. This
31  package provides a static library, development headers and documentation.
32
33 Package: libijs-0.35
34 Section: libs
35 Architecture: any
36 Depends: ${shlibs:Depends}
37 Description: IJS raster image transport protocol: shared library
38  IJS is, first and foremost, a protocol for transmission of raster page
39  images. This snapshot provides a reference implementation of the protocol,
40  the design of which is still in flux. When the protocol specification is
41  published, it will be authoritative. Applications should feel free to link
42  against the library provided in this package, adapt that code for their own
43  needs, or roll a completely new implementation.
44  .
45  IJS is a client-server protocol, used to write ghostscript drivers. The
46  drivers are separate programs. The client and server communicate via pipes,
47  though shared memory may be used additionally in the future. Currently IJS
48  is used by the hpijs and ijsgimpprint drivers.
49  .
50  Code for both the client- and server-side is included in the library. This
51  package provides the shared library.
52
53 #Added libijs-dbg
54 Package: libijs-dbg
55 Section: debug
56 Architecture: any
57 Depends: ${misc:Depends}, libijs-0.35 (= ${binary:Version})
58 Description: IJS raster image transport protocol: debugging symbols
59  IJS (InkJet Server) is, first and foremost, a protocol for transmission of
60  raster page images. This snapshot provides a reference implementation of
61  the protocol, the design of which is still in flux. When the protocol
62  specification is published, it will be authoritative. Applications should
63  feel free to link against the library provided in this package, adapt that
64  code for their own needs, or roll a completely new implementation.
65  .
66  This package provides the debugging symbols.