File: changelog

package info (click to toggle)
adequate 0.15.6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 344 kB
  • sloc: perl: 1,129; python: 351; makefile: 113; sh: 89; ansic: 29
file content (597 lines) | stat: -rw-r--r-- 22,055 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
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
adequate (0.15.6) unstable; urgency=medium

  * QA upload.
  * Build libadequate-test-versionless.so.0 with -Wl,--no-as-needed.
    (Closes: #982443)

 -- Andreas Beckmann <anbe@debian.org>  Fri, 26 Feb 2021 10:18:20 +0100

adequate (0.15.5) unstable; urgency=medium

  * QA upload.
  * Try building the test packages at package build time.
  * The test for missing-symbol-version-information now also triggers a
    ldd-failure.
  * Fix building test binaries with unresolved symbols.
  * Disable emitting the bin-or-sbin-binary-requires-usr-lib-library tag.
  * Generate tests/testpkg/debian/control since adequate output slightly
    differs between non-merged-usr and merged-usr systems.  (Closes: #981899)
  * Switch to debhelper-compat (= 13) and use dh.
  * testpkg: Switch to debhelper-compat (= 13) and use dh.
  * Bump Standards-Version to 4.5.1, no changes needed.

 -- Andreas Beckmann <anbe@debian.org>  Sat, 13 Feb 2021 11:31:40 +0100

adequate (0.15.4) unstable; urgency=medium

  * QA upload.

  [ Axel Beckert ]
  * Retroactively mention #860941 in the previous changelog entry.

  [ Debian Janitor ]
  * Update standards version to 4.5.0, no changes needed.
  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.

  [ Stuart Prescott ]
  * Drop Python 2 dependencies (Closes: #942926)
    - Port tests to use Python 3 paths
    - Drop Python 2-specific pyshared test
  * Don't build dbgsym packages in test suite.
  * Clean .buildinfo file from test suite.
  * Add dummy libraries to the test suite packages so that they can be found
    by ldd when running the tests.

 -- Axel Beckert <abe@debian.org>  Wed, 03 Feb 2021 04:07:01 +0000

adequate (0.15.3) unstable; urgency=medium

  * QA upload.
  * Don't use python2 in the autopkg tests.

 -- Matthias Klose <doko@debian.org>  Thu, 08 Oct 2020 12:46:44 +0200

adequate (0.15.2) unstable; urgency=medium

  * QA upload, see #786808.

  [ Jakub Wilk ]
  * Update copyright years.
  * Add license information for libpoppler.so.60 and libpoppler.so.61.

  [ Axel Beckert ]
  * Set Maintainer to Debian QA Group.
  * Convert packaging VCS repo to git and use salsa.debian.org for it.
  * Use HTTPS for debian/copyright format URL.
  * Use dpkg instead of coreutils for build-time smoke test. (Closes:
    #922773)
  * Apply "wrap-and-sort -a".
  * Use debhelper compatibility level 12.
    + Drop debian/compat.
    + Depend on "debhelper-compat (= 12)".
  * Drop version from (build-)dependency on perl.  (5.14 is already in
    oldoldstable.) Use only ${perl:Depends} in binary package.
  * Use $(DEB_VERSION) instead of dpkg-parsechangelog.
  * Declare compliance with Debian Policy 4.3.0. (No changes needed.)
  * Set "Rules-Requires-Root: no".
  * Drop "compression = gzip" from debian/source/options.
  * Fix tests/run-tests to not trip over .build files in .changes
    files. Patch developed independently by both, Adam Conrad and Axel
    Beckert. (Closes: #860941)

 -- Axel Beckert <abe@debian.org>  Fri, 01 Mar 2019 02:12:21 +0100

adequate (0.15.1) unstable; urgency=low

  * Fix false positive program-name-collision in less.
  * Use date of last modification in the manual page footer.
    This should help to make the package builds reproducible.
  * Fix typo in a tag description.
  * Add license information for libpoppler.so.57.

 -- Jakub Wilk <jwilk@debian.org>  Tue, 12 Jan 2016 15:34:17 +0100

adequate (0.15) unstable; urgency=low

  * Add license information for the Ghostscript library (closes: #795566).
    Thanks to Didier Raboud for the bug report.
  * Add license information for the jbig2dec library.
  * Recognize AGPL-3 in machine-readable copyright files.
  * Add license information for libpoppler.so.46 and libpoppler.so.47.

 -- Jakub Wilk <jwilk@debian.org>  Wed, 26 Aug 2015 11:07:21 +0200

adequate (0.14) unstable; urgency=low

  * Summary of tag changes:
    + Added:
      - ldd-failure

  * Run ldd on each file separately.
  * Don't abort when “ldd -r” fails, but emit ldd-failure instead
    (closes: #762615).

 -- Jakub Wilk <jwilk@debian.org>  Wed, 15 Jul 2015 15:59:36 +0200

adequate (0.13.3) unstable; urgency=low

  * Require pkg-config 0.27 or later in the test suite. In older versions,
    --exists didn't check dependencies.
  * Add pkg-config to Recommends (closes: #787169).
    Thanks to Micah Gersten for the bug report.
  * Exclude VCS-specific files from the source package in
    debian/source/options.

 -- Jakub Wilk <jwilk@debian.org>  Sun, 31 May 2015 18:37:54 +0200

adequate (0.13.2) unstable; urgency=low

  * Drop “XS-Testsuite: autopkgtest”.
  * Add pkg-config to the DEP-8 test Depends (closes: #787043).
    Thanks to Micah Gersten for the bug report.

 -- Jakub Wilk <jwilk@debian.org>  Thu, 28 May 2015 10:42:14 +0200

adequate (0.13.1) unstable; urgency=low

  * Update the package description.
  * Don't emit program-name-collision when one programs symlinks to the
    other.
  * Bump standards version to 3.9.6 (no changes needed).

 -- Jakub Wilk <jwilk@debian.org>  Sun, 10 May 2015 20:15:51 +0200

adequate (0.13) unstable; urgency=low

  * Summary of tag changes:
    + Added:
      - missing-pkgconfig-dependency

  * Check for missing pkg-config dependencies (closes: #781037).
    Thanks to Niels Thykier for the bug report.
  * Fix false positive program-name-collision in debianutils
    (closes: #784068).
  * Improve error handling.

 -- Jakub Wilk <jwilk@debian.org>  Mon, 27 Apr 2015 19:17:57 +0200

adequate (0.12.1) unstable; urgency=medium

  * Fix “keys/push on reference is experimental” warnings (closes: #758306).
    Thanks to Axel Beckert for the bug report.

 -- Jakub Wilk <jwilk@debian.org>  Sat, 16 Aug 2014 19:07:55 +0200

adequate (0.12) unstable; urgency=low

  * Exclude /usr/lib/pythonX.Y/lib2to3/tests/data/ and
    /usr/lib/pythonX.Y/test/bad* from byte-compilation checks.
  * Check for collisions between executables and bash builtin commands.
  * Use HTTPS URLs when they are available, in documentation and code.
  * Simplify error handling.
  * Test suite: fix compatibility with dpkg (>= 1.17.7).

 -- Jakub Wilk <jwilk@debian.org>  Mon, 07 Jul 2014 22:41:34 +0200

adequate (0.11.6) unstable; urgency=medium

  * Fix a typo in the --help message.
  * Improve the test suite:
    + Don't use APT for package installation, but manually call dpkg. This
      greatly reduces memory usage and improves speed.
    + If a package installation failed, don't try to upgrade newer versions of
      the same package.
    + Improve error handling.
  * Fix license information for libgmp.

 -- Jakub Wilk <jwilk@debian.org>  Sun, 20 Apr 2014 20:06:53 +0200

adequate (0.11.5) unstable; urgency=low

  * DEP-8 tests: add a smoke test, which can be run without any restrictions.
  * Use the smoke test also at build time.
  * Add license information for libpoppler.so.44.
  * Update year range in the copyright file.

 -- Jakub Wilk <jwilk@debian.org>  Mon, 03 Mar 2014 13:44:14 +0100

adequate (0.11.4) unstable; urgency=low

  * Use dh-buildinfo.
  * Add the --version option. Thanks to Holger Levsen for the bug report.

 -- Jakub Wilk <jwilk@debian.org>  Sat, 25 Jan 2014 23:19:34 +0100

adequate (0.11.3) unstable; urgency=medium

  * Brown paper bag release.
  * Fix false positive missing-alternative when there is more than one
    provider of the tested virtual package. Thanks to James McCoy for the bug
    report and the initial patch.
  * Add license information for libpoppler.so.43 (seen in Ubuntu).
  * Force gzip for tarball compression.
  * Bump minimum required version of Perl to 5.14.
    Perl 5.14 features have been used since adequate 0.10.

 -- Jakub Wilk <jwilk@debian.org>  Fri, 17 Jan 2014 19:15:40 +0100

adequate (0.11.2) unstable; urgency=low

  * Fix license information for GnuTLS.

 -- Jakub Wilk <jwilk@debian.org>  Sun, 12 Jan 2014 18:51:27 +0100

adequate (0.11.1) unstable; urgency=low

  * Brown paper bag release.
  * Fix false positive broken-binfmt-interpreter.
  * Tidy up the code. Thanks, perlcritic.

 -- Jakub Wilk <jwilk@debian.org>  Fri, 10 Jan 2014 15:31:08 +0100

adequate (0.11) unstable; urgency=low

  * Summary of tag changes:
    + Added:
      - broken-binfmt-detector
      - broken-binfmt-interpreter

  * Check for broken binfmt interpreters and detectors.
  * Update the package description.
  * Fix a typo in the manual page (closes: #734692).
    Thanks to Shirish Agarwal for the bug report.

 -- Jakub Wilk <jwilk@debian.org>  Thu, 09 Jan 2014 23:41:45 +0100

adequate (0.10) unstable; urgency=low

  * Don't strip architecture qualifiers when reporting missing copyright files
    in “Multi-Arch: same” packages.
  * Extract license information from machine-readable copyright files.
  * Don't complain about scripts in /usr/lib/pythonX.Y/config-*/ not being
    byte-compiled.
  * Don't complain about program name collisions between molly-guard and
    sysvinit(-core). Thanks to Thorsten Glaser for the bug report.
  * Don't complain about program name collision between safe-rm and coreutils.
  * Tidy up the code. Thanks, perlcritic.

 -- Jakub Wilk <jwilk@debian.org>  Fri, 27 Dec 2013 17:48:30 +0100

adequate (0.9.1) unstable; urgency=low

  * Update the package description.
  * Improve the test suite:
    + Fix Architecture fields of test packages.
    + Don't hardcode the i386 architecture (closes: #732448). Thanks to Martin
      Pitt for the bug report and the initial patch.
    + Fix DEP-8 test dependencies.
    + Fix test failures with ld that defaults to --as-needed. Thanks to Martin
      Pitt for the bug report and the patch.

 -- Jakub Wilk <jwilk@debian.org>  Wed, 18 Dec 2013 09:25:29 +0100

adequate (0.9) unstable; urgency=low

  * Summary of tag changes:
    + Added:
      - program-name-collision
      - missing-alternative

  * Add license information for libgmp.so.10 and libltdl.so.7.
  * Check for program name collisions.
  * Check if providers of x-terminal-emulator and x-window-manager register
    required alternatives.
  * Test runner: don't expect deterministic order of emitted tags.
  * Improve error handling.
  * Tidy up the code. Thanks, perlcritic.

 -- Jakub Wilk <jwilk@debian.org>  Mon, 16 Dec 2013 14:16:11 +0100

adequate (0.8.2) unstable; urgency=low

  * Improve the manual page:
    + Fix hyphens used as minus signs.
    + Add examples (closes: #726152)
      Thanks to Shirish Agarwal for the bug report.
  * Don't complain about files in /usr/share/paster_templates/ not being
    byte-compiled.
  * Fix reporting incompatible-licenses, and other ELF-related tags, against
    wrong package (closes: #729031).
  * Fix incorrect implementation of --tags for ELF-related tags.

 -- Jakub Wilk <jwilk@debian.org>  Thu, 05 Dec 2013 10:04:22 +0100

adequate (0.8.1) unstable; urgency=medium

  * Fix possible privilege escalation via tty hijacking (CVE-2013-6409,
    closes: #730691).
    + Switch users only when running ldd.
    + Run ldd with stdin redirected to /dev/null, and without controlling
      terminal when run with reduced privileges.
  * Bump standards version to 3.9.5 (no changes needed).

 -- Jakub Wilk <jwilk@debian.org>  Thu, 28 Nov 2013 11:27:21 +0100

adequate (0.8) unstable; urgency=low

  * Summary of tag changes:
    + Added:
      - missing-symbol-version-information
      - symbol-size-mismatch

  * When printing warnings from ldd, avoid outputting binary name twice.
  * Check for symbol size mismatches.
  * Check for missing version information.
  * Report symbol issues with libraries in private directories (when they can
    be triggered by running ldd against binaries or libraries in public
    directories).
  * Add license information for libpoppler.so.37.
  * Don't complain about missing lua_* and luaL_* symbols in liblua* libraries.
  * Add “Summary of tag changes” sections to old changelog entries.

 -- Jakub Wilk <jwilk@debian.org>  Mon, 16 Sep 2013 13:27:06 +0200

adequate (0.7.1) unstable; urgency=low

  * When checking ELFs, skip unresolvable symlinks (closes: #709484, #716988).
    Thanks to Laurent Bonnaud and Peter Karbaliotis for the bug reports.

 -- Jakub Wilk <jwilk@debian.org>  Tue, 16 Jul 2013 15:37:13 +0200

adequate (0.7) unstable; urgency=low

  * Summary of tag changes:
    + Added:
      - incompatible-licenses

  * Check if Python modules in /usr/lib/pypy/ are byte-compiled
    (closes: #710021).
  * Check for binaries linked to libraries with incompatible licenses.
    Currently only licenses of the following libraries are recognized:
    OpenSSL, GnuTLS, Poppler, and GNU Readline.
  * Remove a duplicate label.
    Thanks to Niels Thykier for the bug report.
  * Silence “skipping <pkgname> because it's not installed” warnings
    (closes: #712446).
    Thanks to Paul Wise for the bug report.
  * Add a section about reporting bugs to the manual page.
  * Update the package description.
  * Add “XS-Testsuite: autopkgtest”.

 -- Jakub Wilk <jwilk@debian.org>  Tue, 25 Jun 2013 00:25:26 +0200

adequate (0.6) unstable; urgency=low

  * Improve error handling when resolving symlinks (see bug #709484).
  * Improve error handling when accessing /var/lib/adequate/pending.
  * Add the --tags option (closes: #709372).
  * Assume that executable .py files in private directories that start with
    shebangs are scripts, rather than Python modules, and therefore don't
    require bytecompilation (closes: #709192).
  * Disable warnings about use of smartmatch (closes: #710063).
  * Add a minimal build-time test that verifies that adequate runs
    successfully and without warnings on a simple package (coreutils).
    + Add “perl (>= 5.12)” to Build-Depends.
  * Unset all LD_* environment variables when running ldd.

 -- Jakub Wilk <jwilk@debian.org>  Wed, 29 May 2013 22:25:59 +0200

adequate (0.5.3) unstable; urgency=low

  * Make the obsolete conffile check work with pre-multi-arch dpkg.
  * Don't consider a conffile obsolete if dpkg-query lists it as non-obsolete
    and belonging to a different package (closes: #708588). This is a
    work-around for dpkg bug #645849.
  * Don't complain about /usr/lib/pythonX.Y/__phello__.foo.py not being
    byte-compiled.
  * Don't complain about .py files in /usr/share/apport/package-hooks/ not
    being byte-compiled (closes: #709187).

 -- Jakub Wilk <jwilk@debian.org>  Tue, 21 May 2013 21:10:41 +0200

adequate (0.5.2) unstable; urgency=low

  * Don't use dh_testdir; instead, use makefile rules to ensure that
    debian/rules can be only run in the correct directory.
  * Whitelist ps_* symbols in libthread_db-*.so libraries when checking for
    undefined symbols.
  * Improve diagnostics when ldd fails (closes: #706915).
    Thanks to Paul Wise for the bug report.
  * Find more undefined versioned symbols.
  * Make --pending ignore dpkg-query exit code (closes: #707080). This is
    needed because packages listed in /var/lib/adequate/pending might have
    been removed in the mean time.
    Thanks to Paul Wise for the bug report.
  * Don't complain about missing .pyc in /usr/lib/python2.X/dist-packages/ if
    2.X is not a supported Python version (closes: #707614).
  * Don't complain about missing .pyc in /usr/lib/python3/dist-packages/ if
    no supported Python 3 version is installed.
  * Clean tests/ subdirectory in the clean target.

 -- Jakub Wilk <jwilk@debian.org>  Fri, 10 May 2013 12:39:39 +0200

adequate (0.5.1) unstable; urgency=low

  * Update the package description.
  * Disable the unicode_strings Perl feature.
  * Improve the manual page:
    + Call “Debian Python Policy” simply “Python Policy”.
    + Add links to Debian Policy and Python Policy.
    Thanks to Shirish Agarwal for the bug report.
  * Handle diversions correctly (closes: #706107).
    Thanks to Ben Hutchings for the bug report.
  * Fix Restrictions field in debian/tests/control. (The items should be
    space-separated, rather than comma-separated.)

 -- Jakub Wilk <jwilk@debian.org>  Wed, 24 Apr 2013 21:57:35 +0200

adequate (0.5) unstable; urgency=low

  * Summary of tag changes:
    + Added:
      - library-not-found

  * When looking for /(s)bin binaries, don't skip symlinks that point outside
    /(s)bin.
  * When looking for public executables and shared libraries, don't skip
    symlinks that point to directories that wouldn't normally be checked.
  * Check for binaries linked to libraries that cannot be found.
  * Change Debconf prompt priority to critical.

 -- Jakub Wilk <jwilk@debian.org>  Thu, 04 Apr 2013 22:09:12 +0200

adequate (0.4.4) unstable; urgency=low

  * Make sure that the APT hook won't fail when the package is removed but not
    purged (closes: #702904). Thanks to Andreas Beckmann for the bug report.

 -- Jakub Wilk <jwilk@debian.org>  Thu, 14 Mar 2013 17:50:28 +0100

adequate (0.4.3) unstable; urgency=low

  * Upload to unstable.

 -- Jakub Wilk <jwilk@debian.org>  Mon, 11 Mar 2013 22:30:21 +0100

adequate (0.4.2) experimental; urgency=low

  * Skip packages that are not fully installed (closes: #701995).
    Thanks to Axel Beckert for the bug report.
  * Refactor code responsible for printing errors and warnings.

 -- Jakub Wilk <jwilk@debian.org>  Sat, 02 Mar 2013 10:59:42 +0100

adequate (0.4.1) experimental; urgency=low

  * Update the package description.
  * Add description to the manual page.
  * Document --apt-preinst and --pending in more details.
  * Add a test suite.
    + Add DEP-8 test script.
  * Add README.source asking to change source format when forking.
  * Improve the pyshared-file-not-bytecompiled tag description.
  * Fix Python byte-compilation checks for Python < 2.6.
  * Fix Python byte-compilation checks for python-support < 0.90.
  * Improve error handling.

 -- Jakub Wilk <jwilk@debian.org>  Thu, 21 Feb 2013 13:41:14 +0100

adequate (0.4) experimental; urgency=low

  * Detect missing versioned symbols, too.
  * Avoid running ldd against the following files:
    - files that are known not to be readable;
    - dynamic linkers;
    - files with whitespace in their names.
  * Filter package names through dpkg-query. This adds or removes architecture
    suffixes, as needed.
  * Reduce number of ldd(1) calls to at most two.

  * Add option for chroot(2)ing into another directory: --root.
  * Add option for switching user and group: --user.
  * Make the APT hook run as user ‘nobody’.

  * Make the package more portable:
    + Stop requiring multi-arch-aware dpkg. Drop versioned runtime dependency
      on dpkg.
    + Stop using IPC::Run. Drop libipc-run-perl recommendation.
    + Load debconf modules lazily.

  * Improve options parsing. Exit with error for incompatible combinations of
    options (e.g. both --pending and --all).
  * Make --help more verbose.

  * Improve the documentation:
    + Work around bug #280148 in pod2man: manual page references should be
      rendered in bold, not in italics.
    + Add a to-do list.
    + Rewrite the undefined-symbol tag description.
    + Don't repeat “Debian Policy” if a tag refers multiple policy sections.
    + Document the --help option.
  * Replace “underlinked libraries” with “undefined symbols” in the package
    description. The latter is what adequate actually detects, while the
    former might or might not be the root cause of the observed problem.
  * Make generating the POD file atomic.

 -- Jakub Wilk <jwilk@debian.org>  Wed, 30 Jan 2013 23:46:24 +0100

adequate (0.3.1) experimental; urgency=low

  * Initial upload to Debian (closes: #698656).
  * Update years in debian/copyright.
  * Disable the APT hook. (It can be re-enabled by editing
    /etc/apt/apt.conf.d/20adequate).
  * Improve error handling.
  * Improve the documentation.
  * Rebuild the documentation from source.
  * Add Vcs-* and Homepage fields.

 -- Jakub Wilk <jwilk@debian.org>  Tue, 22 Jan 2013 23:30:21 +0100

adequate (0.3) unstable; urgency=low

  * Summary of tag changes:
    + Added:
      - undefined-symbol

  * Improve the documentation.
  * Remove some no-op code.
  * Check for undefined symbols.
  * Add libipc-run-perl to Recommends (needed for the new check).
  * Update the package description.
  * Bump standards version to 3.9.4 (no changes needed).

 -- Jakub Wilk <jwilk@debian.org>  Mon, 21 Jan 2013 20:25:37 +0100

adequate (0.2.1) unstable; urgency=low

  * Don't expect third-party Python 2.X modules to be byte-compiled if the
    corresponding Python version is not installed.
  * Print symlink target when reporting broken symlink.
  * Provide a manual page.

 -- Jakub Wilk <jwilk@debian.org>  Fri, 14 Sep 2012 17:32:13 +0200

adequate (0.2) unstable; urgency=low

  * Summary of tag changes:
    + Added:
      - bin-or-sbin-binary-requires-usr-lib-library

  * Don't complain about .py files in /usr/lib/debug/usr/bin/ etc.
  * Don't complain about .py files in /usr/games/.
  * Check for /bin and /sbin binaries requiring /usr/lib libraries.
  * Reduce number of dpkg -L calls to one.

 -- Jakub Wilk <jwilk@debian.org>  Mon, 03 Sep 2012 20:27:04 +0200

adequate (0.1.1) unstable; urgency=low

  * Summary of tag changes:
    + Added:
      - pyshared-file-not-bytecompiled

  * Don't store ambiguous package names (for Multi-Arch: same packages) in
    /var/lib/adequate/pending.
  * Don't complain about .py files in /etc that are not byte-compiled.
  * Don't complain about .py files within standard libraries of alternative
    Python interpreters (jython, pypy) that are not byte-compiled.
  * Check byte-compilation of files in /usr/share/pyshared/ and
    /usr/share/python-support/.
  * Fix emitting messages longer than 2 lines via debconf.
  * Don't put colon between tag name and extra information.

 -- Jakub Wilk <jwilk@debian.org>  Sat, 11 Aug 2012 18:51:40 +0200

adequate (0.1) unstable; urgency=low

  * Initial release.

  * Summary of tag changes:
    + Added:
      - broken-symlink
      - missing-copyright-file
      - obsolete-conffile
      - py-file-not-bytecompiled

 -- Jakub Wilk <jwilk@debian.org>  Thu, 02 Aug 2012 21:19:14 +0200