Your message dated Sat, 10 Jan 2026 15:09:59 +0000
with message-id <[email protected]>
and subject line Bug#1122225: fixed in rust-xdg 2.5.2-4
has caused the Debian Bug report #1122225,
regarding rust-xdg: please make the build reproducible
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.)
--
1122225: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122225
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-xdg
Version: 2.5.2-3
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: nocheck
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed that
rust-xdg could not be built reproducibly.
This is because the testsuite does not 100% clean up after itself, so
that if the tests are skipped (ie. via "nocheck") then the package
will not contain those files.
Patch attached that removes these files after running the tests.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2025-12-08 15:11:12.567034664 -0800
--- b/debian/rules 2025-12-08 15:13:35.122299617 -0800
@@ -4,3 +4,5 @@
override_dh_auto_test:
dh_auto_test -- test --all
+ rm -rfv test_files/runtime-good
+ rm -rfv test_files/user/cache/myapp
--- End Message ---
--- Begin Message ---
Source: rust-xdg
Source-Version: 2.5.2-4
Done: Matthias Geiger <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rust-xdg, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Geiger <[email protected]> (supplier of updated rust-xdg 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 10 Jan 2026 15:44:52 +0100
Source: rust-xdg
Architecture: source
Version: 2.5.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers
<[email protected]>
Changed-By: Matthias Geiger <[email protected]>
Closes: 1122225
Changes:
rust-xdg (2.5.2-4) unstable; urgency=medium
.
* Team upload.
* d/rules: Remove test_files after dh_auto_test (Closes: #1122225)
Checksums-Sha1:
22eb001702279b282279fb26b89497714fd2db11 1546 rust-xdg_2.5.2-4.dsc
86856db3bbe63c1467a6acbb6a7df28b16d9f6e7 3376 rust-xdg_2.5.2-4.debian.tar.xz
9e8d3af4ae0f10de8c607f3070d319d651f287ca 7254 rust-xdg_2.5.2-4_source.buildinfo
Checksums-Sha256:
96ad0b40531beaee905082a23a44b6623fdcdc4340f8438e09c0e2e761e8a75b 1546
rust-xdg_2.5.2-4.dsc
37f0a91e623449a78d9b6d189f275f7ea0bf888787032812ccc86acd06c0b35d 3376
rust-xdg_2.5.2-4.debian.tar.xz
040a7aa4d2ca9b72556514b8165c51552547dcdf1f08c1456cdfc155a6a31388 7254
rust-xdg_2.5.2-4_source.buildinfo
Files:
3b3a863226f44399789fb411f316b96f 1546 rust optional rust-xdg_2.5.2-4.dsc
c719a6b65ba25a32927df0ec0a41715b 3376 rust optional
rust-xdg_2.5.2-4.debian.tar.xz
39d59f7f1e1d08eb998954be9189331c 7254 rust optional
rust-xdg_2.5.2-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCaWJl6AAKCRDsvtu2B7my
vt2OAQCknMuxrAMedd6d+33igYubSrH74XHedtxEI8TQx7i81wEA3cICuE3XIlqJ
vW/mFe4RAYHla029pUCO/fapBA3cBQE=
=FFdE
-----END PGP SIGNATURE-----
pgpqABFfcXm0B.pgp
Description: PGP signature
--- End Message ---