[Pkg-ocaml-maint-commits] [SCM] ocaml-speex packaging branch, master, updated. debian/0.1.1-2-5-gf2f9072

Romain Beauxis toots at rastageeks.org
Wed Oct 14 22:36:08 UTC 2009


The following commit has been merged in the master branch:
commit f2f90725b01f445ac5879585a26f2705e4edf308
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Wed Oct 14 17:38:57 2009 -0500

    Prepared new upstream release

diff --git a/debian/changelog b/debian/changelog
index 39c8346..7b39312 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,16 @@
-ocaml-speex (0.1.1-3) UNRELEASED; urgency=low
+ocaml-speex (0.1.2-1) unstable; urgency=low
 
+  [ Stephane Glondu ]
   * Use ocaml.mk as a CDBS "rules" file (Closes: #549840)
 
- -- Stephane Glondu <steph at glondu.net>  Wed, 29 Jul 2009 14:44:11 +0200
+  [ Romain Beauxis ]
+  * New upstream release.
+  * Bumped standards version to 3.8.3
+  * Enabled debugging.
+  * Use new dependency system.
+  * Added doc-base registration.
+ 
+ -- Romain Beauxis <toots at rastageeks.org>  Wed, 14 Oct 2009 17:29:16 -0500
 
 ocaml-speex (0.1.1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5831b99..ca7fa41 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,20 @@
 Source: ocaml-speex
-Section: devel
+Section: ocaml
 Priority: optional
 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 (>= 0.4.23), debhelper (>= 7.0.1), ocaml-nox, 
-               libspeex-dev, libogg-ocaml-dev (>= 0.3.0),
-               ocaml-findlib (>= 1.2.4), pkg-config, dh-ocaml
-Standards-Version: 3.8.1
+Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 0.9), 
+               libspeex-dev, libogg-ocaml-dev (>= 0.3.1),
+               ocaml-findlib (>= 1.2.4), pkg-config
+Standards-Version: 3.8.3
 Homepage: http://savonet.sourceforge.net/
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-speex.git
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-speex.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-speex.git
 
 Package: libspeex-ocaml
 Architecture: any
-Section: ocaml
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml interface to the speex library
  This package provides an interface to the speex library for 
  OCaml programmers.
@@ -26,9 +26,9 @@ Description: OCaml interface to the speex library
 
 Package: libspeex-ocaml-dev
 Architecture: any
-Section: ocaml
-Depends: ocaml-nox-${F:OCamlABI}, libspeex-dev, libogg-ocaml-dev (>= 0.3.0-1),
+Depends: ${ocaml:Depends}, libspeex-dev, libogg-ocaml-dev (>= 0.3.0-1),
          libspeex-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml interface to the speex library
  This package provides an interface to the speex library for
  OCaml programmers.
diff --git a/debian/control.in b/debian/control.in
index fb4648e..5eddfff 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,20 +1,20 @@
 Source: ocaml-speex
-Section: devel
+Section: ocaml
 Priority: optional
 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@, 
-               libspeex-dev, libogg-ocaml-dev (>= 0.3.0),
-               ocaml-findlib (>= 1.2.4), pkg-config, dh-ocaml
-Standards-Version: 3.8.1
+               libspeex-dev, libogg-ocaml-dev (>= 0.3.1),
+               ocaml-findlib (>= 1.2.4), pkg-config
+Standards-Version: 3.8.3
 Homepage: http://savonet.sourceforge.net/
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-speex.git
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-speex.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-speex.git
 
 Package: libspeex-ocaml
 Architecture: any
-Section: ocaml
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml interface to the speex library
  This package provides an interface to the speex library for 
  OCaml programmers.
@@ -26,9 +26,9 @@ Description: OCaml interface to the speex library
 
 Package: libspeex-ocaml-dev
 Architecture: any
-Section: ocaml
-Depends: ocaml-nox-${F:OCamlABI}, libspeex-dev, libogg-ocaml-dev (>= 0.3.0-1),
+Depends: ${ocaml:Depends}, libspeex-dev, libogg-ocaml-dev (>= 0.3.0-1),
          libspeex-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml interface to the speex library
  This package provides an interface to the speex library for
  OCaml programmers.
diff --git a/debian/libspeex-ocaml-dev.doc-base b/debian/libspeex-ocaml-dev.doc-base
new file mode 100644
index 0000000..7b4a915
--- /dev/null
+++ b/debian/libspeex-ocaml-dev.doc-base
@@ -0,0 +1,9 @@
+Document: libspeex-ocaml-dev
+Title: OCaml Speex module documentation
+Author: Romain Beauxis
+Abstract: Documentation of the OCaml Speex module
+Section: Programming/OCaml
+
+Format: HTML
+Index: /usr/share/doc/libspeex-ocaml-dev/html/index.html
+Files: /usr/share/doc/libspeex-ocaml-dev/html/*
diff --git a/debian/rules b/debian/rules
index 8531427..e335709 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ include /usr/share/cdbs/1/rules/ocaml.mk
 #   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
 # Then check manually if everything's ok
 
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-debugging
 DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where)
 DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp

-- 
ocaml-speex packaging



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