Your message dated Sun, 7 Dec 2014 15:43:29 +0100
with message-id <[email protected]>
and subject line Re: Bug#772460: unblock: zutils/1.3-4
has caused the Debian Bug report #772460,
regarding unblock: zutils/1.3-4
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
772460: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772460
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock zutils/1.3-4
Changes since 1.3-2 (jessie) are:
* Using libc0.1-dev for Built-Using on kfreebsd (Closes: #769563).
* Adding Built-Using field (Closes: #769344).
Regards,
Daniel
--
Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email: [email protected]
Internet: http://people.progress-technologies.net/~daniel.baumann/
diff --git a/debian/changelog b/debian/changelog
index 0b2deea..5edea6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+zutils (1.3-4) unstable; urgency=low
+
+ * Using libc0.1-dev for Built-Using on kfreebsd (Closes: #769563).
+
+ -- Daniel Baumann <[email protected]> Sat, 15 Nov 2014 07:27:58 +0100
+
+zutils (1.3-3) unstable; urgency=low
+
+ * Adding Built-Using field (Closes: #769344).
+
+ -- Daniel Baumann <[email protected]> Thu, 13 Nov 2014 07:42:55 +0100
+
zutils (1.3-2) unstable; urgency=low
* Updating to standards version 3.9.6.
diff --git a/debian/control b/debian/control
index 3c338bb..05ca9e9 100644
--- a/debian/control
+++ b/debian/control
@@ -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
diff --git a/debian/rules b/debian/rules
index 0f2d166..2ec5912 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
%:
dh ${@} --parallel
@@ -15,5 +17,12 @@ override_dh_auto_install:
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
+
override_dh_strip:
dh_strip --dbg-package=zutils-dbg
--- End Message ---
--- Begin Message ---
Hi,
On Sun, Dec 07, 2014 at 02:33:11PM +0100, Daniel Baumann wrote:
> Please unblock zutils/1.3-4
Unblocked.
Cheers,
Ivo
--- End Message ---