Your message dated Sat, 28 Dec 2024 03:02:37 +0000
with message-id <[email protected]>
and subject line Bug#1088560: Removed package(s) from unstable
has caused the Debian Bug report #1020888,
regarding clamz: reproducible-builds: build path embedded in /usr/bin/clamz
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.)
--
1020888: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020888
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: clamz
Severity: normal
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]
The build path is embedded in /usr/bin/clamz:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/clamz.html
/build/1st/clamz-0.5/./clamz.c:301
vs.
/build/2/clamz-0.5/2nd/./clamz.c:301
The attached patch to debian/rules fixes this by passing the default
CFLAGS to dh_auto_configure.
According to my local tests, with this patch applied, clamz should build
reproducibly on tests.reproducible-builds.org!
Thanks for maintaining clamz!
live well,
vagrant
From 879eef2bcda9e34ad9427b169c8c65abe587f497 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Tue, 27 Sep 2022 22:53:37 +0000
Subject: [PATCH] debian/rules: Pass default CFLAGS to dh_auto_configure.
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index f26a84b..9947d6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,6 @@ export UPDATE_DESKTOP_DATABASE = :
override_dh_installman:
dh_installman clamz.1
+
+override_dh_auto_configure:
+ dh_auto_configure -- CFLAGS="$(shell dpkg-buildflags --get CFLAGS)"
--
2.37.2
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 0.5-2.1+rm
Dear submitter,
as the package clamz has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1088560
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Paul Richards Tagliamonte (the ftpmaster behind the curtain)
--- End Message ---