[Pkg-ocaml-maint-commits] [SCM] ocaml-soundtouch packaging branch, master, updated. debian/0.1.4-3-6-g39e75c5

Romain Beauxis toots at rastageeks.org
Mon Oct 12 22:53:50 UTC 2009


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

    Prepared new upstream release

diff --git a/debian/changelog b/debian/changelog
index 1143480..6f81868 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+ocaml-soundtouch (0.1.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * Switched to new automatic dependency system.
+  * Bumped standards version to 3.8.3
+  * Changed section to ocaml. 
+  * Fixed Vcs-* fields.
+  * Clean generated files in debian/rules clean
+  * Versioned licenses in debian/copyright
+
+ -- Romain Beauxis <toots at rastageeks.org>  Mon, 12 Oct 2009 17:43:49 -0500
+
 ocaml-soundtouch (0.1.4-3) unstable; urgency=low
 
   * Add missing build-dependency on dh-ocaml, closes: #517433.
diff --git a/debian/control b/debian/control
index c5bd023..60759fd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,19 @@
 Source: ocaml-soundtouch
-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), libsoundtouch1-dev, ocaml-findlib (>= 1.2.4), pkg-config, dh-ocaml
-Standards-Version: 3.8.0
+Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 0.9), 
+               libsoundtouch1-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-soundtouch.git
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-soundtouch.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-soundtouch.git
 
 Package: libsoundtouch-ocaml
 Architecture: any
-Section: libs
-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 sound stretching library
  Libsoundtouch is a library that can be used to change pitch and time
  of soundfiles independently. This package provides OCaml interface to
@@ -22,8 +23,9 @@ Description: OCaml bindings for the sound stretching library
 
 Package: libsoundtouch-ocaml-dev
 Architecture: any
-Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, libsoundtouch1-dev, libsoundtouch-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Depends: ${ocaml:Depends}, libsoundtouch1-dev, libsoundtouch-ocaml (= ${binary:Version}), 
+         ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for the sound stretching library
  Libsoundtouch is a library that can be used to change pitch and time
  of soundfiles independently. This package provides OCaml interface to
diff --git a/debian/control.in b/debian/control.in
index bb16cc0..65c08de 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,18 +1,19 @@
 Source: ocaml-soundtouch
-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), libsoundtouch1-dev, ocaml-findlib (>= 1.2.4), pkg-config, dh-ocaml
-Standards-Version: 3.8.0
+Build-Depends: @cdbs@, 
+               libsoundtouch1-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-soundtouch.git
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-soundtouch.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-soundtouch.git
 
 Package: libsoundtouch-ocaml
 Architecture: any
-Section: libs
-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 sound stretching library
  Libsoundtouch is a library that can be used to change pitch and time
  of soundfiles independently. This package provides OCaml interface to
@@ -22,8 +23,9 @@ Description: OCaml bindings for the sound stretching library
 
 Package: libsoundtouch-ocaml-dev
 Architecture: any
-Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, libsoundtouch1-dev, libsoundtouch-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Depends: ${ocaml:Depends}, libsoundtouch1-dev, libsoundtouch-ocaml (= ${binary:Version}), 
+         ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for the sound stretching library
  Libsoundtouch is a library that can be used to change pitch and time
  of soundfiles independently. This package provides OCaml interface to
diff --git a/debian/copyright b/debian/copyright
index 066aac7..e742999 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ It was downloaded from <http://savonet.sourceforge.net/>
 
 Upstream Author: Samuel Mimram <samuel.mimram at ens-lyon.org>
 
-Copyright: Copyright (C) 2007 Samuel Mimram
+Copyright: Copyright © 2007 Samuel Mimram
 
 License:
 
@@ -31,7 +31,7 @@ the executable file might be covered by the GNU Library General Public License.
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
-The Debian packaging is (C) 2007, Samuel Mimram <smimram at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is © 2007, Samuel Mimram <smimram at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/rules b/debian/rules
index 271ac01..0a62fad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,6 @@ DEB_DH_INSTALL_ARGS :=  --list-missing
 
 build/libsoundtouch-ocaml-dev::
 	mkdir -p $(DESTDIR)
+
+clean::
+	rm -rf Makefile src/Makefile src/META config.log config.status

-- 
ocaml-soundtouch packaging



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