[Pkg-ocaml-maint-commits] [SCM] ocaml-res packaging branch, master, updated. debian/2.2.5-2-11-g12f62dc

Stephane Glondu steph at glondu.net
Sun Mar 15 12:56:29 UTC 2009


The following commit has been merged in the master branch:
commit f87f2447d958d0aa908fffd9cbafbd6c07ac210d
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Mar 15 13:22:48 2009 +0100

    Add dh-ocaml to Build-Depends, use ocaml.mk as a rules file

diff --git a/debian/control b/debian/control
index e25072c..20a52fe 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,11 @@ Section: devel
 Priority: extra
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: cdbs, debhelper (>= 7),
- ocaml-nox, ocaml-findlib
+Build-Depends: cdbs,
+ debhelper (>= 7),
+ dh-ocaml,
+ ocaml-nox,
+ ocaml-findlib
 Standards-Version: 3.7.3
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-res.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-res.git
diff --git a/debian/rules b/debian/rules
index 760097d..c0ee33f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 
 LIB_NAME = res
 PKG_NAME = lib$(LIB_NAME)-ocaml-dev

-- 
ocaml-res packaging



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