this commit follows: 93661343d884a5339631afd7b683e232d20b7baf and 0b52b09c6083bd590e46cb9884d06bae1b712a2a from debian-upstream [0].
the `make checkabi` invocation takes < .4s on my workstation - so it seems worth the change. [0] https://salsa.debian.org/zfsonlinux-team/zfs Signed-off-by: Stoiko Ivanov <s.iva...@proxmox.com> --- debian/control | 3 ++- debian/rules | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4ab6bda4..619244e9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: zfs-linux Section: contrib/kernel Priority: optional Maintainer: Proxmox Support Team <supp...@proxmox.com> -Build-Depends: debhelper (>= 10~), +Build-Depends: abigail-tools, + debhelper (>= 10~), dh-python, libblkid-dev, libelf-dev, diff --git a/debian/rules b/debian/rules index fe09e2e1..836e4bc4 100755 --- a/debian/rules +++ b/debian/rules @@ -47,6 +47,12 @@ override_dh_auto_configure: done override_dh_auto_test: +override_dh_auto_test: +ifeq (amd64,$(DEB_HOST_ARCH)) + # Upstream provides an ABI guarantee that we validate here + $(MAKE) checkabi +endif + # The dh_auto_test rule is disabled because # `make check` cannot run in an unprivileged build environment. -- 2.20.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel