diff options
author | Paolo Asperti <[email protected]> | 2022-07-21 12:05:52 +0200 |
---|---|---|
committer | Paolo Asperti <[email protected]> | 2022-07-21 12:05:52 +0200 |
commit | a98d32268504b7c53ba3c513a80a4f8bc6d65e84 (patch) | |
tree | a12efd6f2cba84553d4e808e86b8c368cd7fc361 | |
parent | 670fb87ee11e74338214c010a8eb4ab125664bfe (diff) | |
download | rustdesk-server-a98d32268504b7c53ba3c513a80a4f8bc6d65e84.tar.gz rustdesk-server-a98d32268504b7c53ba3c513a80a4f8bc6d65e84.zip |
deb package build for rustdesk-utils
-rw-r--r-- | .github/workflows/build.yaml | 2 | ||||
-rw-r--r-- | debian/control.tpl | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a757901..06c8dd7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -341,4 +341,4 @@ jobs: files: | debian-build/rustdesk-server-hbbr_*_${{ matrix.job.debian_platform }}.deb debian-build/rustdesk-server-hbbs_*_${{ matrix.job.debian_platform }}.deb -# debian-build/rustdesk-server-utils_*_${{ matrix.job.debian_platform }}.deb + debian-build/rustdesk-server-utils_*_${{ matrix.job.debian_platform }}.deb diff --git a/debian/control.tpl b/debian/control.tpl index 858fae0..f83460f 100644 --- a/debian/control.tpl +++ b/debian/control.tpl @@ -19,9 +19,9 @@ Description: RustDesk server Self-host your own RustDesk server, it is free and open source. This package contains the RustDesk relay server. -# Package: rustdesk-server-utils -# Architecture: {{ ARCH }} -# Depends: ${misc:Depends} -# Description: RustDesk server -# Self-host your own RustDesk server, it is free and open source. -# This package contains the rustdesk-utils binary. +Package: rustdesk-server-utils +Architecture: {{ ARCH }} +Depends: ${misc:Depends} +Description: RustDesk server + Self-host your own RustDesk server, it is free and open source. + This package contains the rustdesk-utils binary. |