diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-20 23:01:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-20 23:01:53 +0000 |
commit | b45baead49d8c82d8bd654b20a3645dad896412b (patch) | |
tree | d699c7a0c6c8c183838f008f49003354f93ae058 /debian/rules | |
parent | 099f1b592a9f136c18e0ed4e45e5c046e74c5513 (diff) | |
download | smartcardauth-b45baead49d8c82d8bd654b20a3645dad896412b.tar.gz smartcardauth-b45baead49d8c82d8bd654b20a3645dad896412b.zip |
Remove debian directory from smartcardauth
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/smartcardauth@1254704 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 0 insertions, 11 deletions
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 := |