summaryrefslogtreecommitdiff
path: root/p/hdbc/debian/control
diff options
context:
space:
mode:
authorJohn Goerzen <jgoerzen@complete.org>2009-01-21 20:28:13 +0300
committerJohn Goerzen <jgoerzen@complete.org>2009-01-21 20:28:13 +0300
commitc0588f0e4ff029937ce751b38cfe546411dfb80f (patch)
tree874242976a7b1ed798da1a7a3f4994273a42bba8 /p/hdbc/debian/control
parent7b6ac221915ef486ba6617c79c81978a3b397561 (diff)
downloadDHG_packages-c0588f0e4ff029937ce751b38cfe546411dfb80f.tar.gz
hdbc: Removed debian/ from master branch
Diffstat (limited to 'p/hdbc/debian/control')
-rw-r--r--p/hdbc/debian/control49
1 files changed, 0 insertions, 49 deletions
diff --git a/p/hdbc/debian/control b/p/hdbc/debian/control
deleted file mode 100644
index 4db0054fc..000000000
--- a/p/hdbc/debian/control
+++ /dev/null
@@ -1,49 +0,0 @@
-Source: hdbc
-Priority: optional
-Maintainer: John Goerzen <jgoerzen@complete.org>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), ghc6 (<< 6.8.2-999), haskell-devscripts (>= 0.6.3), cpphs, haddock, libghc6-mtl-dev, libghc6-time-dev, libghc6-time-prof
-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.6.3), ghc6 (>= 6.8), cpphs
-Standards-Version: 3.6.2
-Section: libs
-
-Package: libghc6-hdbc-dev
-Section: libdevel
-Architecture: any
-Depends: ${haskell:Depends}, libghc6-mtl-dev
-Suggests: libghc6-hdbc-postgresql-dev | libghc6-hdbc-sqlite3-dev, libghc6-hdbc-missingh-dev
-Description: Haskell Database Connectivity, GHC6 package
- HDBC provides an abstraction layer between Haskell programs and SQL
- relational databases. This lets you write database code once, in
- Haskell, and have it work with any number of backend SQL databases
- (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
- .
- HDBC is modeled loosely on Perl's DBI interface, though it has also been
- influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.
- .
- To use HDBC, you'll need both this package, and a driver package such
- as libghc6-hdbc-postgresql-dev.
-
-Package: libghc6-hdbc-prof
-Section: libdevel
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libghc6-hdbc-dev, ghc6-prof (>= 6.8.2), ghc6-prof (<< 6.8.2+)
-Description: Haskell Database Connectivity, GHC6 profiling data
- HDBC provides an abstraction layer between Haskell programs and SQL
- relational databases. This package provides profiling information for using
- HDBC with GHC6.
-
-Package: libhugs-hdbc
-Section: libs
-Architecture: all
-Depends: ${haskell:Depends}
-Description: Haskell Database Connectivity, Hugs package
- HDBC provides an abstraction layer between Haskell programs and SQL
- relational databases. This lets you write database code once, in
- Haskell, and have it work with any number of backend SQL databases
- (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
- .
- HDBC is modeled loosely on Perl's DBI interface, though it has also been
- influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.
- .
- To use HDBC, you'll need both this package, and a driver package such
- as libhugs-hdbc-postgresql.