diff -Nru uhd-4.4.0.0+ds1/debian/changelog uhd-4.4.0.0+ds1/debian/changelog --- uhd-4.4.0.0+ds1/debian/changelog 2023-07-16 19:22:15.000000000 +0100 +++ uhd-4.4.0.0+ds1/debian/changelog 2024-04-30 22:31:56.000000000 +0100 @@ -1,3 +1,9 @@ +uhd (4.4.0.0+ds1-4ubuntu0.1) mantic; urgency=medium + + * d/control: Fix runtime dependency. (LP: #2060882) + + -- Sudip Mukherjee Tue, 30 Apr 2024 22:31:56 +0100 + uhd (4.4.0.0+ds1-4) unstable; urgency=medium * Ensure build using --no-arch-any diff -Nru uhd-4.4.0.0+ds1/debian/control uhd-4.4.0.0+ds1/debian/control --- uhd-4.4.0.0+ds1/debian/control 2023-07-10 18:31:18.000000000 +0100 +++ uhd-4.4.0.0+ds1/debian/control 2024-04-30 22:31:56.000000000 +0100 @@ -1,7 +1,8 @@ Source: uhd Section: science Priority: optional -Maintainer: A. Maitland Bottoms +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: A. Maitland Bottoms Build-Depends: cmake, debhelper-compat (= 13), dh-python, @@ -41,6 +42,7 @@ Architecture: any Depends: libuhd4.4.0 (= ${binary:Version}), python3-requests, + python3-uhd, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}