Your message dated Fri, 14 Mar 2025 21:12:18 +0000
with message-id <[email protected]>
and subject line Bug#1100432: fixed in rust-xor-name 5.0.0-10
has caused the Debian Bug report #1100432,
regarding rust-xor-name: Build against arrayvec 0.7
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.)


-- 
1100432: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100432
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-xor-name
Version: 5.0.0-9
Severity: normal
Tags: patch
X-Debbugs-Cc: [email protected]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi Jonas,

we plan to remove arrayve 0.5 soon from the archive. Your package is the 
last rdep. I attached a patch for you convenience that updates it to 
0.7.

best,

werdahias


- -- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.12.17-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: OpenRC (via /run/openrc), PID 1: init
LSM: AppArmor: enabled


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

iIsEARYIADMWIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCZ9M76hUcd2VyZGFoaWFz
QGRlYmlhbi5vcmcACgkQ7L7btge5sr5u3QEAohPJ/MjgsbPqSIciGoEqTJFTpnbq
panCaPEJpHmxsv4BAMsNIXXtM9u8riHVz7X2nxLDvnQf5a69xZYOP7R9eNoM
=3+MC
-----END PGP SIGNATURE-----
>From a7533d72fa85156171f2347ba5e41900349f8505 Mon Sep 17 00:00:00 2001
From: Matthias Geiger <[email protected]>
Date: Thu, 13 Mar 2025 21:05:23 +0100
Subject: [PATCH] Add patch to build with arrayvec 0.7

---
 debian/control                   |  2 +-
 debian/patches/arrayvec-0.7.diff | 22 ++++++++++++++++++++++
 debian/patches/series            |  1 +
 3 files changed, 24 insertions(+), 1 deletion(-)
 create mode 100644 debian/patches/arrayvec-0.7.diff

diff --git a/debian/control b/debian/control
index 18632aa..5abf930 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Build-Depends:
  debhelper-compat (= 13),
  dh-sequence-rust,
- librust-arrayvec-0.5-dev,
+ librust-arrayvec-0.7-dev,
  librust-bincode-1+default-dev,
  librust-hex-0.4+default-dev,
  librust-rand-0.8+getrandom-dev,
