diff --git a/debian/rules b/debian/rules index b8cd4ae..73cb02a 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all dh $@ override_dh_auto_configure: - dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS) --with-systemdsystemunitdir=/lib/systemd/system --enable-usbdropdir=/usr/lib/pcsc/drivers --enable-ipcdir=/run/pcscd $(shell dpkg-buildflags --export=configure) + dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS) \ + --with-systemdsystemunitdir=/lib/systemd/system \ + --enable-usbdropdir=/usr/lib/pcsc/drivers \ + --enable-ipcdir=/run/pcscd \ + $(shell dpkg-buildflags --export=configure) ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes) $(DEB_HOST_ARCH), yes i386) skip_packages = -Npcscd