Skip to content

Commit e985e0c

Browse files
committed
mark Debian package as Depends & Conflicts: mail-transport-agent
Helpful on Proxmox where pve-manager depends on mail-transport-agent, and you want to use forward-as-attachment-mta to replace their Postfix.
1 parent fe28180 commit e985e0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ whoami = "1.4.1"
2727
assets = [
2828
["target/release/forward-as-attachment-mta", "/usr/sbin/sendmail", "6755"],
2929
]
30+
conflicts = "mail-transport-agent"
31+
provides = "mail-transport-agent"
32+
revision = "2"

0 commit comments

Comments
 (0)