Skip to content

Commit

Permalink
* issue with package
Browse files Browse the repository at this point in the history
  • Loading branch information
shell909090 committed Aug 25, 2014
1 parent fcdb1a3 commit 6d16175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ Source: shadowsocks
Section: python
Priority: extra
Maintainer: Shell.Xu <[email protected]>
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
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.
.
Expand Down
3 changes: 0 additions & 3 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6d16175

Please sign in to comment.