[Pkg-haskell-commits] [SCM] HDBC Sqlite3 driver branch, master, updated. debian/2.3.0.0-4
Iain Lane
laney at debian.org
Mon May 30 16:10:16 UTC 2011
The following commit has been merged in the master branch:
commit ed20cd1ebe52c85bde0219f6a2208efa9ebbce31
Author: Iain Lane <laney at debian.org>
Date: Mon May 30 16:54:54 2011 +0100
Use Haskell substvars, particularly haskell:Provides
diff --git a/debian/control b/debian/control
index c271e85..938a7af 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-haskell/hdbc-sqlite3.git;a=summary
Package: libghc-hdbc-sqlite3-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libsqlite3-dev (>= 3.3)
+Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Sqlite v3 HDBC (Haskell Database Connectivity) Driver for GHC
HDBC provides an abstraction layer between Haskell programs and SQL
relational databases. This lets you write database code once, in
@@ -48,7 +50,7 @@ Description: Sqlite v3 HDBC (Haskell Database Connectivity) Driver for GHC
Package: libghc-hdbc-sqlite3-doc
Replaces: haskell-hdbc-sqlite3-doc (<< 2.3.0.0-2)
Conflicts: haskell-hdbc-sqlite3-doc (<< 2.3.0.0-2)
-Provides: haskell-hdbc-sqlite3-doc
+Provides: haskell-hdbc-sqlite3-doc, ${haskell:Provides}
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}
--
HDBC Sqlite3 driver
More information about the Pkg-haskell-commits
mailing list