[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/squeekboard][update-1.12.0] 2 commits: d/patches: make build more verbose

Arnaud Ferraris gitlab at salsa.debian.org
Tue Jan 26 17:57:00 GMT 2021



Arnaud Ferraris pushed to branch update-1.12.0 at Debian On Mobile / squeekboard


Commits:
399c368a by Arnaud Ferraris at 2021-01-26T18:54:44+01:00
d/patches: make build more verbose

This should fix CI by making blhc happy

- - - - -
aabfbf1a by Arnaud Ferraris at 2021-01-26T18:54:52+01:00
d/changelog: release version 1.12.0-1

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/cargo.sh-be-more-verbose-while-compiling-rust-crates.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+squeekboard (1.12.0-1) unstable; urgency=medium
+
+  [ Henry-Nicolas Tourneur ]
+  * d/rules: fix an FTBFS on mips64el with GOT > 64kb
+  * d/rules: export RUSTFLAGS only on architecture that needs it
+
+  [ Dorota Czaplejewicz ]
+  * debian: Build reproducibly
+
+  [ Arnaud Ferraris ]
+  * New upstream version 1.12.0
+
+ -- Arnaud Ferraris <arnaud.ferraris at gmail.com>  Tue, 26 Jan 2021 18:19:42 +0100
+
 squeekboard (1.11.1-1) unstable; urgency=medium
 
   * New upstream version 1.11.1


=====================================
debian/patches/cargo.sh-be-more-verbose-while-compiling-rust-crates.patch
=====================================
@@ -0,0 +1,23 @@
+From a3f2df7c0bd330e22df156f795451654b7f66f06 Mon Sep 17 00:00:00 2001
+From: Arnaud Ferraris <arnaud.ferraris at gmail.com>
+Date: Tue, 26 Jan 2021 18:51:41 +0100
+Subject: [PATCH] cargo.sh: be more verbose while compiling rust crates
+
+---
+ cargo.sh | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/cargo.sh b/cargo.sh
+index c4be97b..a01d030 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 "$CMD" --verbose --manifest-path "$CARGO_TARGET_DIR"/Cargo.toml "$@"
+-- 
+2.29.2
+


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 data-keyboards-fix-typos.patch
+cargo.sh-be-more-verbose-while-compiling-rust-crates.patch



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/compare/b4f2777c70ca726534ae908d72d2533a585b6366...aabfbf1a0ef5ad38f2470a38b964d05b8ebcb7fe

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/compare/b4f2777c70ca726534ae908d72d2533a585b6366...aabfbf1a0ef5ad38f2470a38b964d05b8ebcb7fe
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/20210126/e79a37c4/attachment-0001.html>


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