From a7369177b4230560ba04fcd7ca221945a5aa9b27 Mon Sep 17 00:00:00 2001 From: Andy Whitcroft Date: Fri, 3 Feb 2023 14:24:08 +0000 Subject: [PATCH] UBUNTU: [Packaging] rsync no longer available on lunar rsync is no longer available on i386. In lunar we only produce linux-libc-dev from the kernel package on i386. We only use rsync when building tools and when building documentation; we do neither on i386. Architecture limit our dependency. Signed-off-by: Andy Whitcroft [changed subject Config->Packaging, and lucid->lunar in body] Signed-off-by: Andrea Righi --- debian.master/control.stub.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in index 2033e80efc72..f7f768938495 100644 --- a/debian.master/control.stub.in +++ b/debian.master/control.stub.in @@ -14,7 +14,7 @@ Build-Depends: libiberty-dev , default-jdk-headless , java-common , - rsync , + rsync [!i386] , libdw-dev , libpci-dev , pkg-config ,