[Pkg-ocaml-maint-commits] [SCM] cmigrep packaging branch, master, updated. debian/1.5-7-16-gd39f75c

Ralf Treinen treinen at free.fr
Wed Feb 16 19:32:23 UTC 2011


The following commit has been merged in the master branch:
commit af446752ef477a50645adf1f2f53c71a21e1195a
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Feb 16 20:06:10 2011 +0100

    use dh-ocaml fro dependencies

diff --git a/debian/changelog b/debian/changelog
index 22351ed..5b086c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ cmigrep (1.5-8) UNRELEASED; urgency=low
   * Standards-Version 3.9.1 (no change)
   * Migrate to dh, drop build-dependency on cdbs, bump version
     of build-dependency on debhelper
+  * Use dh-ocaml for ocaml dependencies, bump version of dh-ocaml and ocaml-nox
+    accordingly.
   * build target: OCAMLABI is no longer in path of libraries
   * Convert to source format 3.0, drop quilt from build-dependencies.
   * godi
diff --git a/debian/cmigrep.install b/debian/cmigrep.install
index 0d5e951..395f03b 100644
--- a/debian/cmigrep.install
+++ b/debian/cmigrep.install
@@ -1 +1 @@
-cmigrep
+cmigrep		usr/bin
diff --git a/debian/control b/debian/control
index 51ea0c0..fd23fa8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Uploaders: Ralf Treinen <treinen at debian.org>,
  Samuel Mimram <smimram at debian.org>,
  Mehdi Dogguy <mehdi at debian.org>,
  Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>= 7.0), dh-ocaml
-Build-Depends-Indep: ocaml-nox (>= 3.11.1),
+Build-Depends: debhelper (>= 7.0.50~), dh-ocaml (>= 0.9~)
+Build-Depends-Indep: ocaml-nox (>= 3.11.1-3~),
  libpcre-ocaml-dev (>= 6.0.1),
  ocaml-findlib (>= 1.2.4-2),
  libfindlib-ocaml-dev,
@@ -20,7 +20,7 @@ Homepage: http://homepage.mac.com/letaris/
 
 Package: cmigrep
 Architecture: all
-Depends: ocaml-base-nox-${F:OCamlABI}, libpcre-ocaml, ${misc:Depends}
+Depends: ${ocaml:Depends}, libpcre-ocaml, ${misc:Depends}
 Conflicts: ocaml-tools (<= 2007.02.04-2)
 Replaces: ocaml-tools
 Description: search in OCaml compiled interface files

-- 
cmigrep packaging



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