Your message dated Sun, 24 Jul 2022 13:50:11 +0000
with message-id <e1ofbzn-000alq...@fasolo.debian.org>
and subject line Bug#915180: fixed in maildrop 2.9.3-2.1
has caused the Debian Bug report #915180,
regarding maildrop: reproducible build (usrmerge): embeds path of cat found via 
PATH
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 ow...@bugs.debian.org
immediately.)


-- 
915180: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915180
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: maildrop
Version: 2.9.3-2.1
Severity: normal
Tags: patch
User: m...@linux.it
Usertags: usrmerge

Dear Maintainer,

According to reproducible build tests maildrop gets built differently
on a merged-usr system vs a non-merged system.

The package embeds the full path of cat. Since PATH defaults to
/usr/bin before /bin, the first will be used on a usrmerged system
where they're both essentially the same thing, but /usr/bin/cat does
not exist on non-merged systems.

The attached patch passes `CAT=/bin/cat` to explicitly set the path.

Regards,
Ansgar

diff -Nru maildrop-2.9.3/debian/changelog maildrop-2.9.3/debian/changelog
--- maildrop-2.9.3/debian/changelog	2018-07-01 09:05:35.000000000 +0200
+++ maildrop-2.9.3/debian/changelog	2018-12-01 14:20:56.000000000 +0100
@@ -1,3 +1,10 @@
+maildrop (2.9.3-2.1) UNRELEASED; urgency=medium
+
+  * Explicit pass CAT=/bin/cat to configure to make build reproducible
+    between merged-usr and non-merged-usr systems.
+
+ -- Ansgar Burchardt <ans...@debian.org>  Sat, 01 Dec 2018 14:20:56 +0100
+
 maildrop (2.9.3-2) unstable; urgency=medium
 
   * Migrate VCS from alioth to salsa. 
diff -Nru maildrop-2.9.3/debian/rules maildrop-2.9.3/debian/rules
--- maildrop-2.9.3/debian/rules	2018-07-01 09:02:52.000000000 +0200
+++ maildrop-2.9.3/debian/rules	2018-12-01 14:01:42.000000000 +0100
@@ -23,6 +23,7 @@
 override_dh_auto_configure:
 # trust on the auto-detect of qmail failing (for sendmail compability)
 	dh_auto_configure -- \
+			CAT=/bin/cat \
 			--enable-use-dotlock=1 \
 			--enable-use-flock=1 \
 			--enable-sendmail=/usr/sbin/sendmail \

--- End Message ---
--- Begin Message ---
Source: maildrop
Source-Version: 2.9.3-2.1
Done: Ansgar <ans...@debian.org>

We believe that the bug you reported is fixed in the latest version of
maildrop, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 915...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ansgar <ans...@debian.org> (supplier of updated maildrop package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 17 Jul 2022 15:10:40 +0200
Source: maildrop
Architecture: source
Version: 2.9.3-2.1
Distribution: unstable
Urgency: medium
Maintainer: Josip Rodin <joy-packa...@debian.org>
Changed-By: Ansgar <ans...@debian.org>
Closes: 915180
Changes:
 maildrop (2.9.3-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Explicitly pass CAT=/bin/cat to configure to make build reproducible
     between merged-usr and non-merged-usr systems. (Closes: #915180)
Checksums-Sha1:
 068dcc416930af163910425af093454c6007396c 1479 maildrop_2.9.3-2.1.dsc
 5f271cb661ed43c4009e312e1ed74ce46d9ae433 21072 maildrop_2.9.3-2.1.debian.tar.xz
Checksums-Sha256:
 22a29c20a3cd9ed8600866ea83739f36cb9123532a478fc63af8b32a260f56ea 1479 
maildrop_2.9.3-2.1.dsc
 bc6e4284a4c141f8bbd0d20522357f997558990cca2cdff6874fdb1f53c2fcb3 21072 
maildrop_2.9.3-2.1.debian.tar.xz
Files:
 810f84f755423ce77ae02db7d495c754 1479 mail optional maildrop_2.9.3-2.1.dsc
 cec8e0c82e631730bea2c0beb0371713 21072 mail optional 
maildrop_2.9.3-2.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iIgEARYKADAWIQR3hZU8YXPYylUJRxfDof4h+X+qzwUCYtQLLhIcYW5zZ2FyQGRl
Ymlhbi5vcmcACgkQw6H+Ifl/qs9CkwEA6Rz7W+CbBhm7gLmIJFfV1gY/RAAto1s+
z1N49IAdqsUA/3uX3ojqrhWEe6uFVJKCn5GD3i68HCzIGli+CKkdsE0D
=d6lw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to