r79 - trunk/vim/debian

Norbert Tretkowski nobse@costa.debian.org
Wed, 16 Mar 2005 17:41:49 +0100


Author: nobse
Date: 2005-03-16 17:41:49 +0100 (Wed, 16 Mar 2005)
New Revision: 79

Modified:
   trunk/vim/debian/rules
Log:
$BUILDER tweaking


Modified: trunk/vim/debian/rules
===================================================================
--- trunk/vim/debian/rules	2005-03-16 16:33:35 UTC (rev 78)
+++ trunk/vim/debian/rules	2005-03-16 16:41:49 UTC (rev 79)
@@ -5,7 +5,7 @@
 
 DEB_HOST_GNU_SYSTEM := $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
 
-BUILDER := $(shell echo $${DEBFULLNAME} \<$${DEBEMAIL}\>)
+BUILDER := $(shell echo $${DEBEMAIL:-$${EMAIL:-$$(echo $$LOGNAME@$$(cat /etc/mailname 2> /dev/null))}})
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
   CLFAGS+=-O0