1
0
Fork 0
plzip/debian/rules
Daniel Baumann eb7783060d
Switching to xz compression.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-24 03:52:11 +01:00

23 lines
448 B
Makefile
Executable file

#!/usr/bin/make -f
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
%:
dh ${@}
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/plzip
# removing unused files
rm -f debian/plzip/usr/share/info/dir*
ifeq ($(DEB_BUILD_ARCH),sparc)
override_dh_auto_test:
# disabled, see #608642 for more information
endif
override_dh_builddeb:
dh_builddeb -- -Zxz -z9
override_dh_strip:
dh_strip --dbg-package=plzip-dbg