diff options
author | John Goerzen <jgoerzen@complete.org> | 2009-01-10 09:19:51 +0300 |
---|---|---|
committer | John Goerzen <jgoerzen@complete.org> | 2009-01-10 09:19:51 +0300 |
commit | b6ea94713aadc04ff0c1c5c0a49fefc592bb6b65 (patch) | |
tree | 9e1f346190584ee1e389124858eb589cdbab2d29 /p/hdbc/debian/control | |
parent | 305bf18ae7633caceabb295aec9242cc7a3beb12 (diff) | |
download | DHG_packages-b6ea94713aadc04ff0c1c5c0a49fefc592bb6b65.tar.gz |
hdbc: Bug#473520: patch
Adding a profiling library just requires adding one to the control file;
dh_haskell takes care of the rest. Here is a patch to do that.
Diffstat (limited to 'p/hdbc/debian/control')
-rw-r--r-- | p/hdbc/debian/control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/p/hdbc/debian/control b/p/hdbc/debian/control index 9d08e5ef9..498da3cda 100644 --- a/p/hdbc/debian/control +++ b/p/hdbc/debian/control @@ -23,6 +23,15 @@ Description: Haskell Database Connectivity, GHC6 package 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 |