[Pkg-ocaml-maint-commits] [SCM] ocaml-dtools packaging branch, master, updated. debian/0.1.6-3-1-g17c0dfe

Romain Beauxis toots at rastageeks.org
Mon Oct 12 23:10:34 UTC 2009


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

    Updated package

diff --git a/debian/changelog b/debian/changelog
index 2408dc9..e7cc0f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ocaml-dtools (0.1.6-4) unstable; urgency=low
+
+  * Switch to new automatic dependency system.
+  * Bumped standards version to 3.8.3
+  * Changed section to ocaml.
+  * Fixed Vcs-* fields. 
+
+ -- Romain Beauxis <toots at rastageeks.org>  Mon, 12 Oct 2009 18:05:20 -0500
+
 ocaml-dtools (0.1.6-3) unstable; urgency=low
 
   * Switch packaging to git.
diff --git a/debian/control b/debian/control
index b5ff68d..5621427 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,17 @@
 Source: ocaml-dtools
-Section: devel
+Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Romain Beauxis <toots at rastageeks.org>, Samuel Mimram <smimram at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), ocaml-nox (>= 3.11), debhelper (>= 7), ocaml-findlib (>= 1.2.4), dh-ocaml
-Standards-Version: 3.8.0
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-dtools.git
+Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 0.9), ocaml-findlib (>= 1.2.4)
+Standards-Version: 3.8.3
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-dtools.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-dtools.git
 
 Package: libdtools-ocaml-dev
-Section: libdevel
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${misc:Depends}
+Depends: ${ocaml:Depends}, ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: library for writing daemons in OCaml
  dtools is a set of useful functions for writing daemon services in OCaml.
  .
diff --git a/debian/control.in b/debian/control.in
index 071a693..25bd065 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,17 +1,17 @@
 Source: ocaml-dtools
-Section: devel
+Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Romain Beauxis <toots at rastageeks.org>, Samuel Mimram <smimram at debian.org>
-Build-Depends: @cdbs@, debhelper (>= 7), ocaml-findlib (>= 1.2.4), dh-ocaml
-Standards-Version: 3.8.0
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-dtools.git
+Build-Depends: @cdbs@, ocaml-findlib (>= 1.2.4)
+Standards-Version: 3.8.3
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-dtools.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-dtools.git
 
 Package: libdtools-ocaml-dev
-Section: libdevel
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${misc:Depends}
+Depends: ${ocaml:Depends}, ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: library for writing daemons in OCaml
  dtools is a set of useful functions for writing daemon services in OCaml.
  .
diff --git a/debian/copyright b/debian/copyright
index 744b8ab..09f8e2b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,4 +12,4 @@ Copyright: 2003 - 2007 Stéphane Gimenez
  (LGPL) 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/LGPL.
+The license text is contained in /usr/share/common-licenses/LGPL-2.

-- 
ocaml-dtools packaging



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