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


The following commit has been merged in the master branch:
commit ca5d2bfbbcf4f1a1975bc3093542791a40493350
Author: Iain Lane <laney at debian.org>
Date:   Sun May 29 12:51:45 2011 +0100

    Rename {lib,}ghc6* to {lib,}ghc*

diff --git a/debian/control b/debian/control
index 364b0b6..19ccc1c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,25 +5,25 @@ Uploaders: John Goerzen <jgoerzen at complete.org>
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Build-Depends:
  debhelper (>= 7),
- ghc6 (>= 6.10),
+ ghc (>= 6.10),
  haskell-devscripts (>= 0.6.18),
  cdbs,
  cpphs,
  haddock,
  hscolour,
- libghc6-hdbc-dev (>= 2.2.0-2),
+ libghc-hdbc-dev (>= 2.2.0-2),
  unixodbc-dev (>= 2.2.11),
- libghc6-mtl-dev,
- libghc6-hunit-dev,
- libghc6-time-dev,
- libghc6-convertible-dev
+ libghc-mtl-dev,
+ libghc-hunit-dev,
+ libghc-time-dev,
+ libghc-convertible-dev
 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: libghc6-hdbc-odbc-dev
+Package: libghc-hdbc-odbc-dev
 Architecture: any
-Depends: libghc6-hdbc-dev (>= 2.1.0), ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, unixodbc-dev (>= 2.2.11)
+Depends: libghc-hdbc-dev (>= 2.1.0), ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, unixodbc-dev (>= 2.2.11)
 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
@@ -44,7 +44,7 @@ Description: unixODBC HDBC (Haskell Database Connectivity) Driver for GHC
 # .
 # This package provides the ODBC database driver for HDBC under Hugs.
 
-Package: libghc6-hdbc-odbc-doc
+Package: libghc-hdbc-odbc-doc
 Replaces: haskell-hdbc-odbc-doc
 Conflicts: haskell-hdbc-odbc-doc
 Provides: haskell-hdbc-odbc-doc

-- 
HDBC ODBC support



More information about the Pkg-haskell-commits mailing list