diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2009-07-16 17:19:20 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2009-07-16 17:19:20 +0400 |
| commit | dbf27534cea9af140d8bba0b13e3c03fe61a9051 (patch) | |
| tree | 03cdf7b53f443e5be596b63e5df6b586db42007b /p | |
| parent | 4fb698543f3d71f04a9d15f14caab3caa536b4be (diff) | |
| download | DHG_packages-dbf27534cea9af140d8bba0b13e3c03fe61a9051.tar.gz | |
haskelldb-hsql-odbc: Initial Check-in
Diffstat (limited to 'p')
| -rw-r--r-- | p/haskelldb-hsql-odbc/debian/changelog | 7 | ||||
| -rw-r--r-- | p/haskelldb-hsql-odbc/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskelldb-hsql-odbc/debian/control | 39 | ||||
| -rw-r--r-- | p/haskelldb-hsql-odbc/debian/copyright | 50 | ||||
| -rw-r--r-- | p/haskelldb-hsql-odbc/debian/haskell-haskelldb-hsql-odbc-doc.doc-base | 9 | ||||
| -rwxr-xr-x | p/haskelldb-hsql-odbc/debian/rules | 80 | ||||
| -rw-r--r-- | p/haskelldb-hsql-odbc/debian/watch | 2 |
7 files changed, 188 insertions, 0 deletions
diff --git a/p/haskelldb-hsql-odbc/debian/changelog b/p/haskelldb-hsql-odbc/debian/changelog new file mode 100644 index 000000000..f64fb373a --- /dev/null +++ b/p/haskelldb-hsql-odbc/debian/changelog @@ -0,0 +1,7 @@ +haskelldb-hsql-odbc (0.10-1) unstable; urgency=low + + * Initial Debian release. + * New Debian packages due to the dividing of Haskell haskelldb library + into a couple of Haskell libraries. + + -- Arjan Oosting <arjan@debian.org> Thu, 01 May 2008 01:19:26 +0200 diff --git a/p/haskelldb-hsql-odbc/debian/compat b/p/haskelldb-hsql-odbc/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/p/haskelldb-hsql-odbc/debian/compat @@ -0,0 +1 @@ +5 diff --git a/p/haskelldb-hsql-odbc/debian/control b/p/haskelldb-hsql-odbc/debian/control new file mode 100644 index 000000000..d48a7ce98 --- /dev/null +++ b/p/haskelldb-hsql-odbc/debian/control @@ -0,0 +1,39 @@ +Source: haskelldb-hsql-odbc +Section: devel +Priority: optional +Maintainer: Arjan Oosting <arjan@debian.org> +Build-Depends: debhelper (>= 5), dpkg-dev (>= 0.13.19), + ghc6 (>= 6.4.2), haskell-devscripts (>= 0.5.6), + libghc6-haskelldb-dev, libghc6-haskelldb-hsql-dev, + libghc6-hsql-odbc-dev, libghc6-mtl-dev +Build-Depends-Indep: haddock, ghc6-doc, haskell-haskelldb-doc, + haskell-haskelldb-hsql-doc, haskell-hsql-doc, libghc6-mtl-doc +Standards-Version: 3.7.3 +Homepage: http://haskelldb.sourceforge.net/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskelldb-hsql-odbc/trunk +Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskelldb-hsql-odbc/trunk + +Package: libghc6-haskelldb-hsql-odbc-dev +Section: libdevel +Architecture: any +Suggests: haskelldb-bin (= ${binary:Version}), libghc6-haskelldb-hsql-odbc-doc (= ${source:Version}) +Depends: ${haskell:Depends}, ${shlibs:Depends} +Description: GHC6 library for HaskellDB support for the HSQL ODBC driver + HaskellDB is library for expressing database queries and operations + in a type safe and declarative way. This package contains the library + to use the HSQL ODBC driver with HaskellDB for use with GHC 6. + . + HaskellDB compiles a relational algebra-like + syntax into SQL, submits the operations to the database for + processing, and returns the results as ordinary Haskell values. + +Package: haskell-haskelldb-hsql-odbc-doc +Architecture: all +Section: doc +Recommends: ghc6-doc, haskell-haskelldb-doc, + haskell-haskelldb-hsql-doc, libghc6-mtl-doc +Suggests: doc-base +Description: API documentation of haskelldb-hsql-odbc + The API documentation of haskelldb-hsql-odbc which is part of + HaskellDB, a Haskell library for expressing database queries and + operations in a type safe and declarative way. diff --git a/p/haskelldb-hsql-odbc/debian/copyright b/p/haskelldb-hsql-odbc/debian/copyright new file mode 100644 index 000000000..f186a8917 --- /dev/null +++ b/p/haskelldb-hsql-odbc/debian/copyright @@ -0,0 +1,50 @@ +This package was debianized by Arjan Oosting <arjan@debian.org> on +Wed, 30 April 2008. + +It was downloaded from http:/hackage.debian.org/ + +The original upstream author is Daan Leijen +Later contributions were by Conny Andersson, Martin Andersson, +Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, +Torbjorn Martin and Jeremy Shaw + +The current upstream maintainers can be reached at +haskelldb-users@lists.sourceforge.net + +Copyright: + +Copyright (c) 1999 Daan Leijen, daan@cs.uu.nl +Copyright (c) 2003-2007 The HaskellDB development team +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 names of the copyright holders nor the names of the + 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. + + +The Debian packaging is (c) 2007, Arjan Oosting <arjan@debian.org> +and is licensed under the same terms as haskelldb libraries itself. diff --git a/p/haskelldb-hsql-odbc/debian/haskell-haskelldb-hsql-odbc-doc.doc-base b/p/haskelldb-hsql-odbc/debian/haskell-haskelldb-hsql-odbc-doc.doc-base new file mode 100644 index 000000000..1798351a3 --- /dev/null +++ b/p/haskelldb-hsql-odbc/debian/haskell-haskelldb-hsql-odbc-doc.doc-base @@ -0,0 +1,9 @@ +Document: haskelldb-hsql-odbc-api +Title: HaskellDB API documentation for the HSQL ODBC driver +Author: Daan Leijen et. al. +Abstract: The API documentation for the HSQL ODBC driver for HaskellDB +Section: Programming/Haskell + +Format: HTML +Index: /usr/share/doc/haskell-haskelldb-hsql-odbc-doc/html/haskelldb-hsql-odbc/index.html +Files: /usr/share/doc/haskell-haskelldb-hsql-odbc-doc/html/haskelldb-hsql-odbc/*.html diff --git a/p/haskelldb-hsql-odbc/debian/rules b/p/haskelldb-hsql-odbc/debian/rules new file mode 100755 index 000000000..c31636e08 --- /dev/null +++ b/p/haskelldb-hsql-odbc/debian/rules @@ -0,0 +1,80 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# +# Based on dh-make template containing work of Joey Hess, Craig Small +# and Bill Allombert. +# + +# Include dpatch +#include /usr/share/dpatch/dpatch.make + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + +setup: + dh_testdir + ghc --make Setup -o setup -package Cabal + +build: build-stamp +build-stamp: setup + touch $@ + +clean: clean-patched +clean-patched: + dh_testdir + dh_testroot + rm -f build-stamp + if [ -x setup ] && [ -e .setup-config ]; then ./setup clean ; fi + rm -rf dist html + dh_clean setup Setup.hi Setup.o .*config* + +install: install-arch install-indep +install-arch: build-stamp + dh_testdir + dh_testroot + dh_clean -k -s + dh_installdirs -s + dh_haskell -s + dh_install -s + + +install-indep: build-stamp + dh_testdir + dh_testroot + dh_clean -k -i + dh_installdirs -i + dh_haskell -i + dh_install -i + +# Must not depend on anything. This is to be called by +# binary-arch/binary-indep +# in another 'make' thread. +binary-common: + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installman + dh_strip + dh_compress -X.haddock + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_haskell_depends + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture independant packages using the common target. +binary-indep: install-indep + $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common + +# Build architecture dependant packages using the common target. +binary-arch: install-arch + $(MAKE) -f debian/rules DH_OPTIONS=-s binary-common + +binary: binary-arch binary-indep +.PHONY: binary binary-arch binary-indep build clean clean-patched install install-arch install-indep diff --git a/p/haskelldb-hsql-odbc/debian/watch b/p/haskelldb-hsql-odbc/debian/watch new file mode 100644 index 000000000..3fe84e030 --- /dev/null +++ b/p/haskelldb-hsql-odbc/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/packages/archive/haskelldb-hsql-odbc/([\d.]+)/haskelldb-hsql-odbc-([\d.]+).tar.gz |
