[Pkg-openldap-devel] [openldap] 03/14: r424 at pulsar: torsten | 2005-02-25 19:07:50 +0100 * .../Makefile.in: Remove -s option from install invocations and let dh_strip handle stripping binaries (closes: #264448).

Timo Aaltonen tjaalton-guest at alioth.debian.org
Thu Oct 10 05:34:28 UTC 2013


This is an automated email from the git hooks/post-receive script.

tjaalton-guest pushed a commit to annotated tag 2.2.23-0.pre3
in repository openldap.

commit 60591d5ea5c49f7df28e47f38f0c92ef513cb58f
Author: Torsten Landschoff <torsten at debian.org>
Date:   Fri Feb 25 23:13:23 2005 +0000

     r424 at pulsar:  torsten | 2005-02-25 19:07:50 +0100
      * .../Makefile.in: Remove -s option from install invocations and let
        dh_strip handle stripping binaries (closes: #264448).
---
 clients/tools/Makefile.in  |    2 +-
 debian/changelog           |    2 ++
 servers/slapd/Makefile.in  |    2 +-
 servers/slurpd/Makefile.in |    2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/clients/tools/Makefile.in b/clients/tools/Makefile.in
index c668cf6..294ce34 100644
--- a/clients/tools/Makefile.in
+++ b/clients/tools/Makefile.in
@@ -98,7 +98,7 @@ install-local:	FORCE
 	-$(MKDIR) $(DESTDIR)$(bindir)
 	@(								\
 	    for prg in $(PROGRAMS); do					\
-		$(LTINSTALL) $(INSTALLFLAGS) -s -m 755 $$prg$(EXEEXT)	\
+		$(LTINSTALL) $(INSTALLFLAGS) -m 755 $$prg$(EXEEXT)	\
 		    $(DESTDIR)$(bindir);				\
 	    done							\
 	)
diff --git a/debian/changelog b/debian/changelog
index bb6d0a9..75bc26b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ openldap2.2 (2.2.23-0.pre3) experimental; urgency=low
   * debian/configure.options: Enable ACI support (closes: #101602).
     Looked through the source code and it seems to be properly 
     insulated to not make a difference when not used.
+  * .../Makefile.in: Remove -s option from install invocations and let
+    dh_strip handle stripping binaries (closes: #264448). 
 
  --
 
diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in
index e097736..6c1036a 100644
--- a/servers/slapd/Makefile.in
+++ b/servers/slapd/Makefile.in
@@ -355,7 +355,7 @@ install-local-srv: install-slapd install-conf install-schema install-tools
 install-slapd: FORCE
 	-$(MKDIR) $(DESTDIR)$(libexecdir)
 	-$(MKDIR) $(DESTDIR)$(localstatedir)/run
-	$(LTINSTALL) $(INSTALLFLAGS) -s -m 755 \
+	$(LTINSTALL) $(INSTALLFLAGS) -m 755 \
 		slapd$(EXEEXT) $(DESTDIR)$(libexecdir)
 	@for i in $(SUBDIRS); do \
 	    if test -d $$i -a -f $$i/Makefile ; then \
diff --git a/servers/slurpd/Makefile.in b/servers/slurpd/Makefile.in
index 9023a6b..5132b29 100644
--- a/servers/slurpd/Makefile.in
+++ b/servers/slurpd/Makefile.in
@@ -60,7 +60,7 @@ install-local-srv: FORCE
 	@-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-slurp
 	@(								\
 	    for prg in $(PROGRAMS); do					\
-		$(LTINSTALL) $(INSTALLFLAGS) -s -m 755 $$prg$(EXEEXT)	\
+		$(LTINSTALL) $(INSTALLFLAGS) -m 755 $$prg$(EXEEXT)	\
 		    $(DESTDIR)$(libexecdir);				\
 	    done							\
 	)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git



More information about the Pkg-openldap-devel mailing list