Source: vte2.91
Version: 0.76.3-1
Severity: normal
Tags: patch
X-Debbugs-Cc: nathan.teodo...@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
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.teodo...@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

Reply via email to