Your message dated Tue, 25 Aug 2026 18:09:55 +0000
with message-id <[email protected]>
and subject line Bug#1145429: fixed in rust-swc-core 76.0.2+ds-4
has caused the Debian Bug report #1145429,
regarding rust-swc-core: use compact_str 0.10
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.)


-- 
1145429: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1145429
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-swc-core
Version: 76.0.2+ds-3
Severity: important
Tags: patch
User: [email protected]
Usertags: compact-str-0.10
X-Debbugs-Cc: [email protected]

Dear maintainer,

I am preparing a rust-compact-str transition, which will be uploaded soon.

rust-swc-core needs a small patch to allow and use compact_str 0.10.

I have attached a debdiff fixing this.

Best regards,
Simon Quigley
[email protected]
diff -Nru rust-swc-core-76.0.2+ds/debian/changelog 
rust-swc-core-76.0.2+ds/debian/changelog
--- rust-swc-core-76.0.2+ds/debian/changelog    2026-08-21 03:06:48.000000000 
-0500
+++ rust-swc-core-76.0.2+ds/debian/changelog    2026-08-24 19:12:14.000000000 
-0500
@@ -1,3 +1,10 @@
+rust-swc-core (76.0.2+ds-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Allow compact_str 0.10.
+
+ -- Simon Quigley <[email protected]>  Mon, 24 Aug 2026 19:12:14 -0500
+
 rust-swc-core (76.0.2+ds-3) unstable; urgency=medium
 
   * build- and autopkgtest-depend on package for crate lazy_static;
diff -Nru rust-swc-core-76.0.2+ds/debian/control 
rust-swc-core-76.0.2+ds/debian/control
--- rust-swc-core-76.0.2+ds/debian/control      2026-08-21 03:06:14.000000000 
-0500
+++ rust-swc-core-76.0.2+ds/debian/control      2026-08-24 19:11:07.000000000 
-0500
@@ -20,7 +20,7 @@
  librust-bytes-str-0.2-dev,
  librust-cbor4ii-1-dev,
  librust-chili-0.2-dev,
- librust-compact-str-0.9-dev,
+ librust-compact-str-0.10-dev,
  librust-dashmap-6-dev,
  librust-data-encoding-2-dev,
  librust-debugid-0.8-dev,
diff -Nru rust-swc-core-76.0.2+ds/debian/patches/1002_newer_compact_str.patch 
rust-swc-core-76.0.2+ds/debian/patches/1002_newer_compact_str.patch
--- rust-swc-core-76.0.2+ds/debian/patches/1002_newer_compact_str.patch 
2026-08-12 12:09:01.000000000 -0500
+++ rust-swc-core-76.0.2+ds/debian/patches/1002_newer_compact_str.patch 
2026-08-24 19:11:33.000000000 -0500
@@ -10,7 +10,7 @@
  chrono                    = "0.4.38"
  codspeed-criterion-compat = "3.0.4"
 -compact_str               = "0.7.1"
-+compact_str               = ">= 0.7.1, <= 0.9"
++compact_str               = ">= 0.7.1, <= 0.11"
  console_error_panic_hook  = "0.1.7"
  copyless                  = "0.1.5"
  crc                       = "2.1.0"
diff -Nru rust-swc-core-76.0.2+ds/debian/patches/1002_newer_crc.patch 
rust-swc-core-76.0.2+ds/debian/patches/1002_newer_crc.patch
--- rust-swc-core-76.0.2+ds/debian/patches/1002_newer_crc.patch 2026-08-12 
12:09:02.000000000 -0500
+++ rust-swc-core-76.0.2+ds/debian/patches/1002_newer_crc.patch 2026-08-24 
19:12:14.000000000 -0500
@@ -6,7 +6,7 @@
 --- a/Cargo.toml
 +++ b/Cargo.toml
 @@ -39,7 +39,7 @@
- compact_str               = ">= 0.7.1, <= 0.9"
+ compact_str               = ">= 0.7.1, <= 0.11"
  console_error_panic_hook  = "0.1.7"
  copyless                  = "0.1.5"
 -crc                       = "2.1.0"
diff -Nru rust-swc-core-76.0.2+ds/debian/patches/2001_no_bench.patch 
rust-swc-core-76.0.2+ds/debian/patches/2001_no_bench.patch
--- rust-swc-core-76.0.2+ds/debian/patches/2001_no_bench.patch  2026-08-12 
12:16:23.000000000 -0500
+++ rust-swc-core-76.0.2+ds/debian/patches/2001_no_bench.patch  2026-08-24 
19:12:10.000000000 -0500
@@ -140,7 +140,7 @@
  changesets                = "0.2.2"
  chrono                    = "0.4.38"
 -codspeed-criterion-compat = "3.0.4"
- compact_str               = ">= 0.7.1, <= 0.9"
+ compact_str               = ">= 0.7.1, <= 0.11"
  console_error_panic_hook  = "0.1.7"
  copyless                  = "0.1.5"
  crc                       = ">= 2.1, <= 3"
diff -Nru rust-swc-core-76.0.2+ds/debian/tests/control 
rust-swc-core-76.0.2+ds/debian/tests/control
--- rust-swc-core-76.0.2+ds/debian/tests/control        2026-08-21 
03:06:31.000000000 -0500
+++ rust-swc-core-76.0.2+ds/debian/tests/control        2026-08-24 
19:12:14.000000000 -0500
@@ -113,7 +113,7 @@
 # test-name=rust-hstr:@,
 #Depends:
 # dh-rust,
-# librust-compact-str-0.9-dev,
+# librust-compact-str-0.10-dev,
 # librust-hstr-dev,
 # librust-kstring-2-dev,
 # librust-num-cpus-1-dev,
@@ -131,7 +131,7 @@
  test-name=rust-hstr:,
 Depends:
  dh-rust,
- librust-compact-str-0.9-dev,
+ librust-compact-str-0.10-dev,
  librust-hstr-dev,
  librust-kstring-2-dev,
  librust-num-cpus-1-dev,
@@ -149,7 +149,7 @@
  test-name=rust-hstr:default,
 Depends:
  dh-rust,
- librust-compact-str-0.9-dev,
+ librust-compact-str-0.10-dev,
  librust-hstr-dev,
  librust-kstring-2-dev,
  librust-num-cpus-1-dev,
@@ -168,7 +168,7 @@
 # test-name=rust-hstr:atom_size_128,
 #Depends:
 # dh-rust,
-# librust-compact-str-0.9-dev,
+# librust-compact-str-0.10-dev,
 # librust-hstr-dev,
 # librust-kstring-2-dev,
 # librust-num-cpus-1-dev,
@@ -188,7 +188,7 @@
 # test-name=rust-hstr:atom_size_64,
 #Depends:
 # dh-rust,
-# librust-compact-str-0.9-dev,
+# librust-compact-str-0.10-dev,
 # librust-hstr-dev,
 # librust-kstring-2-dev,
 # librust-num-cpus-1-dev,
@@ -207,7 +207,7 @@
  test-name=rust-hstr:serde,
 Depends:
  dh-rust,
- librust-compact-str-0.9-dev,
+ librust-compact-str-0.10-dev,
  librust-hstr-dev,
  librust-kstring-2-dev,
  librust-num-cpus-1-dev,

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: rust-swc-core
Source-Version: 76.0.2+ds-4
Done: Jonas Smedegaard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rust-swc-core, 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-swc-core 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: Tue, 25 Aug 2026 19:42:43 +0200
Source: rust-swc-core
Architecture: source
Version: 76.0.2+ds-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1145429
Changes:
 rust-swc-core (76.0.2+ds-4) unstable; urgency=medium
 .
   * relax patch 1002_newer_compact_str to cover newer crate version;
     bump (autopkgtest-)dependency for crate compact_str;
     closes: bug#1145429, thanks to Simon Quigley
Checksums-Sha1:
 6868a044f254ac564835bf42515e734ac1f5f2f4 4699 rust-swc-core_76.0.2+ds-4.dsc
 ec780c9472c36a9a19b509eb0adb3adfa13c4894 363972 
rust-swc-core_76.0.2+ds-4.debian.tar.xz
 853d03f64c2e85f7b0be7dbdca65813fb25c70d5 36542 
rust-swc-core_76.0.2+ds-4_amd64.buildinfo
Checksums-Sha256:
 8e7b4a5e6ea2abfaa976f9d25ccf187584dfddc1f7fdd4ce48e2db555d1f462e 4699 
rust-swc-core_76.0.2+ds-4.dsc
 942dbc92754f1ef0e80b69398b202fe42e6d0a8e8f78da3cfa0a39f9462eb310 363972 
rust-swc-core_76.0.2+ds-4.debian.tar.xz
 845de008efce38148a49c5c1c8eebc83f3ad347672921a1607d66426c75d6305 36542 
rust-swc-core_76.0.2+ds-4_amd64.buildinfo
Files:
 06be5dc5dcc08947afe64350a23a46cf 4699 rust optional 
rust-swc-core_76.0.2+ds-4.dsc
 b760d6d077e8089ca430ec54844cfb5f 363972 rust optional 
rust-swc-core_76.0.2+ds-4.debian.tar.xz
 e9975b5162b96871f8dda7b0b2ecd462 36542 rust optional 
rust-swc-core_76.0.2+ds-4_amd64.buildinfo

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

iQJABAEBCgAqFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmqN1NcMHGRyQGpvbmVz
LmRrAAoJECx8MUbBoAEhBsAP/jAmz8RtiWEoo3qS5RrH6M1h3SHHu34N4WoMePnP
1v24hQYCGdGpYAzSTsckwXDBRjTOzBBM9cDbytbYl064rmwe+9ACdcMrwJJYq1pc
Pao583uEWKrBQcae4dCHF8//NA1zLjNibYoUJKxukGq3obsUYOOum/YlmFiIkwaY
8PGa3AJRHSB4wI8ryvSnic5pti4mdLtJBn5NoDOfblOY00GQIgwIYQDyC8dLkb06
2r2RJb4IiKTd0FkzV0mukosyhpWIEaxjGh7r9z3Aui4Yj8wdyhAndZKJ/hHMzrX4
Hsmnhzpu8nHxioYcmimtAo3PnSUGFhuSg+uEXVgYzfnjeWMet+iLMUqeevnEcyg+
LkGQ+i4IAV+pUT9CVqWot4vhhBS0v6HKPQ7Y/oS9MxnQ+zNeaxoiI/KvVZqQkV30
PtdZvILvYjd3XZYzsU4EsyZ+UkuCesuabtNr03NX2utM7edJwvNPZGqpYn7+dyAd
Nz7msdinyYfmUMyPe6waRyGAVYEDNqXLvL+mLp9p818DdIFTPSpwiu7eirs9G9em
scCCcrNMxFTiU5OlTyooPIPrYmrjS4vM0hyiY+Xn+09kCFcJSnqPNbMTl9Mz3eaz
pIyPa+WfXWqYv/Encf969y5wV/HBcBX9Kt5/LPQW3YMYNCLrvPRlnZhLu2YCfNkk
e4ob
=v+bH
-----END PGP SIGNATURE-----

Attachment: pgp4Fa1JUyAY4.pgp
Description: PGP signature


--- End Message ---

Reply via email to