From 77a348945251e3f62c5698c081debde125c46462 Mon Sep 17 00:00:00 2001 From: Butterfly Date: Fri, 22 Dec 2023 17:14:03 +0300 Subject: [PATCH 1/3] pkg-config: Added to Build-Depends pkg-config: Added to Build-Depends --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index b85ad67a..0312ed2e 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: curl, dh-python, meson (>= 0.45.0), + pkg-config, policykit-1, python3-dev, python3-setuptools, From a24903e6ac891443abb5a43532e26aa98871bf6e Mon Sep 17 00:00:00 2001 From: Butterfly Date: Tue, 9 Jan 2024 19:32:21 +0300 Subject: [PATCH 2/3] cython3-legacy: Added to Build-Depends cython3-legacy: Added to Build-Depends for alternate grpc can't build with cython-3_3.0.x on noble (Ubuntu 24.04) base. https://launchpadlibrarian.net/707999329/buildlog_ubuntu-noble-amd64.warpinator_1.8.3klbknoble1_BUILDING.txt.gz cython3-legacy_0.29.x can be use instead. https://launchpadlibrarian.net/708361123/buildlog_ubuntu-noble-amd64.warpinator_1.8.3klbknoble2_BUILDING.txt.gz --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 0312ed2e..d3b18e20 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Linux Mint Build-Depends: debhelper-compat (= 12), - cython3, + cython3-legacy | cython3, curl, dh-python, meson (>= 0.45.0), From 3d150528e650ab0efb75ec448b85166fc3863747 Mon Sep 17 00:00:00 2001 From: Butterfly Date: Tue, 9 Jan 2024 19:44:38 +0300 Subject: [PATCH 3/3] libpolkit-gobject-1-dev: Added to Build-Depends libpolkit-gobject-1-dev: Added to Build-Depends libpolkit-gobject-1-dev package is required for mantic base and later. https://launchpadlibrarian.net/707176618/buildlog_ubuntu-mantic-amd64.warpinator_1.8.2+klbkmantic2_BUILDING.txt.gz https://launchpadlibrarian.net/707243769/buildlog_ubuntu-mantic-amd64.warpinator_1.8.2+klbkmantic3_BUILDING.txt.gz --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index d3b18e20..7dfc5472 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: cython3-legacy | cython3, curl, dh-python, + libpolkit-gobject-1-dev, meson (>= 0.45.0), pkg-config, policykit-1,