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

d/control: d/rules: explicitly specify depends so python3-dns alternate depends is provided

parent d4cfaaf3
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,10 @@ dkimpy-milter (1.2.0-1) UNRELEASED; urgency=medium ...@@ -10,8 +10,10 @@ dkimpy-milter (1.2.0-1) UNRELEASED; urgency=medium
* Add new patch from upstream to fix dkimpy-milter.conf install location * Add new patch from upstream to fix dkimpy-milter.conf install location
* Add d/maintscript to move dkimpy-milter.conf to new location * Add d/maintscript to move dkimpy-milter.conf to new location
* Bump minimum version requirements for python3-dkim and python3-dnspython * Bump minimum version requirements for python3-dkim and python3-dnspython
* d/control: d/rules: explicitly specify depends so python3-dns alternate
depends is provided
-- Scott Kitterman <scott@kitterman.com> Sat, 04 Jan 2020 14:08:21 -0500 -- Scott Kitterman <scott@kitterman.com> Sat, 04 Jan 2020 14:39:07 -0500
dkimpy-milter (1.1.4-1) unstable; urgency=medium dkimpy-milter (1.1.4-1) unstable; urgency=medium
......
...@@ -19,7 +19,15 @@ Vcs-Browser: https://salsa.debian.org/python-team/applications/dkimpy-milter ...@@ -19,7 +19,15 @@ Vcs-Browser: https://salsa.debian.org/python-team/applications/dkimpy-milter
Package: dkimpy-milter Package: dkimpy-milter
Architecture: all Architecture: all
Depends: adduser, ${python3:Depends}, ${misc:Depends} Depends: adduser,
python3-authres (>= 1.1),
python3-dkim (>= 1.0),
python3-dnspython (>=1.16.0) | python3-dns,
python3-milter,
python3-nacl,
python3-pkg-resources,
${misc:Depends},
${python3:Depends}
Suggests: lsb-base, sendmail | postfix Suggests: lsb-base, sendmail | postfix
Enhances: postfix, sendmail Enhances: postfix, sendmail
Description: DomainKeys Identified Mail (DKIM) milter in Python Description: DomainKeys Identified Mail (DKIM) milter in Python
......
...@@ -24,7 +24,7 @@ override_dh_auto_install: ...@@ -24,7 +24,7 @@ override_dh_auto_install:
rm -rf debian/dkimpy-milter/usr/etc rm -rf debian/dkimpy-milter/usr/etc
override_dh_python3: override_dh_python3:
dh_python3 -p dkimpy-milter dh_python3 --no-guessing-deps -v -p dkimpy-milter
override_dh_auto_clean: override_dh_auto_clean:
python3 setup.py expand python3 setup.py expand
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment