From d6a1249469e11caea43fb8cd1bd91965cdfc0502 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Wed, 16 May 2012 18:06:27 +0000 Subject: [PATCH] current debian package can compile all drivers except acr122_pcsc (PCSC dependencies have already been removed from package) --- debian/rules | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 04f4336..5480df0 100755 --- a/debian/rules +++ b/debian/rules @@ -16,10 +16,8 @@ override_dh_installchangelogs: dh_installchangelogs ChangeLog override_dh_auto_configure: -# dh_auto_configure -- --enable-serial-autoprobe - dh_auto_configure -- --enable-debug --with-drivers=all --enable-serial-autoprobe -# dh_auto_configure -- --enable-debug --with-drivers=acr122_pcsc -# dh_auto_configure -- --enable-debug --with-drivers=pn532_uart,pn53x_usb --enable-serial-autoprobe +# dh_auto_configure -- --enable-debug --with-drivers=all --enable-serial-autoprobe + dh_auto_configure -- --enable-debug --with-drivers=acr122_usb,acr122s,arygon,pn532_uart,pn53x_usb --enable-serial-autoprobe %: dh --with autoreconf $@