debian/0000755000000000000000000000000012151331562007165 5ustar debian/watch0000644000000000000000000000034412071577616010234 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|HDBC-sqlite3-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/HDBC-sqlite3 \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000023512071577537010264 0ustar #!/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 debian/copyright0000644000000000000000000000213012071577537011133 0ustar This is hdbc-sqlite3, written and maintained by John Goerzen The original source can always be found at: http://software.complete.org/hdbc-sqlite3 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'. debian/source/0000755000000000000000000000000012071577537010504 5ustar debian/source/format0000644000000000000000000000001412071577537011712 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616400010365 0ustar 9 debian/control0000644000000000000000000000633612147621377010613 0ustar Source: hdbc-sqlite3 Priority: extra Section: haskell Uploaders: John Goerzen Maintainer: Debian Haskell Group Build-Depends: debhelper (>= 9), ghc (>= 6.12), ghc-prof (>= 6.12), haskell-devscripts (>= 0.8.13), cdbs, cpphs, haddock, hscolour, libsqlite3-dev (>= 3.3) , libghc-hdbc-dev (>> 2.3.0.0) , libghc-hdbc-prof, , libghc-mtl-dev , libghc-mtl-prof , libghc-utf8-string-dev , libghc-utf8-string-prof Build-Depends-Indep: ghc-doc, libghc-hdbc-doc, libghc-mtl-doc , libghc-utf8-string-doc Standards-Version: 3.9.4 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/hdbc-sqlite3 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/hdbc-sqlite3 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 Haskell, and have it work with any number of backend SQL databases (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.) . This package provides the Sqlite v3 database driver for HDBC under GHC. Package: libghc-hdbc-sqlite3-prof 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 Driver for GHC; profiling libraries 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 Sqlite v3 database driver for HDBC under GHC. #Package: libhugs-hdbc-sqlite3 #Section: libs #Architecture: any #Depends: libhugs-hdbc (>= 1.1.6), ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} #Description: Sqlite v3 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 Sqlite v3 database driver for HDBC under Hugs. # 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, ${haskell:Provides} Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Sqlite v3 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.) debian/gbp.conf0000644000000000000000000000003612071577537010622 0ustar [DEFAULT] pristine-tar = True debian/changelog0000644000000000000000000001553412151331562011047 0ustar hdbc-sqlite3 (2.3.3.0-3build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Wed, 29 May 2013 08:51:14 +0100 hdbc-sqlite3 (2.3.3.0-3) unstable; urgency=low * Enable compat level 9 * Bump standards version to 3.9.4 -- Joachim Breitner Fri, 24 May 2013 12:52:43 +0200 hdbc-sqlite3 (2.3.3.0-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this package is built against experimental * Change Vcs headers to Darcs * Add watch file -- Joachim Breitner Fri, 04 Jan 2013 17:18:26 +0100 hdbc-sqlite3 (2.3.3.0-1) unstable; urgency=low * New upsteram version. * Bump to Standards-Version 3.9.3. -- Clint Adams Wed, 07 Mar 2012 17:44:45 -0500 hdbc-sqlite3 (2.3.1.0-2) unstable; urgency=low * Have libghc-hdbc-sqlite3-dev depend on libsqlite3-dev (Closes: #639415) * Switch to source format 3.0 (quilt) -- Joachim Breitner Sat, 27 Aug 2011 11:07:24 +0200 hdbc-sqlite3 (2.3.1.0-1) unstable; urgency=low * New upstream release (Closes: #630393) -- Joachim Breitner Sun, 19 Jun 2011 13:36:24 +0200 hdbc-sqlite3 (2.3.0.0-4) unstable; urgency=low * [c048b42] Standards-Version → 3.9.2, no changes required * [4924a73] Rename libghc6* to libghc* * [ed20cd1] Use Haskell substvars, particularly haskell:Provides * [5c830a2] Add prof package * [96b31bd] Fix -doc BDs -- Iain Lane Mon, 30 May 2011 17:00:32 +0100 hdbc-sqlite3 (2.3.0.0-3) unstable; urgency=low * Fix "please update build-depends to match renamed binary package libghc6-hdbc-doc" updating -doc packages in Build-Depends to new package names. (Closes: #576098) * Use Build-Depends-Indep. * control: Use versioned Replaces: and Conflicts: -- Marco Túlio Gontijo e Silva Wed, 05 May 2010 23:13:58 -0300 hdbc-sqlite3 (2.3.0.0-2) unstable; urgency=low * debian/control: Rename -doc package. -- Marco Túlio Gontijo e Silva Wed, 17 Mar 2010 19:50:45 -0300 hdbc-sqlite3 (2.3.0.0-1) unstable; urgency=low * New upstream release. * Rebuild with GHC 6.12. -- John Goerzen Wed, 17 Feb 2010 16:40:51 -0600 hdbc-sqlite3 (2.2.0.0-2) unstable; urgency=low * Switch to hlibrary.mk (Closes: 555154) -- Joachim Breitner Sat, 05 Dec 2009 18:43:13 +0100 hdbc-sqlite3 (2.2.0.0-1) unstable; urgency=low * New upstream release. * Switching to Haskell team maintenance. -- John Goerzen Tue, 03 Nov 2009 09:34:20 -0600 hdbc-sqlite3 (2.1.0.2-1) unstable; urgency=low * Cabal fixes. -- John Goerzen Thu, 02 Jul 2009 15:33:28 -0500 hdbc-sqlite3 (2.1.0.1-1) unstable; urgency=low * New raw connect function. -- John Goerzen Thu, 02 Jul 2009 15:26:15 -0500 hdbc-sqlite3 (2.1.0.0-2) unstable; urgency=low * Rebuild with GHC 6.10. -- John Goerzen Wed, 11 Mar 2009 15:10:24 -0500 hdbc-sqlite3 (2.1.0.0-1) unstable; urgency=low * New release. -- John Goerzen Wed, 04 Feb 2009 14:08:38 -0600 hdbc-sqlite3 (2.0.0.0-1) unstable; urgency=low * New upstream release. * This source code is compatible with both GHC 6.8.x and GHC 6.10.x. -- John Goerzen Fri, 30 Jan 2009 14:40:51 -0600 hdbc-sqlite3 (1.1.6.0.1) unstable; urgency=high * Rebuild with newer GHC. -- John Goerzen Mon, 19 Jan 2009 16:22:45 -0600 hdbc-sqlite3 (1.1.6.0.0) unstable; urgency=low * GHC 6.10 compatibility patch from Brian Bloniarz. * Use dh_haskell_depends. -- John Goerzen Tue, 30 Dec 2008 09:12:22 -0600 hdbc-sqlite3 (1.1.4.0.1) unstable; urgency=low * Rebuild with newer HDBC. -- John Goerzen Thu, 26 Jun 2008 09:20:21 -0500 hdbc-sqlite3 (1.1.4.0.0) unstable; urgency=low * Updated for GHC 6.8 -- John Goerzen Wed, 16 Jan 2008 09:47:41 -0600 hdbc-sqlite3 (1.1.3.0.0) unstable; urgency=low * Updated for new strictness in HDBC 1.1.3 * Updated Cabal file * Leave statements prepared after executing them. (Patch from Toby Allsopp) * Efficint binding of ByteString arguments. (Path from Toby Allsopp) -- John Goerzen Wed, 31 Oct 2007 03:04:38 -0500 hdbc-sqlite3 (1.1.2.1) unstable; urgency=low * Update for newer GHC6. Closes: #427493. -- John Goerzen Wed, 06 Jun 2007 07:08:23 -0500 hdbc-sqlite3 (1.1.2.0) unstable; urgency=low * Rebuild for HDBC 1.1.2. -- John Goerzen Thu, 03 May 2007 04:31:15 -0500 hdbc-sqlite3 (1.1.1.0) unstable; urgency=low * Update for new HDBC. -- John Goerzen Thu, 03 May 2007 04:15:36 -0500 hdbc-sqlite3 (1.1.0.0) unstable; urgency=low * New API thanks to Peter Thiemann. * Added libhugs-hunit to build-deps. Closes: #419615. * Added ability to set behavior on busy. * Added error code consts. -- John Goerzen Wed, 02 May 2007 06:04:05 -0500 hdbc-sqlite3 (1.0.1.3) unstable; urgency=high * Use CURDIR instead of PWD in Makefile. Closes: #395903. -- John Goerzen Tue, 31 Oct 2006 04:57:18 -0600 hdbc-sqlite3 (1.0.1.2) unstable; urgency=medium * Added missing build-dep on libghc6-hunit-dev for tests. Closes: #394573. -- John Goerzen Sat, 21 Oct 2006 20:17:28 -0500 hdbc-sqlite3 (1.0.1.1) unstable; urgency=low * Rebuild for GHC 6.6. -- John Goerzen Thu, 19 Oct 2006 22:10:09 -0500 hdbc-sqlite3 (1.0.1.0) unstable; urgency=low * Rebuild for HDBC 1.0.1. -- John Goerzen Sat, 22 Jul 2006 07:27:38 -0500 hdbc-sqlite3 (1.0.0.0) unstable; urgency=low * Blessing as 1.0.0.0. * Rebuild for Debian with GHC 6.4.2. -- John Goerzen Thu, 29 Jun 2006 18:56:29 -0500 hdbc-sqlite3 (0.99.2.0) unstable; urgency=low * Updated to 0.99.2. -- John Goerzen Tue, 28 Mar 2006 05:36:18 -0600 hdbc-sqlite3 (0.99.1.0) unstable; urgency=low * New 0.99.1.0 release: new memory management system. -- John Goerzen Mon, 27 Mar 2006 19:17:57 -0600 hdbc-sqlite3 (0.99.0.2) unstable; urgency=low * Add -I.. when generating runtests. Closes: #345963. -- John Goerzen Wed, 4 Jan 2006 10:13:00 -0600 hdbc-sqlite3 (0.99.0.1) unstable; urgency=low * Removed -package MissingH from Makefile when building testsrc/runtests. We no longer need it anyway. Closes: #345540. -- John Goerzen Sun, 1 Jan 2006 10:47:31 -0600 hdbc-sqlite3 (0.99.0.0) unstable; urgency=low * Initial Release. -- John Goerzen Tue, 27 Dec 2005 13:27:23 -0600