debian: improve debian packaging (Thanks to Thomas Hood)

This commit is contained in:
Romuald Conty 2011-05-12 14:01:51 +00:00
parent b98afced69
commit b9bcfaf959
6 changed files with 732 additions and 34 deletions

14
debian/control vendored
View file

@ -2,7 +2,7 @@ Source: libnfc
Section: libs
Priority: extra
Maintainer: Thomas Hood <jdthood@gmail.com>
Build-Depends: debhelper (>= 7), automake, libtool, pkg-config, libusb-dev, libpcsclite-dev
Build-Depends: debhelper (>= 7), libtool, pkg-config, libusb-dev, libpcsclite-dev
Standards-Version: 3.9.2
Homepage: http://www.libnfc.org/
@ -20,9 +20,9 @@ Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc1 (= ${binary:Version}), libusb-dev, libpcsclite-dev
Description: Near Field Communication library (development files)
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 free software library for near-field communication.
It supports most hardware based on the NXP PN531, PN532 or PN533
controller chips.
Package: libnfc-bin
Section: utils
@ -30,7 +30,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc1 (>= ${binary:Version})
Description: Near Field Communication binaries
Some binaries are provided with libnfc useful for development
(nfc-list, nfc-mfclassic, nfc-mfultralight, etc.).
purposes (nfc-list, nfc-mfclassic, nfc-mfultralight, etc.).
Package: libnfc-examples
Section: utils
@ -38,7 +38,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc1 (>= ${binary:Version})
Description: Near Field Communication examples
Some examples are provided with libnfc for debugging and/or
educational purpose (nfc-anticol, nfc-emulate, etc.).
educational purposes (nfc-anticol, nfc-emulate, etc.).
Package: libnfc-pn53x-examples
Section: utils
@ -46,4 +46,4 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc1 (>= ${binary:Version})
Description: Near Field Communication examples for PN53x chips only
Some PN53x-only examples are provided with libnfc for debugging
and/or educational purpose (pn53x-sam, pn53x-tamashell, etc.).
and/or educational purposes (pn53x-sam, pn53x-tamashell, etc.).