1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
haskelldb (0.9.cvs.601-13) unstable; urgency=low
* Fix FTBFS (Closes: #395241)
* Properly adopt the package as I am doing the work on it
anyway. (Closes: #305460)
-- Arjan Oosting <arjan@debian.org> Wed, 25 Oct 2006 23:25:57 +0200
haskelldb (0.9.cvs.601-12) unstable; urgency=low
* QA upload.
* Rebuild against latest GHC (Closes: #393806)
* Fix FTBFS with GHC 6.6
* debian/mk-haskell-depends: add shell script to generate
${haskell:Depends} substitution variable.
* debian/rules: use mk-haskell-depends to generate dependencies on other
libghc-*-dev packages.
* src/Database/HaskellDB/Database.hs: fix issue with distinct scoped
type variables not being distinct.
-- Arjan Oosting <arjan@debian.org> Wed, 25 Oct 2006 00:13:55 +0200
haskelldb (0.9.cvs.601-11) unstable; urgency=low
* QA upload.
* debian/control: Fix typo in substitution variable which caused a
strange version number. (Closes: #383533)
-- Arjan Oosting <arjanoosting@home.nl> Thu, 24 Aug 2006 13:49:53 +0200
haskelldb (0.9.cvs.601-10) unstable; urgency=low
* QA upload.
* debian/control:
- Add a Section for the source package.
- Update build dependency on ghc6. (Closes: #381815)
- Add missing Depends on libghc6-hsql-mysql-dev,
libghc6-hsql-odbc-dev, libghc6-hsql-postgresql-dev and
libghc6-hsql-sqlite-dev needed to configure and use
libghc6-haskelldb-dev.
- Make sure libghc6-haskell-dev depends on the version of
libghc-hsql-dev it was build against by using the ${HSQL:Version}
substitution variable.
- Add dctrl-tools to Build-Depends because grep-dctrl is used to
determine the version of libghc6-hsql-dev.
- Bump Standards-Version. No changes needed.
* debian/haskelldb.cabal:
- Add hsql-odbc, hsql-mysql, hsql-sqlite and hsql-postgresql to the
Build-Depends as these modules are needed to build haskelldb and
ghc6 (>= 6.4.2) will not make them available by default anymore.
- Remove Allow prefix from the needed extensions declarations.
* debian/rules:
- Remove commented out dh_make template cruft.
- Touch configure-stamp at the end of the configure-stamp target.
- Do not ignore errors on clean.
- Generate the ${HSQL:Version} substitution variable.
-- Arjan Oosting <arjanoosting@home.nl> Mon, 7 Aug 2006 16:05:44 +0200
haskelldb (0.9.cvs.601-9) unstable; urgency=medium
* QA upload.
* Update dependencies for ghc6 6.4.1. Closes: #337275.
-- Matej Vela <vela@debian.org> Mon, 13 Mar 2006 10:51:01 +0100
haskelldb (0.9.cvs.601-8) unstable; urgency=low
* QA upload.
* Add build dependencies on libghc6-hsql-mysql-dev, libghc6-hsql-odbc-dev,
libghc6-hsql-postgresql-dev, libghc6-hsql-sqlite-dev. Closes: #329835.
* Remove dh_make examples.
* debian/watch: Add.
* Conforms to Standards version 3.6.2.
-- Matej Vela <vela@debian.org> Sat, 24 Sep 2005 18:15:12 +0200
haskelldb (0.9.cvs.601-7) unstable; urgency=low
* [NMU] Rebuilt to get newer gmp3. Closes: #329275.
* Updated dep on haskell-hsql to version in sid.
-- John Goerzen <jgoerzen@complete.org> Wed, 21 Sep 2005 05:38:29 -0500
haskelldb (0.9.cvs.601-6) unstable; urgency=low
* [NMU] Built against GHC 6.4
-- John Goerzen <jgoerzen@complete.org> Thu, 12 May 2005 07:51:57 -0500
haskelldb (0.9.cvs.601-5) unstable; urgency=low
* Orphaning this package.
-- John Goerzen <jgoerzen@complete.org> Tue, 19 Apr 2005 23:15:27 -0500
haskelldb (0.9.cvs.601-4) unstable; urgency=low
* Update cabal file syntax for newer cabal and build-dep on newer
haskell-devscripts. Closes: #301643.
-- John Goerzen <jgoerzen@complete.org> Mon, 28 Mar 2005 09:10:21 -0600
haskelldb (0.9.cvs.601-3) unstable; urgency=low
* Added some missing HSQL modules to Exposed-Modules.
-- John Goerzen <jgoerzen@complete.org> Mon, 14 Feb 2005 16:23:14 -0600
haskelldb (0.9.cvs.601-2) unstable; urgency=low
* Removed incorrect dep on ghc.
-- John Goerzen <jgoerzen@complete.org> Fri, 11 Feb 2005 15:46:45 -0600
haskelldb (0.9.cvs.601-1) unstable; urgency=low
* Initial Release. Closes: #294818.
-- John Goerzen <jgoerzen@complete.org> Fri, 11 Feb 2005 13:32:03 -0600
|