summaryrefslogtreecommitdiff
path: root/p/haskell-edison-api/debian/changelog
blob: 40f4f8ed6afdbd85d3cc53bc90d21f5a355d46dd (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
haskell-edison-api (1.2.1-11) UNRELEASED; urgency=low

  * 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: Use comma in the beginning of the line.

 -- Marco Túlio Gontijo e Silva <marcot@debian.org>  Tue, 02 Feb 2010 20:30:52 -0200

haskell-edison-api (1.2.1-10) unstable; urgency=low

  * Adopt haskell-edison for the Debian Haskell Group. Thanks to Arjan for his
    previous maintenance.
  * Edison has been split into multiple source package. Start with a debian
    revision of -10 to make sure the (still equally named) binary packages
    have increasing version numbers.
  * Make haskell-edison-api-doc conflict and replace haskell-edison-doc
  * Do packaging from scratch with a standard haskell-devscripts approach.
     + Adds -prof packages.

 -- Joachim Breitner <nomeata@debian.org>  Fri, 17 Jul 2009 11:28:52 +0200

haskell-edison (1.2.1-9) unstable; urgency=low

  * Fix lintian warning "doc-base-unknown-section haskell-edison-api:5
    Apps/Programming"

 -- Arjan Oosting <arjan@debian.org>  Mon, 17 Mar 2008 00:12:25 +0100

haskell-edison (1.2.1-8) unstable; urgency=low

  * Really bump the build dependency this time around.

 -- Arjan Oosting <arjan@debian.org>  Sun, 13 Jan 2008 18:09:45 +0100

haskell-edison (1.2.1-7) unstable; urgency=low

  * debian/control:
    - Bump build dependency on GHC to >= 6.8.2  because the package now
      needs a Cabal version >= 1.2.

 -- Arjan Oosting <arjan@debian.org>  Sun, 13 Jan 2008 16:44:51 +0100

haskell-edison (1.2.1-6) unstable; urgency=low

  * Update for GHC 6.8.2:
    - debian/patches/01_update-cabal-file.dpatch:
      + Add array and containers to the Build-Depends which are libraries
        which are split of the base library.
      + Add FlexibleInstances, TypeSynonymInstances PatternSignatures and
        FlexibleContexts as needed Extensions.
      + Add -fglashow-exts to the Ghc-Options so GHC will parse
        unsafeCoerce# properly.
    - debian/patches/20_add-haddock-file.dpatch: Updated.
    - debian/rules:
      + The location of the package specification file has changes, so
        adjust the debian/rules file for that.
      + Add a link to the COPYRIGHT file in de edison-api and edison-core
        directories as the new Cabal version tries to install it and fails
        if it is missing.
      + Remove these links on clean.
      + Remove the installed COPYRIGHT files. No need to duplicate this
        information in the packages.
  * debian/control:
    - Replace Xs-Vcs-* fields with new official Vcs-* fields.
    - Bump Standards-Version to 3.7.3. No changes needed.
    - Drop dctrl-tools from the build dependencies as the script using it
      is removed.
    - Add haskell-devscripts (>= 0.6.0) to the build dependencies because
      we user dh_haskell_depends.
    - Change the sections of the libghc-*-dev packages to libdevel to fix
      lintian warning "dev-package-should-be-section-libdevel".
  * debian/rules:
    - Replace call to debian/mk-haskell-depends script with call to
      dh_haskell_depends from haskell-devscripts.

 -- Arjan Oosting <arjan@debian.org>  Sun, 13 Jan 2008 01:56:06 +0100

haskell-edison (1.2.1-5) unstable; urgency=high

  * Set urgency to high as this upload fixes a RC critical bug.
  * debian/control:
    - Use the new Homepage field.
  * debian/rules:
    - Make the determination of package names and versions more robust.
    - gcc 4.2.0 and higher cause FTFBS if we enable --split-objs during
     the compilation of haskell-edison. As a workaround we disable
     --split-objs if the gcc version >= 4.2.0 (Closes: #445754)

 -- Arjan Oosting <arjan@debian.org>  Mon, 08 Oct 2007 23:39:49 +0200

haskell-edison (1.2.1-4) unstable; urgency=low

  * debian/control:
    - Update XS-Vcs-* fields as the packages has moved to the pkg-haskell
      subversion archive.
    - Add libghc6-mtl-prof and libghc6-quickcheck-prof to Build-Depends as
      libghc6-mtl-dev and libghc6-quickcheck-dev have split of their
      profiling libraries into seperate packages.
  * debian/{ghc6.in,rules}:
    - Add handling of noopt in DEB_BUILD_OPTIONS enviroment variable.
  * debian/{mk-haskell-depends,rules}:
    - Small cleanups.
  * Generate links to other API documentation packages:
    - debian/control:
      + Add libghc6-base-doc, libghc6-haskell98-doc, libghc6-mtl-doc and
        libghc6-quickcheck-doc to the Build-Depends-Indep so haddock can
        link to the names in other packages.
      + Add libghc6-base-doc, libghc6-haskell98-doc, libghc6-mtl-doc and
        libghc6-quickcheck-doc to the Recommends of haskell-edison-doc.
    - debian/patches/20_add-haddock-file.dpatch:
      + Add the appropriate --read-interface and --use-package options so
        haddock will link to names in other packages.

 -- Arjan Oosting <arjan@debian.org>  Mon, 28 May 2007 04:12:19 +0200

haskell-edison (1.2.1-3) unstable; urgency=low

  * debian/control:
    - Update Build-Depends-Indep and Depends for the modular packaging of
      Hugs version 98.200609.21.
    - Wrap Build-Depends, Build-Depends-Indep and Depends lines.

 -- Arjan Oosting <arjan@debian.org>  Tue, 17 Apr 2007 19:30:22 +0200

haskell-edison (1.2.1-2) unstable; urgency=low

  * debian/control:
    - Add XS-Vcs-Svn and XS-Vcs-Browser fields.
  * debian/rules: enclose paths in double quotes because directories can
    contain spaces.

 -- Arjan Oosting <arjan@debian.org>  Thu, 12 Apr 2007 10:13:13 +0200

haskell-edison (1.2.1-1) experimental; urgency=low

  * New upstream release:
    - A new sequence implementation based on finger trees (similar to
      Data.Sequence in the base libs).
    - Documenation fixes dealing with the licence (the docs previously and
      incorrectly claimed Edison was under the BSD licence, when it is in
      fact the MIT license).
  * debian/control: add cpphs which is needed to build the documentation
    to Build-Depends-Indep.
  * debian/mk-haskell-depends: update script to take installed package
    configuration files as arguments.

 -- Arjan Oosting <arjan@debian.org>  Fri, 22 Dec 2006 09:43:14 +0100

haskell-edison (1.2.0.1-5) unstable; urgency=low

  * debian/rules:
    - Only call ./Setup configure with -enable-split-objs on i386 and
      amd64 as ghc -split-objs only works on those architectures.

 -- Arjan Oosting <arjan@debian.org>  Mon, 13 Nov 2006 01:42:49 +0100

haskell-edison (1.2.0.1-4) unstable; urgency=low

  * debian/control:
    - Bump Build-Depends on ghc6 as Edison needs a new Cabal version.
    - Add ghc6-prof to the Build-Depends.
    - Let libghc6-edison-api-dev and libghc6-edison-core-dev provide
      libghc6-edison-api-prof and libghc6-edison-core-prof.
  * debian/{ghc6.in,ghc-pkg6.in}:
    - Exit on errors and show the commands executed.
  * debian/patches/20_add-haddock-file: generate haddock interface file
    when generating API documentation.
  * debian/rules:
    - Call ./Setup configure with --enable-split-objs and
      --enable-libary-profiling when compiling with GHC.
    - Let debian/mk-haskell-depends ignore EdisonAPI-1.2.
    - Correct paths to the API documentation in the installed-pkg-config
      files.
    - Remove empty include dir.
    - Do not compress .haddock files.

 -- Arjan Oosting <arjan@debian.org>  Sun, 12 Nov 2006 19:36:05 +0100

haskell-edison (1.2.0.1-3) unstable; urgency=low

  * Stop using update-haskell-control and $ghc6_* variables, as it is not
    necessary and not using it simplifies the work for porters and for me.
  * debian/copyright:
    - include email from upstream with more information about the exact
      licensing.
  * debian/control.in:
    - add libghc6-mtl-dev and libghc6-quickcheck-dev to Build-Depends.
    - replace ${ghc:Depends} with ${haskell:Depends}
    - update maintainer email address.
  * debian/rules:
    - copy the actual package.conf file in which all installed packages
      are registered.
    - remove debian/ghc6 and debian/ghc-pkg6 on clean.
    - replace debian/mk-ghc6-vars script with debian/mk-haskell-depends
      script which determines all dependencies by using the installed
      package description file used by ghc-pkg.

 -- Arjan Oosting <arjan@debian.org>  Mon, 23 Oct 2006 14:08:19 +0200

haskell-edison (1.2.0.1-2) unstable; urgency=low

  * Add versioned build dependency on dpkg-dev as the package uses
    ${binary:Version} and ${source:Version}. Thanks James Westby
  * debian/prerm.in: replaced faulty packagename Hat with @LIBRARY@
    substitution variable.

 -- Arjan Oosting <arjanoosting@home.nl>  Fri, 22 Sep 2006 03:05:26 +0200

haskell-edison (1.2.0.1-1) unstable; urgency=low

  * Initial release (Closes: #382184)

 -- Arjan Oosting <arjanoosting@home.nl>  Thu, 10 Aug 2006 15:05:29 +0200