[Pkg-openldap-devel] r1380 - openldap/trunk/debian

vorlon at alioth.debian.org vorlon at alioth.debian.org
Wed Oct 5 20:36:41 UTC 2011


Author: vorlon
Date: 2011-10-05 20:36:41 +0000 (Wed, 05 Oct 2011)
New Revision: 1380

Modified:
   openldap/trunk/debian/rules
Log:
cull some unused variables in preparation for dh-ing

Modified: openldap/trunk/debian/rules
===================================================================
--- openldap/trunk/debian/rules	2011-08-21 18:41:20 UTC (rev 1379)
+++ openldap/trunk/debian/rules	2011-10-05 20:36:41 UTC (rev 1380)
@@ -7,11 +7,6 @@
 #DFSG_NONFREE = 1
 
 CFLAGS = -Wall -g -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-INSTALL = install
-INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
-INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
-INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
-INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
     CFLAGS += -O0




More information about the Pkg-openldap-devel mailing list