From 2fbf5ab7416954592c7d8edc8651677c28c632bc Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 16 Jan 2013 08:13:11 +0100 Subject: [PATCH] Fix debian/control for new API version libnfc3->libnfc4 --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 93d805e..bad479e 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Description: Near Field Communication (NFC) library Package: libnfc-dev Section: libdevel Architecture: any -Depends: ${misc:Depends}, libnfc3 (= ${binary:Version}), libusb-dev +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. It supports most hardware based on the NXP PN531, PN532 or PN533 @@ -28,7 +28,7 @@ Description: Near Field Communication library (development files) Package: libnfc-bin Section: utils Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc3 (>= ${binary:Version}) +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.). @@ -36,7 +36,7 @@ Description: Near Field Communication binaries Package: libnfc-examples Section: utils Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc3 (>= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc4 (>= ${binary:Version}) Description: Near Field Communication examples Some examples are provided with libnfc for debugging and/or educational purposes (nfc-anticol, nfc-emulate, etc.). @@ -44,7 +44,7 @@ Description: Near Field Communication examples Package: libnfc-pn53x-examples Section: utils Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc3 (>= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc4 (>= ${binary:Version}) Description: Near Field Communication examples for PN53x chips only Some PN53x-only examples are provided with libnfc for debugging and/or educational purposes (pn53x-sam, pn53x-tamashell, etc.).