Skip to content
Snippets Groups Projects
Commit 933cb561 authored by Scott Kitterman's avatar Scott Kitterman
Browse files

Set minimum python3-milter and python3-dkim versions per upstream

parent cb5f5c76
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ dkimpy-milter (1.2.3-1) unstable; urgency=medium ...@@ -17,6 +17,7 @@ dkimpy-milter (1.2.3-1) unstable; urgency=medium
* Drop alternate build-depends/depends on python3-dns - dnspython is a * Drop alternate build-depends/depends on python3-dns - dnspython is a
better choice now better choice now
* Bump standards-version to 4.6.2 without further change * Bump standards-version to 4.6.2 without further change
* Set minimum python3-milter and python3-dkim versions per upstream
-- Scott Kitterman <scott@kitterman.com> Sun, 26 Feb 2023 20:39:43 -0500 -- Scott Kitterman <scott@kitterman.com> Sun, 26 Feb 2023 20:39:43 -0500
......
...@@ -7,9 +7,9 @@ Build-Depends: debhelper-compat (= 13), ...@@ -7,9 +7,9 @@ Build-Depends: debhelper-compat (= 13),
dh-python, dh-python,
python3, python3,
python3-authres, python3-authres,
python3-dkim (>= 1.0), python3-dkim (>= 1.1),
python3-dnspython, python3-dnspython,
python3-milter, python3-milter (>= 1.0.5),
python3-nacl, python3-nacl,
python3-setuptools python3-setuptools
Standards-Version: 4.6.2 Standards-Version: 4.6.2
...@@ -22,9 +22,9 @@ Architecture: all ...@@ -22,9 +22,9 @@ Architecture: all
Pre-Depends: ${misc:Pre-Depends} Pre-Depends: ${misc:Pre-Depends}
Depends: adduser, Depends: adduser,
python3-authres, python3-authres,
python3-dkim (>= 1.0), python3-dkim (>= 1.1),
python3-dnspython, python3-dnspython,
python3-milter, python3-milter (>= 1.0.5),
python3-nacl, python3-nacl,
python3-pkg-resources, python3-pkg-resources,
${misc:Depends}, ${misc:Depends},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment