From 4d2fe1f10dcb96ebc9685f075403fca083c83b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E5=96=9D=E7=83=AB=E6=B0=B4?= Date: Wed, 11 Sep 2024 17:26:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?debian=EF=BC=9A=E9=80=82=E9=85=8D=E4=BC=98?= =?UTF-8?q?=E9=BA=92=E9=BA=9F=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=BA=86control?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84=E5=AE=89=E8=A3=85=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=92=8C=E7=BC=96=E8=AF=91=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 8eb6616..6c915eb 100644 --- a/debian/control +++ b/debian/control @@ -10,14 +10,13 @@ Build-Depends: debhelper-compat (= 12), libpoppler-cpp-dev, libopencv-dev, libglib2.0-dev, - onnxruntime + libonnxruntime-dev Standards-Version: 4.4.1 Homepage: https://www.ukui.org/ Package: kylin-ai-business-framework-service Architecture: amd64 arm64 Depends: ${misc:Depends}, ${shlibs:Depends}, - onnxruntime, python3-venv, python3-pip Description: kylin ai business framework service. -- Gitee From 18dde693e5651b2d7d13c80b19828b3281bb988a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E5=96=9D=E7=83=AB=E6=B0=B4?= Date: Wed, 11 Sep 2024 17:27:26 +0800 Subject: [PATCH 2/2] =?UTF-8?q?debian=EF=BC=9A=E9=80=82=E9=85=8D=E4=BC=98?= =?UTF-8?q?=E9=BA=92=E9=BA=9F=E7=89=88=E6=9C=AC=EF=BC=8C=E6=9B=B4=E6=96=B0?= =?UTF-8?q?changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4ef1972..4df7115 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kylin-ai-business-framework-service (1.0.0.0-ok0.12) nile; urgency=medium + + * 为适配优麒麟,修改了control文件中的安装依赖和版本依赖 + + -- wangzhijie Wed, 11 Sep 2024 17:24:52 +0800 + kylin-ai-business-framework-service (1.0.0.0-ok0.11) nile; urgency=medium * 修复ai搜索中处理大图片导致程序崩溃的问题 -- Gitee