[Pkg-haskell-commits] darcs: hdbc: Rebuild for GHC 6.8.2dfsg1

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


Mon Jan 19 22:08:09 UTC 2009  John Goerzen <jgoerzen at complete.org>
  * Rebuild for GHC 6.8.2dfsg1
  Ignore-this: 963d1fb2fbbd7bbe3dd8e9c7c09370ec

    A! ./changelog
    R! ./changelog
    A! ./control
    R! ./control

Mon Jan 19 22:08:09 UTC 2009  John Goerzen <jgoerzen at complete.org>
  * Rebuild for GHC 6.8.2dfsg1
  Ignore-this: 963d1fb2fbbd7bbe3dd8e9c7c09370ec
diff -rN -u old-hdbc//changelog new-hdbc//changelog
--- old-hdbc//changelog	2013-01-04 15:07:22.126228195 +0000
+++ new-hdbc//changelog	2013-01-04 15:07:22.898724717 +0000
@@ -1,12 +1,3 @@
-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
-
 hdbc (1.1.6.1) unstable; urgency=low
 
   * Added dh_haskell_depends.
diff -rN -u old-hdbc//control new-hdbc//control
--- old-hdbc//control	2013-01-04 15:07:22.102727670 +0000
+++ new-hdbc//control	2013-01-04 15:07:22.882724736 +0000
@@ -1,8 +1,8 @@
 Source: hdbc
 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, libghc6-mtl-doc, libghc6-time-doc, ghc6-doc
+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
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.6.3), ghc6 (>= 6.8), cpphs
 Standards-Version: 3.6.2
 Section: libs
 
@@ -48,15 +48,3 @@
  To use HDBC, you'll need both this package, and a driver package such
  as libhugs-hdbc-postgresql.
 
-Package: haskell-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