From 0458c8e24e1b369ba9f7eb7d00e7c6dfc334c2cd Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 10 Jan 2013 23:57:12 +0100 Subject: [PATCH] debian/rules: don't enable debug by default anymore as it can be done easily at runtime with LIBNFC_LOG_LEVEL --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6f37b9f..09be23b 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ override_dh_installchangelogs: override_dh_auto_configure: # 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 $@