[Pkg-ocaml-maint-commits] [SCM] ocaml-pulseaudio packaging branch, master, updated. debian/0.1.0-3-5-gb99fef6

Romain Beauxis toots at rastageeks.org
Mon Oct 12 22:34:03 UTC 2009


The following commit has been merged in the master branch:
commit b99fef66cde13de21c99defca1cd2122c9ffd9b6
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Mon Oct 12 17:36:15 2009 -0500

    Prepared new upstream release

diff --git a/debian/changelog b/debian/changelog
index e931a51..e5a1a62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
-ocaml-pulseaudio (0.1.0-4) UNRELEASED; urgency=low
+ocaml-pulseaudio (0.1.1-1) unstable; urgency=low
 
+  [ Stephane Glondu ]
   * Use ocaml.mk as a CDBS "rules" file (Closes: #549805)
 
- -- Stephane Glondu <steph at glondu.net>  Wed, 29 Jul 2009 14:42:57 +0200
+  [ Romain Beauxis ]
+  * New upstream release.
+  * Bumped standards verstion to 3.8.3
+  * Fixed Vcs-* fields.
+  * Switch to new automatic dependency system.
+
+ -- Romain Beauxis <toots at rastageeks.org>  Mon, 12 Oct 2009 17:16:02 -0500
 
 ocaml-pulseaudio (0.1.0-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index e45ba39..ac63d06 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,19 @@
 Source: ocaml-pulseaudio
-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-1.1), ocaml-nox, 
-               debhelper (>= 7), libpulse-dev, 
-               ocaml-findlib (>= 1.2.4-1), pkg-config, dh-ocaml
-Standards-Version: 3.8.1
+Build-Depends: cdbs, cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 0.9), 
+               libpulse-dev, 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-pulseaudio.git
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-pulseaudio.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-pulseaudio.git
 
 Package: libpulse-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 PulseAudio sound server
  This package provied an interface to the PulseAudio sound server for 
  OCaml programmers.
@@ -27,9 +26,9 @@ Description: OCaml interface to the PulseAudio sound server
 
 Package: libpulse-ocaml-dev
 Architecture: any
-Section: ocaml
-Depends: ocaml-nox-${F:OCamlABI}, libpulse-dev, 
+Depends: ${ocaml:Depends}, libpulse-dev, 
          libpulse-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml interface to the pulseaudio library
  This package provied an interface to the PulseAudio sound server for
  OCaml programmers.
diff --git a/debian/control.in b/debian/control.in
index cd3ba79..c559d95 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,20 +1,19 @@
 Source: ocaml-pulseaudio
-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@, 
-               debhelper (>= 7), libpulse-dev, 
-               ocaml-findlib (>= 1.2.4-1), pkg-config, dh-ocaml
-Standards-Version: 3.8.1
+               libpulse-dev, 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-pulseaudio.git
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-pulseaudio.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-pulseaudio.git
 
 Package: libpulse-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 PulseAudio sound server
  This package provied an interface to the PulseAudio sound server for 
  OCaml programmers.
@@ -27,9 +26,9 @@ Description: OCaml interface to the PulseAudio sound server
 
 Package: libpulse-ocaml-dev
 Architecture: any
-Section: ocaml
-Depends: ocaml-nox-${F:OCamlABI}, libpulse-dev, 
+Depends: ${ocaml:Depends}, libpulse-dev, 
          libpulse-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml interface to the pulseaudio library
  This package provied an interface to the PulseAudio sound server for
  OCaml programmers.
diff --git a/debian/copyright b/debian/copyright
index f6c7312..dca3dd2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ It was downloaded from <http://savonet.sourceforge.net/>
 
 Upstream Author: The Savonet Team <savonet-users at lists.sourceforge.net>
 
-Copyright: (c) 2003-2009 The Savonet Team. 
+Copyright: © 2003-2009 The Savonet Team. 
 
 License:
 
@@ -20,5 +20,5 @@ License:
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in `/usr/share/common-licenses/LGPL'.
 
-The Debian packaging is (C) 2008, Romain Beauxis <toots at rastageeks.org> and
+The Debian packaging is © 2008, Romain Beauxis <toots at rastageeks.org> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/libpulse-ocaml-dev.doc-base b/debian/libpulse-ocaml-dev.doc-base
new file mode 100644
index 0000000..d8226ea
--- /dev/null
+++ b/debian/libpulse-ocaml-dev.doc-base
@@ -0,0 +1,9 @@
+Document: libpulse-ocaml-dev
+Title: OCaml Pulseaudio module documentation
+Author: Samuel Mimram
+Abstract: Documentation of the OCaml Pulseaudio module
+Section: Programming/OCaml
+
+Format: HTML
+Index: /usr/share/doc/libpulse-ocaml-dev/html/index.html
+Files: /usr/share/doc/libpulse-ocaml-dev/html/*

-- 
ocaml-pulseaudio packaging



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