remove archive keys from proxmox-backup meta package

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

Else we got conflicts if one wanted to install PBS and PVE alongside.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-09-17 17:18:42 +02:00
parent 6cbf6f54c8
commit bee3e324d9
7 changed files with 10 additions and 9 deletions

8
debian/control vendored
View File

@ -1,17 +1,17 @@
Source: proxmox-backup Source: proxmox-backup
Section: admin Section: admin
Priority: optional Priority: optional
Build-Depends: debhelper (>=12~), Build-Depends: debhelper (>=12~), lintian
lintian
Maintainer: Proxmox Support Team <support@proxmox.com> Maintainer: Proxmox Support Team <support@proxmox.com>
Package: proxmox-backup Package: proxmox-backup
Architecture: all Architecture: all
Depends: libc6, Depends: libc6,
proxmox-archive-keyring,
proxmox-backup-client,
proxmox-backup-server,
pve-kernel-5.4, pve-kernel-5.4,
pve-kernel-helper, pve-kernel-helper,
proxmox-backup-server,
proxmox-backup-client,
Description: Proxmox Backup Server metapackage Description: Proxmox Backup Server metapackage
This is a meta package which will install everything needed to run a This is a meta package which will install everything needed to run a
Proxmox Backup server. This package also depends on the latest Proxmox Backup server. This package also depends on the latest

2
debian/postinst vendored
View File

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

1
debian/postrm vendored
View File

@ -17,3 +17,4 @@ case "$1" in
;; ;;
esac esac
#DEBHELPER#

View File

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

View File

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

Binary file not shown.