[Pkg-haskell-commits] [SCM] HDBC Sqlite3 driver branch, master, updated. debian/2.3.0.0-4

Iain Lane laney at debian.org
Mon May 30 16:10:17 UTC 2011


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

    Add prof package

diff --git a/debian/control b/debian/control
index 938a7af..529d73f 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,6 +15,8 @@ Build-Depends:
  libsqlite3-dev (>= 3.3),
  libghc-hdbc-dev (>= 2.2.0),
  libghc-mtl-dev,
+ libghc-hdbc-prof (>= 2.2.0),
+ libghc-mtl-prof,
 Build-Depends-Indep:
  ghc6-doc,
  libghc-hdbc-doc
@@ -23,7 +26,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-haskell/hdbc-sqlite3.git;a=summary
 
 Package: libghc-hdbc-sqlite3-dev
 Architecture: any
-Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libsqlite3-dev (>= 3.3)
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
@@ -35,6 +38,20 @@ Description: Sqlite v3 HDBC (Haskell Database Connectivity) Driver for GHC
  .
  This package provides the Sqlite v3 database driver for HDBC under GHC.
 
+Package: libghc-hdbc-sqlite3-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libsqlite3-dev (>= 3.3)
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Sqlite v3 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
+ (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
+ .
+ This package provides the Sqlite v3 database driver for HDBC under GHC.
+
 #Package: libhugs-hdbc-sqlite3
 #Section: libs
 #Architecture: any

-- 
HDBC Sqlite3 driver



More information about the Pkg-haskell-commits mailing list