commit | ed2c9fa53b7a3e240a64e6e97494d72d0f80eed0 | [log] [tgz] |
---|---|---|
author | Michal Sojka <sojkam1@fel.cvut.cz> | Thu Feb 07 17:18:51 2008 +0100 |
committer | Sam Ravnborg <sam@ravnborg.org> | Sat Feb 09 10:51:47 2008 +0100 |
tree | 0eccb7dd44cbdd5af05f81dde8e5e76ea65b43e3 | |
parent | ec7748b59e214e2c6b7d21ca5f26a760fd6e142b [diff] |
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: Michal Sojka <sojkam1@fel.cvut.cz> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>