debian/0000755000000000000000000000000011762410315007166 5ustar debian/changelog0000644000000000000000000000245611762410315011047 0ustar pkcs11-dump (0.3.4-1) unstable; urgency=low * New upstream version 0.3.4 * Update to policy 3.9.3 (no changes) * Use debhelper v9, update build-dep accordingly * Use source format 3.0 (quilt) for bz2 orig -- Max Vozeler Wed, 02 May 2012 08:54:01 +0200 pkcs11-dump (0.3.2-2) unstable; urgency=low * pkcs11-dump.cpp: #include for memmove() -- Max Vozeler Mon, 09 Jun 2008 22:26:00 +0200 pkcs11-dump (0.3.2-1) unstable; urgency=low * New upstream version * debian/control: Add Vcs-Git/Vcs-Browser entries. * debian/copyright: Update FSF address -- Max Vozeler Sun, 01 Jun 2008 12:35:35 +0200 pkcs11-dump (0.3.1-1) unstable; urgency=low * New upstream version - Includes change to AttributeDescription * debian/copyright: License changed from BSD to GPL-2 plus OpenSSL exception * debian/pkcs11-dump.1: Remove, applied upstream * debian/rules: Remove extra copies of COPYING -- Max Vozeler Sat, 31 May 2008 01:53:27 +0200 pkcs11-dump (0.2-1) unstable; urgency=low * Initial release (Closes: #483685) * Constify *szName in AttributeDescription. Patch sent upstream. * Add manual page pkcs11-dump(1). Also submitted upstream. -- Max Vozeler Fri, 30 May 2008 13:58:25 +0200 debian/source/0000755000000000000000000000000011762410315010466 5ustar debian/source/format0000644000000000000000000000001411762410315011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000026711762410315010253 0ustar #!/usr/bin/make -f %: dh $@ override_dh_installdocs: dh_installdocs # Remove extra copies of the licensing information rm debian/pkcs11-dump/usr/share/doc/pkcs11-dump/COPYING* debian/compat0000644000000000000000000000000211762410315010364 0ustar 9 debian/control0000644000000000000000000000144511762410315010575 0ustar Source: pkcs11-dump Section: utils Priority: extra Maintainer: Max Vozeler Build-Depends: debhelper (>= 9), autotools-dev, libstdc++-dev, libssl-dev, pkg-config Standards-Version: 3.9.3 Vcs-Browser: http://git.debian.org/?p=users/xam/pkcs11-dump.git Vcs-Git: git://git.debian.org/~xam/pkcs11-dump.git Package: pkcs11-dump Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Dump PKCS#11 token content pkcs11-dump is a program to query PKCS#11 (cryptoki) provider modules for objects available on a specific crypto device and dump them to stdout in a human-readable format. . This package is mostly interesting for people familiar with PKCS#11 who are developing or analyzing a PKCS#11 module or like to get a detailed view of objects on a crypto device. debian/manpages0000644000000000000000000000001611762410315010701 0ustar pkcs11-dump.1 debian/pkcs11-dump.docs0000644000000000000000000000002611762410315012103 0ustar README THANKS AUTHORS debian/dirs0000644000000000000000000000001011762410315010041 0ustar usr/bin debian/copyright0000644000000000000000000000532411762410315011125 0ustar This is a Debian prepackaged version of pkcs11-dump. This package was put together by Max Vozeler using sources from http://alon.barlev.googlepages.com/pkcs11-utilities The original author of pkcs11-dump is Alon Bar-Lev Machine-parseable license details follow: Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat Original-Source: http://alon.barlev.googlepages.com/pkcs11-utilities Files: * Copyright: (c) 2005-2008 Alon Bar-Lev License: GPL-2 with OpenSSL-exception All rights reserved. . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 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 (see the file COPYING.GPL included with this distribution); if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . Special exception for linking with OpenSSL: . In addition, as a special exception, the author gives permission to link the code of this program with the OpenSSL library (or with modified versions of OpenSSL that use the same license as OpenSSL), 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 this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in file "/usr/share/common-licenses/GPL-2". Files: pkcs11.h Copyright: (C) 2006 g10 Code GmbH (C) 2006 Andreas Jellinghaus License: other This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. . This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Files: debian/* Copyright: © 2008 Max Vozeler License: GPL-2+ The Debian packaging is licensed under the GNU GPL version 2 or later.