[Pkg-haskell-commits] [SCM] LDAP bindings for Haskell branch, master, updated. debian/0.6.6-1-11-g0fdb38b

Marco Túlio Gontijo e Silva marcot at riseup.net
Thu Mar 18 12:53:19 UTC 2010


The following commit has been merged in the master branch:
commit b65727093e98fec115393903421b4e14cf593aa6
Author: Marco Túlio Gontijo e Silva <marcot at riseup.net>
Date:   Thu Mar 18 08:49:42 2010 -0300

    debian/control: Use misc:Depends.

diff --git a/debian/changelog b/debian/changelog
index 82d5947..acc1a65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ ldap-haskell (0.6.6-2) UNRELEASED; urgency=low
   * debian/control: Build-Depends-Indep: correct.
   * debian/control: Use haskell: variables.
   * debian/control: Include -prof package.
+  * debian/control: Use misc:Depends.
 
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Thu, 18 Mar 2010 08:03:47 -0300
 
diff --git a/debian/control b/debian/control
index 5f6b589..47b66e0 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Package: libghc6-ldap-dev
 Section: haskell
 Architecture: any
 Suggests: ${haskell:Suggests}
-Depends: ${haskell:Depends}, libldap2-dev, ${shlibs:Depends}
+Depends: ${haskell:Depends}, libldap2-dev, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Description: LDAP Interface for Haskell
  This package provides an interface to the C LDAP API for Haskell programmers.
@@ -30,7 +30,7 @@ Package: libghc6-ldap-prof
 Section: haskell
 Architecture: any
 Suggests: ${haskell:Suggests}
-Depends: ${haskell:Depends}, ${shlibs:Depends}
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Description: LDAP Interface for Haskell; profiling libraries
  This package provides an interface to the C LDAP API for Haskell programmers.
@@ -47,7 +47,7 @@ Conflicts: ldap-haskell-doc
 Provides: ldap-haskell-doc
 Section: doc
 Architecture: all
-Depends: ${haskell:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: LDAP Interface for Haskell

-- 
LDAP bindings for Haskell



More information about the Pkg-haskell-commits mailing list