mirror of
https://git.proxmox.com/git/proxmox-mailgateway
synced 2025-04-28 20:37:06 +00:00
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:
parent
37684640f8
commit
065de7d613
3
debian/control
vendored
3
debian/control
vendored
@ -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
|
||||
|
1
debian/lintian-overrides
vendored
1
debian/lintian-overrides
vendored
@ -1 +0,0 @@
|
||||
proxmox-mailgateway: package-installs-apt-keyring etc/apt/trusted.gpg.d/proxmox-ve-release-*
|
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -12,4 +12,6 @@ case "$1" in
|
||||
;;
|
||||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
|
3
debian/postrm
vendored
3
debian/postrm
vendored
@ -17,3 +17,6 @@ case "$1" in
|
||||
;;
|
||||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
|
2
debian/proxmox-mailgateway-container.install
vendored
2
debian/proxmox-mailgateway-container.install
vendored
@ -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/
|
@ -1 +0,0 @@
|
||||
proxmox-mailgateway-container: package-installs-apt-keyring etc/apt/trusted.gpg.d/proxmox-ve-release-*
|
1
debian/proxmox-mailgateway-container.maintscript
vendored
Symbolic link
1
debian/proxmox-mailgateway-container.maintscript
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
proxmox-mailgateway.maintscript
|
2
debian/proxmox-mailgateway.install
vendored
2
debian/proxmox-mailgateway.install
vendored
@ -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/
|
||||
|
2
debian/proxmox-mailgateway.maintscript
vendored
Normal file
2
debian/proxmox-mailgateway.maintscript
vendored
Normal 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~~
|
BIN
debian/proxmox-ve-release-5.x.gpg
vendored
BIN
debian/proxmox-ve-release-5.x.gpg
vendored
Binary file not shown.
BIN
debian/proxmox-ve-release-6.x.gpg
vendored
BIN
debian/proxmox-ve-release-6.x.gpg
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user