Control: tags 1119098 + patch Control: tags 1119098 + pending Dear maintainer,
I've prepared an NMU for gmult (versioned as 11.0-1.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for gmult-11.0 gmult-11.0 changelog | 8 +++++ control | 4 +- patches/0001-Switch-to-appstreamcli.patch | 45 ++++++++++++++++++++++++++++++ patches/series | 1 4 files changed, 56 insertions(+), 2 deletions(-) diff -Nru gmult-11.0/debian/changelog gmult-11.0/debian/changelog --- gmult-11.0/debian/changelog 2023-06-25 14:06:23.000000000 +0300 +++ gmult-11.0/debian/changelog 2026-03-20 15:13:52.000000000 +0200 @@ -1,3 +1,11 @@ +gmult (11.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix switching to appstreamcli. (Closes: #1119098) + * debian/control: Update Homepage. + + -- Adrian Bunk <[email protected]> Fri, 20 Mar 2026 15:13:52 +0200 + gmult (11.0-1) unstable; urgency=medium * Team upload. diff -Nru gmult-11.0/debian/control gmult-11.0/debian/control --- gmult-11.0/debian/control 2023-06-25 14:06:23.000000000 +0300 +++ gmult-11.0/debian/control 2026-03-20 15:13:52.000000000 +0200 @@ -5,7 +5,7 @@ Uploaders: Barry deFreese <[email protected]>, Ansgar Burchardt <[email protected]>, Mahyuddin Susanto <[email protected]> -Build-Depends: appstream-util, +Build-Depends: appstream, debhelper-compat (= 13), desktop-file-utils, docbook-xsl, @@ -17,7 +17,7 @@ xsltproc Standards-Version: 4.6.2 Rules-Requires-Root: no -Homepage: https://launchpad.net/gmult +Homepage: https://gitlab.gnome.org/mterry/gmult Vcs-Git: https://salsa.debian.org/games-team/gmult.git Vcs-Browser: https://salsa.debian.org/games-team/gmult diff -Nru gmult-11.0/debian/patches/0001-Switch-to-appstreamcli.patch gmult-11.0/debian/patches/0001-Switch-to-appstreamcli.patch --- gmult-11.0/debian/patches/0001-Switch-to-appstreamcli.patch 1970-01-01 02:00:00.000000000 +0200 +++ gmult-11.0/debian/patches/0001-Switch-to-appstreamcli.patch 2026-03-20 15:13:52.000000000 +0200 @@ -0,0 +1,45 @@ +From ddd67ed888c23dcb95019f5cf6f61e166a371dba Mon Sep 17 00:00:00 2001 +From: Michael Terry <[email protected]> +Date: Sat, 25 Mar 2023 10:44:41 -0400 +Subject: Switch to appstreamcli + +--- + data/meson.build | 6 +++--- + meson.build | 2 +- + 2 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/data/meson.build b/data/meson.build +index a83feb0..ca7fd4a 100644 +--- a/data/meson.build ++++ b/data/meson.build +@@ -41,11 +41,11 @@ gmult_appdata = i18n.merge_file( + install_dir: join_paths(datadir, 'metainfo'), + ) + +-if appstream_util.found() ++if appstreamcli.found() + test( + 'validate-appstream', +- appstream_util, +- args: ['--nonet', 'validate-relax', gmult_appdata], ++ appstreamcli, ++ args: ['validate', '--no-net', gmult_appdata], + ) + endif + +diff --git a/meson.build b/meson.build +index ada2da7..d177b27 100644 +--- a/meson.build ++++ b/meson.build +@@ -30,7 +30,7 @@ glib_dep = dependency('glib-2.0', version: '>= 2.70') + gtk_dep = dependency('gtk4', version: '>= 4.6') + + # Programs +-appstream_util = find_program('appstream-util', required: false) ++appstreamcli = find_program('appstreamcli', required: false) + desktop_file_validate = find_program('desktop-file-validate', required: false) + glib_compile_schemas = find_program('glib-compile-schemas') + +-- +2.47.3 + diff -Nru gmult-11.0/debian/patches/series gmult-11.0/debian/patches/series --- gmult-11.0/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ gmult-11.0/debian/patches/series 2026-03-20 15:13:52.000000000 +0200 @@ -0,0 +1 @@ +0001-Switch-to-appstreamcli.patch

