--- haskell-hsql-mysql-1.7.1.orig/debian/rules +++ haskell-hsql-mysql-1.7.1/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +DEB_BUILD_DEPENDENCIES = build-arch +DEB_HADDOCK_HTML_DIR = /usr/share/doc/haskell-$(CABAL_PACKAGE)-doc/html/ + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk --- haskell-hsql-mysql-1.7.1.orig/debian/watch +++ haskell-hsql-mysql-1.7.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/packages/archive/hsql-mysql/([\d.]+)/hsql-mysql-([\d.]+).tar.gz --- haskell-hsql-mysql-1.7.1.orig/debian/control +++ haskell-hsql-mysql-1.7.1/debian/control @@ -0,0 +1,48 @@ +Source: haskell-hsql-mysql +Section: haskell +Priority: optional +Maintainer: Debian Haskell Group +Uploaders: Víctor Pérez Pereira +Build-Depends: + cdbs, + cpphs, + debhelper (>= 7), + haskell-devscripts (>= 0.6.15+nmu13), + ghc6 (>= 6.10.4), + ghc6-prof, + libghc6-hsql-dev (>= 1.7.1), + libghc6-hsql-prof (>= 1.7.1), + libmysqlclient15-dev, + ghc6-doc, + haddock (>= 2.4.2-3), + hscolour, + haskell-hsql-doc +Standards-Version: 3.8.2 +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsql-mysql/ + +Package: libghc6-hsql-mysql-dev +Architecture: any +Suggests: haskell-hsql-mysql-doc +Depends: ${haskell:Depends}, libmysqlclient15-dev, ${shlibs:Depends}, ${misc:Depends} +Description: MySQL driver of the HSQL library for GHC6 + HSQL provides database interfaces for Haskell programmers. This + package provides documentation for MySQL driver of HSQL. + +Package: libghc6-hsql-mysql-prof +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Description: MySQL driver of the HSQL library for GHC6; profiling libraries + HSQL provides database interfaces for Haskell programmers. This + package provides documentation for MySQL driver of HSQL. + +Package: haskell-hsql-mysql-doc +Section: doc +Architecture: all +Depends: ${misc: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. + . + This package provides documentation for MySQL driver of HSQL. --- haskell-hsql-mysql-1.7.1.orig/debian/copyright +++ haskell-hsql-mysql-1.7.1/debian/copyright @@ -0,0 +1,44 @@ +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. --- haskell-hsql-mysql-1.7.1.orig/debian/compat +++ haskell-hsql-mysql-1.7.1/debian/compat @@ -0,0 +1 @@ +7 --- haskell-hsql-mysql-1.7.1.orig/debian/changelog +++ haskell-hsql-mysql-1.7.1/debian/changelog @@ -0,0 +1,37 @@ +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