From 367f0d050e38a795ce2535ade5145535505fe8ee Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Thu, 19 May 2011 08:01:31 +0000 Subject: [PATCH] import debian files (Thanks to Thomas Hood) --- AUTHORS | 2 +- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/copyright | 44 ++++++++++++++++++++++++++++++++++++++++++++ debian/docs | 1 + debian/manpages | 1 + debian/rules | 16 ++++++++++++++++ debian/source/format | 1 + debian/watch | 10 ++++++++++ 10 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100644 debian/manpages create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/AUTHORS b/AUTHORS index 50e5e74..3651332 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,4 +6,4 @@ Pavol Luptak - project leader, minor coding, testing and bugreporting = Contributors Michal Boska - porting to libnfc 1.3.3 -Romuald Conty - porting to libnfc 1.3.9 +Romuald Conty - porting to libnfc 1.3.9 and upper diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..22f187b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +mfoc (0.10.2-0) natty; urgency=low + + * Initial package + + -- Thomas Hood Wed, 18 May 2011 12:00:00 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..50ad207 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: mfoc +Section: utils +Priority: extra +Maintainer: Thomas Hood +Build-Depends: debhelper (>= 7.0.15), libnfc-dev (>= 1.5.0), pkg-config +Standards-Version: 3.9.2 +Homepage: http://code.google.com/p/nfc-tools/ +Vcs-Svn: http://nfc-tools.googlecode.com/svn/trunk/mfoc +Vcs-Browser: http://nfc-tools.googlecode.com/svn/trunk/mfoc + +Package: mfoc +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libnfc2 (>= 1.5.0) +Description: MIFARE Classic offline cracker + This package includes the mfoc program which cracks the + encryption keys of the MIFARE Classic chip and dumps the + chip's memory contents to a file. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..6c1e791 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,44 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: MFOC +Source: http://nfc-tools.googlecode.com/svn/trunk/mfoc + +Files: * +Copyright: 2009 Norbert Szetei, Pavol Luptak + 2010 Micahal Boska, Romuald Conty + 2011 Romuald Conty +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package 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 . + . + On Debian systems, the complete text of the GNU General Public + License version 2 can be found in "/usr/share/common-licenses/GPL-2". + + +Files: debian/* +Copyright: 2011 Thomas Hood +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package 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 + . + On Debian systems, the complete text of the GNU General Public + License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..62deb04 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +AUTHORS diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 0000000..bf7593d --- /dev/null +++ b/debian/manpages @@ -0,0 +1 @@ +src/mfoc.1 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..1be1f17 --- /dev/null +++ b/debian/rules @@ -0,0 +1,16 @@ +#!/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. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +override_dh_installchangelogs: + dh_installchangelogs ChangeLog + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..e9e04d5 --- /dev/null +++ b/debian/watch @@ -0,0 +1,10 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://googlecode.debian.net/p/nfc-tools/mfoc-(.*)\.tar\.gz +