[Pkg-samba-maint] r969 - trunk

Peter Eisentraut petere at costa.debian.org
Sun Jan 22 01:04:02 UTC 2006


Author: petere
Date: 2006-01-22 01:04:02 +0000 (Sun, 22 Jan 2006)
New Revision: 969

Modified:
   trunk/rules
Log:
Remove unused INSTALL variable.


Modified: trunk/rules
===================================================================
--- trunk/rules	2006-01-21 22:07:20 UTC (rev 968)
+++ trunk/rules	2006-01-22 01:04:02 UTC (rev 969)
@@ -25,9 +25,7 @@
 export DEB_BUILD_GNU_TYPE
 export DEB_HOST_ARCH_OS
 
-# Support the DEB_BUILD_OPTIONS variable
 CFLAGS = -g -Wall
-INSTALL = install
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
   CFLAGS += -O0
@@ -35,10 +33,6 @@
   CFLAGS += -O2
 endif
 
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-  INSTALL += -s
-endif
-
 include /usr/share/quilt/quilt.make
 
 DESTDIR=`pwd`/debian/tmp




More information about the Pkg-samba-maint mailing list