summaryrefslogtreecommitdiff
path: root/p/haskell-hsql-postgresql
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2009-12-05 19:00:50 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2009-12-05 19:00:50 +0300
commit2484d89d8ddac41cd3833c14220b404ecf379fbd (patch)
treead82656b3af5b4a690e608b9a6a0c616d32cba71 /p/haskell-hsql-postgresql
parentc1b95f6e570bb163e4f3e45dfaea17ddf4610bb8 (diff)
downloadDHG_packages-2484d89d8ddac41cd3833c14220b404ecf379fbd.tar.gz
haskell-hsql-postgresql: Make postgresql-server-dev-8.[34] a Build-Conflicts (Closes: 559583)
If this package is present at build-time, the resulting ghc-pkg info will reference a directory from it in Includes, causing the installation to fail (see #471786). But if it is not, everything goes well and we have one dependency less.
Diffstat (limited to 'p/haskell-hsql-postgresql')
-rw-r--r--p/haskell-hsql-postgresql/debian/changelog10
-rw-r--r--p/haskell-hsql-postgresql/debian/control8
2 files changed, 15 insertions, 3 deletions
diff --git a/p/haskell-hsql-postgresql/debian/changelog b/p/haskell-hsql-postgresql/debian/changelog
index d2b100a7b..839f23888 100644
--- a/p/haskell-hsql-postgresql/debian/changelog
+++ b/p/haskell-hsql-postgresql/debian/changelog
@@ -1,3 +1,13 @@
+haskell-hsql-postgresql (1.7.3-2) UNRELEASED; urgency=low
+
+ * Make postgresql-server-dev-8.[34] a Build-Conflicts (Closes: 559583)
+ If this package is present at build-time, the resulting ghc-pkg info will
+ reference a directory from it in Includes, causing the installation to
+ fail (see #471786). But if it is not, everything goes well and we have one
+ dependency less.
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 05 Dec 2009 16:51:43 +0100
+
haskell-hsql-postgresql (1.7.3-1) unstable; urgency=low
[ Marco TĂșlio Gontijo e Silva ]
diff --git a/p/haskell-hsql-postgresql/debian/control b/p/haskell-hsql-postgresql/debian/control
index 97ef39d31..f7ca34f08 100644
--- a/p/haskell-hsql-postgresql/debian/control
+++ b/p/haskell-hsql-postgresql/debian/control
@@ -16,15 +16,17 @@ Build-Depends:
haddock (>= 2.4.2-3),
hscolour,
haskell-hsql-doc,
- libpq-dev (>= 8.0),
- postgresql-server-dev-8.3
+ libpq-dev (>= 8.0)
+Build-Conflicts:
+ postgresql-server-dev-8.3,
+ postgresql-server-dev-8.4
Standards-Version: 3.8.2
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsql-postgresql/
Package: libghc6-hsql-postgresql-dev
Architecture: any
Suggests: ${haskell:Suggests}
-Depends: ${haskell:Depends}, libpq-dev (>= 8.0), postgresql-server-dev-8.3, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}, libpq-dev (>= 8.0), ${shlibs:Depends}, ${misc:Depends}
Description: PostgreSQL driver of the HSQL library for GHC6
HSQL provides database interfaces for Haskell programmers. This package
provides the PostgreSQL driver of HSQL.