From 9b2075d9b89fc628c447fbb98f43ef72e4a9c81d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 16:17:43 -0500 Subject: Initial import from old SVN repository Note that only the Debian and Ubuntu folders were preserved --- .../applications/smartcardauth/debian/changelog | 5 +++++ .../applications/smartcardauth/debian/compat | 1 + .../applications/smartcardauth/debian/control | 23 ++++++++++++++++++++++ .../applications/smartcardauth/debian/dirs | 1 + .../applications/smartcardauth/debian/rules | 11 +++++++++++ .../smartcardauth/debian/smartcardauth.postinst | 9 +++++++++ 6 files changed, 50 insertions(+) create mode 100755 ubuntu/maverick/applications/smartcardauth/debian/changelog create mode 100755 ubuntu/maverick/applications/smartcardauth/debian/compat create mode 100755 ubuntu/maverick/applications/smartcardauth/debian/control create mode 100755 ubuntu/maverick/applications/smartcardauth/debian/dirs create mode 100755 ubuntu/maverick/applications/smartcardauth/debian/rules create mode 100755 ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst (limited to 'ubuntu/maverick/applications/smartcardauth') diff --git a/ubuntu/maverick/applications/smartcardauth/debian/changelog b/ubuntu/maverick/applications/smartcardauth/debian/changelog new file mode 100755 index 000000000..e598f5f4b --- /dev/null +++ b/ubuntu/maverick/applications/smartcardauth/debian/changelog @@ -0,0 +1,5 @@ +smartcardauth (1.0-3ubuntu5) karmic; urgency=low + + * Karmic build + + -- Timothy Pearson Thu, 23 July 2009 10:42:00 -0600 diff --git a/ubuntu/maverick/applications/smartcardauth/debian/compat b/ubuntu/maverick/applications/smartcardauth/debian/compat new file mode 100755 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick/applications/smartcardauth/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick/applications/smartcardauth/debian/control b/ubuntu/maverick/applications/smartcardauth/debian/control new file mode 100755 index 000000000..fa663e62e --- /dev/null +++ b/ubuntu/maverick/applications/smartcardauth/debian/control @@ -0,0 +1,23 @@ +Source: smartcardauth +Section: kde +Priority: extra +Maintainer: Timothy Pearson +Uploaders: Timothy Pearson +Build-Depends: debhelper (>=5.0), cdbs, pcsc-tools, pcscd-nodbus, initramfs-tools, libpcsc-perl, libpcsclite1, libccid, opensc, libpar-packer-perl, libdb-dev (>= 4.7), libpam0g-dev, libssl-dev, libkrb5-dev +Standards-Version: 3.8.4 + +Package: smartcardauth +Architecture: any +Depends: pcsc-tools, pcscd-nodbus, initramfs-tools, libpcsc-perl, libpcsclite1, libccid, opensc, zenity, gksu +Conflicts: openct +Description: SmartCard Login and LUKS Decrypt, Setup Utility + This utility will allow you to set up your computer to accept a SmartCard as an authentication source for: + - Your encrypted LUKS partition + - TDE3.x, including automatic login, lock, and unlock features + It is designed to work with any ISO 7816-1,2,3,4 compliant smartcard + Examples of such cards are: + - The Schlumberger MultiFlex + - The ACS ACOS5 / ACOS6 series of cryptographic ISO 7816 cards + If a card is chosen that has PKSC support, such as the ACOS cards, this utility can run + simultaneously with the certificate reading program(s) to provide single sign on + in addition to the PKCS certificate functionality diff --git a/ubuntu/maverick/applications/smartcardauth/debian/dirs b/ubuntu/maverick/applications/smartcardauth/debian/dirs new file mode 100755 index 000000000..73752c9ae --- /dev/null +++ b/ubuntu/maverick/applications/smartcardauth/debian/dirs @@ -0,0 +1 @@ +usr diff --git a/ubuntu/maverick/applications/smartcardauth/debian/rules b/ubuntu/maverick/applications/smartcardauth/debian/rules new file mode 100755 index 000000000..a9e7e66cb --- /dev/null +++ b/ubuntu/maverick/applications/smartcardauth/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_BUILD_OPTIONS := nostrip +export DEB_BUILD_OPTIONS = debug nostrip + +CFLAGS=-g -Wall -fPIC + +DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" +DEB_INSTALL_DOCS_ALL := diff --git a/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst b/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst new file mode 100755 index 000000000..842e0017d --- /dev/null +++ b/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst @@ -0,0 +1,9 @@ +#!/bin/bash + +set -e + +if [[ $1 = "configure" ]]; then + /usr/bin/setupcard.sh upgrade +fi + + -- cgit v1.2.3