[Pkg-ocaml-maint-commits] [SCM] dose3 packaging branch, master, updated. debian/2.9.8-1-10-g4c4ba74

Ralf Treinen treinen at free.fr
Mon Feb 6 19:34:08 UTC 2012


The following commit has been merged in the master branch:
commit 4c4ba7449e0c799c2fc9a7f5f87b2d7951799239
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Feb 6 20:32:12 2012 +0100

    fix dependencies of libdose3-ocaml-dev, add real dependency for apt-cudf

diff --git a/debian/changelog b/debian/changelog
index 24f0a43..b96fb55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-dose3 (2.9.10-1) UNRELEASEDy; urgency=low
+dose3 (2.9.10-1) UNRELEASED; urgency=low
 
   * New upstream release
-
- -- Ralf Treinen <treinen at debian.org>  Mon, 06 Feb 2012 15:13:14 +0100
+  * Do not attempt to install /usr/lib/ocaml/dose3/stublibs which is no
+    longer generated by upstream.
+  * debian/control:
+    - The apt-cudf package now depends first on aspcud before the virtual
+      package cudf-solver
+    - add ${shlibs:Depends} to dependencies of libdose3-ocaml-dev
+  
+ -- Ralf Treinen <treinen at debian.org>  Mon, 06 Feb 2012 20:31:20 +0100
 
 dose3 (2.9.8-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index c1df992..25b2e2d 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/dose3.git
 
 Package: libdose3-ocaml-dev
 Architecture: any
-Depends: ${misc:Depends}, ${ocaml:Depends}
+Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
 Provides: ${ocaml:Provides}
 Description: OCaml libraries for package dependencies (development files)
  Dose3 is a framework consisting of several OCaml libraries for analysing
@@ -110,7 +110,7 @@ Description: Parses package dependencies as set of constraints
 Package: apt-cudf
 Section: admin
 Architecture: any
-Depends: cudf-solver,
+Depends: aspcud | cudf-solver,
  ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Description: CUDF solver integration for APT
  apt-cudf provides integration among the APT package manager and CUDF solvers,

-- 
dose3 packaging



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