[Pkg-ocaml-maint-commits] [ounit] 03/03: New upstream release.

Sylvain LE GALL gildor at moszumanska.debian.org
Thu Mar 6 00:26:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

gildor pushed a commit to branch master
in repository ounit.

commit 06dfb13b4c3f1a34ae63805725a00e1975386557
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Thu Mar 6 00:26:31 2014 +0000

    New upstream release.
    
    * New upstream release.
    * Standards-Version 3.9.5 (no change)
    * Distribute some .ml files that have no matching .mli.
---
 debian/changelog                     | 8 ++++++++
 debian/control                       | 9 +++++----
 debian/libounit-ocaml-dev.install.in | 3 ++-
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0215136..947d2da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ounit (2.0.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * Standards-Version 3.9.5 (no change)
+  * Distribute some .ml files that have no matching .mli.
+
+ -- Sylvain Le Gall <sylvain at le-gall.net>  Wed, 05 Mar 2014 23:57:08 +0000
+
 ounit (1.1.2-3) unstable; urgency=low
 
   * Upload to unstable
diff --git a/debian/control b/debian/control
index 3e66acc..ed6d60d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,14 +6,15 @@ Uploaders:
  Stéphane Glondu <glondu at debian.org>,
  Hendrik Tews <hendrik at askra.de>,
  Lifeng Sun <lifongsun at gmail.com>
-Build-Depends: 
+Build-Depends:
  debhelper (>= 9),
  ocaml-nox (>= 4.00.1),
  ocaml-best-compilers,
  ocaml-findlib (>= 1.3.2),
  dh-ocaml (>= 0.9.1),
- camlp4
-Standards-Version: 3.9.4
+ camlp4,
+ libxml2-utils
+Standards-Version: 3.9.5
 Homepage: http://ounit.forge.ocamlcore.org
 Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/ounit.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/ounit.git
@@ -28,7 +29,7 @@ Provides: ${ocaml:Provides}
 Suggests: ocaml-findlib
 Description: Unit testing framework for OCaml
  OUnit is a unit testing framework for OCaml, imspired
- by the JUnit tool for JAva and the HUnit tool for Haskell.
+ by the JUnit tool for Java and the HUnit tool for Haskell.
  .
  OUnit is designed to provide a convenient way for you to write tests
  for your OCaml code.  Tests can be aggregated into test suites, making
diff --git a/debian/libounit-ocaml-dev.install.in b/debian/libounit-ocaml-dev.install.in
index 142ef7e..063cfde 100644
--- a/debian/libounit-ocaml-dev.install.in
+++ b/debian/libounit-ocaml-dev.install.in
@@ -1,8 +1,9 @@
 usr/share/doc/ounit/* /usr/share/doc/libounit-ocaml-dev/html/api
 @OCamlStdlibDir@/oUnit/*.cma
- at OCamlStdlibDir@/oUnit/*.cmi 
+ at OCamlStdlibDir@/oUnit/*.cmi
 @OCamlStdlibDir@/oUnit/META
 @OCamlStdlibDir@/oUnit/*.mli
+ at OCamlStdlibDir@/oUnit/*.ml
 OPT: debian/tmp/usr/lib/ocaml/oUnit/*.a
 DYN: debian/tmp/usr/lib/ocaml/oUnit/*.cmxs
 OPT: debian/tmp/usr/lib/ocaml/oUnit/*.cmx

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ounit.git



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