[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/squeekboard][wip/a-wai/restore-gtk-0.18] 4 commits: d/control: use versioned rust-g* deps
Arnaud Ferraris (@a-wai)
gitlab at salsa.debian.org
Sat Oct 12 18:24:21 BST 2024
Arnaud Ferraris pushed to branch wip/a-wai/restore-gtk-0.18 at Debian On Mobile / squeekboard
Commits:
ffb87aea by Arnaud Ferraris at 2024-10-12T19:23:47+02:00
d/control: use versioned rust-g* deps
Squeekboard uses GTK+ 3.0, which are now in Debian as versioned crates
in order to avoid colliding with newer GTK4 crates. Use those to fix
building this package.
- - - - -
68e068a1 by Arnaud Ferraris at 2024-10-12T19:23:47+02:00
d/squeekboard: install gschema file
- - - - -
002e85b5 by Arnaud Ferraris at 2024-10-12T19:23:47+02:00
debian: drop now-unneeded lintian overrides
- - - - -
272e3fce by Arnaud Ferraris at 2024-10-12T19:24:11+02:00
d/changelog: release version 1.42.0-1
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/squeekboard.install
- − debian/squeekboard.lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,15 @@
-squeekboard (1.42.0-1) UNRELEASED; urgency=medium
+squeekboard (1.42.0-1) unstable; urgency=medium
* New upstream version
-
- -- Arnaud Ferraris <aferraris at debian.org> Sat, 12 Oct 2024 19:03:22 +0200
+ * d/watch: fix for recent GitLab
+ * d/control: use versioned rust-g* deps.
+ Squeekboard uses GTK+ 3.0, which are now in Debian as versioned crates
+ in order to avoid colliding with newer GTK4 crates. Use those to fix
+ building this package.
+ * d/squeekboard: install gschema file
+ * debian: drop now-unneeded lintian overrides
+
+ -- Arnaud Ferraris <aferraris at debian.org> Sat, 12 Oct 2024 19:14:28 +0200
squeekboard (1.38.0-1) experimental; urgency=medium
=====================================
debian/control
=====================================
@@ -11,19 +11,18 @@ Build-Depends:
libglib2.0-dev,
libgnome-desktop-3-dev,
libgtk-3-dev,
- librust-aho-corasick-dev,
librust-bitflags-1-dev,
librust-clap-4+std-dev,
- librust-gio+v2-58-dev (>= 0.18),
- librust-glib+v2-58-dev (>= 0.18),
- librust-glib-sys-dev (>= 0.18),
- librust-gtk+v3-24-dev (>= 0.18),
- librust-gtk-sys-dev (>= 0.18),
+ librust-gio-0.18+v2-58-dev,
+ librust-glib-0.18+v2-58-dev,
+ librust-glib-sys-0.18+v2-58-dev,
+ librust-gtk-0.18+v3-24-dev,
+ librust-gtk-sys-0.18+v3-24-dev,
librust-maplit-1-dev,
librust-serde-derive-1-dev,
librust-serde-yaml-0.9-dev,
librust-thread-local-dev,
- librust-xkbcommon-dev (>= 0.5),
+ librust-xkbcommon-dev (>= 0.7),
librust-zbus-1-dev (>= 1.9),
librust-zvariant-2-dev (>= 2.10),
librust-zvariant-derive-2-dev (>= 2.10),
@@ -36,7 +35,7 @@ Build-Depends:
python3-ruamel.yaml,
rustc,
wayland-protocols,
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Homepage: https://gitlab.gnome.org/World/Phosh/squeekboard
Vcs-Browser: https://salsa.debian.org/DebianOnMobile-team/squeekboard
Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/squeekboard.git
=====================================
debian/squeekboard.install
=====================================
@@ -1,4 +1,5 @@
tools/squeekboard-restyled /usr/bin
usr/bin/squeekboard /usr/bin
usr/share/applications/
+usr/share/glib-2.0/
usr/share/locale/
=====================================
debian/squeekboard.lintian-overrides deleted
=====================================
@@ -1,3 +0,0 @@
-# squeekboard uses Rust's serde_yaml crate, which in turn uses a Rust rewrite
-# of libyaml, falsely recognized as an embedded copy of the C library.
-squeekboard: embedded-library libyaml [usr/bin/squeekboard]
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/compare/7bf9cdedae2757da593231dde22462478b9ac8aa...272e3fceb2db346861a586595d0c5382a513e096
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/compare/7bf9cdedae2757da593231dde22462478b9ac8aa...272e3fceb2db346861a586595d0c5382a513e096
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/20241012/968f8406/attachment-0001.htm>
More information about the Debian-on-mobile-maintainers
mailing list