Adding Built-Using field (Closes: #769344).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b34e4720dc
commit
aa8ac957c2
2 changed files with 5 additions and 0 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -25,6 +25,8 @@ Enhances:
|
|||
gzip,
|
||||
lzip,
|
||||
xz-utils,
|
||||
Built-Using:
|
||||
${built-using},
|
||||
Description: utilities for dealing with compressed files transparently
|
||||
Zutils is a collection of utilities for dealing with any combination of
|
||||
compressed and non-compressed files transparently. Currently the supported
|
||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -15,5 +15,8 @@ override_dh_auto_install:
|
|||
override_dh_builddeb:
|
||||
dh_builddeb -- -Zxz
|
||||
|
||||
override_dh_gencontrol:
|
||||
dh_gencontrol -- -Vbuilt-using="glibc (= $$(dpkg-query --show --showformat='$${source:Version}' libc6-dev))"
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=zutils-dbg
|
||||
|
|
Loading…
Add table
Reference in a new issue