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


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

    debian/control: Include -prof package.

diff --git a/debian/changelog b/debian/changelog
index e7ef1ff..82d5947 100644
--- a/debian/changelog
+++ b/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 at debian.org>  Thu, 18 Mar 2010 08:03:47 -0300
 
diff --git a/debian/control b/debian/control
index 571b4a8..5f6b589 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ldap-haskell
 Priority: optional
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: John Goerzen <jgoerzen at 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

-- 
LDAP bindings for Haskell



More information about the Pkg-haskell-commits mailing list