1
0
Fork 0
zutils/debian/rules
Daniel Baumann b510060964
Removing manual settings for xz compression.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-24 05:52:50 +01:00

19 lines
478 B
Makefile
Executable file

#!/usr/bin/make -f
%:
dh ${@} --parallel
override_dh_auto_configure:
LDFLAGS="${LDFLAGS} -static" dh_auto_configure -- --exec-prefix=/
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/zutils
# removing unused files
rm -f debian/zutils/usr/share/info/dir*
override_dh_gencontrol:
dh_gencontrol -- -Vbuilt-using="glibc (= $$(dpkg-query --show --showformat='$${source:Version}' libc-dev-bin))"
override_dh_strip:
dh_strip --dbg-package=zutils-dbg