r4567 - dists/trunk/linux-2.6/debian
Bastian Blank
waldi at costa.debian.org
Thu Oct 20 16:51:53 UTC 2005
Author: waldi
Date: 2005-10-20 16:51:52 +0000 (Thu, 20 Oct 2005)
New Revision: 4567
Modified:
dists/trunk/linux-2.6/debian/rules.real
Log:
debian/rules.real: Remove EXTRAVERSION for linux-doc build as we need
them without.
Modified: dists/trunk/linux-2.6/debian/rules.real
===================================================================
--- dists/trunk/linux-2.6/debian/rules.real 2005-10-20 15:54:04 UTC (rev 4566)
+++ dists/trunk/linux-2.6/debian/rules.real 2005-10-20 16:51:52 UTC (rev 4567)
@@ -213,6 +213,8 @@
cp debian/copyright $(DIR)/debian
cp debian/control $(DIR)/debian/control
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
cat $(DIR)/debian/files >> debian/files
@for i in $$(awk '{ print $$1; }' $(DIR)/debian/files); do echo mv $(BUILD_DIR)/$$i ..; mv $(BUILD_DIR)/$$i ..; done
More information about the Kernel-svn-changes
mailing list