debian: change name of lib to libnfc2 to match SONAME major version 2 (Thanks to Thomas Hood)
This commit is contained in:
parent
224c7b3fc3
commit
12095307e5
2 changed files with 12 additions and 6 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,5 +1,11 @@
|
||||||
libnfc (1.5.0pre1-1) unstable; urgency=low
|
libnfc (1.5.0pre1-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Change name of lib to libnfc2 to match SONAME major version 2.
|
||||||
|
|
||||||
|
-- Thomas Hood <jdthood@gmail.com> Fri, 13 May 2011 12:00:00 +0100
|
||||||
|
|
||||||
|
libnfc (1.5.0pre1-0) unstable; urgency=low
|
||||||
|
|
||||||
* Change name of lib to libnfc1 to match SONAME major version 1.
|
* Change name of lib to libnfc1 to match SONAME major version 1.
|
||||||
* Change section and priority.
|
* Change section and priority.
|
||||||
* Don't depend on automake which doesn't get run on build.
|
* Don't depend on automake which doesn't get run on build.
|
||||||
|
@ -21,7 +27,7 @@ libnfc (1.5.0-0) unstable; urgency=low
|
||||||
|
|
||||||
libnfc (1.4.2-0ppa3~natty) natty; urgency=low
|
libnfc (1.4.2-0ppa3~natty) natty; urgency=low
|
||||||
|
|
||||||
* Upload to PPA
|
* First upload to Ubuntu PPA
|
||||||
|
|
||||||
-- Thomas Hood <jdthood@gmail.com> Thu, 05 May 2011 10:00:00 +0200
|
-- Thomas Hood <jdthood@gmail.com> Thu, 05 May 2011 10:00:00 +0200
|
||||||
|
|
||||||
|
|
10
debian/control
vendored
10
debian/control
vendored
|
@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 7), libtool, pkg-config, libusb-dev, libpcsclite-de
|
||||||
Standards-Version: 3.9.2
|
Standards-Version: 3.9.2
|
||||||
Homepage: http://www.libnfc.org/
|
Homepage: http://www.libnfc.org/
|
||||||
|
|
||||||
Package: libnfc1
|
Package: libnfc2
|
||||||
Section: libs
|
Section: libs
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libusb-0.1-4, libpcsclite1 (>= 1.5), libccid (>= 1.3.10), pcscd (>= 1.5)
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libusb-0.1-4, libpcsclite1 (>= 1.5), libccid (>= 1.3.10), pcscd (>= 1.5)
|
||||||
|
@ -18,7 +18,7 @@ Description: Near Field Communication (NFC) library
|
||||||
Package: libnfc-dev
|
Package: libnfc-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc1 (= ${binary:Version}), libusb-dev, libpcsclite-dev
|
Depends: ${misc:Depends}, libnfc2 (= ${binary:Version}), libusb-dev, libpcsclite-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
|
||||||
|
@ -27,7 +27,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}, libnfc1 (>= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc2 (>= ${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.).
|
||||||
|
@ -35,7 +35,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}, libnfc1 (>= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc2 (>= ${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.).
|
||||||
|
@ -43,7 +43,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}, libnfc1 (>= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc2 (>= ${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…
Add table
Reference in a new issue