[Pkg-haskell-commits] [SCM] HDBC ODBC support branch, master, updated. debian/2.2.3.0-1-11-g390f63f

Iain Lane laney at debian.org
Mon May 30 15:44:31 UTC 2011


The following commit has been merged in the master branch:
commit 46c3b780819dfedb20ebf76a9ec49f30cbdb6985
Author: Iain Lane <laney at debian.org>
Date:   Mon May 30 15:57:31 2011 +0100

    Add missing substvars, particularly haskell:Provides

diff --git a/debian/control b/debian/control
index 19ccc1c..f250e4c 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-haskell/hdbc-odbc.git;a=summary
 Package: libghc-hdbc-odbc-dev
 Architecture: any
 Depends: libghc-hdbc-dev (>= 2.1.0), ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, unixodbc-dev (>= 2.2.11)
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: unixODBC HDBC (Haskell Database Connectivity) Driver for GHC
  HDBC provides an abstraction layer between Haskell programs and SQL
  relational databases. This lets you write database code once, in
@@ -47,7 +50,7 @@ Description: unixODBC HDBC (Haskell Database Connectivity) Driver for GHC
 Package: libghc-hdbc-odbc-doc
 Replaces: haskell-hdbc-odbc-doc
 Conflicts: haskell-hdbc-odbc-doc
-Provides: haskell-hdbc-odbc-doc
+Provides: haskell-hdbc-odbc-doc, ${haskell:Provides}
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${misc:Depends}

-- 
HDBC ODBC support



More information about the Pkg-haskell-commits mailing list