[Pkg-ocaml-maint-commits] [SCM] ocaml-theora packaging branch, master, updated. debian/0.1.1-1-2-gbf067b5

Romain Beauxis toots at rastageeks.org
Mon May 18 13:16:37 UTC 2009


The following commit has been merged in the master branch:
commit bf067b5af9df5322dd5fee3d33ca02cc877b37de
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Tue May 19 00:16:38 2009 +1100

    Added missing .a files, fixed sectiom

diff --git a/debian/changelog b/debian/changelog
index f12e67f..9aecd5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ocaml-theora (0.1.1-2) UNRELEASED; urgency=low
+ocaml-theora (0.1.1-2) unstable; urgency=low
 
-  * Correct typo in package description, closes: #524036.
+  * Added missing .a files to libtheora-ocaml-dev. 
 
- -- Samuel Mimram <smimram at debian.org>  Thu, 16 Apr 2009 18:52:15 +0200
+ -- Romain Beauxis <toots at rastageeks.org>  Mon, 18 May 2009 23:28:56 +1100
 
 ocaml-theora (0.1.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index cd9542c..7b9737c 100644
--- a/debian/control
+++ b/debian/control
@@ -13,10 +13,10 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-theora.git
 
 Package: libtheora-ocaml
 Architecture: any
-Section: libs
+Section: ocaml
 Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
 Description: OCaml interface to the theora library
- This package provides an interface to the theora library for
+ This package provied an interface to the theora library for 
  OCaml programmers.
  .
  Theora is a fully open, non-proprietary, patent-and-royalty-free,
@@ -26,11 +26,11 @@ Description: OCaml interface to the theora library
 
 Package: libtheora-ocaml-dev
 Architecture: any
-Section: libdevel
+Section: ocaml
 Depends: ocaml-nox-${F:OCamlABI}, libtheora-dev, libogg-ocaml-dev (>= 0.3.0-1),
          libtheora-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
 Description: OCaml interface to the theora library
- This package provides an interface to the theora library for
+ This package provied an interface to the theora library for
  OCaml programmers.
  .
  Theora is a fully open, non-proprietary, patent-and-royalty-free,
diff --git a/debian/control.in b/debian/control.in
index d0c295d..cebdca1 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -13,10 +13,10 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-theora.git
 
 Package: libtheora-ocaml
 Architecture: any
-Section: libs
+Section: ocaml
 Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
 Description: OCaml interface to the theora library
- This package provides an interface to the theora library for
+ This package provied an interface to the theora library for 
  OCaml programmers.
  .
  Theora is a fully open, non-proprietary, patent-and-royalty-free,
@@ -26,11 +26,11 @@ Description: OCaml interface to the theora library
 
 Package: libtheora-ocaml-dev
 Architecture: any
-Section: libdevel
+Section: ocaml
 Depends: ocaml-nox-${F:OCamlABI}, libtheora-dev, libogg-ocaml-dev (>= 0.3.0-1),
          libtheora-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
 Description: OCaml interface to the theora library
- This package provides an interface to the theora library for
+ This package provied an interface to the theora library for
  OCaml programmers.
  .
  Theora is a fully open, non-proprietary, patent-and-royalty-free,
diff --git a/debian/libtheora-ocaml-dev.install.in b/debian/libtheora-ocaml-dev.install.in
index 07e2c73..0d72ec2 100644
--- a/debian/libtheora-ocaml-dev.install.in
+++ b/debian/libtheora-ocaml-dev.install.in
@@ -1,4 +1,4 @@
 @OCamlStdlibDir@/theora/META
 @OCamlStdlibDir@/theora/*.cm*
 @OCamlStdlibDir@/theora/*.ml*
-OPT: @OCamlStdlibDir@/theora/*.a
+ at OCamlStdlibDir@/theora/*.a

-- 
ocaml-theora packaging



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