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 67
|
Source: libgisi
Section: libs
Priority: extra
Maintainer: Sebastian Reichel <sre@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9~),
dh-autoreconf,
libglib2.0-dev (>= 2.18.0~),
valac (>= 0.12.1)
Homepage: http://freesmartphone.org/
Vcs-Git: https://anonscm.debian.org/cgit/pkg-fso/libgisi.git/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-fso/libgisi.git/
Package: libgisi0
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: low-level communication library for ISI modems
libgisi is a low level library for communicating with
ISI devices, such as the modem found in some Nokia devices.
.
The library is used by the freesmartphone.org's GSM daemon
for supporting the Nokia N900.
Package: libgisi-dev
Section: libdevel
Architecture: linux-any
Depends: ${misc:Depends},
libgisi0 (= ${binary:Version})
Description: low-level communication library for ISI modems (devel files)
libgisi is a low level library for communicating with
ISI devices, such as the modem found in some Nokia devices.
.
The library is used by the freesmartphone.org's GSM daemon
for supporting the Nokia N900.
.
This package contains the development files for the library.
Package: libgisicomm0
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: high-level communication library for ISI modems
libgisicomm is a high level library for communicating with
ISI devices, such as the modem found in some Nokia devices.
.
The library is used by the freesmartphone.org's GSM daemon
for supporting the Nokia N900.
Package: libgisicomm-dev
Section: libdevel
Architecture: linux-any
Depends: ${misc:Depends},
libgisicomm0 (= ${binary:Version}),
libgisi-dev
Description: high-level communication library for ISI modems (devel files)
libgisicomm is a high level library for communicating with
ISI devices, such as the modem found in some Nokia devices.
.
The library is used by the freesmartphone.org's GSM daemon
for supporting the Nokia N900.
.
This package contains the development files for the library.
|