shadowsocks / shadowsocks-rust

A Rust port of shadowsocks
https://shadowsocks.org/
MIT License
8.71k stars 1.19k forks source link

debian: fixup debian packaging build scripts #1722

Closed mesher2024 closed 1 month ago

mesher2024 commented 1 month ago
  1. Fix up multiple warnings caused by compact level (#1697).
  2. Replace nobody user in shadowsocks-rust.service unit file with DynamicUser, add DynamicUser in shadowsocks-rust-server@.service and shadowsocks-rust-local@.service unit file.
  3. Fix up postinst Dash script error caused by Bash string manipulation, replace it with sed script.
mesher2024 commented 1 month ago
  1. Remove dependency on pwgen in debian/control (#1702 ).