diff --git a/distro/debian/Makefile.am b/distro/debian/Makefile.am deleted file mode 100644 index c3474406..00000000 --- a/distro/debian/Makefile.am +++ /dev/null @@ -1,69 +0,0 @@ -# -# Copyright (c) 2005-2018 Alon Bar-Lev -# -# This software is available to you under a choice of one of two -# licenses. You may choose to be licensed under the terms of the GNU -# General Public License (GPL) Version 2, or the BSD license. -# -# GNU General Public License (GPL) Version 2 -# =========================================== -# 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. -# -# BSD License -# ============ -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# -# o Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# o Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# o Neither the name of the Alon Bar-Lev nor the names of its -# contributors may be used to endorse or promote products derived from -# this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. -# - -SUFFIXES=.m4 -MAINTAINERCLEANFILES=$(srcdir)/Makefile.in -CLEANFILES=copyright -BUILT_SOURCES=copyright - -dist_noinst_DATA= \ - changelog \ - README.build \ - compat \ - control \ - copyright.m4 \ - copyright \ - rules \ - watch \ - libpkcs11-helper1-dev.install \ - libpkcs11-helper1.install - -.m4: - $(M4) -Dtop_srcdir="$(top_srcdir)" "$^" > "$@" diff --git a/distro/debian/README.build b/distro/debian/README.build deleted file mode 100644 index dc518c00..00000000 --- a/distro/debian/README.build +++ /dev/null @@ -1,12 +0,0 @@ -pkcs11-helper1 for Debian -------------------------- - -To build pkcs11-helper follow these steps - -1) unpack the tarball -2) cd pkcs11-helper- -3) ln -s distro/debian -4) invoke your build tool, e.g. - dpkg-buildpackage -rfakeroot - - -- S. Wefel Mon, 29 Jan 2007 16:56:30 +0100 diff --git a/distro/debian/changelog b/distro/debian/changelog deleted file mode 100644 index 404e8f7f..00000000 --- a/distro/debian/changelog +++ /dev/null @@ -1,35 +0,0 @@ -libpkcs11-helper1 (1.03-0) unstable; urgency=low - - * New maintainer - * New upstream release - * renamed to libpkcs11-helper1 (lintian check) - * removed *.la - * size_t printf 64bit fixups (debug). - * Certificate session period fixup, thank to Leo Pohl for reporting. - - -- Sandro Wefel (testlaeufer) Mon, 23 Apr 2007 08:59:16 +0200 - -pkcs11-helper (1.02-99.0saw0) unstable; urgency=low - - * Non-maintainer upload. - * upgrade to version 1.03 beta 1 - - use --with-apidocdir for the path to the api docs - - -- Sandro Wefel (testlaeufer) Fri, 16 Feb 2007 15:54:41 +0100 - -pkcs11-helper (1.02-1.0saw1) unstable; urgency=low - - * Non-maintainer upload. - * api docs added to pkcs11-helper-dev - * license information updated - * fix dependencies - - -- Sandro Wefel (testlaeufer) Sun, 11 Feb 2007 17:44:13 +0100 - -pkcs11-helper (1.02-1.0saw0) unstable; urgency=low - - * Initial release - - based on version 1.02 from 2007-10-05 - - -- Sandro Wefel (testlaeufer) Mon, 29 Jan 2007 16:56:30 +0100 - diff --git a/distro/debian/compat b/distro/debian/compat deleted file mode 100644 index 7ed6ff82..00000000 --- a/distro/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/distro/debian/control b/distro/debian/control deleted file mode 100644 index 7292abec..00000000 --- a/distro/debian/control +++ /dev/null @@ -1,46 +0,0 @@ -Source: libpkcs11-helper1 -Priority: extra -Maintainer: Sandro Wefel -Build-Depends: cdbs (>= 0.4.27-1), debhelper (>= 5), autotools-dev, libssl-dev, pkg-config, doxygen -Standards-Version: 3.7.2 -Section: libs - -Package: libpkcs11-helper1-dev -Section: libdevel -Architecture: any -Provides: libpkcs11-helper-dev -Conflicts: libpkcs11-helper-dev -Depends: libpkcs11-helper1 (= ${Source-Version}), libssl-dev -Description: library that simplifies the interaction with PKCS#11 - libpkcs11-helper is a library that simplifies the interaction with PKCS#11 - providers for end-user applications. - . - libpkcs11-helper allows using multiple PKCS#11 providers at the same time, - enumerating available token certificates, or selecting a certificate - directly by serialized id, handling card removal and card insert - events, handling card re-insert to a different slot, supporting session - expiration and much more all using a simple API. - . - libpkcs11-helper is not designed to manage card content, since object - attributes are usually vendor specific, and 99% of application need to - access existing objects in order to perform signature and decryption. - - - -Package: libpkcs11-helper1 -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: library that simplifies the interaction with PKCS#11 - libpkcs11-helper is a library that simplifies the interaction with PKCS#11 - providers for end-user applications. - . - libpkcs11-helper allows using multiple PKCS#11 providers at the same time, - enumerating available token certificates, or selecting a certificate - directly by serialized id, handling card removal and card insert - events, handling card re-insert to a different slot, supporting session - expiration and much more all using a simple API. - . - libpkcs11-helper is not designed to manage card content, since object - attributes are usually vendor specific, and 99% of application need to - access existing objects in order to perform signature and decryption. diff --git a/distro/debian/copyright.m4 b/distro/debian/copyright.m4 deleted file mode 100644 index dac55fd2..00000000 --- a/distro/debian/copyright.m4 +++ /dev/null @@ -1,13 +0,0 @@ -This package was debianized by S. Wefel on -Mon, 29 Jan 2007 16:56:30 +0100. - -It was downloaded from https://github.com/OpenSC/pkcs11-helper/ - -Upstream Author: Alon Bar-Lev - -Copyright: Copyright (c) 2005-2006 Alon Bar-Lev - -include(top_srcdir/COPYING) - -On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/distro/debian/libpkcs11-helper1-dev.install b/distro/debian/libpkcs11-helper1-dev.install deleted file mode 100644 index 0510140d..00000000 --- a/distro/debian/libpkcs11-helper1-dev.install +++ /dev/null @@ -1,6 +0,0 @@ -usr/lib/lib*.a -usr/lib/lib*.so -usr/lib/pkgconfig -usr/share/aclocal -usr/share/doc/libpkcs11-helper1-dev/api -usr/include diff --git a/distro/debian/libpkcs11-helper1.install b/distro/debian/libpkcs11-helper1.install deleted file mode 100644 index 617146f4..00000000 --- a/distro/debian/libpkcs11-helper1.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/lib*.so.* -usr/share/man diff --git a/distro/debian/rules b/distro/debian/rules deleted file mode 100755 index 6e80c092..00000000 --- a/distro/debian/rules +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/class/autotools.mk -include /usr/share/cdbs/1/rules/debhelper.mk - -DEB_CONFIGURE_EXTRA_FLAGS := --enable-doc --docdir=${prefix}/usr/share/doc/libpkcs11-helper1-dev - -DEB_INSTALL_DOCS_ALL := README AUTHORS THANKS - -DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp - diff --git a/distro/debian/watch b/distro/debian/watch deleted file mode 100644 index cc80d422..00000000 --- a/distro/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=3 -https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-(.*)/pkcs11-helper-(.*).tar.bz2