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

4
debian/control vendored
View File

@ -2,9 +2,9 @@ Source: deepin-ocr
Section: utils
Priority: optional
Maintainer: Deepin Packages Builder <packages@deepin.com>
Build-Depends: debhelper (>= 11), cmake, qtbase5-dev, pkg-config,libdtkwidget-dev,libleptonica-dev,libtesseract-dev ,qttools5-dev-tools,qttools5-dev
Build-Depends: debhelper (>= 11), qt5-qmake, qtbase5-dev, pkg-config,libdtkwidget-dev,libleptonica-dev,libtesseract-dev ,qttools5-dev-tools,qttools5-dev
Standards-Version: 4.1.3
Homepage: http://www.deepin.org
Homepage: http://www.deepin.org/
Package: deepin-ocr
Architecture: any

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)"