[kernel] r5865 - dists/exp/linux-2.6/debian

Jurij Smakov jurij-guest at costa.debian.org
Mon Feb 13 05:36:41 UTC 2006


Author: jurij-guest
Date: Mon Feb 13 05:36:40 2006
New Revision: 5865

Modified:
   dists/exp/linux-2.6/debian/rules.real
Log:
Remove the postproc hook from the install-doc
image, it does not belong in there.


Modified: dists/exp/linux-2.6/debian/rules.real
==============================================================================
--- dists/exp/linux-2.6/debian/rules.real	(original)
+++ dists/exp/linux-2.6/debian/rules.real	Mon Feb 13 05:36:40 2006
@@ -162,9 +162,6 @@
 	cd '$(DIR)' && $(setup_env) make-kpkg --stem linux 		\
 		--config defconfig kernel-manual
 	cat '$(DIR)/debian/files' >> debian/files
-ifdef IMAGE_POSTPROC
-	cd '$(DIR)'; $(IMAGE_POSTPROC)
-endif
 	@for i in $$(awk '{ print $$1; }' '$(DIR)/debian/files'); do	\
 	  echo "mv \"$(BUILD_DIR)/$$i\" ..";				\
 	  mv "$(BUILD_DIR)/$$i" ..;					\



More information about the Kernel-svn-changes mailing list