[Pkg-ocaml-maint-commits] [SCM] apron packaging branch, master, updated. upstream/0.9.10-8-gf0111f3

Samuel Mimram samuel.mimram at ens-lyon.org
Sun Oct 25 14:00:08 UTC 2009


The following commit has been merged in the master branch:
commit 308c78fd64262d7b5edd5aabfbd92f98c6f5452a
Author: Samuel Mimram <samuel.mimram at ens-lyon.org>
Date:   Sun Oct 25 14:12:25 2009 +0100

    Correct sections and dependencies.

diff --git a/debian/control b/debian/control
index f881b0e..e4cd004 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,4 @@
 Source: apron
-Section: libdevel
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders:
@@ -11,13 +10,15 @@ Build-Depends:
  camlidl,
  dh-ocaml (>= 0.9),
  libgmp3-dev,
- libmpfr-dev
+ libmpfr-dev,
+ chrpath
 Standards-Version: 3.8.3
 Homepage: http://apron.cri.ensmp.fr/library/
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/apron.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/apron.git
 
 Package: libapron
+Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Runtime libraries for APRON
@@ -29,8 +30,11 @@ Description: Runtime libraries for APRON
  library/abstract domain.
 
 Package: liblapron-dev
+Section: libdevel
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
+ libgmp3-dev,
+ libmpfr-dev
 Provides: ${ocaml:Provides}
 Description: An abstract interpretation library
  The APRON library is dedicated to the static analysis of the numerical
@@ -41,6 +45,7 @@ Description: An abstract interpretation library
  library/abstract domain.
 
 Package: libapron-ocaml
+Section: ocaml
 Architecture: any
 Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${ocaml:Provides}
@@ -56,8 +61,9 @@ Description: Runtime libraries for APRON
  bytecode executables.
 
 Package: libapron-ocaml-dev
+Section: ocaml
 Architecture: any
-Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}, libapron-dev
 Provides: ${ocaml:Provides}
 Description: An abstract interpretation library
  The APRON library is dedicated to the static analysis of the numerical

-- 
apron packaging



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