minor fixes

This commit is contained in:
Romuald Conty 2011-05-20 16:09:00 +00:00
parent d8b31dbd46
commit 975cd275d1
3 changed files with 3 additions and 3 deletions

View file

@ -102,7 +102,7 @@ ENDIF(WIN32)
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Near Field Communication (NFC) library")
SET(CPACK_PACKAGE_VENDOR "Roel Verdult")
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_VERSION_MAJOR ${VERSION_MAJOR})
SET(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR})

2
debian/control vendored
View file

@ -2,7 +2,7 @@ Source: libnfc
Section: libs
Priority: extra
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
Homepage: http://www.libnfc.org/
Vcs-Svn: http://libnfc.googlecode.com/svn/trunk

View file

@ -146,7 +146,7 @@ nfc_pick_device (void)
size_t szN;
if (!ndr->probe (pndd, 1, &szN)) {
ERR ("%s probe failed", ndr->name);
DBG ("%s probe failed", ndr->name);
szN = 0;
}