[Pkg-ocaml-maint-commits] r2562 - trunk/packages/lablgtk/trunk/debian

Samuel Mimram smimram at costa.debian.org
Tue Feb 7 23:15:00 UTC 2006


Author: smimram
Date: 2006-02-07 23:14:58 +0000 (Tue, 07 Feb 2006)
New Revision: 2562

Modified:
   trunk/packages/lablgtk/trunk/debian/changelog
   trunk/packages/lablgtk/trunk/debian/rules
Log:
Removing rpath from dlllabgtk2.so and others.

Modified: trunk/packages/lablgtk/trunk/debian/changelog
===================================================================
--- trunk/packages/lablgtk/trunk/debian/changelog	2006-02-06 23:58:14 UTC (rev 2561)
+++ trunk/packages/lablgtk/trunk/debian/changelog	2006-02-07 23:14:58 UTC (rev 2562)
@@ -1,3 +1,9 @@
+lablgtk2 (2.6.0-3) UNRELEASED; urgency=low
+
+  * Removing rpath from dlllabgtk2.so and others, closes: #351722.
+
+ -- Samuel Mimram <smimram at debian.org>  Tue,  7 Feb 2006 10:05:14 +0000
+
 lablgtk2 (2.6.0-2) unstable; urgency=low
 
   * Rebuilt against OCaml 3.09.1, bumped deps accordingly.

Modified: trunk/packages/lablgtk/trunk/debian/rules
===================================================================
--- trunk/packages/lablgtk/trunk/debian/rules	2006-02-06 23:58:14 UTC (rev 2561)
+++ trunk/packages/lablgtk/trunk/debian/rules	2006-02-07 23:14:58 UTC (rev 2562)
@@ -78,8 +78,7 @@
 	$(MAKE) install DESTDIR=$(DESTDIR)
 
 	# Remove RPATHs
-	chrpath -d $(DESTDIR)/$(OCAML_LIBDIR)/stublibs/dlllablgnomeui.so
-	chrpath -d $(DESTDIR)/$(OCAML_LIBDIR)/stublibs/dlllablpanel.so
+	cd $(DESTDIR)/$(OCAML_LIBDIR)/stublibs/; for f in *.so; do chrpath -d $$f; done
 
 	# Install METAs
 	cp debian/META $(CURDIR)/debian/liblablgtk2-ocaml-dev$(OCAML_LIBDIR)/lablgtk2




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