Source: automake-1.16 Version: 1:1.16.5-1.3 Severity: normal Tags: patch Please drop the unused libtool-bin build dependency. It was formerly used by tests, but no longer is. I compared both build artifacts and build logs from a build with and without this dependency. I'm attaching a patch for your convenience.
Helmut
diff -Nru automake-1.16-1.16.5/debian/changelog automake-1.16-1.16.5/debian/changelog --- automake-1.16-1.16.5/debian/changelog 2022-03-18 14:09:08.000000000 +0100 +++ automake-1.16-1.16.5/debian/changelog 2024-05-20 23:01:28.000000000 +0200 @@ -1,3 +1,10 @@ +automake-1.16 (1:1.16.5-1.4) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop unused libtool-bin dependency. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Mon, 20 May 2024 23:01:28 +0200 + automake-1.16 (1:1.16.5-1.3) unstable; urgency=medium * Non-maintainer upload. diff -Nru automake-1.16-1.16.5/debian/control automake-1.16-1.16.5/debian/control --- automake-1.16-1.16.5/debian/control 2021-10-23 06:35:41.000000000 +0200 +++ automake-1.16-1.16.5/debian/control 2024-05-20 23:01:28.000000000 +0200 @@ -9,7 +9,6 @@ help2man, install-info, libtool, - libtool-bin, pkg-config, texinfo, Rules-Requires-Root: no

