diff options
Diffstat (limited to 'debian/templates/control.libc-dev.in')
-rw-r--r-- | debian/templates/control.libc-dev.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/templates/control.libc-dev.in b/debian/templates/control.libc-dev.in new file mode 100644 index 000000000..6e975e4c3 --- /dev/null +++ b/debian/templates/control.libc-dev.in @@ -0,0 +1,9 @@ +Package: linux-libc-dev +Section: devel +Depends: ${misc:Depends} +# Remove this Provides when #826519 is closed +Provides: linux-kernel-headers +Multi-Arch: same +Description: Linux support headers for userspace development + This package provides userspaces headers from the Linux kernel. These headers + are used by the installed headers for GNU libc and other system libraries. |