proxmox-backup-qemu/debian/rules
Thomas Lamprecht 5403a71b2f buildsys: patch out unused dependencies from library
mirrors the changes from proxmox-backup commit
198ebc6c86380351662b8b01537f449538ff1e6b [0]

[0]: https://git.proxmox.com/?p=proxmox-backup.git;a=commit;h=198ebc6c86380351662b8b01537f449538ff1e6b

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-02-12 12:37:35 +01:00

15 lines
327 B
Makefile
Executable File

#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#DH_VERBOSE = 1
export BUILD_MODE=skip
%:
dh $@
override_dh_strip:
dh_strip
debian/scripts/elf-strip-unused-dependencies.sh \
"debian/libproxmox-backup-qemu0/usr/lib/libproxmox_backup_qemu.so.0"