fix: debian package script
This commit is contained in:
parent
3934b62cf0
commit
6dcc09efb8
|
@ -5,13 +5,4 @@ export QT_SELECT=qt5
|
|||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
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
|
||||
dh ${@} --buildsystem qmake
|
Loading…
Reference in New Issue