Package: zzuf Version: 0.15-1 Followup-For: Bug #997512 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu kinetic ubuntu-patch Control: tags -1 patch
Dear Maintainer, In Ubuntu, the attached patch was applied to fix the FTBFS discussed here: it simply consists in disabling the win32 test. Thanks for considering the patch. -- System Information: Debian Release: bookworm/sid APT prefers jammy-updates APT policy: (500, 'jammy-updates'), (500, 'jammy-security'), (500, 'jammy') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.15.0-27-generic (SMP w/16 CPU threads) Kernel taint flags: TAINT_WARN Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru zzuf-0.15/debian/patches/0001-test-Do-not-check-win32-as-it-fails.patch zzuf-0.15/debian/patches/0001-test-Do-not-check-win32-as-it-fails.patch --- zzuf-0.15/debian/patches/0001-test-Do-not-check-win32-as-it-fails.patch 1970-01-01 01:00:00.000000000 +0100 +++ zzuf-0.15/debian/patches/0001-test-Do-not-check-win32-as-it-fails.patch 2022-05-03 14:12:06.000000000 +0200 @@ -0,0 +1,24 @@ +From 173742831d1ba9a0dfe815757d05c19b5c92da58 Mon Sep 17 00:00:00 2001 +From: Alexandre Ghiti <alexandre.gh...@canonical.com> +Date: Tue, 3 May 2022 14:11:57 +0200 +Subject: [PATCH] test: Do not check win32 as it fails + +--- + test/Makefile.am | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/test/Makefile.am b/test/Makefile.am +index 7a3719c..db24f39 100644 +--- a/test/Makefile.am ++++ b/test/Makefile.am +@@ -18,7 +18,6 @@ TESTS = check-zzuf-A-autoinc \ + check-zzuf-M-max-memory \ + check-zzuf-r-ratio \ + check-source \ +- check-win32 \ + check-overflow \ + check-div0 \ + check-utils \ +-- +2.34.1 + diff -Nru zzuf-0.15/debian/patches/series zzuf-0.15/debian/patches/series --- zzuf-0.15/debian/patches/series 2015-06-28 13:45:01.000000000 +0200 +++ zzuf-0.15/debian/patches/series 2022-05-03 14:12:24.000000000 +0200 @@ -0,0 +1 @@ +0001-test-Do-not-check-win32-as-it-fails.patch