feat(删除多余文件): 删除多余文件

no

Log: no
Change-Id: Iae1e7dffbf4ae653c77094f535001f119c962c71
This commit is contained in:
He MingYang
2021-06-29 16:54:23 +08:00
committed by hemingyang
parent 2b62754b85
commit 93d0f89d71
3 changed files with 8 additions and 720 deletions

13
debian/rules vendored
View File

@ -1,14 +1,13 @@
#!/usr/bin/make -f
include /usr/share/dpkg/default.mk
export QT_SELECT=5
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
include /usr/share/dpkg/default.mk
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DAPP_VERSION=$(DEB_VERSION_UPSTREAM) -DVERSION=$(DEB_VERSION_UPSTREAM) LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) DH_AUTO_ARGS = --parallel --buildsystem=cmake
override_dh_auto_configure:
qmake
dh_auto_configure -- VERSION=$(VERSION) LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) DEFINES+="VERSION=$(DEB_VERSION_UPSTREAM)"