diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-12-28 11:39:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-02-13 07:04:07 +0000 |
commit | 7ce64eacc9f84995027a161b712b2c6c64d91154 (patch) | |
tree | 9da9cbde98d5d023fd745559d29fa209002a2ae6 | |
parent | Updating to debhelper compat 11. (diff) | |
download | lzlib-7ce64eacc9f84995027a161b712b2c6c64d91154.tar.xz lzlib-7ce64eacc9f84995027a161b712b2c6c64d91154.zip |
Adding multi-arch fields.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index bf8a5cc..e5da4ff 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Vcs-Git: https://sources.progress-linux.org/users/daniel.baumann/debian/packages Package: liblz-dev Section: libdevel Architecture: any +Multi-Arch: same Depends: liblz1 (= ${binary:Version}), ${misc:Depends}, @@ -28,6 +29,7 @@ Description: data compressor based on the LZMA algorithm (development) Package: liblz1 Section: libs Architecture: any +Multi-Arch: same Pre-Depends: ${misc:Pre-Depends}, Depends: |