Revised patch.
(But this would be for 12.9, the window for 12.8 closes today).
Thanks.
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cpuinfo (0.0~git20220617.082deff-1+deb12u1) bookworm; urgency=medium
+
+ * Team upload.
+ * Ignore exit status of dh_auto_test, allowing the package to be
+ built on systems where the CPU is not recognized. Closes: #1086649.
+
+ -- Shengqi Chen <harry-c...@outlook.com> Sun, 03 Nov 2024 19:43:00 +0100
+
cpuinfo (0.0~git20220617.082deff-1) unstable; urgency=medium
* New upstream version 0.0~git20220617.082deff
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
if [ -r /proc/cpuinfo ]; then cat /proc/cpuinfo ; else false; fi
if [ -x ./$(shell ls -d obj-*)/cpuid-dump ]; then ./$(shell ls -d
obj-*)/cpuid-dump; fi
- LD_LIBRARY_PATH=$(shell pwd)/$(shell ls -d obj-*) dh_auto_test
+ -LD_LIBRARY_PATH=$(shell pwd)/$(shell ls -d obj-*) dh_auto_test
endif
override_dh_missing: