[Pkg-ocaml-maint-commits] [SCM] ocaml-expect packaging branch, master, updated. debian/0.0.2-1
Sylvain Le Gall
gildor at debian.org
Fri Nov 19 16:40:48 UTC 2010
The following commit has been merged in the master branch:
commit 05245ec2bf116f577d58b5d9456e2faa987f5e51
Author: Sylvain Le Gall <gildor at debian.org>
Date: Fri Nov 19 17:18:59 2010 +0100
Fix extlib depends
diff --git a/debian/changelog b/debian/changelog
index 40644f2..2dc4fdc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,4 +3,4 @@ ocaml-expect (0.0.2-1) UNRELEASED; urgency=low
* Initial release. (Closes: #603829: ITP: ocaml-expect -- Expect-like
framework in OCaml)
- -- Sylvain Le Gall <gildor at debian.org> Fri, 19 Nov 2010 13:48:29 +0100
+ -- Sylvain Le Gall <gildor at debian.org> Fri, 19 Nov 2010 17:16:29 +0100
diff --git a/debian/control b/debian/control
index b3d9269..70fd999 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
ocaml-base-nox,
libpcre-ocaml-dev,
libounit-ocaml-dev,
- libextlib-ocaml,
+ libextlib-ocaml-dev,
dh-ocaml (>= 0.9~),
debhelper (>= 7.0.50~)
Standards-Version: 3.9.1
diff --git a/debian/libexpect-ocaml-dev.doc-base.1 b/debian/libexpect-ocaml-dev.doc-base.1
index 81de760..849ce3b 100644
--- a/debian/libexpect-ocaml-dev.doc-base.1
+++ b/debian/libexpect-ocaml-dev.doc-base.1
@@ -5,5 +5,5 @@ Section: Programming/OCaml
Format: html
Index: /usr/share/doc/libexpect-ocaml-dev/expect/index.html
-Files: /usr/share/doc/libexpect-ocaml-dev/expect/*.html
+Files: /usr/share/doc/libexpect-ocaml-dev/expect/*
--
ocaml-expect packaging
More information about the Pkg-ocaml-maint-commits
mailing list