chore: debian build fixes

This commit is contained in:
zonyitoo
2025-09-04 00:33:28 +08:00
parent 12118303f1
commit 19aac11049
4 changed files with 19 additions and 3 deletions

5
debian/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
shadowsocks-rust
debhelper-*
*.debhelper
files
*.substvars

13
debian/changelog vendored
View File

@@ -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 <zonyitoo@gmail.com> 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 <zonyitoo@gmail.com> 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 <zonyitoo@gmail.com> 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 <zonyitoo@gmail.com> 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 <zonyitoo@gmail.com> 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 <zonyitoo@gmail.com> 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 <zonyitoo@gmail.com> Tue, 16 Nov 00:11:44 2021 +0800
-- ty <zonyitoo@gmail.com> Tue, 16 Nov 2021 00:11:44 +0800
shadowsocks-rust (1.12.1) unstable; urgency=medium

2
debian/control vendored
View File

@@ -2,7 +2,7 @@ Source: shadowsocks-rust
Section: net
Priority: optional
Maintainer: Y. T. Chung <zonyitoo@gmail.com>
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

2
debian/rules vendored
View File

@@ -7,4 +7,4 @@ override_dh_auto_install:
dh_auto_install -- TARGET=release PREFIX=/usr/bin
%:
dh $@
dh $@