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

smimram at users.alioth.debian.org smimram at users.alioth.debian.org
Fri Sep 7 23:20:08 UTC 2007


Author: smimram
Date: Fri Sep  7 23:20:08 2007
New Revision: 4431

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4431
Log:
Rebuild with OCaml 3.10.

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

Modified: trunk/packages/ocamlsdl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlsdl/trunk/debian/changelog?rev=4431&op=diff
==============================================================================
--- trunk/packages/ocamlsdl/trunk/debian/changelog (original)
+++ trunk/packages/ocamlsdl/trunk/debian/changelog Fri Sep  7 23:20:08 2007
@@ -1,3 +1,10 @@
+ocamlsdl (0.7.2-7) unstable; urgency=low
+
+  * Rebuild with OCaml 3.10.
+  * It is not necessary anymore to remove rpath.
+
+ -- Samuel Mimram <smimram at debian.org>  Sat, 08 Sep 2007 01:19:06 +0200
+
 ocamlsdl (0.7.2-6) unstable; urgency=low
 
   * Rebuild with OCaml 3.09.2.

Modified: trunk/packages/ocamlsdl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlsdl/trunk/debian/control?rev=4431&op=diff
==============================================================================
--- trunk/packages/ocamlsdl/trunk/debian/control (original)
+++ trunk/packages/ocamlsdl/trunk/debian/control Fri Sep  7 23:20:08 2007
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Samuel Mimram <smimram at debian.org>
-Build-Depends: debhelper (>> 4.0.0), ocaml-nox (>= 3.09.1), libpng12-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl-ttf2.0-dev, liblablgl-ocaml-dev (>= 1.01-1), dpatch (>= 1.23), ocaml-findlib, chrpath
+Build-Depends: debhelper (>> 4.0.0), ocaml-nox (>= 3.10), libpng12-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl-ttf2.0-dev, liblablgl-ocaml-dev (>= 1.01-1), dpatch (>= 1.23), ocaml-findlib
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocamlsdl
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlsdl/trunk/
@@ -10,7 +10,7 @@
 Package: libsdl-ocaml-dev
 Section: libdevel
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libsdl-ocaml (= ${Source-Version})
+Depends: ocaml-nox-${F:OCamlABI}, libsdl-ocaml (= ${binary:Version})
 Description: OCaml bindings for SDL - development files
  SDL (Simple DirectMedia Layer) is a generic API that provides low
  level access to audio, keyboard, mouse, and display framebuffer

Modified: trunk/packages/ocamlsdl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlsdl/trunk/debian/rules?rev=4431&op=diff
==============================================================================
--- trunk/packages/ocamlsdl/trunk/debian/rules (original)
+++ trunk/packages/ocamlsdl/trunk/debian/rules Fri Sep  7 23:20:08 2007
@@ -45,7 +45,7 @@
 	dh_testroot
 	rm -f build-stamp
 
-	-$(MAKE) clean
+	[ ! -f makefile.config.gcc ] || $(MAKE) clean
 	rm -f config.{log,status}
 
 	dh_clean
@@ -58,7 +58,6 @@
 
 	mkdir -p $(DESTDIR)
 	$(MAKE) install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
-	chrpath -d $(DESTDIR)/sdl/*.so
 
 # Build architecture-independent files here.
 binary-indep: build install




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