From 8f08dbfbe1f64919e2d86e6147d9ee0d16c35fa9 Mon Sep 17 00:00:00 2001 From: Tony Hutter Date: Mon, 7 Apr 2025 17:06:44 -0700 Subject: [PATCH] debian: Add libtirpc-dev dependency (#17220) Debian requires libtirpc-dev. Update our debian/control file to match Debian's upstream one. Closes: #17197 Signed-off-by: Tony Hutter Reviewed-by: Tino Reichardt Reviewed-by: @manfromafar --- contrib/debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/debian/control b/contrib/debian/control index 6829c0ccd..96a2bdd88 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -11,6 +11,7 @@ Build-Depends: debhelper-compat (= 12), libelf-dev, libpam0g-dev, libssl-dev | libssl1.0-dev, + libtirpc-dev, libtool, libudev-dev, lsb-release,