Prepare next release.
Update Debian packages. Set svn:ignore properties.
This commit is contained in:
parent
d90ed8632a
commit
0f0c9abe24
10 changed files with 8 additions and 17 deletions
|
@ -15,12 +15,3 @@ html-am : Doxyfile
|
|||
|
||||
.PHONY: html
|
||||
endif
|
||||
DISTCLEANFILES = \
|
||||
Makefile.in \
|
||||
configure \
|
||||
depcomp \
|
||||
config.guess \
|
||||
config.sub \
|
||||
ltmain.sh \
|
||||
config.h.in \
|
||||
aclocal.m4
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# General init
|
||||
AC_INIT(libnfc, 1.2.1, info@libnfc.org)
|
||||
AC_INIT(libnfc, 1.3.0, info@libnfc.org)
|
||||
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
libnfc (1.3.0-0) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Romuald Conty <rconty@il4p.fr> Fri, 20 Nov 2009 16:42:42 +0100
|
||||
|
||||
libnfc (1.2.1-4) unstable; urgency=low
|
||||
|
||||
* Add udev rules for USB PN53x.
|
||||
|
|
2
debian/libnfc-dev.install
vendored
2
debian/libnfc-dev.install
vendored
|
@ -1,3 +1,3 @@
|
|||
debian/tmp/usr/include/libnfc
|
||||
debian/tmp/usr/include/nfc
|
||||
debian/tmp/usr/lib/libnfc.{a,la,so}
|
||||
debian/tmp/usr/lib/pkgconfig/libnfc.pc
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
SUBDIRS = lib examples
|
||||
|
||||
DISTCLEANFILES = Makefile.in
|
||||
|
|
|
@ -34,4 +34,3 @@ nfcip_initiator_LDADD = $(top_builddir)/src/lib/libnfc.la
|
|||
|
||||
dist_man_MANS = nfc-anticol.1 nfc-emulate.1 nfc-list.1 nfc-mfclassic.1 nfc-mfultralight.1 nfc-relay.1
|
||||
|
||||
DISTCLEANFILES = Makefile.in
|
||||
|
|
|
@ -25,4 +25,3 @@ if LIBUSB_ENABLED
|
|||
libnfc_la_LIBADD += @LIBUSB_LIBS@
|
||||
endif
|
||||
|
||||
DISTCLEANFILES = Makefile.in
|
||||
|
|
|
@ -7,4 +7,3 @@ noinst_LTLIBRARIES = libnfcbuses.la
|
|||
libnfcbuses_la_SOURCES = uart.c
|
||||
libnfcbuses_la_CFLAGS = -I$(top_srcdir)/src/lib
|
||||
|
||||
DISTCLEANFILES = Makefile.in
|
||||
|
|
|
@ -7,4 +7,3 @@ noinst_LTLIBRARIES = libnfcchips.la
|
|||
libnfcchips_la_SOURCES = pn53x.c
|
||||
libnfcchips_la_CFLAGS = -I$(top_srcdir)/src/lib
|
||||
|
||||
DISTCLEANFILES = Makefile.in
|
||||
|
|
|
@ -21,4 +21,3 @@ if LIBUSB_ENABLED
|
|||
libnfcdrivers_la_LIBADD += @LIBUSB_LIBS@
|
||||
endif
|
||||
|
||||
DISTCLEANFILES = Makefile.in
|
||||
|
|
Loading…
Reference in a new issue