diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-23 18:35:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-23 18:35:53 +0000 |
commit | 70054e9b45a96a9bfa27a30a148c7cb31cbaf69e (patch) | |
tree | 070309b7d5b284ebedfa71ba9cda7659935fd3bd | |
parent | Releasing debian version 0.7.1-1. (diff) | |
download | ck-70054e9b45a96a9bfa27a30a148c7cb31cbaf69e.tar.xz ck-70054e9b45a96a9bfa27a30a148c7cb31cbaf69e.zip |
Switching architecture to linux-any to exclude hurd and kfreebsd (both FTBFS).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 2399bc8..4aaa7f3 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/ck Package: libck-dev Section: libdevel -Architecture: any +Architecture: linux-any Multi-Arch: same Depends: libck0 (= ${binary:Version}), @@ -27,7 +27,7 @@ Description: Concurrency Kit (development) Package: libck0 Section: libs -Architecture: any +Architecture: linux-any Pre-Depends: ${misc:Pre-Depends}, Depends: |