1
0
Fork 0

Adding Built-Using field (Closes: #769344).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 05:50:25 +01:00
parent b34e4720dc
commit aa8ac957c2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 5 additions and 0 deletions

2
debian/control vendored
View file

@ -25,6 +25,8 @@ Enhances:
gzip, gzip,
lzip, lzip,
xz-utils, xz-utils,
Built-Using:
${built-using},
Description: utilities for dealing with compressed files transparently Description: utilities for dealing with compressed files transparently
Zutils is a collection of utilities for dealing with any combination of Zutils is a collection of utilities for dealing with any combination of
compressed and non-compressed files transparently. Currently the supported compressed and non-compressed files transparently. Currently the supported

3
debian/rules vendored
View file

@ -15,5 +15,8 @@ override_dh_auto_install:
override_dh_builddeb: override_dh_builddeb:
dh_builddeb -- -Zxz dh_builddeb -- -Zxz
override_dh_gencontrol:
dh_gencontrol -- -Vbuilt-using="glibc (= $$(dpkg-query --show --showformat='$${source:Version}' libc6-dev))"
override_dh_strip: override_dh_strip:
dh_strip --dbg-package=zutils-dbg dh_strip --dbg-package=zutils-dbg