From 556fffa2de97ca2cdee080a5d5251a667ed68c67 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 23 Sep 2014 21:54:32 -0400 Subject: Use ${Source-Version} in cross-arch dependencies --- diff --git a/linux-image.pkg/control b/linux-image.pkg/control index b03b4af..a3366f0 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 (= ${Binary-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 0ff241b..647ad47 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 (= ${Binary-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 c3b5c9c..6d74c0d 100644 --- a/linux-sysmap.pkg/control +++ b/linux-sysmap.pkg/control @@ -1,5 +1,5 @@ Architecture: any-linux-any Platform: !dev -Depends: linux-common (= ${Binary-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. -- cgit v0.9.1