--- hdbc-odbc-2.2.3.0.orig/debian/docs +++ hdbc-odbc-2.2.3.0/debian/docs @@ -0,0 +1,2 @@ +README.txt +TODO --- hdbc-odbc-2.2.3.0.orig/debian/compat +++ hdbc-odbc-2.2.3.0/debian/compat @@ -0,0 +1 @@ +7 --- hdbc-odbc-2.2.3.0.orig/debian/copyright +++ hdbc-odbc-2.2.3.0/debian/copyright @@ -0,0 +1,24 @@ +This is hdbc-odbc, written and maintained by + John Goerzen + +The original source can always be found at: + http://software.complete.org/hdbc-odbc + +Copyright (C) 2005-2009 John Goerzen + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. --- hdbc-odbc-2.2.3.0.orig/debian/gbp.conf +++ hdbc-odbc-2.2.3.0/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True --- hdbc-odbc-2.2.3.0.orig/debian/rules +++ hdbc-odbc-2.2.3.0/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +# Standard way of building Haskell libraries . +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk --- hdbc-odbc-2.2.3.0.orig/debian/control +++ hdbc-odbc-2.2.3.0/debian/control @@ -0,0 +1,63 @@ +Source: hdbc-odbc +Priority: extra +Section: haskell +Uploaders: John Goerzen +Maintainer: Debian Haskell Group +Build-Depends: + debhelper (>= 7), + ghc6 (>= 6.10), + haskell-devscripts (>= 0.6.18), + cdbs, + cpphs, + haddock, + hscolour, + libghc6-hdbc-dev (>= 2.2.0-2), + unixodbc-dev (>= 2.2.11), + libghc6-mtl-dev, + libghc6-hunit-dev, + libghc6-time-dev, + libghc6-convertible-dev +Standards-Version: 3.8.3 +Vcs-Git: git://git.debian.org/git/pkg-haskell/hdbc-odbc.git +Vcs-Browser: http://git.debian.org/?p=pkg-haskell/hdbc-odbc.git;a=summary + +Package: libghc6-hdbc-odbc-dev +Architecture: any +Depends: libghc6-hdbc-dev (>= 2.1.0), ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, unixodbc-dev (>= 2.2.11) +Description: unixODBC 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 + Haskell, and have it work with any number of backend SQL databases + (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.) + . + This package provides the ODBC database driver for HDBC under GHC. + +#Package: libhugs-hdbc-odbc +#Section: libs +#Architecture: any +#Depends: libhugs-hdbc (>= 1.1.6.1), ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +#Description: unixODBC HDBC (Haskell Database Connectivity) Driver for Hugs +# 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.) +# . +# This package provides the ODBC database driver for HDBC under Hugs. + +Package: libghc6-hdbc-odbc-doc +Replaces: haskell-hdbc-odbc-doc +Conflicts: haskell-hdbc-odbc-doc +Provides: haskell-hdbc-odbc-doc +Section: doc +Architecture: all +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: unixODBC HDBC (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.) + . + This package provides documentation for the ODBC database driver for HDBC + under GHC. --- hdbc-odbc-2.2.3.0.orig/debian/changelog +++ hdbc-odbc-2.2.3.0/debian/changelog @@ -0,0 +1,206 @@ +hdbc-odbc (2.2.3.0-2) unstable; urgency=low + + * debian/control: Rename -doc package. + + -- Marco TĂșlio Gontijo e Silva Wed, 17 Mar 2010 19:45:16 -0300 + +hdbc-odbc (2.2.3.0-1) unstable; urgency=low + + * Rebuilt with latest GHC 6.12. + * New upstream release. + * from Joachim Breitner: Fix wrong description; said "Sqlite v3", thx + to Josh Triplett for spotting it. (Closes: #560909) + + -- John Goerzen Wed, 17 Feb 2010 15:26:09 -0600 + +hdbc-odbc (2.2.0.0-3) unstable; urgency=low + + * Forgot hscolour dependency + + -- Joachim Breitner Sun, 06 Dec 2009 21:22:25 +0100 + +hdbc-odbc (2.2.0.0-2) unstable; urgency=low + + * Use hlibrary.mk (Closes: 559653) + + -- Joachim Breitner Sun, 06 Dec 2009 21:04:56 +0100 + +hdbc-odbc (2.2.0.0-1) unstable; urgency=low + + * New upstream release with better support for binary fields. + * Switch to team maintenance. + + -- John Goerzen Tue, 03 Nov 2009 09:46:18 -0600 + +hdbc-odbc (2.1.0.0-3) unstable; urgency=low + + * Rebuild for newer utf8-string. + + -- John Goerzen Thu, 02 Jul 2009 15:23:54 -0500 + +hdbc-odbc (2.1.0.0-2) unstable; urgency=low + + * Rebuild for GHC 6.10. + + -- John Goerzen Wed, 11 Mar 2009 15:13:55 -0500 + +hdbc-odbc (2.1.0.0-1) unstable; urgency=low + + * New upstream release. + + -- John Goerzen Wed, 04 Feb 2009 14:11:16 -0600 + +hdbc-odbc (2.0.0.0-2) unstable; urgency=low + + * Added missing build-deps. Closes: #513694. + + -- John Goerzen Sat, 31 Jan 2009 09:35:29 -0600 + +hdbc-odbc (2.0.0.0-1) unstable; urgency=low + + * New upstream release. + + -- John Goerzen Fri, 30 Jan 2009 14:47:21 -0600 + +hdbc-odbc (1.1.6.0.1) unstable; urgency=high + + * Rebuild with newer GHC. + + -- John Goerzen Mon, 19 Jan 2009 16:15:40 -0600 + +hdbc-odbc (1.1.6.0.0) unstable; urgency=low + + * GHC 6.10 patch from Brian Bloniarz. + * Use dh_haskell_depends. + + -- John Goerzen Tue, 30 Dec 2008 09:19:10 -0600 + +hdbc-odbc (1.1.4.4.1) unstable; urgency=low + + * Re-built against newer HDBC. + + -- John Goerzen Thu, 26 Jun 2008 09:17:04 -0500 + +hdbc-odbc (1.1.4.4.0) unstable; urgency=low + + * This version not uploaded to Debian. + * Linking fix for Windows users. + + -- John Goerzen Tue, 03 Jun 2008 14:54:45 -0500 + +hdbc-odbc (1.1.4.3.0) unstable; urgency=low + + * Applied patch from Satoshi Nakamura to correct an error when loading + UTF-8 data from MySQL that contains NULLs. + + -- John Goerzen Mon, 14 Apr 2008 13:42:18 -0500 + +hdbc-odbc (1.1.4.2.0) unstable; urgency=low + + * Fix two behaviors in the Statement binding that caused trouble + for Progress databases. + + -- John Goerzen Tue, 08 Apr 2008 13:34:26 -0500 + +hdbc-odbc (1.1.4.1.0) unstable; urgency=low + + * New release that fixes OS detection for Windows. + + -- John Goerzen Wed, 02 Apr 2008 13:19:20 -0500 + +hdbc-odbc (1.1.4.0.1) unstable; urgency=low + + * Removed dep on parsec in cabal file. + + -- John Goerzen Tue, 29 Jan 2008 14:13:59 -0600 + +hdbc-odbc (1.1.4.0.0) unstable; urgency=low + + * Update for GHC 6.8. + + -- John Goerzen Fri, 11 Jan 2008 11:12:57 -0600 + +hdbc-odbc (1.1.3.1.0) unstable; urgency=low + + * Removed include of HsBase.h in helper file to assist with Hugs + builds. Closes: #458644. + + -- John Goerzen Thu, 03 Jan 2008 09:41:25 -0600 + +hdbc-odbc (1.1.3.0.0) unstable; urgency=low + + * Strictified + + -- John Goerzen Wed, 31 Oct 2007 13:33:19 -0500 + +hdbc-odbc (1.1.2.2) unstable; urgency=low + + * Added missing line to Cabal file. + + -- John Goerzen Fri, 12 Oct 2007 16:00:53 -0500 + +hdbc-odbc (1.1.2.1) unstable; urgency=low + + * Rebuild for GHC 6.6.1. + + -- John Goerzen Wed, 06 Jun 2007 07:01:33 -0500 + +hdbc-odbc (1.1.2.0) unstable; urgency=low + + * Rebuild for HDBC 1.1.2. + + -- John Goerzen Thu, 03 May 2007 04:50:41 -0500 + +hdbc-odbc (1.1.0.0) unstable; urgency=low + + * New API thanks to patch from Peter Thiemann. + + -- John Goerzen Wed, 02 May 2007 05:58:54 -0500 + +hdbc-odbc (1.0.1.1) unstable; urgency=low + + * Fix some comments in which the # character confused Haddock + * Change SQL_DRIVER_COMPLETE to SQL_DRIVER_NOPROMPT. + Thanks to Ben Kavanagh for the fix. + * Rebuilt against GHC 6.6. + + -- John Goerzen Thu, 19 Oct 2006 22:00:36 -0500 + +hdbc-odbc (1.0.1.0) unstable; urgency=low + + * Rebuild against HDBC 1.0.1. + + -- John Goerzen Sat, 22 Jul 2006 07:23:51 -0500 + +hdbc-odbc (1.0.0.1) unstable; urgency=low + + * Updated to now build on Windows. + + -- John Goerzen Tue, 18 Jul 2006 03:21:57 -0500 + +hdbc-odbc (1.0.0.0) unstable; urgency=low + + * Blessing as 1.0.0.0 + * Rebuilding with GHC 6.4.2 for Debian + + -- John Goerzen Thu, 29 Jun 2006 19:03:05 -0500 + +hdbc-odbc (0.99.2.1) unstable; urgency=low + + * Give wrapobj a unique name so ODBC and PostgreSQL can coexist + in a single binary. + + -- John Goerzen Tue, 28 Mar 2006 22:21:47 -0600 + +hdbc-odbc (0.99.2.0) unstable; urgency=low + + * Updated to 0.99.2: implemented new memory management system, + optional transaction support, and metadata inquiry features. + + -- John Goerzen Tue, 28 Mar 2006 05:40:07 -0600 + +hdbc-odbc (0.99.0.0) unstable; urgency=low + + * Initial Release. + + -- John Goerzen Mon, 09 Jan 2006 05:31:21 -0600