[Pkg-ocaml-maint-commits] [SCM] menhir packaging branch, master, updated. debian/20080912.dfsg-1-2-g207bf93

Mehdi Dogguy dogguy at pps.jussieu.fr
Wed Feb 18 15:22:35 UTC 2009


The following commit has been merged in the master branch:
commit 207bf93fe91424365cc661a97bcc1d114a63da65
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Wed Feb 18 16:22:27 2009 +0100

    - Bump ocaml version to 3.11
    - Add build-dependency on dh-ocaml

diff --git a/debian/changelog b/debian/changelog
index 9077f6a..a30208b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ menhir (20080912.dfsg-1) experimental; urgency=low
   * New upstream release, (Closes: #500699).
   * Add myself to uploaders and set d-o-m as maintainer.
   * Bump standards version to 3.8.0, no changes needed.
+  * Bump ocaml version to 3.11
+  * Add build-dependency on dh-ocaml
   * Change Vcs-* flags to point to git repository.
   * Update debian/rules: All source files are now in src/
   * Bump debhelper compat to 7 and shorten debian/rules
@@ -16,7 +18,7 @@ menhir (20080912.dfsg-1) experimental; urgency=low
   [ Samuel Mimram ]
   * Mangle .dfsg in version in watch file.
 
- -- Mehdi Dogguy <dogguy at pps.jussieu.fr>  Fri, 23 Jan 2009 12:43:54 +0100
+ -- Mehdi Dogguy <dogguy at pps.jussieu.fr>  Wed, 18 Feb 2009 16:18:24 +0100
 
 menhir (20071212.dfsg-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 3b955d7..13930e0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,14 @@ Source: menhir
 Section: devel
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
-Uploaders: Samuel Mimram <smimram at debian.org>, Mehdi Dogguy <dogguy at pps.jussieu.fr>
-Build-Depends: debhelper (>= 7.0.0), dpatch, ocaml-nox (>= 3.10.2)
+Uploaders:
+  Samuel Mimram <smimram at debian.org>,
+  Mehdi Dogguy <dogguy at pps.jussieu.fr>
+Build-Depends:
+  debhelper (>= 7.0.0),
+  dpatch,
+  ocaml-nox (>= 3.11.0),
+  dh-ocaml
 Standards-Version: 3.8.0
 Homepage: http://gallium.inria.fr/~fpottier/menhir/
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/menhir.git
@@ -11,7 +17,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/menhir.git
 
 Package: menhir
 Architecture: any
-Depends: ${F:OCamlRuntime}, ${shlibs:Depends}
+Depends:
+  ${F:OCamlRuntime},
+  ${shlibs:Depends}
 Description: Parser generator for OCaml
  Menhir is a LR(1) parser generator for OCaml. It is mostly compatible
  with the standard ocamlyacc and has the following enhancements:

-- 
menhir packaging



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