From 4b1b53192957c1b98d8c439831e663f3a1332815 Mon Sep 17 00:00:00 2001 From: shenmo Date: Fri, 10 Mar 2023 04:50:11 +0000 Subject: [PATCH 1/2] update debian/control. Signed-off-by: shenmo --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 89975ce..c1ac696 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Package: com.github.ccc-app-manager Priority: optional Section: unknown Maintainer: keke <243768648@qq.com> -Architecture: amd64 +Architecture: any Version: 0.0.4 Depends: libc6 (>= 2.28), libgcc1 (>= 1:3.4), libgl1, libqt5core5a (>= 5.11.0~rc1), libqt5gui5 (>= 5.8.0), libqt5network5 (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libdtkcore5 (>= 5.4), libdtkgui5 (>= 5.4), libdtkwidget5 (>= 5.4) Build-Depends: debhelper (>= 11), -- Gitee From 19713cda5797b4987be2fff84a9143f7d91b31d8 Mon Sep 17 00:00:00 2001 From: shenmo Date: Fri, 10 Mar 2023 04:50:24 +0000 Subject: [PATCH 2/2] update debian/changelog. Signed-off-by: shenmo --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index befb82c..ef2c2cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -com.github.ccc-app-manager (0.0.7) unstable; urgency=medium +com.github.ccc-app-manager (0.0.8) unstable; urgency=medium * Initial release (Closes: #nnnn) -- Gitee