mirror of
https://git.proxmox.com/git/proxmox-backup-qemu
synced 2026-02-01 15:14:26 +00:00
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>
15 lines
327 B
Makefile
Executable File
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"
|