make manuals with defconfig, as is required for kernel-package 10.008

svn path=/dists/trunk/linux-2.6/; revision=4757
This commit is contained in:
Simon Horman 2005-11-09 08:28:30 +00:00
parent 9bd0dbb10e
commit 117ef4aa69
2 changed files with 4 additions and 2 deletions

3
debian/changelog vendored
View File

@ -29,6 +29,7 @@ linux-2.6 (2.6.14-3) UNRELEASED; urgency=low
* [NETFILTER] nf_queue: Fix Ooops when no queue handler registered
This is a regression introduced in 2.6.14.
net-nf_queue-oops.patch. (Closes: #337713)
* Make manuals with defconfig, as is required for kernel-package 10.008
[ dann frazier ]
* net-ipconntrack-nat-fix.patch - fix compilation of
@ -40,7 +41,7 @@ linux-2.6 (2.6.14-3) UNRELEASED; urgency=low
* disable macsonic driver until the dma patch is fixed
* disable IEEE80211 drivers for all of m68k
-- maximilian attems <maks@sternwelten.at> Wed, 9 Nov 2005 02:18:23 +0100
-- Simon Horman <horms@debian.org> Wed, 9 Nov 2005 17:27:04 +0900
linux-2.6 (2.6.14-2) unstable; urgency=low

3
debian/rules.real vendored
View File

@ -198,7 +198,8 @@ install-doc: $(STAMPS_DIR)/source
touch '$(DIR)/debian/official'
rm '$(DIR)/Makefile'
sed -e 's,^EXTRAVERSION.*$$,EXTRAVERSION =,' < '$(SOURCE_DIR)/Makefile' > '$(DIR)/Makefile'
cd '$(DIR)' && $(setup_env) make-kpkg --stem linux kernel-manual
cd '$(DIR)' && $(setup_env) make-kpkg --stem linux \
--config defconfig kernel-manual
cat '$(DIR)/debian/files' >> debian/files
@for i in $$(awk '{ print $$1; }' '$(DIR)/debian/files'); do \
echo "mv \"$(BUILD_DIR)/$$i\" .."; \