From 5195a57d4919924c7e7970506b1994e83fdebbbb Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Sun, 11 Jul 2021 21:27:29 +0200 Subject: DEB: Rearranged applications folder into sub categories. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- .../system/smartcardauth/debian/changelog | 5 +++++ .../system/smartcardauth/debian/compat | 1 + .../system/smartcardauth/debian/control | 25 ++++++++++++++++++++++ .../applications/system/smartcardauth/debian/dirs | 1 + .../applications/system/smartcardauth/debian/rules | 14 ++++++++++++ .../smartcardauth/debian/smartcardauth.postinst | 9 ++++++++ .../system/smartcardauth/debian/source/format | 1 + .../system/smartcardauth/debian/source/options | 6 ++++++ 8 files changed, 62 insertions(+) create mode 100755 ubuntu/_base/applications/system/smartcardauth/debian/changelog create mode 100755 ubuntu/_base/applications/system/smartcardauth/debian/compat create mode 100644 ubuntu/_base/applications/system/smartcardauth/debian/control create mode 100755 ubuntu/_base/applications/system/smartcardauth/debian/dirs create mode 100755 ubuntu/_base/applications/system/smartcardauth/debian/rules create mode 100755 ubuntu/_base/applications/system/smartcardauth/debian/smartcardauth.postinst create mode 100644 ubuntu/_base/applications/system/smartcardauth/debian/source/format create mode 100644 ubuntu/_base/applications/system/smartcardauth/debian/source/options (limited to 'ubuntu/_base/applications/system/smartcardauth/debian') diff --git a/ubuntu/_base/applications/system/smartcardauth/debian/changelog b/ubuntu/_base/applications/system/smartcardauth/debian/changelog new file mode 100755 index 000000000..4d5f37dad --- /dev/null +++ b/ubuntu/_base/applications/system/smartcardauth/debian/changelog @@ -0,0 +1,5 @@ +smartcardauth (1.0-3ubuntu5) karmic; urgency=low + + * Karmic build + + -- Timothy Pearson Thu, 23 Jul 2009 10:42:00 -0600 diff --git a/ubuntu/_base/applications/system/smartcardauth/debian/compat b/ubuntu/_base/applications/system/smartcardauth/debian/compat new file mode 100755 index 000000000..7f8f011eb --- /dev/null +++ b/ubuntu/_base/applications/system/smartcardauth/debian/compat @@ -0,0 +1 @@ +7 diff --git a/ubuntu/_base/applications/system/smartcardauth/debian/control b/ubuntu/_base/applications/system/smartcardauth/debian/control new file mode 100644 index 000000000..c18647ee8 --- /dev/null +++ b/ubuntu/_base/applications/system/smartcardauth/debian/control @@ -0,0 +1,25 @@ +Source: smartcardauth +Section: kde +Priority: extra +Maintainer: Timothy Pearson +Uploaders: Timothy Pearson +Build-Depends: debhelper (>= 7.0.50~), quilt, 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:3.5.13) +Breaks: smartcardauth (<< 4:3.5.13) +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/_base/applications/system/smartcardauth/debian/dirs b/ubuntu/_base/applications/system/smartcardauth/debian/dirs new file mode 100755 index 000000000..73752c9ae --- /dev/null +++ b/ubuntu/_base/applications/system/smartcardauth/debian/dirs @@ -0,0 +1 @@ +usr diff --git a/ubuntu/_base/applications/system/smartcardauth/debian/rules b/ubuntu/_base/applications/system/smartcardauth/debian/rules new file mode 100755 index 000000000..fe74e584a --- /dev/null +++ b/ubuntu/_base/applications/system/smartcardauth/debian/rules @@ -0,0 +1,14 @@ +#!/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/_base/applications/system/smartcardauth/debian/smartcardauth.postinst b/ubuntu/_base/applications/system/smartcardauth/debian/smartcardauth.postinst new file mode 100755 index 000000000..842e0017d --- /dev/null +++ b/ubuntu/_base/applications/system/smartcardauth/debian/smartcardauth.postinst @@ -0,0 +1,9 @@ +#!/bin/bash + +set -e + +if [[ $1 = "configure" ]]; then + /usr/bin/setupcard.sh upgrade +fi + + diff --git a/ubuntu/_base/applications/system/smartcardauth/debian/source/format b/ubuntu/_base/applications/system/smartcardauth/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/ubuntu/_base/applications/system/smartcardauth/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/ubuntu/_base/applications/system/smartcardauth/debian/source/options b/ubuntu/_base/applications/system/smartcardauth/debian/source/options new file mode 100644 index 000000000..72f1f5450 --- /dev/null +++ b/ubuntu/_base/applications/system/smartcardauth/debian/source/options @@ -0,0 +1,6 @@ +# Use xz instead of gzip +compression = "xz" +compression-level = 9 + +# Don't run differences +diff-ignore = .* -- cgit v1.2.3