diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-23 21:54:32 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-23 21:54:32 (EDT) |
commit | 556fffa2de97ca2cdee080a5d5251a667ed68c67 (patch) | |
tree | b957dd7302dbb346a89fe4c8eabd549b54ae72fb /linux-image.pkg/control | |
parent | 28adc6fa05cd1f2d4bee4c202d96538925810486 (diff) |
Use ${Source-Version} in cross-arch dependencies
Diffstat (limited to 'linux-image.pkg/control')
-rw-r--r-- | linux-image.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
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. |