summaryrefslogtreecommitdiff
path: root/p/haskelldb-hdbc-sqlite3
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2009-09-09 13:00:12 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2009-09-09 13:00:12 +0400
commita6dc9452f5fb2f7bb5834e3c673f75fc4232077c (patch)
tree62e461697059042562c4bef2813da782eeee9c10 /p/haskelldb-hdbc-sqlite3
parent9dd58d40be3f6cac5314ca7c50e1a48913539513 (diff)
downloadDHG_packages-a6dc9452f5fb2f7bb5834e3c673f75fc4232077c.tar.gz
haskelldb-hdbc-sqlite3: Initial check-in
Diffstat (limited to 'p/haskelldb-hdbc-sqlite3')
-rw-r--r--p/haskelldb-hdbc-sqlite3/debian/changelog5
-rw-r--r--p/haskelldb-hdbc-sqlite3/debian/compat1
-rw-r--r--p/haskelldb-hdbc-sqlite3/debian/control70
-rw-r--r--p/haskelldb-hdbc-sqlite3/debian/copyright34
-rw-r--r--p/haskelldb-hdbc-sqlite3/debian/libghc6-haskelldb-hdbc-odbc-dev.install1
-rwxr-xr-xp/haskelldb-hdbc-sqlite3/debian/rules6
-rw-r--r--p/haskelldb-hdbc-sqlite3/debian/watch2
7 files changed, 119 insertions, 0 deletions
diff --git a/p/haskelldb-hdbc-sqlite3/debian/changelog b/p/haskelldb-hdbc-sqlite3/debian/changelog
new file mode 100644
index 000000000..057b43f39
--- /dev/null
+++ b/p/haskelldb-hdbc-sqlite3/debian/changelog
@@ -0,0 +1,5 @@
+haskelldb-hdbc-odbc (0.12-1) unstable; urgency=low
+
+ * Initial packaging
+
+ -- Joachim Breitner <nomeata@debian.org> Wed, 09 Sep 2009 10:42:27 +0200
diff --git a/p/haskelldb-hdbc-sqlite3/debian/compat b/p/haskelldb-hdbc-sqlite3/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskelldb-hdbc-sqlite3/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskelldb-hdbc-sqlite3/debian/control b/p/haskelldb-hdbc-sqlite3/debian/control
new file mode 100644
index 000000000..2d3415d10
--- /dev/null
+++ b/p/haskelldb-hdbc-sqlite3/debian/control
@@ -0,0 +1,70 @@
+Source: haskelldb-hdbc-odbc
+Section: haskell
+Priority: optional
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata@debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.6.15+nmu11)
+ , ghc6 (>= 6.10.3-2)
+ , ghc6-prof (>= 6.10.3-2)
+ , ghc6-doc (>= 6.10.3-2)
+ , haddock (>= 2.4.2)
+ , hscolour (>= 1.8)
+ , libghc6-haskelldb-dev (>= 0.12)
+ , libghc6-haskelldb-prof
+ , haskell-haskelldb-doc
+ , libghc6-haskelldb-hdbc-dev (>= 0.12)
+ , libghc6-haskelldb-hdbc-prof
+ , libghc6-haskelldb-hdbc-doc
+ , libghc6-hdbc-dev (>= 2.0.0)
+ , libghc6-hdbc-dev (<< 2.2.0)
+ , libghc6-hdbc-prof
+ , haskell-hdbc-doc
+ , libghc6-hdbc-odbc-dev (>= 2.0.0)
+ , libghc6-hdbc-odbc-dev (<< 2.2.0)
+ , libghc6-hdbc-odbc-prof
+ , haskell-hdbc-odbc-doc
+ , libghc6-mtl-dev
+ , libghc6-mtl-prof
+ , libghc6-mtl-doc
+Standards-Version: 3.8.3
+Homepage: http://hackage.haskell.org/package/haskelldb-hdbc-odbc
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskelldb-hdbc-odbc
+
+Package: libghc6-haskelldb-hdbc-odbc-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Description: HaskellDB support for the HDBC ODBC driver
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library allows you to use the HaskellDB database abstraction library with
+ the ODBC driver provided by the HDBC database driver interface suite.
+ .
+ This package also includes the DBDirect-hdbc-odbc binary to generate Haskell
+ source files by querying the database.
+
+Package: libghc6-haskelldb-hdbc-odbc-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: HaskellDB support for the HDBC ODBC driver; profiling libraries
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library allows you to use the HaskellDB database abstraction library with
+ the ODBC driver provided by the HDBC database driver interface suite.
+
+Package: libghc6-haskelldb-hdbc-odbc-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: HaskellDB support for the HDBC ODBC driver; documentation
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library allows you to use the HaskellDB database abstraction library with
+ the ODBC driver provided by the HDBC database driver interface suite.
diff --git a/p/haskelldb-hdbc-sqlite3/debian/copyright b/p/haskelldb-hdbc-sqlite3/debian/copyright
new file mode 100644
index 000000000..69936c3cf
--- /dev/null
+++ b/p/haskelldb-hdbc-sqlite3/debian/copyright
@@ -0,0 +1,34 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Name: haskelldb-hdbc-odbc
+Upstream-Maintainer: Bjorn Bringert <haskelldb-users@lists.sourceforge.net>
+Upstream-Source: http://hackage.haskell.org/packages/archive/haskelldb-hdbc-odbc/0.12/haskelldb-hdbc-odbc-0.12.tar.gz
+
+Files: *
+Copyright: Copyright 2006 Bjorn Bringert
+ Copyright 2003 HWT
+License: BSD-C3
+ 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 owners 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.
diff --git a/p/haskelldb-hdbc-sqlite3/debian/libghc6-haskelldb-hdbc-odbc-dev.install b/p/haskelldb-hdbc-sqlite3/debian/libghc6-haskelldb-hdbc-odbc-dev.install
new file mode 100644
index 000000000..acd4d7d9e
--- /dev/null
+++ b/p/haskelldb-hdbc-sqlite3/debian/libghc6-haskelldb-hdbc-odbc-dev.install
@@ -0,0 +1 @@
+ghc6-dist/DBDirect-hdbc-odbc/DBDirect-hdbc-odbc /usr/bin
diff --git a/p/haskelldb-hdbc-sqlite3/debian/rules b/p/haskelldb-hdbc-sqlite3/debian/rules
new file mode 100755
index 000000000..f2277cb16
--- /dev/null
+++ b/p/haskelldb-hdbc-sqlite3/debian/rules
@@ -0,0 +1,6 @@
+#!/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
diff --git a/p/haskelldb-hdbc-sqlite3/debian/watch b/p/haskelldb-hdbc-sqlite3/debian/watch
new file mode 100644
index 000000000..d4ab9eaf2
--- /dev/null
+++ b/p/haskelldb-hdbc-sqlite3/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/packages/archive/haskelldb-hdbc-odbc/([\d.]+)/haskelldb-hdbc-odbc-([\d.]+).tar.gz