[Pkg-haskell-commits] darcs: haskell-convertible: Added doc package and updated changelog
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:39:37 UTC 2013
Wed Jan 21 18:08:45 UTC 2009 John Goerzen <jgoerzen at complete.org>
* Added doc package and updated changelog
Ignore-this: 8d06220749d9a56fc36db63e804beef6
M ./changelog -1 +4
M ./control -1 +13
Wed Jan 21 18:08:45 UTC 2009 John Goerzen <jgoerzen at complete.org>
* Added doc package and updated changelog
Ignore-this: 8d06220749d9a56fc36db63e804beef6
diff -rN -u old-haskell-convertible//changelog new-haskell-convertible//changelog
--- old-haskell-convertible//changelog 2013-01-04 14:39:35.318354888 +0000
+++ new-haskell-convertible//changelog 2013-01-04 14:39:36.911863303 +0000
@@ -1,6 +1,9 @@
-hdbc (1.1.7.0) unstable; urgency=low
+hdbc (1.2.0-1) experimental; urgency=low
* New release. Now supports new Data.Time.* types.
+ * Noting addition of profiling libraries. Closes: #473520, #509848.
+ * No longer a Debian-native package due to problems with dh_haskell_depends.
+ * Adding doc package.
-- John Goerzen <jgoerzen at complete.org> Tue, 13 Jan 2009 15:04:27 -0600
diff -rN -u old-haskell-convertible//control new-haskell-convertible//control
--- old-haskell-convertible//control 2013-01-04 14:39:35.275095932 +0000
+++ new-haskell-convertible//control 2013-01-04 14:39:36.915736458 +0000
@@ -2,7 +2,7 @@
Priority: optional
Maintainer: John Goerzen <jgoerzen at complete.org>
Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), ghc6 (<< 6.8.2-999), haskell-devscripts (>= 0.6.3), cpphs, haddock, libghc6-mtl-dev, libghc6-time-dev, libghc6-time-prof
-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.6.3), ghc6 (>= 6.8), cpphs
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.6.3), ghc6 (>= 6.8), cpphs, libghc6-mtl-doc, libghc6-time-doc, ghc6-doc
Standards-Version: 3.6.2
Section: libs
@@ -48,3 +48,15 @@
To use HDBC, you'll need both this package, and a driver package such
as libhugs-hdbc-postgresql.
+Package: hdbc-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}
+Description: Haskell Database Connectivity, Documentation
+ 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.)
+ .
+ HDBC is modeled loosely on Perl's DBI interface, though it has also been
+ influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.
More information about the Pkg-haskell-commits
mailing list