Skip to content
Commit ed2c9fa5 authored by Michal Sojka's avatar Michal Sojka Committed by Sam Ravnborg
Browse files

Kbuild: Fix deb-pkg target to work with kernel versions ending with -<text-without-digit>



If CONIFIG_LOCALVERSION is set for example to -loop, the following error
message was generated.

dpkg-deb - error: Debian revision (`loop') doesn't contain any digits
dpkg-deb: 1 errors in control file

The patch solves this by adding a numeric revision to package version.

Signed-off-by: default avatarMichal Sojka <sojkam1@fel.cvut.cz>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent ec7748b5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment