[Pkg-ocaml-maint-commits] [SCM] cmigrep packaging branch, master, updated. debian/1.5-3-3-g0a45128

Mehdi Dogguy dogguy at pps.jussieu.fr
Wed Jun 24 19:09:41 UTC 2009


The following commit has been merged in the master branch:
commit 0a4512890ed582150502f7edbb69da1f2aad18c3
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Wed Jun 24 21:04:51 2009 +0200

    Remove usage of old OCaml's standard library location

diff --git a/debian/changelog b/debian/changelog
index 81abc37..c11be7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ cmigrep (1.5-4) UNRELEASED; urgency=low
 
   [ Mehdi Dogguy ]
   * Add myself to uploaders
+  * Remove usage of old OCaml's standard library location (It was harmless
+    but there is no reason to keep it)
 
  -- Mehdi Dogguy <dogguy at pps.jussieu.fr>  Wed, 24 Jun 2009 21:00:28 +0200
 
diff --git a/debian/rules b/debian/rules
index c1514cb..dfa4e80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
 
-DEB_MAKE_BUILD_TARGET = byte GODI_LIB=/usr/lib/ocaml/$(OCAMLABI)/compiler-libs
+DEB_MAKE_BUILD_TARGET = byte
 
 install/cmigrep::
 	cp cmigrep debian/cmigrep/usr/bin

-- 
cmigrep packaging



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