From 4cb2e7ff66b55e76b95bc7438f3a284f9ab563b8 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Sat, 9 Jul 2005 23:47:27 +0000 Subject: [PATCH] eep, debugging stuff snuck in there. sorry for the noise svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3431 --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 3c1da217b..df688bdcb 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f # -# Required variables. See README for a description of the variables. +# Required variables. See README for a description of all the variables. # version := $(shell dpkg-parsechangelog | sed -n 's/^Source: linux-kernel-\(.\+\)$$/\1/p') major_v := $(wordlist 1,1,$(subst ., ,$(version))) @@ -16,9 +16,6 @@ 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 #