1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/opensc/debian/rules Thu Mar 15 21:52:52 2012 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +#!/usr/bin/make -f 1.5 + 1.6 +%: 1.7 + dh --with-autoreconf $@ 1.8 + 1.9 +override_dh_auto_configure: 1.10 + dh_auto_configure -- --sysconfdir=/etc/opensc \ 1.11 + --enable-pcsc \ 1.12 + --enable-doc \ 1.13 + --with-pcsc-provider=/lib/libpcsclite.so.1 \ 1.14 + --htmldir=/usr/share/doc/opensc/html 1.15 + 1.16 +override_dh_auto_install: 1.17 + dh_auto_install --destdir=debian/tmp 1.18 + 1.19 +override_dh_installdocs: 1.20 + dh_installdocs -A README NEWS