From 726f5c36b128d1b238f3af92e89efcf5840452a4 Mon Sep 17 00:00:00 2001 From: xiaoming <2014500726@smail.xtu.edu.cn> Date: Tue, 6 Feb 2024 11:24:27 +0800 Subject: [PATCH] Fix source name in control file Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn> --- dpkg/YUVviewer/DEBIAN/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpkg/YUVviewer/DEBIAN/control b/dpkg/YUVviewer/DEBIAN/control index 11695c2..35ab262 100755 --- a/dpkg/YUVviewer/DEBIAN/control +++ b/dpkg/YUVviewer/DEBIAN/control @@ -4,7 +4,7 @@ Architecture: amd64 Section: utils Depends: Recommends: -Source: YUVviewer +Source: yuvviewer Installed-Size: #SIZE# Priority: extra Maintainer: QQxiaoming <2014500726@smail.xtu.edu.cn> zhiliao007