* issue with package
This commit is contained in:
parent
fcdb1a3402
commit
6d16175636
2 changed files with 3 additions and 5 deletions
5
debian/control
vendored
5
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: shadowsocks
|
||||||
Section: python
|
Section: python
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Shell.Xu <shell909090@gmail.com>
|
Maintainer: Shell.Xu <shell909090@gmail.com>
|
||||||
Build-Depends: debhelper (>= 8), python, python-setuptools
|
Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python-setuptools
|
||||||
Standards-Version: 3.9.4
|
Standards-Version: 3.9.4
|
||||||
Homepage: https://github.com/clowwindy/shadowsocks
|
Homepage: https://github.com/clowwindy/shadowsocks
|
||||||
Vcs-Git: git://github.com/shell909090/shadowsocks.git
|
Vcs-Git: git://github.com/shell909090/shadowsocks.git
|
||||||
|
@ -10,7 +10,8 @@ Vcs-Browser: http://github.com/shell909090/shadowsocks
|
||||||
|
|
||||||
Package: shadowsocks
|
Package: shadowsocks
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-setuptools, python-m2crypto
|
Pre-Depends: dpkg (>= 1.15.6~)
|
||||||
|
Depends: ${misc:Depends}, ${python:Depends}, python-setuptools, python-m2crypto
|
||||||
Description: Fast tunnel proxy that helps you bypass firewalls
|
Description: Fast tunnel proxy that helps you bypass firewalls
|
||||||
A secure socks5 proxy, designed to protect your Internet traffic.
|
A secure socks5 proxy, designed to protect your Internet traffic.
|
||||||
.
|
.
|
||||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -1,8 +1,5 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
# -*- makefile -*-
|
# -*- makefile -*-
|
||||||
|
|
||||||
# Uncomment this to turn on verbose mode.
|
|
||||||
#export DH_VERBOSE=1
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python2 --buildsystem=python_distutils
|
dh $@ --with python2 --buildsystem=python_distutils
|
||||||
|
|
Loading…
Reference in a new issue