The following commit has been merged in the master branch:
commit 045a3e85c03f54bcd08b970f1160589bfde4a733
Author: Stephane Glondu <[email protected]>
Date:   Wed Jun 9 11:26:56 2010 +0200

    Make ocaml-findlib depend only on libfindlib-ocaml
    
    The libfindlib-ocaml-dev binary package is actually needed for very
    few packages, it's better to make them depend explicitly on it.

diff --git a/debian/changelog b/debian/changelog
index cf08418..309b16a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+findlib (1.2.5+debian-2) UNRELEASED; urgency=low
+
+  * Make ocaml-findlib depend only on libfindlib-ocaml
+
+ -- Stéphane Glondu <[email protected]>  Wed, 09 Jun 2010 11:26:02 +0200
+
 findlib (1.2.5+debian-1) unstable; urgency=low
 
   [ Stéphane Glondu ]
diff --git a/debian/control b/debian/control
index 1b628f8..8af18e2 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Homepage: http://projects.camlcity.org/projects/findlib.html
 Package: ocaml-findlib
 Architecture: any
 Depends:
- libfindlib-ocaml-dev,
+ libfindlib-ocaml,
  ${ocaml:Depends},
  ${shlibs:Depends},
  ${misc:Depends}

-- 
findlib packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to