Source: libunistring
Version: 0.9.10-3
Severity: serious
Tags: patch

Your package FTBFS everywhere except on amd64, because the path to
libunistring.la in debian/not-installed does not match on other
architectures.  See the attached patch, tested on i386.

From c7f9cb848f8da2e4807753138f64acce0397b343 Mon Sep 17 00:00:00 2001
From: Sven Joachim <svenj...@gmx.de>
Date: Mon, 1 Jun 2020 09:08:10 +0200
Subject: [PATCH 1/1] Fix d/not-installed for non-amd64

---
 debian/not-installed | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/not-installed b/debian/not-installed
index b08b312..7641c51 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -1,2 +1,2 @@
 usr/share/info/libunistring.info
-usr/lib/x86_64-linux-gnu/libunistring.la
+usr/lib/*/libunistring.la
--
2.27.0.rc2

Reply via email to