Codebase list ijs / e32da9d
Simplify rules: Stop resolve build-dependencies in rules file. Jonas Smedegaard 4 years ago
2 changed file(s) with 0 addition(s) and 70 deletion(s). Raw diff Collapse all Expand all
+0
-11
debian/README.source less more
0 CDBS+git-buildpackage
1 ---------------------
2
3 This source package uses CDBS and git-buildpackage. NMUs need not (but
4 are encouraged to) make special use of these tools. In particular, the
5 debian/control.in file can be completely ignored.
6
7 More info here: http://wiki.debian.org/CDBS+git-buildpackage
8
9
10 -- Jonas Smedegaard <dr@jones.dk> Mon, 18 Feb 2013 12:55:37 +0100
+0
-59
debian/control.in less more
0 Source: ijs
1 Section: text
2 Priority: optional
3 Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
4 Uploaders: Jonas Smedegaard <dr@jones.dk>,
5 Build-Depends: @cdbs@,
6 ghostscript,
7 docbook,
8 docbook-utils,
9 Standards-Version: 3.9.5
10 Homepage: http://www.linuxprinting.org/ijs/
11 Vcs-Git: https://alioth.debian.org/anonscm/git/printing/ijs.git
12 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=printing/ijs.git
13
14 Package: libijs-dev
15 Section: libdevel
16 Architecture: any
17 Multi-Arch: same
18 Depends: ${misc:Depends},
19 libc6-dev,
20 libijs-0.35 (= ${binary:Version})
21 Description: IJS raster image transport protocol: development files
22 IJS (InkJet Server) is, first and foremost, a protocol for transmission of
23 raster page images. This snapshot provides a reference implementation of
24 the protocol, the design of which is still in flux. When the protocol
25 specification is published, it will be authoritative. Applications should
26 feel free to link against the library provided in this package, adapt that
27 code for their own needs, or roll a completely new implementation.
28 .
29 IJS is a client-server protocol, used to write ghostscript drivers. The
30 drivers are separate programs. The client and server communicate via pipes,
31 though shared memory may be used additionally in the future. Currently IJS
32 is used by the hpijs and ijsgimpprint drivers.
33 .
34 Code for both the client- and server-side is included in the library. This
35 package provides a static library, development headers and documentation.
36
37 Package: libijs-0.35
38 Section: libs
39 Architecture: any
40 Multi-Arch: same
41 Pre-Depends: ${misc:Pre-Depends}
42 Depends: ${misc:Depends},
43 ${shlibs:Depends}
44 Description: IJS raster image transport protocol: shared library
45 IJS is, first and foremost, a protocol for transmission of raster page
46 images. This snapshot provides a reference implementation of the protocol,
47 the design of which is still in flux. When the protocol specification is
48 published, it will be authoritative. Applications should feel free to link
49 against the library provided in this package, adapt that code for their own
50 needs, or roll a completely new implementation.
51 .
52 IJS is a client-server protocol, used to write ghostscript drivers. The
53 drivers are separate programs. The client and server communicate via pipes,
54 though shared memory may be used additionally in the future. Currently IJS
55 is used by the hpijs and ijsgimpprint drivers.
56 .
57 Code for both the client- and server-side is included in the library. This
58 package provides the shared library.