Codebase list rust-libslirp / 92309eb
globset: update to 0.4.5 drop patch applied upstream, and add one to downgrade a test dependency Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Fabian Grünbichler 4 years ago
6 changed file(s) with 25 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
0 rdeps in testing are all uninstallable already
0 rust-globset (0.4.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package globset 0.4.5 from crates.io using debcargo 2.4.2
4
5 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Tue, 24 Mar 2020 11:30:28 +0100
6
07 rust-globset (0.4.4-2) unstable; urgency=medium
18
29 * Team upload.
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: globset
22 Upstream-Contact: Andrew Gallant <jamslam@gmail.com>
3 Source: https://github.com/BurntSushi/ripgrep/tree/master/globset
3 Source: https://github.com/BurntSushi/ripgrep/tree/master/crates/globset
44
55 Files: *
66 Copyright: FIXME (overlay) UNKNOWN-YEARS Andrew Gallant <jamslam@gmail.com>
2020
2121 Files: debian/*
2222 Copyright:
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 Sylvestre Ledru <sylvestre@debian.org>
2525 License: Unlicense or MIT
2626
2727 License: MIT
+0
-12
src/globset/debian/patches/fix-undeclared-dep.patch less more
0 Forwarded: https://github.com/BurntSushi/globset/pull/1
1 --- a/Cargo.toml
2 +++ b/Cargo.toml
3 @@ -43,6 +43,8 @@
4 version = "1.1.5"
5 [dev-dependencies.glob]
6 version = "0.3.0"
7 +[dev-dependencies.lazy_static]
8 +version = "1"
9
10 [features]
11 simd-accel = []
0 Index: globset/Cargo.toml
1 ===================================================================
2 --- globset.orig/Cargo.toml
3 +++ globset/Cargo.toml
4 @@ -52,7 +52,7 @@ version = "0.3.0"
5 version = "1"
6
7 [dev-dependencies.serde_json]
8 -version = "1.0.45"
9 +version = "1.0.41"
10
11 [features]
12 serde1 = ["serde"]
0 fix-undeclared-dep.patch
0 relax-test-dep.diff