summaryrefslogtreecommitdiff
path: root/p/ldap-haskell
diff options
context:
space:
mode:
authorMarco Túlio Gontijo e Silva <marcot@riseup.net>2010-03-18 14:41:24 +0300
committer=?UTF-8?q?Marco=20T=C3=83=C2=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=83=C2=BAlio=20Gontijo=20e=20Silva?=>2010-03-18 14:41:24 +0300
commitf243989929edb1d47598cdceaf372602dab8c79e (patch)
tree7b54cf79968d47ac5b6b49b0a2cbd1dee2639413 /p/ldap-haskell
parentf572bbe53b9ba9efba8cf563ed374d7e3df27515 (diff)
downloadDHG_packages-f243989929edb1d47598cdceaf372602dab8c79e.tar.gz
ldap-haskell: debian/control: Use haskell: variables.
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.