[Pkg-ocaml-maint-commits] r2191 -
trunk/packages/camlzip/trunk/debian
Julien Cristau
jcristau-guest at costa.debian.org
Wed Nov 30 19:43:53 UTC 2005
Author: jcristau-guest
Date: 2005-11-30 19:43:52 +0000 (Wed, 30 Nov 2005)
New Revision: 2191
Modified:
trunk/packages/camlzip/trunk/debian/changelog
trunk/packages/camlzip/trunk/debian/control
trunk/packages/camlzip/trunk/debian/control.in
trunk/packages/camlzip/trunk/debian/rules
Log:
Add build-dep on chrpath and delete rpath from the stublib.
Modified: trunk/packages/camlzip/trunk/debian/changelog
===================================================================
--- trunk/packages/camlzip/trunk/debian/changelog 2005-11-30 18:53:31 UTC (rev 2190)
+++ trunk/packages/camlzip/trunk/debian/changelog 2005-11-30 19:43:52 UTC (rev 2191)
@@ -1,3 +1,10 @@
+camlzip (1.01-17) UNRELEASED; urgency=low
+
+ * Add build-dep on chrpath and delete rpath from the stublib (fixes lintian
+ warning).
+
+ -- Julien Cristau <julien.cristau at ens-lyon.org> Wed, 30 Nov 2005 20:42:29 +0100
+
camlzip (1.01-16) unstable; urgency=low
[ Sven Luther ]
Modified: trunk/packages/camlzip/trunk/debian/control
===================================================================
--- trunk/packages/camlzip/trunk/debian/control 2005-11-30 18:53:31 UTC (rev 2190)
+++ trunk/packages/camlzip/trunk/debian/control 2005-11-30 19:43:52 UTC (rev 2191)
@@ -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 (>> 3.0.0), zlib1g-dev (>> 1.1.4), ocaml-nox (>= 3.09.0), dpatch
+Build-Depends: debhelper (>> 3.0.0), zlib1g-dev (>> 1.1.4), ocaml-nox (>= 3.09.0), dpatch, chrpath
Standards-Version: 3.6.2
Package: libzip-ocaml
Modified: trunk/packages/camlzip/trunk/debian/control.in
===================================================================
--- trunk/packages/camlzip/trunk/debian/control.in 2005-11-30 18:53:31 UTC (rev 2190)
+++ trunk/packages/camlzip/trunk/debian/control.in 2005-11-30 19:43:52 UTC (rev 2191)
@@ -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 (>> 3.0.0), zlib1g-dev (>> 1.1.4), ocaml-nox (>= #OcamlABI#), dpatch
+Build-Depends: debhelper (>> 3.0.0), zlib1g-dev (>> 1.1.4), ocaml-nox (>= #OcamlABI#), dpatch, chrpath
Standards-Version: 3.6.2
Package: libzip-ocaml
Modified: trunk/packages/camlzip/trunk/debian/rules
===================================================================
--- trunk/packages/camlzip/trunk/debian/rules 2005-11-30 18:53:31 UTC (rev 2190)
+++ trunk/packages/camlzip/trunk/debian/rules 2005-11-30 19:43:52 UTC (rev 2191)
@@ -67,7 +67,10 @@
# And now move the libzip-ocaml files into their own package.
dh_movefiles -plibzip-ocaml --sourcedir=debian/libzip-ocaml-dev
+ # delete unnecessary rpath from the stublib
+ chrpath -d $(CURDIR)/debian/libzip-ocaml$(OCAML_LIBDIR)/stublibs/*.so
+
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.
More information about the Pkg-ocaml-maint-commits
mailing list