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

Bastian Blank waldi at alioth.debian.org
Fri Feb 9 17:08:08 UTC 2007


Author: waldi
Date: Fri Feb  9 18:08:08 2007
New Revision: 8295

Modified:
   dists/trunk/linux-2.6/debian/rules.real
Log:
debian/rules.real: Only populate the debian dir for kernel-package builds.


Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-2.6/debian/rules.real	Fri Feb  9 18:08:08 2007
@@ -108,11 +108,6 @@
 $(STAMPS_DIR)/source-$(ARCH)-$(SUBARCH): $(STAMPS_DIR)/source
 	rm -rf '$(DIR)'
 	cp -al '$(SOURCE_DIR)' '$(DIR)'
-	mkdir -p '$(DIR)/debian'
-	cp debian/changelog '$(DIR)/debian'
-	cp debian/copyright '$(DIR)/debian'
-	cp debian/control '$(DIR)/debian/control'
-	touch '$(DIR)/debian/official'
 	$(patch_cmd) -a $(ARCH) -s $(SUBARCH)
 	touch '$@'
 
@@ -148,6 +143,9 @@
 
 $(STAMPS_DIR)/setup-$(ARCH)-$(SUBARCH)-$(FLAVOUR)-kernel-package:
 	$(SETUP_DIR)
+	mkdir -p '$(DIR)/debian'
+	cp debian/{changelog,control,copyright} '$(DIR)/debian'
+	touch '$(DIR)/debian/official'
 	cd '$(DIR)'; $(setup_env) $(kpkg_image) configure
 	touch '$@'
 



More information about the Kernel-svn-changes mailing list