diff --git a/src/bat/debian/changelog b/src/bat/debian/changelog index 628c9e2..3b0a02c 100644 --- a/src/bat/debian/changelog +++ b/src/bat/debian/changelog @@ -1,3 +1,10 @@ +rust-bat (0.16.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Team upload. + * Package bat 0.16.0 from crates.io using debcargo 2.4.3 + + -- Sylvestre Ledru Tue, 20 Oct 2020 08:50:53 +0200 + rust-bat (0.12.1-4) unstable; urgency=medium * Team upload. diff --git a/src/bat/debian/copyright.debcargo.hint b/src/bat/debian/copyright.debcargo.hint index c221cf8..35d2f28 100644 --- a/src/bat/debian/copyright.debcargo.hint +++ b/src/bat/debian/copyright.debcargo.hint @@ -13,7 +13,52 @@ the archive. Files: ./LICENSE-MIT -Copyright: 2018 bat-developers (https://github.com/sharkdp/bat). +Copyright: 2018-2020 bat-developers (https://github.com/sharkdp/bat). +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./README.md +Copyright: 2018-2020 [bat-developers](https://github.com/sharkdp/bat). +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./doc/README-ja.md +Copyright: 2018-2020 [bat-developers](https://github.com/sharkdp/bat). +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./doc/README-ko.md +Copyright: 2018-2020 [bat-developers](https://github.com/sharkdp/bat). +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./doc/README-ru.md +Copyright: 2018-2020 [Разработчики bat](https://github.com/sharkdp/bat). +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./src/less.rs +Copyright: + 1984-2016 Mark Nudelman + 1984-2017 Mark Nudelman + 1984-2019 Mark Nudelman +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./tests/syntax-tests/source/SASS/LICENSE.md +Copyright: 2006-2018 Hampton Catlin, Natalie Weizenbaum, Chris Eppstein, and License: UNKNOWN-LICENSE; FIXME (overlay) Comment: FIXME (overlay): These notices are extracted from files. Please review them diff --git a/src/bat/debian/patches/bump-dep.diff b/src/bat/debian/patches/bump-dep.diff index 15df039..d0fb51e 100644 --- a/src/bat/debian/patches/bump-dep.diff +++ b/src/bat/debian/patches/bump-dep.diff @@ -2,30 +2,12 @@ =================================================================== --- bat.orig/Cargo.toml +++ bat/Cargo.toml -@@ -44,7 +44,7 @@ version = "0.8" - version = "0.2.4" - - [dependencies.dirs] --version = "2.0" -+version = "3.0" - - [dependencies.encoding] - version = "0.2" -@@ -55,7 +55,7 @@ features = [] +@@ -60,7 +60,7 @@ version = "0.12" default-features = false [dependencies.git2] --version = "0.10" +-version = "0.13" +version = "0.11" - features = [] + optional = true default-features = false -@@ -63,7 +63,7 @@ default-features = false - version = "1.4" - - [dependencies.shell-words] --version = "0.1.0" -+version = "1.0" - - [dependencies.syntect] - version = "3.2.1"