[Pkg-ocaml-maint-commits] r2729 - in /trunk/packages/lablgtk/trunk/debian: changelog control rules

smimram at users.alioth.debian.org smimram at users.alioth.debian.org
Thu May 18 16:29:22 UTC 2006


Author: smimram
Date: Thu May 18 16:29:22 2006
New Revision: 2729

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=2729
Log:
rpaths shouldn't be generated anymore so we don't need to remove them anymore.

Modified:
    trunk/packages/lablgtk/trunk/debian/changelog
    trunk/packages/lablgtk/trunk/debian/control
    trunk/packages/lablgtk/trunk/debian/rules

Modified: trunk/packages/lablgtk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgtk/trunk/debian/changelog?rev=2729&op=diff
==============================================================================
--- trunk/packages/lablgtk/trunk/debian/changelog (original)
+++ trunk/packages/lablgtk/trunk/debian/changelog Thu May 18 16:29:22 2006
@@ -1,3 +1,10 @@
+lablgtk2 (2.6.0-6) UNRELEASED; urgency=low
+
+  * rpaths shouldn't be generated anymore so we don't need to remove them
+    anymore.
+
+ -- Samuel Mimram <smimram at debian.org>  Thu, 18 May 2006 16:27:29 +0000
+
 lablgtk2 (2.6.0-5) unstable; urgency=low
 
   * Rebuilt against ocaml 3.09.2 (bumped deps accordingly).

Modified: trunk/packages/lablgtk/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgtk/trunk/debian/control?rev=2729&op=diff
==============================================================================
--- trunk/packages/lablgtk/trunk/debian/control (original)
+++ trunk/packages/lablgtk/trunk/debian/control Thu May 18 16:29:22 2006
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Sven Luther <luther at debian.org>, Samuel Mimram <smimram at debian.org>, Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>> 3.0.0), ocaml (>= 3.09.2), libncurses5-dev, xlibs|xlib6g, debhelper, libgtk2.0-dev, libgtkgl2.0-dev, libglade2-dev, liblablgl-ocaml-dev (>= 1.02-1), librsvg2-dev, libgnomecanvas2-dev, libgtkspell-dev, libgnomeui-dev, libpanel-applet2-dev, dpatch, chrpath
+Build-Depends: debhelper (>> 3.0.0), ocaml (>= 3.09.2), libncurses5-dev, xlibs|xlib6g, debhelper, libgtk2.0-dev, libgtkgl2.0-dev, libglade2-dev, liblablgl-ocaml-dev (>= 1.02-1), librsvg2-dev, libgnomecanvas2-dev, libgtkspell-dev, libgnomeui-dev, libpanel-applet2-dev, dpatch
 Standards-Version: 3.7.2
 
 Package: liblablgtk2-ocaml

Modified: trunk/packages/lablgtk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgtk/trunk/debian/rules?rev=2729&op=diff
==============================================================================
--- trunk/packages/lablgtk/trunk/debian/rules (original)
+++ trunk/packages/lablgtk/trunk/debian/rules Thu May 18 16:29:22 2006
@@ -64,9 +64,6 @@
 
 	$(MAKE) install DESTDIR=$(DESTDIR)
 
-	# Remove RPATHs
-	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
 	cp debian/META.lablgtk2-gl $(CURDIR)/debian/liblablgtk2-ocaml-dev/$(OCAML_LIBDIR)/lablgtk2




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