Codebase list rust-libslirp / 0f0ca2d
prepare new git2 version Sylvestre Ledru 4 years ago
5 changed file(s) with 19 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
0 rust-git2 (0.10.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package git2 0.10.1 from crates.io using debcargo 2.4.0
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 02 Nov 2019 10:23:13 +0100
6
07 rust-git2 (0.8.0-2) unstable; urgency=medium
18
29 * Team upload.
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: git2
2 Upstream-Contact: Alex Crichton <alex@alexcrichton.com>
3 Source: https://github.com/alexcrichton/git2-rs
2 Upstream-Contact:
3 Josh Triplett <josh@joshtriplett.org>
4 Alex Crichton <alex@alexcrichton.com>
5 Source: https://github.com/rust-lang/git2-rs
46
57 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com>
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Josh Triplett <josh@joshtriplett.org>
10 FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com>
711 License: MIT or Apache-2.0
812 Comment:
913 FIXME (overlay): Since upstream copyright years are not available in
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -61,7 +61,6 @@
0 Index: git2/Cargo.toml
1 ===================================================================
2 --- git2.orig/Cargo.toml
3 +++ git2/Cargo.toml
4 @@ -60,7 +60,6 @@ https = ["libgit2-sys/https", "openssl-s
35 ssh = ["libgit2-sys/ssh"]
46 ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]
57 unstable = []
+0
-11
src/git2/debian/patches/relax-dep-versions.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -35,7 +35,7 @@
3 version = "0.4"
4
5 [dependencies.url]
6 -version = "1.0"
7 +version = ">= 1, < 3"
8 [dev-dependencies.docopt]
9 version = "1.0"
10
0 relax-dep-versions.patch
10 disable-vendor.patch