summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2019-07-24 21:54:23 -0400
committerTheodore Ts'o <tytso@mit.edu>2019-07-24 21:54:23 -0400
commit4a6ef8e682bef31321c8cccbd7eab06cfe6625c9 (patch)
tree9d3229c91a7d159ea3c36e8981049bb4a627709d /debian
parentb434d9d2c2a072bafeaca6555586d9b4ddcb8a35 (diff)
downloade2fsprogs-4a6ef8e682bef31321c8cccbd7eab06cfe6625c9.tar.gz
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 <tytso@mit.edu>
Diffstat (limited to 'debian')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index bb535368..f074a056 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