diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:41:00 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:41:00 +0000 |
commit | b6aa0771177281aeeefb499e0ec6e91761da4902 (patch) | |
tree | d312060d9966259f1bf82e9c82ff7a8251b611ea | |
parent | Adding debian version 1.4~pre2-1. (diff) | |
download | zutils-b6aa0771177281aeeefb499e0ec6e91761da4902.tar.xz zutils-b6aa0771177281aeeefb499e0ec6e91761da4902.zip |
Adding debian version 1.4~pre2-2.debian/1.4_pre2-2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index f251551..6c2fe39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +zutils (1.4~pre2-2) experimental; urgency=low + + * Updating glibc depends check to work with some porter architectures as + well (Closes: #784134). + + -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 03 May 2015 18:47:24 +0200 + zutils (1.4~pre2-1) experimental; urgency=low * Merging upstream version 1.4~pre2. diff --git a/debian/rules b/debian/rules index 2ec5912..7c00542 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) - %: dh ${@} --parallel @@ -18,11 +16,7 @@ override_dh_builddeb: dh_builddeb -- -Zxz override_dh_gencontrol: -ifeq (kfreebsd,$(DEB_HOST_ARCH_OS)) - dh_gencontrol -- -Vbuilt-using="glibc (= $$(dpkg-query --show --showformat='$${source:Version}' libc0.1-dev))" -else - dh_gencontrol -- -Vbuilt-using="glibc (= $$(dpkg-query --show --showformat='$${source:Version}' libc6-dev))" -endif + dh_gencontrol -- -Vbuilt-using="glibc (= $$(dpkg-query --show --showformat='$${source:Version}' libc-dev-bin))" override_dh_strip: dh_strip --dbg-package=zutils-dbg |