[Python-modules-commits] [cf-python] 13/16: Added stripping of type-lib.

Klaus Zimmermann zklaus-guest at moszumanska.debian.org
Tue Sep 13 06:47:53 UTC 2016


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

zklaus-guest pushed a commit to branch master
in repository cf-python.

commit fee13b458fe9067c3c4d1635fc89eea296233e7a
Author: Klaus Zimmermann <klaus_zimmermann at gmx.de>
Date:   Fri Sep 9 14:27:24 2016 +0200

    Added stripping of type-lib.
    
    Signed-off-by: Klaus Zimmermann <klaus_zimmermann at gmx.de>
---
 cf/um/umread/c-lib/type-dep/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cf/um/umread/c-lib/type-dep/Makefile b/cf/um/umread/c-lib/type-dep/Makefile
index 381c4a8..6052a5e 100644
--- a/cf/um/umread/c-lib/type-dep/Makefile
+++ b/cf/um/umread/c-lib/type-dep/Makefile
@@ -45,3 +45,4 @@ $(REDEFINES_DBL): $(DBL_TMP_OBJS)
 $(LIB): $(OBJS)
 	rm -f $@
 	ar r $@ $(OBJS)
+	strip --remove-section=.comment --remove-section=.note --enable-deterministic-archives $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cf-python.git



More information about the Python-modules-commits mailing list