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
|
Source: psiconv
Section: devel
Priority: optional
Maintainer: Masayuki Hatta (mhatta) <mhatta@debian.org>
Build-Depends: debhelper (>= 4.0.0), libmagick-dev
Standards-Version: 3.7.3
Package: libpsiconv-dev
Section: libdevel
Architecture: any
Depends: libpsiconv6 (= ${binary:Version})
Description: a library for handling Psion files (development)
The psiconv library enables us to handle various file formats used by
built-in applications of Psion 5(mx) PDAs.
.
This package contains files needed for development with psiconv.
Package: libpsiconv6
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: a library for handling Psion files (development)
The psiconv library enables us to handle various file formats used by
built-in applications of Psion 5(mx) PDAs.
.
This package contains shared library.
Package: psiconv
Section: otherosfs
Architecture: any
Depends: ${shlibs:Depends}
Description: a library for handling Psion files (program)
The psiconv library enables us to handle various file formats used by
built-in applications of Psion 5(mx) PDAs.
.
This package contains a standalone program called psiconv.
|