summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-08-25 10:26:25 +0800
committerChengwei Yang <chengwei.yang@intel.com>2013-08-25 10:34:48 +0800
commit94d81079cc3cee8d4424d9f1984313ce79109eed (patch)
tree9e8c7789bba9005159ca3f8dcd6b328558507040 /debian/control
parent2ca6a2fff524eb4ea0e82c708b2efa40b375738e (diff)
downloadlibijs-tizen_3.0.2015.q1_common.tar.gz
libijs-tizen_3.0.2015.q1_common.tar.bz2
libijs-tizen_3.0.2015.q1_common.zip
Change-Id: I46ce5b4e548e1c4fd135bf5c698e2ef189f05906 Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control66
1 files changed, 0 insertions, 66 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 0487d2c..0000000
--- a/debian/control
+++ /dev/null
@@ -1,66 +0,0 @@
-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.