Skip to content

Commit

Permalink
add missinc libc6 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Apr 13, 2024
1 parent 49a16ac commit 4beac52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/control.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ Homepage: https://rustdesk.com/

Package: rustdesk-server-hbbs
Architecture: {{ ARCH }}
Depends: systemd ${misc:Depends}
Depends: libc6, systemd ${misc:Depends}
Description: RustDesk server
Self-host your own RustDesk server, it is free and open source.

Package: rustdesk-server-hbbr
Architecture: {{ ARCH }}
Depends: systemd ${misc:Depends}
Depends: libc6, systemd ${misc:Depends}
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}
Depends: libc6 ${misc:Depends}
Description: RustDesk server
Self-host your own RustDesk server, it is free and open source.
This package contains the rustdesk-utils binary.

0 comments on commit 4beac52

Please sign in to comment.