File: changelog

package info (click to toggle)
check 0.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 4,172 kB
  • sloc: sh: 12,229; ansic: 9,044; makefile: 379
file content (298 lines) | stat: -rw-r--r-- 9,794 bytes parent folder | download
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
check (0.10.0-3) unstable; urgency=medium

  * Team upload.
  * Add PTHREAD_CFLAGS to the pkg-config file to hint the linker to use lpthread
    (Closes: #799991)
  * Added support for DEB_BUILD_OPTIONS=nocheck.

 -- Tobias Frost <tobi@debian.org>  Fri, 25 Sep 2015 18:05:46 +0200

check (0.10.0-2) unstable; urgency=medium

  * Team upload.
  * f/rules Fixing up sed regular expression to remove arch dependent line in
    header (Closes: #796304)
  * Depdend on libsubunit-dev (Closes: #796494)

 -- Tobias Frost <tobi@debian.org>  Sat, 22 Aug 2015 18:08:47 +0200

check (0.10.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release. (Closes: #745987)
  * Update d/copyright, reformat it to the machine readable format.
  * Remove patch 04setitimer_hurd.patch from d/patches/series, applied upstream.
  * Refresh patch 03texi.patch
  * d/clean: remove some files to be able to build twice in a row
  * Bumping d/compat to level 9 (and therfore B-D on debhelper >=9)
  * Rewriting d/rules from scratch:
    - Short debhelper format
    - Using dh_autoreconf
    - configure: Enable subunit (needs B-D on libsubunit-dev) also patch the
      pkg-config file to use the subunit linking flags (Closes: #646093)
    - configure: Remove unknown option enable-plain-docdir
    - configure: Don't build and deleted shared libraries, just don't build it.
  * B-D on pkg-config
  * Delete leftover file d/q
  * Bump S-V to 3.9.6, no changes needed
  * Do not embedd timestamp in check.info (Closes: #728784)
  * Fix "FTCBFS: uses wrong compiler" with the solution from the BTS. (Closes:
    #788449)

 -- Tobias Frost <tobi@debian.org>  Thu, 20 Aug 2015 15:36:47 +0200

check (0.9.10-5) unstable; urgency=low

  * debian/patches/03texi.patch: Update patch and remove version and date
    information from check.info to handle Multi-Arch:Same (closes: #718200).
  * debian/rules:
    - Remove doc/check.info before build so it gets regenerated.
    - Remove first line from doc/check.info to handle Multi-Arch:Same.
  * debian/control: Add Build-Depends texinfo to build check.info.

 -- Thomas Bechtold <thomasbechtold@jpberlin.de>  Sat, 17 Aug 2013 20:15:46 +0200

check (0.9.10-4) unstable; urgency=low

  * debian/patches: Add 04setitimer_hurd.patch to fix build on hurd (closes:
    #715166).

 -- Thomas Bechtold <thomasbechtold@jpberlin.de>  Wed, 10 Jul 2013 09:46:55 +0200

check (0.9.10-3) unstable; urgency=low

  * Switch to dpkg-source 3.0 (quilt) format.
    - Add debian/patches/01pkgconfig.patch.
    - Add debian/patches/02awk.patch.
    - Add debian/patches/03texi.patch.
  * debian/patches/01pkgconfig.patch: Replace @PTHREAD_CFLAGS@ with -pthread
    (closes: #712140).
  * Remove doc/example/src/money.1.c.debdiff.
  * Revert changes to doc/stamp-vti.
  * Revert changes to doc/version.texi.
  * debian/rules:
    - Recognize DEB_BUILD_OPTIONS=noopt (closes: #690890).
    - Run testsuite after build (closes: #690834).
  * debian/control: Add Vcs-Browser and Vcs-Git fields.

 -- Thomas Bechtold <thomasbechtold@jpberlin.de>  Fri, 21 Jun 2013 11:23:31 +0200

check (0.9.10-2) unstable; urgency=low

  * Make pkg-config return the correct flags for static liking even
    when called without --static (closes: #711599)
  * Make check explicitely depend on mawk, unfortunately mawk and gawk
    are somewhat incompatible (see: #691684). This is also a partial 
    solution to #711566.
  * Removed a comment from /usr/include/check_stdint.h that changed with 
    the compiler used for building, breaking multi-arch (closes: #711566)

 -- Robert Lemmen <robertle@semistable.com>  Mon, 10 Jun 2013 15:11:21 +0100

check (0.9.10-1) unstable; urgency=low

  * Add Thomas Bechtold to uploades, he also did the following changes:
  * New upstream release (closes: #709969)
  * Convert to Multi-Arch: same (thanks to Colin Watson) (closes: #693221).
  * Remove obsolete debian/check.files (since we no longer use
    dh_movefiles), and remove a related hack in debian/rules (thanks to Colin
    Watson).
  * debian/control:
    - Bump Standards-Version to 3.9.4.
    - Remove Build-Conflicts with textinfo.

 -- Robert Lemmen <robertle@semistable.com>  Fri, 07 Jun 2013 11:52:15 +0100

check (0.9.8-2) unstable; urgency=low

  * Revert stupid change to check.m4 (closes: #528047, #581354)

 -- Robert Lemmen <robertle@semistable.com>  Thu, 31 May 2012 19:05:16 +0100

check (0.9.8-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * -lcheck_pic provides instead of -lcheck by pkg-config.
    (Closes: #605207)

 -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Mon, 26 Dec 2011 19:58:15 +0900

check (0.9.8-1) unstable; urgency=low

  * New upstream release (closes: #547736)
  * Bumped Standards-Version and related fixes

 -- Robert Lemmen <robertle@semistable.com>  Mon, 18 Jan 2010 10:30:16 +0000

check (0.9.6-2) unstable; urgency=low

  * Fixed strdup implicit conversion (closes: #519597)

 -- Robert Lemmen <robertle@semistable.com>  Wed, 18 Mar 2009 14:13:34 +0000

check (0.9.6-1) unstable; urgency=low

  * New upstream release

 -- Robert Lemmen <robertle@semistable.com>  Thu, 12 Mar 2009 18:43:54 +0000

check (0.9.5-4) unstable; urgency=low

  * Added patch by Roland Stigge (closes: #468309)
  * Bumped standards version
  * Added Homepage field

 -- Robert Lemmen <robertle@semistable.com>  Sun, 15 Jun 2008 19:04:43 +0100

check (0.9.5-3) unstable; urgency=low

  * Build-Conflicts with texinfo (closes: #44637)
  * New watch file (closes: #449742)

 -- Robert Lemmen <robertle@semistable.com>  Fri,  7 Dec 2007 12:52:06 +0100

check (0.9.5-2) unstable; urgency=low

  * Fixes clean target in debian/rules
  * Fixes info file (closes: #440739, #440798)

 -- Robert Lemmen <robertle@semistable.com>  Tue,  4 Sep 2007 15:00:48 +0200

check (0.9.5-1) unstable; urgency=low

  * New upstream release

 -- Robert Lemmen <robertle@semistable.com>  Tue, 28 Aug 2007 12:14:42 +0200

check (0.9.4-4) unstable; urgency=low

  * use dh_installinfo (closes: #410781)

 -- Robert Lemmen <robertle@semistable.com>  Tue, 10 Apr 2007 23:16:43 +0200

check (0.9.4-3) unstable; urgency=low

  * Fixed a bug that breaks all loop tests that use "i" as a variable name
    (closes: #404118)

 -- Robert Lemmen <robertle@semistable.com>  Thu, 21 Dec 2006 21:03:44 +0100

check (0.9.4-2) unstable; urgency=low

  * Fixed check.m4, thanks josh! (closes: #395466, #395467)
  * Added binary-indep target (closes: #395677) 

 -- Robert Lemmen <robertle@semistable.com>  Mon, 30 Oct 2006 11:19:36 +0100

check (0.9.4-1) unstable; urgency=low

  * New upstream release

 -- Robert Lemmen <robertle@semistable.com>  Sun, 15 Oct 2006 14:21:41 +0200

check (0.9.3-2) unstable; urgency=low

  * Also ships a PIC library (closes: #344309)

 -- Robert Lemmen <robertle@semistable.com>  Thu, 22 Dec 2005 10:47:07 +0100

check (0.9.3-1) unstable; urgency=low

  * New upstream release including many fixes about threading and forking
    functionality
  * Some spurious files were removed in the debian/ dir (closes: #195607)

 -- Robert Lemmen <robertle@semistable.com>  Tue, 30 Aug 2005 12:06:32 +0200

check (0.9.2-6) unstable; urgency=low

  * Rebuild for g++ transition
  * Updated to newer standards version

 -- Robert Lemmen <robertle@semistable.com>  Tue, 19 Jul 2005 10:53:23 +0200

check (0.9.2-5) unstable; urgency=low

  * fixed documentation (Closes: #301214)
  * added include to check.h (Closes: #301319)

 -- Robert Lemmen <robertle@semistable.com>  Wed,  8 Jun 2005 14:50:11 +0200

check (0.9.2-4) unstable; urgency=low

  * added an upgrade notice that was missing

 -- Robert Lemmen <robertle@semistable.com>  Mon, 14 Mar 2005 19:12:09 +0100

check (0.9.2-3) unstable; urgency=low

  * fixed some problems with upstream files in debian/

 -- Robert Lemmen <robertle@semistable.com>  Tue, 15 Feb 2005 16:11:59 +0100

check (0.9.2-2) unstable; urgency=low

  * fixed FTBFS error when trying to copy the example data

 -- Robert Lemmen <robertle@semistable.com>  Thu, 13 Jan 2005 13:46:25 +0100

check (0.9.2-1) unstable; urgency=low

  * New upstream release (Closes: #261420)
  * Took over maintenance (Closes: #288213)
  * Updated to new policy version
  * Fixed copyright files (Closes: #187986)
  * General cleanups in debian/
  * Added watch file

 -- Robert Lemmen <robertle@semistable.com>  Sat,  8 Jan 2005 20:22:17 +0100

check (0.8.4-1) unstable; urgency=low

  * Changed Author(s): to Author: in copyright file to keep lintian
    happy.

  * debian/rules now uses upstream configure, DH_COMPAT=4, install
    target is simplified by additional use of debhelper, irrelevant
    dh_ program calls commented out.

  * New upstream release.  Closes: bug#85195.

 -- Britton Leo Kerin <bkerin@debian.org>  Sun, 08 Dec 2002 23:53:02 -0900

check (0.8.3-2) unstable; urgency=low

  * Corrected typos in check.h. closes: #151599

 -- Muhammad Hussain Yusuf <yusuf@debian.org>  Mon,  1 Jul 2002 16:21:57 +0100

check (0.8.3-1) unstable; urgency=low

  * New Upstream release
  * Added check.m4 to /usr/share/aclocal. Closes: #148044

 -- Muhammad Hussain Yusuf <yusuf@debian.org>  Sat, 25 May 2002 10:59:11 +0100

check (0.8.2-1) unstable; urgency=low

  * New Upstream Release. Closes: #144186

 -- Muhammad Hussain Yusuf <yusuf@debian.org>  Fri, 26 Apr 2002 10:54:45 +0100

check (0.8.1-2) unstable; urgency=low

  * Changed copyright details to LGPL. Closes: #141952

 -- Muhammad Hussain Yusuf <yusuf@debian.org>  Wed, 10 Apr 2002 12:55:49 +0100

check (0.8.1-1) unstable; urgency=low

  * New Upstream Release. Closes: #138898

 -- Muhammad Hussain Yusuf <yusuf@debian.org>  Fri, 22 Mar 2002 12:41:16 +0000

check (0.8.0-1) unstable; urgency=low

  * Initial Release. Closes: #132568

 -- Muhammad Hussain Yusuf <yusuf@debian.org>  Sun, 10 Feb 2002 15:55:59 +0000