--- haskell-hsql-postgresql-1.7.3.orig/debian/rules +++ haskell-hsql-postgresql-1.7.3/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-postgresql-1.7.3.orig/debian/watch +++ haskell-hsql-postgresql-1.7.3/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|hsql-postgresql-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/hsql-postgresql \ + ([\d\.]*\d)/ --- haskell-hsql-postgresql-1.7.3.orig/debian/control +++ haskell-hsql-postgresql-1.7.3/debian/control @@ -0,0 +1,54 @@ +Source: haskell-hsql-postgresql +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group +Uploaders: Víctor Pérez Pereira +Build-Depends: + cpphs, + debhelper (>= 7), + haskell-devscripts (>= 0.7), + cdbs, + ghc6, + ghc6-prof, + ghc6-doc, + libghc6-hsql-dev (>= 1.7.1), + libghc6-hsql-prof, + haskell-hsql-doc, + libpq-dev (>= 8.0) +Build-Conflicts: + postgresql-server-dev-8.3, + postgresql-server-dev-8.4 +Standards-Version: 3.8.4 +Homepage: http://hackage.haskell.org/package/hsql-postgresql +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsql-postgresql/ +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsql-postgresql + +Package: libghc6-hsql-postgresql-dev +Architecture: any +Depends: ${haskell:Depends}, libpq-dev (>= 8.0), ${shlibs:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: PostgreSQL driver of the HSQL library for GHC6 + HSQL provides database interfaces for Haskell programmers. This package + provides the PostgreSQL driver of HSQL. + +Package: libghc6-hsql-postgresql-prof +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: PostgreSQL driver of the HSQL library for GHC6; profiling libraries + HSQL provides database interfaces for Haskell programmers. This package + provides the profiling libraries for the PostgreSQL driver of HSQL. + +Package: haskell-hsql-postgresql-doc +Section: doc +Architecture: all +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: API documentation of the hsql-postgresql library for Haskell + HSQL provides database interfaces for Haskell programmers. This package + provides documentation for PostgreSQL driver of HSQL. --- haskell-hsql-postgresql-1.7.3.orig/debian/copyright +++ haskell-hsql-postgresql-1.7.3/debian/copyright @@ -0,0 +1,44 @@ +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-postgresql-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-postgresql-1.7.3.orig/debian/compat +++ haskell-hsql-postgresql-1.7.3/debian/compat @@ -0,0 +1 @@ +7 --- haskell-hsql-postgresql-1.7.3.orig/debian/changelog +++ haskell-hsql-postgresql-1.7.3/debian/changelog @@ -0,0 +1,61 @@ +haskell-hsql-postgresql (1.7.3-3) unstable; urgency=low + + [ Marco Túlio Gontijo e Silva ] + * 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:04:44 +0100 + +haskell-hsql-postgresql (1.7.3-2) unstable; urgency=low + + * Make postgresql-server-dev-8.[34] a Build-Conflicts (Closes: 559583) + If this package is present at build-time, the resulting ghc-pkg info will + reference a directory from it in Includes, causing the installation to + fail (see #471786). But if it is not, everything goes well and we have one + dependency less. + * Change priority to extra + * Bump standards version, no change + * Clean PostgreSQL.buildinfo + + -- Joachim Breitner Sat, 05 Dec 2009 17:10:34 +0100 + +haskell-hsql-postgresql (1.7.3-1) unstable; urgency=low + + [ Marco Túlio Gontijo e Silva ] + * debian/control: Use Debian Haskell Group as Maintainer. + + [ Joachim Breitner ] + * New upstream version + + -- Joachim Breitner Sat, 25 Jul 2009 01:11:51 +0200 + +haskell-hsql-postgresql (1.7-2) unstable; urgency=low + + * debian/control: + - Add postgresql-server-dev-8.3 to the (build) dependencies. + (Closes: #471786) + + -- Arjan Oosting Sat, 22 Mar 2008 21:23:12 +0100 + +haskell-hsql-postgresql (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, 17 Feb 2008 12:02:44 +0100 --- haskell-hsql-postgresql-1.7.3.orig/debian/clean +++ haskell-hsql-postgresql-1.7.3/debian/clean @@ -0,0 +1 @@ +PostgreSQL.buildinfo