Codebase list rust-hkdf / debian/latest
zvariant*: no longer patch out Cargo.toml for cargo relaxing Henry-Nicolas Tourneur 2 years ago
6 changed file(s) with 0 addition(s) and 27 deletion(s). Raw diff Collapse all Expand all
11
22 * Team upload.
33 * Package zvariant 2.8.0 from crates.io using debcargo 2.4.4
4 * d/patches: added relax-cargo-version, not mandating resolver = 2 which
5 requires newer cargo version
64
75 -- Henry-Nicolas Tourneur <debian@nilux.be> Fri, 27 Aug 2021 12:18:59 +0000
86
+0
-10
src/zvariant/debian/patches/relax-cargo-version.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -21,7 +21,6 @@ keywords = ["D-Bus", "DBus", "IPC", "GVa
3 categories = ["data-structures", "encoding", "parsing"]
4 license = "MIT"
5 repository = "https://gitlab.freedesktop.org/dbus/zbus/"
6 -resolver = "2"
7
8 [lib]
9 bench = false
+0
-1
src/zvariant/debian/patches/series less more
0 relax-cargo-version.patch
11
22 * Team upload.
33 * Package zvariant_derive 2.8.0 from crates.io using debcargo 2.4.4
4 * d/patches: added relax-cargo-version, not mandating resolver = 2 which
5 requires newer cargo version
6 * d/patches: added downgrade-proc-macro-crate.patch
74
85 -- Henry-Nicolas Tourneur <debian@nilux.be> Fri, 27 Aug 2021 15:48:20 +0000
96
+0
-10
src/zvariant-derive/debian/patches/relax-cargo-version.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -21,7 +21,6 @@ keywords = ["D-Bus", "DBus", "IPC", "GVa
3 categories = ["data-structures", "encoding", "parsing"]
4 license = "MIT"
5 repository = "https://gitlab.freedesktop.org/dbus/zbus/"
6 -resolver = "2"
7
8 [lib]
9 proc-macro = true
+0
-1
src/zvariant-derive/debian/patches/series less more
0 relax-cargo-version.patch