debian/rules: don't enable debug by default anymore as it can be done easily at runtime with LIBNFC_LOG_LEVEL

This commit is contained in:
Philippe Teuwen 2013-01-10 23:57:12 +01:00
parent ff3d8f708d
commit 0458c8e24e

2
debian/rules vendored
View file

@ -17,7 +17,7 @@ override_dh_installchangelogs:
override_dh_auto_configure: override_dh_auto_configure:
# dh_auto_configure -- --enable-debug --with-drivers=all # dh_auto_configure -- --enable-debug --with-drivers=all
dh_auto_configure -- --enable-debug --with-drivers=acr122_usb,acr122s,arygon,pn532_uart,pn53x_usb dh_auto_configure -- --with-drivers=acr122_usb,acr122s,arygon,pn532_uart,pn53x_usb
%: %:
dh --with autoreconf $@ dh --with autoreconf $@