fix: debian package script
This commit is contained in:
parent
3934b62cf0
commit
6dcc09efb8
|
@ -6,12 +6,3 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem qmake
|
dh ${@} --buildsystem qmake
|
||||||
|
|
||||||
override_dh_auto_build:
|
|
||||||
dh_auto_build -O--buildsystem qmake
|
|
||||||
|
|
||||||
override_dh_auto_install:
|
|
||||||
dh_auto_install -O--buildsystem=qmake
|
|
||||||
dh_install debian/compiler_hint.lua usr/libexec/RedPandaCPP
|
|
||||||
|
|
||||||
endif
|
|
||||||
|
|
Loading…
Reference in New Issue