[Pkg-ocaml-maint-commits] r2048 - trunk/packages/findlib/trunk/debian

Stefano Zacchiroli zack at costa.debian.org
Mon Nov 14 16:17:58 UTC 2005


Author: zack
Date: 2005-11-14 16:17:57 +0000 (Mon, 14 Nov 2005)
New Revision: 2048

Modified:
   trunk/packages/findlib/trunk/debian/changelog
   trunk/packages/findlib/trunk/debian/rules
Log:
avoid stripping ocamlfind on non-native archs


Modified: trunk/packages/findlib/trunk/debian/changelog
===================================================================
--- trunk/packages/findlib/trunk/debian/changelog	2005-11-13 19:49:54 UTC (rev 2047)
+++ trunk/packages/findlib/trunk/debian/changelog	2005-11-14 16:17:57 UTC (rev 2048)
@@ -1,3 +1,11 @@
+findlib (1.1-4) unstable; urgency=low
+
+  * avoid stripping findlib executable on non-native archs, fixes FTBFS
+    of dependent packages on non-native archs (thanks to Julien Cristau
+    for the patch) (closes: #338932, #338935)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Mon, 14 Nov 2005 17:08:13 +0100
+
 findlib (1.1-3) unstable; urgency=low
 
   * debian/*

Modified: trunk/packages/findlib/trunk/debian/rules
===================================================================
--- trunk/packages/findlib/trunk/debian/rules	2005-11-13 19:49:54 UTC (rev 2047)
+++ trunk/packages/findlib/trunk/debian/rules	2005-11-14 16:17:57 UTC (rev 2048)
@@ -26,6 +26,8 @@
 ifeq ($(HAVE_OCAMLOPT),yes)
 build/$(PKGNAME)::
 	$(MAKE) opt
+else
+DEB_STRIP_EXCLUDE = usr/bin/ocamlfind
 endif
 install/$(PKGNAME)::
 	# rm ocamlc.opt and similar settings, they're not avail everywhere in debian




More information about the Pkg-ocaml-maint-commits mailing list