Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dkimpy-arc-milter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
thirdparty
dkimpy-arc-milter
Commits
2d6c853a
Commit
2d6c853a
authored
5 years ago
by
Scott Kitterman
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+3
-1
3 additions, 1 deletion
debian/changelog
debian/control
+9
-1
9 additions, 1 deletion
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
13 additions
and
3 deletions
debian/changelog
+
3
−
1
View file @
2d6c853a
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
9
−
1
View file @
2d6c853a
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
2d6c853a
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment