summaryrefslogtreecommitdiffstats
path: root/linux-libc-dev.pkg
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-11-07 02:52:01 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-11-07 03:06:33 (EST)
commit6e62f084c0d8395af4743d635297984280074321 (patch)
tree592b63c35f49077f8f90b0770f40e8e461b92e24 /linux-libc-dev.pkg
parenta0970533a04202326943a8bf6a26953a7d2a6629 (diff)
linux-libc-dev-common: New package
Diffstat (limited to 'linux-libc-dev.pkg')
-rw-r--r--linux-libc-dev.pkg/control4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux-libc-dev.pkg/control b/linux-libc-dev.pkg/control
index 7ffb119..ed84f5a 100644
--- a/linux-libc-dev.pkg/control
+++ b/linux-libc-dev.pkg/control
@@ -1,6 +1,8 @@
Architecture: any-linux-any
Platform: all
-Depends: linux-common (= ${Source-Version})
+Section: libdev
+Depends: linux-common (= ${Source-Version}),
+ linux-libc-dev-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