debian/0000755000000000000000000000000012260226122007161 5ustar debian/copyright0000644000000000000000000000421712217411026011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pam_p11 Upstream-Contact: https://github.com/OpenSC/pam_p11 Source: https://github.com/OpenSC/pam_p11 Files: * Copyright: 2003, Mario Strasser License: LGPL-2.1+ Files: ltmain.sh Copyright: 1996-2001, 2003-2006, Free Software Foundation, Inc. License: GPL-2+ This program 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 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: src/base64.c Copyright: 2001-2002, Juha Yrjölä License: LGPL-2.1+ License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU Lesser General Public License version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. debian/changelog0000644000000000000000000000424012260226117011037 0ustar pam-p11 (0.1.5-3ubuntu1) trusty; urgency=medium * Patch aclocal.m4 and configure to support ppc64el. -- Matthias Klose Mon, 30 Dec 2013 09:17:53 +0100 pam-p11 (0.1.5-3) unstable; urgency=low * debian/copyright: Update to DEP5 copyright file. * debian/control, debian/rules: Use autotools-dev. * debian/control: Upgrade Standards-Version to 3.9.4. -- Eric Dorland Sat, 21 Sep 2013 17:39:01 -0400 pam-p11 (0.1.5-2) unstable; urgency=low * debian/compat, debian/control, debian/rules: Convert to debhelper 9 and drop cdbs. * debian/control: Upgrade Standards-Version to 3.9.3. * debian/control, debian/rules: Multi-Arch enable package. * debian/source/format: Convert to 3.0 quilt source package format. -- Eric Dorland Sat, 10 Mar 2012 21:05:34 -0500 pam-p11 (0.1.5-1) unstable; urgency=low * New upstream release. * debian/rules: - Update Standards-Version to 3.8.1. - Change libltdl3-dev build-depends to just libltdl-dev. - Add ${misc:Depends} -- Eric Dorland Sun, 12 Apr 2009 03:13:02 -0400 pam-p11 (0.1.3-2) unstable; urgency=low * src/pam_p11.c: Patch from Nicolas François to remove incorrect usages of openlog/closelog/syslog with pam_syslog. (Closes: #472986) * debian/control: - Standards-Version to 3.7.3. - Add Homepage and Vcs-* headers. -- Eric Dorland Sat, 26 Apr 2008 01:16:39 -0400 pam-p11 (0.1.3-1) unstable; urgency=low * New upstream release. * debian/control: Bump Standards-Version to 3.7.2.2. -- Eric Dorland Sat, 21 Jul 2007 15:40:30 -0400 pam-p11 (0.1.2-3) unstable; urgency=low * debian/watch: Update watchfile with new location. * debian/control: Standards-Version to 3.7.2.1. -- Eric Dorland Fri, 21 Jul 2006 23:22:44 -0400 pam-p11 (0.1.2-2) unstable; urgency=low * debian/copyright: Fix copyright so it correctly says this is licensed under the LGPL. -- Eric Dorland Sat, 31 Dec 2005 03:42:19 -0500 pam-p11 (0.1.2-1) unstable; urgency=low * Initial release. -- Eric Dorland Mon, 26 Dec 2005 02:31:31 -0500 debian/compat0000644000000000000000000000000212217411026010360 0ustar 9 debian/patches/0000755000000000000000000000000012260226053010613 5ustar debian/patches/ppc64el.diff0000644000000000000000000000256112260226053012726 0ustar Index: b/aclocal.m4 =================================================================== --- a/aclocal.m4 +++ b/aclocal.m4 @@ -633,7 +633,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; - ppc64-*linux*|powerpc64-*linux*) + powerpc64le-*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -652,7 +655,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - ppc*-*linux*|powerpc*-*linux*) + powerpcle-*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*) Index: b/configure =================================================================== --- a/configure +++ b/configure @@ -4931,7 +4931,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; - ppc64-*linux*|powerpc64-*linux*) + powerpc64le-*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -4950,7 +4953,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - ppc*-*linux*|powerpc*-*linux*) + powerpcle-*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*) debian/patches/series0000644000000000000000000000001512260226033012022 0ustar ppc64el.diff debian/control0000644000000000000000000000137012217411026010566 0ustar Source: pam-p11 Section: admin Priority: optional Maintainer: Eric Dorland Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, libpam0g-dev, libp11-dev Standards-Version: 3.9.4 Homepage: http://www.opensc-project.org/pam_p11/ Vcs-Git: git://git.debian.org/git/pkg-opensc/pam-p11.git Vcs-Browser: http://git.debian.org/?p=pkg-opensc/pam-p11.git Package: libpam-p11 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: libpam-opensc Replaces: libpam-opensc Provides: libpam-opensc Description: PAM module for using PKCS#11 smart cards A Pluggable Authentication Module for PKCS#11 based smart cards. Useful for enabling smart card based user login to a system. debian/rules0000755000000000000000000000042512217411026010243 0ustar #!/usr/bin/make -f DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: dh $@ --with autotools_dev override_dh_auto_configure: dh_auto_configure -- --libdir=/lib/$(DEB_HOST_MULTIARCH) override_dh_installchangelogs: dh_installchangelogs doc/ChangeLog debian/source/0000755000000000000000000000000012217411026010462 5ustar debian/source/format0000644000000000000000000000001412217411026011670 0ustar 3.0 (quilt) debian/libpam-p11.docs0000644000000000000000000000003712217411026011677 0ustar doc/README doc/*.html doc/*.cssdebian/watch0000644000000000000000000000011512217411026010210 0ustar version=3 http://www.opensc-project.org/files/pam_p11/pam_p11-(.*)\.tar\.gz