File: d-0007-no-tzdb.patch

package info (click to toggle)
rustc 1.90.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 925,928 kB
  • sloc: xml: 158,148; javascript: 19,781; sh: 19,174; python: 15,732; ansic: 13,096; cpp: 7,181; asm: 4,376; makefile: 697; lisp: 176; sql: 15
file content (51 lines) | stat: -rw-r--r-- 1,159 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
From: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Date: Sat, 11 Jan 2025 11:37:00 +0100
Subject: d-0007-no-tzdb

Description: remove jiff-tzdb(-platform)

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

Forwarded: not-needed
---
 vendor/jiff-0.2.15/Cargo.toml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/vendor/jiff-0.2.15/Cargo.toml b/vendor/jiff-0.2.15/Cargo.toml
index b628c43..c1b8feb 100644
--- a/vendor/jiff-0.2.15/Cargo.toml
+++ b/vendor/jiff-0.2.15/Cargo.toml
@@ -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.4"
-optional = true
-
 [dependencies.log]
 version = "0.4.21"
 optional = true