diff options
author | RustDesk <[email protected]> | 2022-07-25 23:05:17 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-25 23:05:17 +0800 |
commit | 8c477c8cd04a12d02fc69849a3a337c011179fda (patch) | |
tree | 0efc41efdb77fb621d738a7d9576e9c190dd3e2f | |
parent | dbab22cbbcc51e5c188e76d4bffdcc331fab7e55 (diff) | |
parent | ccc870de77ac1feeac8e93fd9ddd24be70740f98 (diff) | |
download | rustdesk-server-8c477c8cd04a12d02fc69849a3a337c011179fda.tar.gz rustdesk-server-8c477c8cd04a12d02fc69849a3a337c011179fda.zip |
Merge pull request #72 from paspo/debian
debian support
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -287,5 +287,5 @@ These packages are meant for the following distributions: - Ubuntu 22.04 LTS - Ubuntu 20.04 LTS - Ubuntu 18.04 LTS - -Debian is currently not supported. +- Debian 11 bullseye +- Debian 10 buster diff --git a/debian/rules b/debian/rules index cbe925d..483d681 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,6 @@ #!/usr/bin/make -f %: dh $@ + +override_dh_builddeb: + dh_builddeb -- -Zgzip |