File: changelog

package info (click to toggle)
dmalloc 5.5.2-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 5,500 kB
  • sloc: ansic: 13,014; makefile: 456; sh: 219; perl: 175; cpp: 36
file content (492 lines) | stat: -rw-r--r-- 17,026 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
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
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
dmalloc (5.5.2-14) unstable; urgency=medium

  * Update debian/gbp.conf to conform with DEP14 conventions.
  * Update upstream metadata details.
  * Build with Debhelper compat level 12.
  * Perform wrap-and-sort on all debian source.
  * Indicate compliance with Debian Policy 4.3.0.
  * Update 18-fix-typos-in-doco.patch to fix more typos detected.

 -- Carlos Maddela <e7appew@gmail.com>  Tue, 29 Jan 2019 10:31:10 +1100

dmalloc (5.5.2-13) unstable; urgency=medium

  * Restore old reproducible-pdfs autopkgtest, since pdftk is now
    available again via pdftk-java package.
  * Simplify process by which mutable files are backed up and restored.
  * Add Build-Depends-Package field to symbols file.

 -- Carlos Maddela <e7appew@gmail.com>  Wed, 05 Dec 2018 23:43:07 +1100

dmalloc (5.5.2-12) unstable; urgency=medium

  * debian/control:
    - Set "Rules-Requires-Root: no".
    - Indicate compliance with Debian Policy 4.2.1.
  * debian/rules:
    - Allow build to be as verbose as possible.
    - Fix installation of /usr/bin/dmalloc link by using
      update-alternatives in maintainer scripts in order to satisfy
      multiarch requirements.

 -- Carlos Maddela <e7appew@gmail.com>  Mon, 22 Oct 2018 04:13:51 +1100

dmalloc (5.5.2-11) unstable; urgency=medium

  * Remove obsolete debian/dmalloc-dev.info control file.
  * Remove trailing white space from debian/changelog.
  * debian/control:
    - Remove unnecessary Testsuite header.
    - Update Vcs-* headers to salsa.debian.org.
    - Update B-D on debhelper (>= 11).
    - Indicate compliance with Debian Policy 4.1.4.
    - Mark libdmalloc-dev package as Multi-Arch: same.
  * Bump DH build compat level to 11.
  * debian/source/lintian-overrides:
    - Suppress debian-watch-uses-insecure-uri.
    - Rename debian-watch-may-check-gpg-signature to
      debian-watch-does-not-check-gpg-signature.
  * debian/rules:
    - Allow tests to be disabled by setting nocheck in
      DEB_BUILD(_MAINT)?_OPTIONS.
    - Simplify LFS build rules.
    - Remove unnecessary inclusion of /usr/share/dpkg/buildflags.mk.
    - Add missing -fPIE and -pie flags as suggested by blhc.
    - Install dmalloc binary in multiarch library path.
    - Use dh_link to simplify creation of library symlinks.
  * debian/patches:
    - Remove duplicate word from patch description of
      17-autoreconf-2.69.patch.
  * Add machine-readable upstream metadata.
  * Update debian/copyright.
  * Re-implement reproducible-pdfs autopkgtest using poppler-utils,
    since pdftk is no longer available.
  * Add debian/gbp.conf.

 -- Carlos Maddela <e7appew@gmail.com>  Fri, 22 Jun 2018 03:49:28 +1000

dmalloc (5.5.2-10) unstable; urgency=medium

  * Fix typo in comment in debian/tests/reproducible-pdfs.
  * Install dmallocc.cc via dh_installexamples instead of dh_install.
  * Add conf.h.in and configure to list of files to backup before and
    restore after builds.
  * Fix haphazard failures during parallel builds.
  * Indicate compliance with Debian Policy 4.1.0 (no changes needed).

 -- Carlos Maddela <e7appew@gmail.com>  Fri, 01 Sep 2017 03:08:39 +1000

