]> git.proxmox.com Git - debcargo-conf.git/commitdiff
bat: refresh of the patches
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 14 Jan 2022 12:10:16 +0000 (13:10 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 15 Jan 2022 21:36:19 +0000 (22:36 +0100)
src/bat/debian/patches/disable-bugreport.diff

index 26acb3c0f885d318de6095d20db2f672615482dc..cf981cacdf112ac848d0c456fab049a6159ac5fa 100644 (file)
@@ -15,6 +15,15 @@ Index: bat/Cargo.toml
  
  [dependencies.clap]
  version = "2.34"
+@@ -140,7 +140,7 @@ version = "2.34"
+ optional = true
+ [features]
+-application = ["bugreport", "build-assets", "git", "minimal-application"]
++application = ["build-assets", "git", "minimal-application"]
+ build-assets = ["syntect/yaml-load", "syntect/dump-create", "regex", "walkdir"]
+ default = ["application"]
+ git = ["git2"]
 Index: bat/src/bin/bat/main.rs
 ===================================================================
 --- bat.orig/src/bin/bat/main.rs