[Pkg-haskell-commits] darcs: hdbc: Added doc package and updated changelog

John Goerzen jgoerzen at complete.org
Fri Jan 4 15:07:09 UTC 2013


Wed Jan 21 18:08:45 UTC 2009  John Goerzen <jgoerzen at complete.org>
  * Added doc package and updated changelog
  Ignore-this: 3a375a916a0c82fbec0929ea9bc7a10f

    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: 3a375a916a0c82fbec0929ea9bc7a10f
diff -rN -u old-hdbc//changelog new-hdbc//changelog
--- old-hdbc//changelog	2013-01-04 15:07:08.658222430 +0000
+++ new-hdbc//changelog	2013-01-04 15:07:09.690734547 +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-hdbc//control new-hdbc//control
--- old-hdbc//control	2013-01-04 15:07:08.650225252 +0000
+++ new-hdbc//control	2013-01-04 15:07:09.690734547 +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