[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:13 UTC 2010


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

    debian/control: Use haskell: variables.

diff --git a/debian/changelog b/debian/changelog
index f8e8ce6..e7ef1ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ldap-haskell (0.6.6-2) UNRELEASED; urgency=low
   * debian/control: Remove Build-Dependes(-Indep) in haddock, and
     versioned in ghc6.
   * debian/control: Build-Depends-Indep: correct.
+  * debian/control: Use haskell: variables.
 
  -- 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 38e765e..571b4a8 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,9 @@ Homepage: http://software.complete.org/ldap-haskell
 Package: libghc6-ldap-dev
 Section: haskell
 Architecture: any
-Suggests: ldap-haskell-doc
+Suggests: ${haskell:Suggests}
 Depends: ${haskell:Depends}, libldap2-dev, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
 Description: LDAP Interface for Haskell
  This package provides an interface to the C LDAP API for Haskell programmers.
  With it, you can search, modify, and interrogate LDAP directories.
@@ -31,6 +32,9 @@ Conflicts: ldap-haskell-doc
 Provides: ldap-haskell-doc
 Section: doc
 Architecture: all
+Depends: ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: LDAP Interface for Haskell
  This package provides an interface to the C LDAP API for Haskell programmers.
  With it, you can search, modify, and interrogate LDAP directories.

-- 
LDAP bindings for Haskell



More information about the Pkg-haskell-commits mailing list