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

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



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


WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.


Deleted commits:
e67f21b6 by Arnaud Ferraris at 2022-03-28T16:35:50+02:00
WIP d/patches: use verbose output for cargo

This should make `blhc` happier.

- - - - -


2 changed files:

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


Changes:

=====================================
debian/patches/cargo.sh-use-verbose-output.patch
=====================================
@@ -0,0 +1,22 @@
+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 -vv "$CMD" --manifest-path "$CARGO_TARGET_DIR"/Cargo.toml "$@"
+--
+2.35.1


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 Cargo.deps.newer-update-for-newer-clap-in-Debian.patch
+cargo.sh-use-verbose-output.patch



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

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/e67f21b672c915cb7873712448c16989c8a7b51d
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/08d8601f/attachment-0001.htm>


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