mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 15:57:01 +08:00
Enable parallel compilation for deb
This commit is contained in:
@@ -29,7 +29,7 @@ TARBALL = ../$(PKG)_$(VER)$(DTYPE).orig.tar.xz
|
||||
|
||||
# main packaging script based on dh7 syntax
|
||||
%:
|
||||
dh $@ --sourcedirectory=src --with quilt,python2,python3
|
||||
dh $@ --sourcedirectory=src --parallel --with quilt,python2,python3
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
|
Reference in New Issue
Block a user