otherwise someone copy the repo from local computer and add to other repo as depend source , will encounter:
No rule to make target 'ss-nat', needed by 'all-am'. Stop.
to reproduce this error:
git clone https://github.com/shadowsocks/shadowsocks-libev.git
cd my_exist_repo
cp -rv ../shadowsocks-libev ./
rm -rf ./shadowsocks-libev/.git
git add ./shadowsocks-libev #now the src/ss-nat will silently be ignored ...
Changes:
- Add license of manpages to copyright
- Change way to handle config file (config.json)
- Add lintian-overrides
- Rename/Update docs and install file
* Add 'tunnel_address' support for json config parser
And allow ss-tunnel to use the newly introduced parser.
Signed-off-by: Adam Anonymous <anonymous_temp_user@yahoo.co.jp>
* Add "mode" support for jconf
Now jconf supports "mode" setting, allowed values are "tcp_only",
"tcp_and_udp" and "udp_only".
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Use jconf "mode" for server/local/tunnel/manager
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Add per-project vimrc to gitignore
As the coding style differs from kernel and other projects, so such
project vimrc should be helpful.
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Doc: Introduce asciidoc based documentation framework
Use asciidoc for new documentation framework, which could not only
output man pages, but also htmls.
And asciidoc documentation is much more human-readable than roff man
pages.
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Doc: Convert shadowsocks-libev man page to asciidoc
The port to asciidoc has some format change compared to old one.
The most obvious one is the options listed in SYNOPSIS.
Now the options list is not split into 2/3 columns, or we must use
asciidoc tables and introduce table frames.
Other small change includes the removal of AUTHOR sector, as it's not
an expendable method to update AUTHOR sector every time it gets updated.
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Doc: Convert ss-local man page to asciidoc
Also modify gitignore, since it use too generic rules to ignore such
documentation.
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Doc: Convert ss-manager man page to asciidoc
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Doc: Convert ss-nat man page to asciidoc
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Doc: Convert ss-redir man page to asciidoc
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Doc: Convert ss-server man page to asciidoc
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Doc: Convert ss-tunnel man page to asciidoc
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Doc: Remove old roff man pages
Welcome to the new age of asciidoc.
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Doc: Add equivalent tables for command line options and config file
Now user can get a more clear view of config file and command line
options.
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Add 'tunnel_address' support for json config parser
And allow ss-tunnel to use the newly introduced parser.
Signed-off-by: Adam Anonymous <anonymous_temp_user@yahoo.co.jp>
* Add "mode" support for jconf
Now jconf supports "mode" setting, allowed values are "tcp_only",
"tcp_and_udp" and "udp_only".
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Use jconf "mode" for server/local/tunnel/manager
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
* Add per-project vimrc to gitignore
As the coding style differs from kernel and other projects, so such
project vimrc should be helpful.
Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
A few itmes deserve to be mentioned:
- use apg to generate random password when install.
- generated password won't get updated when upgrading / reinstall.
- add more to description to make lintian happy.
- generated Makefile.am don't need to be listed in debian/copyright.
- the way of installing systemd service is changed. Thanks to advice
from Boyuan.
- multi-arch can be archived without specific setting in debian/rules
- add debian/watch file