New upstream version (2.6.34).

Generate dummy autoconf.h to keep modpost building.

svn path=/dists/trunk/linux-kbuild-2.6/; revision=15713
This commit is contained in:
Ben Hutchings 2010-05-17 02:49:41 +00:00
parent 9bb069b998
commit 4a474f72f8
2 changed files with 14 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
linux-kbuild-2.6 (2.6.34-1~experimental.1) UNRELEASED; urgency=low
* New upstream version
-- Ben Hutchings <ben@decadent.org.uk> Mon, 17 May 2010 03:26:43 +0100
linux-kbuild-2.6 (2.6.32-1) unstable; urgency=low
[ Ben Hutchings ]

10
debian/rules vendored
View File

@ -11,7 +11,7 @@ VERSION_DEBIAN_BINNMU := $(shell echo "$(VERSION_DEBIAN)" | sed -ne 's,.*\+b\(.*
include debian/rules.defs
build: debian/control $(STAMPS_DIR)/build-base
$(STAMPS_DIR)/build-base: $(BUILD_DIR) $(STAMPS_DIR)
$(STAMPS_DIR)/build-base: $(BUILD_DIR) $(STAMPS_DIR) kbuild/include/generated/autoconf.h
dh_testdir
$(MAKE) -f debian/rules.gen build
touch $@
@ -19,6 +19,12 @@ $(STAMPS_DIR)/build-base: $(BUILD_DIR) $(STAMPS_DIR)
$(BUILD_DIR) $(STAMPS_DIR):
@[ -d $@ ] || mkdir $@
# modpost needs CONFIG_SYMBOL_PREFIX from autoconf.h, but this is undefined
# for all Debian architectures.
kbuild/include/generated/autoconf.h:
@mkdir -p $(@D)
@[ -f $@ ] || touch $@
DIR_ORIG = ../orig/$(SOURCE)-$(VERSION)
TAR_ORIG_NAME = $(SOURCE)_$(VERSION).orig.tar.gz
TAR_ORIG = $(firstword $(wildcard ../$(TAR_ORIG_NAME)) $(wildcard ../orig/$(TAR_ORIG_NAME)))
@ -40,7 +46,7 @@ maintainerclean:
clean: debian/control
dh_testdir
rm -rf $(BUILD_DIR) $(STAMPS_DIR) debian/lib/python/debian_linux/*.pyc
rm -rf $(BUILD_DIR) $(STAMPS_DIR) debian/lib/python/debian_linux/*.pyc kbuild/include/generated
dh_clean
binary-indep: