Skip to content

Commit 1dc0eab

Browse files
committed
Apply minor fixes to debian packaging
1 parent 489551e commit 1dc0eab

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

debian/controlX/control.bionic

+1-1
Original file line numberDiff line numberDiff 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
2525
Description: Tor2web proxy.
2626
Tor2web is an HTTP proxy software that enables access to

debian/rules

+3
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ override_dh_install:
1414
override_dh_python2:
1515
dh_python2 --no-guessing-deps --no-guessing-versions
1616

17+
override_dh_python_3:
18+
dh_python3 --no-guessing-deps
19+
1720
override_dh_installinit:
1821
dh_installinit --update-rcd-params="defaults 99"

debian/source/local-options

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
tar-ignore = Tor2web-3.0/.git
1+
tar-ignore = Tor2web/.git
22
tar-ignore = .gitignore

debian/source/options

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
tar-ignore = Tor2web-3.0/doc/_build
1+
tar-ignore = Tor2web/doc/_build
22

33
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

0 commit comments

Comments
 (0)