dmalloc (5.5.2-9) unstable; urgency=medium

  * Avoid direct calls to dpkg-parsechangelog from debian/rules.
  * Regenerate patches with git version 2.14.1.
  * Update compliance to Standards Version 4.0.1.
    + Priority is now optional, since extra is deprecated.
    + Update configure.ac to work with autoreconf 2.69 since autoreconf
      is now automatically performed by debhelper by default.
  * Mark libdmalloc5 package as Multi-Arch: same.
  * Enable LFS support for 32-bit architectures.
  * Remove incorrect use of 'Origin: vendor' from DEP-3 patch headers.
  * Perform wrap-and-sort on all Debian control files.
  * Fix typos in documentation.
  * Package HTML and PDF docs built from texi source file, rather than
    just packaging the ones built upstream.
  * Fix erroneous failure in dmalloc_t.c test when free(NULL) is called.
  * Fix typo in debian/libdmalloc-dev.doc-base.
  * Update debian/copyright.

 -- Carlos Maddela <e7appew@gmail.com>  Sat, 19 Aug 2017 23:41:39 +1000

dmalloc (5.5.2-8) unstable; urgency=medium

  * Upload symbols file fix to unstable. (Closes: #848643)

 -- Carlos Maddela <e7appew@gmail.com>  Tue, 20 Dec 2016 17:17:33 +1100

dmalloc (5.5.2-8~exp1) experimental; urgency=medium

  * Fix symbols file generation to support 32-bit architectures.

 -- Carlos Maddela <e7appew@gmail.com>  Mon, 19 Dec 2016 21:12:36 +1100

dmalloc (5.5.2-7) unstable; urgency=medium

  * New maintainer (Closes: 812613).
  * Add debian/libdmalloc5.symbols file.
  * Update debian/libdmalloc5.shlibs file.
  * debian/rules:
    + Make sure strdup() definition is included in library.
    + Simplify how we derive version numbers.
    + Build with all hardening flags set.
  * debian/control:
    + Indicate compliance with Standards Version 3.9.8.
    + Fix unconditional dependency on multiarch-support.
    + Wrap and sort.
    + Update homepage URL.
    + Update maintainer as myself.
    + Add provisional VCS details.
  * debian/manpage/dmalloc.1: Fix typo.
  * Add debian/source/lintian-overrides to silence warning about verifying
    upstream tarballs with a GPG signature, as there is none available.
  * Convert debian/copyright file to machine-readable format and update.
  * debian/patches/*:
    + Update all patches with DEP-3 headers that work with git-buildpackage,
      retaining as much meta info as possible.
    + Add patch to fix perl shebang in contrib/dmalloc_summarize.pl to
      appease Lintian.
    + Patch configure.ac to use AC_LANG_SOURCE macro for all test code.
      The use of this macro has been required since version 2.66 of
      autoconf.
    + Add patch to fix compilation warnings.

 -- Carlos Maddela <e7appew@gmail.com>  Sat, 17 Dec 2016 13:02:58 +1100

dmalloc (5.5.2-6) unstable; urgency=medium

  * Added patch by Arthur Marble to fix FTBFS w/ clang because of non-void
    return (Closes: #741133)
  * debian/control: Standards-Version: 3.9.5
  * debian/rules: Fixed LDFLAGS hardening, together with patching Makefile.in
    to actually use it

 -- Roland Stigge <stigge@antcom.de>  Fri, 11 Apr 2014 09:51:26 +0200

dmalloc (5.5.2-5) unstable; urgency=low

  * Re-upload to unstable

 -- Roland Stigge <stigge@antcom.de>  Sun, 24 Jun 2012 18:03:03 +0200

dmalloc (5.5.2-4) experimental; urgency=low

  * Added patches fixing "make heavy" test (Closes: #676862)
    - 06-dmalloc-tag.patch
    - 07-doc-update.patch
    - 08-align2.patch
    - 09-strdup-macro-fix.patch
    - 10-recursion-fix.patch
    - 11-pnt-info-fix.patch

 -- Roland Stigge <stigge@antcom.de>  Sun, 10 Jun 2012 13:24:36 +0200

dmalloc (5.5.2-3) experimental; urgency=low

  * Added patch 05-posix-memalign.patch by Johann Klammer to fix test program
    and add missing symbol (Closes: #676585, #676587)

 -- Roland Stigge <stigge@antcom.de>  Fri, 08 Jun 2012 12:13:38 +0200

dmalloc (5.5.2-2) unstable; urgency=low

  * Added patch to fix strndup-as-macro issue (Closes: #633945)
  * debian/control: Standards-Version: 3.9.3
  * debian/compat: 9

 -- Roland Stigge <stigge@antcom.de>  Mon, 26 Mar 2012 11:42:55 +0200

dmalloc (5.5.2-1) unstable; urgency=low

  * New upstream release
  * New maintainer
  * debian/control: Standards-Version: 3.9.2
  * Install dmallocc.cc to /usr/share/doc/libdmalloc-dev/examples/
    (Closes: #580620)
  * debian/rules: new debhelper dh rules
  * debian/source/format: 3.0 (quilt)

 -- Roland Stigge <stigge@antcom.de>  Sat, 06 Aug 2011 20:30:13 +0200

dmalloc (5.5.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Add ${shlibs:Depends} on -dev package. (Closes: #553232).
  * Add ${misc:Depends} on -dev package.
  * Fix doc-base section for -dev package.
  * Move URL from package description to Homepage field.
  * Minor clean-up to debian/copyright.
  * Make clean not ignore errors.

 -- Barry deFreese <bdefreese@debian.org>  Sat, 31 Oct 2009 14:06:48 -0400

dmalloc (5.5.1-1) unstable; urgency=low

  * New maintainer (Closes: #407637).
  * New upstream release.
  * debian/patches/01-configure.ac.dpatch: new dpatch file.
  * debian/patches/02-Makefile.in.dpatch: new dpatch file.
  * debian/patches/02-threads.dpatch: renamed to 03-threads.dpatch, to be the
  3rd patch applied.
  * debian/patches/03-info.dpatch: removed, fixed in upstream.
  * debian/patches/00list: delete entry for 03-info and 04-inline-asm.
    Upstream source related with 04-inline-asm patch has changed.

 -- Daniel Rus Morales <danirus@tol-project.org>  Sat,  5 May 2007 10:36:54 +0200

dmalloc (5.4.2-8) unstable; urgency=medium

  * QA upload.
  * debian/libdmalloc-dev.doc-base: Add Index field to info stanza.
    Closes: #418799.
  * debian/rules: Don't copy config.{guess,sub} from autotools-dev
    since configure doesn't actually use them.
  * debian/watch: Update upstream URL.
  * Change priority to extra, catching up with the override file.

 -- Matej Vela <vela@debian.org>  Thu, 12 Apr 2007 08:38:54 +0200

dmalloc (5.4.2-7) unstable; urgency=low

  * Orphaning package.

 -- Daniel Baumann <daniel@debian.org>  Sat, 20 Jan 2007 11:02:00 +0100

dmalloc (5.4.2-6) unstable; urgency=low

  * Minor cleanups.

 -- Daniel Baumann <daniel@debian.org>  Fri, 19 Jan 2007 12:02:00 +0100

dmalloc (5.4.2-5) unstable; urgency=low

  * New email address.
  * Bumped policy version.
  * Broken out remaining patches from diff.gz into dedicated dpatches.
  * Removed texinfo from doc-base.

 -- Daniel Baumann <daniel@debian.org>  Tue, 15 Aug 2006 20:44:00 +0200

dmalloc (5.4.2-4) unstable; urgency=low

  * Don't compress examples, moving contrib to examples, keep permissions
    (Closes: #349499).

 -- Daniel Baumann <daniel.baumann@panthera-systems.net>  Fri, 24 Feb 2006 11:50:00 +0100

dmalloc (5.4.2-3) unstable; urgency=low

  * Added patch to fix bad inline asm (Closes: #343061).

 -- Daniel Baumann <daniel.baumann@panthera-systems.net>  Mon, 12 Dec 2005 13:20:00 +0100

dmalloc (5.4.2-2) unstable; urgency=low

  * New maintainer (Closes: #317427).
  * Changed priority to optional.
  * Changed package name of libdmalloc4-dev to libdmalloc-dev.
  * Removed old dmalloc transitional package.
  * Bumped policy version.
  * debian/ redone.

 -- Daniel Baumann <daniel.baumann@panthera-systems.net>  Tue, 26 Jul 2005 17:49:00 +0200

dmalloc (5.4.2-1) unstable; urgency=low

  * New upstream release
  * settings.dist: #define LOCK_THREADS 1 (Closes: #276457)
  * debian/watch: better match and added ftp2.sf.net

 -- Luk Claes <luk.claes@ugent.be>  Sat,  6 Nov 2004 13:04:26 +0100

dmalloc (5.3.0-5) unstable; urgency=high

  * Provide a smooth upgrade path (Closes: #271119)

 -- Luk Claes <luk.claes@ugent.be>  Tue, 14 Sep 2004 09:01:46 +0200

dmalloc (5.3.0-4) unstable; urgency=high
  * Urgency high because of uninstallable in sarge
  * debian/control: removed Conflicts (Closes: #267743)
  * debian/control: dmalloc in oldlibs
  * debian/rules: dmalloc in binary-indep (Closes: #265019)

 -- Luk Claes <luk.claes@ugent.be>  Mon, 30 Aug 2004 14:52:22 +0200

dmalloc (5.3.0-3) unstable; urgency=low

  * No changes. This is to sort out the fubar made while uploading
    without -sa the first time
    (Closes: #238633) - fixed in -2

 -- Luk Claes <luk.claes@ugent.be>  Wed, 28 Jul 2004 13:22:32 +0100

dmalloc (5.3.0-2) unstable; urgency=low

  * Fixed grammatical and spelling errors in dmalloc.texi
  	(Closes: #238633)

 -- Luk Claes <luk.claes@ugent.be>  Thu, 20 May 2004 16:11:27 +0200

dmalloc (5.3.0-1) unstable; urgency=low

  * New upstream release
  * Split in libdmalloc4 and libdmalloc4-dev
  * Rectified paths in manpage
  * Documentation in the right places (Closes: #229201)
  * Fixed autoconf stuff
  * Exported CFLAGS in debian/rules
  * Added me to debian/copyright
  * Corrected debian/watch

 -- Luk Claes <luk.claes@ugent.be>  Tue, 10 Feb 2004 10:19:39 +0100

dmalloc (5.2.3-1) unstable; urgency=low

  * New upstream release (Closes: #216622).
  * Updated to standards version 3.6.1
  * ANSI compliant __STDC__ handling

 -- Luk Claes <luk.claes@ugent.be>  Mon, 20 Oct 2003 09:39:35 +0200

dmalloc (5.2.1-3) unstable; urgency=low

  * Shareld libs in correct format (Closes: #206453).

 -- Luk Claes <luk.claes@ugent.be>  Thu, 21 Aug 2003 19:16:46 +0200

dmalloc (5.2.1-2) unstable; urgency=low

  * New maintainer (Closes: #202571)
  * Shared lib compiled with -fPIC (Closes: #202777)
  * Readded dmalloc manpage as it is required by policy an users want it (Closes: #62692)
  * Updated to standards version 3.6.0

 -- Luk Claes <luk.claes@ugent.be>  Mon, 11 Aug 2003 17:05:16 +0200

dmalloc (5.2.1-1) unstable; urgency=low

  * New upstream release (Closes: #199257)
  * dmalloc_logpath is fixed in this release (Closes: #113688)
  * Remove dmalloc man page, dmalloc doesnt have an official man page,
    the offical documentation is in texi format.

 -- Glenn McGrath <bug1@debian.org>  Mon, 21 Jul 2003 14:27:29 +0000

dmalloc (4.8.2-7) unstable; urgency=low

  * Fix doc-base (Closes: #149541)
  * Bump standards version to 3.5.8
  * Build depend on higher debhelper version to prevent lintian warning

 -- Glenn McGrath <bug1@debian.org>  Mon, 30 Dec 2002 18:37:01 +1100

dmalloc (4.8.2-6) unstable; urgency=low

  * Recompile against a newer glibc
  * Remove pthread avoidance code for GNU/Hurd, GNU/Hurd has pthreads now!

 -- Glenn McGrath <bug1@debian.org>  Sun, 24 Nov 2002 11:28:18 +1100

dmalloc (4.8.2-5) unstable; urgency=low

  * Rename docbase title (Closes: #146998)
  * Fix man page (Closes: #138291)

 -- Glenn McGrath <bug1@debian.org>  Thu, 16 May 2002 16:06:25 +1000

dmalloc (4.8.2-4) unstable; urgency=low

  * Fix docbase section, remove extra space (Closes: #133218)

 -- Glenn McGrath <bug1@optushome.com.au>  Thu, 14 Feb 2002 15:12:21 +1100

dmalloc (4.8.2-3) unstable; urgency=low

  * Use gcc as a linker in preference to ld (Closes: #131871)
  * I am now the debian dmalloc maintainer

 -- Glenn McGrath <bug1@debian.org>  Tue,  5 Feb 2002 15:55:31 +1100

dmalloc (4.8.2-2) unstable; urgency=low

  * pass CFLAGS ./configure to compile with -fPIC (closes #131222)

 -- Glenn McGrath <bug1@debian.org>  Fri,  1 Feb 2002 00:32:18 +1100

dmalloc (4.8.2-1) unstable; urgency=low

  * New upstream version (Closes #76773)
  * Version 4.8.x includes DMALLOC_VERIFY_NOERROR (Closes #89711)
  * Declare build dependencies (Closes #122429)
  * Use doc-base instead of dhelp (Closes #63928)
  * Fix doc-base html declaration (Closes #85203)
  * Include dmalloc_loc.h for c++ example (Closes #89768)

 -- Glenn McGrath <bug1@debian.org>  Sat, 26 Jan 2002 04:06:44 +1100

dmalloc (4.6.0-2) unstable; urgency=low

  * Fixed compilation error for architectures that are not supported for
    GET_RET_ADDR() (Closes#66394)
 -- Luis Francisco Gonzalez <luisgh@debian.org>  Sun,  2 Jul 2000 16:07:20 +0100

dmalloc (4.6.0-1) unstable; urgency=low

  * New upstream source

 -- Luis Francisco Gonzalez <luisgh@debian.org>  Mon, 26 Jun 2000 21:21:35 +0100

dmalloc (4.3.0-1) unstable; urgency=low

  * New upstream source
  * Bumped up standards
  * Moved docs to /usr/share

 -- Luis Francisco Gonzalez <luisgh@debian.org>  Wed, 22 Dec 1999 21:40:51 +0000

dmalloc (4.2.0-2.1) unstable; urgency=low

  * NMU
  * link ordering glibc2.1 stuff, closes: #49376

 -- Brian M. Almeida <bma@debian.org>  Sat, 20 Nov 1999 13:33:13 -0500

dmalloc (4.2.0-2) unstable; urgency=low

  * Fixed symbols problem. Fixes Bug#40371

 -- Luis Francisco Gonzalez <luisgh@debian.org>  Thu,  8 Jul 1999 17:20:44 +0100

dmalloc (4.2.0-1) unstable; urgency=low

  * New upstream version. Fixes Bug#32115

 -- Luis Francisco Gonzalez <luisgh@debian.org>  Mon,  7 Jun 1999 22:39:00 +0100

dmalloc (3.3.1-3) frozen unstable; urgency=low

  * Fixed the manpage for dmalloc ".SH NAME". Fixes Bug#20387

 -- Luis Francisco Gonzalez <luisgh@debian.org>  Sun, 29 Mar 1998 18:12:33 +0100

dmalloc (3.3.1-2) frozen unstable; urgency=low

  * Moved build process to shared and static directories to force recompile
    of object files. (Bug#20023).

 -- Luis Francisco Gonzalez <luisgh@debian.org>  Sun, 22 Mar 1998 15:52:52 +0000

dmalloc (3.3.1-1) unstable; urgency=low

  * New upstream source
  * Added a symlink from libdmalloc.so.3 to libdmalloc.so
  * Added Conflicts, Replaces in order to upgrade from the previous dmalloc
    packages (Bug#16372) and (Bug#17921).
  * Explicitly linked against libc (Bug#16526)
  * Changed the maintainer address to <luisgh@debian.org>

 -- Luis Francisco Gonzalez <luisgh@debian.org>  Fri, 27 Feb 1998 18:54:35 +0000

dmalloc (3.2.1-2) unstable; urgency=low

  * Corrected some problems with the library names.
  * Changed dmalloc.h to dmalloc1-dev.
  * Added the content of the contrib directory to usr/doc/dmalloc/contrib.

 -- Luis Francisco Gonzalez <luisgh@cogs.susx.ac.uk>  Tue, 25 Nov 1997 17:41:54 +0000

dmalloc (3.2.1-1) unstable; urgency=low

  * New upstream source
  * New maintainer

 -- Luis Francisco Gonzalez <luisgh@cogs.susx.ac.uk>  Mon, 10 Nov 1997 11:38:57 +0000