Thu, 15 Mar 2012 21:52:52 +0100
Import custom package specs to build for undistributed platforms.
michael@4 | 1 | #!/usr/bin/make -f |
michael@4 | 2 | |
michael@4 | 3 | %: |
michael@4 | 4 | dh --with-autoreconf $@ |
michael@4 | 5 | |
michael@4 | 6 | override_dh_auto_configure: |
michael@4 | 7 | dh_auto_configure -- --sysconfdir=/etc/opensc \ |
michael@4 | 8 | --enable-pcsc \ |
michael@4 | 9 | --enable-doc \ |
michael@4 | 10 | --with-pcsc-provider=/lib/libpcsclite.so.1 \ |
michael@4 | 11 | --htmldir=/usr/share/doc/opensc/html |
michael@4 | 12 | |
michael@4 | 13 | override_dh_auto_install: |
michael@4 | 14 | dh_auto_install --destdir=debian/tmp |
michael@4 | 15 | |
michael@4 | 16 | override_dh_installdocs: |
michael@4 | 17 | dh_installdocs -A README NEWS |