debian/0000755000000000000000000000000012147643026007173 5ustar debian/watch0000644000000000000000000000034412036250326010217 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|hsql-sqlite3-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/hsql-sqlite3 \ ([\d\.]*\d)/ debian/control0000644000000000000000000000501012147621355010573 0ustar Source: haskell-hsql-sqlite3 Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Marco Túlio Gontijo e Silva Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.13), cpphs, ghc (>= 6.10), ghc-prof, ghc-doc, libghc-hsql-dev (>= 1.8.2), libghc-hsql-prof, libghc-hsql-doc, libsqlite3-dev, pkg-config, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/hsql-sqlite3 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsql-sqlite3/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsql-sqlite3 Package: libghc-hsql-sqlite3-dev Architecture: any Depends: ${haskell:Depends}, libsqlite3-dev, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: SQLite driver of the HSQL library for GHC HSQL provides interfaces for Haskell programmers to the PostgreSQL, MySQL, SQLite, and UnixODBC database systems. There is a generic abstract interface so that code can be used interchangeably with these database systems. In this sense, it is similar to Java's JDBC, Python's DB-API, or Perl's DBI. Package: libghc-hsql-sqlite3-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: SQLite driver of the HSQL profiling library for GHC HSQL provides interfaces for Haskell programmers to the PostgreSQL, MySQL, SQLite, and UnixODBC database systems. There is a generic abstract interface so that code can be used interchangeably with these database systems. In this sense, it is similar to Java's JDBC, Python's DB-API, or Perl's DBI. Package: libghc-hsql-sqlite3-doc Replaces: haskell-hsql-sqlite3-doc (<< 1.7.1-3) Conflicts: haskell-hsql-sqlite3-doc (<< 1.7.1-3) Provides: haskell-hsql-sqlite3-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Description: API documentation of the hsql-sqlite3 library for Haskell HSQL provides interfaces for Haskell programmers to the PostgreSQL, MySQL, SQLite, and UnixODBC database systems. There is a generic abstract interface so that code can be used interchangeably with these database systems. In this sense, it is similar to Java's JDBC, Python's DB-API, or Perl's DBI. . This package provides documentation for SQLite driver of HSQL. debian/rules0000755000000000000000000000022212036250326010241 0ustar #!/usr/bin/make -f DEB_BUILD_DEPENDENCIES = build-arch include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000615312147643026011052 0ustar haskell-hsql-sqlite3 (1.8.2-2) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:51:02 +0200 haskell-hsql-sqlite3 (1.8.2-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * New upstream release -- Joachim Breitner Fri, 19 Oct 2012 22:50:11 +0200 haskell-hsql-sqlite3 (1.8.1-2) unstable; urgency=low * Use standard docs directory, avoids upgrade problems. -- Joachim Breitner Sat, 19 May 2012 22:37:14 +0200 haskell-hsql-sqlite3 (1.8.1-1) unstable; urgency=low * New upstream release -- Iain Lane Thu, 01 Mar 2012 22:30:31 +0000 haskell-hsql-sqlite3 (1.7.1-5) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Iain Lane ] * Standards-Version → 3.9.2, no changes required -- Iain Lane Tue, 24 May 2011 13:15:44 +0100 haskell-hsql-sqlite3 (1.7.1-4) unstable; urgency=low * Fix "Updating the haskell-hsql-sqlite3 Uploaders list" changing Uploader (Closes: #576176) * control: Use versioned Replaces: and Conflicts: -- Marco Túlio Gontijo e Silva Wed, 05 May 2010 18:01:45 -0300 haskell-hsql-sqlite3 (1.7.1-3) unstable; urgency=low * debian/control: Rename -doc package. -- Marco Túlio Gontijo e Silva Tue, 16 Mar 2010 10:59:45 -0300 haskell-hsql-sqlite3 (1.7.1-2) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/control: Change Priority: to extra. * debian/watch: Use format that works for --download-current-version. * debian/watch: Add .tar.gz to downloaded filename. * debian/watch: Include package name in downloaded .tar.gz. * debian/watch: Remove spaces, since they're not allowed by uscan. * debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages. * debian/control: Add Homepage: field. * debian/control: Use Vcs-Browser: field. * debian/control: Remove dependency in hscolour, since it's now a dependency of haskell-devscripts. * debian/control: Remove haddock from Build-Depends:, since it's now a Depends: of haskell-devscripts. * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. * debian/control: Use more sintetic link in Homepage:. [ Joachim Breitner ] * Bump haskell-devscripts dependency to 0.7 -- Joachim Breitner Sat, 20 Feb 2010 20:00:52 +0100 haskell-hsql-sqlite3 (1.7.1-1) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/control: Use Debian Haskell Group as Maintainer. [ Joachim Breitner ] * New upstream release (Closes: #538367) * Adjust packaging to current practice -- Joachim Breitner Mon, 07 Sep 2009 16:24:01 +0200 haskell-hsql-sqlite3 (1.7-1) unstable; urgency=low * New upstream release. The source tarball of haskell-hsql has been split up and every HSQL Haskell library has its own source source tarball now. -- Arjan Oosting Mon, 04 Feb 2008 21:54:52 +0100 debian/source/0000755000000000000000000000000012036250326010465 5ustar debian/source/format0000644000000000000000000000001412036250326011673 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616223010370 0ustar 9 debian/copyright0000644000000000000000000000362212036250326011123 0ustar This package was debianized by Arjan Oosting on Mon, 4 Feb 2008 00:25:00 +0100. It was downloaded from http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsql-sqlite3-1.7 Copyright (c) 2003-2009, Krasimir Angelov All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the HToolkit nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Debian packaging copyright: (C) 2007 Arjan Oosting (C) 2009 Joachim Breitner The Debian packaging can be redistributed and/or modified under the same terms as HSQL itself.