This is an automated email from the git hooks/post-receive script.

mehdi pushed a commit to branch master
in repository ocaml-sqlexpr.

commit 6509caaac134dadb644aa762089134c8eaaca97d
Author: Mehdi Dogguy <me...@debian.org>
Date:   Thu May 8 22:20:09 2014 +0200

    Fix missing-dependency-on-libc
---
 debian/changelog | 8 ++++++++
 debian/control   | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b4ce92c..f9ef3ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ocaml-sqlexpr (0.5.5-2) UNRELEASED; urgency=low
+
+  * Add ${shlibs:Depends} to Depends field of each binary package
+    to avoid raising the "missing-dependency-on-libc needed by sqlexpr.cmxs"
+    error.
+
+ -- Mehdi Dogguy <me...@debian.org>  Thu, 08 May 2014 22:18:40 +0200
+
 ocaml-sqlexpr (0.5.5-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index a439c24..463c30e 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/ocaml-
 
 Package: libsqlexpr-ocaml-dev
 Architecture: any
-Depends: ${ocaml:Depends}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Provides: ${ocaml:Provides}
 Recommends: ocaml-findlib
 Description: type-safe, convenient SQLite database access (development)
@@ -42,7 +42,7 @@ Description: type-safe, convenient SQLite database access 
(development)
 
 Package: libsqlexpr-ocaml
 Architecture: any
-Depends: ${ocaml:Depends}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Provides: ${ocaml:Provides}
 Description: type-safe, convenient SQLite database access (runtime)
  Minimalistic library and syntax extension for type-safe, convenient execution

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-sqlexpr.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to