Upgrade debian package: split experimental examples from regular ones
This commit is contained in:
parent
26de9d3a69
commit
f252bec18f
5 changed files with 45 additions and 3 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
libnfc (1.4.0-0) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
|
||||||
|
-- Romuald Conty <rconty@il4p.fr> Tue, 26 Oct 2010 16:42:42 +0100
|
||||||
|
|
||||||
libnfc (1.3.9-0) unstable; urgency=low
|
libnfc (1.3.9-0) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|
14
debian/control
vendored
14
debian/control
vendored
|
@ -22,8 +22,20 @@ Description: Near Field Communication library (development files)
|
||||||
devices are, theorically, all hardware based on the NXP PN531, PN532 or PN533 NFC
|
devices are, theorically, all hardware based on the NXP PN531, PN532 or PN533 NFC
|
||||||
controller chip.
|
controller chip.
|
||||||
|
|
||||||
|
Package: libnfc-bin
|
||||||
|
Architecture: any
|
||||||
|
Depends: libnfc0
|
||||||
|
Description: Near Field Communication binaries
|
||||||
|
Some binaries are provided with libnfc useful for developement (nfc-list, nfc-mfclassic, nfc-mfultralight, etc.).
|
||||||
|
|
||||||
Package: libnfc-examples
|
Package: libnfc-examples
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libnfc0
|
Depends: libnfc0
|
||||||
Description: Near Field Communication examples
|
Description: Near Field Communication examples
|
||||||
Some examples are provided with libnfc to show basics functions (nfc-list, nfc-anticol, etc.).
|
Some examples are provided with libnfc for debugging and/or educational purpose (nfc-anticol, nfc-emulate, etc.).
|
||||||
|
|
||||||
|
Package: libnfc-pn53x-examples
|
||||||
|
Architecture: any
|
||||||
|
Depends: libnfc0
|
||||||
|
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.).
|
||||||
|
|
6
debian/libnfc-bin.install
vendored
Normal file
6
debian/libnfc-bin.install
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
debian/tmp/usr/bin/nfc-list
|
||||||
|
debian/tmp/usr/bin/nfc-mfclassic
|
||||||
|
debian/tmp/usr/bin/nfc-mfultralight
|
||||||
|
debian/tmp/usr/share/man/man1/nfc-list.1
|
||||||
|
debian/tmp/usr/share/man/man1/nfc-mfclassic.1
|
||||||
|
debian/tmp/usr/share/man/man1/nfc-mfultralight.1
|
20
debian/libnfc-examples.install
vendored
20
debian/libnfc-examples.install
vendored
|
@ -1,2 +1,18 @@
|
||||||
debian/tmp/usr/bin/nfc-*
|
debian/tmp/usr/bin/nfc-anticol
|
||||||
debian/tmp/usr/share/man/man1/nfc-*
|
debian/tmp/usr/bin/nfc-dep-initiator
|
||||||
|
debian/tmp/usr/bin/nfc-dep-target
|
||||||
|
debian/tmp/usr/bin/nfc-emulate-forum-tag4
|
||||||
|
debian/tmp/usr/bin/nfc-emulate-tag
|
||||||
|
debian/tmp/usr/bin/nfc-emulate-uid
|
||||||
|
debian/tmp/usr/bin/nfc-poll
|
||||||
|
debian/tmp/usr/bin/nfc-relay
|
||||||
|
debian/tmp/usr/bin/nfc-relay-picc
|
||||||
|
debian/tmp/usr/share/man/man1/nfc-anticol.1
|
||||||
|
debian/tmp/usr/share/man/man1/nfc-dep-initiator.1
|
||||||
|
debian/tmp/usr/share/man/man1/nfc-dep-target.1
|
||||||
|
debian/tmp/usr/share/man/man1/nfc-emulate-forum-tag4.1
|
||||||
|
debian/tmp/usr/share/man/man1/nfc-emulate-tag.1
|
||||||
|
debian/tmp/usr/share/man/man1/nfc-emulate-uid.1
|
||||||
|
debian/tmp/usr/share/man/man1/nfc-poll.1
|
||||||
|
debian/tmp/usr/share/man/man1/nfc-relay-picc.1
|
||||||
|
debian/tmp/usr/share/man/man1/nfc-relay.1
|
||||||
|
|
2
debian/libnfc-pn53x-examples.install
vendored
Normal file
2
debian/libnfc-pn53x-examples.install
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
debian/tmp/usr/bin/pn53x-*
|
||||||
|
debian/tmp/usr/share/man/man1/pn53x-*
|
Loading…
Reference in a new issue