[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:32 UTC 2011


The following commit has been merged in the master branch:
commit f63f9d6d2b8e11c1603b0da0c5236d58481ba4d6
Author: Iain Lane <laney at debian.org>
Date:   Mon May 30 16:06:59 2011 +0100

    Add prof package

diff --git a/debian/control b/debian/control
index f250e4c..de1e0f4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,24 +6,30 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Build-Depends:
  debhelper (>= 7),
  ghc (>= 6.10),
+ ghc-prof (>= 6.10),
  haskell-devscripts (>= 0.6.18),
  cdbs,
  cpphs,
  haddock,
  hscolour,
  libghc-hdbc-dev (>= 2.2.0-2),
+ libghc-hdbc-prof (>= 2.2.0-2),
  unixodbc-dev (>= 2.2.11),
  libghc-mtl-dev,
  libghc-hunit-dev,
  libghc-time-dev,
- libghc-convertible-dev
+ libghc-convertible-dev,
+ libghc-mtl-prof,
+ libghc-hunit-prof,
+ libghc-time-prof,
+ libghc-convertible-prof
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-haskell/hdbc-odbc.git
 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)
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, unixodbc-dev (>= 2.2.11)
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
@@ -35,6 +41,21 @@ Description: unixODBC HDBC (Haskell Database Connectivity) Driver for GHC
  .
  This package provides the ODBC database driver for HDBC under GHC.
 
+Package: libghc-hdbc-odbc-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: unixODBC Haskell Database Connectivity Driver; profiling libraries
+ 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 the ODBC database driver for HDBC under GHC compiled for
+ profiling.
+
 #Package: libhugs-hdbc-odbc
 #Section: libs
 #Architecture: any

-- 
HDBC ODBC support



More information about the Pkg-haskell-commits mailing list