shadowsocks-rust 1.13.3

shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
Documentation
#!/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 $@