From 3f6024cd64a4121fe7b93fd75b790b66f5d04e30 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Fri, 1 Feb 2013 08:53:10 +0900 Subject: [PATCH] Update package description Signed-off-by: Nobuhiro Iwamatsu --- debian/control | 49 +++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index 9c3f8a8..5d0456d 100644 --- a/debian/control +++ b/debian/control @@ -14,9 +14,14 @@ Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: Near Field Communication (NFC) library - libnfc is a Free Software library for Near Field Communication. - Supported NFC hardware devices are, theorically, all hardware - based on the NXP PN531, PN532 or PN533 NFC controller chip. + 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. + . + This package contains the runtime library files needed to run software + using libnfc. Package: libnfc-dev Section: libdevel @@ -24,24 +29,42 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, libnfc4 (= ${binary:Version}), libusb-dev -Description: Near Field Communication library (development files) - libnfc is a free software library for near-field communication. +Description: Near Field Communication (NFC) library (development files) + 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. + . + This package contains the header and development files needed to build + programs and packages using libnfc. Package: libnfc-bin Section: utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc4 (>= ${binary:Version}) -Description: Near Field Communication binaries - Some binaries are provided with libnfc useful for development - purposes (nfc-list, nfc-mfclassic, nfc-mfultralight, etc.). +Description: Near Field Communication (NFC) binaries + 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. + . + 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 Section: utils Architecture: any 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 educational purposes (nfc-anticol, nfc-emulate, etc.). @@ -49,6 +72,12 @@ Package: libnfc-pn53x-examples Section: utils Architecture: any 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 and/or educational purposes (pn53x-sam, pn53x-tamashell, etc.).