From 7ceb46211ddfdbfd07b79e9cd2077ed0605ef47e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 17 Apr 2014 13:53:27 +0900 Subject: Removed Ubuntu/raring folder --- .../applications/smartcardauth/debian/changelog | 5 ----- .../applications/smartcardauth/debian/compat | 1 - .../applications/smartcardauth/debian/control | 25 ---------------------- .../raring/applications/smartcardauth/debian/dirs | 1 - .../raring/applications/smartcardauth/debian/rules | 14 ------------ .../smartcardauth/debian/smartcardauth.postinst | 9 -------- .../smartcardauth/debian/source/format | 1 - .../smartcardauth/debian/source/options | 6 ------ 8 files changed, 62 deletions(-) delete mode 100755 ubuntu/raring/applications/smartcardauth/debian/changelog delete mode 100755 ubuntu/raring/applications/smartcardauth/debian/compat delete mode 100644 ubuntu/raring/applications/smartcardauth/debian/control delete mode 100755 ubuntu/raring/applications/smartcardauth/debian/dirs delete mode 100755 ubuntu/raring/applications/smartcardauth/debian/rules delete mode 100755 ubuntu/raring/applications/smartcardauth/debian/smartcardauth.postinst delete mode 100644 ubuntu/raring/applications/smartcardauth/debian/source/format delete mode 100644 ubuntu/raring/applications/smartcardauth/debian/source/options (limited to 'ubuntu/raring/applications/smartcardauth/debian') diff --git a/ubuntu/raring/applications/smartcardauth/debian/changelog b/ubuntu/raring/applications/smartcardauth/debian/changelog deleted file mode 100755 index e598f5f4b..000000000 --- a/ubuntu/raring/applications/smartcardauth/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -smartcardauth (1.0-3ubuntu5) karmic; urgency=low - - * Karmic build - - -- Timothy Pearson Thu, 23 July 2009 10:42:00 -0600 diff --git a/ubuntu/raring/applications/smartcardauth/debian/compat b/ubuntu/raring/applications/smartcardauth/debian/compat deleted file mode 100755 index 7ed6ff82d..000000000 --- a/ubuntu/raring/applications/smartcardauth/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/ubuntu/raring/applications/smartcardauth/debian/control b/ubuntu/raring/applications/smartcardauth/debian/control deleted file mode 100644 index fe0807b35..000000000 --- a/ubuntu/raring/applications/smartcardauth/debian/control +++ /dev/null @@ -1,25 +0,0 @@ -Source: smartcardauth -Section: tde -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, libtqtinterface-dev -Standards-Version: 3.8.4 - -Package: smartcardauth -Architecture: any -Depends: pcsc-tools, pcscd-nodbus, initramfs-tools, libpcsc-perl, libpcsclite1, libccid, opensc, zenity, gksu -Replaces: smartcardauth (<< 4:14.0.0~) -Breaks: smartcardauth (<< 4:14.0.0~) -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/raring/applications/smartcardauth/debian/dirs b/ubuntu/raring/applications/smartcardauth/debian/dirs deleted file mode 100755 index 73752c9ae..000000000 --- a/ubuntu/raring/applications/smartcardauth/debian/dirs +++ /dev/null @@ -1 +0,0 @@ -usr diff --git a/ubuntu/raring/applications/smartcardauth/debian/rules b/ubuntu/raring/applications/smartcardauth/debian/rules deleted file mode 100755 index fe74e584a..000000000 --- a/ubuntu/raring/applications/smartcardauth/debian/rules +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 := - -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) diff --git a/ubuntu/raring/applications/smartcardauth/debian/smartcardauth.postinst b/ubuntu/raring/applications/smartcardauth/debian/smartcardauth.postinst deleted file mode 100755 index 842e0017d..000000000 --- a/ubuntu/raring/applications/smartcardauth/debian/smartcardauth.postinst +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -set -e - -if [[ $1 = "configure" ]]; then - /usr/bin/setupcard.sh upgrade -fi - - diff --git a/ubuntu/raring/applications/smartcardauth/debian/source/format b/ubuntu/raring/applications/smartcardauth/debian/source/format deleted file mode 100644 index 163aaf8d8..000000000 --- a/ubuntu/raring/applications/smartcardauth/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/ubuntu/raring/applications/smartcardauth/debian/source/options b/ubuntu/raring/applications/smartcardauth/debian/source/options deleted file mode 100644 index 72f1f5450..000000000 --- a/ubuntu/raring/applications/smartcardauth/debian/source/options +++ /dev/null @@ -1,6 +0,0 @@ -# Use xz instead of gzip -compression = "xz" -compression-level = 9 - -# Don't run differences -diff-ignore = .* -- cgit v1.2.1