diff --git a/debian/patches/arrayvec-0.7.diff b/debian/patches/arrayvec-0.7.diff
new file mode 100644
index 0000000..9932efd
--- /dev/null
+++ b/debian/patches/arrayvec-0.7.diff
@@ -0,0 +1,22 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -42,7 +42,7 @@
+ bincode = "1.2.1"
+ 
+   [dev-dependencies.arrayvec]
+-  version = "~0.5.1"
++  version = "0.7"
+   default-features = false
+ 
+   [dev-dependencies.rand]
+--- a/src/lib.rs
++++ b/src/lib.rs
+@@ -82,7 +82,7 @@
+ #[cfg(test)]
+ macro_rules! format {
+     ($capacity:expr, $($arg:tt)*) => {{
+-        let mut output = arrayvec::ArrayString::<[_; $capacity]>::new();
++        let mut output = arrayvec::ArrayString::<$capacity>::new();
+         core::fmt::write(&mut output, 
core::format_args!($($arg)*)).expect("insufficient ArrayString capacity");
+         output
+     }}
diff --git a/debian/patches/series b/debian/patches/series
index 105f3a5..8a3bd59 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 1001_modernize.patch
+arrayvec-0.7.diff
-- 
2.47.2


--- End Message ---
--- Begin Message ---
Source: rust-xor-name
Source-Version: 5.0.0-10
Done: Jonas Smedegaard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rust-xor-name, 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-xor-name 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: Fri, 14 Mar 2025 20:25:01 +0100
Source: rust-xor-name
Architecture: source
Version: 5.0.0-10
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1100432
Changes:
 rust-xor-name (5.0.0-10) unstable; urgency=medium
 .
   * add patch 2001 to use newer branch of crate arrayvec;
     bump build- and autopkgtest-dependencies for crate arrayvec;
     closes: bug#1100432, thanks to Matthias Geiger and Peter Green
   * declare compliance with Debian Policy 4.7.2
Checksums-Sha1:
 0b427f4dc1afee0dadcc3745225d36150421ad70 2617 rust-xor-name_5.0.0-10.dsc
 8f6783078515f1b2ca4755541f131249a60b7ae8 5420 
rust-xor-name_5.0.0-10.debian.tar.xz
 6044b9eac9f48e94ea9d639875217a9ded37f499 10001 
rust-xor-name_5.0.0-10_amd64.buildinfo
Checksums-Sha256:
 1daf078f0164d9dffd98e1c0f2104f33210d2ccfa25acd1aa93b1a15aa8ff8c2 2617 
rust-xor-name_5.0.0-10.dsc
 f250301f0698868d4dc5e03d666cfe29466e67421c77c26cf4a7f011df638d8e 5420 
rust-xor-name_5.0.0-10.debian.tar.xz
 6820dbe4894f967b6b9c33d2d0a5a77a2df52e820751c6af40f3aea83a1de798 10001 
rust-xor-name_5.0.0-10_amd64.buildinfo
Files:
 f1fa54b817984abc614da022f8a7d067 2617 rust optional rust-xor-name_5.0.0-10.dsc
 caf9cee4cb7bd010a73a2d92ef8eaeed 5420 rust optional 
rust-xor-name_5.0.0-10.debian.tar.xz
 8f3078b279a78a92bb0e4dfddd10402c 10001 rust optional 
rust-xor-name_5.0.0-10_amd64.buildinfo


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

wsG7BAEBCgBvBYJn1IMkCRAsfDFGwaABIUcUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmfWiCLbjIMM85fcoUyZeAXUVM6I89r/Di+0zdOVf6sL
0hYhBJ/j6cNmkaaf9TzGhCx8MUbBoAEhAACK+g//YQtsPh7FGTlDhWyP3XBc3TrZ
zf4cCJJvZ2vX01JYwbUQg1uOZ09eVJsRlETp0/72GRmwACYMtiNL98CBV+GZ+cRj
0K5EjQ+7X9xyJh8UHo5LFcEVTv27u03zLYesgcpX2ZDMO973iCpnwQwTmANxNL2n
9Mtabp42LLdpHC8I1PKM8/9oD0PuZMCvJ+CXurZoMd6ML9jWK95FHvgTJWGGywSh
UB84bb620scwE12nSmz/LR10zgpLLIpFtnwfXXYpWZXgocB1H7P+fOH2xmeZZMen
Z0l+i4jMFc8eBSaz0xnwd6E0acJU+4l5mFN9CY6AqLnVMxNC9Q7gNwKtNzuOOCna
v3o1sfuTW3A23JEEzlN9fDpB5aGR9+X/rQBQQ3SUI6TATE6oDd+bTmZ3xLG4TVcF
wJ2zn2joRWtQ4jUVW5LSjWE4prhly5l+m0Rbzk9QAzerjRtMtl5pfXBeDjJa6UXA
F4ZvNmOtvEN5z4GBe+Aqc7pTZLfVikU+oX4qT0A3VRqS2cSY9vPMKZyVEmdDpXbY
e011hRmhBjul7HxtqeKv4rbW5LkMFVU+S4iTfu/yPYI4ArUg+saWlJ5KoZ7SRS0R
fGklWj7+Y3F3UXgSkQsSt8sLNNrQfZCLNZ8zmNiZS2J1zjU/78sE0N2Wri3ZHBdx
5Y02Ha0WUp5JJtWitP4=
=jKw/
-----END PGP SIGNATURE-----

Attachment: pgpfmauktekSY.pgp
Description: PGP signature


--- End Message ---

Reply via email to