Skip to content

Commit

Permalink
some adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
mIcHyAmRaNe committed Jul 9, 2024
1 parent 519b1be commit a7e80a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
5 changes: 3 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ Source: okadminfinder
Maintainer: mIcHy AmRaNe <[email protected]>
Section: utils
Priority: optional
Build-Depends: python3-setuptools, python3-all, debhelper (>= 9)
Standards-Version: 3.9.1
Build-Depends: debhelper (>= 10), dh-python, python3-setuptools, python3-all
Standards-Version: 4.1.1
X-Python3-Version: >= 3.7
Homepage: https://michyamrane.github.io/tools/okadminfinder/

Package: okadminfinder
Expand Down
2 changes: 1 addition & 1 deletion debian/okadminfinder/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Version: 1.1.0-1
Architecture: all
Maintainer: mIcHy AmRaNe <[email protected]>
Installed-Size: 188
Depends: python3 (>= 3.2), python3-colorama, python3-httpx, python3-tqdm, python3-trio, python3:any, python3-socksio, tor
Depends: python3 (>= 3.2), python3-colorama, python3-httpx, python3-tqdm, python3-trio, python3:any (>= 3.7~), python3-socksio, tor
Section: utils
Priority: optional
Homepage: https://michyamrane.github.io/tools/okadminfinder/
Expand Down
4 changes: 2 additions & 2 deletions debian/okadminfinder/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ set -e

# Automatically added by dh_python3
if command -v py3compile >/dev/null 2>&1; then
py3compile -p okadminfinder
py3compile -p okadminfinder -V 3.7-
fi
if command -v pypy3compile >/dev/null 2>&1; then
pypy3compile -p okadminfinder || true
pypy3compile -p okadminfinder -V 3.7- || true
fi

# End automatically added section
5 changes: 2 additions & 3 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ override_dh_auto_install:
override_dh_installman:
dh_installman debian/res/okadminfinder.1

override_dh_python2:
dh_python2 --no-guessing-versions

override_dh_python3:
dh_python3

0 comments on commit a7e80a3

Please sign in to comment.