[Pkg-haskell-commits] [SCM] HDBC PostgreSQL backend driver branch, master, updated. debian/2.2.3.1-5

Iain Lane laney at debian.org
Tue May 31 08:55:33 UTC 2011


The following commit has been merged in the master branch:
commit 0c0555ce44afdccd45cedf060ac56e4f3e4a3592
Author: Iain Lane <laney at debian.org>
Date:   Tue May 31 09:34:44 2011 +0100

    Add prof package

diff --git a/debian/control b/debian/control
index 25feebb..df15595 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Build-Depends:
  debhelper (>= 7),
  ghc (>= 6.12),
+ ghc-prof (>= 6.12),
  haskell-devscripts (>= 0.7.3),
  cdbs,
  cpphs,
@@ -14,10 +15,15 @@ Build-Depends:
  libghc-hdbc-dev (>= 2.2.0),
  libpq-dev (>= 8.1.1),
  libghc-mtl-dev,
- libghc-parsec-dev
+ libghc-parsec-dev,
+ libghc-hdbc-prof (>= 2.2.0),
+ libghc-mtl-prof,
+ libghc-parsec-prof
 Build-Depends-Indep: 
  ghc-doc,
- libghc-hdbc-doc
+ libghc-hdbc-doc,
+ libghc-mtl-doc,
+ libghc-parsec-doc
 Standards-Version: 3.9.2
 Homepage: http://software.complete.org/hdbc-postgresql
 Vcs-Git: git://git.debian.org/git/pkg-haskell/hdbc-postgresql.git
@@ -36,6 +42,20 @@ Description: PostgreSQL HDBC (Haskell Database Connectivity) Driver for GHC
  .
  This package provides the PostgreSQL database driver for HDBC under GHC.
 
+Package: libghc-hdbc-postgresql-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: PostgreSQL HDBC Driver for GHC; 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.
+ .
+ This package provides the PostgreSQL database driver for HDBC under GHC
+ compiled for profiling.
+
 Package: libghc-hdbc-postgresql-doc
 Replaces: haskell-hdbc-postgresql-doc (<< 2.2.3.1-3)
 Conflicts: haskell-hdbc-postgresql-doc (<< 2.2.3.1-3)

-- 
HDBC PostgreSQL backend driver



More information about the Pkg-haskell-commits mailing list