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

Ben Hutchings benh at alioth.debian.org
Wed Jul 7 03:23:53 UTC 2010


Author: benh
Date: Wed Jul  7 03:23:51 2010
New Revision: 15963

Log:
Suppress trailing '+' in utsrelease

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

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	Wed Jul  7 03:12:37 2010	(r15962)
+++ dists/trunk/linux-2.6/debian/rules.real	Wed Jul  7 03:23:51 2010	(r15963)
@@ -87,6 +87,8 @@
 	mkdir -p '$(DIR)'
 	cp -al $(SOURCE_FILES) '$(DIR)'
 	$(patch_cmd)
+	# Suppress trailing '+' in utsrelease
+	touch '$(DIR)/.scmversion'
 	@$(stamp)
 
 $(STAMPS_DIR)/source_$(ARCH)_$(FEATURESET): SOURCE_DIR=$(BUILD_DIR)/source



More information about the Kernel-svn-changes mailing list