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

Bastian Blank waldi at costa.debian.org
Thu Feb 16 20:25:51 UTC 2006


Author: waldi
Date: Thu Feb 16 20:25:51 2006
New Revision: 5908

Modified:
   dists/trunk/linux-2.6/debian/rules.real
Log:
debian/rules.real
- Remove special variables for postinstall script.
- Fix localversion setting for headers packages.


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	Thu Feb 16 20:25:51 2006
@@ -46,9 +46,6 @@
   kpkg_image += --cross-compile='$(DEB_HOST_GNU_TYPE)'
 endif
 setup_env := env -u ABINAME -u ARCH -u SUBARCH -u FLAVOUR -u VERSION -u LOCALVERSION
-setup_env += DEBIAN_LOCALVERSION='-$(ABINAME)$(LOCALVERSION)'
-setup_env += DEBIAN_LOCALVERSION_HEADERS='-$(ABINAME)$(LOCALVERSION_HEADERS)'
-setup_env += DEBIAN_VERSION='$(VERSION)'
 setup_makeflags =
 ifdef COMPILER
   setup_makeflags += CC="$$$$(CROSS_COMPILE)$(COMPILER)"
@@ -243,7 +240,8 @@
 	mkdir -p "${DIR}/arch/${KERNEL_ARCH}/kernel"
 	mkdir -p "${DIR}/include"
 	cp -a ${SOURCE_DIR}/{.config,Module.symvers}  "${DIR}"
-	echo ${DEBIAN_LOCALVERSION} > "${DIR}/localversion"
+	# TODO
+	echo -${KPKG_ABINAME}$(LOCALVERSION) > "${DIR}/localversion"
 
 	cd ${SOURCE_DIR}; \
 	find . -mindepth 1 -maxdepth 1 \



More information about the Kernel-svn-changes mailing list