drop proxmox-backup-debug package, use server package instead

The datastore/backup debug helpers should always be available, they
can help a lot in dire times, so making them available directly via
the server package (alongside the manager CLI tool) is nicer for the
user.

Additionally, building a package can be quite time consuming in this
repo, as some tools like dwarves and other debug symbol stuff has to
scan the quite big rust binaries. So dropping a binary package shaves
of a noticeable bit of build time too.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2021-09-08 08:59:51 +02:00
parent cdc83c4eb2
commit 67d00d5c0e
5 changed files with 3 additions and 13 deletions

7
debian/control vendored
View File

@ -175,10 +175,3 @@ Description: Proxmox Backup single file restore tools for pxar and block device
This package contains the Proxmox Backup single file restore client for
restoring individual files and folders from both host/container and VM/block
device backups. It includes a block device restore driver using QEMU.
Package: proxmox-backup-debug
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Description: Proxmox Backup debug tool
Provides a tool to inspect the files of a Proxmox Backup datastore.