Your message dated Sat, 01 Aug 2026 10:19:09 +0000
with message-id <[email protected]>
and subject line Bug#1140648: fixed in rust-walrus 0.24.4+ds-3
has caused the Debian Bug report #1140648,
regarding rust-walrus - upcoming gimli update
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.)


-- 
1140648: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1140648
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rust-walrus
Version: 0.24.4+ds-2

I hope to update rust-gimli to 0.32 soon (as part of the backtrace
update). rust-walrus needs a small patch to build with the new
version.
diff -Nru rust-walrus-0.24.4+ds/debian/changelog 
rust-walrus-0.24.4+ds/debian/changelog
--- rust-walrus-0.24.4+ds/debian/changelog      2026-03-09 16:26:13.000000000 
+0000
+++ rust-walrus-0.24.4+ds/debian/changelog      2026-06-23 23:32:27.000000000 
+0000
@@ -1,3 +1,10 @@
+rust-walrus (0.24.4+ds-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch for gimli 0.32.
+
+ -- Peter Michael Green <[email protected]>  Tue, 23 Jun 2026 23:32:27 +0000
+
 rust-walrus (0.24.4+ds-2) unstable; urgency=medium
 
   * update DEP-3 patch headers
diff -Nru rust-walrus-0.24.4+ds/debian/control 
rust-walrus-0.24.4+ds/debian/control
--- rust-walrus-0.24.4+ds/debian/control        2026-03-09 11:53:27.000000000 
+0000
+++ rust-walrus-0.24.4+ds/debian/control        2026-06-23 23:32:27.000000000 
+0000
@@ -5,7 +5,7 @@
  dh-sequence-rust,
  librust-anyhow-dev,
  librust-env-logger-dev,
- librust-gimli-dev,
+ librust-gimli-0.32-dev,
  librust-heck-dev,
  librust-id-arena-dev,
  librust-leb128-dev,
diff -Nru rust-walrus-0.24.4+ds/debian/patches/2002_gimli_0.32.patch 
rust-walrus-0.24.4+ds/debian/patches/2002_gimli_0.32.patch
--- rust-walrus-0.24.4+ds/debian/patches/2002_gimli_0.32.patch  1970-01-01 
00:00:00.000000000 +0000
+++ rust-walrus-0.24.4+ds/debian/patches/2002_gimli_0.32.patch  2026-06-23 
23:32:27.000000000 +0000
@@ -0,0 +1,39 @@
+Description: use gimli 0.32
+Author: Peter Michael Green <[email protected]>
+Last-Update: 2026-06-24
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+
+Index: rust-walrus-0.24.4+ds/Cargo.toml
+===================================================================
+--- rust-walrus-0.24.4+ds.orig/Cargo.toml
++++ rust-walrus-0.24.4+ds/Cargo.toml
+@@ -27,7 +27,7 @@ rayon = { version = "1.1.0", optional =
+ walrus-macro = { path = './crates/macro', version = '=0.24.0' }
+ wasm-encoder = ">= 0.239.0, <= 0.240"
+ wasmparser = ">= 0.239.0, <= 0.240"
+-gimli = "0.31.1"
++gimli = "0.32"
+ 
+ [features]
+ parallel = ['rayon', 'id-arena/rayon']
+Index: rust-walrus-0.24.4+ds/src/module/debug/dwarf.rs
+===================================================================
+--- rust-walrus-0.24.4+ds.orig/src/module/debug/dwarf.rs
++++ rust-walrus-0.24.4+ds/src/module/debug/dwarf.rs
+@@ -150,6 +150,7 @@ where
+             encoding,
+             from_header.line_encoding(),
+             comp_dir,
++            None,
+             comp_name,
+             comp_file_info,
+         );
+@@ -348,6 +349,7 @@ mod tests {
+                 default_is_stmt: true,
+             },
+             write::LineString::String(dir1.to_vec()),
++            None,
+             comp_file.clone(),
+             None,
+         );
diff -Nru rust-walrus-0.24.4+ds/debian/patches/series 
rust-walrus-0.24.4+ds/debian/patches/series
--- rust-walrus-0.24.4+ds/debian/patches/series 2026-03-09 11:47:24.000000000 
+0000
+++ rust-walrus-0.24.4+ds/debian/patches/series 2026-06-23 23:32:27.000000000 
+0000
@@ -2,3 +2,4 @@
 2001_no_bench.patch
 2001_no_fuzz.patch
 2002_wasm-tools.patch
