From 9a97e5d3ac464d60cfaf3aa6e254492159e8e26b Mon Sep 17 00:00:00 2001 From: Wolfgang Date: Tue, 27 Jun 2023 17:17:23 +0000 Subject: [PATCH] prepare dependencies for cross compiling --- patches/proxmox-backup-build.patch | 26 +++++++++++++++++++++++++- patches/proxmox-backup-client.patch | 8 ++++---- 2 files changed, 29 insertions(+), 5 deletions(-) diff --git a/patches/proxmox-backup-build.patch b/patches/proxmox-backup-build.patch index ede5116..f44ad57 100644 --- a/patches/proxmox-backup-build.patch +++ b/patches/proxmox-backup-build.patch @@ -87,7 +87,7 @@ index 20c1e9c8..c0e13abe 100644 [features] default = [] diff --git a/debian/control b/debian/control -index 1b0c36f8..8c1712fa 100644 +index 1b0c36f8..54912cc1 100644 --- a/debian/control +++ b/debian/control @@ -2,133 +2,7 @@ Source: rust-proxmox-backup @@ -224,6 +224,30 @@ index 1b0c36f8..8c1712fa 100644 libacl1-dev, libfuse3-dev, libsystemd-dev (>= 246-~~), +@@ -141,18 +15,18 @@ Build-Depends: debhelper (>= 12), + fonts-open-sans , + graphviz , + jq, +- latexmk , ++ latexmk:all , + patchelf, +- proxmox-widget-toolkit-dev , +- pve-eslint (>= 7.18.0~), ++ proxmox-widget-toolkit-dev:all , ++ pve-eslint:all (>= 7.18.0~), + python3-docutils, + python3-pygments, +- python3-sphinx , ++ python3-sphinx:all , + rsync, + texlive-fonts-extra , + texlive-fonts-recommended , + texlive-xetex , +- xindy ++ xindy:native + Maintainer: Proxmox Support Team + Standards-Version: 4.5.1 + Vcs-Git: git://git.proxmox.com/git/proxmox-backup.git diff --git a/debian/rules b/debian/rules index 79366229..1ebd7460 100755 --- a/debian/rules diff --git a/patches/proxmox-backup-client.patch b/patches/proxmox-backup-client.patch index 27da329..542fc36 100644 --- a/patches/proxmox-backup-client.patch +++ b/patches/proxmox-backup-client.patch @@ -109,15 +109,15 @@ index b307009d..3473103a 100644 .PHONY: upload diff --git a/debian/control b/debian/control -index 8c1712fa..aee8f489 100644 +index 54912cc1..bab69748 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 12), - pve-eslint (>= 7.18.0~), + pve-eslint:all (>= 7.18.0~), python3-docutils, python3-pygments, -- python3-sphinx , -+ python3-sphinx, +- python3-sphinx:all , ++ python3-sphinx:all, rsync, texlive-fonts-extra , texlive-fonts-recommended ,