Codebase list libfreefare / 975cd27
minor fixes Romuald Conty 13 years ago
3 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
101101 SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Near Field Communication (NFC) library")
102102 SET(CPACK_PACKAGE_VENDOR "Roel Verdult")
103103 SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README")
104 SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
104 SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING")
105105 SET(CPACK_PACKAGE_INSTALL_DIRECTORY "libnfc")
106106 SET(CPACK_PACKAGE_VERSION_MAJOR ${VERSION_MAJOR})
107107 SET(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR})
11 Section: libs
22 Priority: extra
33 Maintainer: Thomas Hood <jdthood@gmail.com>
4 Build-Depends: debhelper (>= 7.0.50), dh-autoreconf, libtool, pkg-config, libusb-dev, libpcsclite-dev
4 Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, libtool, pkg-config, libusb-dev, libpcsclite-dev
55 Standards-Version: 3.9.2
66 Homepage: http://www.libnfc.org/
77 Vcs-Svn: http://libnfc.googlecode.com/svn/trunk
145145 size_t szN;
146146
147147 if (!ndr->probe (pndd, 1, &szN)) {
148 ERR ("%s probe failed", ndr->name);
148 DBG ("%s probe failed", ndr->name);
149149 szN = 0;
150150 }
151151