Source: ell
Version: 0.56-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

ell regressed cross building. It seems that dbus-daemon no longer is
installable in a foreign way as its postinst now fails. Fortunately, ell
only needs it for testing and properly supports
DEB_BUILD_OPTIONS=nocheck, so we can just annotate the relevant
dependency with <!nocheck>. I'm attaching a patch for your convenience.

Helmut
diff --minimal -Nru ell-0.56/debian/changelog ell-0.56/debian/changelog
--- ell-0.56/debian/changelog   2023-01-26 20:55:22.000000000 +0100
+++ ell-0.56/debian/changelog   2023-02-10 11:21:14.000000000 +0100
@@ -1,3 +1,10 @@
+ell (0.56-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Annotate dbus-daemon dependency <!nocheck>. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 10 Feb 2023 11:21:14 +0100
+
 ell (0.56-2) unstable; urgency=medium
 
   * add autopkgtest;
diff --minimal -Nru ell-0.56/debian/control ell-0.56/debian/control
--- ell-0.56/debian/control     2022-12-21 13:34:33.000000000 +0100
+++ ell-0.56/debian/control     2023-02-10 11:21:12.000000000 +0100
@@ -3,7 +3,7 @@
 Uploaders: Jonas Smedegaard <d...@jones.dk>
 Priority: optional
 Section: devel
-Build-Depends: dbus-daemon, debhelper-compat (= 13), libglib2.0-dev
+Build-Depends: dbus-daemon <!nocheck>, debhelper-compat (= 13), libglib2.0-dev
 Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Homepage: https://01.org/ell

Reply via email to