grab $(version) from changelog source

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3428
This commit is contained in:
Andres Salomon 2005-07-09 23:26:20 +00:00
parent b6333e75bd
commit 02b3c28c3f
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -2,7 +2,7 @@
#
# Required variables
#
version := 2.6.12
version := $(shell dpkg-parsechangelog | sed -n 's/^Source: linux-kernel-\(.\+\)$$/\1/p')
abiname := 1
ltver := 1
#