[Pkg-ocaml-maint-commits] [SCM] ocaml-taglib packaging branch, master, updated. debian/0.1.4-1-3-ga0d3986

Romain Beauxis toots at rastageeks.org
Wed Aug 31 14:42:36 UTC 2011


The following commit has been merged in the master branch:
commit a0d3986771a4351dd89f58e2ede637acc5fb6e35
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Wed Aug 31 09:36:27 2011 -0500

    Prepared new upstream release.

diff --git a/debian/changelog b/debian/changelog
index 549b920..50da1d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-taglib (0.2.0-1) unstable; urgency=low
+
+  * New upstream release. 
+
+ -- Romain Beauxis <toots at rastageeks.org>  Wed, 31 Aug 2011 09:34:35 -0500
+
 ocaml-taglib (0.1.4-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 53197d1..69c06be 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
  dh-buildinfo,
  ocaml-nox,
  dh-ocaml (>= 0.9), 
- libtagc0-dev, 
+ libtag1-dev, 
  ocaml-findlib (>= 1.2.4), 
  pkg-config
 Standards-Version: 3.9.2
@@ -24,18 +24,18 @@ Provides: ${ocaml:Provides}
 Description: OCaml bindings for the TagLib Audio Meta-Data Library
  TagLib is a library for reading and editing the meta-data of several popular
  audio formats. This package provides OCaml interface to
- the C library.
+ the TagLib library.
  .
  This package contains only the shared runtime stub libraries.
 
 Package: libtaglib-ocaml-dev
 Architecture: any
-Depends: ${ocaml:Depends}, libtagc0-dev, libtaglib-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Depends: ${ocaml:Depends}, libtag1-dev, libtaglib-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
 Provides: ${ocaml:Provides}
 Description: OCaml bindings for the TagLib Audio Meta-Data Library -- devel
  TagLib is a library for reading and editing the meta-data of several popular
  audio formats. This package provides OCaml interface to
- the C library.
+ the TagLib library.
  .
  This package contains all the development stuff you need to develop
  OCaml programs which use taglib.
diff --git a/debian/control.in b/debian/control.in
index c3be702..94293e2 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,7 +5,7 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.org>
 Build-Depends: 
  @cdbs@, 
- libtagc0-dev, 
+ libtag1-dev, 
  ocaml-findlib (>= 1.2.4), 
  pkg-config
 Standards-Version: 3.9.2
@@ -20,18 +20,18 @@ Provides: ${ocaml:Provides}
 Description: OCaml bindings for the TagLib Audio Meta-Data Library
  TagLib is a library for reading and editing the meta-data of several popular
  audio formats. This package provides OCaml interface to
- the C library.
+ the TagLib library.
  .
  This package contains only the shared runtime stub libraries.
 
 Package: libtaglib-ocaml-dev
 Architecture: any
-Depends: ${ocaml:Depends}, libtagc0-dev, libtaglib-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Depends: ${ocaml:Depends}, libtag1-dev, libtaglib-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
 Provides: ${ocaml:Provides}
 Description: OCaml bindings for the TagLib Audio Meta-Data Library -- devel
  TagLib is a library for reading and editing the meta-data of several popular
  audio formats. This package provides OCaml interface to
- the C library.
+ the TagLib library.
  .
  This package contains all the development stuff you need to develop
  OCaml programs which use taglib.

-- 
ocaml-taglib packaging



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