Allow parallel builds

Invoke dh with --parallel to allow parallel builds.
This commit is contained in:
Tino Mettler 2014-02-21 09:29:13 +01:00
parent 4686d27650
commit c06a67d02f

2
debian/rules vendored
View file

@ -15,7 +15,7 @@ export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@
dh $@ --parallel
override_dh_auto_install:
make install DESTDIR=$(CURDIR)/debian/tmp