mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
set debhelper compat to 10 for parallel build support
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
bcc5cf8b19
commit
86a4f2c406
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
9
|
||||
10
|
|
@ -5,7 +5,7 @@
|
|||
export LD_LIBRARY_PATH := $(shell pwd)/obj-$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)/lib:$(LD_LIBRARY_PATH)
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh $@ --parallel
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- -Wno-dev \
|
||||
|
|
Loading…
Add table
Reference in a new issue