prepare libfreefare 0.3.3

This commit is contained in:
Romuald Conty 2012-03-01 15:19:28 +00:00
parent 512a407213
commit 1ac76e6d16
4 changed files with 13 additions and 3 deletions

4
NEWS
View file

@ -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]
*) New API functions to ease up creation of applications with strong

View file

@ -1,4 +1,4 @@
AC_INIT([libfreefare], [0.3.2])
AC_INIT([libfreefare], [0.3.3])
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.])])
# 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_CONFIG_REQUIRES="libnfc"

6
debian/changelog vendored
View file

@ -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
* Initial debian package release

2
debian/control vendored
View file

@ -2,7 +2,7 @@ Source: libfreefare
Section: libs
Priority: extra
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
Homepage: http://code.google.com/p/nfc-tools/wiki/libfreefare
Vcs-Svn: http://nfc-tools.googlecode.com/svn/trunk/libfreefare