eep, debugging stuff snuck in there. sorry for the noise

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

5
debian/rules vendored
View File

@ -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
#