[Pkg-ocaml-maint-commits] r1867 - trunk/packages/ocaml/trunk/debian

Julien Cristau jcristau-guest at costa.debian.org
Mon Oct 31 16:22:57 UTC 2005


Author: jcristau-guest
Date: 2005-10-31 16:22:56 +0000 (Mon, 31 Oct 2005)
New Revision: 1867

Modified:
   trunk/packages/ocaml/trunk/debian/changelog
   trunk/packages/ocaml/trunk/debian/control
   trunk/packages/ocaml/trunk/debian/rules
Log:
Build-Depend on chrpath and delete rpath from DLLs.


Modified: trunk/packages/ocaml/trunk/debian/changelog
===================================================================
--- trunk/packages/ocaml/trunk/debian/changelog	2005-10-31 14:06:40 UTC (rev 1866)
+++ trunk/packages/ocaml/trunk/debian/changelog	2005-10-31 16:22:56 UTC (rev 1867)
@@ -2,8 +2,9 @@
 
   * Cleanup debian/control: remove redundant Depends.
   * Update location of ocaml-md5sums stuff.
+  * Build-Depend on chrpath and delete rpath from DLLs.
 
- -- Julien Cristau <julien.cristau at ens-lyon.org>  Mon, 31 Oct 2005 15:02:57 +0100
+ -- Julien Cristau <julien.cristau at ens-lyon.org>  Mon, 31 Oct 2005 17:22:03 +0100
 
 ocaml (3.09.0-0.experimental.1) experimental; urgency=low
 

Modified: trunk/packages/ocaml/trunk/debian/control
===================================================================
--- trunk/packages/ocaml/trunk/debian/control	2005-10-31 14:06:40 UTC (rev 1866)
+++ trunk/packages/ocaml/trunk/debian/control	2005-10-31 16:22:56 UTC (rev 1867)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Sven Luther <luther at debian.org>, Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>> 4.0.2), tcl8.4-dev, tk8.4-dev, libncurses5-dev, libgdbm-dev, dpatch, bzip2
+Build-Depends: debhelper (>> 4.0.2), tcl8.4-dev, tk8.4-dev, libncurses5-dev, libgdbm-dev, dpatch, bzip2, chrpath
 Standards-Version: 3.6.2
 
 Package: ocaml-nox

Modified: trunk/packages/ocaml/trunk/debian/rules
===================================================================
--- trunk/packages/ocaml/trunk/debian/rules	2005-10-31 14:06:40 UTC (rev 1866)
+++ trunk/packages/ocaml/trunk/debian/rules	2005-10-31 16:22:56 UTC (rev 1867)
@@ -195,6 +195,9 @@
 			$(CURDIR)/debian/ocaml-compiler-libs/usr/lib/ocaml/$(VERSION)/compiler-libs; \
 	fi
 
+	# Delete rpath in DLLs
+	chrpath -d $(CURDIR)/debian/ocaml-base/usr/lib/ocaml/3.09.0/stublibs/dllgraphics.so $(CURDIR)/debian/ocaml-base/usr/lib/ocaml/3.09.0/stublibs/dlllabltk.so $(CURDIR)/debian/ocaml-base/usr/lib/ocaml/3.09.0/stublibs/dlltkanim.so
+
 	# install ocaml-md5sums
 	$(MAKE) -C debian/ocaml-md5sums install DESTDIR=$(CURDIR)/debian/ocaml-base-nox/usr/bin
 




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