Skip to content

Commit 33f8ed6

Browse files
chore: update build dependencies in debian/control (#61)
* chore: update build dependencies in debian/control - Added a missing comma for libdtk6ocr-dev in the build dependencies list to ensure proper parsing. * chore(version): bump version to 6.5.3
1 parent c6397bd commit 33f8ed6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
deepin-ocr (6.5.3) unstable; urgency=medium
2+
3+
* chore: update build dependencies in debian/control
4+
5+
-- dengzhongyuan <dengzhongyuan@uniontech.com> Thu, 19 Jun 2025 22:17:22 +0800
6+
17
deepin-ocr (6.5.2) unstable; urgency=medium
28

39
* chore: update build dependencies and CMake configuration

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 11),
99
qt6-tools-dev,
1010
qt6-tools-dev-tools,
1111
libdtk6widget-dev,
12-
libdtk6ocr-dev
12+
libdtk6ocr-dev,
1313
libncnn-dev,
1414
libopencv-mobile-dev
1515
Standards-Version: 4.1.3

linglong.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
id: org.deepin.ocr
33
name: "deepin-ocr"
4-
version: 6.5.1.1
4+
version: 6.5.2.1
55
kind: app
66
description: |
77
Ocr is a text recognition software.

0 commit comments

Comments
 (0)