shadowsocks-rust 1.24.0

shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
Documentation
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

override_dh_auto_build:
	dh_auto_build -- TARGET=release

override_dh_auto_install:
	dh_auto_install -- TARGET=release PREFIX=/usr/bin

%:
	dh $@