Skip to content

Commit 19aac11

Browse files
committed
chore: debian build fixes
1 parent 1211830 commit 19aac11

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

debian/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
shadowsocks-rust
2+
debhelper-*
3+
*.debhelper
4+
files
5+
*.substvars

debian/changelog

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@ shadowsocks-rust (1.23.5) unstable; urgency=medium
1111
- #1966 Build `xdg` only on *nix platforms
1212
- #1968 Make `hickory-dns` truly optional
1313

14+
-- ty <[email protected]> Fri, 04 Jul 2025 22:58:00 +0800
1415

1516
shadowsocks-rust (1.23.4) unstable; urgency=medium
1617

1718
## Bug Fixes
1819

1920
- shadowsocks/shadowsocks-android#3185 `local-dns`: Fixed skipping remote resolver for remote servers' names
2021

22+
-- ty <[email protected]> Mon, 12 May 2025 23:29:00 +0800
23+
2124
shadowsocks-rust (1.23.3) unstable; urgency=medium
2225

2326
## Features
@@ -28,12 +31,16 @@ shadowsocks-rust (1.23.3) unstable; urgency=medium
2831

2932
- Build feature `--full` won't report errors for targets that are not supported by `local-tun` and `local-redir`.
3033

34+
-- ty <[email protected]> Sun, 11 May 2025 21:21:00 +0800
35+
3136
shadowsocks-rust (1.23.2) unstable; urgency=medium
3237

3338
## Bug Fixes
3439

3540
- #1940 `local-tun`: Fixes `panic` when resizing cached buffers
3641

42+
-- ty <[email protected]> Fri, 25 Apr 2025 08:20:00 +0800
43+
3744
shadowsocks-rust (1.23.1) unstable; urgency=medium
3845

3946
## Features
@@ -47,6 +54,8 @@ shadowsocks-rust (1.23.1) unstable; urgency=medium
4754
- #1929 `outbound_bind_addr` for UDP sockets failed to `bind()` if it is an IPv4 address
4855
- Double check IPSK key length (AEAD-2022) when reading from configuration file
4956

57+
-- ty <[email protected]> Mon, 21 Apr 2025 22:26:00 +0800
58+
5059
shadowsocks-rust (1.23.0) unstable; urgency=medium
5160

5261
## Features, Breaking Changes
@@ -66,6 +75,8 @@ shadowsocks-rust (1.23.0) unstable; urgency=medium
6675

6776
- #1834 Shadowsocks entrance APIs has strongly typed errors
6877

78+
-- ty <[email protected]> Wed, 19 Mar 2025 21:40:00 +0800
79+
6980
shadowsocks-rust (1.22.0) unstable; urgency=medium
7081

7182
## Features, Breaking Changes
@@ -575,7 +586,7 @@ shadowsocks-rust (1.12.2) unstable; urgency=medium
575586

576587
- Removed direct dependency to [`mio`](https://crates.io/crates/mio), sending file descriptors through UDS now with [`sendfd`](https://crates.io/crates/sendfd).
577588

578-
-- ty <[email protected]> Tue, 16 Nov 00:11:44 2021 +0800
589+
-- ty <[email protected]> Tue, 16 Nov 2021 00:11:44 +0800
579590

580591
shadowsocks-rust (1.12.1) unstable; urgency=medium
581592

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: shadowsocks-rust
22
Section: net
33
Priority: optional
44
Maintainer: Y. T. Chung <[email protected]>
5-
Build-Depends: debhelper (>=9), rustc, cargo, libcap2-bin [linux-any]
5+
Build-Depends: debhelper (>=9), rustc, cargo
66
Standards-Version: 3.9.6
77
Homepage: https://github.com/shadowsocks/shadowsocks-rust
88

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ override_dh_auto_install:
77
dh_auto_install -- TARGET=release PREFIX=/usr/bin
88

99
%:
10-
dh $@
10+
dh $@

0 commit comments

Comments
 (0)