From a77949ad731b81a5778c0bf162994b2cad4538eb Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Sat, 9 Jul 2005 23:42:48 +0000 Subject: [PATCH] minor comment about variable descriptions in README svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3430 --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index d501fd7f9..3c1da217b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f # -# Required variables +# Required variables. See README for a description of the variables. # version := $(shell dpkg-parsechangelog | sed -n 's/^Source: linux-kernel-\(.\+\)$$/\1/p') major_v := $(wordlist 1,1,$(subst ., ,$(version))) @@ -16,6 +16,9 @@ major := $(major_v).$(minor_v) srcver := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}') release := $(version)-$(ltver) uver := $(subst .,_,$(version)) +blah: + echo $(version) + echo $(major) # # Construct depends and provides for the linux-tree #