minor fixes
This commit is contained in:
parent
d8b31dbd46
commit
975cd275d1
3 changed files with 3 additions and 3 deletions
|
@ -102,7 +102,7 @@ ENDIF(WIN32)
|
||||||
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Near Field Communication (NFC) library")
|
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Near Field Communication (NFC) library")
|
||||||
SET(CPACK_PACKAGE_VENDOR "Roel Verdult")
|
SET(CPACK_PACKAGE_VENDOR "Roel Verdult")
|
||||||
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README")
|
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README")
|
||||||
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
|
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING")
|
||||||
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "libnfc")
|
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "libnfc")
|
||||||
SET(CPACK_PACKAGE_VERSION_MAJOR ${VERSION_MAJOR})
|
SET(CPACK_PACKAGE_VERSION_MAJOR ${VERSION_MAJOR})
|
||||||
SET(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR})
|
SET(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR})
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: libnfc
|
||||||
Section: libs
|
Section: libs
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Thomas Hood <jdthood@gmail.com>
|
Maintainer: Thomas Hood <jdthood@gmail.com>
|
||||||
Build-Depends: debhelper (>= 7.0.50), dh-autoreconf, libtool, pkg-config, libusb-dev, libpcsclite-dev
|
Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, libtool, pkg-config, libusb-dev, libpcsclite-dev
|
||||||
Standards-Version: 3.9.2
|
Standards-Version: 3.9.2
|
||||||
Homepage: http://www.libnfc.org/
|
Homepage: http://www.libnfc.org/
|
||||||
Vcs-Svn: http://libnfc.googlecode.com/svn/trunk
|
Vcs-Svn: http://libnfc.googlecode.com/svn/trunk
|
||||||
|
|
|
@ -146,7 +146,7 @@ nfc_pick_device (void)
|
||||||
size_t szN;
|
size_t szN;
|
||||||
|
|
||||||
if (!ndr->probe (pndd, 1, &szN)) {
|
if (!ndr->probe (pndd, 1, &szN)) {
|
||||||
ERR ("%s probe failed", ndr->name);
|
DBG ("%s probe failed", ndr->name);
|
||||||
szN = 0;
|
szN = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue