d-0007-no-tzdb
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Sat, 11 Jan 2025 10:37:00 +0000 (11:37 +0100)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Thu, 28 May 2026 18:58:07 +0000 (20:58 +0200)
Description: remove jiff-tzdb(-platform)

on Debian, we can just use the tzdata information..

Forwarded: not-needed

Gbp-Pq: Topic prune
Gbp-Pq: Name d-0007-no-tzdb.patch

vendor/jiff-0.2.18/Cargo.toml

index 4a4d01a34d658db9a93ca0943bf15aea25f71748..bf754e59c014a653e5603350b16b9ba6ec492af5 100644 (file)
@@ -66,7 +66,6 @@ default = [
     "std",
     "tz-system",
     "tz-fat",
-    "tzdb-bundle-platform",
     "tzdb-zoneinfo",
     "tzdb-concatenated",
     "perf-inline",
@@ -93,14 +92,6 @@ tz-system = [
     "std",
     "dep:windows-sys",
 ]
-tzdb-bundle-always = [
-    "dep:jiff-tzdb",
-    "alloc",
-]
-tzdb-bundle-platform = [
-    "dep:jiff-tzdb-platform",
-    "alloc",
-]
 tzdb-concatenated = ["std"]
 tzdb-zoneinfo = ["std"]
 
@@ -116,10 +107,6 @@ path = "tests/lib.rs"
 version = "0.2"
 optional = true
 
-[dependencies.jiff-tzdb]
-version = "0.1.5"
-optional = true
-
 [dependencies.log]
 version = "0.4.21"
 optional = true