[Pkg-ocaml-maint-commits] [SCM] ocaml-gavl packaging branch, master, updated. debian/0.1.1-2-9-ga047864

Romain Beauxis toots at rastageeks.org
Mon Oct 12 09:02:55 UTC 2009


The following commit has been merged in the master branch:
commit a047864e1f9466cb6bb961b4eccc251461b4042f
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Mon Oct 12 04:05:35 2009 -0500

    Prepared new upload

diff --git a/debian/changelog b/debian/changelog
index fda95c7..ae8c2f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ocaml-gavl (0.1.1-3) UNRELEASED; urgency=low
+ocaml-gavl (0.1.2-1) unstable; urgency=low
 
   [ Stephane Glondu ]
   * Use ocaml.mk as a CDBS "rules" file (Closes: #549843)
@@ -6,7 +6,13 @@ ocaml-gavl (0.1.1-3) UNRELEASED; urgency=low
   [ Samuel Mimram ]
   * Correct typo in description, closes: #531023.
 
- -- Samuel Mimram <smimram at debian.org>  Thu, 27 Aug 2009 19:19:03 +0200
+  [ Romain Beauxis ]
+  * New upstream release. 
+  * Bumped standards version to 3.8.3
+  * Changed section to ocaml
+  * Switched to new automatic dependency system.
+
+ -- Romain Beauxis <toots at rastageeks.org>  Mon, 12 Oct 2009 03:51:21 -0500
 
 ocaml-gavl (0.1.1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a64508f..ce06475 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,20 @@
 Source: ocaml-gavl
-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.53), debhelper (>= 7.0.1), ocaml-nox, 
+Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 0.9), 
                libgavl-dev, ocaml-findlib (>= 1.2.4), 
-               pkg-config, dh-ocaml
-Standards-Version: 3.8.1
+               pkg-config
+Standards-Version: 3.8.3
 Homepage: http://savonet.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-gavl.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-gavl.git
 
 Package: libgavl-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 gavl library
  This package provides an interface to the gavl library for
  OCaml programmers.
@@ -28,9 +28,9 @@ Description: OCaml interface to the gavl library
 
 Package: libgavl-ocaml-dev
 Architecture: any
-Section: ocaml
-Depends: ocaml-nox-${F:OCamlABI}, libgavl-dev, 
+Depends: ${ocaml:Depends}, libgavl-dev, 
          libgavl-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml interface to the gavl library
  This package provides an interface to the gavl library for
  OCaml programmers.
diff --git a/debian/control.in b/debian/control.in
index 9a80a00..ce4192b 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,20 +1,20 @@
 Source: ocaml-gavl
-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@, 
                libgavl-dev, ocaml-findlib (>= 1.2.4), 
-               pkg-config, dh-ocaml
-Standards-Version: 3.8.1
+               pkg-config
+Standards-Version: 3.8.3
 Homepage: http://savonet.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-gavl.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-gavl.git
 
 Package: libgavl-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 gavl library
  This package provides an interface to the gavl library for
  OCaml programmers.
@@ -28,9 +28,9 @@ Description: OCaml interface to the gavl library
 
 Package: libgavl-ocaml-dev
 Architecture: any
-Section: ocaml
-Depends: ocaml-nox-${F:OCamlABI}, libgavl-dev, 
+Depends: ${ocaml:Depends}, libgavl-dev, 
          libgavl-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml interface to the gavl library
  This package provides an interface to the gavl library for
  OCaml programmers.

-- 
ocaml-gavl packaging



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