remove archive keys from proxmox-mailgateway

and depend on proxmox-archive-keyring instead, which ships them for all
Proxmox products.

this commit mirrors cb0a97d1c0b52c3905b00b98652b8ead45c6cc31 from proxmox-ve

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2020-09-17 18:24:42 +02:00 committed by Thomas Lamprecht
parent 37684640f8
commit 065de7d613
11 changed files with 10 additions and 7 deletions

3
debian/control vendored
View File

@ -8,6 +8,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com>
Package: proxmox-mailgateway
Architecture: all
Depends: libc6,
proxmox-archive-keyring,
pve-kernel-5.4,
pve-kernel-helper,
pmg-api
@ -26,7 +27,7 @@ Description: Default Proxmox Kernel Headers
Package: proxmox-mailgateway-container
Architecture: all
Depends: libc6, pmg-api
Depends: libc6, pmg-api, proxmox-archive-keyring
Replaces: proxmox-mailgateway
Breaks: proxmox-mailgateway
Provides: proxmox-mailgateway

View File

@ -1 +0,0 @@
proxmox-mailgateway: package-installs-apt-keyring etc/apt/trusted.gpg.d/proxmox-ve-release-*

2
debian/postinst vendored
View File

@ -12,4 +12,6 @@ case "$1" in
;;
esac
#DEBHELPER#
exit 0

3
debian/postrm vendored
View File

@ -17,3 +17,6 @@ case "$1" in
;;
esac
#DEBHELPER#
exit 0

View File

@ -1,2 +0,0 @@
debian/proxmox-ve-release-5.x.gpg etc/apt/trusted.gpg.d/
debian/proxmox-ve-release-6.x.gpg etc/apt/trusted.gpg.d/

View File

@ -1 +0,0 @@
proxmox-mailgateway-container: package-installs-apt-keyring etc/apt/trusted.gpg.d/proxmox-ve-release-*

View File

@ -0,0 +1 @@
proxmox-mailgateway.maintscript

View File

@ -1,3 +1 @@
debian/proxmox-ve-release-5.x.gpg etc/apt/trusted.gpg.d/
debian/proxmox-ve-release-6.x.gpg etc/apt/trusted.gpg.d/
debian/grub/proxmox-mailgateway.cfg etc/default/grub.d/

View File

@ -0,0 +1,2 @@
rm_conffile /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg 6.2-2~~
rm_conffile /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg 6.2-2~~

Binary file not shown.

Binary file not shown.