[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/squeekboard][wip/a-wai/fix-ftbfs-clap] 2 commits: d/patches: fix build failure due to newer crate version

Arnaud Ferraris (@a-wai) gitlab at salsa.debian.org
Wed Mar 30 09:35:23 BST 2022



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


Commits:
d9e01226 by Arnaud Ferraris at 2022-03-30T10:34:56+02:00
d/patches: fix build failure due to newer crate version

Crate `clap` has been upgraded to 2.34 in Debian, so make sure this
package still builds fine.

Closes: #1008357

- - - - -
9cdac2e4 by Arnaud Ferraris at 2022-03-30T10:35:04+02:00
d/changelog: release version 1.17.0-2

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/Cargo.deps.newer-update-for-newer-clap-in-Debian.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+squeekboard (1.17.0-2) unstable; urgency=medium
+
+  * d/patches: fix build failure due to newer crate version.
+    Crate `clap` has been upgraded to 2.34 in Debian, so make sure this
+    package still builds fine. (Closes: #1008357)
+
+ -- Arnaud Ferraris <arnaud.ferraris at collabora.com>  Mon, 28 Mar 2022 15:16:38 +0200
+
 squeekboard (1.17.0-1) unstable; urgency=medium
 
   * d/gbp.conf: change upstream tag handling.


=====================================
debian/patches/Cargo.deps.newer-update-for-newer-clap-in-Debian.patch
=====================================
@@ -0,0 +1,25 @@
+From bbc3d46f5800352a9d1869fdca7164b514025703 Mon Sep 17 00:00:00 2001
+From: Arnaud Ferraris <arnaud.ferraris at collabora.com>
+Date: Mon, 28 Mar 2022 15:13:14 +0200
+Subject: [PATCH] Cargo.deps.newer: update for newer clap in Debian
+
+---
+ Cargo.deps.newer | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Cargo.deps.newer b/Cargo.deps.newer
+index b259897..18c1057 100644
+--- a/Cargo.deps.newer
++++ b/Cargo.deps.newer
+@@ -1,7 +1,7 @@
+ # Dependencies which change based on build flags
+ # For the newer-than-Byzantium config
+ bitflags = "1.3.*"
+-clap = { version = "2.33.*", default-features = false }
++clap = { version = "2.34.*", default-features = false }
+ 
+ [dependencies.cairo-rs]
+ version = "0.14.*"
+-- 
+2.35.1
+


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+Cargo.deps.newer-update-for-newer-clap-in-Debian.patch



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/compare/597aa2e996c5bc81c2097eb03a6b6d1c480d0c12...9cdac2e478e0125bb0d56fe3b38d49e6eb517da3

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/compare/597aa2e996c5bc81c2097eb03a6b6d1c480d0c12...9cdac2e478e0125bb0d56fe3b38d49e6eb517da3
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/20220330/01ff2ba8/attachment-0001.htm>


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