summaryrefslogtreecommitdiff
path: root/p/haskell-hsql/debian/changelog
blob: b23bf578136a763b8306c4f0ea4f27725366b658 (plain)
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
haskell-hsql (1.7.1-4) UNRELEASED; urgency=low

  * Fix "Updating the haskell-hsql Uploaders list" changing Uploader
    (Closes: #576182)
  * control: Use versioned Replaces: and Conflicts:

 -- Marco Túlio Gontijo e Silva <marcot@debian.org>  Thu, 01 Apr 2010 08:51:06 -0300

haskell-hsql (1.7.1-3) unstable; urgency=low

  * debian/source/format: Use 3.0 (quilt).
  * debian/control: Rename -doc package.

 -- Marco Túlio Gontijo e Silva <marcot@debian.org>  Tue, 16 Mar 2010 10:59:45 -0300

haskell-hsql (1.7.1-2) unstable; urgency=low

  [ Marco Túlio Gontijo e Silva ]
  * debian/control: Change Priority: to extra.
  * debian/watch: Use format that works for --download-current-version.
  * debian/watch: Add .tar.gz to downloaded filename.
  * debian/watch: Include package name in downloaded .tar.gz.
  * debian/watch: Remove spaces, since they're not allowed by uscan.
  * debian/control: Add field Provides: ${haskell:Provides} to -dev and
    -prof packages.
  * debian/control: Add Homepage: field.
  * debian/control: Use Vcs-Browser: field.
  * debian/control: Use comma in the beginning of the line.
  * debian/control: Remove dependency in hscolour, since it's now a
    dependency of haskell-devscripts.
  * debian/control: Remove haddock from Build-Depends:, since it's now a
    Depends: of haskell-devscripts.
  * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
  * debian/control: Use more sintetic link in Homepage:.

  [ Joachim Breitner ]
  * Bump haskell-devscripts dependency to 0.7

 -- Joachim Breitner <nomeata@debian.org>  Sat, 20 Feb 2010 19:38:20 +0100

haskell-hsql (1.7.1-1) unstable; urgency=low

  [ Arjan Oosting ]
  * New upstream release (Closes: #526438, 520322)
  * debian/patches/01_update-cabal-file.dpatch: Updated. Adjust the
    hsql.cabal for the Cabal version which Debian ships.
  * debian/control:
    - Change download location.
    - Update Standards-Version.
  * Added debian/README.source to describe patch system.
  * debian/changelog:
    - Fix a spelling error.

  [ Marco Túlio Gontijo e Silva ]
  * debian/control: Use Debian Haskell Group as Maintainer.

  [ Joachim Breitner ]
  * Bump standards version, move to section Haskell
  * Remove the patch again, included upstream
  * Use standard haskell-devscripts packaging

 -- Joachim Breitner <nomeata@debian.org>  Sat, 25 Jul 2009 00:24:45 +0200

haskell-hsql (1.7-2) unstable; urgency=low

  * debian/control:
    - Add a libghc6-hsql-prof binary package containing the profiling
      library of hsql for use with GHC 6.
    - Add Vcs-* fields.

 -- Arjan Oosting <arjan@debian.org>  Sun, 03 Feb 2008 19:59:51 +0100

haskell-hsql (1.7-1) unstable; urgency=medium

  * Set urgency to medium as this upload fixes an RC bug.
  * Hijack this package as the current maintainer does not seem to be
    working on it anymore. Moved Víctor Pérez Pereira to the Uploaders
    and set myself as maintainer.
  * New upstream release. The source tarball has been split up and every
    Haskell library has its own source source tarball now.
    - debian/control:
      + Remove the binary stanzas for libghc6-hsql-sqlite3-dev,
        libghc6-hsql-sqlite-dev, libghc6-hsql-odbc-dev,
        libghc6-hsql-mysql-dev and libghc6-hsql-postgresql-dev which all
        will get their own source package.
      + Update Build-Depends on haskell-devscripts to 0.6.0 needed to
        build the package.
      + Add dpatch and ghc6-prof to the build dependencies.
    - debian/rules:
      + Replaced with a much simpler version as we only need to build one
        Haskell library. This version works with (and needs)
        haskell-devscripts >= 0.6.0. (Closes: #458615)
  * debian/watch:
    - Use hackage.haskell.org as location for new upstream releases.
  * Update for GHC 6.8.2:
    - debian/control:
      + Bump build dependency on GHC to 6.8.2 as we need the new Cabal
        version.
    - debian/patches/01_update-cabal-file:
      + Add old-time to the build-depends in hsql.cabal
      + Add TypeOperators, ScopedTypeVariables, RankNTypes and
        DeriveDataTypeable to the list of needed extensions in hsql.cabal.
  * Fix small spelling error in debian/control.
  * Convert debian/copyright file to UTF-8 to fix lintian warning
    debian-copyright-file-uses-obsolete-national-encoding
  * debian/control:
    - Change section of libghc6-hsql-dev and libghc6-hsql-prof to libdevel
      to fix lintian warning dev-package-should-be-section-libdevel
    - Bump Standards-Version 3.7.3. No furthur changes needed.

 -- Arjan Oosting <arjan@debian.org>  Sun, 03 Feb 2008 19:29:40 +0100

haskell-hsql (1.6-8.2) unstable; urgency=low

  * Non-maintainer upload.
  * debian/rules: call ghc-pkg with --force to ignore missing
    directories. (Closes: 393635)

 -- Arjan Oosting <arjan@debian.org>  Tue, 24 Oct 2006 23:39:37 +0200

haskell-hsql (1.6-8.1) unstable; urgency=low

  * Non-maintainer upload, to fix Failure To Build From Source, applying patch
    by Arjan Oosting.
  * Fixes FTBFS: needs to update for new ghc6 (Closes: #379264)
    - update MySQL/Setup.lhs, PostgresSQL/Setup.lhs, SQLite/Setup.lhs and
      SQLite3/Setup.lhs for the new Cabal version shipped with ghc 6.4.2.
    - debian/control: Build-Depends on the ghc6 (>= 6.4.2) which ships the
      new Cabal version. Drop the build dependency on ghc6 (6.4.1-999) to
      make (binary) non-maintainer uploads easier.
    - debian/ghc-pkg: replace the call to /usr/lib/ghc-6.4.1/bin/ghc-pkg
      with a call to /usr/bin/ghc-pkg6 to make independant of the ghc6
      version.

 -- Margarita Manterola <marga@debian.org>  Thu, 10 Aug 2006 15:27:19 -0300

haskell-hsql (1.6-8) unstable; urgency=medium

  * New maintainer (closes: #358873)
  * Update of Debian Policy.

 -- Víctor Pérez Pereira <vperez@debianvenezuela.org>  Sun, 14 May 2006 19:16:00 -0400

haskell-hsql (1.6-7) unstable; urgency=medium

  * QA upload.
  * PostgreSQL/Setup.lhs: Since we use only client-side headers, remove
    `pg_config --includedir-server' output from the compile line.  This
    makes a build dependency on postgresql-server-dev-8.0 unnecessary.
    Closes: #339639, #359995.
  * debian/rules: Fix build failure with ghc 6.4.1.  Thanks to
    Bart Martens for the patch.  Closes: #357761.
  * Add a Section field for the source package.
  * Remove duplicate dependencies from Build-Depends-Indep.

 -- Matej Vela <vela@debian.org>  Sun,  9 Apr 2006 10:05:21 +0200

haskell-hsql (1.6-6) unstable; urgency=low

  * Orphaning this package.  Maintainer set to Debian QU Group.

 -- John Goerzen <jgoerzen@complete.org>  Fri, 24 Mar 2006 16:08:00 -0600

haskell-hsql (1.6-5) unstable; urgency=low

  * Rebuilt with ghc 6.4.1.
  * haskell-hsql-doc section updated.

 -- John Goerzen <jgoerzen@complete.org>  Sun, 16 Oct 2005 23:41:44 -0500

haskell-hsql (1.6-4) unstable; urgency=low

  * Added build-dep on haddock.
  * Changed section of several items to libdevel to correspond with
    the archive.

 -- John Goerzen <jgoerzen@complete.org>  Fri, 16 Sep 2005 06:48:40 -0500

haskell-hsql (1.6-3) unstable; urgency=low

  * Added cpphs to Build-Depends.  Closes: #327606.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 14 Sep 2005 06:12:01 -0500

haskell-hsql (1.6-2) unstable; urgency=low

  * Fixed failure to generate postinst/prerm scripts.
  * Fixed Postgres deps.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 17 Aug 2005 21:53:02 -0500

haskell-hsql (1.6-1) unstable; urgency=low

  * New upstream release.
  * Upstream now uses Cabal and splits modules into individual per-DB
    modules.  Now do that here as well.  Closes: #288234.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 17 Aug 2005 05:23:19 -0500

haskell-hsql (1.4-5) unstable; urgency=low

  * Moved src/HSQL back to ghc-options in cabal.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 12 May 2005 07:36:31 -0500

haskell-hsql (1.4-4) unstable; urgency=low

  * Rebuilt for ghc6 6.4.
  * Minor code hacks for ghc6 6.4 compatibility.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 12 May 2005 06:34:33 -0500

haskell-hsql (1.4-3) unstable; urgency=low

  * Recent cabal changed Extra-libs to extra-libraries.  Make change
    in .cabal file and build-dep on newer cabal.  Closes: #299123.

 -- John Goerzen <jgoerzen@complete.org>  Mon, 14 Mar 2005 10:49:24 -0600

haskell-hsql (1.4-2) unstable; urgency=low

  * Partially fixed Depends on ghc package.
  * Update to libmysqlclient12.
  * Build updated for newer cabal and haskell-devscripts.

 -- John Goerzen <jgoerzen@complete.org>  Fri, 11 Feb 2005 13:59:07 -0600

haskell-hsql (1.4-1) unstable; urgency=low

  * Initial Release.  Closes: #275073.

 -- John Goerzen <jgoerzen@complete.org>  Mon, 22 Nov 2004 09:48:39 -0600