[kernel] r6512 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at costa.debian.org
Sun Apr 30 20:51:58 UTC 2006


Author: waldi
Date: Sun Apr 30 20:51:57 2006
New Revision: 6512

Modified:
   dists/trunk/linux-2.6/debian/rules

Log:
debian/rules: Fix prequisites.


Modified: dists/trunk/linux-2.6/debian/rules
==============================================================================
--- dists/trunk/linux-2.6/debian/rules	(original)
+++ dists/trunk/linux-2.6/debian/rules	Sun Apr 30 20:51:57 2006
@@ -22,13 +22,13 @@
 	$(MAKE) -f debian/rules.gen source
 
 setup: debian/control $(STAMPS_DIR)/setup-base
-$(STAMPS_DIR)/setup-base: $(BUILD_DIR) $(STAMPS_DIR) $(STAMPS_DIR)/source-base
+$(STAMPS_DIR)/setup-base: $(STAMPS_DIR)/source-base
 	dh_testdir
 	$(MAKE) -f debian/rules.gen setup-$(DEB_HOST_ARCH)
 	touch $@
 
 build: debian/control $(STAMPS_DIR)/build-base
-$(STAMPS_DIR)/build-base: $(BUILD_DIR) $(STAMPS_DIR) $(STAMPS_DIR)/setup-base
+$(STAMPS_DIR)/build-base: $(STAMPS_DIR)/setup-base
 	dh_testdir
 	$(MAKE) -f debian/rules.gen build-$(DEB_HOST_ARCH)
 	touch $@
@@ -60,11 +60,11 @@
 	rm -rf $(BUILD_DIR) $(STAMPS_DIR) debian/lib/python/debian_linux/*.pyc
 	dh_clean
 
-binary-indep:
+binary-indep: $(STAMPS_DIR)/build-base
 	dh_testdir
 	$(MAKE) -f debian/rules.gen binary-indep
 
-binary-arch:
+binary-arch: $(STAMPS_DIR)/build-base
 	dh_testdir
 	$(MAKE) -f debian/rules.gen binary-arch-$(DEB_HOST_ARCH)
 



More information about the Kernel-svn-changes mailing list