[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-2-3-gc79c963

Stefano Zacchiroli zack at upsilon.cc
Thu Feb 26 22:30:39 UTC 2009


The following commit has been merged in the master branch:
commit c79c963bb6e9fd9554d2ac8eb4e3b0a78f600e49
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu Feb 26 23:26:03 2009 +0100

    debian/rules: use ocaml.mk as a CDBS "rules" snippet

diff --git a/debian/changelog b/debian/changelog
index 0ba92db..9b6e31a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ extlib (1.5.1-3) unstable; urgency=low
   * debian/control:
     - bump build-deps to avoid spurious build failures in unstable
   * remove obsolete debian/svn-deblayout (we now use git)
+  * debian/rules: use ocaml.mk as a CDBS "rules" snippet, bump dh-ocaml
+    build-dep to the minimum version implementing it
 
  -- Stefano Zacchiroli <zack at debian.org>  Thu, 26 Feb 2009 23:24:05 +0100
 
diff --git a/debian/control b/debian/control
index f734a74..bb2dc4d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
  debhelper (>> 7),
  dpatch,
  cdbs,
- dh-ocaml
+ dh-ocaml (>= 0.4)
 Standards-Version: 3.8.0
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/extlib.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/extlib.git
diff --git a/debian/rules b/debian/rules
index 7a25071..acb6d55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 
 PKGNAME = libextlib-ocaml-dev

-- 
extlib packaging



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