debian/rules: build in parallel

This commit is contained in:
Ludovic Rousseau 2014-01-18 14:12:34 +00:00
parent 4e9287ac74
commit 0c7334c911
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
pcsc-lite (1.8.10-2) unstable; urgency=low
* debian/watch: update URL
* debian/rules: build in parallel
-- Ludovic Rousseau <rousseau@debian.org> Sat, 18 Jan 2014 14:00:39 +0000

2
debian/rules vendored
View File

@ -6,7 +6,7 @@ ifeq ($(DEB_HOST_ARCH_OS),hurd)
endif
%:
dh $@ --with=systemd
dh $@ --with=systemd --parallel
override_dh_auto_configure:
dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS) --with-systemdsystemunitdir=/lib/systemd/system --enable-usbdropdir=/usr/lib/pcsc/drivers $(shell dpkg-buildflags --export=configure)