diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 00000000..3dc7304a --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,5 @@ +shadowsocks-rust +debhelper-* +*.debhelper +files +*.substvars diff --git a/debian/changelog b/debian/changelog index 3ad6e7ae..478e5a77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ shadowsocks-rust (1.23.5) unstable; urgency=medium - #1966 Build `xdg` only on *nix platforms - #1968 Make `hickory-dns` truly optional + -- ty Fri, 04 Jul 2025 22:58:00 +0800 shadowsocks-rust (1.23.4) unstable; urgency=medium @@ -18,6 +19,8 @@ shadowsocks-rust (1.23.4) unstable; urgency=medium - shadowsocks/shadowsocks-android#3185 `local-dns`: Fixed skipping remote resolver for remote servers' names + -- ty Mon, 12 May 2025 23:29:00 +0800 + shadowsocks-rust (1.23.3) unstable; urgency=medium ## Features @@ -28,12 +31,16 @@ shadowsocks-rust (1.23.3) unstable; urgency=medium - Build feature `--full` won't report errors for targets that are not supported by `local-tun` and `local-redir`. + -- ty Sun, 11 May 2025 21:21:00 +0800 + shadowsocks-rust (1.23.2) unstable; urgency=medium ## Bug Fixes - #1940 `local-tun`: Fixes `panic` when resizing cached buffers + -- ty Fri, 25 Apr 2025 08:20:00 +0800 + shadowsocks-rust (1.23.1) unstable; urgency=medium ## Features @@ -47,6 +54,8 @@ shadowsocks-rust (1.23.1) unstable; urgency=medium - #1929 `outbound_bind_addr` for UDP sockets failed to `bind()` if it is an IPv4 address - Double check IPSK key length (AEAD-2022) when reading from configuration file + -- ty Mon, 21 Apr 2025 22:26:00 +0800 + shadowsocks-rust (1.23.0) unstable; urgency=medium ## Features, Breaking Changes @@ -66,6 +75,8 @@ shadowsocks-rust (1.23.0) unstable; urgency=medium - #1834 Shadowsocks entrance APIs has strongly typed errors + -- ty Wed, 19 Mar 2025 21:40:00 +0800 + shadowsocks-rust (1.22.0) unstable; urgency=medium ## Features, Breaking Changes @@ -575,7 +586,7 @@ shadowsocks-rust (1.12.2) unstable; urgency=medium - Removed direct dependency to [`mio`](https://crates.io/crates/mio), sending file descriptors through UDS now with [`sendfd`](https://crates.io/crates/sendfd). - -- ty Tue, 16 Nov 00:11:44 2021 +0800 + -- ty Tue, 16 Nov 2021 00:11:44 +0800 shadowsocks-rust (1.12.1) unstable; urgency=medium diff --git a/debian/control b/debian/control index ea233796..8a7b203a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: shadowsocks-rust Section: net Priority: optional Maintainer: Y. T. Chung -Build-Depends: debhelper (>=9), rustc, cargo, libcap2-bin [linux-any] +Build-Depends: debhelper (>=9), rustc, cargo Standards-Version: 3.9.6 Homepage: https://github.com/shadowsocks/shadowsocks-rust diff --git a/debian/rules b/debian/rules index fa9a6604..39c4942a 100755 --- a/debian/rules +++ b/debian/rules @@ -7,4 +7,4 @@ override_dh_auto_install: dh_auto_install -- TARGET=release PREFIX=/usr/bin %: - dh $@ + dh $@