diff --git a/debian/changelog b/debian/changelog index 71dafcfa7251..b5370dce525b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +shadowsocks-rust (1.6.8) unstable; urgency=medium + + * Upstream bump version. + + -- Simon Shi Wed, 08 Nov 2017 14:27:18 +0800 + shadowsocks-rust (1.6.6+deb1) unstable; urgency=medium * Add debian files. diff --git a/debian/control b/debian/control index ea86cd5039da..132e593a9cde 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,9 @@ Homepage: https://github.com/shadowsocks/shadowsocks-rust Package: shadowsocks-rust Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base Conflicts: shadowsocks -Description: Rust port of shadowsocks. - shadowsocks is a fast tunnel proxy that helps you bypass firewalls. +Description: Rust port of shadowsocks, a secure socks5 proxy + Shadowsocks is a fast tunnel proxy that helps you bypass firewalls. + Shadowsocks-rust was inspired by Shadowsock (in Python). It's rewritten + in rust. diff --git a/debian/copyright b/debian/copyright index 3500ec9d20ad..e9cb54c7fce9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,14 +1,13 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: shadowsocks-rust -Source: +Source: https://github.com/shadowsocks/shadowsocks-rust Files: * -Copyright: - +Copyright: 2014 Y. T. CHUNG License: MIT Files: debian/* -Copyright: 2017 Shigure Moe +Copyright: 2017 Simon Shi License: MIT License: MIT @@ -30,7 +29,3 @@ License: MIT TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. -# Please avoid picking licenses with terms that are more restrictive than the -# packaged work, as it may make Debian's contributions unacceptable upstream. diff --git a/debian/rules b/debian/rules index 4c2493987741..fa9a660425c6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,18 +1,4 @@ #!/usr/bin/make -f -# See debhelper(7) (uncomment to enable) -# output every command that modifies files on the build system. -export DH_VERBOSE = 1 - - -# see FEATURE AREAS in dpkg-buildflags(1) -export DEB_BUILD_MAINT_OPTIONS = hardening=+all - -# see ENVIRONMENT in dpkg-buildflags(1) -# package maintainers to append CFLAGS -#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -# package maintainers to append LDFLAGS -#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed - override_dh_auto_build: dh_auto_build -- TARGET=release @@ -20,13 +6,5 @@ override_dh_auto_build: override_dh_auto_install: dh_auto_install -- TARGET=release PREFIX=/usr/bin - %: dh $@ - - -# dh_make generated override targets -# This is example for Cmake (See https://bugs.debian.org/641051 ) -#override_dh_auto_configure: -# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) - diff --git a/debian/shadowsocks-rust-local@.service b/debian/shadowsocks-rust-local@.service index 4badd823bec7..44438c017b18 100644 --- a/debian/shadowsocks-rust-local@.service +++ b/debian/shadowsocks-rust-local@.service @@ -6,6 +6,7 @@ [Unit] Description=Shadowsocks-rust Custom Client Service for %I +Documentation=https://github.com/shadowsocks/shadowsocks-rust After=network.target [Service] diff --git a/debian/shadowsocks-rust-server@.service b/debian/shadowsocks-rust-server@.service index c7f245d01206..2295f7fe3946 100644 --- a/debian/shadowsocks-rust-server@.service +++ b/debian/shadowsocks-rust-server@.service @@ -6,6 +6,7 @@ [Unit] Description=Shadowsocks-rust Custom Server Service for %I +Documentation=https://github.com/shadowsocks/shadowsocks-rust After=network.target [Service] diff --git a/debian/shadowsocks-rust.service b/debian/shadowsocks-rust.service index e4f14ceffc8d..d80ee271d564 100644 --- a/debian/shadowsocks-rust.service +++ b/debian/shadowsocks-rust.service @@ -5,6 +5,7 @@ [Unit] Description=Shadowsocks-rust Default Server Service +Documentation=https://github.com/shadowsocks/shadowsocks-rust After=network.target [Service]