current debian package can compile all drivers except acr122_pcsc (PCSC dependencies have already been removed from package)

This commit is contained in:
Romuald Conty 2012-05-16 18:06:27 +00:00
parent 9ea7a9ea27
commit d6a1249469

6
debian/rules vendored
View file

@ -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 $@