[Pkg-haskell-commits] r1134 - in /packages/haskell-hsql-postgresql/trunk/debian: changelog control

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Sat Mar 22 20:21:39 UTC 2008


Author: arjan
Date: Sat Mar 22 20:21:39 2008
New Revision: 1134

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1134
Log:
* debian/control:
  - Add postgresql-server-dev-8.3 to the (build) dependencies. 
    (Closes: #471786)

Modified:
    packages/haskell-hsql-postgresql/trunk/debian/changelog
    packages/haskell-hsql-postgresql/trunk/debian/control

Modified: packages/haskell-hsql-postgresql/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-hsql-postgresql/trunk/debian/changelog?rev=1134&op=diff
==============================================================================
--- packages/haskell-hsql-postgresql/trunk/debian/changelog (original)
+++ packages/haskell-hsql-postgresql/trunk/debian/changelog Sat Mar 22 20:21:39 2008
@@ -1,3 +1,11 @@
+haskell-hsql-postgresql (1.7-2~pre1) unstable; urgency=low
+
+  * debian/control:
+    - Add postgresql-server-dev-8.3 to the (build) dependencies. 
+      (Closes: #471786)
+
+ -- Arjan Oosting <arjan at debian.org>  Sat, 22 Mar 2008 16:47:49 +0100
+
 haskell-hsql-postgresql (1.7-1) unstable; urgency=low
 
   * New upstream release. The source tarball of haskell-hsql has been

Modified: packages/haskell-hsql-postgresql/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-hsql-postgresql/trunk/debian/control?rev=1134&op=diff
==============================================================================
--- packages/haskell-hsql-postgresql/trunk/debian/control (original)
+++ packages/haskell-hsql-postgresql/trunk/debian/control Sat Mar 22 20:21:39 2008
@@ -6,7 +6,7 @@
 Build-Depends: cpphs, debhelper (>= 4.0.0), dpatch, 
  haskell-devscripts (>= 0.6.0), ghc6 (>= 6.8.2), ghc6-prof,
  libghc6-hsql-dev (>= 1.7), libghc6-hsql-prof (>= 1.7), 
- libpq-dev (>= 8.0)
+ libpq-dev (>= 8.0), postgresql-server-dev-8.3
 Build-Depends-Indep: ghc6-doc, haddock, haskell-hsql-doc
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskell-hsql-postgresql/trunk
@@ -16,7 +16,7 @@
 Architecture: any
 Section: libdevel
 Suggests: haskell-hsql-postgresql-doc
-Depends: ${haskell:Depends}, libpq-dev (>= 8.0), ${shlibs:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}, libpq-dev (>= 8.0), postgresql-server-dev-8.3, ${shlibs:Depends}, ${misc:Depends}
 Description: PostgreSQL driver of the HSQL library for GHC6  
  HSQL provides interfaces for Haskell programmers to the PostgreSQL,
  MySQL, SQLite, and UnixODBC database systems.  There is a generic




More information about the Pkg-haskell-commits mailing list