grab ltver from changelog

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3432
This commit is contained in:
Andres Salomon 2005-07-09 23:54:56 +00:00
parent 4cb2e7ff66
commit f1f32ab393
1 changed files with 1 additions and 0 deletions

1
debian/rules vendored
View File

@ -14,6 +14,7 @@ SHELL := sh -e
karch := $(shell dpkg-architecture -qDEB_HOST_ARCH)
major := $(major_v).$(minor_v)
srcver := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
ltver := $(word 2,$(subst -, ,$(srcver)))
release := $(version)-$(ltver)
uver := $(subst .,_,$(version))
#