[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/squeekboard][wip/a-wai/fix-ftbfs-clap] WIP d/patches: use verbose output for cargo

Arnaud Ferraris (@a-wai) gitlab at salsa.debian.org
Mon Mar 28 14:48:46 BST 2022



Arnaud Ferraris pushed to branch wip/a-wai/fix-ftbfs-clap at Debian On Mobile / squeekboard


Commits:
92fdaf8e by Arnaud Ferraris at 2022-03-28T15:48:34+02:00
WIP d/patches: use verbose output for cargo

This should make `blhc` happier.

- - - - -


1 changed file:

- + debian/patches/cargo.sh-use-verbose-output.patch


Changes:

=====================================
debian/patches/cargo.sh-use-verbose-output.patch
=====================================
@@ -0,0 +1,23 @@
+From 8e92e00c4d5689204098e49124ddf1df4359fbed Mon Sep 17 00:00:00 2001
+From: Arnaud Ferraris <arnaud.ferraris at collabora.com>
+Date: Mon, 28 Mar 2022 15:47:31 +0200
+Subject: [PATCH] cargo.sh: use verbose output
+
+---
+ cargo.sh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/cargo.sh b/cargo.sh
+index c4be97b..14d8454 100755
+--- a/cargo.sh
++++ b/cargo.sh
+@@ -18,5 +18,4 @@ cd "$SOURCE_DIR"
+ # so --manifest-path must not be last
+ CMD="$1"
+ shift
+-cargo "$CMD" --manifest-path "$CARGO_TARGET_DIR"/Cargo.toml "$@"
+-
++cargo -v "$CMD" --manifest-path "$CARGO_TARGET_DIR"/Cargo.toml "$@"
+-- 
+2.35.1
+



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/92fdaf8ef6a19a1ec6398add07d6044e422a39fe

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/92fdaf8ef6a19a1ec6398add07d6044e422a39fe
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20220328/1e3f9479/attachment.htm>


More information about the Debian-on-mobile-maintainers mailing list