From 975cd275d1cc96b08e85c2b746535552bfaecb0d Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Fri, 20 May 2011 16:09:00 +0000 Subject: [PATCH] minor fixes --- CMakeLists.txt | 2 +- debian/control | 2 +- libnfc/nfc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7eb5e7..74185e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/debian/control b/debian/control index 07409ce..32597f5 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libnfc Section: libs Priority: extra Maintainer: Thomas Hood -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 diff --git a/libnfc/nfc.c b/libnfc/nfc.c index 985be4b..93b3402 100644 --- a/libnfc/nfc.c +++ b/libnfc/nfc.c @@ -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; }