Source: libusb-1.0
Version: 2:1.0.27-1
Severity: serious
Tags: patch
Control: affects -1 src:automake-1.17
X-Debbugs-CC: automake-1...@packages.debian.org

libusb-1.0's autopkgtest is failing with automake-1.17 which is now in
unstable. This can be fixed by having the autopkgtest run autoreconf
(this isn't a problem during the build because debhelper runs
dh_autoreconf by default).

I'm attaching a patch for this.

Thank you,
Jeremy Bícha
From 90b6ec811ae73fb39e1b5296702c9b0337e0980e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jeremy=20B=C3=ADcha?= <jeremy.bi...@canonical.com>
Date: Fri, 31 Jan 2025 14:05:08 -0500
Subject: [PATCH] autopkgtest: Run autoreconf to fix autopkgtest with
 automake-1.17

---
 debian/tests/testsuite | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index c0111a2..cbce76c 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -15,6 +15,7 @@ else
    BUILD_DIR="$AUTOPKGTEST_TMP"
 fi
 
+autoreconf
 cd $BUILD_DIR
 $SOURCE_DIR/configure --enable-tests-build
 exec make check LDADD=-lusb-1.0 
-- 
2.47.1

Reply via email to