* 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
|
||||
Priority: extra
|
||||
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
|
||||
Homepage: https://github.com/clowwindy/shadowsocks
|
||||
Vcs-Git: git://github.com/shell909090/shadowsocks.git
|
||||
|
@ -10,7 +10,8 @@ Vcs-Browser: http://github.com/shell909090/shadowsocks
|
|||
|
||||
Package: shadowsocks
|
||||
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
|
||||
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
|
||||
# -*- makefile -*-
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@ --with python2 --buildsystem=python_distutils
|
||||
|
|
Loading…
Reference in a new issue