Browse Source

* issue with package

auth
Shell.Xu 10 years ago
parent
commit
6d16175636
  1. 5
      debian/control
  2. 3
      debian/rules

5
debian/control

@ -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

@ -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…
Cancel
Save