[Pkg-ocaml-maint-commits] [SCM] ocaml-vorbis packaging branch, master, updated. debian/0.6.1-2-1-g5915db3

Romain Beauxis toots at rastageeks.org
Thu May 9 00:35:00 UTC 2013


The following commit has been merged in the master branch:
commit 5915db39a7c1af1c4d422edb3f1122a4c96d2b08
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Wed May 8 19:31:53 2013 -0500

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 8ad2028..f9a64f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml-vorbis (0.6.1-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:31:06 -0500
+
 ocaml-vorbis (0.6.1-2) experimental; urgency=low
 
   * Upload to experimental to rebuild against 
diff --git a/debian/control b/debian/control
index d15cc7b..52550a0 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  pkg-config, 
  libvorbis-dev, 
  ocaml-findlib (>= 1.2.4), 
- libogg-ocaml-dev (>= 0.4.4)
+ libogg-ocaml-dev (>= 0.4.5)
 Standards-Version: 3.9.4
 Homepage: http://savonet.sourceforge.net/
 Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-vorbis.git
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index afcd484..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,47 +0,0 @@
-Source: ocaml-vorbis
-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@, 
- pkg-config, 
- libvorbis-dev, 
- ocaml-findlib (>= 1.2.4), 
- libogg-ocaml-dev (>= 0.4.3)
-Standards-Version: 3.9.2
-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
-
-Package: libvorbis-ocaml
-Architecture: any
-Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Provides: ${ocaml:Provides}
-Description: OCaml bindings for vorbis library
- This OCaml library interfaces the vorbis C library. It can be used to
- decode from or encode to the Ogg Vorbis compressed audio format as well
- as to get informations about an Ogg Vorbis file.
- .
- Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
- general-purpose compressed audio format for audio and music at fixed
- and variable bitrates from 16 to 128 kbps/channel.
- .
- This package contains only the shared runtime stub libraries.
-
-Package: libvorbis-ocaml-dev
-Architecture: any
-Depends: ${ocaml:Depends}, ${misc:Depends},
-         libvorbis-dev, libvorbis-ocaml (= ${binary:Version}), libogg-ocaml-dev
-Provides: ${ocaml:Provides}
-Description: OCaml bindings for the vorbis library
- This OCaml library interfaces the vorbis C library. It can be used to
- decode from or encode to the Ogg Vorbis compressed audio format as well
- as to get informations about an Ogg Vorbis file.
- .
- Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
- general-purpose compressed audio format for audio and music at fixed
- and variable bitrates from 16 to 128 kbps/channel.
- .
- This package contains all the development stuff you need to use ocaml-vorbis
- in your programs.
diff --git a/debian/rules b/debian/rules
index ee85532..c2128e3 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/$(OCAML_STDLIB_DIR)
 DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore

-- 
ocaml-vorbis packaging



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