Dear maintainer,

I've prepared an NMU for tpm2-abrmd (versioned as 3.0.0-1.1). The diff
is attached to this message.

Cheers
-- 
Sebastian Ramacher
diff -Nru tpm2-abrmd-3.0.0/debian/changelog tpm2-abrmd-3.0.0/debian/changelog
--- tpm2-abrmd-3.0.0/debian/changelog	2022-12-12 00:47:34.000000000 +0100
+++ tpm2-abrmd-3.0.0/debian/changelog	2024-04-11 23:12:31.000000000 +0200
@@ -1,3 +1,13 @@
+tpm2-abrmd (3.0.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+
+  [ Michael Hudson-Doyle ]
+  * Disable testsuite on armhf for now (the mocking the test harness
+    does fails when _FILE_BITS == 64) (Closes: #1067654).
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Thu, 11 Apr 2024 23:12:31 +0200
+
 tpm2-abrmd (3.0.0-1) unstable; urgency=low
 
   [ Debian Janitor ]
diff -Nru tpm2-abrmd-3.0.0/debian/rules tpm2-abrmd-3.0.0/debian/rules
--- tpm2-abrmd-3.0.0/debian/rules	2022-12-12 00:42:50.000000000 +0100
+++ tpm2-abrmd-3.0.0/debian/rules	2024-04-11 23:12:31.000000000 +0200
@@ -4,9 +4,14 @@
 export DEB_CFLAGS_MAINT_APPEND  = -Wall
 
 # Some variables:
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_ARCH_OS  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 
+ifneq (,$(filter armhf armel,$(DEB_HOST_ARCH)))
+DEB_BUILD_OPTIONS+=nocheck
+endif
+
 %:
 	dh $@ --exclude=.la --with autoreconf
 

Reply via email to