summaryrefslogtreecommitdiff
path: root/p/ldap-haskell
diff options
context:
space:
mode:
Diffstat (limited to 'p/ldap-haskell')
-rw-r--r--p/ldap-haskell/debian/changelog1
-rw-r--r--p/ldap-haskell/debian/control6
2 files changed, 6 insertions, 1 deletions
diff --git a/p/ldap-haskell/debian/changelog b/p/ldap-haskell/debian/changelog
index 9c760e7a0..3c3027471 100644
--- a/p/ldap-haskell/debian/changelog
+++ b/p/ldap-haskell/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@debian.org> Thu, 18 Mar 2010 08:03:47 -0300
diff --git a/p/ldap-haskell/debian/control b/p/ldap-haskell/debian/control
index 2f84e3ead..ddb940171 100644
--- a/p/ldap-haskell/debian/control
+++ b/p/ldap-haskell/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.