diff mbox series

[lunar/master-next,1/1] UBUNTU: [Config] rsync no longer available on lunar

Message ID 20230203142408.937565-2-apw@canonical.com
State New
Headers show
Series [lunar/master-next,1/1] UBUNTU: [Config] rsync no longer available on lunar | expand

Commit Message

Andy Whitcroft Feb. 3, 2023, 2:24 p.m. UTC
rsync is no longer available on i386.  In lucid 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 <apw@canonical.com>
---
 debian.master/control.stub.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 <!stage1>,
  default-jdk-headless <!stage1>,
  java-common <!stage1>,
- rsync <!stage1>,
+ rsync [!i386] <!stage1>,
  libdw-dev <!stage1>,
  libpci-dev <!stage1>,
  pkg-config <!stage1>,