[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:35 UTC 2013
The following commit has been merged in the master branch:
commit 4372d151051332673db36ec210a92ff73711a4d3
Author: Romain Beauxis <toots at rastageeks.org>
Date: Wed May 8 19:23:39 2013 -0500
Upload to unstable.
diff --git a/debian/changelog b/debian/changelog
index eb244c4..53e27fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml-speex (0.2.0-3) unstable; urgency=low
+
+ * Upload to unstable
+ * Force build-dep on ocaml-ogg >= 0.4.5
+
+ -- Romain Beauxis <toots at rastageeks.org> Wed, 08 May 2013 19:22:47 -0500
+
ocaml-speex (0.2.0-2) experimental; urgency=low
* Upload to experimental to rebuild against
diff --git a/debian/control b/debian/control
index d3f9d83..dc78fbd 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
ocaml-nox,
dh-ocaml (>= 0.9),
libspeex-dev,
- libogg-ocaml-dev (>= 0.4.4),
+ libogg-ocaml-dev (>= 0.4.5),
ocaml-findlib (>= 1.2.4),
pkg-config
Standards-Version: 3.9.2
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 545a3f8..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,43 +0,0 @@
-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.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 --git a/debian/rules b/debian/rules
index e335709..d072a82 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/ocaml.mk
-# In order to regenerate 'debian/control' :
-# 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
--
ocaml-speex packaging
More information about the Pkg-ocaml-maint-commits
mailing list