Your message dated Tue, 24 Sep 2024 15:01:15 +0000
with message-id <[email protected]>
and subject line Bug#1082663: fixed in sccache 0.8.1-8
has caused the Debian Bug report #1082663,
regarding sccache - upcoming itertools 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.)


-- 
1082663: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082663
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sccache
Version: 3.3.1-3

I hope to upgrade itertools to 0.13 soon, I've uploaded
new version to experimental. sccache has a
dev-dependency on itertools which the debian packaging
translates to a build-dependency.

I looked at the upstream changelog and didn't see anything too
scary and after patching the dependencies I was able to
successfully build sccache against the new version of itertools.

Debdiff is attached



diff -Nru sccache-0.8.1/debian/changelog sccache-0.8.1/debian/changelog
--- sccache-0.8.1/debian/changelog      2024-07-31 20:25:58.000000000 +0000
+++ sccache-0.8.1/debian/changelog      2024-09-24 09:54:27.000000000 +0000
@@ -1,3 +1,11 @@
+sccache (0.8.1-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Relax Debian build-dependency and Cargo dev-dependency on itertools
+    to allow version 0.13
+
+ -- Peter Michael Green <[email protected]>  Tue, 24 Sep 2024 09:54:27 +0000
+
 sccache (0.8.1-7) unstable; urgency=medium
 
   * trust upstream optimization level unless explicitly disabled
diff -Nru sccache-0.8.1/debian/control sccache-0.8.1/debian/control
--- sccache-0.8.1/debian/control        2024-07-21 07:03:15.000000000 +0000
+++ sccache-0.8.1/debian/control        2024-09-24 09:54:14.000000000 +0000
@@ -34,7 +34,7 @@
  librust-hyper-0.14+default-dev,
  librust-hyper-0.14+server-dev,
  librust-is-terminal-0.4+default-dev,
- librust-itertools-dev (<< 0.13) <!nocheck>,
+ librust-itertools-dev (<< 0.14) <!nocheck>,
  librust-jobserver-0.1+default-dev,
  librust-libc-0.2+default-dev,
  librust-linked-hash-map-0.5+default-dev,
diff -Nru sccache-0.8.1/debian/patches/2001_itertools.patch 
sccache-0.8.1/debian/patches/2001_itertools.patch
--- sccache-0.8.1/debian/patches/2001_itertools.patch   2024-07-05 
14:47:24.000000000 +0000
+++ sccache-0.8.1/debian/patches/2001_itertools.patch   2024-09-24 
09:51:58.000000000 +0000
@@ -2,7 +2,7 @@
 Author: Jonas Smedegaard <[email protected]>
 Bug-Debian: https://bugs.debian.org/1060875
 Forwarded: not-needed
-Last-Update: 2024-01-15
+Last-Update: 2024-10-24 by Peter Michael Green
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/Cargo.toml
@@ -12,7 +12,7 @@
  chrono = "0.4.33"
  filetime = "0.2"
 -itertools = "0.12"
-+itertools = ">= 0.10.5, <= 0.12"
++itertools = ">= 0.10.5, <= 0.13"
  predicates = "3.1.0"
  serial_test = "3.1"
  temp-env = "0.3.6"
diff -Nru sccache-0.8.1/debian/patches/2001_serial_test.patch 
sccache-0.8.1/debian/patches/2001_serial_test.patch
--- sccache-0.8.1/debian/patches/2001_serial_test.patch 2024-07-05 
14:47:24.000000000 +0000
+++ sccache-0.8.1/debian/patches/2001_serial_test.patch 2024-09-24 
09:52:40.000000000 +0000
@@ -8,7 +8,7 @@
 +++ b/Cargo.toml
 @@ -120,7 +120,7 @@
  filetime = "0.2"
- itertools = ">= 0.10.5, <= 0.12"
+ itertools = ">= 0.10.5, <= 0.13"
  predicates = "3.1.0"
 -serial_test = "3.1"
 +serial_test = ">= 2.0.0, <= 3"
diff -Nru sccache-0.8.1/debian/patches/2001_temp-env.patch 
sccache-0.8.1/debian/patches/2001_temp-env.patch
--- sccache-0.8.1/debian/patches/2001_temp-env.patch    2024-07-05 
14:47:24.000000000 +0000
+++ sccache-0.8.1/debian/patches/2001_temp-env.patch    2024-09-24 
09:53:16.000000000 +0000
@@ -7,7 +7,7 @@
 --- a/Cargo.toml
 +++ b/Cargo.toml
 @@ -121,7 +121,6 @@
- itertools = ">= 0.10.5, <= 0.12"
+ itertools = ">= 0.10.5, <= 0.13"
  predicates = "3.1.0"
  serial_test = ">= 2.0.0, <= 3"
 -temp-env = "0.3.6"

--- End Message ---
--- Begin Message ---
Source: sccache
Source-Version: 0.8.1-8
Done: Jonas Smedegaard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sccache, 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 sccache 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, 24 Sep 2024 16:07:40 +0200
Source: sccache
Architecture: source
Version: 0.8.1-8
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1082663
Changes:
 sccache (0.8.1-8) unstable; urgency=medium
 .
   * drop patches 2001_is-terminal 2001_regex 2001_uuid,
     obsoleted by Debian packaging changes
   * add patches cherry-picked upstream:
     + disable preprocessor cache with -MD and friends
     + log when preprocessor cache cannot be used
     + disable "warnings as errors" flag for CL preprocessing
   * update patch 2001_itertools to cover itertools 0.13;
     relax build-dependency for crate itertools;
     closes: bug#1082663, thanks to Peter Green
Checksums-Sha1:
 3e80646569ff0c25dea36f850fd84855361c914b 4497 sccache_0.8.1-8.dsc
 d952310a4661c3a611db0b91adaa2ae715a404b8 22172 sccache_0.8.1-8.debian.tar.xz
 aa2b1ff3909ef1ed2af4e761f80fd21c2b9d97ff 25567 sccache_0.8.1-8_amd64.buildinfo
Checksums-Sha256:
 e2a53740b9ae81c14c2c9d57e3787f898b64d8e8306f5299f7c67b4ae09d81a0 4497 
sccache_0.8.1-8.dsc
 36bf67fcce6509933b657fb04483768337a1c267ed33fe11ae7a71729cdee941 22172 
sccache_0.8.1-8.debian.tar.xz
 a8759ccb001bb81e3f414b2f9c334065b00cbf7325e777ef190b88280da830ad 25567 
sccache_0.8.1-8_amd64.buildinfo
Files:
 cc2070e39b423764b6cb14858c3dfa47 4497 devel optional sccache_0.8.1-8.dsc
 f8b535c7d7482216a72a3f608a4671ee 22172 devel optional 
sccache_0.8.1-8.debian.tar.xz
 1028e89aa47f77135918b9c8efc676fc 25567 devel optional 
sccache_0.8.1-8_amd64.buildinfo

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

iQJABAEBCgAqFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmbyy+4MHGRyQGpvbmVz
LmRrAAoJECx8MUbBoAEhyIUP+gKd43UO3TWd/Nz4okaYManVcTjGTSGj8ZQork6M
eEFTLCCb/ncbQohbWyPQJQRxCN8bpXbaHg38fY2radlO8fMTQYaUIAk75X8MyPrR
PQBZeaEcbvU+zf/d+EGoPazR/iw2gJW0do02pAhJRuBLn8TQPpwO22Jo5KrQVixx
fcEoWv6ab1TqDe+pHt1QmcTCCliBFDIZ/m3k+ZzDhnyhAhVaxGTY+GBI9kYK1zB/
uSk2maw9uRzfdSKVTcr5X1CrA0nu12LdwL4RgevfvuGx3WYwWI6GZGs/B/oBhiRn
HtYjo/VzKidm91Ij9v7wQO0ovyS0ZA3Z3Mwuehw8fHop/5fODf70aGy8/Ht16FtH
3/CaFtsobcb9XT39aH9SPHmwgVbSfB2NTd9fvO/zb6ulBf2hD9tf5l1nInwSd6F2
Ln1r+GyAG0CUzVuncXgVkxpYlfVaSZ73AetWozLfp3yqwV6uwJ2+/hWEBgHZSiZc
H7lvQ73aIBsB8357NWDlrbaTohAGxQoHEKJ+Dlg3owXF+ecrSJ6/j+fNt+Uji5Qr
6f2QbXcbI67zg6MV3zD4NcfheIZX9RsUrw7utwV5OjS2ARY17sQvQvGi4tubxt23
6kCp5O1Oa6WfiNs/Pj+g7Scn8uztTe2HvbDpS8K1W46MadgVoqAKaWHxg7AO77Wy
OO5N
=yPRG
-----END PGP SIGNATURE-----

Attachment: pgpzt9EpVP2lZ.pgp
Description: PGP signature


--- End Message ---

Reply via email to