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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
|
haskelldb (2.2.4-5) UNRELEASED; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
[ Gianfranco Costamagna ]
* Fix VCS fields
-- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:37 +0300
haskelldb (2.2.4-4) unstable; urgency=medium
[ Joachim Breitner ]
* General lintian cleanup
[ Clint Adams ]
* Switch Vcs-Git/Vcs-Browser headers to new location.
-- Clint Adams <clint@debian.org> Thu, 03 Dec 2015 14:54:19 -0500
haskelldb (2.2.4-3) experimental; urgency=medium
* Bump standards-version to 3.9.6
* Depend on haskell-devscripts >= 0.10 to ensure that this package
builds against GHC in experimental
-- Joachim Breitner <nomeata@debian.org> Thu, 20 Aug 2015 10:27:23 +0200
haskelldb (2.2.4-2) unstable; urgency=medium
* Upload to unstable
-- Joachim Breitner <nomeata@debian.org> Mon, 27 Apr 2015 11:49:02 +0200
haskelldb (2.2.4-1) experimental; urgency=low
* Adjust watch file to new hackage layout
* Depend on haskell-devscripts 0.9, found in experimental
* New upstream release
-- Joachim Breitner <nomeata@debian.org> Sun, 21 Dec 2014 11:06:43 +0100
haskelldb (2.2.2-2) unstable; urgency=low
* Enable compat level 9
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 12:50:23 +0200
haskelldb (2.2.2-1) experimental; urgency=low
* New upstream release
-- Joachim Breitner <nomeata@debian.org> Fri, 08 Feb 2013 21:02:21 +0100
haskelldb (2.2.1-1) experimental; urgency=low
* Depend on haskell-devscripts 0.8.13 to ensure this packages is built
against experimental
* Bump standards version, no change
* New upstream release
-- Joachim Breitner <nomeata@debian.org> Fri, 19 Oct 2012 22:31:27 +0200
haskelldb (2.1.1-5) unstable; urgency=low
* Use standard docs directory, avoids upgrade problems.
-- Joachim Breitner <nomeata@debian.org> Sat, 19 May 2012 22:40:38 +0200
haskelldb (2.1.1-4) unstable; urgency=low
* Bump mtl dependency also in debian/control
-- Joachim Breitner <nomeata@debian.org> Sat, 19 May 2012 19:21:26 +0200
haskelldb (2.1.1-3) unstable; urgency=low
* debian/patches/bump-mtl-dependency
-- Joachim Breitner <nomeata@debian.org> Sat, 19 May 2012 19:17:49 +0200
haskelldb (2.1.1-2) unstable; urgency=low
* Sourceful upload to rebuild documentation package.
-- Clint Adams <clint@debian.org> Thu, 09 Feb 2012 21:36:03 -0500
haskelldb (2.1.1-1) unstable; urgency=low
* New upstream release 2.1.1
* Update build-depends for new upstream release
* Don't mention 'GHC 6' in package descriptions
* Remove obsolete patches
-- Iain Lane <laney@debian.org> Sun, 29 May 2011 12:25:35 +0100
haskelldb (0.12-8) unstable; urgency=low
[ Marco Túlio Gontijo e Silva ]
* Remove doc-base.
[ Marco Silva ]
* Use ghc instead of ghc
[ Iain Lane ]
* Standards-Version → 3.9.2, no changes required
-- Iain Lane <laney@debian.org> Wed, 25 May 2011 11:55:43 +0100
haskelldb (0.12-7) unstable; urgency=low
* control: Use versioned Replaces: and Conflicts:
-- Marco Túlio Gontijo e Silva <marcot@debian.org> Wed, 05 May 2010 21:32:37 -0300
haskelldb (0.12-6) unstable; urgency=low
* debian/control: Rename -doc package.
-- Marco Túlio Gontijo e Silva <marcot@debian.org> Wed, 17 Mar 2010 17:16:07 -0300
haskelldb (0.12-5) unstable; urgency=low
[ Marco Túlio Gontijo e Silva ]
* debian/source/format: Use 3.0 (quilt).
[ Joachim Breitner ]
* Fix-source-encoding.patch: Haskell sources have to be utf8. (Closes:
#570881)
-- Joachim Breitner <nomeata@debian.org> Mon, 22 Feb 2010 15:42:53 +0100
haskelldb (0.12-4) 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: Use Vcs-Browser: field.
* 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.
[ Joachim Breitner ]
* Bump haskell-devscripts dependency to 0.7
-- Joachim Breitner <nomeata@debian.org> Sat, 20 Feb 2010 19:31:32 +0100
haskelldb (0.12-3) unstable; urgency=low
* Build-Depend on the right -prof packages (Closes: #546307)
-- Joachim Breitner <nomeata@debian.org> Sat, 12 Sep 2009 19:18:26 +0200
haskelldb (0.12-2) unstable; urgency=low
* Add a profiling library package, to be consistent with the rest of the
Debian Haskell packages.
-- Joachim Breitner <nomeata@debian.org> Wed, 09 Sep 2009 10:48:29 +0200
haskelldb (0.12-1) unstable; urgency=low
[ Marco Túlio Gontijo e Silva ]
* debian/control: Use Debian Haskell Group as Maintainer.
* debian/control: Use one line per dependencie.
* Remove spaces in the end of the lines.
[ Joachim Breitner ]
* New upstream release.
* Update packaging to current common practice
-- Joachim Breitner <nomeata@debian.org> Tue, 08 Sep 2009 19:08:37 +0200
haskelldb (0.10-5) unstable; urgency=low
* debian/haskell-haskelldb-doc.doc-base:
- Change doc-base section to Programming/Haskell as it should be.
-- Arjan Oosting <arjan@debian.org> Wed, 30 Apr 2008 23:13:40 +0200
haskelldb (0.10-4) unstable; urgency=low
* debian/control:
- Drop un-needed build dependencies on autotools-dev, dctrl-tools and
libghc-mtl-prof.
- Drop the ${binary:Version} in the dependency on haskelldb-bin which
is build from another source package.
- Let the VCS-* fields point to the trunk.
* debian/haskelldb-dev.{dirs,install}: removed this cruft.
* Setup.lhs: Removed this cruft also.
-- Arjan Oosting <arjan@debian.org> Wed, 30 Apr 2008 23:07:05 +0200
haskelldb (0.10-3) unstable; urgency=low
* Fix lintian warning "doc-base-unknown-section haskelldb-api:5
Apps/Programming"
-- Arjan Oosting <arjan@debian.org> Mon, 17 Mar 2008 00:01:05 +0100
haskelldb (0.10-2) unstable; urgency=low
* Rebuild with haskell-devscripts 0.6.6 to get the correct path to the
API documentation in the package configuration file.
-- Arjan Oosting <arjan@debian.org> Mon, 21 Jan 2008 02:24:04 +0100
haskelldb (0.10-1) unstable; urgency=low
* New upstream release. (Closes: #446568)
* Because the Haskell library has been divided into a couple of Haskell
libraries a couple of new Debian packages corresponding to the new
libraries are introduced.
* Updated for GHC 6.8.2 and Cabal version 1.2.3.0:
- debian/control:
+ Bump the build dependency on GHC to (>= 6.8.2) as we need a Cabal
version >= 1.2
- debian/patches/01_update-cabal-file.dpatch:
+ Add directory, old-locale, old-time and pretty to the build
dependecies.
+ Add FlexibleContexts, FlexibleInstances, FunctionalDependencies,
PatternSignatures, RankNTypes, ScopedTypeVariables and
TypeSynonymInstances to the list of needed Extensions.
* debian/control:
- Remove all unneccesary build dependencies.
- Remove the haskelldb-bin binary package, which will now be build
from haskelldb-dynamic source package.
- Add Homepage field and use the official Vcs-* fields.
- Bump build dependency on haskell-devscripts to 0.6.0 which ships
dh_haskell_depends.
- Bump Standards-Version to 3.7.3. No changes needed.
- Make doc-base a Suggest instead of a Recommends.
- Add ghc-doc and libghc-mtl-doc to the Recommends.
- Rename haskelldb-doc to haskell-haskelldb-doc so dh_haskell will
detect it as an handled package and automatically generate the
Haddock documentation.
- Make haskelldb-doc an transitional package.
* debian/rules:
- dh_haskell_install does not install empty directories anymore so no
need to cleanup after it. It also adjusts the path to the
documentation generated by haddock so stop adjusting it here.
- dh_haskell now handles the generating and installation of the
haddock documentation so remove this code as well.
* debian/mk-haskell-depends: Removed. Replaced by dh_haskell_depends.
* debian/watch: Update the uscan file to new upstream location.
(Closes: #450071)
-- Arjan Oosting <arjan@debian.org> Sun, 13 Jan 2008 19:39:24 +0100
haskelldb (0.9.cvs.601-18) unstable; urgency=low
* Rebuild for GHC 6.6.1.
* debian/control:
- Add ghc-doc to the BuildDepends-Indep so haddock can generate
references to other documentation packages.
-- Arjan Oosting <arjan@debian.org> Tue, 19 Jun 2007 18:56:07 +0100
haskelldb (0.9.cvs.601-17) unstable; urgency=low
* debian/compat: Bump debhelper compatibility level to 5.
* debian/control:
- Bump versioned dependency on debhelper.
- Add XS-Vcs-Browser field.
-- Arjan Oosting <arjan@debian.org> Fri, 13 Apr 2007 11:08:20 +0200
haskelldb (0.9.cvs.601-16) unstable; urgency=low
* Document the genericConnect function. (Closes: #407184)
-- Arjan Oosting <arjan@debian.org> Sat, 27 Jan 2007 01:33:33 +0100
haskelldb (0.9.cvs.601-15) unstable; urgency=low
* debian/DBDirect.1: added man page for DBDirect.
* debian/rules:
- Do not ship DBDirect in libghc-haskelldb-dev. (Closes: #402335)
-- Arjan Oosting <arjan@debian.org> Sat, 9 Dec 2006 19:22:29 +0100
haskelldb (0.9.cvs.601-14) unstable; urgency=low
* debian/control:
- Add haddock to Build-Depends-Indep and autotools-dev cpphs to
Build-Depends.
- Add haskelldb-doc binary package (Closes: 387664).
- Add link to homepage of HaskellDB.
- Add a versioned Build-Depends on dpkg-dev as we use
${source:Version} and ${binary:Version}
* debian/haskelldb-doc.{dirs,doc-base,docs}: added.
* debian/rules:
- Use up-to-date config.guess and config.sub from autotools-dev.
- Update the rules file to generate haskelldb-doc.
- Use cpphs and sed to generate a src/Database/HaskellDB/DriverAPI.hs
file which can be parsed by haddock.
* debian/mk-haskell-depends: update script to take installed package
configuration files as arguments.
* src/Database/HaskellDB/DriverAPI: remove some haddock annotations
which make haddock fail.
-- Arjan Oosting <arjan@debian.org> Sun, 26 Nov 2006 20:56:52 +0100
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 ghc. (Closes: #381815)
- Add missing Depends on libghc-hsql-mysql-dev,
libghc-hsql-odbc-dev, libghc-hsql-postgresql-dev and
libghc-hsql-sqlite-dev needed to configure and use
libghc-haskelldb-dev.
- Make sure libghc-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 libghc-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
ghc (>= 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 ghc 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 libghc-hsql-mysql-dev, libghc-hsql-odbc-dev,
libghc-hsql-postgresql-dev, libghc-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
|