[Pkg-ocaml-maint-commits] [SCM] ocaml-speex packaging branch, master, updated. debian/0.1.2-3-7-g4372d15
Romain Beauxis
toots at rastageeks.org
Thu May 9 00:26:34 UTC 2013
The following commit has been merged in the master branch:
commit 50ad41d608af03f1fc828c9fed139d29956f57ca
Merge: 6f23e21040db88fd8cedab120e9cd9a4b0c3933a 5a0612fe1b45f87d73fbbe01b2d35900ae84b841
Author: Romain Beauxis <toots at rastageeks.org>
Date: Tue Jul 5 12:26:02 2011 -0500
Imported Debian patch 0.2.0-1
diff --combined debian/changelog
index fe82087,0000000..1d83967
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,44 -1,0 +1,52 @@@
++ocaml-speex (0.2.0-1) unstable; urgency=low
++
++ * New upstream release.
++ * Switch to 3.0 (quilt) package format.
++ * Bumped standards version to 3.9.2
++
++ -- Romain Beauxis <toots at rastageeks.org> Tue, 05 Jul 2011 12:26:02 -0500
++
+ocaml-speex (0.1.2-3) unstable; urgency=low
+
+ * Upload to unstable.
+
+ -- Romain Beauxis <toots at rastageeks.org> Thu, 03 Mar 2011 13:49:17 -0600
+
+ocaml-speex (0.1.2-2) experimental; urgency=low
+
+ * Rebuild against ocaml-ogg 0.4.1 from experimental.
+ * Bumped standards version.
+
+ -- Romain Beauxis <toots at rastageeks.org> Tue, 07 Sep 2010 18:56:10 -0500
+
+ocaml-speex (0.1.2-1) unstable; urgency=low
+
+ [ Stephane Glondu ]
+ * Use ocaml.mk as a CDBS "rules" file (Closes: #549840)
+
+ [ 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
+
+ * Added missing .a files to libspeex-ocaml-dev.
+
+ -- Romain Beauxis <toots at rastageeks.org> Mon, 18 May 2009 23:28:19 +1100
+
+ocaml-speex (0.1.1-1) unstable; urgency=low
+
+ * New upstream release, fixes license inconsistency.
+
+ -- Romain Beauxis <toots at rastageeks.org> Mon, 30 Mar 2009 18:48:09 +0200
+
+ocaml-speex (0.1.0-1) unstable; urgency=low
+
+ * Initial upload to unstable (Closes: #515810)
+
+ -- Romain Beauxis <toots at rastageeks.org> Mon, 30 Mar 2009 17:01:09 +0200
diff --combined debian/control
index 171327d,0000000..95171e0
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,40 -1,0 +1,47 @@@
+Source: ocaml-speex
+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.53), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 0.9),
- libspeex-dev, libogg-ocaml-dev (>= 0.4.1),
- ocaml-findlib (>= 1.2.4), pkg-config
- Standards-Version: 3.9.1
++Build-Depends:
++ cdbs (>= 0.4.85~),
++ debhelper (>= 7.0.1),
++ dh-buildinfo,
++ ocaml-nox,
++ dh-ocaml (>= 0.9),
++ libspeex-dev,
++ libogg-ocaml-dev (>= 0.4.2),
++ ocaml-findlib (>= 1.2.4),
++ pkg-config
++Standards-Version: 3.9.2
+Homepage: http://savonet.sourceforge.net/
+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
+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.
+ .
+ Speex is an audio codec especially designed for compressing voice at low
+ bit-rates for applications such as voice over IP (VoIP).
+ .
+ This package contains only the shared runtime stub libraries.
+
+Package: libspeex-ocaml-dev
+Architecture: any
+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.
+ .
+ Speex is an audio codec especially designed for compressing voice at low
+ bit-rates for applications such as voice over IP (VoIP).
+ .
+ This package contains all the development stuff you need to develop
+ OCaml programs which use ocaml-speex.
diff --combined debian/control.in
index 3a66c52,0000000..545a3f8
mode 100644,000000..100644
--- a/debian/control.in
+++ b/debian/control.in
@@@ -1,40 -1,0 +1,43 @@@
+Source: ocaml-speex
+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.4.1),
- ocaml-findlib (>= 1.2.4), pkg-config
- Standards-Version: 3.9.1
++Build-Depends:
++ @cdbs@,
++ libspeex-dev,
++ libogg-ocaml-dev (>= 0.4.2),
++ ocaml-findlib (>= 1.2.4),
++ pkg-config
++Standards-Version: 3.9.2
+Homepage: http://savonet.sourceforge.net/
+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
+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.
+ .
+ Speex is an audio codec especially designed for compressing voice at low
+ bit-rates for applications such as voice over IP (VoIP).
+ .
+ This package contains only the shared runtime stub libraries.
+
+Package: libspeex-ocaml-dev
+Architecture: any
+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.
+ .
+ Speex is an audio codec especially designed for compressing voice at low
+ bit-rates for applications such as voice over IP (VoIP).
+ .
+ This package contains all the development stuff you need to develop
+ OCaml programs which use ocaml-speex.
diff --combined debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
--
ocaml-speex packaging
More information about the Pkg-ocaml-maint-commits
mailing list