[Pkg-haskell-commits] r1049 - in /packages/haskell-hsql/trunk/debian: changelog control
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Sun Feb 3 19:42:46 UTC 2008
Author: arjan
Date: Sun Feb 3 19:42:46 2008
New Revision: 1049
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1049
Log:
r2595 at nebula: arjan | 2008-02-03 19:52:14 +0100
* debian/control:
- Add a libghc6-hsql-prof binary package containing the profiling
library of hsql for use with GHC 6.
- Add Vcs-* fields.
Modified:
packages/haskell-hsql/trunk/debian/changelog
packages/haskell-hsql/trunk/debian/control
Modified: packages/haskell-hsql/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-hsql/trunk/debian/changelog?rev=1049&op=diff
==============================================================================
--- packages/haskell-hsql/trunk/debian/changelog (original)
+++ packages/haskell-hsql/trunk/debian/changelog Sun Feb 3 19:42:46 2008
@@ -1,3 +1,12 @@
+haskell-hsql (1.7-2~pre1) unstable; urgency=low
+
+ * debian/control:
+ - Add a libghc6-hsql-prof binary package containing the profiling
+ library of hsql for use with GHC 6.
+ - Add Vcs-* fields.
+
+ -- Arjan Oosting <arjan at debian.org> Sun, 03 Feb 2008 19:41:38 +0100
+
haskell-hsql (1.7-1) unstable; urgency=medium
* Set urgency to medium as this upload fixes an RC bug.
Modified: packages/haskell-hsql/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-hsql/trunk/debian/control?rev=1049&op=diff
==============================================================================
--- packages/haskell-hsql/trunk/debian/control (original)
+++ packages/haskell-hsql/trunk/debian/control Sun Feb 3 19:42:46 2008
@@ -6,6 +6,8 @@
Build-Depends: debhelper (>= 4.0.0), dpatch, haskell-devscripts (>= 0.6.0), ghc6 (>= 6.8.2), ghc6-prof, cpphs
Build-Depends-Indep: ghc6-doc, haddock
Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskell-hsql
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-hsql
Package: libghc6-hsql-dev
Architecture: any
@@ -19,12 +21,24 @@
database systems. In this sense, it is similar to Java's JDBC,
Python's DB-API, or Perl's DBI.
+Package: libghc6-hsql-prof
+Architecture: any
+Section: libdevel
+Suggests: libghc6-hsql-sqlite3-dev, libghc6-hsql-sqlite-dev, libghc6-hsql-odbc-dev, libghc6-hsql-mysql-dev, libghc6-hsql-postgresql-dev, haskell-hsql-doc
+Depends: libghc6-hsql-dev (= ${binary:Version}), ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Multi-Database Interface System profiling library for GHC6
+ HSQL provides interfaces for Haskell programmers to the PostgreSQL,
+ MySQL, SQLite, and UnixODBC database systems. There is a generic
+ abstract interface so that code can be used interchangeably with these
+ database systems. In this sense, it is similar to Java's JDBC,
+ Python's DB-API, or Perl's DBI.
+
Package: haskell-hsql-doc
Section: doc
Architecture: all
Suggests: libghc6-hsql-dev
Recommends: ghc6-doc
-Description: API documentation of the hsql library for Haskell
+Description: API documentation of the HSQL library for Haskell
HSQL provides interfaces for Haskell programmers to the PostgreSQL,
MySQL, SQLite, and UnixODBC database systems. There is a generic
abstract interface so that code can be used interchangeably with these
More information about the Pkg-haskell-commits
mailing list