commit 134857c895026347fa4ed184d33d82778829aff4 Merge: e715755 cd31f01 Author: Andrea Pappacoda <andrea@pappacoda.it> Date: Sat Sep 7 22:49:23 2024 +0200 Declare fast forward / record previous work [git-debrebase pseudomerge: quick] commit e71575582bdd437ef1e88b118b867cf71eadfa19 Author: Andrea Pappacoda <andrea@pappacoda.it> Date: Sat Aug 10 23:33:50 2024 +0200 Remove remote images from README Forwarded: not-needed Last-Update: 2024-08-10 commit 51aa4bb399156500745e1627db781991b2d11bf4 Author: Andrea Pappacoda <andrea@pappacoda.it> Date: Tue Aug 6 23:34:27 2024 +0200 fix: avoid template-id-cdtor warning with GCC 14 C++20's DR 2237 forbids using template-ids in constructors and destructors, and GCC 14 started warning about this. Origin: upstream, https://github.com/Linaro/vixl/pull/109 Last-Update: 2024-08-06 commit 72a62e4637c33d811e08c66744cf4340c7679d32 Author: Andrea Pappacoda <andrea@pappacoda.it> Date: Wed Aug 7 00:11:15 2024 +0200 build: add Meson support I was trying to package Vixl, but the SCons build system does not provide an install target, so I would've had to add it. It seemed too difficult, so I directly created a quite basic Meson build script. It provides most features of the SCons script, except for tests and benchmarks, while adding a rich install target, with library soname versioning and a pkg-config file. Meson is a simple yet powerful build system, and you're interested in using it as your main build system I could add tests and benchmarks :) Origin: upstream, https://github.com/Linaro/vixl/pull/7 Last-Update: 2024-08-06 Gbp-Pq: Name meson.patch commit 3121e80d5e55da7351c43dc14646718d1fae688d Author: Andrea Pappacoda <andrea@pappacoda.it> Date: Sat Sep 7 21:58:57 2024 +0200 d/tests: add build-examples autopkgtest commit eece9905ac51c602bdb6a282200344f4dfbefab0 Author: Andrea Pappacoda <andrea@pappacoda.it> Date: Sat Sep 7 21:54:23 2024 +0200 d/control: move meson to Build-Depends-Arch It is not needed to run debian/rules clean commit 371fa9d16150f8b2936ddec3cde9a99b4f7ce688 Author: Andrea Pappacoda <andrea@pappacoda.it> Date: Sat Sep 7 21:53:42 2024 +0200 d/control: apply X-Style: black commit cd31f01e5dbf69d32d53b15cbcf86780db72264e Author: Andrea Pappacoda <andrea@pappacoda.it> Date: Sat Sep 7 21:58:57 2024 +0200 d/tests: add build-examples autopkgtest commit e41dd0ceac6222aecf90fe8ac261d230b3e9c112 Author: Andrea Pappacoda <andrea@pappacoda.it> Date: Sat Sep 7 21:54:23 2024 +0200 d/control: move meson to Build-Depends-Arch It is not needed to run debian/rules clean commit 64ca674a72baaaeb411367782f3758f81963f0a6 Author: Andrea Pappacoda <andrea@pappacoda.it> Date: Sat Sep 7 21:53:42 2024 +0200 d/control: apply X-Style: black
Among the 3 debian patches available in version 5.1.0-6 of the package, we noticed the following issues: