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
|
haskell-uulib (0.9.10-0.2) unstable; urgency=low
* Non-maintainer upload.
* Move everything to Build-Depends, to work around cdbs vs. buildds
closes: #523591
-- Joachim Breitner <nomeata@debian.org> Fri, 10 Jul 2009 12:08:15 +0200
haskell-uulib (0.9.10-0.1) unstable; urgency=high
* Non-maintainer upload.
* New upstream version. Closes: #523214.
* Use new version of haskell-devscripts.
* debian/control:
- Use new Standards-Version.
- cpphs is not Indep.
* debian/patches: Remove directory.
* debian/haskell-uulib-doc.doc-base: haddock's file are stored now in
/usr/share/libghc6-uulib-doc/html/.
* debian/haskell-uulib-doc.examples: Create file.
-- Marco Túlio Gontijo e Silva <marcot@holoscopio.com> Wed, 08 Apr 2009 20:01:10 -0300
haskell-uulib (0.9.5-5) unstable; urgency=high
* debian/rules:
- Call dh_haskell_prep in the install-arch target to make sure the
necessary postinst and prerm scriptlets are generated.
(Closes: #479946)
* debian/libhugs-uulib.{install,linda-overrides}:
- Removed as lintian says than linda is obsolete.
-- Arjan Oosting <arjan@debian.org> Wed, 07 May 2008 17:08:44 +0200
haskell-uulib (0.9.5-4) unstable; urgency=low
* Also split configure-stamp. (Really closes: #478899)
-- Arjan Oosting <arjan@debian.org> Thu, 01 May 2008 20:40:43 +0200
haskell-uulib (0.9.5-3) unstable; urgency=low
* debian/rules:
- split-objs was not enabled in the previous upload as it breaks the
profiling build
- Split build-stamp target in a build-arch-stamp and a
build-indep-stamp so the build daemons do not try to build the
architecture independent stuff. (Closes: #478899)
-- Arjan Oosting <arjan@debian.org> Thu, 01 May 2008 19:35:30 +0200
haskell-uulib (0.9.5-2) unstable; urgency=low
* configure: removed this cruft.
* debian/control:
- Bump build dependency on haskell-devscripts to 0.6.12 which enables
us to passing through disable-optimization to ./setup configure.
- Let the Vcs-* fields point to the trunk
* debian/haskell-uulib-doc.doc-base:
- Change the section from Apps/Programming to Programming/Haskell.
* debian/rules:
- Build the library without optimization on arm.
- Enable split-objs on i386 and amd64.
-- Arjan Oosting <arjan@debian.org> Thu, 01 May 2008 14:45:51 +0200
haskell-uulib (0.9.5-1) unstable; urgency=low
* New upstream release.
* debian/watch: Use hackage.haskell.org as site for new upstream
releases. (Closes: #456480)
* debian/patches/01_update-cabal-file.dpatch: Removed. The cabal file is
fixed upstream for the new Cabal version.
* debian/rules:
- Don't call ./configure during build and don't remove the Cabal file
on clean.
-- Arjan Oosting <arjan@debian.org> Sat, 19 Jan 2008 20:41:34 +0100
haskell-uulib (0.9.3~snapshot20071230-3) unstable; urgency=low
* debian/control:
- Bump build dependency on GHC to >= 6.8.2 because the package now
needs a Cabal version >= 1.2.
- Change the section of libghc6-uulib-dev and libghc6-uulib-prof to
fix lintian warning "dev-package-should-be-section-libdevel"
* debian/haskell-uulib-doc.doc-base:
- Update paths which were changed due to the new Cabal version
-- Arjan Oosting <arjan@debian.org> Sun, 13 Jan 2008 07:33:06 +0100
haskell-uulib (0.9.3~snapshot20071230-2) unstable; urgency=low
* Update for GHC 6.8.3:
- Added debian/patches/01_update-cabal-file.dpatch: Adds
ExistentialQuantification to thel list of needed extensions.
(Closes: #460384)
* debian/rules:
- Remove build-stamp on clean
-- Arjan Oosting <arjan@debian.org> Sun, 13 Jan 2008 07:17:32 +0100
haskell-uulib (0.9.3~snapshot20071230-1) unstable; urgency=low
* New upstream snapshot release:
- Many functions, like delete and insertMany, were returning invalid
multisets. Namely, multisets where zero-occurrences are explicitly
modelled. This is incorrect, and they were fixed so that they return
valid multisets.
- There is also a fix to multiset unions which was handling
overlapping elements incorrectly. The fix changes the strictness of
this function however.
* debian/control:
- Bump build depency on haskell-devscripts to 0.6.0 which ships
dh_haskell_depends and generates haddock API documentation.
- Replace the XS-Vcs* with the now official Vcs* fields.
- Add the new Homepage field.
- Drop dctrl-tools from the Build-Depends as the mk-haskell-depends
scripts, which needed it, is removed from the source package.
- Bump Standards-Version to 3.7.3. No changes needed.
* debian/mk-haskell-depends:
- Removed as haskell-devscripts now ships dh_haskell_depends
* debian/rules:
- Move package specific parts in variables at the top of the
makefile.
- dh_haskell_install does not install empty directories anymore and
removes empty directories from the GHC package configuration
file, so stop doing this manually.
- dh_haskell also generates the haddock documentation so stop calling
./setup haddock
- Replace the call to debian/mk-haskell-depends with a call to
dh_haskell_depends.
- Make ./configure executable before running it.
-- Arjan Oosting <arjan@debian.org> Sun, 30 Dec 2007 20:23:06 +0100
haskell-uulib (0.9.3~snapshot20070528-1) unstable; urgency=low
* New upstream snapshot release.
* debian/control:
- Update XS-Vcs-* fields as the packages has moved to the pkg-haskell
subversion archive.
* debian/mk-haskell-depends:
- Small cleanups.
* Generate links to other API documentation packages:
- debian/control:
+ Add libghc6-base-doc and libghc6-haskell98-doc to the
Build-Depends-Indep so haddock can link to names in other
packages.
+ Add libghc6-base-doc and libghc6-haskell98-doc to the Recommends
of haskell-uulib-doc.
-- Arjan Oosting <arjan@debian.org> Mon, 28 May 2007 17:41:26 +0200
haskell-uulib (0.9.2+snapshot20070419-1) unstable; urgency=low
* New upstream snapshot release:
- Some haddock documentation has been added.
- Compatibility fixes for GHC 6.6.
* debian/patches/01_fix-for-ghc-6.6.dpatch: Dropped as the necessary
fixes are included upstream.
* debian/rules:
- Run configure before build.
- Cleanup files generated by configure on clean.
-- Arjan Oosting <arjan@debian.org> Thu, 19 Apr 2007 15:14:04 +0200
haskell-uulib (0.9.2-7) unstable; urgency=low
* debian/control:
- Add XS-Vcs-Browser field.
- Add ${misc:Depends} to all Depends fields.
- Let haskell-uulib-doc recommend doc-base.
-- Arjan Oosting <arjan@debian.org> Thu, 19 Apr 2007 12:40:33 +0200
haskell-uulib (0.9.2-6) unstable; urgency=high
* Fix FTBFS (Closes: #403091) hence urgency high:
- A fixed cpphs (0.7-4) was uploaded which should fix the parse
errors.
- Added hugs to Build-Depends-Indep needed to build libhugs-uulib.
-- Arjan Oosting <arjan@debian.org> Thu, 21 Dec 2006 13:49:10 +0100
haskell-uulib (0.9.2-5) unstable; urgency=low
* debian/control: make libghc6-uulib-dev and libghc6-uulib-prof
Architecture: any.
* debian/mk-haskell-depends: update script to take installed package
configuration files as arguments.
* debian/rules:
- Only remove empty directories which exists.
- Correct paths to haddock generated files in the installed package
configuration files.
- Don't compress .haddock files so they can be used by haddock.
* 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.
-- Arjan Oosting <arjan@debian.org> Sat, 18 Nov 2006 16:24:30 +0100
haskell-uulib (0.9.2-4) unstable; urgency=low
* debian/control.in: add dctrl-tools to Build-Depends as it is needed to
generate the ${haskell:Depends}.
* debian/mk-haskell-depends: fail if grep-dctrl is not available.
-- Arjan Oosting <arjan@debian.org> Thu, 19 Oct 2006 13:26:59 +0200
haskell-uulib (0.9.2-3) unstable; urgency=low
* debian/control.in:
- update maintainer email address.
- add profiling version of the ghc6 libary.
* debian/patches/01_fix-for-ghc-6.6.dpatch: add UndecidableInstances
to .cabal file to fix build with GHC 6.6.
* debian/rules: use debian/mk-haskell-depends to determine the
${haskell:Depends} substitution variable
-- Arjan Oosting <arjan@debian.org> Wed, 18 Oct 2006 00:23:21 +0200
haskell-uulib (0.9.2-2) unstable; urgency=low
* Remove dh_make boilerplate cruft. (Thanks James Westby)
* debian/copyright: update license information after email
correspondence with upstream maintainer.
* debian/control.in: added XS-Vcs-Svn field pointing to subversion
archive which contains this package.
-- Arjan Oosting <arjanoosting@home.nl> Thu, 5 Oct 2006 17:02:21 +0200
haskell-uulib (0.9.2-1) unstable; urgency=low
* Initial release. (Closes: #376415)
* Name the source package haskell-uulib to avoid confusion with uulib
from uudeview and libconvert-uulib-perl. (Thanks Matej Vela)
-- Arjan Oosting <arjanoosting@home.nl> Wed, 26 Jul 2006 12:34:51 +0200
|