[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1064659: fwupd: stop depending on libtool-bin



Source: fwupd
Version: 1.9.13-1
Tags: patch
User: debian-cross@lists.debian.org
Usertags: cross-satisfiability

We want to remove the libtool-bin package from the Debian archive,
because it is fundamentally incompatible with cross compilation. Its use
usually indicates that a buildsystem uses libtool in an unintended way.
In case of fwupd, a build with this dependency demoted to just "libtool"
just works and hence all we need to do here is reduce the dependency as
it already does not use the -bin part. I'm attaching a patch for your
convenience.

Helmut
diff --minimal -Nru fwupd-1.9.13/debian/changelog fwupd-1.9.13/debian/changelog
--- fwupd-1.9.13/debian/changelog	2024-02-08 18:51:17.000000000 +0100
+++ fwupd-1.9.13/debian/changelog	2024-02-25 09:35:55.000000000 +0100
@@ -1,3 +1,10 @@
+fwupd (1.9.13-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Demote libtool-bin dependency to libtool. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sun, 25 Feb 2024 09:35:55 +0100
+
 fwupd (1.9.13-1) unstable; urgency=medium
 
   * New upstream version (1.9.13)
diff --minimal -Nru fwupd-1.9.13/debian/control fwupd-1.9.13/debian/control
--- fwupd-1.9.13/debian/control	2024-02-08 16:34:05.000000000 +0100
+++ fwupd-1.9.13/debian/control	2024-02-25 09:35:54.000000000 +0100
@@ -44,7 +44,7 @@
 	libsqlite3-dev,
 	libsystemd-dev,
 	systemd-dev | systemd,
-	libtool-bin,
+	libtool,
 	libtss2-dev,
 	libxmlb-dev (>= 0.1.13),
 	libzstd-dev,

Reply to: