[Pkg-haskell-commits] darcs: hdbc-odbc: Fix -doc build dependencies
Joachim Breitner
mail at joachim-breitner.de
Thu Feb 7 20:42:49 UTC 2013
Thu Feb 7 19:00:00 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Fix -doc build dependencies
Ignore-this: ec79e32817dc49812f23e7cb8c99cefe
M ./changelog +1
M ./control -16 +8
Thu Feb 7 19:00:00 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Fix -doc build dependencies
Ignore-this: ec79e32817dc49812f23e7cb8c99cefe
diff -rN -u old-hdbc-odbc//changelog new-hdbc-odbc//changelog
--- old-hdbc-odbc//changelog 2013-02-07 20:42:49.766719047 +0000
+++ new-hdbc-odbc//changelog 2013-02-07 20:42:49.818722311 +0000
@@ -5,6 +5,7 @@
* Change Vcs headers to Darcs
* Add watch file
* New upstream release
+ * Fix -doc build dependencies
-- Joachim Breitner <nomeata at debian.org> Fri, 04 Jan 2013 16:06:30 +0100
diff -rN -u old-hdbc-odbc//control new-hdbc-odbc//control
--- old-hdbc-odbc//control 2013-02-07 20:42:49.742817413 +0000
+++ new-hdbc-odbc//control 2013-02-07 20:42:49.774720609 +0000
@@ -5,13 +5,11 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Build-Depends:
debhelper (>= 7),
- ghc (>= 6.10),
- ghc-prof (>= 6.10),
+ ghc,
+ ghc-prof,
haskell-devscripts (>= 0.8.13),
cdbs,
cpphs,
- haddock,
- hscolour,
libghc-hdbc-dev (>= 2.2.0-2),
libghc-hdbc-prof (>= 2.2.0-2),
unixodbc-dev (>= 2.2.11),
@@ -23,6 +21,12 @@
libghc-hunit-prof,
libghc-time-prof,
libghc-convertible-prof
+Build-Depends-Indep:
+ libghc-hdbc-doc,
+ libghc-mtl-doc,
+ libghc-hunit-doc,
+ libghc-time-doc,
+ libghc-convertible-doc
Standards-Version: 3.9.3
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/hdbc-odbc
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/hdbc-odbc
@@ -56,18 +60,6 @@
This package provides the ODBC database driver for HDBC under GHC compiled for
profiling.
-#Package: libhugs-hdbc-odbc
-#Section: libs
-#Architecture: any
-#Depends: libhugs-hdbc (>= 1.1.6.1), ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-#Description: unixODBC HDBC (Haskell Database Connectivity) Driver for Hugs
-# 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 Hugs.
-
Package: libghc-hdbc-odbc-doc
Replaces: haskell-hdbc-odbc-doc (<< 2.2.3.0-2)
Conflicts: haskell-hdbc-odbc-doc (<< 2.2.3.0-2)
More information about the Pkg-haskell-commits
mailing list