diff --git a/src/bat/debian/changelog b/src/bat/debian/changelog index 5115375..ad8cbb0 100644 --- a/src/bat/debian/changelog +++ b/src/bat/debian/changelog @@ -3,7 +3,7 @@ * Team upload. * Package bat 0.16.0 from crates.io using debcargo 2.4.2 - -- Sylvestre Ledru Sat, 03 Oct 2020 12:38:23 +0200 + -- Sylvestre Ledru Sat, 03 Oct 2020 13:18:32 +0200 rust-bat (0.12.1-2) unstable; urgency=medium diff --git a/src/bat/debian/patches/disable-feature.diff b/src/bat/debian/patches/disable-feature.diff index f174392..0527aea 100644 --- a/src/bat/debian/patches/disable-feature.diff +++ b/src/bat/debian/patches/disable-feature.diff @@ -2,12 +2,99 @@ =================================================================== --- bat.orig/Cargo.toml +++ bat/Cargo.toml -@@ -113,7 +113,7 @@ version = "2.33" +@@ -34,12 +34,12 @@ version = "^0.12.1" + + [dependencies.atty] + version = "0.2.14" +-optional = true ++#optional = true + + [dependencies.clap] + version = "2.33" + features = ["suggestions", "color", "wrap_help"] +-optional = true ++#optional = true + default-features = false + + [dependencies.console] +@@ -50,7 +50,7 @@ version = "0.2.4" + + [dependencies.dirs] + version = "3.0" +-optional = true ++#optional = true + + [dependencies.encoding] + version = "0.2" +@@ -61,7 +61,7 @@ default-features = false + + [dependencies.git2] + version = "0.11" +-optional = true ++#optional = true + default-features = false + + [dependencies.globset] +@@ -69,11 +69,11 @@ version = "0.4" + + [dependencies.lazy_static] + version = "1.4" +-optional = true ++#optional = true + +-[dependencies.path_abs] +-version = "0.5" +-default-features = false ++#[dependencies.path_abs] ++#version = "0.5" ++#default-features = false + + [dependencies.semver] + version = "0.11" +@@ -87,19 +87,19 @@ version = "0.8" + + [dependencies.shell-words] + version = "1.0.0" +-optional = true ++#optional = true + +-[dependencies.syntect] +-version = "4.4.0" +-features = ["parsing", "yaml-load", "dump-load", "dump-create"] +-default-features = false ++#[dependencies.syntect] ++#version = "4.4.0" ++#features = ["parsing", "yaml-load", "dump-load", "dump-create"] ++#default-features = false + + [dependencies.unicode-width] + version = "0.1.8" + +-[dependencies.wild] +-version = "2.0" +-optional = true ++#[dependencies.wild] ++#version = "2.0" ++#optional = true + [dev-dependencies.assert_cmd] + version = "1.0.1" + +@@ -112,10 +112,11 @@ version = "0.3" + version = "2.33" optional = true - [features] +-[features] -application = ["atty", "clap", "dirs", "git", "lazy_static", "paging", "wild", "regex-onig"] -+application = ["atty", "clap", "dirs", "git", "lazy_static", "paging"] #, "wild", "regex-onig"] - default = ["application"] - git = ["git2"] - paging = ["shell-words"] +-default = ["application"] +-git = ["git2"] +-paging = ["shell-words"] +-regex-fancy = ["syntect/regex-fancy"] +-regex-onig = ["syntect/regex-onig"] ++#[features] ++#application = ["atty", "clap", "dirs", "git", "lazy_static", "paging"] ++#, "wild", "regex-onig"] ++#default = ["application"] ++#git = ["git2"] ++#paging = ["shell-words"] ++#regex-fancy = ["syntect/regex-fancy"] ++#regex-onig = ["syntect/regex-onig"]