[Pkg-ocaml-maint-commits] [SCM] ocaml-shout packaging branch, master, updated. debian/0.2.6-3-10-g3908a56

Romain Beauxis toots at rastageeks.org
Mon Oct 12 23:51:11 UTC 2009


The following commit has been merged in the master branch:
commit 3908a5635c50a2b99e4d1901100aedce26259b2c
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Mon Oct 12 18:53:56 2009 -0500

    Prepared new upstream release

diff --git a/debian/changelog b/debian/changelog
index bac1442..31158e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+ocaml-shout (0.2.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * Switched to new automatic dependency system.
+  * Fixed VCS-* fields.
+  * Changed section to ocaml.
+  * Bumped standards version to 3.8.3 
+  * Versioned license in debian/copyright
+
+ -- Romain Beauxis <toots at rastageeks.org>  Mon, 12 Oct 2009 18:47:38 -0500
+
 ocaml-shout (0.2.6-3) unstable; urgency=low
 
   * Rebuild with OCaml 3.11
diff --git a/debian/control b/debian/control
index c7d37f1..38aad01 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,18 @@
 Source: ocaml-shout
-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 (>= 3.11), debhelper (>= 7), libshout3-dev, ocaml-findlib (>= 1.2.4), pkg-config, dh-ocaml
-Standards-Version: 3.8.0
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-shout.git
+Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 0.9), 
+               libshout3-dev, ocaml-findlib (>= 1.2.4), pkg-config
+Standards-Version: 3.8.3
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-shout.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-shout.git
 
 Package: libshout-ocaml
-Section: libs
 Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for the shout library
  This OCaml library interfaces the shout C library which can be used for
  communicating with and sending data to Icecast and Icecast 2 streaming
@@ -22,9 +23,9 @@ Description: OCaml bindings for the shout library
  This package contains only the shared runtime stub libraries.
 
 Package: libshout-ocaml-dev
-Section: libdevel
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libshout3-dev, libshout-ocaml (= ${binary:Version}), ${misc:Depends}
+Depends: ${ocaml:Depends}, libshout3-dev, libshout-ocaml (= ${binary:Version}), ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for the shout library
  This OCaml library interfaces the shout C library which can be used for
  communicating with and sending data to Icecast and Icecast 2 streaming
diff --git a/debian/control.in b/debian/control.in
index dc94544..fc9b848 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,17 +1,18 @@
 Source: ocaml-shout
-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), libshout3-dev, ocaml-findlib (>= 1.2.4), pkg-config, dh-ocaml
-Standards-Version: 3.8.0
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-shout.git
+Build-Depends: @cdbs@, 
+               libshout3-dev, ocaml-findlib (>= 1.2.4), pkg-config
+Standards-Version: 3.8.3
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-shout.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-shout.git
 
 Package: libshout-ocaml
-Section: libs
 Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for the shout library
  This OCaml library interfaces the shout C library which can be used for
  communicating with and sending data to Icecast and Icecast 2 streaming
@@ -22,9 +23,9 @@ Description: OCaml bindings for the shout library
  This package contains only the shared runtime stub libraries.
 
 Package: libshout-ocaml-dev
-Section: libdevel
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libshout3-dev, libshout-ocaml (= ${binary:Version}), ${misc:Depends}
+Depends: ${ocaml:Depends}, libshout3-dev, libshout-ocaml (= ${binary:Version}), ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for the shout library
  This OCaml library interfaces the shout C library which can be used for
  communicating with and sending data to Icecast and Icecast 2 streaming
diff --git a/debian/copyright b/debian/copyright
index 258137f..18defb0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,11 +5,11 @@ It was downloaded from http://savonet.sourceforge.net/
 
 Upstream Authors: the Savonet Team <savonet-devl at lists.sourceforge.net>
 
-Copyright (c) 2003-2004 the Savonet Team.
+Copyright © 2003-2004 the Savonet Team.
 
 The ocaml-shout library is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 (GPL) as published by the Free Software Foundation; either version
 2 of the License, or (at your option) any later version.
 
-The license text is contained in /usr/share/common-licenses/GPL.
+The license text is contained in /usr/share/common-licenses/GPL-2.

-- 
ocaml-shout packaging



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