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


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

    Fix "typo in package description" by correction typo.  Thanks to Georg Neis <gn at oglaroon.de>. (Closes: #414898)

diff --git a/debian/changelog b/debian/changelog
index acc1a65..8ba10b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ ldap-haskell (0.6.6-2) UNRELEASED; urgency=low
   * debian/control: Use haskell: variables.
   * debian/control: Include -prof package.
   * debian/control: Use misc:Depends.
+  * Fix "typo in package description" by correction typo.  Thanks to Georg
+    Neis <gn at oglaroon.de>. (Closes: #414898)
 
  -- 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 47b66e0..768a693 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ 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.
  The Haskell binding features automatic memory management and proper
- handling for binary data, and handles all marhsalling into and out of
+ handling for binary data, and handles all marshalling into and out of
  C data structures for you automatically.
  .
  This package is built for GHC.
@@ -36,7 +36,7 @@ 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
+ handling for binary data, and handles all marshalling into and out of
  C data structures for you automatically.
  .
  This package is built for GHC, compiled for profiling.
@@ -54,7 +54,7 @@ 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.
  The Haskell binding features automatic memory management and proper
- handling for binary data, and handles all marhsalling into and out of
+ handling for binary data, and handles all marshalling into and out of
  C data structures for you automatically.
  .
  This package provides documentation for the Haskell LDAP bindings.

-- 
LDAP bindings for Haskell



More information about the Pkg-haskell-commits mailing list