debian/0000755000000000000000000000000012147643025007172 5ustar debian/watch0000644000000000000000000000034012036250320010205 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|hsql-mysql-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/hsql-mysql \ ([\d\.]*\d)/ debian/control0000644000000000000000000000373512147621355010607 0ustar Source: haskell-hsql-mysql Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Marco Túlio Gontijo e Silva Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.13), cpphs, ghc, ghc-prof, libghc-hsql-dev (>= 1.8.2), libghc-hsql-prof, libmysqlclient-dev, Build-Depends-Indep: ghc-doc , libghc-hsql-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/hsql-mysql Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsql-mysql/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsql-mysql Package: libghc-hsql-mysql-dev Architecture: any Depends: ${haskell:Depends}, libmysqlclient-dev, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: MySQL driver of the HSQL library for GHC HSQL provides database interfaces for Haskell programmers. This package the MySQL driver of HSQL. Package: libghc-hsql-mysql-prof Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: MySQL driver of the HSQL library for GHC; profiling libraries HSQL provides database interfaces for Haskell programmers. This package provides profiling libraries for MySQL driver of HSQL. Package: libghc-hsql-mysql-doc Replaces: haskell-hsql-mysql-doc (<< 1.7.1-4), libghc6-hsql-mysql-doc (<< 1:1) Provides: haskell-hsql-mysql-doc Conflicts: haskell-hsql-mysql-doc (<< 1.7.1-4), libghc6-hsql-mysql-doc (<< 1:1) Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: API documentation of the hsql-mysql library for Haskell HSQL provides database interfaces for Haskell programmers. This package provides documentation for MySQL driver of HSQL. debian/rules0000755000000000000000000000022212036250320010233 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/changelog0000644000000000000000000001150712147643025011050 0ustar haskell-hsql-mysql (1.8.2-2) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:51:01 +0200 haskell-hsql-mysql (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:49:31 +0200 haskell-hsql-mysql (1.8.1-4) unstable; urgency=low [ Clint Adams ] * Fix -doc dependency. [ Joachim Breitner ] * Use standard docs directory, avoids upgrade problems. -- Joachim Breitner Sat, 19 May 2012 22:46:44 +0200 haskell-hsql-mysql (1.8.1-3) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Iain Lane Thu, 01 Mar 2012 22:17:37 +0000 haskell-hsql-mysql (1.8.1-2) unstable; urgency=low * Add Replaces/Conflicts on libghc6-*-doc package (Closes: #656430) -- Joachim Breitner Sat, 21 Jan 2012 16:58:48 +0100 haskell-hsql-mysql (1.8.1-1) unstable; urgency=low [ Iain Lane ] * debian/control: Change libmysqlclient15-dev → libmysqlclient-dev as part of mysql transition. * New upstream release * Bump BDs on hsql to 1.8 per cabal file [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * Remove duplicated phrase in package description (Closes: #623251) -- Iain Lane Sat, 28 May 2011 11:50:48 +0100 haskell-hsql-mysql (1.7.1-6) unstable; urgency=low * control: Use versioned Replaces: and Conflicts: -- Marco Túlio Gontijo e Silva Wed, 05 May 2010 18:04:19 -0300 haskell-hsql-mysql (1.7.1-5) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * Fix "Updating the haskell-hsql-mysql Uploaders list" changing Uploader (Closes: #576173) -- Joachim Breitner Mon, 12 Apr 2010 10:40:45 +0200 haskell-hsql-mysql (1.7.1-4) unstable; urgency=low * debian/control: Rename -doc package. -- Marco Túlio Gontijo e Silva Tue, 16 Mar 2010 15:14:12 -0300 haskell-hsql-mysql (1.7.1-3) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/source/format: Use 3.0 (quilt). [ Joachim Breitner ] * Used wrong version in depenendency on haskell-devscript -- Joachim Breitner Sat, 06 Mar 2010 13:01:45 +0100 haskell-hsql-mysql (1.7.1-2) unstable; urgency=low [ Joachim Breitner ] * Fix the description some more [ 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 * Rebuilding with fixed haskell-devscript closes: #568864 -- Joachim Breitner Sat, 20 Feb 2010 19:56:15 +0100 haskell-hsql-mysql (1.7.1-1) unstable; urgency=low [ Arjan Oosting ] * New upstream release (Closes: 520312) * debian/control: - Bump Standards-Version. * debian/patches/01_update-setup-for-Cabal-1.2.dpatch: removed. * debian/patches/02_update-cabal-file.dpatch: updated. Adjust the hsql-mysql.cabal for the Cabal version which Debian ships. * Added debian/README.source to describe patch system. [ Marco Túlio Gontijo e Silva ] * debian/control: Use Debian Haskell Group as Maintainer. [ Joachim Breitner ] * Adjust packaging to current common practice * Use description suggested by Adam Majer (Closes: #502939) -- Joachim Breitner Sat, 25 Jul 2009 00:53:20 +0200 haskell-hsql-mysql (1.7-2) unstable; urgency=low * debian/control: - Add haskell-hsql-doc to the recommends of haskell-hsql-mysql-doc and to the build dependencies. * debian/copyright: - Correct download location. -- Arjan Oosting Mon, 04 Feb 2008 20:02:57 +0100 haskell-hsql-mysql (1.7-1) unstable; urgency=low * New upstream release. The source tarball of haskell-hsql has been split up and every Haskell library has it's own source source tarball now. -- Arjan Oosting Sun, 03 Feb 2008 23:11:45 +0100 debian/source/0000755000000000000000000000000012036250320010457 5ustar debian/source/format0000644000000000000000000000001412036250320011665 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616222010367 0ustar 9 debian/copyright0000644000000000000000000000354512036250320011121 0ustar This package was debianized by Arjan Oosting on Mon, 21 Jan 2008 07:11:00 +0100. It was downloaded from http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsql-mysql-mysql-1.7 Copyright (c) 2003-2007, 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 The Debian packaging can be redistributed and/or modified under the same terms as HSQL itself.