Your message dated Mon, 02 May 2022 01:50:13 +0000
with message-id <e1nllcx-000gw6...@fasolo.debian.org>
and subject line Bug#995741: fixed in latex-mk 2.1-3
has caused the Debian Bug report #995741,
regarding latex-mk: reproducible builds: embeds path to various binaries
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.)
--
995741: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995741
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: latex-mk
Severity: normal
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: usrmerge
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
The paths to various binaries are embedded which differs on a usrmerge
vs. non-usrmerge system.
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/latex-mk.html
/usr/share/latex-mk/latex.gmk
ECHO?=» » /bin/echo
vs.
ECHO?=» » /usr/bin/echo
Patch attached which passes variables to configure to use the
non-usrmerge locations, as usrmerge installations typically have
compatibility symlinks, but not vice-versa.
With this patch applied, latex-mk should build reproducibly on
tests.reproducible-builds.org.
Thanks for maintaining latex-mk!
live well,
vagrant
From 9cfadec84ad7b19ef7b045a0cda6e4534554030f Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagr...@reproducible-builds.org>
Date: Mon, 4 Oct 2021 21:19:40 +0000
Subject: [PATCH] debian/rules: Pass variables to configure to make the package
build reproducibly regardless of usrmerge.
https://tests.reproducible-builds.org/debian/issues/paths_vary_due_to_usrmerge_issue.html
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index b44bfc9..bd10590 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ XP = xsltproc -''-nonet
override_dh_auto_configure: latex-mk.1 ieee-copyout.1
rm -f doc/texinfo.tex
- dh_auto_configure
+ dh_auto_configure -- GREP=/bin/grep ECHO=/bin/echo FALSE=/bin/false GZIP=/bin/gzip RM=/bin/rm RMDIR=/bin/rmdir TAR=/bin/tar
override_dh_auto_install:
dh_auto_install
--
2.33.0
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: latex-mk
Source-Version: 2.1-3
Done: Vagrant Cascadian <vagr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
latex-mk, 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 995...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vagrant Cascadian <vagr...@debian.org> (supplier of updated latex-mk 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, 01 May 2022 18:02:37 -0700
Source: latex-mk
Architecture: source
Version: 2.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Vagrant Cascadian <vagr...@debian.org>
Closes: 995741
Changes:
latex-mk (2.1-3) unstable; urgency=medium
.
* QA upload.
* debian/rules: Pass variables to configure to make the package build
reproducibly regardless of usrmerge. (Closes: #995741)
* Update to debhelper-compat 13.
* debian/control: Set Rules-Requires-Root to "no".
* debian/rules: Support "nocheck" in dh_auto_test override.
* debian/control: Mark latex-mk as Multi-Arch: foreign.
* debian/copyright: Update to copyright-format 1.0.
* debian/control: Update Standards-Version to 4.6.0.
Checksums-Sha1:
07b8dc08529cc118606f094c49c5e3148e6fb96d 1504 latex-mk_2.1-3.dsc
8fd669ce1cdaa766e610f7cbf747642727b59a7e 9676 latex-mk_2.1-3.debian.tar.xz
Checksums-Sha256:
4de49ee497de9ddc1df706b26d53112b54e50952296b767bcace9854743c3818 1504
latex-mk_2.1-3.dsc
06ea3124ca8df1c1b27002a2f7a3dbcecb2840ddd2729935fffba83ee4e3f980 9676
latex-mk_2.1-3.debian.tar.xz
Files:
6c6379e6f49ea6cf8e2aea157789f395 1504 tex optional latex-mk_2.1-3.dsc
2bdab2cc1826def65e5585a0c20bf622 9676 tex optional latex-mk_2.1-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iIkEARYKADEWIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCYm8x9BMcdmFncmFudEBk
ZWJpYW4ub3JnAAoJENxRj8h/lxaqBvQA/iAQbdhX6u5iVlOOB+bOncXtDjoOfWXA
TCfUIB6Fx7H2AQDGA5JCYlQaixnS6QT6NPeQUrlO9mw3/j0MwLBXAF1qAg==
=pcIo
-----END PGP SIGNATURE-----
--- End Message ---