File tree 4 files changed +10
-7
lines changed
4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Depends:
20
20
python3:any,
21
21
python3-cryptography,
22
22
python3-openssl,
23
- python3-twisted-core ,
23
+ python3-twisted,
24
24
tor
25
25
Description: Tor2web proxy.
26
26
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:
14
14
override_dh_python2 :
15
15
dh_python2 --no-guessing-deps --no-guessing-versions
16
16
17
+ override_dh_python_3 :
18
+ dh_python3 --no-guessing-deps
19
+
17
20
override_dh_installinit :
18
21
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
2
2
tar-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
2
2
3
3
tar-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