From 4065eb486ef611fd4088d505d7d35612aa162f29 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Wed, 21 Aug 2024 23:55:25 +0100 Subject: [PATCH] fix: Ubuntu 24.04 package name change Adds librtlsdr2 as an alternative package version if librtlsdr0 is not available. As per https://www.debian.org/doc/debian-policy/ch-relationships.html Closes: #74 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 412aba71..b045f7c9 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Matthias Wirth Build-Depends: debhelper(>=9), libusb-1.0-0-dev, libncurses-dev, zlib1g-dev, zlib1g, pkg-config, libzstd-dev, libzstd1 -Build-Depends-Indep: librtlsdr0, librtlsdr-dev +Build-Depends-Indep: librtlsdr0 | librtlsdr2, librtlsdr-dev Standards-Version: 4.4.0.1 Homepage: https://github.com/wiedehopf/readsb Vcs-Git: https://github.com/wiedehopf/readsb.git