prepare libfreefare 0.3.3
This commit is contained in:
parent
512a407213
commit
1ac76e6d16
4 changed files with 13 additions and 3 deletions
4
NEWS
4
NEWS
|
@ -1,3 +1,7 @@
|
||||||
|
Changes between 0.3.2 and 0.3.3 [1 mar 2012]
|
||||||
|
|
||||||
|
*) Depends on libnfc 1.6.0
|
||||||
|
|
||||||
Changes between 0.3.1 and 0.3.2 [17 oct 2011]
|
Changes between 0.3.1 and 0.3.2 [17 oct 2011]
|
||||||
|
|
||||||
*) New API functions to ease up creation of applications with strong
|
*) New API functions to ease up creation of applications with strong
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([libfreefare], [0.3.2])
|
AC_INIT([libfreefare], [0.3.3])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ AC_CHECK_LIB([crypto], [DES_ecb_encrypt], [], [AC_MSG_ERROR([Cannot find libcryp
|
||||||
AC_CHECK_HEADERS([openssl/aes.h openssl/des.h openssl/rand.h], [], [AC_MSG_ERROR([Cannot find openssl headers.])])
|
AC_CHECK_HEADERS([openssl/aes.h openssl/des.h openssl/rand.h], [], [AC_MSG_ERROR([Cannot find openssl headers.])])
|
||||||
|
|
||||||
# Checks for pkg-config modules.
|
# Checks for pkg-config modules.
|
||||||
LIBNFC_REQUIRED_VERSION="1.5.1"
|
LIBNFC_REQUIRED_VERSION="1.6.0"
|
||||||
PKG_CHECK_MODULES([LIBNFC], [libnfc >= $LIBNFC_REQUIRED_VERSION], [], [AC_MSG_ERROR([libnfc >= $LIBNFC_REQUIRED_VERSION is mandatory.])])
|
PKG_CHECK_MODULES([LIBNFC], [libnfc >= $LIBNFC_REQUIRED_VERSION], [], [AC_MSG_ERROR([libnfc >= $LIBNFC_REQUIRED_VERSION is mandatory.])])
|
||||||
|
|
||||||
PKG_CONFIG_REQUIRES="libnfc"
|
PKG_CONFIG_REQUIRES="libnfc"
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
libfreefare (0.3.3-0) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream version
|
||||||
|
|
||||||
|
-- Romuald Conty <rconty@il4p.fr> Thu, 1 Mar 2012 16:42:42 +0200
|
||||||
|
|
||||||
libfreefare (0.3.1-0) unstable; urgency=low
|
libfreefare (0.3.1-0) unstable; urgency=low
|
||||||
|
|
||||||
* Initial debian package release
|
* Initial debian package release
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: libfreefare
|
||||||
Section: libs
|
Section: libs
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Romuald Conty <rconty@il4p.fr>
|
Maintainer: Romuald Conty <rconty@il4p.fr>
|
||||||
Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, libnfc-dev (>= 1.5.0), pkg-config, libssl-dev
|
Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, libnfc-dev (>= 1.6.0), pkg-config, libssl-dev
|
||||||
Standards-Version: 3.9.1
|
Standards-Version: 3.9.1
|
||||||
Homepage: http://code.google.com/p/nfc-tools/wiki/libfreefare
|
Homepage: http://code.google.com/p/nfc-tools/wiki/libfreefare
|
||||||
Vcs-Svn: http://nfc-tools.googlecode.com/svn/trunk/libfreefare
|
Vcs-Svn: http://nfc-tools.googlecode.com/svn/trunk/libfreefare
|
||||||
|
|
Loading…
Reference in a new issue