summaryrefslogtreecommitdiff
path: root/p/hdbc-sqlite3
diff options
context:
space:
mode:
authorJohn Goerzen <jgoerzen@complete.org>2009-01-28 22:29:44 +0300
committerJohn Goerzen <jgoerzen@complete.org>2009-01-28 22:29:44 +0300
commitc3eb8380e8f3f5e7507c745fbd1621d8a8003146 (patch)
tree206f7d35e1a157e4cc614f98f02ffdaaad7392f1 /p/hdbc-sqlite3
parent1b8dcc266173dd961bcc0a9a4fff91c4dae1a05c (diff)
downloadDHG_packages-c3eb8380e8f3f5e7507c745fbd1621d8a8003146.tar.gz
hdbc-sqlite3: Fixing lintian warnings
Diffstat (limited to 'p/hdbc-sqlite3')
-rw-r--r--p/hdbc-sqlite3/debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/p/hdbc-sqlite3/debian/control b/p/hdbc-sqlite3/debian/control
index 688516958..fac50b5ea 100644
--- a/p/hdbc-sqlite3/debian/control
+++ b/p/hdbc-sqlite3/debian/control
@@ -2,8 +2,8 @@ Source: hdbc-sqlite3
Priority: optional
Maintainer: John Goerzen <jgoerzen@complete.org>
Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2dfsg1), haskell-devscripts (>= 0.6.15), cpphs, haddock, hugs (>= 98.200503.08), libsqlite3-dev (>= 3.3), libghc6-hdbc-dev (>= 1.1.6.2), libhugs-hdbc (>= 1.1.6.2), libghc6-mtl-dev, libghc6-hunit-dev, libhugs-hunit
-Build-Depends-Indep: haddock, ghc6-doc, haskell-hdbc-doc, ghc6 (>= 6.8.2dfsg1)
-Standards-Version: 3.6.2
+Build-Depends-Indep: ghc6-doc, haskell-hdbc-doc
+Standards-Version: 3.8.0
Section: libs
Package: libghc6-hdbc-sqlite3-dev
@@ -31,8 +31,8 @@ Description: Sqlite v3 HDBC (Haskell Database Connectivity) Driver for GHC
# This package provides the Sqlite v3 database driver for HDBC under Hugs.
#
Package: haskell-hdbc-sqlite3-doc
-Section: libs
-Architecture: any
+Section: doc
+Architecture: all
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Sqlite v3 HDBC (Haskell Database Connectivity) Documentation
HDBC provides an abstraction layer between Haskell programs and SQL