[Pkg-haskell-commits] [SCM] HDBC ODBC support branch, master, updated. debian/2.2.0.0-3-1-ged17ee7

Joachim Breitner nomeata at debian.org
Sun Dec 13 17:51:01 UTC 2009


The following commit has been merged in the master branch:
commit ed17ee78c37c4ad2524dd57a94364d137705154c
Author: Joachim Breitner <nomeata at debian.org>
Date:   Sun Dec 13 18:50:01 2009 +0100

    Fix wrong description; said "Sqlite v3", thx to Josh Triplett for spotting it." (Closes: #560909)

diff --git a/debian/changelog b/debian/changelog
index 0f649a6..e04d9ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hdbc-odbc (2.2.0.0-4) UNRELEASED; urgency=low
+
+  * Fix wrong description; said "Sqlite v3", thx to Josh Triplett for spotting
+    it." (Closes: #560909)
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 13 Dec 2009 18:48:33 +0100
+
 hdbc-odbc (2.2.0.0-3) unstable; urgency=low
 
   * Forgot hscolour dependency 
diff --git a/debian/control b/debian/control
index 7d805cf..60bec61 100644
--- a/debian/control
+++ b/debian/control
@@ -52,8 +52,11 @@ Architecture: all
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Sqlite v3 HDBC (Haskell Database Connectivity) ODBC Documentation
+Description: unixODBC HDBC (Haskell Database Connectivity) Documentation
  HDBC provides an abstraction layer between Haskell programs and SQL
  relational databases. This lets you write database code once, in
  Haskell, and have it work with any number of backend SQL databases
  (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
+ .
+ This package provides documentation for the ODBC database driver for HDBC
+ under GHC.

-- 
HDBC ODBC support



More information about the Pkg-haskell-commits mailing list