diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-30 02:07:27 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-30 02:07:27 (EDT) |
commit | 6ea4c7bc5efe84e3534e50f3c8908678e067595b (patch) | |
tree | 8867395343f293f7c5888b86ad504258bef99dbf | |
parent | b8850baf04a741ee83182498f5353752c8751282 (diff) |
linux-image, linux-libc-dev, linux-sysmap: Tighten arch:all versioned dep
-rw-r--r-- | linux-image.pkg/control | 2 | ||||
-rw-r--r-- | linux-libc-dev.pkg/control | 2 | ||||
-rw-r--r-- | linux-sysmap.pkg/control | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/linux-image.pkg/control b/linux-image.pkg/control index a3366f0..9668906 100644 --- a/linux-image.pkg/control +++ b/linux-image.pkg/control @@ -1,6 +1,6 @@ Architecture: any-linux-any Platform: !dev Essential: yes -Depends: linux-common (>= ${Source-Version}) +Depends: linux-common (= ${Source-Version}) Description: Linux image This package provides a Linux kernel image. diff --git a/linux-libc-dev.pkg/control b/linux-libc-dev.pkg/control index 647ad47..7ffb119 100644 --- a/linux-libc-dev.pkg/control +++ b/linux-libc-dev.pkg/control @@ -1,6 +1,6 @@ Architecture: any-linux-any Platform: all -Depends: linux-common (>= ${Source-Version}) +Depends: linux-common (= ${Source-Version}) Description: Linux support headers for userspace development This package provides headers that define interfaces for userspace libraries and programs. These headers are used by BusyBox and the C library, for diff --git a/linux-sysmap.pkg/control b/linux-sysmap.pkg/control index 6d74c0d..6d73ff5 100644 --- a/linux-sysmap.pkg/control +++ b/linux-sysmap.pkg/control @@ -1,5 +1,5 @@ Architecture: any-linux-any Platform: !dev -Depends: linux-common (>= ${Source-Version}), linux-image (= ${Binary-Version}) +Depends: linux-common (= ${Source-Version}), linux-image (= ${Binary-Version}) Description: Linux symbol table This package provides a System.map symbol table file for the Linux image. |