1
0
Fork 0
lzd/debian/rules
Daniel Baumann f12133395c
Building with hardening build options.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-20 14:59:20 +01:00

17 lines
349 B
Makefile
Executable file

#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh ${@} --parallel
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lzd
# alternative handling
mv debian/lzd/usr/bin/lzd debian/lzd/usr/bin/lzip.lzd
ln -s /usr/bin/lzip.lzd debian/lzd/usr/bin/lzd
override_dh_strip:
dh_strip --dbg-package=lzd-dbg