+2002_gimli_0.32.patch

--- End Message ---
--- Begin Message ---
Source: rust-walrus
Source-Version: 0.24.4+ds-3
Done: Jonas Smedegaard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rust-walrus, 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.
Jonas Smedegaard <[email protected]> (supplier of updated rust-walrus 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, 01 Aug 2026 11:49:20 +0200
Source: rust-walrus
Architecture: source
Version: 0.24.4+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1140648
Changes:
 rust-walrus (0.24.4+ds-3) unstable; urgency=medium
 .
   * update patch 1001_gimli to use newer minor version of crate gimli;
     closes: bug#1140648, thanks to Peter Michael Green
   * update copyright info: update coverage
   * tighten (build-, autopkgtest-)dependencies
   * use debhelper compatibility level 14 (not 13)
   * reorganize patch naming
Checksums-Sha1:
 9e22efa58559e3f4ea10b8dfb75e16d590a7654a 2365 rust-walrus_0.24.4+ds-3.dsc
 f1b6ad6d5d248ec337627924820c598feeb4938d 5668 
rust-walrus_0.24.4+ds-3.debian.tar.xz
 23e24654fc8d438dc68e400f81a89ed7fd152103 9914 
rust-walrus_0.24.4+ds-3_amd64.buildinfo
Checksums-Sha256:
 4ff454ff33b9e3be16e6441aa936474396b1d029a9574540211bff6ebcbb7c43 2365 
rust-walrus_0.24.4+ds-3.dsc
 6ce3e358e69c26b2e8fb4c68413ecde78aeab4e1fbed6dca88cfe3211f98a65c 5668 
rust-walrus_0.24.4+ds-3.debian.tar.xz
 eeaf52db9a2c83eb8051693b998187bf019c9db4427e82f3b1e09d1ae61cdfda 9914 
rust-walrus_0.24.4+ds-3_amd64.buildinfo
Files:
 0a2c57c0786f252e438816ebeddceb62 2365 rust optional rust-walrus_0.24.4+ds-3.dsc
 80e7bd65bdef76d465c801ac1eab9e6c 5668 rust optional 
rust-walrus_0.24.4+ds-3.debian.tar.xz
 3e6edd63651b7962b5ef2528f7365a96 9914 rust optional 
rust-walrus_0.24.4+ds-3_amd64.buildinfo

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

iQJABAEBCgAqFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmptw28MHGRyQGpvbmVz
LmRrAAoJECx8MUbBoAEh4nUP/R3yuIfkcWjh7lhVTjrYnejISbUjdTxd/Pe0upLx
IQSItO+ryzDwsPI/uFQm7D+S4DK0Mevw7KMsLwc4vG2mglhVarq5lvYQiiUJox+i
3yt2oG8h8TKgCcgEObDm+Y4PTPToMaSU2hmYO4SvxgSq9ahLo5E9kfhcfex1qJD0
ds3k8IxHmkKj9hPqzBHqv+ukdRaaXQiJ1VpEZEV6+kk8tsV1TcZz6YWLiDUhUV1M
GMYSw8IyoV22z8YTaOrzM7HaVEbUeMqrBE1w7YPcYRqlHCYcKypPn+zblKIZP6uh
qgBAJxcGxyl06BY/BIgTxusaY8PNtf9dL1vKSzpa6PWP5P06W6KgMf0S17vhMlMS
P7jPtcGvGPqJTs6u+xCx/CmpzV+R+/a4dFA8lYS78DxHxSDFrXCloko8PN4bbuLM
lIKUpt6YBfNgCIQ8ZsPU+93xNQMgjSTFiZWnlT2ABYFyM0TnzUbwraoYPBqKt23l
QBLZ+r8IgJfbfT23H0kPbbIiWLh62HIYj1TLlOSsZO1saFCqf01UMxI4rzT6t5Gv
W4cx5PosBWGLBPxGu/7ZyCjpF0yNuSMhfePG3exGKGCqpF0G/FOYAcDS/7ZseggK
T9RqB/m1FGJXrCoiCXukVyp2q9dkG2BxkxsgkQi4ipGELJ3XqytmaTbYW/WyP2kE
Dtd7
=neC8
-----END PGP SIGNATURE-----

Attachment: pgphH6eYPQsdn.pgp
Description: PGP signature


--- End Message ---

Reply via email to