summaryrefslogtreecommitdiff
path: root/p/ldap-haskell
diff options
context:
space:
mode:
authorMarco Túlio Gontijo e Silva <marcot@riseup.net>2010-03-18 14:53:48 +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:53:48 +0300
commit915a30290820ccec7efe2f0a21253ad1063b9b57 (patch)
treeb12d246d7cffb70f16ad68110f4b7a1dacb90a18 /p/ldap-haskell
parent9f3917f416468d228b0e591dce1922fd5c2f5619 (diff)
downloadDHG_packages-915a30290820ccec7efe2f0a21253ad1063b9b57.tar.gz
ldap-haskell: debian/control: Include -prof package.
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