[kernel] r19405 - dists/trunk/linux/debian

Bastian Blank waldi at alioth.debian.org
Thu Oct 4 13:06:30 UTC 2012


Author: waldi
Date: Thu Oct  4 13:06:29 2012
New Revision: 19405

Log:
debian/rules, debian/rules.real: Remove unneeded chmod calls.

Modified:
   dists/trunk/linux/debian/rules
   dists/trunk/linux/debian/rules.real

Modified: dists/trunk/linux/debian/rules
==============================================================================
--- dists/trunk/linux/debian/rules	Thu Oct  4 09:01:59 2012	(r19404)
+++ dists/trunk/linux/debian/rules	Thu Oct  4 13:06:29 2012	(r19405)
@@ -96,7 +96,6 @@
 endif
 
 debian/control-real: debian/bin/gencontrol.py $(CONTROL_FILES)
-	chmod +x $<
 	$<
 	md5sum $^ > debian/control.md5sum
 	@echo

Modified: dists/trunk/linux/debian/rules.real
==============================================================================
--- dists/trunk/linux/debian/rules.real	Thu Oct  4 09:01:59 2012	(r19404)
+++ dists/trunk/linux/debian/rules.real	Thu Oct  4 13:06:29 2012	(r19405)
@@ -359,7 +359,6 @@
 	  install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_image \
 	  DIR='$(DIR)' PACKAGE_DIR='$(PACKAGE_DIR)' INSTALL_DIR='$(INSTALL_DIR)' REAL_VERSION='$(REAL_VERSION)'
 ifeq ($(MODULES),True)
-	chmod a+x $(CURDIR)/debian/bin/no-depmod
 	+$(MAKE_CLEAN) -C $(DIR) modules_install DEPMOD='$(CURDIR)/debian/bin/no-depmod' INSTALL_MOD_PATH='$(CURDIR)'/$(PACKAGE_DIR) INSTALL_MOD_STRIP=1
 ifeq ($(DEBUG),True)
 	find $(PACKAGE_DIR) -name '*.ko' | sed 's|$(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)/kernel/||' | while read module ; do \
@@ -486,7 +485,6 @@
 	  > $(PACKAGE_DIR)/usr/share/lintian/overrides/$(PACKAGE_NAME)
 	install -m644 $(DIR)/vmlinux $(DEBUG_DIR)/boot/vmlinux-$(REAL_VERSION)
 ifeq ($(MODULES),True)
-	chmod a+x $(CURDIR)/debian/bin/no-depmod
 	+$(MAKE_CLEAN) -C $(DIR) modules_install DEPMOD='$(CURDIR)/debian/bin/no-depmod' INSTALL_MOD_PATH='$(CURDIR)'/$(DEBUG_DIR)
 	find $(DEBUG_DIR)/lib/modules/$(REAL_VERSION)/ -mindepth 1 -maxdepth 1 \! -name kernel -exec rm {} \+
 	rm $(DEBUG_DIR)/lib/firmware -rf



More information about the Kernel-svn-changes mailing list