Update package description

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
Nobuhiro Iwamatsu 2013-02-01 08:53:10 +09:00 committed by Philippe Teuwen
parent e81aaf5390
commit 3f6024cd64

49
debian/control vendored
View file

@ -14,9 +14,14 @@ Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends} Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Near Field Communication (NFC) library Description: Near Field Communication (NFC) library
libnfc is a Free Software library for Near Field Communication. libnfc is a library for Near Field Communication. It abstracts the
Supported NFC hardware devices are, theorically, all hardware low-level details of communicating with the devices away behind an
based on the NXP PN531, PN532 or PN533 NFC controller chip. easy-to-use high-level API.
It supports most hardware based on the NXP PN531, PN532 or PN533
controller chips.
.
This package contains the runtime library files needed to run software
using libnfc.
Package: libnfc-dev Package: libnfc-dev
Section: libdevel Section: libdevel
@ -24,24 +29,42 @@ Architecture: any
Multi-Arch: same Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends} Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, libnfc4 (= ${binary:Version}), libusb-dev Depends: ${misc:Depends}, libnfc4 (= ${binary:Version}), libusb-dev
Description: Near Field Communication library (development files) Description: Near Field Communication (NFC) library (development files)
libnfc is a free software library for near-field communication. libnfc is a library for Near Field Communication. It abstracts the
low-level details of communicating with the devices away behind an
easy-to-use high-level API.
It supports most hardware based on the NXP PN531, PN532 or PN533 It supports most hardware based on the NXP PN531, PN532 or PN533
controller chips. controller chips.
.
This package contains the header and development files needed to build
programs and packages using libnfc.
Package: libnfc-bin Package: libnfc-bin
Section: utils Section: utils
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc4 (>= ${binary:Version}) Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc4 (>= ${binary:Version})
Description: Near Field Communication binaries Description: Near Field Communication (NFC) binaries
Some binaries are provided with libnfc useful for development libnfc is a library for Near Field Communication. It abstracts the
purposes (nfc-list, nfc-mfclassic, nfc-mfultralight, etc.). low-level details of communicating with the devices away behind an
easy-to-use high-level API.
It supports most hardware based on the NXP PN531, PN532 or PN533
controller chips.
.
This package contains some utils that come along with libnfc, for
development or debugging purposes (including nfc-list, nfc-mfclassic,
nfc-mfultralight, etc).
Package: libnfc-examples Package: libnfc-examples
Section: utils Section: utils
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc4 (>= ${binary:Version}) Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc4 (>= ${binary:Version})
Description: Near Field Communication examples Description: Near Field Communication (NFC) examples
libnfc is a library for Near Field Communication. It abstracts the
low-level details of communicating with the devices away behind an
easy-to-use high-level API.
It supports most hardware based on the NXP PN531, PN532 or PN533
controller chips.
.
Some examples are provided with libnfc for debugging and/or Some examples are provided with libnfc for debugging and/or
educational purposes (nfc-anticol, nfc-emulate, etc.). educational purposes (nfc-anticol, nfc-emulate, etc.).
@ -49,6 +72,12 @@ Package: libnfc-pn53x-examples
Section: utils Section: utils
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc4 (>= ${binary:Version}) Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc4 (>= ${binary:Version})
Description: Near Field Communication examples for PN53x chips only Description: Near Field Communication (NFC) examples for PN53x chips only
libnfc is a library for Near Field Communication. It abstracts the
low-level details of communicating with the devices away behind an
easy-to-use high-level API.
It supports most hardware based on the NXP PN531, PN532 or PN533
controller chips.
.
Some PN53x-only examples are provided with libnfc for debugging Some PN53x-only examples are provided with libnfc for debugging
and/or educational purposes (pn53x-sam, pn53x-tamashell, etc.). and/or educational purposes (pn53x-sam, pn53x-tamashell, etc.).