Add debian files.

This commit is contained in:
Romuald Conty 2009-06-16 08:03:49 +00:00
parent bf5848e7a1
commit f29fd29e64
8 changed files with 80 additions and 0 deletions

12
debian/changelog vendored Normal file
View file

@ -0,0 +1,12 @@
libnfc (1.1.1-0) unstable; urgency=low
* New upstream version.
-- Romuald Conty <romuald.conty@free.fr> Wed, 29 Apr 2009 16:42:42 +0100
libnfc (1.1.0-0) unstable; urgency=low
* Initial debian package.
-- Romuald Conty <romuald.conty@free.fr> Wed, 22 Apr 2009 10:42:42 +0100

1
debian/compat vendored Normal file
View file

@ -0,0 +1 @@
5

30
debian/control vendored Normal file
View file

@ -0,0 +1,30 @@
Source: libnfc
Section: devel
Priority: optional
Maintainer: Romuald Conty <romuald.conty@free.fr>
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".

28
debian/copyright vendored Normal file
View file

@ -0,0 +1,28 @@
This package was debianized by Romuald Conty <romuald.conty@free.fr> on
Wed, 22 Apr 2009 10:42:42 +0100.
It was downloaded from: http://www.libnfc.org/
Copyright (C) 2005-2007 by Harald Welte <laforge@gnumonks.org>
Copyright (C) 2009 by Roel Verdult <roel@libnfc.org>
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 <romuald.conty@free.fr> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

3
debian/libnfc-dev.install vendored Normal file
View file

@ -0,0 +1,3 @@
debian/tmp/usr/include/libnfc
debian/tmp/usr/lib/libnfc.{a,la,so}
debian/tmp/usr/lib/pkgconfig/libnfc.pc

1
debian/libnfc0.install vendored Normal file
View file

@ -0,0 +1 @@
debian/tmp/usr/lib/libnfc.so.*

1
debian/nfc-tools.install vendored Normal file
View file

@ -0,0 +1 @@
debian/tmp/usr/bin/nfc-*

4
debian/rules vendored Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk