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:
2
Makefile
2
Makefile
@ -71,8 +71,6 @@ CLIENT_DEB=${PACKAGE}-client_${DEB_VERSION}_${ARCH}.deb
|
||||
CLIENT_DBG_DEB=${PACKAGE}-client-dbgsym_${DEB_VERSION}_${ARCH}.deb
|
||||
RESTORE_DEB=proxmox-backup-file-restore_${DEB_VERSION}_${ARCH}.deb
|
||||
RESTORE_DBG_DEB=proxmox-backup-file-restore-dbgsym_${DEB_VERSION}_${ARCH}.deb
|
||||
DEBUG_DEB=${PACKAGE}-debug_${DEB_VERSION}_${ARCH}.deb
|
||||
DEBUG_DBG_DEB=${PACKAGE}-debug-dbgsym_${DEB_VERSION}_${ARCH}.deb
|
||||
DOC_DEB=${PACKAGE}-docs_${DEB_VERSION}_all.deb
|
||||
|
||||
DEBS=${SERVER_DEB} ${SERVER_DBG_DEB} ${CLIENT_DEB} ${CLIENT_DBG_DEB} \
|
||||
|
Reference in New Issue
Block a user