[Pkg-haskell-commits] darcs: haskelldb-hdbc: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:23:16 UTC 2011
Sat Jan 15 15:05:51 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: fcce25c99eeaa360efe44ab8e677075c
M ./changelog +4
M ./control -18 +18
Sat Jan 15 15:05:51 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: fcce25c99eeaa360efe44ab8e677075c
diff -rN -u old-haskelldb-hdbc/changelog new-haskelldb-hdbc/changelog
--- old-haskelldb-hdbc/changelog 2011-01-15 15:23:16.213689747 +0000
+++ new-haskelldb-hdbc/changelog 2011-01-15 15:23:16.217689958 +0000
@@ -1,9 +1,13 @@
haskelldb-hdbc (0.13-2) UNRELEASED; urgency=low
+ [ Marco Túlio Gontijo e Silva ]
* Fix "please upgrade build-depends of haskell-hdbc-doc" by updating the
name of the -doc packages in control. (Closes: #576101)
* Use Build-Depends-Indep.
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Marco Túlio Gontijo e Silva <marcot at debian.org> Wed, 31 Mar 2010 21:39:42 -0300
haskelldb-hdbc (0.13-1) unstable; urgency=low
diff -rN -u old-haskelldb-hdbc/control new-haskelldb-hdbc/control
--- old-haskelldb-hdbc/control 2011-01-15 15:23:16.213689747 +0000
+++ new-haskelldb-hdbc/control 2011-01-15 15:23:16.217689958 +0000
@@ -6,29 +6,29 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
- , libghc6-haskelldb-dev (>= 0.12)
- , libghc6-haskelldb-dev (<< 1)
- , libghc6-haskelldb-prof
- , libghc6-hdbc-dev (>= 2.0.0)
- , libghc6-hdbc-dev (<< 3)
- , libghc6-hdbc-prof
- , libghc6-convertible-dev (>= 1.0.1)
- , libghc6-convertible-prof
-Build-Depends-Indep: ghc6-doc
- , libghc6-haskelldb-doc
- , libghc6-hdbc-doc
- , libghc6-convertible-doc
+ , ghc
+ , ghc-prof
+ , libghc-haskelldb-dev (>= 0.12)
+ , libghc-haskelldb-dev (<< 1)
+ , libghc-haskelldb-prof
+ , libghc-hdbc-dev (>= 2.0.0)
+ , libghc-hdbc-dev (<< 3)
+ , libghc-hdbc-prof
+ , libghc-convertible-dev (>= 1.0.1)
+ , libghc-convertible-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-haskelldb-doc
+ , libghc-hdbc-doc
+ , libghc-convertible-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/haskelldb-hdbc
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskelldb-hdbc
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskelldb-hdbc
-Package: libghc6-haskelldb-hdbc-dev
+Package: libghc-haskelldb-hdbc-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Recommends: libghc6-haskelldb-hdbc-odbc-dev | libghc6-haskelldb-hdbc-sqlite3-dev | libghc6-haskelldb-hdbc-postgresql-dev, ${haskell:Recommends}
+Recommends: libghc-haskelldb-hdbc-odbc-dev | libghc-haskelldb-hdbc-sqlite3-dev | libghc-haskelldb-hdbc-postgresql-dev, ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: HaskellDB support for HDBC
@@ -39,7 +39,7 @@
the HDBC database driver interface. You will also need one or more back-end
specific packages.
-Package: libghc6-haskelldb-hdbc-prof
+Package: libghc-haskelldb-hdbc-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -53,7 +53,7 @@
the HDBC database driver interface. You will also need one or more back-end
specific packages.
-Package: libghc6-haskelldb-hdbc-doc
+Package: libghc-haskelldb-hdbc-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list