Fix Debian lintian warning
W: libnfc2: package-name-doesnt-match-sonames libnfc3
This commit is contained in:
parent
b41c063d4a
commit
5a529ce30d
2 changed files with 5 additions and 5 deletions
10
debian/control
vendored
10
debian/control
vendored
|
@ -8,7 +8,7 @@ Homepage: http://www.libnfc.org/
|
||||||
Vcs-Svn: http://libnfc.googlecode.com/svn/trunk
|
Vcs-Svn: http://libnfc.googlecode.com/svn/trunk
|
||||||
Vcs-Browser: http://code.google.com/p/libnfc/source/browse/#svn/trunk
|
Vcs-Browser: http://code.google.com/p/libnfc/source/browse/#svn/trunk
|
||||||
|
|
||||||
Package: libnfc2
|
Package: libnfc3
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libusb-0.1-4
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libusb-0.1-4
|
||||||
Description: Near Field Communication (NFC) library
|
Description: Near Field Communication (NFC) library
|
||||||
|
@ -19,7 +19,7 @@ Description: Near Field Communication (NFC) library
|
||||||
Package: libnfc-dev
|
Package: libnfc-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, libnfc2 (= ${binary:Version}), libusb-dev
|
Depends: ${misc:Depends}, libnfc3 (= ${binary:Version}), libusb-dev
|
||||||
Description: Near Field Communication library (development files)
|
Description: Near Field Communication library (development files)
|
||||||
libnfc is a free software library for near-field communication.
|
libnfc is a free software library for near-field communication.
|
||||||
It supports most hardware based on the NXP PN531, PN532 or PN533
|
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
|
Package: libnfc-bin
|
||||||
Section: utils
|
Section: utils
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc2 (>= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc3 (>= ${binary:Version})
|
||||||
Description: Near Field Communication binaries
|
Description: Near Field Communication binaries
|
||||||
Some binaries are provided with libnfc useful for development
|
Some binaries are provided with libnfc useful for development
|
||||||
purposes (nfc-list, nfc-mfclassic, nfc-mfultralight, etc.).
|
purposes (nfc-list, nfc-mfclassic, nfc-mfultralight, etc.).
|
||||||
|
@ -36,7 +36,7 @@ Description: Near Field Communication binaries
|
||||||
Package: libnfc-examples
|
Package: libnfc-examples
|
||||||
Section: utils
|
Section: utils
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc2 (>= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc3 (>= ${binary:Version})
|
||||||
Description: Near Field Communication examples
|
Description: Near Field Communication examples
|
||||||
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.).
|
||||||
|
@ -44,7 +44,7 @@ Description: Near Field Communication examples
|
||||||
Package: libnfc-pn53x-examples
|
Package: libnfc-pn53x-examples
|
||||||
Section: utils
|
Section: utils
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc2 (>= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc3 (>= ${binary:Version})
|
||||||
Description: Near Field Communication examples for PN53x chips only
|
Description: Near Field Communication examples for PN53x chips only
|
||||||
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.).
|
||||||
|
|
Loading…
Reference in a new issue