summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/applications/smartcardauth
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/_base/applications/smartcardauth')
-rw-r--r--ubuntu/_base/applications/smartcardauth/debian/changelog5
-rw-r--r--ubuntu/_base/applications/smartcardauth/debian/compat1
-rw-r--r--ubuntu/_base/applications/smartcardauth/debian/control21
-rw-r--r--ubuntu/_base/applications/smartcardauth/debian/dirs1
-rwxr-xr-xubuntu/_base/applications/smartcardauth/debian/rules35
-rw-r--r--ubuntu/_base/applications/smartcardauth/debian/source/format1
-rw-r--r--ubuntu/_base/applications/smartcardauth/debian/source/options6
-rw-r--r--ubuntu/_base/applications/smartcardauth/debian/triggers1
8 files changed, 0 insertions, 71 deletions
diff --git a/ubuntu/_base/applications/smartcardauth/debian/changelog b/ubuntu/_base/applications/smartcardauth/debian/changelog
deleted file mode 100644
index 4d5f37dad..000000000
--- a/ubuntu/_base/applications/smartcardauth/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-smartcardauth (1.0-3ubuntu5) karmic; urgency=low
-
- * Karmic build
-
- -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 23 Jul 2009 10:42:00 -0600
diff --git a/ubuntu/_base/applications/smartcardauth/debian/compat b/ubuntu/_base/applications/smartcardauth/debian/compat
deleted file mode 100644
index ec635144f..000000000
--- a/ubuntu/_base/applications/smartcardauth/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/ubuntu/_base/applications/smartcardauth/debian/control b/ubuntu/_base/applications/smartcardauth/debian/control
deleted file mode 100644
index cda1d7f49..000000000
--- a/ubuntu/_base/applications/smartcardauth/debian/control
+++ /dev/null
@@ -1,21 +0,0 @@
-Source: smartcardauth
-Section: tde
-Priority: extra
-Maintainer: TDE Debian Team <team-debian@trinitydesktop.org>
-Build-Depends: debhelper (>= 9~), cdbs, quilt, cmake, pkg-config, libpkcs11-helper1-dev, libgnutls-dev | libgnutls28-dev | libgnutls30-dev
-Standards-Version: 3.8.4
-
-Package: smartcardauth
-Architecture: any
-Depends: ${shlibs:Depends}, pcsc-tools, pcscd (>= 1.7~), initramfs-tools, libpcsc-perl, libpcsclite1, libccid, opensc, libpam-heimdal
-Recommends: libpam-ccreds, libpam-ck-connector, libpam-pkcs11, libpam-mount
-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
- - TDE R14.x, including automatic login, lock, and unlock features
- It is designed to work with any OpenSC-supported, ISO 7816-4,-8 compliant, PKCS#11 enabled smartcard
- Examples of such cards are:
- - The OpenPGP card (ISO ISO 7816-4,-8 compliant)
diff --git a/ubuntu/_base/applications/smartcardauth/debian/dirs b/ubuntu/_base/applications/smartcardauth/debian/dirs
deleted file mode 100644
index 73752c9ae..000000000
--- a/ubuntu/_base/applications/smartcardauth/debian/dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr
diff --git a/ubuntu/_base/applications/smartcardauth/debian/rules b/ubuntu/_base/applications/smartcardauth/debian/rules
deleted file mode 100755
index 14ccf6018..000000000
--- a/ubuntu/_base/applications/smartcardauth/debian/rules
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/cmake.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 :=
-
-# The default gzip compressor has been changed in dpkg >= 1.17.0.
-deb_default_compress = $(shell LANG=C dpkg-deb --version | head -n1 | \
- sed -e "s|.*version ||" -e "s| .*||" | \
- xargs -r dpkg --compare-versions 1.17.0 lt \
- && echo xz || echo gzip)
-ifeq ($(deb_default_compress),gzip)
-DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
- && echo xz || echo bzip2)
-endif
-
-DEB_DH_SHLIBDEPS_ARGS_ALL=--dpkg-shlibdeps-params=--ignore-missing-info
-
-DEB_CMAKE_EXTRA_FLAGS := \
- -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \
- -DCMAKE_INSTALL_PREFIX="/usr" \
- -DCONFIG_INSTALL_DIR="/etc/trinity" \
- -DSYSCONF_INSTALL_DIR="/etc" \
- -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_VERBOSE_MAKEFILE="ON" \
- -DCMAKE_SKIP_RPATH="OFF" \
- -DWITH_ALL_OPTIONS="ON"
diff --git a/ubuntu/_base/applications/smartcardauth/debian/source/format b/ubuntu/_base/applications/smartcardauth/debian/source/format
deleted file mode 100644
index 163aaf8d8..000000000
--- a/ubuntu/_base/applications/smartcardauth/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/ubuntu/_base/applications/smartcardauth/debian/source/options b/ubuntu/_base/applications/smartcardauth/debian/source/options
deleted file mode 100644
index 72f1f5450..000000000
--- a/ubuntu/_base/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 = .*
diff --git a/ubuntu/_base/applications/smartcardauth/debian/triggers b/ubuntu/_base/applications/smartcardauth/debian/triggers
deleted file mode 100644
index 6c9f4543c..000000000
--- a/ubuntu/_base/applications/smartcardauth/debian/triggers
+++ /dev/null
@@ -1 +0,0 @@
-activate update-initramfs