fix: debian package script

This commit is contained in:
Roy Qu 2024-03-07 16:38:08 +08:00
parent 3934b62cf0
commit 6dcc09efb8
1 changed files with 1 additions and 10 deletions

View File

@ -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