r51 - trunk/vim/debian

Norbert Tretkowski nobse@costa.debian.org
Mon, 14 Mar 2005 20:50:16 +0100


Author: nobse
Date: 2005-03-14 20:50:15 +0100 (Mon, 14 Mar 2005)
New Revision: 51

Modified:
   trunk/vim/debian/changelog
   trunk/vim/debian/rules
Log:
Use $DEBFULLNAME and $DEBEMAIL to generate --with-compiledby value.


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-03-14 15:56:44 UTC (rev 50)
+++ trunk/vim/debian/changelog	2005-03-14 19:50:15 UTC (rev 51)
@@ -3,6 +3,7 @@
   * Norbert Tretkowski <nobse@debian.org>:
     + Added Pierre Habouzit, Torsten Landschoff and Matthijs Mohlmann to
       uploaders. (closes: #299446)
+    + Use $DEBFULLNAME and $DEBEMAIL to generate --with-compiledby value.
 
  -- Norbert Tretkowski <nobse@debian.org>  Mon, 14 Mar 2005 16:48:26 +0100
 

Modified: trunk/vim/debian/rules
===================================================================
--- trunk/vim/debian/rules	2005-03-14 15:56:44 UTC (rev 50)
+++ trunk/vim/debian/rules	2005-03-14 19:50:15 UTC (rev 51)
@@ -5,6 +5,8 @@
 
 DEB_HOST_GNU_SYSTEM := $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
 
+BUILDER := $(shell echo $${DEBFULLNAME} \<$${DEBEMAIL}\>)
+
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
   CLFAGS+=-O0
 else
@@ -19,7 +21,7 @@
 CFLAGS+=$(if $(findstring nodebug,$(DEB_BUILD_OPTIONS)),,-g -Wall)
 CFGFLAGS+=--prefix=/usr
 CFGFLAGS+=--mandir='$${prefix}'/share/man
-CFGFLAGS+=--with-compiledby="Norbert Tretkowski <nobse@debian.org>"
+CFGFLAGS+=--with-compiledby=$(BUILDER)
 
 OPTFLAGS+=--enable-gpm
 OPTFLAGS+=--enable-cscope