[Pkg-ocaml-maint-commits] [SCM] ocaml-vorbis packaging branch, master, updated. debian/0.5.1-1-1-g0de1d61
Romain Beauxis
toots at rastageeks.org
Tue Sep 7 23:54:15 UTC 2010
The following commit has been merged in the master branch:
commit 0de1d6104d4f278b6345be411d6ed2b7d5a4314e
Author: Romain Beauxis <toots at rastageeks.org>
Date: Tue Sep 7 18:55:48 2010 -0500
Rebuild against ocaml-ogg 0.4.1
diff --git a/debian/changelog b/debian/changelog
index 5c2d0e5..9b461df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml-vorbis (0.5.1-2) experimental; urgency=low
+
+ * Rebuild against new ocaml-ogg in experimental.
+ * Bumped standards version to 3.9.1
+
+ -- Romain Beauxis <toots at rastageeks.org> Tue, 07 Sep 2010 18:47:02 -0500
+
ocaml-vorbis (0.5.1-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index bf7358a..adf0b95 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ 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),
- pkg-config, libvorbis-dev, ocaml-findlib (>= 1.2.4), libogg-ocaml-dev (>= 0.3.1)
-Standards-Version: 3.8.3
+ pkg-config, libvorbis-dev, ocaml-findlib (>= 1.2.4), libogg-ocaml-dev (>= 0.4.1)
+Standards-Version: 3.9.1
Homepage: http://savonet.sourceforge.net/
Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-vorbis.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-vorbis.git
diff --git a/debian/control.in b/debian/control.in
index 5d0482d..b8bce1d 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -4,8 +4,8 @@ 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@,
- pkg-config, libvorbis-dev, ocaml-findlib (>= 1.2.4), libogg-ocaml-dev (>= 0.3.1)
-Standards-Version: 3.8.3
+ pkg-config, libvorbis-dev, ocaml-findlib (>= 1.2.4), libogg-ocaml-dev (>= 0.4.1)
+Standards-Version: 3.9.1
Homepage: http://savonet.sourceforge.net/
Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-vorbis.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-vorbis.git
diff --git a/examples/Makefile.stream2wav b/examples/Makefile.stream2wav
deleted file mode 100644
index 9af582d..0000000
--- a/examples/Makefile.stream2wav
+++ /dev/null
@@ -1,8 +0,0 @@
-SOURCES = stream2wav.ml
-RESULT = stream2wav
-LIBS = unix str ogg vorbis
-INCDIRS = ../src /usr/lib/ocaml/ogg
-
-all: nc
-
--include OCamlMakefile
diff --git a/examples/Makefile.wav2ogg b/examples/Makefile.wav2ogg
deleted file mode 100644
index 8f98ada..0000000
--- a/examples/Makefile.wav2ogg
+++ /dev/null
@@ -1,8 +0,0 @@
-SOURCES = wav2ogg.ml
-RESULT = wav2ogg
-LIBS = unix str ogg vorbis
-INCDIRS = ../src /usr/lib/ocaml/ogg
-
-all: nc
-
--include OCamlMakefile
--
ocaml-vorbis packaging
More information about the Pkg-ocaml-maint-commits
mailing list