import debian files
This commit is contained in:
parent
30d4d2967b
commit
a70b350520
12 changed files with 114 additions and 0 deletions
6
debian/README.Debian
vendored
Normal file
6
debian/README.Debian
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
libfreefare for Debian
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
<possible notes regarding this package - if none, delete this file>
|
||||||
|
|
||||||
|
-- neomilium <neomilium@unknown> Wed, 18 May 2011 12:20:45 +0200
|
9
debian/README.source
vendored
Normal file
9
debian/README.source
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
libfreefare for Debian
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
<this file describes information about the source package, see Debian policy
|
||||||
|
manual section 4.14. You WILL either need to modify or delete this file>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
libfreefare (0.3.1-0) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial debian package release
|
||||||
|
|
||||||
|
-- Romuald Conty <rconty@il4p.fr> Wed, 18 May 2011 12:42:42 +0200
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
7
|
41
debian/control
vendored
Normal file
41
debian/control
vendored
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
Source: libfreefare
|
||||||
|
Section: libs
|
||||||
|
Priority: extra
|
||||||
|
Maintainer: Romuald Conty <rconty@il4p.fr>
|
||||||
|
Build-Depends: debhelper (>= 7), autotools-dev, libnfc-dev (>=1.5.0)
|
||||||
|
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
|
||||||
|
#Vcs-Browser: http://code.google.com/p/nfc-tools/source/browse/#svn/trunk/libfreefare
|
||||||
|
|
||||||
|
Package: libfreefare0
|
||||||
|
Section: libs
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc2
|
||||||
|
Description: MIFARE card manipulations library
|
||||||
|
The libfreefare project aims to provide a convenient API for MIFARE
|
||||||
|
card manipulations.
|
||||||
|
|
||||||
|
Package: libfreefare-dev
|
||||||
|
Section: libdevel
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${misc:Depends}, libfreefare0 (= ${binary:Version}), libnfc-dev
|
||||||
|
Description: MIFARE card manipulations library (development files)
|
||||||
|
The libfreefare project aims to provide a convenient API for MIFARE
|
||||||
|
card manipulations.
|
||||||
|
|
||||||
|
Package: libfreefare-bin
|
||||||
|
Section: utils
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libfreefare0 (>= ${binary:Version})
|
||||||
|
Description: MIFARE card manipulations binaries
|
||||||
|
Some binaries are provided with libfreefare useful for development
|
||||||
|
purposes.
|
||||||
|
|
||||||
|
Package: libfreefare-doc
|
||||||
|
Architecture: all
|
||||||
|
Description: documentation for libfreefare
|
||||||
|
The libfreefare project aims to provide a convenient API for MIFARE
|
||||||
|
card manipulations.
|
||||||
|
|
||||||
|
|
23
debian/copyright
vendored
Normal file
23
debian/copyright
vendored
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
Format: http://dep.debian.net/deps/dep5
|
||||||
|
Upstream-Name: libfreefare
|
||||||
|
Source: http://code.google.com/p/nfc-tools/wiki/libfreefare
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2010-2011, Romain Tartière <romain@libnfc.org>, Romuald Conty <romuald@libnfc.org>
|
||||||
|
License: LGPL-3
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Lesser 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
.
|
||||||
|
On Debian GNU/Linux systems, the complete text of the GNU General
|
||||||
|
Public License, version 3, can be found in the file
|
||||||
|
/usr/share/common-licenses/LGPL-3.
|
||||||
|
|
2
debian/libfreefare-bin.install
vendored
Normal file
2
debian/libfreefare-bin.install
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
debian/tmp/usr/bin/mifare-classic*
|
||||||
|
debian/tmp/usr/bin/mifare-desfire*
|
3
debian/libfreefare-dev.install
vendored
Normal file
3
debian/libfreefare-dev.install
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
debian/tmp/usr/include/freefare.h
|
||||||
|
debian/tmp/usr/lib/libfreefare.{a,la,so}
|
||||||
|
debian/tmp/usr/lib/pkgconfig/libfreefare.pc
|
1
debian/libfreefare-doc.install
vendored
Normal file
1
debian/libfreefare-doc.install
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
debian/tmp/usr/share/man/man3/*
|
1
debian/libfreefare0.install
vendored
Normal file
1
debian/libfreefare0.install
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
debian/tmp/usr/lib/libfreefare.so.*
|
21
debian/rules
vendored
Executable file
21
debian/rules
vendored
Executable file
|
@ -0,0 +1,21 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
# -*- makefile -*-
|
||||||
|
# Sample debian/rules that uses debhelper.
|
||||||
|
#
|
||||||
|
# This file was originally written by Joey Hess and Craig Small.
|
||||||
|
# As a special exception, when this file is copied by dh-make into a
|
||||||
|
# dh-make output file, you may use that output file without restriction.
|
||||||
|
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||||
|
#
|
||||||
|
# Modified to make a template file for a multi-binary package with separated
|
||||||
|
# build-arch and build-indep targets by Bill Allombert 2001
|
||||||
|
|
||||||
|
# Uncomment this to turn on verbose mode.
|
||||||
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
# This has to be exported to make some magic below work.
|
||||||
|
export DH_OPTIONS
|
||||||
|
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
Loading…
Reference in a new issue