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 #