File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Depends:
2020 python3:any,
2121 python3-cryptography,
2222 python3-openssl,
23- python3-twisted-core ,
23+ python3-twisted,
2424 tor
2525Description: Tor2web proxy.
2626 Tor2web is an HTTP proxy software that enables access to
Original file line number Diff line number Diff line change @@ -14,5 +14,8 @@ override_dh_install:
1414override_dh_python2 :
1515 dh_python2 --no-guessing-deps --no-guessing-versions
1616
17+ override_dh_python_3 :
18+ dh_python3 --no-guessing-deps
19+
1720override_dh_installinit :
1821 dh_installinit --update-rcd-params=" defaults 99"
Original file line number Diff line number Diff line change 1- tar-ignore = Tor2web-3.0 /.git
1+ tar-ignore = Tor2web/.git
22tar-ignore = .gitignore
Original file line number Diff line number Diff line change 1- tar-ignore = Tor2web-3.0 /doc/_build
1+ tar-ignore = Tor2web/doc/_build
22
33tar-ignore = *.py[co]
4- tar-ignore = Tor2web-3.0 /*.egg
5- tar-ignore = Tor2web-3.0 /testing_dir
6- tar-ignore = Tor2web-3.0 /_trial_temp
7- tar-ignore = Tor2web-3.0 /.pybuild
4+ tar-ignore = Tor2web/*.egg
5+ tar-ignore = Tor2web/testing_dir
6+ tar-ignore = Tor2web/_trial_temp
7+ tar-ignore = Tor2web/.pybuild
You can’t perform that action at this time.
0 commit comments