summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-05-06 19:31:21 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-05-06 19:31:21 (EDT)
commit064e9046f1b597ce0127e0f4d69b370ef0dd7c76 (patch)
tree4f73ed6c0aeed030b1a8aaea39d62e2a95bb8df4
parent852c0e8c3e439aa6ded0f6cc0e6bb1974c0a83c5 (diff)
linux-common: New package.
-rw-r--r--linux-common.pkg/control4
-rw-r--r--linux-common.pkg/docs (renamed from linux-libc-dev.pkg/docs)0
-rw-r--r--linux-image.pkg/control1
-rw-r--r--linux-libc-dev.pkg/control1
-rw-r--r--linux-sysmap.pkg/control2
5 files changed, 7 insertions, 1 deletions
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.