From 4a6ef8e682bef31321c8cccbd7eab06cfe6625c9 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 24 Jul 2019 21:54:23 -0400 Subject: [PATCH] debian: mark logsave as Multi-Arch: foreign Also fix logsave so it is Architecure: any. It was previously "linux-any kfreebsd-any" due to a cut-and-paste error. Addresses-Debian-Bug: #932876 Signed-off-by: Theodore Ts'o --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index bb53536..f074a05 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,8 @@ Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: e2fsprogs (<< 1.45.3-1) Breaks: e2fsprogs (<< 1.45.3-1) -Architecture: linux-any kfreebsd-any +Architecture: any +Multi-Arch: foreign Description: save the output of a command in a log file The logsave program will execute cmd_prog with the specified argument(s), and save a copy of its output to logfile. If the -- 1.8.3.1