From 064e9046f1b597ce0127e0f4d69b370ef0dd7c76 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 06 May 2014 19:31:21 -0400 Subject: linux-common: New package. --- diff --git a/linux-common.pkg/control b/linux-common.pkg/control new file mode 100644 index 0000000..f335388 --- /dev/null +++ b/linux-common.pkg/control @@ -0,0 +1,4 @@ +Architecture: all +Platform: all +Description: Linux-libre common files + This package provides documentation for the linux-libre source package. diff --git a/linux-libc-dev.pkg/docs b/linux-common.pkg/docs index e69de29..e69de29 100644 --- a/linux-libc-dev.pkg/docs +++ b/linux-common.pkg/docs diff --git a/linux-image.pkg/control b/linux-image.pkg/control index dd81c25..a9e38eb 100644 --- a/linux-image.pkg/control +++ b/linux-image.pkg/control @@ -1,4 +1,5 @@ Architecture: any-linux-any Platform: !dev +Depends: linux-common (= ${Binary-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 36ff8a3..0ff241b 100644 --- a/linux-libc-dev.pkg/control +++ b/linux-libc-dev.pkg/control @@ -1,5 +1,6 @@ Architecture: any-linux-any Platform: all +Depends: linux-common (= ${Binary-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 82b6f88..c3b5c9c 100644 --- a/linux-sysmap.pkg/control +++ b/linux-sysmap.pkg/control @@ -1,5 +1,5 @@ Architecture: any-linux-any Platform: !dev -Depends: linux-image (= ${Binary-Version}) +Depends: linux-common (= ${Binary-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