Skip to content
Snippets Groups Projects
Commit a0cd454a authored by Denis Pynkin's avatar Denis Pynkin
Browse files

Use correct name for linux-headers-* package


In Debian there is no package `linux-headers-generic` and corresponding
packages includes target architecture in their name.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
Reviewed-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D7861
parent 55bb7897
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,11 @@ actions:
- libwnck-3-dev
- libxslt1-dev
- libxt-dev
- linux-headers-generic
{{ if eq $architecture "armhf" }}
- linux-headers-armmp
{{ else }}
- linux-headers-{{$architecture}}
{{ end }}
- lsb-release
- ltrace
- openssh-client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment