Source: collectd
Version: 5.12.0-22+b1
Severity: normal
Tags: patch
X-Debbugs-Cc: m...@daemonizer.de, x...@packages.debian.org
Control: affects -1 + src:xen

Starting with version 4.19, the xen package in Debian will stop building xen 
on the armhf architecture.
Your package currently depends on libxen-dev on the armhf architecture, please 
remove that dependency as the armhf package is going away soon. The xen 
package will continue to support the amd64 and arm64 architectures.
The armhf removal can be seen in the xen 4.19.1-1~exp4 package that is 
currently in experimental. We intend to upload it to unstable soon.

For your convenience I attach a patch removing the armhf architecture from the 
libxen-dev Build-Depends.

Thanks,
Maxi
diff --git a/debian/control b/debian/control
index 1e48c2b..e6dd59a 100644
--- a/debian/control
+++ b/debian/control
@@ -53,7 +53,7 @@ Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), po-debconf, dh-str
  libudev-dev [linux-any],
  libupsclient-dev | libupsclient1-dev,
  libvirt-dev [!kfreebsd-i386 !kfreebsd-amd64 !sh4 !ia64 !alpha],
- libxen-dev [amd64 arm64 armhf],
+ libxen-dev [amd64 arm64],
  libxml2-dev,
  libyajl-dev,
  linux-libc-dev [linux-any] | linux-libc-dev (<< 2.6.25-1) [linux-any],
diff --git a/debian/rules b/debian/rules
index 6ddb421..e7855ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -254,7 +254,7 @@ ifeq (,$(filter amd64 arm64 armel armhf i386 mips64el mipsel ppc64el, $(DEB_HOST
 endif
 
 # This plugin is x86 and arm specific.
-ifeq (,$(filter amd64 arm64 armhf, $(DEB_HOST_ARCH)))
+ifeq (,$(filter amd64 arm64, $(DEB_HOST_ARCH)))
 	confflags += \
 		--disable-xencpu
 endif

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to