Bug#1074788: vte2.91: Test vte-2.91-gtk4 too.
Nathan Pratta Teodosio
nathan.teodosio at canonical.com
Wed Jul 3 09:56:27 BST 2024
Source: vte2.91
Version: 0.76.3-1
Severity: normal
Tags: patch
X-Debbugs-Cc: nathan.teodosio at canonical.com
Dear maintainer,
the autopkgtest tests vte-2.91 but not vte-2.91-gtk4.
Attached is a debdiff to test against the latter too.
Cheers,
Nathan
-------------- next part --------------
diff -Nru vte2.91-0.76.3/debian/changelog vte2.91-0.76.3/debian/changelog
--- vte2.91-0.76.3/debian/changelog 2024-06-10 16:17:58.000000000 +0200
+++ vte2.91-0.76.3/debian/changelog 2024-07-03 10:50:40.000000000 +0200
@@ -1,3 +1,9 @@
+vte2.91 (0.76.3-2) experimental; urgency=medium
+
+ * d/t/build: Test vte-2.91-gtk4 too.
+
+ -- Nathan Pratta Teodosio <nathan.teodosio at canonical.com> Wed, 03 Jul 2024 10:50:40 +0200
+
vte2.91 (0.76.3-1) experimental; urgency=medium
* New upstream release
diff -Nru vte2.91-0.76.3/debian/tests/build vte2.91-0.76.3/debian/tests/build
--- vte2.91-0.76.3/debian/tests/build 2024-06-10 16:17:58.000000000 +0200
+++ vte2.91-0.76.3/debian/tests/build 2024-07-03 10:48:07.000000000 +0200
@@ -62,9 +62,11 @@
;;
esac
-# shellcheck disable=SC2046
-"${CROSS_COMPILE}gcc" $cflags -o "$mode" example.c $("${CROSS_COMPILE}pkg-config" $pcflags --cflags --libs vte-2.91)
-echo "build ($mode): OK"
-[ -x "$mode" ]
-"./$mode"
-echo "run ($mode): OK"
+for lib in vte-2.91 vte-2.91-gtk4; do
+ # shellcheck disable=SC2046
+ "${CROSS_COMPILE}gcc" $cflags -o "$mode" example.c $("${CROSS_COMPILE}pkg-config" $pcflags --cflags --libs "$lib")
+ echo "build ($lib, $mode): OK"
+ [ -x "$mode" ]
+ "./$mode"
+ echo "run ($lib, $mode): OK"
+done
More information about the pkg-gnome-maintainers
mailing list