summaryrefslogtreecommitdiffstats
path: root/debian/_base/applications/smartcardauth
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-07-05 00:28:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-07-05 00:28:13 +0900
commit0cf700f49d6437ea21867ae6300c7056eadfbd97 (patch)
treedec8bff7ef4366370de0ad280d6395c363ce1f3f /debian/_base/applications/smartcardauth
parente52d0aefda74071dece63a038079503cdc2cc905 (diff)
downloadtde-packaging-0cf700f49d6437ea21867ae6300c7056eadfbd97.tar.gz
tde-packaging-0cf700f49d6437ea21867ae6300c7056eadfbd97.zip
Rearranged applications folder into sub categories.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_base/applications/smartcardauth')
-rw-r--r--debian/_base/applications/smartcardauth/debian/changelog5
-rw-r--r--debian/_base/applications/smartcardauth/debian/compat1
-rw-r--r--debian/_base/applications/smartcardauth/debian/control24
-rw-r--r--debian/_base/applications/smartcardauth/debian/dirs1
-rwxr-xr-xdebian/_base/applications/smartcardauth/debian/rules35
-rw-r--r--debian/_base/applications/smartcardauth/debian/smartcardauth.postinst11
-rw-r--r--debian/_base/applications/smartcardauth/debian/source/format1
-rw-r--r--debian/_base/applications/smartcardauth/debian/source/options6
8 files changed, 0 insertions, 84 deletions
diff --git a/debian/_base/applications/smartcardauth/debian/changelog b/debian/_base/applications/smartcardauth/debian/changelog
deleted file mode 100644
index 4d5f37dad..000000000
--- a/debian/_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/debian/_base/applications/smartcardauth/debian/compat b/debian/_base/applications/smartcardauth/debian/compat
deleted file mode 100644
index ec635144f..000000000
--- a/debian/_base/applications/smartcardauth/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/_base/applications/smartcardauth/debian/control b/debian/_base/applications/smartcardauth/debian/control
deleted file mode 100644
index d370c6f02..000000000
--- a/debian/_base/applications/smartcardauth/debian/control
+++ /dev/null
@@ -1,24 +0,0 @@
-Source: smartcardauth
-Section: tde
-Priority: extra
-Maintainer: TDE Debian Team <team-debian@trinitydesktop.org>
-Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build, libperl-dev, libpcsclite1, libpcsc-perl, libpar-packer-perl, libdb-dev (>= 4.7), libpam0g-dev, libssl-dev, libtqtinterface-dev, tdelibs-trinity
-Standards-Version: 3.8.4
-
-Package: smartcardauth
-Architecture: any
-Depends: ${shlibs:Depends}, pcsc-tools, pcscd-nodbus | pcscd (>= 1.7~), 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/debian/_base/applications/smartcardauth/debian/dirs b/debian/_base/applications/smartcardauth/debian/dirs
deleted file mode 100644
index 73752c9ae..000000000
--- a/debian/_base/applications/smartcardauth/debian/dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr
diff --git a/debian/_base/applications/smartcardauth/debian/rules b/debian/_base/applications/smartcardauth/debian/rules
deleted file mode 100755
index 14ccf6018..000000000
--- a/debian/_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/debian/_base/applications/smartcardauth/debian/smartcardauth.postinst b/debian/_base/applications/smartcardauth/debian/smartcardauth.postinst
deleted file mode 100644
index f9ef17d78..000000000
--- a/debian/_base/applications/smartcardauth/debian/smartcardauth.postinst
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-set -e
-
-if [[ $1 = "configure" ]]; then
- /usr/bin/setupcard.sh upgrade
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/_base/applications/smartcardauth/debian/source/format b/debian/_base/applications/smartcardauth/debian/source/format
deleted file mode 100644
index 163aaf8d8..000000000
--- a/debian/_base/applications/smartcardauth/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/debian/_base/applications/smartcardauth/debian/source/options b/debian/_base/applications/smartcardauth/debian/source/options
deleted file mode 100644
index 72f1f5450..000000000
--- a/debian/_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 = .*