diff --git a/src/grep-printer/debian/changelog b/src/grep-printer/debian/changelog index b213f64..89ef707 100644 --- a/src/grep-printer/debian/changelog +++ b/src/grep-printer/debian/changelog @@ -1,3 +1,9 @@ +rust-grep-printer (0.1.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package grep-printer 0.1.4 from crates.io using debcargo 2.4.0 + + -- Sylvestre Ledru Wed, 18 Mar 2020 23:08:21 +0100 + rust-grep-printer (0.1.3-2) unstable; urgency=medium * Team upload. diff --git a/src/grep-printer/debian/copyright.debcargo.hint b/src/grep-printer/debian/copyright.debcargo.hint index e54f732..2c1c98b 100644 --- a/src/grep-printer/debian/copyright.debcargo.hint +++ b/src/grep-printer/debian/copyright.debcargo.hint @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: grep-printer Upstream-Contact: Andrew Gallant -Source: https://github.com/BurntSushi/ripgrep +Source: https://github.com/BurntSushi/ripgrep/tree/master/crates/printer Files: * Copyright: FIXME (overlay) UNKNOWN-YEARS Andrew Gallant diff --git a/src/grep-printer/debian/patches/update-base64.patch b/src/grep-printer/debian/patches/update-base64.patch index 3086c40..4a5ebce 100644 --- a/src/grep-printer/debian/patches/update-base64.patch +++ b/src/grep-printer/debian/patches/update-base64.patch @@ -4,9 +4,9 @@ +++ grep-printer/Cargo.toml @@ -22,7 +22,7 @@ keywords = ["grep", "pattern", "print", license = "Unlicense/MIT" - repository = "https://github.com/BurntSushi/ripgrep" + repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/printer" [dependencies.base64] --version = "0.10.0" +-version = "0.11.0" +version = ">= 0.10.0, < 0.12" optional = true