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/control17
2 files changed, 17 insertions, 1 deletions
diff --git a/p/ldap-haskell/debian/changelog b/p/ldap-haskell/debian/changelog
index 3c3027471..d2e1efecd 100644
--- a/p/ldap-haskell/debian/changelog
+++ b/p/ldap-haskell/debian/changelog
@@ -8,6 +8,7 @@ ldap-haskell (0.6.6-2) UNRELEASED; urgency=low
versioned in ghc6.
* debian/control: Build-Depends-Indep: correct.
* debian/control: Use haskell: variables.
+ * debian/control: Include -prof package.
-- 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 ddb940171..070f2bcae 100644
--- a/p/ldap-haskell/debian/control
+++ b/p/ldap-haskell/debian/control
@@ -2,7 +2,7 @@ Source: ldap-haskell
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: John Goerzen <jgoerzen@complete.org>
-Build-Depends: debhelper (>= 7), ghc6, haskell-devscripts (>= 0.7.3), libldap2-dev (>= 2.4.7), cdbs
+Build-Depends: debhelper (>= 7), ghc6, ghc6-prof, haskell-devscripts (>= 0.7.3), libldap2-dev (>= 2.4.7), cdbs
Build-Depends-Indep: ghc6-doc
Standards-Version: 3.8.4
Section: haskell
@@ -26,6 +26,21 @@ Description: LDAP Interface for Haskell
.
This package is built for GHC.
+Package: libghc6-ldap-prof
+Section: haskell
+Architecture: any
+Suggests: ${haskell:Suggests}
+Depends: ${haskell:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Description: LDAP Interface for Haskell; profiling libraries
+ This package provides an interface to the C LDAP API for Haskell programmers.
+ With it, you can search, modify, and interrogate LDAP directories.
+ The Haskell binding features automatic memory management and proper
+ handling for binary data, and handles all marhsalling into and out of
+ C data structures for you automatically.
+ .
+ This package is built for GHC, compiled for profiling.
+
Package: libghc6-ldap-doc
Replaces: ldap-haskell-doc
Conflicts: ldap-haskell-doc