From b45baead49d8c82d8bd654b20a3645dad896412b Mon Sep 17 00:00:00 2001
From: tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Date: Tue, 20 Sep 2011 23:01:53 +0000
Subject: Remove debian directory from smartcardauth

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/smartcardauth@1254704 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
---
 debian/changelog              |  5 -----
 debian/compat                 |  1 -
 debian/control                | 23 -----------------------
 debian/dirs                   |  1 -
 debian/rules                  | 11 -----------
 debian/smartcardauth.postinst |  9 ---------
 6 files changed, 50 deletions(-)
 delete mode 100755 debian/changelog
 delete mode 100755 debian/compat
 delete mode 100755 debian/control
 delete mode 100755 debian/dirs
 delete mode 100755 debian/rules
 delete mode 100755 debian/smartcardauth.postinst

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100755
index e598f5f..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-smartcardauth (1.0-3ubuntu5) karmic; urgency=low
-
-  * Karmic build
-
- -- Timothy Pearson <kb9vqf@pearsoncomputing.net>  Thu, 23 July 2009 10:42:00 -0600
diff --git a/debian/compat b/debian/compat
deleted file mode 100755
index 7ed6ff8..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/debian/control b/debian/control
deleted file mode 100755
index e7f5533..0000000
--- a/debian/control
+++ /dev/null
@@ -1,23 +0,0 @@
-Source: smartcardauth
-Section: kde
-Priority: extra
-Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
-Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net>
-Build-Depends: debhelper (>=5.0), cdbs, pcsc-tools, pcscd-nodbus, initramfs-tools, libpcsc-perl, libpcsclite1, libccid, opensc, libpar-packer-perl, libdb4.7-dev, libpam0g-dev, libssl-dev, libkrb5-dev
-Standards-Version: 3.8.2
-
-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
- - TDE, 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/dirs b/debian/dirs
deleted file mode 100755
index 73752c9..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index a9e7e66..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,11 +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 :=
diff --git a/debian/smartcardauth.postinst b/debian/smartcardauth.postinst
deleted file mode 100755
index 842e001..0000000
--- a/debian/smartcardauth.postinst
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-set -e
-
-if [[ $1 = "configure" ]]; then
-	/usr/bin/setupcard.sh upgrade
-fi
-
-
-- 
cgit v1.2.3

