From 28b6bc186fe3eaa153b25e714b31c26643557206 Mon Sep 17 00:00:00 2001 From: XLion Date: Mon, 7 Oct 2024 21:46:25 +0800 Subject: [PATCH] Add `Section` to Debian control (#9584) --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index 3ad206ab1..201766b3e 100755 --- a/build.py +++ b/build.py @@ -283,6 +283,7 @@ def generate_control_file(version): system2('/bin/rm -rf %s' % control_file_path) content = """Package: rustdesk +Section: net Version: %s Architecture: %s Maintainer: rustdesk