diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..154b4a8 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,12 @@ +libnfc (1.1.1-0) unstable; urgency=low + + * New upstream version. + + -- Romuald Conty Wed, 29 Apr 2009 16:42:42 +0100 + +libnfc (1.1.0-0) unstable; urgency=low + + * Initial debian package. + + -- Romuald Conty Wed, 22 Apr 2009 10:42:42 +0100 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1d52e0b --- /dev/null +++ b/debian/control @@ -0,0 +1,30 @@ +Source: libnfc +Section: devel +Priority: optional +Maintainer: Romuald Conty +Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), libusb-dev, libpcsclite-dev +Standards-Version: 3.7.3 +Homepage: http://www.libnfc.org/ + +Package: libnfc0 +Architecture: any +Depends: ${shlibs:Depends}, libusb-0.1-4, libpcsclite1 (>= 1.5), libccid (>= 1.3.10) +Description: Near Field Communication (NFC) library + libnfc is a Free Software NFC library. The supported NFC hardware devices are + the ACS ACR122(U) NFC reader and various NFC-dongles. In principle all + hardware based on the NXP PN53x NFC Controller chip is supported. + +Package: libnfc-dev +Architecture: any +Depends: libnfc0, libusb-dev, libpcsclite-dev +Description: Near Field Communication library (development files) + libnfc is a Free Software NFC library. The supported NFC hardware devices are + the ACS ACR122(U) NFC reader and various NFC-dongles. In principle all + hardware based on the NXP PN53x NFC Controller chip is supported. + +Package: nfc-tools +Architecture: any +Depends: libnfc0 +Description: Near Field Communication tools + NFC tools are provide by libnfc team to be able to use NFC devices + "out-of-the-box". diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..ce98d8a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Romuald Conty on +Wed, 22 Apr 2009 10:42:42 +0100. + +It was downloaded from: http://www.libnfc.org/ + +Copyright (C) 2005-2007 by Harald Welte +Copyright (C) 2009 by Roel Verdult + +License: GNU General Public License version 3 + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 + as published by the Free Software Foundation + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +On Debian GNU/Linux systems, the complete text of the GNU General Public +License, version 3, can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is (C) 2009, Romuald Conty and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. diff --git a/debian/libnfc-dev.install b/debian/libnfc-dev.install new file mode 100644 index 0000000..35dfe53 --- /dev/null +++ b/debian/libnfc-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/include/libnfc +debian/tmp/usr/lib/libnfc.{a,la,so} +debian/tmp/usr/lib/pkgconfig/libnfc.pc diff --git a/debian/libnfc0.install b/debian/libnfc0.install new file mode 100644 index 0000000..5ae0ff4 --- /dev/null +++ b/debian/libnfc0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libnfc.so.* diff --git a/debian/nfc-tools.install b/debian/nfc-tools.install new file mode 100644 index 0000000..7459505 --- /dev/null +++ b/debian/nfc-tools.install @@ -0,0 +1 @@ +debian/tmp/usr/bin/nfc-* diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..114ab44 --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +