debian/0000755000000000000000000000000012226561027007171 5ustar debian/source/0000755000000000000000000000000012125262307010466 5ustar debian/source/format0000644000000000000000000000001412125262307011674 0ustar 3.0 (quilt) debian/control0000644000000000000000000000346412223344712010600 0ustar Source: cardpeek Section: utils Priority: optional Maintainer: Richard Ulrich Build-Depends: debhelper (>= 9.0.0), libluabind-dev, libpcsclite-dev, libgtk-3-dev, libglib2.0-dev, doc-base, libssl-dev, liblua5.2-dev, libcurl4-openssl-dev Standards-Version: 3.9.4 Homepage: http://code.google.com/p/cardpeek/ Package: cardpeek-data Architecture: all Depends: ${misc:Depends} Description: Tool to read the contents of ISO7816 smartcards - data files The goal of cardpeek is to allow smartcard owners to be better informed about what type of personal information is stored in these devices. The tool currently reads the contents of : . * EMV cards, including NFC ones * Navigo public transport cards (partially supports MOBIB as well) * The French health card "Vitale 2" * Electronic/Biometric passports in BAC security mode . It can also read the following cards with limited interpretation of data: * Some Mifare cards (such as the Thalys card) * Moneo, the French electronic purse * GSM SIM cards . This package contains architecture independent data files for cardpeek. Package: cardpeek Architecture: any Depends: cardpeek-data, ${shlibs:Depends}, ${misc:Depends} Description: Tool to read the contents of ISO7816 smartcards The goal of cardpeek is to allow smartcard owners to be better informed about what type of personal information is stored in these devices. The tool currently reads the contents of : . * EMV cards, including NFC ones * Navigo public transport cards (partially supports MOBIB as well) * The French health card "Vitale 2" * Electronic/Biometric passports in BAC security mode . It can also read the following cards with limited interpretation of data: * Some Mifare cards (such as the Thalys card) * Moneo, the French electronic purse * GSM SIM cards debian/cardpeek.install0000644000000000000000000000007112125262307012332 0ustar /usr/bin/* /usr/share/applications/* /usr/share/man/**/* debian/compat0000644000000000000000000000000212125262307010364 0ustar 9 debian/doc-base0000644000000000000000000000033012125262307010562 0ustar Document: cardpeek Title: cardpeek user's manual Author: Alain Pannetrat Abstract: This manual documents cardpeek for users Section: System/Security Format: PDF Files: /usr/share/doc/cardpeek/cardpeek_ref.en.pdf.gz debian/desktop0000644000000000000000000000032612125262307010563 0ustar [Desktop Entry] Name=cardpeek Comment=Read the contents of ISO7816 smart cards GenericName=cardpeek Exec=/usr/bin/cardpeek Path=/usr/share/cardpeek Terminal=false Icon=cardpeek Categories=Security Type=Application debian/rules0000755000000000000000000000067312125262307010254 0ustar #!/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 %: dh $@ debian/cardpeek-data.install0000644000000000000000000000012512125262307013241 0ustar /usr/share/doc/**/* /usr/share/icons/**/* dot_cardpeek_dir/**/* /usr/share/cardpeek/ debian/watch0000644000000000000000000000032212226560016010214 0ustar # watch control file for uscan # Compulsory line, this is a version 3 file version=3 http://code.google.com/p/cardpeek/downloads/list?can=1 .*/cardpeek-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) debian/cardpeek.manpages0000644000000000000000000000001312125262307012453 0ustar cardpeek.1 debian/copyright0000644000000000000000000000320012125262307011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cardpeek Source: http://code.google.com/p/cardpeek/ Files: * Copyright: 2009-2013 Alain Pannetrat License: GPL-3+ Files: debian/* Copyright: 2012-2013 Richard Ulrich License: GPL-3+ License: GPL-3+ cardpeek 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 3 of the License, or (at your option) any later version. . cardpeek 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. . In addition, as a special exception, the copyright holders give permission to link the code of portions of this program with the OpenSSL library under certain conditions as described in each individual source file, and distribute linked combinations including the two. You must obey the GNU General Public License in all respects for all of the code used other than OpenSSL. If you modify file(s) with this exception, you may extend this exception to your version of the file(s), but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. If you delete this exception statement from all source files in the program, then also delete it here. . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/cardpeek.menu0000644000000000000000000000016612125262307011635 0ustar ?package(cardpeek):needs="X11" section="Applications/System/Security"\ title="cardpeek" command="/usr/bin/cardpeek" debian/changelog0000644000000000000000000000270012226561022011035 0ustar cardpeek (0.8.0-1) unstable; urgency=low * New upstream release. + Added Belgian eID card support. + Added RavKav calypso card support (A. Berkow). + Updated Moneo script with more detailed parsing. + Added ability to display pictures (e-passports && eID cards). + A new simplified and more efficient card view API with the 'nodes' library. + Improved compatibility: now compiles on ARM Raspberry PI and Intel MacOS X. + Attempts to recognize cards from ATR with smartcard_list.txt database. + Uses libcurl for online automatic update of ATR database smartcard_list.txt. + A few minor changes to the 'bytes' API. + Updgraded libraries to GTK 3.0 and LUA 5.2. + Many bugfixes and minor enhancements. * Add missing build dependency for liblua5.1-0-dev. (Closes: #718140) -- Richard Ulrich Thu, 03 Oct 2013 21:31:14 +0200 cardpeek (0.7.2-1) unstable; urgency=low * This is a bugfix release. No new features / scripts were added. * Fixed many compiler, and C coding standards compliance issues. * Added proper compile flag detection for GLIB. * Added source of PDF documentation in doc/ directory. * Some other minor correction -- Richard Ulrich Sun, 17 Mar 2013 22:17:11 +0100 cardpeek (0.7.1-1) unstable; urgency=low * Initial packaging for Debian (Closes: #698146) -- Richard Ulrich Sun, 06 Jan 2013 23:01:27 +0100