r3854 - people/waldi/kernel/source/linux-2.6/debian

Bastian Blank waldi at costa.debian.org
Sun Aug 14 12:07:36 UTC 2005


Author: waldi
Date: 2005-08-14 12:07:36 +0000 (Sun, 14 Aug 2005)
New Revision: 3854

Modified:
   people/waldi/kernel/source/linux-2.6/debian/rules.real
Log:
debian/rules.real: Export version informations.


Modified: people/waldi/kernel/source/linux-2.6/debian/rules.real
===================================================================
--- people/waldi/kernel/source/linux-2.6/debian/rules.real	2005-08-14 10:01:06 UTC (rev 3853)
+++ people/waldi/kernel/source/linux-2.6/debian/rules.real	2005-08-14 12:07:36 UTC (rev 3854)
@@ -57,7 +57,9 @@
 ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
   kpkg_image += --cross-compile=$(DEB_HOST_GNU_TYPE)
 endif
-setup_env := env -i HOME=$(HOME) LOGNAME=$(LOGNAME) PATH=$(PATH)
+setup_env := env -i
+setup_env += HOME=$(HOME) LOGNAME=$(LOGNAME) PATH=$(PATH)
+setup_env += DEBIAN_ABINAME=$(ABINAME) DEBIAN_FLAVOUR=$(FLAVOUR) DEBIAN_VERSION=$(VERSION)
 ifdef build_makeflags
   setup_env += MAKEFLAGS=$(build_makeflags)
 endif




More information about the Kernel-svn-changes mailing list