From 9b2075d9b89fc628c447fbb98f43ef72e4a9c81d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 16:17:43 -0500 Subject: Initial import from old SVN repository Note that only the Debian and Ubuntu folders were preserved --- ubuntu/lucid_automake/applications/smartcardauth/debian/rules | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 ubuntu/lucid_automake/applications/smartcardauth/debian/rules (limited to 'ubuntu/lucid_automake/applications/smartcardauth/debian/rules') diff --git a/ubuntu/lucid_automake/applications/smartcardauth/debian/rules b/ubuntu/lucid_automake/applications/smartcardauth/debian/rules new file mode 100755 index 000000000..a9e7e66cb --- /dev/null +++ b/ubuntu/lucid_automake/applications/smartcardauth/debian/rules @@ -0,0 +1,11 @@ +#!/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 := -- cgit v1.2.1