[Pkg-ocaml-maint-commits] r2944 - in
/trunk/packages/mldonkey/trunk/debian: changelog control rules
smimram at users.alioth.debian.org
smimram at users.alioth.debian.org
Thu Jul 13 19:06:04 UTC 2006
Author: smimram
Date: Thu Jul 13 19:06:01 2006
New Revision: 2944
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=2944
Log:
We don't need to remove rpaths anymore.
Modified:
trunk/packages/mldonkey/trunk/debian/changelog
trunk/packages/mldonkey/trunk/debian/control
trunk/packages/mldonkey/trunk/debian/rules
Modified: trunk/packages/mldonkey/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mldonkey/trunk/debian/changelog?rev=2944&op=diff
==============================================================================
--- trunk/packages/mldonkey/trunk/debian/changelog (original)
+++ trunk/packages/mldonkey/trunk/debian/changelog Thu Jul 13 19:06:01 2006
@@ -1,3 +1,9 @@
+mldonkey (2.7.7-5) unstable; urgency=low
+
+ * We don't need to remove rpaths anymore.
+
+ -- Samuel Mimram <smimram at debian.org> Thu, 13 Jul 2006 21:05:12 +0200
+
mldonkey (2.7.7-4) unstable; urgency=low
* Import patch from Ubuntu (thanks Reinhard Tartler) to handle systems where
Modified: trunk/packages/mldonkey/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mldonkey/trunk/debian/control?rev=2944&op=diff
==============================================================================
--- trunk/packages/mldonkey/trunk/debian/control (original)
+++ trunk/packages/mldonkey/trunk/debian/control Thu Jul 13 19:06:01 2006
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <sylvain.le-gall at polytechnique.org>
-Build-Depends: ocaml-nox (>= 3.09.2), debhelper (>= 4.1.16), po-debconf, xsltproc, zlib1g-dev, docbook-xsl (>= 1.64.1), docbook-xml (>= 4.2-12), chrpath, m4, dpatch (>= 1.11), debconf (>= 0.2.26), liblablgtk2-ocaml-dev, libgd2-noxpm-dev, liblablgtk2-gnome-ocaml-dev
+Build-Depends: ocaml-nox (>= 3.09.2), debhelper (>= 4.1.16), po-debconf, xsltproc, zlib1g-dev, docbook-xsl (>= 1.64.1), docbook-xml (>= 4.2-12), m4, dpatch (>= 1.11), debconf (>= 0.2.26), liblablgtk2-ocaml-dev, libgd2-noxpm-dev, liblablgtk2-gnome-ocaml-dev
Standards-Version: 3.7.2
Package: mldonkey-server
Modified: trunk/packages/mldonkey/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mldonkey/trunk/debian/rules?rev=2944&op=diff
==============================================================================
--- trunk/packages/mldonkey/trunk/debian/rules (original)
+++ trunk/packages/mldonkey/trunk/debian/rules Thu Jul 13 19:06:01 2006
@@ -46,12 +46,10 @@
touch configure-stamp
build-arch: build-arch-stamp
-build-arch-stamp: configure-stamp
+build-arch-stamp: configure-stamp
dh_testdir
if ([ -x /usr/bin/ocamlopt ] || [ -x /usr/bin/ocamlopt.opt ]) && $(MAKE) utils opt; then\
- /usr/bin/chrpath -d mlgui;\
- /usr/bin/chrpath -d mlguistarter;\
touch build-arch-opt;\
else\
$(MAKE) utils.byte byte;\
@@ -63,8 +61,6 @@
# Check that the compilation has succeeded
test -x mlnet
test -x mlgui
- chrpath -d mlgui
- chrpath -d mlguistarter
# Build utilities
if [ -e build-arch-opt ]; then\
More information about the Pkg-ocaml-maint-commits
mailing list