--- pkcs11-data-0.7.3.orig/debian/manpages +++ pkcs11-data-0.7.3/debian/manpages @@ -0,0 +1 @@ +pkcs11-data.1 --- pkcs11-data-0.7.3.orig/debian/control +++ pkcs11-data-0.7.3/debian/control @@ -0,0 +1,15 @@ +Source: pkcs11-data +Section: utils +Priority: extra +Maintainer: Max Vozeler +Build-Depends: debhelper (>= 7), autotools-dev, pkg-config, libpkcs11-helper1-dev +Standards-Version: 3.7.3 +Vcs-Browser: http://git.debian.org/?p=users/xam/pkcs11-data.git +Vcs-Git: git://git.debian.org/~xam/pkcs11-data.git + +Package: pkcs11-data +Architecture: any +Depends: ${shlibs:Depends} +Description: Manage PKCS#11 data objects + pkcs11-data is a program to manage data objects residing + on PKCS#11 (Cryptoki) enabled crypto devices. --- pkcs11-data-0.7.3.orig/debian/docs +++ pkcs11-data-0.7.3/debian/docs @@ -0,0 +1 @@ +AUTHORS --- pkcs11-data-0.7.3.orig/debian/compat +++ pkcs11-data-0.7.3/debian/compat @@ -0,0 +1 @@ +7 --- pkcs11-data-0.7.3.orig/debian/rules +++ pkcs11-data-0.7.3/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +build: + dh build + +clean: + dh clean + +install: build + dh install --until dh_install + + # Remove extra copies of the licensing information + rm debian/pkcs11-data/usr/share/doc/pkcs11-data/COPYING* + + dh_installdocs README AUTHORS + dh_installchangelogs ChangeLog + dh_installexamples prompt-prog.sh + dh install --remaining + +binary-arch: install + dh binary-arch + +binary-indep: install + dh binary-indep + +binary: binary-arch binary-indep + --- pkcs11-data-0.7.3.orig/debian/copyright +++ pkcs11-data-0.7.3/debian/copyright @@ -0,0 +1,56 @@ +This is a Debian prepackaged version of pkcs11-data. + +This package was put together by Max Vozeler +using sources from + + http://alon.barlev.googlepages.com/pkcs11-utilities + +The original author of pkcs11-data 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: debian/* +Copyright: © 2008 Max Vozeler +License: GPL-2+ + The Debian packaging is licensed under the GPL license + version 2 or later. + --- pkcs11-data-0.7.3.orig/debian/dirs +++ pkcs11-data-0.7.3/debian/dirs @@ -0,0 +1 @@ +usr/bin --- pkcs11-data-0.7.3.orig/debian/changelog +++ pkcs11-data-0.7.3/debian/changelog @@ -0,0 +1,26 @@ +pkcs11-data (0.7.3-2build1) oneiric; urgency=low + + * No-change rebuild to drop libssl0.9.8 binary dependency. + + -- Ilya Barygin Sun, 21 Aug 2011 21:07:07 +0400 + +pkcs11-data (0.7.3-2) unstable; urgency=low + + * Add missing build dependency on pkg-config. + + -- Max Vozeler Mon, 09 Jun 2008 21:36:37 +0200 + +pkcs11-data (0.7.3-1) unstable; urgency=low + + * New upstream version + * debian/copyright: Update FSF address + * debian/control: Use correct name in the long description + and add Vcs-Git/Vcs-Browser entries. + + -- Max Vozeler Sat, 31 May 2008 03:28:04 +0200 + +pkcs11-data (0.7.2-1) unstable; urgency=low + + * Initial release (Closes: #483717) + + -- Max Vozeler Sat, 31 May 2008 02:29:23 +0200