libdpkg: Deindent an else clause
[dpkg.git] / debian / changelog
blobabd785f54c527bc556cb1b310570726fd7a08404
1 dpkg (1.22.5) UNRELEASED; urgency=medium
3   *
5  -- Guillem Jover <guillem@debian.org>  Wed, 24 Jan 2024 13:35:03 +0100
7 dpkg (1.22.4) unstable; urgency=medium
9   [ Guillem Jover ]
10   * Code internals:
11     - dpkg: Rename r variable for readlink() return value to symlink_len.
12     - dpkg: Rename r variable for fd_read() return value to n.
13     - dpkg-deb: Rename r variable for fd_read() return value to nread.
14     - dpkg-deb: Rename r variables for fd_read() call chain return value to rc.
15     - dpkg-split: Rename r variable for strtoimax() return value to ret.
16     - libdpkg: Rename r variable for path_quote_filename() return to ret.
17     - libdpkg: Rename r variable for fclose() return value to rc.
18     - libdpkg: Rename r variables for printf()-like return values to n.
19     - libdpkg: Handle tar long GNU names and links not being NUL terminated.
20       Closes: #1061404
21     - perl: Use qw() when importing symbols.
22     - dpkg-gensymbols: Move foreach inlined array elements into a list.
23     - dpkg-scansources: Fix newline breaks for ternary operators.
24   * Packaging:
25     - Update copyright years.
27  -- Guillem Jover <guillem@debian.org>  Wed, 24 Jan 2024 13:12:31 +0100
29 dpkg (1.22.3) experimental; urgency=medium
31   [ Guillem Jover ]
32   * dpkg-buildtree: New program.
33   * Perl modules:
34     - Dpkg::Vendor::Debian: Parametrize fortify level.
35     - Dpkg::Vendor::Ubuntu: Default to fortify level 3.
36     - Dpkg::OpenPGP::Backend::SOP: Add reference to another gosop blocker.
37     - Dpkg::OpenPGP::Backend::GnuPG: Accept keybox format keyrings as-is.
38     - Dpkg::OpenPGP::Backend: Remove unused strict_verify option.
39     - Dpkg::OpenPGP::Backend::GnuPG: Look harder for trustedkeys keyring.
40     - Dpkg::Changelog::Debian: Remove wrong import arguments.
41     - Dpkg::Vendor::Debian: Split bug-implicit-func from bug feature in qa
42       area.
43   * Documentation:
44     - man: Use semantic line breaks (must requirements).
45     - man: Remove trailing full stop before parenthetical.
46     - man: Use «package maintainer script» instead of «Debian package
47       scripts».
48   * Code internals:
49     - libcompat: Make long_options array const.
50   * Packaging:
51     - Make the logdir variable local to its function in postrm.
52     - Install start-stop-daemon under /usr/sbin. Closes: #1059982
53     - Make get_vendor honor DEB_VENDOR environment variable.
54     - Check for usrmerge in bug-script on the same vendors as postinst.
55     - Do not install dpkg-fsys-usrunmess on Debian and Ubuntu.
56   * Localization:
57     - Fix L<> markup.
58     - Unfuzzy translations after semantic line break changes.
59     - Update Dutch man pages translation.
60       Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
61       Closes: #1061085
62     - Update Swedish translations.
63       Thanks to Peter Krefting <peter@softwolves.pp.se>. Closes: #1059527
65   [ Helge Kreutzmann ]
66   * Localization:
67     - Update German man pages translation.
68     - Update German scripts translation.
70  -- Guillem Jover <guillem@debian.org>  Fri, 19 Jan 2024 12:10:52 +0100
72 dpkg (1.22.2) unstable; urgency=medium
74   [ Guillem Jover ]
75   * dpkg-shlibdeps: Do not require debian/control when parsing CLI options.
76     Closes: #1055536
77   * Architecture support:
78     - Remove arm64ilp32 support.
79       See https://lists.debian.org/debian-dpkg/2023/11/msg00007.html.
80     - Remove uclinux support.
81       See https://lists.debian.org/debian-dpkg/2023/11/msg00012.html.
82     - Remove knetbsd-any support.
83     - Restrict kfreebsd ports to amd64 and i386.
84     - Restrict kopensolaris ports to amd64 and i386.
85     - Restrict hurd ports to amd64 and i386.
86     - Restrict dragonflybsd ports to amd64.
87     - Restrict aix ports to powerpc and ppc64.
88     - Restrict solaris ports to amd64, i386, sparc and sparc64.
89     - Restrict darwin ports to amd64, arm, arm64, i386, powerpc and ppc64.
90     - Restrict freebsd ports to amd64, arm, arm64, i386, powerpc, ppc64, riscv.
91     - Split tupletable header names description into two paragraphs.
92   * Perl modules:
93     - Dpkg::OpenPGP::Backend::Sequoia: Switch to use --signer-file.
94     - Dpkg::Vendor::Debian: Mask PIE for alpha and ia64. Closes: #1040062
95     - Dpkg::Control::Types: Add aliases for type enumerations.
96   * Documentation:
97     - man: Add dpkg-build-api behavior for Rules-Requires-Root field defaults.
98     - man: Improve description for dpkg-build-api v1 items.
99     - doc, man: Clarify terminology for Debian control files.
100   * Code internals:
101     - libcompat: Disable VLA usage for gettext.h.
102     - libdpkg: Remove dead code after non-returning error function call.
103     - libdpkg: Mark varbuf constructor as explicit.
104     - Reduce variables scope.
105     - update-alternatives: Wrap the bad_format() function pointer call into a
106       new function.
107     - start-stop-daemon: Rename local variables shadowing global info()
108       function name.
109     - libdpkg: Add underscore after NO to FHFF_NONEW and FHFF_NOCOPY enum
110       values.
111     - Use FHFF_NONE instead of a literal 0 in calls to fsys_hash_find_node().
112       Reported by Alexandre Detiste <alexandre.detiste@gmail.com>.
113     - dpkg-split: Change heading print logic to use a proper boolean.
114     - dpkg-shlibdeps: Defer add_library_dir() calls after option parsing.
115     - libdpkg: Remove unused DEFAULTSHELL and DEFAULTPAGER macros.
116     - dpkg-buildapi: Do not include newline in Usage text to be translated.
117   * Build system:
118     - Check whether we need to linkg against libtinfo explicitly.
119     - Add support for structured procfs via struct psinfo.
120     - Replace action-if-found with : for extra libselinux check.
121     - Check and print sizeof off_t and time_t on the configure summary.
122   * Packaging:
123     - Use installtest instead of test target in autopkgtests.
124   * Test suite:
125     - Reorder check on whether pkg is NULL.
126     - Split and sort cppcheck arguments to be one per line.
127     - Remove unused cppcheck suppressions.
128     - Improve cppcheck coverage.
129     - Pass -I<builddir> to cppcheck instead of «.» if <builddir> is defined.
130   * Localization:
131     - Update Catalan translations.
132     - Update Dutch translations.
133       Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
134       Closes: #1058631, #1058637
136   [ Helge Kreutzmann ]
137   * Localization:
138     - Update German man pages translation.
139     - Update German scripts translation.
141  -- Guillem Jover <guillem@debian.org>  Mon, 18 Dec 2023 03:37:08 +0100
143 dpkg (1.22.1) unstable; urgency=medium
145   [ Guillem Jover ]
146   * dpkg-deb: Reject --no-uniform-compression with format 0.939000.
147   * dpkg-deb: Force deb format 0.939000 to use gzip compression.
148   * update-alternatives: Fix typo in comment.
149   * update-alternatives: Unvendor documentation and --version output.
150   * scripts: Remove unused GCJ and GCJFLAGS support.
151   * scripts: Add basic support for _FOR_BUILD build flags.
152   * Perl modules:
153     - Dpkg::BuildAPI: Move DESCRIPTION before package declaration.
154     - Dpkg::Source::Archive: Use $Dpkg::PROGTAR instead of tar in error
155       message.
156     - Dpkg::Source::Patch: Warn when patching hard linked files.
157     - Dpkg::Vendor::Debian: Mark loong64 as having pie builtin.
158       Thanks to yalingfang <fangyaling@loongson.cn>. Closes: #1053778
159     - Dpkg::BuildFlags: Refactor flags initialization by using a single list.
160     - Dpkg::Deps: Implicitly enable build_deps option on tests_deps.
161       Closes: #1053481
162     - Dpkg::Vendor::Debian: Fix stackclash condition to enable the feature
163       on armhf and armel. Closes: #1054583
164   * Make fragments:
165     - Wrap DPKG_BUILDFLAGS_LIST into one entry per line.
166   * Documentation:
167     - man: Fix typo in stackclash feature name in dpkg-buildflags(1).
168     - doc: Fix typos in code comments.
169     - doc: Use macOS instead of Mac OS X in code comments.
170     - man: Document the list of editors tried on dpkg-source --commit.
171       Closes: #1051209
172     - doc: Update R³ default values to take dpkg-build-api into account.
173     - man: Clarify Maintainer field in dpkg-parsechangelog(1). See #1053705.
174     - man: Document all dpkg-parsechangelog(1) output fields.
175     - doc, man: Use manual page instead of manpage.
176     - doc, man: Use field name or field-name instead of fieldname.
177     - man: Use web interface instead of both terms concatenated.
178     - man: Hyphenate 32-bit and 64-bit.
179     - doc, man: Use L</> markup for inter link references.
180     - doc: Use name() POD syntax instead of C<>, B<> or L<> for function names.
181     - doc: Use name() POD syntax instead of a bare function name.
182     - doc: Simplify references in CHANGES sections.
183     - doc, man: Use L<> for manual page references.
184     - doc, man: Use media discs instead of CD-ROM.
185     - man: Use /media/bdrom instead of /media/cdrom.
186     - man: Fix grammar in dpkg --force-confdef description.
187     - man: Avoid redundant action list in dpkg invoke hook description.
188     - man: Document the intermediary filenames used during unpack and
189       configure. Prompted by Florian Weimer <fweimer@redhat.com>.
190       See https://sourceware.org/pipermail/libc-alpha/2023-October/152245.html.
191     - man: Update dpkg EXAMPLES section.
192     - man: Recommend debsig-verify instead of debsums for additional
193       functionality.
194     - doc: Clarify compiler flag variables are for the host.
195   * Code internals:
196     - src: Use DEBEXT instead of hard-coding ".deb".
197     - dpkg-deb: Initialize threads_max in no-uniform-compression mode.
198     - dpkg-deb: Refactor legacy compress_params.
199     - libdpkg: Refactor struct treewalk_funcs compound initializer into a
200       macro.
201     - libdpkg: Initialize TREEWALK_OBJECT with a 0.
202     - libdpkg: Define DPKG_NULL to nullptr on C23 mode.
203     - libcompat: Fix comparison of integers of different sign in
204       obstack_blank().
205     - libcompat: Declare exit_failure as an extern variable.
206   * Build system:
207     - Remove dpkg prefix from default deb compressor configure knobs.
208     - Parametrize dpkg-deb default compressor in man page.
209     - Use TAR variable from configure instead of hard-coded tar.
210     - Split sanitizer CI unit tests from author checks.
211     - Rename the shared library CI tests to shlib-tests.
212     - Run make in parallel for autotest and TAP CI test jobs.
213     - Make default shell and pager selectable at configure time.
214     - Handle almost-POSIX shells that do not support -- after -c.
215       See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274650.
216     - Check for available pagers during configure.
217     - Add comment for the system the DPKG_LIB_SOCKET m4 macro is needed.
218   * Packaging:
219     - Do not stop the dpkg-db-backup timer and service during upgrade.
220       Closes: #1051085
221     - Fix typos in debian/control comments.
222   * Test suite:
223     - Update cppcheck suppressions for 2.12.0.
224     - Add installtest target and make test use the build tree programs.
225     - Add new DPKG_CWD m4 macro.
226     - Do not use -T for ln calls.
227     - Generate the .deb from scratch instead of adapting them.
228     - Update suppressions for codespell 2.2.6.
229     - Use «\\n» after «a» and «c» sed commands.
230     - Use perl instead of dd to create a zero-filled file.
231     - Pass argument S to ar to avoid generating a symbol table.
232     - Replace SED usage with PERL.
233     - Include <sys/mkdev.h> on Solaris for major() and minor().
234   * Localization:
235     - Update Dutch translations.
236       Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
237       Closes: #1053235, #1053236, #1053237
238     - Update Portuguese man pages translation.
239       Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1051634
240     - Update Romanian dselect translation.
241       Thanks to Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>.
242       Closes: #1053364
243     - Update Romanian programs translation.
244       Thanks to Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>.
245       Closes: #1054196
246     - Update Swedish translations.
247       Thanks to Peter Krefting <peter@softwolves.pp.se>. Closes: #1054510
249   [ Helge Kreutzmann ]
250   * Localization:
251     - Update German man pages translation.
252     - Update German scripts translation.
254   [ Sven Joachim ]
255   * Localization:
256     - Update German programs translation.
258  -- Guillem Jover <guillem@debian.org>  Mon, 30 Oct 2023 04:14:22 +0100
260 dpkg (1.22.0) unstable; urgency=medium
262   [ Guillem Jover ]
263   * dpkg: Do not reset the line number for each --command-fd parsed command.
264   * dselect: Add non-free-firmware archive area support.
265   * dselect: Relicense ftp method from GPL-2 to GPL-2+.
266   * dpkg-deb: Do not print trailing spaces in --info output.
267   * dpkg: Clarify that commands can take package-name or --pending in error
268     message. Closes: #1034466
269   * Remove avr32, m32r and tilegx obsolete architectures.
270     See Linux commit 26202873bb51fafdaa51be3e8de7aab9beb49f70 (avr32).
271     See Linux commit 553b085c2075f6a4a2591108554f830fa61e881f (m32r).
272     See Linux commit bb9d812643d8a121df7d614a2b9c60193a92deb0 (tile).
273   * dpkg-db-keeper: Add helper script to assist with tracking database changes.
274   * dpkg-buildpackage: Add support for new preinit hook. Closes: #1023753
275   * dselect: Remove handling of .GZ, .Z and .z compressed Package files.
276   * dselect: Fix stdout+stderr discarding redirection in ftp method.
277     Prompted by shellcheck.
278   * dpkg-buildpackage: Fix build hook action substitution string handling.
279   * dpkg-buildpackage: Set the hook options in an environment variable.
280     Closes: #902856
281   * dpkg-buildpackage: Set DPKG_BUILDPACKAGE_HOOK_NAME envvar for hooks.
282   * dpkg-buildpackage: Handle missing information for hook substitutions.
283   * dpkg-deb: Fix short lived memory leak after fork().
284   * Switch from pkg-config to pkgconf.
285   * dpkg: Handle non-existent .dpkg-tmp files on read-only filesystems.
286     Closes: #1030149
287   * dpkg-buildpackage: Fix R³ namespace check to only refuse unknown dpkg
288     keywords. Closes: #1036865
289   * dpkg-buildapi: New tool to fetch the dpkg-build-api level.
290   * dpkg-shlibdeps: On dpkg-build-api >= 1 require -l instead of
291     LD_LIBRARY_PATH.
292   * dpkg-buildpackage: On dpkg-build-api >= 1 default R³ to no.
293   * dpkg-buildpackage: On dpkg-build-api >= 1 avoid build target heuristics.
294   * Mark dpkg-build-api level 1 as stable.
295   * Architecture support:
296     - Restore "arch: Add support for loong64 CPU". Closes: #1028654
297   * Perl modules:
298     - Dpkg::OpenPGP::ErrorCodes: Add new OPENPGP_CMD_CANNOT_SIGN error code.
299     - Dpkg::OpenPGP::Backend::GnuPG: On signing failure use
300       OPENPGP_CMD_CANNOT_SIGN. Closes: #1030271
301     - Dpkg::Shlibs::Objdump::Object: Split from Dpkg::Shlibs::Objdump.
302     - Dpkg::Control::HashCore::Tie: Split from Dpkg::Control::HashCore.
303     - Dpkg::Vars: Fold into Dpkg::Package.
304     - Dpkg::Package: Rename source_package symbols to source_name.
305     - Dpkg::Changelog::Parse: Fix indentation of copyright and license notice.
306     - Dpkg::Version: Update POD for removed semantic_change::overload::bool
307       warning.
308     - Dpkg::Gettext: Relicense from BSD-2 to GPL-2+.
309     - Dpkg::Source::Archive: Fix file normalization for relative pathnames.
310     - Dpkg::Source::Archive: Reflow regex match in _add_entry().
311     - Dpkg::Control::FieldsCore: Deprecate implicit field_transfer_single()
312       argument.
313     - Dselect::Method::Ftp: Rename from Dselect::Ftp.
314     - Dselect::Method::Ftp: Modify config and site subs towards method
315       independence.
316     - Dselect::Method: Move to be generic functions from Dselect::Ftp.
317     - Dselect::Method::Ftp: Update package name.
318     - Dpkg::Vendor::Debian: Add time64 feature in the future area.
319       Based on a patch by Helge Deller <deller@gmx.de>. Closes: #1030159
320     - Dpkg::Control::HashCore::Tie: Rename $last to $prev.
321     - Dpkg::Substvars: Handle exponential expansion gracefully.
322     - Dpkg::Shlibs::Objdump: Remove unsupported ELF machine types.
323     - Dpkg::Shlibs::Objdump: Add ELF machine types for all supported arches.
324     - Dpkg::Shlibs::Objdump: Add RISC-V ELF ABI tracking.
325     - Dpkg::Shlibs::Objdump: Add OR1K ELF ABI tracking.
326     - Dpkg::Shlibs::Objdump: Switch get_format() to return a colon-separated
327       string.
328     - Dpkg::Shlibs::Objdump: Add back the ARM ABI mismatch mask but commented
329       out. See #853793.
330     - Dpkg::Source::Quilt: Switch get_db_file() to be based off get_db_dir().
331     - Dpkg::Vendor::Debian: Mark PIE as builtin on hurd-amd64.
332     - Dpkg::Vendor::Debian: Only use ABI bits to suppress LFS or time64
333       features.
334     - Dpkg::Vendor::Debian: Only enable LFS when time64 is enabled for glibc.
335     - Dpkg::Vendor::Debian: Invert time64 suppression list logic.
336     - Dpkg::Vendor::Debian: Ignore musl libc systems for time64 suppression.
337     - Dpkg::Vendor::Debian: Add fallback values for ABI attributes.
338     - Dpkg::Source::Package::V2: Mark single-debian-patch as not needing
339       forwarding. Closes: #1038121
340     - Dpkg::Vendor::Debian: Sync builtin pie arches with gcc-13.
341     - Dpkg::Vendor::Debian: Move time64 buildflags feature from future to abi.
342       Suggested by Steve Langasek <vorlon@debian.org>.
343     - Dpkg::Vendor::Debian: Move lfs from future to abi area and create an
344       alias. Suggested by Steve Langasek <vorlon@debian.org>.
345     - Dpkg::Vendor::Debian: Move builtin default setup before
346       init_build_features().
347     - Dpkg::Vendor::Debian: Handle abi feature flags as builtin.
348     - Dpkg::Vendor::Debian: Add support for new hardening branch feature.
349       Closes: #1021292
350     - Dpkg::Vendor::Debian: Add support for new stackclash hardening feature.
351       Closes: #918914
352     - Dpkg::Source::Quilt: Switch get_patch_file() to be based off
353       get_patch_dir().
354     - Dpkg::BuildAPI: New module.
355   * Make fragments:
356     - Add new buildapi.mk support.
357     - On dpkg-build-api >= 1 default to dpkg_vendor_derives_from_v1.
358     - On dpkg-build-api >= 1 include buildtools.mk in default.mk.
359   * Documentation:
360     - man: Add notes about reproducibility properties for path fixing build
361       features. Prompted by Sven Joachim <svenjoac@gmx.de>.
362     - man: Itemize remaining lists.
363     - man: Unify admonition markup and formatting.
364     - man: Move shell redirection operator close to the redirected file.
365     - man: Add versions where build flag features were added.
366     - doc: Update triggers spec.
367     - man: Fix OpenPGP backends list in dpkg-buildpackage(1).
368     - doc: Use «honor» and «behavior» uniformly in documentation and output.
369     - man: Clarify that dpkg-reconfigure is part of the debconf project.
370     - doc: Add a Status field to frontend-api spec.
371     - man: Clarify shared library name formats and their purpose.
372     - man: Add SECURITY sections.
373     - man: Spell out «manual page».
374     - man: Clarify C.UTF-8 locale setting hint. Closes: #1028296
375     - man: Update methods provided by dselect(1).
376     - man: Turn buildinfo filename format selection into a list.
377     - man: Itemize supported deb-changelog(5) keyword/value entries.
378     - doc: Move Perl version baseline as the first perl coding style
379       subsection.
380     - doc: Clarify required C/C++ standards.
381     - doc: Require POSIX.1-2008.
382     - man: Mention .buildinfo in dpkg-buildpackage --sign-command description.
383     - doc: Fix typo.
384     - man: Document known DEB_BUILD_OPTIONS options. Closes: #1038888
385     - man: Clarify the md5sums checks as integrity and not security checks.
386       Prompted by Sebastian Andrzej Siewior <sebastian@breakpoint.cc>.
387     - man: Clarify dpkg-architecture -c option.
388       Prompted by Paul Wise <pabs@debian.org>.
389     - man: Document version when new programs where introduced.
390     - man: Fix typo in future lfs feature introduction version.
391     - man: Open up dpkg-build-api level 1.
392   * Code internals:
393     - libdpkg: Move early return into the loop.
394     - libdpkg: Remove impossible condition.
395     - libdpkg: Turn bitmask parse_nv_flags into an actual enum parse_nv_mode.
396     - libdpkg: Move parse_nv() next word check inside else block.
397     - dpkg: Remove path_quote_filename() usage.
398     - dselect: Reduce variables scope.
399     - libcompat: Reduce variables scope.
400     - libdpkg: Reduce variables scope.
401     - update-alternatives: Reduce variables scope.
402     - src: Reduce variables scope.
403     - libdpkg: Rename mlib module to mustlib.
404     - dselect: Remove unused trailing semicolons.
405     - libdpkg: Surround macro within a do-while block.
406     - perl: Add $VERSION to all embedded perl packages.
407     - perl: Add POD to all private modules. Closes: #1030660
408     - perl: Move POD sections before what they describe.
409     - scripts: Unpack function arguments.
410     - scripts: Remove duplicate variable declaration.
411     - dselect: Reduce variable scope to avoid shadowing.
412     - perl: Move $VERSION into package keyword.
413     - perl: Remove unused Dpkg::Version semantic_change warning suppression.
414     - scripts: Use «(undef) x N» to ignore tuples or function returns.
415     - perl: Stop removing «.» from @INC before loading modules.
416     - dpkg-scansources: Reorder captured variable and regex match.
417     - perl: Use List::Util instead of fixed string matches within a regex.
418     - perl: Pass $_ explicitly to field_transfer_single().
419     - perl: Rename filename related variables to distinguish them from field
420       ones.
421     - dpkg-genchanges: Move comment describing %sourcedefault before
422       declaration.
423     - perl: Rename Dpkg::Control variables from $f to $c or $ctrl.
424     - perl: Use an $f variable for fields instead of the topic variable.
425     - perl: Use fixed string comparisons for field name matches.
426     - scripts: Switch code to use chained comparisons.
427     - dselect: Update Andy Guy email address.
428     - dselect: Remove unused ismulti() function from media method actions.
429     - dpkg-deb: Use intermediate variable for exec mark on --info output.
430     - dpkg-deb: Refactor maintscript interpreter parser.
431     - dpkg-deb, dpkg-query: Rename option flags to opt_NAME.
432     - dpkg-trigger: Rename CLI option variables from f_ to opt_.
433     - libcompat: Declare variables before definitions.
434     - libdpkg: Make local variables static.
435     - libdpkg: Rename FHFF_NONE to FHFF_NONEW.
436     - libdpkg: Switch bitmasks enumerations into precise masks.
437     - libdpkg: Add enumerations for the default, unset and max cases.
438     - libdpkg: Add warning suppression macros.
439     - lib: Add an enum flags attribute.
440     - lib, src, utils: Use new enum flag C attributes.
441     - libdpkg: Unconditionally initialize c variable in parse_stanza().
442     - start-stop-daemon: Initialize variables in run_stop_schedule().
443     - dpkg-genchanges: Refactor .changes file description formatting into a
444       function.
445     - dpkg-genchanges: Replace Encode usage with utf8 encode/decode functions.
446     - dpkg-gensymbols: Use File::Compare instead of Digest::MD5.
447     - dselect: Reword odd code comment.
448     - dselect: Use «color» uniformly in variables and comments.
449     - libdpkg: Handle missing Version when formatting source:Upstream-Version.
450       Reported by John Scott <jscott@posteo.net>.
451     - perl: Remove «1;» from end of script in programs.
452     - libdpkg: Pass -- after sh -c to avoid bogus option parsing.
453       Prompted by Joe Simmons-Talbott <josimmon@redhat.com> (on libc-alpha).
454     - libdpkg: Mask the mode from the tar entry to only the file mode bits.
455     - lib: Define __has_include fallback if the compiler does not support it.
456     - libdpkg: Simplify progress output by using fputs() and putchar().
457     - libdpkg: Mark the progress percentage for translation. See #1034378.
458     - dpkg-buildpackage: Turn items into lists for easier extensibility.
459     - libdpkg: Make headers self-contained.
460       Thanks to Simon Richter <sjr@debian.org>.
461     - libdpkg: Mark functions in headers as inline.
462       Thanks to Simon Richter <sjr@debian.org>.
463     - scripts: Do not set LANG unnecessarily.
464     - dpkg: Move comment next to the code it is describing.
465     - dpkg-buildpackage: Move hook invocation closer to artifact creation.
466     - dpkg-buildpackage: Default the enabled run_hook() parameter to true.
467     - dpkg-buildpackage: Turn the run_hook() enabled argument into a hash
468       option.
469     - libcompat: Use ptrdiff_t directly instead of using a macro.
470     - libcompat: Update getopt code from gnulib.
471     - libdpkg: Remove redundant check.
472     - lib, src: Add const qualifiers to variables.
473     - dselect: Add constVariableReference as a cppcheck suppression.
474     - libdpkg: Fix varbuf memory leak in pkg_source_version().
475     - dpkg-shlibdeps: Switch from exec() to Dpkg::IPC::spawn().
476       Prompted by Paul Wise <pabs@debian.org>.
477     - libdpkg: Fix coding style for varbuf module.
478     - libdpkg: Reorder varbuf functions.
479     - libdpkg: Add varbuf_add_varbuf() function.
480     - libdpkg: Add varbuf_add_strn().
481     - libdpkg: Add varbuf setter functions.
482     - libdpkg: Switch ustar filename construction to use varbuf_add_strn().
483     - dpkg-split: Use varbuf instead of ad-hoc allocation in read_info.
484     - Use varbuf_add_varbuf() instead of varbuf_add_buf()/_str().
485     - Use varbuf_set_*() instead of ad-hoc initialization.
486     - libdpkg: Generalize command_in_path() from find_command().
487   * Build system:
488     - Fix version script linker support detection.
489     - Enable -Wextra-semi compilation warning.
490     - Explicitly set the date when generating perl module man pages.
491     - Bump minimal Perl version to 5.32.1.
492     - Enable more compiler warnings.
493     - Remove unused AC_SIZEOF checks.
494     - Check for the host architecture attributes during configure.
495     - Detect whether we need librt for clock_gettime().
496     - Use an export symbols file if there is no version script support.
497     - Add -no-undefined libtool flag.
498     - Add support for .git-blame-ignore-revs file.
499     - Fix typo in .gitignore filename by renaming it.
500       Thanks to Simon Richter <sjr@debian.org>.
501     - Remove vim swap file entry from .gitignore.
502     - Ignore tags files.
503       Based on a patch by Simon Richter <sjr@debian.org>.
504     - Add perl prefixes into the Code Internals changelog section.
505     - Namespace COMPILER_*FLAGS with DPKG_.
506     - Add support for compiler sanitizer flags.
507     - Add support for compiler analyzer flags.
508     - Add new gcc-13 warnings.
509     - Warn on alloca() usage.
510     - Remove distcleancheck_listfiles override for CPAN dist-cpan target.
511     - Avoid Perl's exec() falling back to system().
512       Thanks to Paul Wise <pabs@debian.org>.
513       See https://perldoc.perl.org/functions/exec.html.
514   * Packaging:
515     - Merge copyright statements for the same holder.
516     - Remove executable permissions from maintscripts in source.
517     - Remove no longer needed alternatives fixup from postint.
518     - Remove no longer needed maintscripts for method renames.
519     - Fix removal of file method state directory on purge.
520     - Wrap fields in debian/tests/control file.
521     - Set Persistent=true for dpkg-db-backup systemd timer.
522       Thanks to Teemu Likonen <tlikonen@iki.fi>. Closes: #1041730
523     - Do not start the dpkg-db-backup timer during installation.
524   * Test suite:
525     - Update perlcritic checks and suppressions.
526     - Disable perlcritic checks that are not relevant.
527     - Reduce scope of variable to avoid shadowing others.
528     - Do not use potentially bogus variable value.
529     - Enable perlcritic RegularExpressions::ProhibitCaptureWithoutTest.
530     - Disable -Wassign-enum for tests using out of range enum values.
531     - Make some perlcritic checks more strict.
532     - Update rationale for perlcritic check suppressions.
533     - Use the TAR detected at configure time in autotests.
534     - Use the SED detected at configure time in autotests.
535     - Use m4 to implement seq instead of assuming GNU seq is present.
536     - Add missing argument to DPKG_FILE_SIZE m4 function.
537     - Add more substvar recursive replace cases.
538     - Define lzma based on xz if missing.
539     - Switch deb non-uniform members test to use uncompressed control.tar.
540     - Use AT_DATA instead of touch to create empty files.
541     - Refactor deb-format package template generation into a new macro.
542     - Split deb-format tests per compressor.
543     - Fix t-disappear-depended test.
544     - Add cases for disappearing with diversions.
545     - Add cases for disappearance on diverted overwrites and third parties.
546       Suggested by Simon Richter <sjr@debian.org>.
547     - Quote command variables in case these contain spaces.
548     - Use the GREP/EGREP detected at configure time in autotests.
549     - Pass -n to gzip for all invocations.
550     - Generate the pkg-old.deb from controlled parts.
551     - Compute the sizes for «dpkg-deb -I» output dynamically.
552     - Add test cases for dpkg-buildpackage hook support.
553     - Use dpkg-buildpackage --no-sign instead of each --unsigned-* option.
554     - Add new stop words for codespell 2.2.5.
555     - Update cppcheck suppressions for 2.11.
556     - Define macros to help cppcheck analyze code.
557     - Fix varbuf memory leak in t-pkg-format test.
558     - Rename merge_changlogs test to match the command being tested.
559     - Add new test case checking Conflicts with Replaces.
560     - Fix t-conffile-divert-conffile case.
561     - Use «ar qc» to create archives with duplicate members.
562     - Move test_data_file() to test.h.
563   * Localization:
564     - Add Portuguese scripts translations.
565       Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1032562
566     - Clarify license for translation files.
567     - Fix Project-Id-Version to match the gettext domain.
568     - Unify translation header description.
569     - Update Dutch header boilerplate with an actual copyright line.
570     - Update French scripts translation.
571       Thanks to Sébastien Poher <sebastien@volted.net>.
572     - Update Romanian dselect translation.
573       Thanks to Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>.
574       Closes: #1040869
575     - Use Dpkg Developers instead of listing them individually.
577   [ Helge Kreutzmann ]
578   * man: Remove a now superfluous character from dpkg(1).
579   * Localization:
580     - Update German man pages translation.
581     - Update German scripts translation.
583   [ Sven Joachim ]
584   * Localization:
585     - Update German dselect translation.
586     - Update German programs translation.
588  -- Guillem Jover <guillem@debian.org>  Wed, 30 Aug 2023 05:39:24 +0200
590 dpkg (1.21.20) unstable; urgency=medium
592   [ Guillem Jover ]
593   * Documentation:
594     - man: Remove duplicate word in dpkg-buildflags(1).
595       Thanks to Peter Krefting <peter@softwolves.pp.se>.
596   * Packaging:
597     - Fix versioned Build-Depends on debhelper. Closes: #1030288
598     - Update lintian overrides.
599   * Test suite:
600     - Update suppressions for cppcheck 2.10.
601     - Skip auto-generated policykit policy file.
602   * Localization:
603     - Add Dutch scripts translation. Closes: #1030712
604       Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
605     - Unfuzzy translations due to typo fix.
606     - Update Czech translations. Closes: #1029706, #1030267
607       Thanks to Miroslav Kure <kurem@upcase.inf.upol.cz>.
608     - Update Dutch translations. Closes: #1030710, #1030711
609       Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
610     - Update French man page translation. Closes: #1030618
611       Thanks to Jean-Pierre Giraud <jenapierregiraud75@free.fr>.
612     - Update French programs translations.
613       Thanks to Sébastien Poher <sebastien@volted.net>.
614     - Update Hungarian programs translation.
615       Thanks to Nagy Elemér Károly <nagy.elemer.karoly@gmail.com>.
616     - Update Korean dselect translation.
617       Thanks to Sangdo Jun <sebuls@gmail.com>.
618     - Update Occitan programs translation.
619       Thanks to Quentin PAGÈS <quentinantonin@free.fr>.
620     - Update Portuguese programs translation.
621       Thanks to Miguel Figueiredo <elmig@debianpt.org>.
622     - Update Romanian programs translation.
623       Thanks to Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>.
624     - Update Russian translations. Closes: #1030162, #1030378
625       Thanks to Yuri Kozlov <yuray@komyakino.ru>.
626     - Update Simplified Chinese translations.
627       Thanks to Boyuan Yang <byang@debian.org>.
628     - Update Spanish dselect translation.
629       Thanks to jonatan porras <jonatanpc8@gmail.com>.
630     - Update Swedish translations.
631       Thanks to Peter Krefting <peter@softwolves.pp.se>.
632     - Update Thai programs translation.
633       Thanks to Theppitak Karoonboonyanan <thep@debian.org>.
634     - Update Traditional Chinese dselect translation.
635       Thanks to Cheng-Chia Tseng <pswo10680@gmail.com>.
636     - Workaround po4a formatting issue in French translation.
638  -- Guillem Jover <guillem@debian.org>  Tue, 07 Feb 2023 12:19:12 +0100
640 dpkg (1.21.19) unstable; urgency=medium
642   [ Guillem Jover ]
643   * Architecture support:
644     - Revert "arch: Add support for loong64 CPU". See #1028654.
645   * Perl modules:
646     - Dpkg::OpenPGP::Backend::GnuPG: Set secure signing preferred algorithms.
647       Closes: #1028961
648     - Dpkg::OpenPGP::Backend::GnuPG: Touch trustedkeys.gpg on temporary gpg
649       home.
650     - Dpkg::OpenPGP::Backend::GnuPG: Fallback to use «gpg dearmor» if
651       present. Reported by Sven Joachim <svenjoac@gmx.de> (on IRC).
652     - Dpkg::Vendor::Ubuntu: Fix lto feature to honor DEB_BUILD_OPTIONS.
653   * Test suite:
654     - Set the permissions explicitly for the copied ChangeLog.old file.
655     - Add unit tests for lto build flags handling in Ubuntu.
656       Thanks to Shengjing Zhu <shengjing.zhu@canonical.com>.
657       See https://bugs.launchpad.net/bugs/2002582.
658   * Localization:
659     - Update Catalan translation.
660     - Update Portuguese man pages translation.
661       Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1028981
663   [ Sven Joachim ]
664   * Localization:
665     - Update German programs translation.
667   [ Helge Kreutzmann ]
668   * Localization:
669     - Update German man pages translation.
671  -- Guillem Jover <guillem@debian.org>  Tue, 24 Jan 2023 23:39:50 +0100
673 dpkg (1.21.18) unstable; urgency=medium
675   [ Guillem Jover ]
676   * Perl modules:
677     - Dpkg::BuildFlags: Fix strip method to always work with duplicates.
678       Closes: #1028044
679   * Documentation:
680     - man: Add a note to dpkg-fsys-usrunmess(8) about Debian support.
681       Closes: #1008486
682   * Code internals:
683     - libdpkg: Move compression level max bound check from dpkg-deb.
684     - libdpkg: Switch dpkg_lzma_strerror() to use struct io_lzma.
685     - libdpkg: Split compression filter operation tracking from its status.
686     - libdpkg: Generalize compression stream action handling.
687     - libdpkg: Abstract compression stream status tracking.
688     - libdpkg: Add zstd support for .deb archives. Closes: #892664
689   * Build system:
690     - Update .mailmap mappings.
691   * Packaging:
692     - Update copyright years.
693   * Test suite:
694     - Add dpkg-deb build and extract tests.
696  -- Guillem Jover <guillem@debian.org>  Tue, 10 Jan 2023 18:46:37 +0100
698 dpkg (1.21.17) unstable; urgency=medium
700   [ Guillem Jover ]
701   * dpkg-genbuildinfo: Do not fail if the cross-compiler cannot compile.
702     Closes: #1027966
703   * Code internals:
704     - dpkg-buildinfo: Fix indentation.
705   * Packaging:
706     - Stop shipping the «git log» changelog in exchange for no trimming.
707       Closes: #1027716
709  -- Guillem Jover <guillem@debian.org>  Thu, 05 Jan 2023 12:34:05 +0100
711 dpkg (1.21.16) unstable; urgency=medium
713   [ Guillem Jover ]
714   * dpkg-deb: Fix buffer overflow on long directory names with old deb formats.
715     Reported by Georgy Yakovlev <gyakovlev@gentoo.org>.
716   * Perl modules:
717     - Dpkg::Compression: Pass --no-adjust to xz to force compression threaded
718       mode.
719     - Dpkg::Compression: Make xz not emit warnings nor exit non-zero on
720       warnings.
721     - Dpkg::OpenPGP::Backend::SOP: Add sqop as an alternative SOP
722       implementation.
723     - Dpkg::Source::Package::V3::Git: Move error() argument out of g_() call.
724   * Code internals:
725     - libdpkg: Make xz not emit warnings nor exit non-zero on warnings.
727   [ Helge Kreutzmann ]
728   * Localization:
729     - Update German man pages translation.
730     - Update German scripts translation.
732  -- Guillem Jover <guillem@debian.org>  Wed, 04 Jan 2023 23:57:40 +0100
734 dpkg (1.21.15) unstable; urgency=medium
736   [ Guillem Jover ]
737   * Perl modules:
738     - Dpkg::BuildFlags: Add new get_feature() method.
739     - Dpkg::Vendor::Debian: Use get_feature() instead of use_feature() for PIE.
740       Reported by Helmut Grohne <helmut@subdivi.de>.
741     - Dpkg: Temporarily silence deprecation warnings.
742   * Test suite:
743     - Improve TAP descriptions to clarify we are testing patch(1).
745   [ Sven Joachim ]
746   * Localization:
747     - Update German programs translation.
749  -- Guillem Jover <guillem@debian.org>  Mon, 02 Jan 2023 12:44:53 +0100
751 dpkg (1.21.14) unstable; urgency=medium
753   [ Guillem Jover ]
754   * dpkg-source: Add new --threads-max option to control threaded compressors.
755   * dpkg-buildflags: Add support for features handled as builtin defaults.
756   * Perl modules:
757     - Dpkg::Compression::Process: Unify and simplify cmdline handling.
758     - Dpkg::Compression: Change $COMP hashref into a %COMP hash.
759     - Dpkg::Compression: Add new compression_get_file_extension() and switch to
760       it.
761     - Dpkg::Compression: Move the POD for each function immediately before it.
762     - Dpkg::Compression: Clarify the compression_get/set_default_level() are
763       global.
764     - Dpkg::Compression: Use %COMP directly in functions when it is safe.
765     - Dpkg::Compression: Add new compression_get/set_level() and switch to it.
766     - Dpkg::Compression: Add new compression_get/set_cmdline_de/compress().
767     - Dpkg::Compression: Deprecate compression_get_property().
768     - Dpkg::Compression: Add multi-threaded xz support.
769     - Dpkg::Vendor::Devuan: Add new vendor module.
770       Requested by Ivan J. <parazyd@dyne.org>.
771     - Dpkg::BuildFlags: Make it possible to not load the vendor defaults on
772       new().
773     - Dpkg::BuildFlags: Add a new use_feature() method.
774     - Dpkg::BuildFlags: Add a new set/get_option_value() private methods.
775     - Dpkg::BuildFlags: Add missing feature area to is_maintainer_modified()
776       POD.
777     - Dpkg::BuildFlags: Add support for builtin build flags.
778     - Dpkg::Vendor::Debian: Track option values state as a build flag options.
779     - Dpkg::Vendor::Debian: Generalize feature areas defaults.
780     - Dpkg::Vendor::Ubuntu: Use a string comparison instead of debarch_eq().
781     - Dpkg::Vendor::Ubuntu: Use new build flag option override support to set
782       -O3.
783     - Dpkg::Vendor::Ubuntu: Handle LTO by default using new feature overrides.
784     - Dpkg::BuildEnv: Rename from Dpkg::Build::Env.
785     - Dpkg::BuildTypes: Rename from Dpkg::Build::Types.
786     - Dpkg::BuildInfo: New module to deprecate the Dpkg::Build::Info module.
787   * Documentation:
788     - man: Document dpkg-source -q option.
789     - doc: Update TODO.
790     - man: Document start-stop-daemon options that might be no-ops on some
791       systems.
792     - man: Turn spaces followed by tabs into spaces in start-stop-daemon(8).
793     - man: Use stanza instead of paragraph, block or record for deb822 parts.
794   * Code internals:
795     - libdpkg: Use correct return type in meminfo functions definitions.
796     - libdpkg: Split DPKG_ATTR_ declarations.
797     - lib: Refactor format attributes into a common *_ATTR_FMT.
798     - lib: Use __name__ format for attributes.
799     - lib: Use __has_attribute() to check for attribute availability.
800     - libdpkg: Mark tar on-disk members with attribute nonstring.
801     - scripts: Use stanza instead of entry or block.
802     - libdpkg: Rename functions with names containing record to stanza.
803     - dselect: Rename functions with names containing block to stanza.
804     - perl: Add missing space around equal-based operators.
805     - scripts: Fix indentation.
806     - perl: Fix list and hash literals indentation.
807     - scripts: Cuddle else and elsif.
808     - perl: Remove excess blank lines.
809     - dselect, src, utils: Remove excess blank lines.
810     - dpkg-scansources: Turn spaces followed by tabs into spaces.
811   * Packaging:
812     - Clarify new xz multi-threaded support is for decompression.
813     - Bump Standards-Version to 4.6.2.
814   * Test suite:
815     - Add unit tests for most of Dpkg::Compression.
816   * Localization:
817     - Update Dutch translations.
818       Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
819       Closes: #1027312, #1027313
821   [ Helge Kreutzmann ]
822   * Localization:
823     - Update German man pages translation.
824     - Update German scripts translation.
826  -- Guillem Jover <guillem@debian.org>  Sun, 01 Jan 2023 23:48:16 +0100
828 dpkg (1.21.13) unstable; urgency=medium
830   [ Guillem Jover ]
831   * Perl modules:
832     - Test::Dpkg: Refactor OpenPGP requisite into test_needs_openpgp_backend().
833     - Dpkg::Backend::GnuPG: Ensure future signing interop with gpg --openpgp.
834   * Documentation:
835     - man: Move parallel-safe note from dpkg-buildpackage -j option to
836       --jobs-force.
837   * Code internals:
838     - start-stop-daemon: Cast struct sockaddr_un to struct sockaddr on bind()
839       call.
840     - lib: Stop using register keyword.
841     - libcompat: Remove unused arguments from ngettext() fallback macro.
842     - libcompat: Switch manual copying to memcpy() in obstack module.
843     - libcompat: Switch obstack to use size_t.
844     - libcompat: Use an union to track chunkfun and freefun.
845     - dpkg-architecture: Fix indentation.
846     - libdpkg: Fix pdb_lax_stanza_parser and pdb_allow_empty aliased values.
847     - libcompat: Add noreturn and sentinel C attributes.
848     - utils: Switch to use libcompat attributes.
849     - libdpkg: Add new multi-threaded xz decompression support. Closes: #956452
850     - libdpkg: Pass -T+1 instead of -T1 to xz when compressing.
851     - libdpkg: On threads-max > 0 pass --no-adjust to xz to force threaded
852       mode.
853     - Use hyphenated multi-threaded in text.
854   * Build system:
855     - Consider lib and utils prefixes as internal in gen-changelog.
856     - Fix m4 files coding style.
857     - Include <stdio.h> for printf() usage in __progname check.
858   * Packaging:
859     - Require liblzma >= 5.4.0 for multi-threaded decompressor support.
860     - Clarify versioned dependency rationale comments.
861     - Add pkgconf as main Build-Depends alternative to pkg-config.
862   * Test suite:
863     - Skip deb-format tests if required compressors are not present.
864     - Use a custom dpkg database directory for dpkg-buildpackage tests.
865     - Switch Dpkg::Source::Package test to use test_needs_openpgp_backend().
866     - Skip deb-format tests if gzip is not present.
867     - Skip dpkg-source tests if xz is not present.
868     - Use the PERL detected at configure time in autotests.
869     - Use perl instead of yes+dd to generate a data-file for deb-split.
870   * Localization:
871     - Update Simplified Chinese programs translation.
872       Thanks to Boyuan Yang <byang@debian.org>. Closes: #1025625
874  -- Guillem Jover <guillem@debian.org>  Mon, 19 Dec 2022 02:07:45 +0100
876 dpkg (1.21.12) unstable; urgency=medium
878   [ Guillem Jover ]
879   * dpkg-architecture: Properly compute required information to gather.
880     Reported by Sören Tempel <soeren@soeren-tempel.net>.
881   * Code internals:
882     - dpkg-architecture: Rename information tracking constants and variables.
883   * Packaging:
884     - Set paths for configure in autopkgtests to match installed ones.
885     - Add libmd-dev to libdpkg-dev Depends.
886       Reported by Alexandre Detiste <alexandre.detiste@gmail.com>.
888  -- Guillem Jover <guillem@debian.org>  Tue, 06 Dec 2022 04:27:57 +0100
890 dpkg (1.21.11) unstable; urgency=medium
892   [ Guillem Jover ]
893   * dpkg-genbuildinfo: Do not fail if there is no cross-compiler.
894     Closes: #1025273
895   * Documentation:
896     - doc: Update Doxyfile after code reorganization.
897     - doc: Update Doxygen configuration from version 1.9.4.
898     - man: Remove B<> or replace with S< >.
899   * Code internals:
900     - libdpkg: Document str_end parameter for str_strip_quotes().
901   * Packaging:
902     - Add libmd-dev to the test-root and test-not-root autopkgtests.
903     - Add source lintian-overrides.
904     - Remove obsolete libncursesw5-dev alternative from Build-Depends.
905     - Update copyright years.
906   * Localization:
907     - Unfuzzy translations after markup fixes.
909   [ Helge Kreutzmann ]
910   * Localization:
911     - Update German man pages translation.
913  -- Guillem Jover <guillem@debian.org>  Sat, 03 Dec 2022 00:18:29 +0100
915 dpkg (1.21.10) unstable; urgency=medium
917   [ Guillem Jover ]
918   * dpkg: Avoid setgid(2) call if not needed.
919     Thanks to Christian Göttsche <cgzones@googlemail.com>. Closes: #1014332
920   * dpkg-architecture: Do not compute values that are not required.
921   * dpkg-buildpackage: Fix swapped long options for -m/-e.
922   * dpkg-buildpackage: Add --source-by and --changed-by aliases for -m/-e.
923   * dpkg-deb: Add support for DPKG_DEB_COMPRESSOR_TYPE/LEVEL. Closes: #550475
924   * dpkg-genbuildinfo: Refactor build-tainted-by gathering into a function.
925   * dpkg-genbuildinfo: Add new can-execute-cross-built-programs tainted flag.
926     Thanks to Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>.
927     Closes: #1011191
928   * dpkg: Make -E also take into account the architecture.
929     Thanks to Ian Jackson <ijackson@chiark.greenend.org.uk>. Closes: #1014476
930   * dpkg-source: Fix confusing regex match for option arguments.
931   * dpkg-buildpackage: Fix --jobs and --jobs-try parsing with no «=».
932   * dpkg-buildpackage: Rename --jobs/--jobs-try argument in --help output.
933   * dpkg-buildpackage: Add new --jobs-force option.
934   * dpkg-buildpackage: Change -j, --jobs semantics to non-force mode.
935     Closes: #905835
936   * dpkg, dpkg-statoverride: Install SELinux log callback to filter messages.
937     Thanks to Christian Göttsche <cgzones@googlemail.com>.
938   * dselect: Clarify non-free section as optional not free software component.
939     Closes: #30972
940   * dselect: Require the Dpkg modules for the ftp access method.
941   * dpkg-buildpackage: Remove blank line around signfile output lines.
942   * dpkg-buildpackage: Add new --sign-keyid and alias --sign-key to it.
943   * dpkg-buildpackage: Add --sign-keyfile and DEB_SIGN_KEYFILE support.
944   * dpkg-buildpackage: Add --sign-backend to specify the OpenPGP backend.
945   * dpkg-source: Translate source format specific --help option descriptions.
946   * dpkg-shlibdeps: Cache soname check against shlibs files. Closes: #1022766
947   * libdpkg, dpkg: Switch triggers database to use reproducible package names.
948     Closes: #990712
949   * update-alternatives: Switch point at which we increment alternative
950     refcount.
951   * dpkg: Fix setting admindir when root is set.
952   * dpkg-split: Add support for --root and --admindir.
953   * Architecture support:
954     - Move i386 and ia64 in an alphabetical-ish order in the cputable.
955     - Add support for loong64 CPU.
956       Based on a patch by 张丹丹 <zhangdandan@loongson.cn>. Closes: #1023486
957   * Perl modules:
958     - Dpkg::Source::Package::V1: Remove redundant exit handler for erasedir().
959     - Dpkg::Source::Package::V2: Update and clarify patch header metadata
960       template.
961     - Dpkg::Deps: Merge dependency string into a single line when parsing.
962       Closes: #1019565
963     - Dselect::Ftp: Switch to current mirror list for ftp method output.
964     - Dpkg::Source::Package: Use File::Spec instead of ad-hoc concatenation.
965     - Dpkg::Source::Package: Verify signatures before printing source files
966       addition.
967     - Dpkg::Source::Package: Print verifying signature for all source formats.
968     - Dpkg::Vendor: Rename @tries variable to @names.
969     - Dpkg::Vendor: Fix get_vendor_file() to return on first match.
970       Reported by Niels Thykier <niels@thykier.net> (on IRC).
971     - Dpkg::Vendor: Avoid duplicate file loading attempts.
972     - Dpkg::Vendor: Prefer loading lowercase vendor file first as documented.
973       Reported by Niels Thykier <niels@thykier.net> (on IRC).
974     - Dpkg::Vendor: Prefer loading capitalized vendor modules.
975     - Dpkg::Vendor: Use a normalized key to access the cached objects.
976       Reported by Niels Thykier <niels@thykier.net> (on IRC).
977     - Dpkg::Vendor: Fix vendor file loading for vendors with special
978       characters.
979     - Dpkg::Vendor: Fix module loading for vendors with special characters.
980       Reported by Niels Thykier <niels@thykier.net> (on IRC).
981     - Dpkg::Vendor: Deprecate loading vendor files with no special character
982       mapping.
983     - Dpkg::Vendor: Deprecate loading vendor module names starting lower-cased.
984       Reported by Niels Thykier <niels@thykier.net> (on IRC).
985     - Test::Dpkg: Refactor test files search into _test_get_files function().
986     - Dselect::Ftp: Declare %CONFIG with «our» instead of «my».
987     - Dselect::Ftp: Conditionally load perl modules shipped in the perl
988       package.
989     - Test::Dpkg: Make test_get_temp_path() remove the path before creating it.
990     - Dpkg::File: Add new file_dump() function.
991     - Dpkg::File: Add new file_touch() function.
992     - Dpkg::OpenPGP: Remove unused $exec_opts argument from _exec_openpgp().
993     - Dpkg::OpenPGP: Pass opts as a hash ref on the first argument.
994     - Dpkg::OpenPGP: Refactor _gpg_import_keys() out of import_key().
995     - Dpkg::OpenPGP: Refactor GnuPG common options into functions.
996     - Dpkg::OpenPGP: Require gpgv and do not fallback to gpg to verify
997       signatures.
998     - Dpkg::OpenPGP: Refactor _gpg_verify() out from verify_signature().
999     - Dpkg::OpenPGP: Split verify_signature() into verify() and
1000       inline_verify().
1001     - Dpkg::OpenPGP: Rename keyrings option to certs.
1002     - Dpkg::OpenPGP: Rename and namespace GnuPG specific symbols.
1003     - Dpkg::OpenPGP: Refactor is_armored() out from openpgp_sig_to_asc().
1004     - Dpkg::OpenPGP: Refactor armoring code into an armor() function.
1005     - Dpkg::Source::Package: Add armor_original_tarball_signature() member.
1006     - Dpkg::OpenPGP: Merge ASCII armored key import into signature
1007       verification.
1008     - Dpkg::OpenPGP: Add native helpers for ASCII Armor.
1009       Thanks to Daniel Kahn Gillmor <dkg@fifthhorseman.net>.
1010       See https://salsa.debian.org/debian/devscripts/-/merge_requests/286.
1011     - Dpkg::OpenPGP: Switch armor() to use native OpenPGP armor functions.
1012     - Dpkg::OpenPGP: Add new dearmor() function.
1013     - Dpkg::OpenPGP: Use dearmor() instead of _gpg_import_keys() in
1014       _gpg_verify().
1015     - Dpkg::OpenPGP: Move status check from _gpg_exec() to _gpg_verify().
1016     - Dpkg::OpenPGP: Make it a class.
1017     - Dpkg::OpenPGP::KeyHandle: Refactor new key handle from dpkg-buildpackage.
1018     - Dpkg::OpenPGP: Pass an array instead of an arrayref to _gpg_exec().
1019     - Dpkg::OpenPGP::ErrorCodes: Add new module.
1020     - Dpkg::OpenPGP: Switch functions to return Dpkg::OpenPGP::ErrorCodes.
1021     - Dpkg::OpenPGP: Change inline_verify to take an output file.
1022       Requested by Daniel Kahn Gillmor <dkg@fifthhorseman.net>.
1023     - Dpkg::OpenPGP: Make armor idempotent.
1024     - Dpkg::Source::Package: Call armor() unconditionally for signature
1025       conversion.
1026     - Dpkg::OpenPGP: Remove now unnecessary is_armored() method.
1027       Prompted by Daniel Kahn Gillmor <dkg@fifthhorseman.net>.
1028     - Dpkg::OpenPGP: Call dearmor() unconditionally for GnuPG certificate
1029       imports.
1030     - Dpkg::OpenPGP: Reintroduce gpg fallback for signature verification.
1031     - Dpkg::OpenPGP: Automatically detect both cmd and cmdv.
1032     - Dpkg::OpenPGP: Refactor trusted keyrings from Dpkg::Source::Package.
1033     - Dpkg::OpenPGP: Refactor signing code from dpkg-buildpackage.
1034     - Dpkg::OpenPGP::KeyHandle: Add new needs_keystore() method.
1035     - Dpkg::OpenPGP::Backend: Refactor GnuPG functions from Dpkg::OpenPGP.
1036     - Dpkg::OpenPGP::Backend: Add new has_verify_cmd() method.
1037     - Dpkg::OpenPGP: Add multi-backend loading support.
1038     - Dpkg::OpenPGP: Add Sequoia backend support.
1039     - Dpkg::OpenPGP: Handle backend requiring a keystore daemon for signing.
1040     - Dpkg::Gettext: Fix typo in POD.
1041     - Dpkg::Changelog: Rename __sanity_check_range method to _sanitize_range.
1042     - Dpkg: Rename _sanity_check and _sanity_check_opts to _check_opts.
1043     - Dpkg::Source::Package: Rename _sanity_check to _check_workdir.
1044     - Dpkg::Shlibs::Objdump: Rename ELF constants to match more closely the
1045       spec.
1046     - Dpkg::Gettext: Add new gettext compatibility stub.
1047     - Dpkg::Shlibs: Handle unknown executable file formats.
1048       Reported by Helmut Grohne <helmut@subdivi.de> (on IRC).
1049     - Dpkg::OpenPGP: Add Stateless OpenPGP (SOP) backend support.
1050   * Make fragments:
1051     - Switch Fortran compiler variables to use gfortran.
1052       Spotted by Enrico Zini <enrico@debian.org>. Closes: #1024421
1053   * Documentation:
1054     - doc: Spell SELinux correctly.
1055     - man: Clarify how --build-by and --release-by get passed to
1056       dpkg-genchanges.
1057     - doc: Use https:// URLs instead of http:// when possible (round four).
1058     - doc: Switch releases download link from ftp.debian.org to deb.debian.org.
1059     - doc: Update git repo URL and mention it being the primary one.
1060     - doc: Fix typos.
1061     - man: Fix typo in markup.
1062     - man: Add description of bug closure Perl regex in deb-changelog(5).
1063       Based on a patch by Daniel Shahaf <danielsh@apache.org>.
1064       See #953911.
1065     - man: Clarify when package names get arch-qualified in dpkg-query output.
1066       Reported by Jakub Wilk <jwilk@jwilk.net> (on IRC).
1067     - doc: Do not use UTF-8 quotes in POD.
1068     - doc: Remove __END__ marker for ending POD documentation.
1069     - doc: Fix typos in coding-style.txt.
1070     - doc: Do not use «e.g.» outside parenthesis.
1071     - doc: Use US English spelling.
1072     - man: Switch debian-installer modules.txt reference to a git URL.
1073     - man: Clarify that dpkg-buildpackage --build components imply a single
1074       type. Closes: #927265
1075     - man: Clarify «hold» behavior with explicit actions in --force-hold
1076       text.
1077       See #985749.
1078     - man: Add references to deb-src-symbols(5) from deb-symbols(5).
1079     - doc: Fix «i.e.» usage.
1080     - man: Clarify dpkg-maintscript-helper switched symlinks/dirs need be
1081       shipped. Closes: #974053
1082     - man: Clarify Build-Profiles syntax in deb-src-control(5).
1083       Thanks to Christoph Berg <myon@debian.org>. Closes: #1022237
1084     - man: Clarify dpkg-buildpackage --sign-key description.
1085     - man: Mark «lto» as bold in list title in dpkg-buildflags(1).
1086     - man: Clarify PIE and ASLR acronyms and grammar in dpkg-buildflags(1).
1087     - man: Fix --depotdir default pathname in dpkg-split(1).
1088   * Code internals:
1089     - dpkg-genbuildinfo: Use Dpkg::Version to parse source version.
1090     - libdpkg: Fix type name for AIX dpkg_get_progname() implementation.
1091     - dpkg-deb: Move DPKG_DEB_THREADS_MAX parsing from libdpkg.
1092     - dpkg-deb: Refactor parse_compress_type() from set_compress_type().
1093     - dpkg: Remove redundant «continue» keyword at the end of a loop.
1094     - dpkg-fsys-usrunmess: Do not pass to print a ref to *STDERR.
1095     - update-alternatives: Call tzset() explicitly now that we use
1096       localtime_r().
1097     - dpkg-name: Use none() instead of ad-hoc comparisons.
1098     - dpkg: Rename struct relationinfo string member to op.
1099     - dpkg: Rewrite relationinfos array variable definition.
1100     - dpkg: Use explicit EXIT_SUCCESS/EXIT_FAILURE instead of 0/1 in
1101       relationinfos.
1102     - libdpkg, dselect: Reformat enum declarations.
1103     - libdpkg: Add new varbuf_add_dir() function.
1104     - libdpkg, dpkg: Use varbuf_add_dir() instead of _add_str() + _add_char().
1105     - libdpkg: Use updatesdir when using the updates directory.
1106     - libdpkg: Use pkg_infodb_get_dir() on opendir() instead of oldname.
1107     - libdpkg: Associate each varbuf_state to a varbuf.
1108     - libdpkg: Add new varbuf_rollback_len() and varbuf_rollback_start()
1109       functions.
1110     - libdpkg: Switch updatefn handling to use varbuf snapshots.
1111     - libdpkg: Rewrite fnis array variable definition.
1112     - libdpkg: Remove trailing «/» from UPDATESDIR definition.
1113     - dpkg-genchanges: Use intermediate variables to access fields.
1114     - dpkg-genchanges: Refactor $is_backport check into a boolean.
1115     - dselect: Unconditionally load perl modules included in perl-base.
1116     - dselect: Remove unused Net::FTP import from ftp method scripts.
1117     - scripts: Switch to use file_slurp() instead of open coding it.
1118     - scripts: Switch to use file_dump() instead of open coding it.
1119     - scripts: Switch to use file_touch() instead of open coding it.
1120     - dpkg-buildpackage: Rename $signkey to $signkeyid.
1121     - dpkg-buildpackage: Move error report into singfile().
1122     - dselect: Use %zd instead of %jd for pointer difference in format string.
1123     - libdpkg: Refactor system meminfo gathering into its own module.
1124     - libdpkg: Refactor meminfo gathering into a filename generic function.
1125     - libdpkg: Use an enum for meminfo return error codes.
1126     - libdpkg: Fix available memory computation for xz thread scaling.
1127       Closes: #1023870
1128     - dselect: Declare constructor with one argument as explicit.
1129     - libdpkg: Fix doxygen comment to match function argument.
1130     - libdpkg: Refactor database trigger await option parse/dump.
1131     - libdpkg: Parse and dump the explicit trigger await option on interest
1132       changes.
1133     - libdpkg: Switch trk_explicit_interest_change() to use
1134       pkg_spec_parse_pkg().
1135     - libdpkg: Add a new pnaw_same package name printing mode.
1136     - libdpkg: Remove unneeded intermediate variable in dpkg_fsys_set_dir().
1137     - dpkg-trigger: Refactor trigger activation into a new function.
1138     - dpkg-trigger: Turn do_check() into a cipaction function.
1139     - dpkg-trigger: Use ACTION macros and cipaction for CLI action selection.
1140     - dpkg-divert: Load database only from within relevant actions.
1141     - dpkg-statoverride: Load database only from within relevant actions.
1142     - src: Handle --help and --version as proper actions.
1143     - libdpkg: Refactor debug_parse_mask().
1144     - libdpkg: Add support for a new DPKG_DEBUG environment variable.
1145     - src: Make instdir static.
1146     - src: Avoid using instdir directly except for initialization.
1147     - libdpkg: Add new options-dirs module to handle directory option parsing.
1148     - libdpkg: Automatically initialize fsys and db dirs on demand.
1149       Reported by stackomatiker (on stackoverflow).
1150       See https://stackoverflow.com/questions/73529576.
1151   * Build system:
1152     - Add the author testing dependencies to Build-Depends under a profile.
1153     - Fully switch to libmd for MD5 implementation.
1154     - Simplify author testing.
1155     - Consider Dselect prefixes as perl modules too in gen-changelog.
1156     - Move authorcheck target to tap.am.
1157     - Sort test_data variables.
1158     - Use long options for lcov invocations.
1159     - Fix coverage reports after code restructuring.
1160     - Use long options for autotools commands.
1161     - Do not ignore Makefile under the functional test suite.
1162     - Consider src and scripts prefixes as internal in gen-changelog.
1163     - Consider scripts/mk prefixes as new «Make fragments» in gen-changelog.
1164   * Packaging:
1165     - Bump Standards-Version to 4.6.1 (no changes needed).
1166     - Properly install specs under /usr/share/doc/dpkg/spec/.
1167     - Do not compress spec files.
1168     - Update bogus lintian tag format.
1169     - Update debbugs usertags.
1170     - Switch from gpg to gnupg for author testing Build-Depends.
1171     - Add build dependencies for release process.
1172   * Test suite:
1173     - Do not use unportable -a option to cp.
1174     - Use «perl» instead of «stat -c '%s'».
1175     - Redirect dd stderr to /dev/null instead of using status=none argument.
1176     - Remove stray backslash before comma.
1177     - Add Dpkg::File unit tests.
1178     - Improve OpenPGP unit tests and check verification and signing.
1179     - Add unit tests for meminfo module.
1180     - Refactor total number of expected known architectures into a variable.
1181     - Use long options for aspell invocation.
1182     - Use --quiet instead of -q on cppcheck invocations.
1183     - Move active line-based cppcheck suppressions into inline comments.
1184     - Make cppcheck unknownMacro suppression more specific.
1185     - Tell cppcheck the C/C++ standards the code intends to comply with.
1186     - Remove unused cppcheck suppressions.
1187     - Use pkginstance in a new unit test.
1188     - Switch NULL to DPKG_NULL in header file.
1189     - Add functional tests for triggers database handling.
1190     - Fix typo in update-alternatives test comment.
1191     - Fix typo in DPKG_GEN_FSYS_LINK m4 macro.
1192     - Rename m4 variables that matched environment variable names.
1193     - Add functional tests for --root, --instdir and --admindir options.
1194   * Localization:
1195     - Fix typo in Japanese translation.
1196       Thanks to Kisaragi Marine <kisaragi.effective@gmail.com>.
1197       Closes: #1023376
1198     - Update Catalan translations.
1199     - Update Dutch translations.
1200       Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
1201       Closes: #1021442, #1021443
1202     - Update Portuguese man pages translation.
1203       Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1018682
1204     - Update Simplified Chinese programs translation.
1205       Thanks to Boyuan Yang <byang@debian.org>. Closes: #1021281
1206     - Update Swedish translations.
1207       Thanks to Peter Krefting <peter@softwolves.pp.se>. Closes: #1021091
1209   [ Helge Kreutzmann ]
1210   * Localization:
1211     - Update German man pages translation.
1212     - Update German scripts translation.
1214   [ Sven Joachim ]
1215   * Localization:
1216     - Update German programs translation.
1218  -- Guillem Jover <guillem@debian.org>  Thu, 01 Dec 2022 12:12:14 +0100
1220 dpkg (1.21.9) unstable; urgency=medium
1222   [ Guillem Jover ]
1223   * dpkg-deb: Add support for --threads-max and DPKG_DEB_THREADS_MAX.
1224     Prompted by vv221 on IRC.
1225   * Perl modules:
1226     - Dpkg::Source::Package::V2: Always fix the permissions for upstream
1227       tarballs. Closes: #1012195
1228     - Dpkg::BuildFlags: Document optimize feature area.
1229   * Documentation:
1230     - man: Clarify that statoverrides do not need to be known to dpkg.
1231       Closes: #1011510
1232     - man: Expand Protected and Essential field use cases. Closes: #1008780
1233     - doc: Rename frontend.txt to frontend-api.txt.
1234     - doc: Move specifications under doc/spec.
1235     - man: Add references to rootless-builds.txt spec.
1236   * Code internals:
1237     - libdpkg: Refactor command actions for compression.
1238   * Build system:
1239     - Split the test-runner into its own script.
1241   [ Helge Kreutzmann ]
1242   * Localization:
1243     - Update German man pages translation.
1244     - Update German scripts translation.
1246  -- Guillem Jover <guillem@debian.org>  Fri, 01 Jul 2022 11:25:58 +0200
1248 dpkg (1.21.8) unstable; urgency=medium
1250   [ Guillem Jover ]
1251   * dpkg-statoverride: Add support for --force-not-root. Closes: #1009069
1252     Based on a patch by John Spencer <maillist-dpkg@barfooze.de>.
1253   * dpkg: Fix «De-configuring» message to allow configuration to use new
1254     version.
1255   * Perl modules:
1256     - Dpkg::Source::Archive: Prevent directory traversal for in-place extracts.
1257       Reported by Max Justicz <max@justi.cz>. Fixes CVE-2022-1664.
1258     - Dpkg::Substvars: Add support for optional substvars assigned with ?=.
1259   * Documentation:
1260     - man: Reference deb-substvar(5) from dpkg-source(1) and dpkg-shlibdeps(1).
1261     - man: Structure and clarify deb-substvars(5).
1262       Prompted by Niels Thykier <niels@thykier.net>.
1263   * Build system:
1264     - Unhook dist-cpan from make dist target.
1265   * Packaging:
1266     - Silence warning about merged-usr-via-aliased-dirs on Ubuntu.
1267     - Remove useless [] around tr sets.
1268   * Localization:
1269     - Update Dutch translations. Closes: #1010031, #1010032, #1010033
1270       Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
1271     - Update Portuguese man pages translations. Closes: #1011095
1272       Thanks to Américo Monteiro <a_monteiro@gmx.com>.
1274   [ Helge Kreutzmann ]
1275   * Localization:
1276     - Update German man pages translation.
1278  -- Guillem Jover <guillem@debian.org>  Wed, 25 May 2022 10:39:29 +0200
1280 dpkg (1.21.7) unstable; urgency=medium
1282   - The “Social Contract §3: We will not hide problems”
1283     and “Persuasion through bullying and abuse” release. -
1285   [ Guillem Jover ]
1286   * dpkg-fsys-usrunmess: Handle /lib/modules itself also being untracked.
1287     Closes: #1008764
1288   * Documentation:
1289     - man: Fix typo. Thanks to Peter Krefting <peter@softwolves.pp.se>.
1290       See #1008706.
1291   * Packaging:
1292     - Silence warning about merged-usr-via-aliased-dirs on Debian.
1293   * Localization:
1294     - Fix gettext parameter reordering syntax for German translation.
1295       Closes: #1008671
1296     - Update Swedish translations.
1297       Thanks to Peter Krefting <peter@softwolves.pp.se>. Closes: #1008706
1299   [ Helge Kreutzmann ]
1300   * Localization:
1301     - Update German man pages translation.
1303  -- Guillem Jover <guillem@debian.org>  Fri, 01 Apr 2022 02:27:33 +0200
1305 dpkg (1.21.6) unstable; urgency=medium
1307   - This also clears a bullying NMU. -
1309   [ Guillem Jover ]
1310   * Documentation:
1311     - man: Document untracked kernel module files handling in
1312       dpkg-fsys-usrunmess(8).
1314  -- Guillem Jover <guillem@debian.org>  Tue, 29 Mar 2022 11:56:58 +0200
1316 dpkg (1.21.5) unstable; urgency=medium
1318   [ Guillem Jover ]
1319   * dpkg-fsys-usrunmess: Explicitly set user/group and mode for created dirs.
1320     Closes: #1008478
1321   * dpkg-fsys-usrunmess: Set a known umask before starting. See #1008478.
1322   * dpkg-fsys-usrunmess: Special case untracked kernel module files.
1323     Closes: #1008316
1324   * Perl modules:
1325     - Dpkg::Control::Types: Use bit shifts instead of literals in enum.
1326     - Dpkg::Control::Fields: Fix field_register() to return nothing.
1327     - Dpkg::Control::Fields: Refactor manifest types into new
1328       ALL_FILE_MANIFEST.
1329     - Dpkg::Control::Fields: Fix POD to end sentences with a dot.
1330     - Dpkg::Control::Fields: Fix POD to add missing spaces and blank lines.
1331     - Dpkg::Control::Fields: Document and clarify return types and values in
1332       POD.
1333   * Code internals:
1334     - libdpkg: Rename f_revision() to f_obs_revision().
1335     - libdpkg: Warn when parsing obsolete Recommended/Optional/Class fields.
1336       Prompted by David Kalnischkies <donkult@debian.org>.
1337     - libdpkg: Add missing dependency type to obsolete dependency fields.
1338     - libdpkg: Update code comment for obsolete fields.
1339   * Test suite:
1340     - Add test cases for obsolete fields.
1342   [ Helge Kreutzmann ]
1343   * Localization:
1344     - Update German man pages translation.
1346  -- Guillem Jover <guillem@debian.org>  Tue, 29 Mar 2022 02:52:14 +0200
1348 dpkg (1.21.4) unstable; urgency=medium
1350   [ Guillem Jover ]
1351   * dpkg-shlibdeps: Require non-empty name and version in SONAME formats.
1352   * Perl modules:
1353     - Dpkg::Control::Fields: Remove duplicate *Built-Using from field order
1354       lists. Reported by David Kalnischkies <donkult@debian.org>.
1355   * Documentation:
1356     - man: Clarify uses cases for Static-Built-Using.
1357       Prompted by Shengjing Zhu <zhsj@debian.org>.
1358   * Test suite:
1359     - Use actual octal numbers for chmod() calls.
1360     - Do not use non-POSIX shell syntax for arithmetic expressions.
1361       Based on a patch by Sören Tempel <soeren@soeren-tempel.net>.
1363   [ Helge Kreutzmann ]
1364   * Localization:
1365     - Update German man pages translation.
1367  -- Guillem Jover <guillem@debian.org>  Sat, 26 Mar 2022 13:38:44 +0100
1369 dpkg (1.21.3) unstable; urgency=medium
1371   [ Helge Kreutzmann ]
1372   * Localization:
1373     - Update German man pages translation.
1374     - Update German scripts translation.
1376   [ Guillem Jover ]
1377   * dpkg-db-backup: Check for required commands before starting.
1378   * dpkg: Allow absolute pathnames for configurable external run-time tools.
1379     Based on a patch by Adrian Ho <the.gromgit@gmail.com>. Closes: #1007816
1380   * dpkg-fsys-usrunmess: Add options and prompt about regression prevention
1381     package. Prompted by Paul Wise <pabs@debian.org>.
1382   * dpkg-deb: Move duped control member check inside the detection conditional.
1383   * dpkg-deb: Fix movecontrol() to take a directory argument.
1384   * dselect: Remove non-multi-cd code from multi_cd method.
1385   * dselect: Rename multicd method to media.
1386   * dselect: Remove left overs for mount support from disk method.
1387   * dselect: Remove bogus quote escaping from method setup scripts.
1388   * dselect: Rename disk method to file.
1389   * scripts: Use backport-version-regex vendor hook instead of hardcoding the
1390     marker.
1391   * Perl modules:
1392     - Dpkg::Source::Package::V3::Git: Name bundle remote as bundle.
1393     - Dpkg::Source::Package::V3::Git: Set origin remote to Vcs-Git if present.
1394     - Dpkg::Path: Resolve /dev/null before comparing canonicalized pathnames.
1395     - Dpkg::Compression: Conditionally use the gzip --rsyncable option.
1396     - Dpkg::Compression: Use gzip -n instead of --no-name.
1397     - Dpkg::Vendor: Add a new backport-version-regex hook.
1398     - Dpkg::Control::Fields: Add Static-Built-Using field support.
1399   * Documentation:
1400     - man: Clarify Built-Using field purpose and format.
1401   * Code internals:
1402     - libdpkg: Refactor file_is_exec().
1403     - libdpkg: Check that executables are regular files.
1404     - dpkg-fsys-usrunmess: Refactor prompting into a new function.
1405     - dpkg: Rename r variable to remainder.
1406   * Packaging:
1407     - Clarify the merged-usr-via-aliased-dirs warning.
1408       Prompted by Paul Wise <pabs@debian.org>.
1409     - Sync original bug-script merged-usr warning with postinst updates.
1410   * Test suite:
1411     - Check deb format with duplicate debian-binary and control.tar members.
1412     - Add further deb-split format checks.
1413     - Place deb-old and deb checks on their own test groups.
1414     - Check all currently supported deb-old formats.
1415   * Localization:
1416     - Update Portuguese man pages translation.
1417       Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1001915
1419  -- Guillem Jover <guillem@debian.org>  Thu, 24 Mar 2022 21:00:24 +0100
1421 dpkg (1.21.2) unstable; urgency=medium
1423   [ Guillem Jover ]
1424   * dpkg: Fix memory leak in remove-on-upgrade handling.
1425   * dpkg-deb: Fix unexpected end of file conditions on .deb extract.
1426   * Use anchor links for the dpkg FAQ URLs.
1427   * update-alternatives: Do not skip --config with a single entry.
1428     Reported by David Kalnischkies <donkult@debian.org>.
1429   * update-alternatives: Refactor alternative_install().
1430   * update-alternatives: Use intermediate variables when parsing actions.
1431   * update-alternatives: Clarify option parse errors by printing the wrong
1432     values.
1433   * update-alternatives: Clarify bad usage message by enclosing in angles and
1434     quoting arguments.
1435   * dpkg-buildpackage: Switch terse make from -s to --no-print-directory.
1436     Closes: #1003164
1437   * scripts: Unify deprecated command-line option warnings.
1438   * dpkg-source: Fix alternate changelog file usage with 2.0 and 3.0 formats.
1439     Reported by Umut <ue16@gmx.de> (on IRC).
1440   * update-alternatives: Use the target timestamp when the symlink does not
1441     exist. Closes: #1004557
1442   * dselect: Handle window resizes in help and menu screens. Closes: #382307
1443   * dselect: Do not beep on key press errors in method and package list
1444     windows. Closes: #533639
1445   * dselect: Add support for --instdir.
1446   * Perl modules:
1447     - Dpkg::Control::FieldsCore: Sort control type entries in %FIELD_ORDER.
1448     - Dpkg::Control::FieldsCore: Refactor Vcs fields into a common variable.
1449     - Dpkg::Control::FieldsCore: Refactor testsuite fields into a common
1450       variable.
1451     - Dpkg::Control::FieldsCore: Accept Architecture as a debian/tests/control
1452       field.
1453     - Dpkg::Control::FieldsCore: Add missing allowed fields for (In)Release
1454       files.
1455     - Dpkg::Control::FieldsCore: Add field order for all control types.
1456     - Dpkg::Index: Switch key function for control tests to be a stanza index.
1457       Reported by Paul Gevers <elbrus@debian.org>.
1458     - Dpkg::Source::Package: Only generate the patch header if needed.
1459       Prompted by Umut <ue16@gmx.de> (on IRC).
1460     - Dpkg::Source::Package: Use File::Spec instead of ad-hoc concatenation.
1461   * Documentation:
1462     - man: Mention on what actions triggers get processed in dpkg(1).
1463       Closes: #1001010
1464     - man: Clarify that dpkg-divert --list pattern is optional.
1465       Thanks to наб <nabijaczleweli@nabijaczleweli.xyz>. Closes: #1001761
1466     - man: Use «main» git branch in examples.
1467     - man: Markup each individual element independently.
1468     - man: Refer to the relevant maintscript actions explicitly.
1469     - man: Add a missing preposition to deb-preinst(5).
1470     - man: Do not hardcode DPKG_ADMINDIR in update-alternatives.
1471     - man: Document that update-alternatives honors DPKG_ROOT.
1472     - man: Clarify --admindir and --instdir default values.
1473       Reported by Johannes Schauer Marin Rodrigues <josch@debian.org>.
1474   * Code internals:
1475     - libdpkg: Check that cip is not NULL before dereferencing it.
1476     - libdpkg: Add missing symbols to the version map.
1477     - libdpkg: Use the amount of available memory instead phys_mem/2.
1478       Thanks to Sebastian Andrzej Siewior <sebastian@breakpoint.cc>.
1479     - libdpkg: Refactor liblzma memlimit and cputhreads getters.
1480     - libdpkg: Dynamically allocate the buffers for de/compression I/O.
1481     - libdpkg: Increase I/O memory buffers from 4 to 32 KiB.
1482     - libdpkg: Pass struct compress_params as the first argument.
1483     - libdpkg: Pass struct compress_params to decompressors.
1484     - libdpkg: Refactor pkg_format_print() out from pkg_format_show().
1485     - libdpkg: Do not restrict source:* virtual fields to installed packages.
1486       Closes: #1004372
1487     - libdpkg: Do not allow argv with no arguments.
1488     - update-alternatives: Refactor alternative_has_broken_symlink().
1489     - update-alternatives: Move symlink removal inside fsys_symlink().
1490     - update-alternatives: Move filename generation outside alternative setup.
1491     - dselect: Rework windows resize to be signal safe.
1492     - scripts: Expand long word list into one entry per line.
1493     - scripts/mk: Remove unneeded conditionals.
1494       Thanks to Nicolas Boulenguez <nicolas@debian.org>.
1495     - scripts/mk: Indent code in Makefile fragments.
1496       Thanks to Nicolas Boulenguez <nicolas.boulenguez@free.fr>.
1497   * Build system:
1498     - Terminate lists in variables with «# EOL».
1499     - Move build helper tools into build-aux/.
1500     - Reorganize dpkg programs source code under src/.
1501     - Move autotest suite under src/.
1502     - Move C test suite machinery into lib/dpkg/.
1503     - Fix relocated autotest test suite runner.
1504     - Fix gitignore for build-aux/ directory.
1505     - Namespace Config variable usage.
1506       Reported by Павловец Сергей Николаевич
1507       <s.pavlovets@ivcmf.by>.
1508     - Add gitlab CI test for shared library building.
1509     - Link all programs against libcompat.
1510       Prompted by Jörg Sonnenberger <joerg@NetBSD.org>.
1511     - Remove unused TESTDATA variable from autotest suite.
1512     - Rework TAP check hooking into the autotools machinery.
1513     - Move EXTRA_DIST close to the files it is acting on.
1514     - Refactor autotest dependencies into a new variable.
1515     - Refactor autotest machinery into an automake include file.
1516     - Fold autotest test suite machinery into src/ from src/at/.
1517     - Rename do_path_subst to do_make_subst.
1518     - Factor out installation variable substitution into a new subst.am file.
1519     - Move shell scripts into src/.
1520     - Make AS_TR_* calls more clear.
1521     - Support compression library names with dashes.
1522     - Add zlib-ng support.
1523     - Rename HAVE_LZMA_MT to HAVE_LZMA_MT_ENCODER.
1524     - Move zsh completion under a subdirectory.
1525     - Switch sed pseudo-in-place replace invocations with copy then move.
1526     - Add comment about «sed -i» not being portable.
1527       Prompted by Nicolas Boulenguez <nicolas@debian.org>.
1528     - Mark libcompat and libdpkg as internal components in changelog.
1529     - Support specifying previous and next tags to gen-changelog.
1530     - Use non-capturing groups in regex in gen-changelog.
1531     - Do not hardcode «main» section for title check in gen-changelog.
1532     - Use sort flag instead of hardcoding the section in gen-changelog.
1533     - Do not put localization entries on their own changelog group.
1534   * Packaging:
1535     - Ignore directories for the alternatives state fixup. Closes: #1001695
1536     - Update bug-script to clarify usrmerge systems are unsupported.
1537     - Install aclocal m4 files into libdpkg-dev.
1538     - Install optional localized man pages with dh_installman.
1539     - Add a new not-installed file.
1540     - Switch to use the dh sequencer.
1541     - Make TESTSUITEFLAGS extensible.
1542     - Pass -jN to autotools autotest test suite via TESTSUITEFLAGS.
1543     - Update lintian overrides.
1544     - Use dpkg-error.sh in postinst.
1545     - Warn in postinst about merged-/usr-via-aliased-dirs breakage.
1546   * Test suite:
1547     - Move AT_TESTED to testsuite.at.
1548     - Run the tools with --version.
1549     - Rename DPKG_GEN_FILE to DPKG_GEN_CTRL_FILE.
1550     - Refactor control file template generation.
1551     - Rewrite dpkg-realpath test from TAP to autotest.
1552     - Rewrite dpkg-divert test from TAP to autotest.
1553     - Remove now unused TAP tests support from src/.
1554     - Print field type name instead of id in test case description.
1555     - Add new pkg-format unit tests.
1556     - Fix test_command_exec program invocation.
1557       Thanks to Sören Tempel <soeren+git@soeren-tempel.net>.
1558     - Use a temporary file instead of unportable «sed -i».
1559       Prompted by Nicolas Boulenguez <nicolas@debian.org>.
1560     - Add test case for SOURCE_DATE_EPOCH.
1561       Thanks to Nicolas Boulenguez <nicolas@debian.org>.
1562     - Use «each» instead of «keys» and value fetching.
1563       Thanks to Nicolas Boulenguez <nicolas@debian.org>.
1564   * Localization:
1565     - Remove previous msgid for non-fuzzy translations.
1566     - Update Catalan translations.
1567     - Update Dutch translation. Closes: #1003671, #1003672, #1003673
1568       Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
1569     - Update Swedish translations. Closes: #1003799, #1007116
1570       Thanks to Peter Krefting <peter@softwolves.pp.se>.
1572   [ Sven Joachim ]
1573   * Localization:
1574     - Update German dselect translation.
1575     - Update German programs translation.
1577   [ Helge Kreutzmann ]
1578   * Localization:
1579     - Update German man pages translation.
1580     - Update German scripts translation.
1582  -- Guillem Jover <guillem@debian.org>  Sun, 13 Mar 2022 20:17:35 +0100
1584 dpkg (1.21.1) unstable; urgency=medium
1586   [ Guillem Jover ]
1587   * dpkg-buildpackage: Remove duplicate command print for dpkg-genchanges.
1588   * dpkg-buildpackage: Fix build description due to improper multiline match.
1589   * dpkg-realpath: Remove spurious heading space from --help output.
1590   * update-alternatives: When initializing admindir from DPKG_ADMINDIR append
1591     "/alternatives". Closes: #1001198
1592   * Code internals:
1593     - Remove <ar.h> inclusions.
1594   * Packaging:
1595     - Install deb-md5sums(5) into dpkg-dev package.
1597  -- Guillem Jover <guillem@debian.org>  Mon, 06 Dec 2021 21:04:18 +0100
1599 dpkg (1.21.0) unstable; urgency=medium
1601   [ Guillem Jover ]
1602   * dpkg-genchanges: Include orig tarball on source package renames.
1603     Closes: #980066
1604   * scripts: Consider SHA-1 and RIPEMD-160 weak algorithms in OpenPGP
1605     signatures.
1606   * dpkg: During unpack print a removal message due to Conflicts.
1607     Closes: #985401
1608   * scripts: Add zsh completions for dpkg-parsechangelog.
1609     Thanks to Daniel Shahaf <danielsh@apache.org>. Closes: #986103
1610   * dpkg-buildpackage: When printing build type match the extension exactly.
1611     Closes: #989824
1612   * dpkg-maintscript-helper: Use xargs -I argument instead of deprecated -i.
1613   * dpkg-maintscript-helper: Quote variable inside ${} to avoid pattern match.
1614   * libdpkg: Fix dpkg_fsys_get_path() to always strip leading / and ./.
1615   * libdpkg: Set the default database directory relative to the system root.
1616   * dpkg-divert, dpkg-statoverride: Set admindir after instdir.
1617   * update-alternatives: Fix admindir setting.
1618     Prompted by Johannes Schauer Marin Rodrigues <josch@debian.org>.
1619   * dselect: Honor DPKG_ADMINDIR environment variable.
1620   * dpkg-query, dpkg-trigger, dselect: Add support for setting the root
1621     directory.
1622   * dpkg-fsys-usrunmess: Move forced reconfiguration to the last step.
1623     See #991190.
1624   * dpkg-fsys-usrunmess: Install a local policy-rc.d to ignore service
1625     restarts. Closes: #991190
1626   * dpkg-fsys-usrunmess: Do not fail when removing lingering directories.
1627   * dpkg-fsys-usrunmess: Generate a regression prevention package.
1628   * dpkg-fsys-usrunmess: Fix typo in debug message.
1629   * dpkg: Distinguish deconfiguration message for installation and multi-arch
1630     syncs.
1631   * dpkg-buildpackage: Add new --changes-file option.
1632     Prompted by Niels Thykier <niels@thykier.net>.
1633   * dpkg-buildpackage: Add new --buildinfo-file option.
1634   * dpkg: Rework --assert-<feature> logic to be more robust.
1635     Prompted by Helmut Grohne <helmut@subdivi.de>.
1636     Prompted by David Kalnischkies <donkult@debian.org>.
1637   * dpkg: Improve --assert-<feature> descriptions.
1638   * dpkg: Add a new --assert-help option.
1639   * scripts/mk: Pass DEB_BUILD_PATH to dpkg-buildflags. See #985553.
1640   * dpkg-db-backup: New program factored out from Debian-specific daily cron.
1641   * dpkg-db-backup: Accept an option to override the number of rotation cycles.
1642   * dpkg-db-backup: Honor the admindir set at configure time.
1643   * update-alternatives: Fix --auto and --set-selections output progress.
1644   * update-alternatives: Print defaults for configuration and database
1645     pathnames.
1646   * scripts: Replace shebang in dpkg-error shell library with shellcheck
1647     directive.
1648   * dpkg-buildpackage: Add support for terse DEB_BUILD_OPTIONS.
1649   * dpkg-mergechangelogs: Add new --merge-unreleased option. Closes: #582921
1650   * dpkg: Restore fallback to "new-prerm failed-upgrade" for downgrades.
1651     Analysis by Ian Jackson <ijackson@chiark.greenend.org.uk>. Closes: #996959
1652   * dselect: Use safe temporary file creation in methods setup.
1653   * dselect: Remove bashism from update script in multicd method.
1654   * dpkg: Fix --verify to handle missing or inaccessible pathnames.
1655     Closes: #963087
1656   * dpkg: Add partial --verify support for mode checks.
1657   * Use «digest» instead of «hash» in output messages.
1658     Reported by Sven Joachim <svenjoac@gmx.de>.
1659   * dselect: use `grep -E` instead of `egrep`.
1660     Thanks to Ville Skyttä <ville.skytta@iki.fi>. Closes: #999600
1661   * libdpkg: Fix memory leak on End Of Tape condition in tar parser.
1662   * dpkg: Fix short lived memory leak with --recursive.
1663   * dpkg: Fix conffile removal-on-upgrade handling. Closes: #995387
1664   * dpkg-deb: Fix conffile name length tracking on remove-on-upgrade parsing.
1665     Reported by uau on IRC.
1666   * Architecture support:
1667     - Clarify that the regex columns need to be ordered to match first.
1668     - Add support for ARCv2 CPU. Closes: #980963
1669       Based on a patch by Alexey Brodkin <Alexey.Brodkin@synopsys.com>.
1670   * Portability:
1671     - start-stop-daemon: Define SOCK_NONBLOCK to 0 if not defined.
1672     - libdpkg: Add support for AIX to dpkg_get_progname().
1673   * Perl modules:
1674     - Dpkg::Source::Quilt: Add hint to check missing files on patch apply
1675       failures.
1676       Reported by Joseph Nahmias <jello@debian.org>.
1677     - Dpkg::Changelog::Parse: Require format plugins to inherit from
1678       Dpkg::Changelog.
1679     - Dpkg::OpenPGP: Refactor openpgp implementation execution into a new
1680       function.
1681     - Dpkg::Vendor::Debian: Refactor compiler flag names into an array.
1682     - Dpkg::Vendor::Debian: Add new lto feature in new optimize area.
1683       Closes: #940571
1684     - Test::Dpkg: Print actual error messages in test_neutralize_checksums().
1685     - Dpkg::Deps: Use current_sub feature for __SUB__.
1686     - Dpkg::BuildFlags: Add support for ASFLAGS.
1687       See https://salsa.debian.org/debian/debhelper/-/merge_requests/50.
1688     - Dpkg::Compression: Use gzip --rsyncable unconditionally.
1689     - Dpkg::Changelog::Entry::Debian: Fix full month misuse warning.
1690     - Dpkg::Shlibs::Symbol: Emit a warning on fully qualified symver patterns.
1691       Closes: #993991
1692     - Dpkg::Control::HashCore: Add new keep_duplicate option.
1693     - Dpkg::Control::FieldsCore: Add new field_parse_binary_source().
1694       Closes: #980527
1695     - Dpkg::Control::FieldsCore: Fix types allowed for
1696       field_parse_binary_source().
1697       Reported by Johannes Schauer Marin Rodrigues <josch@debian.org>.
1698     - Dpkg::Shlibs::Objdump: Fix apply_relocations to work with versioned
1699       symbols. Closes: #1000421
1700     - Dpkg::Vendor::Ubuntu: Update Maintainer field logic to include
1701       “canonical”. Based on a patch by
1702       William 'jawn-smith' Wilson <william.wilson@canonical.com>.
1703       Closes: #1000557
1704     - Dpkg::Source::Package::V2: Add hint about version matching source tree.
1705       Based on a patch by Samuel Henrique <samueloph@debian.org>.
1706       Closes: #996044
1707   * Documentation:
1708     - man: Itemize dpkg-gensymbols -c levels.
1709     - man: Add man page for deb-md5sums(5).
1710       Reported by Maxim Cournoyer (on IRC).
1711     - man: Switch the Architecture field in deb-control(5) to required.
1712       Reported by Maxim Cournoyer (on IRC).
1713     - man: Make clear that dpkg-query arguments accept multiple values.
1714       Prompted by Rémi Rampin <remirampin@gmail.com>. See #913781.
1715     - man: Document dpkg-query --search and --listfiles output formats.
1716     - doc: Fix incorrect use of ‘an’ article.
1717     - doc: Update coding style to document POD instead of troff.
1718     - doc: Update THANKS file.
1719     - doc: Annotate current maintainer start year.
1720     - doc: Sort maintenance information chronologically.
1721     - man: Add versions since features where introduced.
1722     - man: Further clarify when re-inclusions of excluded pathnames happen.
1723       Closes: #871420
1724     - doc: Update Doxygen configuration from version 1.9.1.
1725     - doc: Improve description of dpkg suite.
1726       Prompted by Fabrice Bauzac-Stehly <noon@mykolab.com>.
1727     - man: Add a reference to where the Installed-Size algorithm is described.
1728     - man: Improve dpkg --verify-format rpm format documentation.
1729     - man: Document in deb-substvars(5) what ${} is good for.
1730       Prompted by Paul Wise <pabs@debian.org>.
1731     - man: Document in dpkg-architecture(1) target being useful for emulators
1732       too. Prompted by Helmut Grohne <helmut@subdivi.de>.
1733     - man: Document in dpkg-query(1) full --search and --listfiles output
1734       format. Prompted by Johannes Schauer Marin Rodrigues <josch@debian.org>.
1735   * Code internals:
1736     - Remove irrelevant or obsolete FIXME markers.
1737     - Turn FIXME markers denoting pending actions into TODO markers.
1738     - Turn FIXME markers giving historic information into simple Notes.
1739     - update-alternatives: Turn FIXME for explicit behavior choice into an XXX.
1740     - Use localtime_r() instead of localtime().
1741     - libdpkg: Remove MDEBUG support from m_malloc() implementation.
1742     - libdpkg: Mark dpkg_arch_unmark() arch_remove argument as const.
1743     - libdpkg: Mark treewalk_open() func argument as const.
1744     - dpkg: Mark ignore_depends() pkg argument as const.
1745     - dpkg: Mark deb_parse_conffiles() pkg argument as const.
1746     - libcompat: Remove local setexecfilecon() and require libselinux 2.3.
1747     - libdpkg: Add missing DPKG_{BEGIN,END}_DECLS in header files.
1748     - dpkg: Move SELinux function declarations into its own header file.
1749     - dpkg: Move the command action enum to its own header file.
1750     - dpkg: Switch from including "main.h" to "force.h".
1751     - dselect: Rename dme() to display_menu_entry().
1752     - dpkg: Split function handling deconfiguration due to install and removal.
1753     - libdpkg: Add new ACTION_MUX macro for continued options.
1754     - dpkg: Refactor --assert-<feature> handling to be data driven.
1755     - dpkg-fsys-usrunmess: Do not use interpolated strings for literals.
1756     - dpkg-db-backup: Add a license header comment.
1757   * Build system:
1758     - Fallback to $^X and 'perl' if $Config{perlpath} is unset or empty.
1759     - Bump minimal Perl version to 5.28.1.
1760     - Remove redundant localedir and pkgconfdir initializations.
1761     - Check for libsocket.
1762     - Do not set have_libmd on the found branch in AC_SEARCH_LIBS.
1763     - Switch DPKG_FUNC_C99_SNPRINTF from AC_LANG_SOURCE to AC_LANG_PROGRAM.
1764     - Check whether fsync(3) works on directories.
1765     - Remove obsolete AC_HEADER_STDC.
1766     - Detect appropriate sed program at configure time.
1767     - Rename DPKG_DEB_PROG_TAR to DPKG_PROG_TAR.
1768     - Parametrize the backups directory with a configure option.
1769     - Add a check for symlinks in the git repository.
1770     - Rename shell scripts to .sh.
1771     - Switch from hardcoded /run to parametrized runstatedir.
1772     - Use new Dpkg::Control keep_duplicate option in gen-changelog.
1773     - Use title-case for field in gen-changelog.
1774     - Execute run-script via CONFIG_SHELL.
1775       Reported by Larkin Nickle <me@larbob.org>.
1776     - Quote variables containing pathnames in m4 macros.
1777     - Add support for commit message fix up machinery in gen-changelog.
1778   * Packaging:
1779     - Use absolute pathnames in .install debhelper fragments.
1780     - Remove unused dh_installcron call for arch-indep targets.
1781     - Add support for a native systemd timer. Closes: #985444
1782     - Create auotpkgtest installation directory.
1783     - Bump Standards-Version to 4.6.0 (no changes needed).
1784   * Test suite:
1785     - Pass --ignore-builtin-builddeps to dpkg-buildpackage.
1786     - Use can_run() instead of find_command().
1787     - Add descriptions to makefile test runners.
1788     - Add unit tests for architecture bijective mapping property.
1789     - Suppress cppcheck constParameter check.
1790     - Suppress bogus cppcheck for nullPointerRedundantCheck.
1791     - Mark external sourced shell files for checking.
1792     - Ignore new shellcheck checks.
1793     - Remove shipped dpkg database.
1794     - Add re-inclusion of symlink case to t-filtering. See #871420.
1795     - Generate symlink during test build time.
1796     - Remove superfluous long filename.
1797     - Refactor parse_ctrl() from parse_dsc().
1798     - Update codespell stopwords.
1800   [ Helge Kreutzmann ]
1801   * deb-md5sums.pod: Fix typo.
1803   [ Add programs translations ]
1804   * Occitan (Quentin PAGÈS).
1806   [ Update dselect translations ]
1807   * German (Sven Joachim).
1809   [ Update man pages translations ]
1810   * German (Helge Kreutzmann).
1812   [ Update programs translations ]
1813   * German (Sven Joachim).
1814   * Polish (Marcin Owsiany, Łukasz Dulny).
1816   [ Update scripts translations ]
1817   * German (Helge Kreutzmann).
1819  -- Guillem Jover <guillem@debian.org>  Sun, 05 Dec 2021 16:32:45 +0100
1821 dpkg (1.20.8) unstable; urgency=medium
1823   [ Guillem Jover ]
1824   * start-stop-daemon: Open the --output file in append mode.
1825   * dpkg: Fix --auto-deconfigure for essential and protected during
1826     installation. Reported by Julian Andres Klode <jak@debian.org>.
1827     See #983014.
1828   * dpkg-realpath: Fix resolution for absolute symlinks on «/».
1829     Closes: #983855
1830   * dpkg-realpath: Fix symlink loop tracker.
1831   * Perl modules:
1832     - Test::Dpkg: Fix test data path fetching on CPAN.
1833     - Dpkg::Exit: Preserve exit code in END block.
1834   * Build system:
1835     - Group Test::Dpkg changelog entries into “Perl modules” section.
1836   * Packaging:
1837     - Run autopkgtest test suites in verbose mode.
1838   * Test suite:
1839     - Set PERL in the perl test suite.
1840     - Use gunzip instead of zcat and assume it might not be present.
1841     - Mock dpkg and gcc for architecture detection code.
1842     - Initialize DEB_BUILD_ARCH and DEB_HOST_ARCH to avoid computing them.
1843     - Update suppressions for cppcheck 2.4.
1845   [ Update man pages translations ]
1846   * Dutch (Frans Spiesschaert). Closes: #981884
1847   * German (Helge Kreutzmann).
1848   * Portuguese (Américo Monteiro). Closes: #980018
1850   [ Update programs translations ]
1851   * Dutch (Frans Spiesschaert). Closes: #981882
1853   [ Update scripts translations ]
1854   * German (Helge Kreutzmann). Closes: #983865
1856  -- Guillem Jover <guillem@debian.org>  Tue, 13 Apr 2021 22:17:05 +0200
1858 dpkg (1.20.7) unstable; urgency=medium
1860   [ Guillem Jover ]
1861   * libdpkg: Do not consider the database locked with a missing lock file.
1862     Reported by David Kalnischkies <donkult@debian.org>.
1863   * Documentation:
1864     - man: Clarify and expand information on dpkg-realpath(1) man page.
1865       Closes: #979564
1866   * Packaging:
1867     - Update copyright notices in debian/copyright.
1868     - Bump Standards-Version to 4.5.1 (no changes required).
1869   * Test suite:
1870     - On as-root mode do not use sudo if already running as root.
1871     - Print WARN instead of FAIL for maintscript fd leaks.
1873   [ Update man pages translations ]
1874   * German (Helge Kreutzmann).
1876   [ Update programs translations ]
1877   * German (Sven Joachim).
1879  -- Guillem Jover <guillem@debian.org>  Sat, 09 Jan 2021 00:59:45 +0100
1881 dpkg (1.20.6) unstable; urgency=medium
1883   [ Guillem Jover ]
1884   * libdpkg: Fix undefined behavior in varbuf functions.
1885     Reported by KOLANICH <kolan_n@mail.ru>.
1886   * libdpkg: Fix memory leaks in tar_extractor().
1887   * libdpkg: Fix memory leak in trigger deferred processing.
1888     Reported by KOLANICH <kolan_n@mail.ru>.
1889   * libdpkg: Fix memory leak in filesystem treewalk node free function.
1890   * libdpkg: Fix memory leak in filesystem treewalk iterator.
1891   * libdpkg: Fix single-instance memory leak with fsys dir.
1892   * libdpkg: Fix short-lived memory leaks.
1893   * libdpkg: Reset error context errmsg after free().
1894   * dpkg: Fix memory leak for cidir.
1895     Reported by KOLANICH <kolan_n@mail.ru>.
1896   * dpkg: Fix short-lived memory leak in --force-help output.
1897     Based on a patch by KOLANICH <kolan_n@mail.ru>.
1898   * dpkg-deb: Fix single-instance memory leak on missing conffiles control
1899     file.
1900   * dpkg-divert: Fix short-lived memory leaks.
1901   * dpkg-realpath: Add new -z, --zero option.
1902     Requested by Johannes Schauer <josch@debian.org>.
1903   * dpkg-deb: Make decompression error message more descriptive.
1904     Closes: #968442
1905   * dpkg-architecture: Add a --print-format option.
1906     Prompted by #968963.
1907   * dpkg-buildpackage: Warn on known R³ values in uppercase.
1908     Reported by Niels Thykier <niels@thykier.net>.
1909   * dpkg-buildpackage: Error out on R³ "yes" value.
1910     Requested by Niels Thykier <niels@thykier.net>.
1911   * dpkg-buildpackage: Clarify R³ keyword diagnostic messages.
1912   * dpkg-deb, dpkg-split: Fix time handling to support 64-bit time.
1913   * libdpkg: Check that the ar archive time is within bounds.
1914   * libdpkg: Ignore not-installed packages for source related virtual fields.
1915     Closes: #972580
1916   * libdpkg: Make source version parsing more robust on missing data.
1917     See #972580.
1918   * libdpkg: Do not forget not-installed packages that are set on hold.
1919     Reported by David Kalnischkies <donkult@debian.org>.
1920   * update-alternatives: Fix memory leaks for alternative database context on
1921     load errors.
1922   * update-alternatives: Fix short-lived memory leaks for alternative structs.
1923   * update-alternatives: Fix memory leaks with new_choice.
1924   * update-alternatives: Fix short-lived memory leaks for log_file and admdir.
1925   * dpkg-buildflags: Add support for DFLAGS. Closes: #975896
1926   * dpkg-parsechanaglog: Document --file in --help output.
1927   * libdpkg: Fix allocation size wrap around when growing a varbuf.
1928   * dpkg-query: Do not print database loading progress. Closes: #977240
1929   * Rename taint tag to merged-usr-via-aliased-dirs.
1930   * dpkg-buildflags: Enable reproducible=fixfilepath by default.
1931     Thanks to Vagrant Cascadian <vagrant@reproducible-builds.org>.
1932     See https://lists.debian.org/debian-devel/2020/10/msg00222.html.
1933     Closes: #974087
1934   * start-stop-daemon: Move umask setup before any file has been created.
1935   * start-stop-daemon: Add a new --output option to redirect stderr and stdout.
1936   * dpkg-maintscript-helper: Do not pass DPKG_ROOT prefixed pathmames to
1937     dpkg-realpath.
1938   * dpkg: When removing old files check the pathname with diversion and
1939     instdir.
1940   * dpkg-realpath: Make 'link includes root prefix' error more verbose.
1941   * libdpkg: Make sure we do not walk on rootless trees.
1942   * dpkg: Fix incorrect logic around printing dependency warnings.
1943     Thanks to Jessica Clarke <jrtc27@debian.org>.
1944     Reported by Helmut Grohne <helmut@subdivi.de>.
1945   * Support remove-on-upgrade conffile flag via DEBIAN/conffiles.
1946     Based on a patch by Niels Thykier <niels@thykier.net>. Closes: #822462
1947   * dpkg-fsys-usrunmess: New program.
1948   * Perl modules:
1949     - Dpkg::Index: Add new item_opts option.
1950     - Dpkg::Exit: Fix exit handler on program termination. Closes: #966083
1951     - Dpkg::Changelog::Entry::Debian: Fix format string.
1952       Prompted by #967911.
1953     - Dpkg::Changelog::Parse: Add new verbose option.
1954       Prompted by #967911.
1955     - Dpkg::Changelog::Parse: Document 'label' option.
1956     - Dpkg::Source::Package::V1: Print a message when verifying tarball
1957       signatures.
1958     - Dpkg::Path: Fix pathname traversal check for symlinks. Closes: #971203
1959     - Dpkg::Source::Package: Honor no_check for directory traversal checks.
1960       See #971203.
1961     - Dpkg::Source::Package: Call syserr() instead of syserror().
1962       Reported by Drew Parsons <dparsons@debian.org>.
1963       See #849752. Closes: #976249
1964     - Dpkg::Path: Check first whether the files are the same by comparing
1965       string-wise. Closes: #849752
1966     - Dpkg::OpenPGP: Refactor gpg armor code into its own function.
1967   * Documentation:
1968     - man: Fix typo in --print-unset option reference.
1969       Reported by Ferenc Wágner <wferi@debian.org>. Closes: #966110
1970     - man: Clarify that dpkg-architecture uses some of its own variables.
1971       Closes: #966111
1972     - man: Fix casing and namespacing in VARIABLES definitions.
1973     - man: Fix typo in dpkg-source(1).
1974       Thanks to Paul Wise <pabs@debian.org>.
1975     - man: Add a reference to deb-symbols(5) in deb-src-symbols(5) DESCRIPTION.
1976       Prompted by #970083.
1977     - man: Specify that symbol, version and id are separated by a single
1978       whitespace. Closes: #970083
1979     - man: Clarify day-of-month format in deb-changelog(5).
1980       Reported by Axel Beckert <abe@debian.org>.
1981       See #971977.
1982     - man: Update update-alternatives maintainer script usage information.
1983       Prompted by Niels Thykier <niels@thykier.net>.
1984     - man: Switch to use L<> markup for URLs instead of B<>.
1985     - doc, man: Clarify that R³ values are case sensitive.
1986       Prompted by Niels Thykier <niels@thykier.net>.
1987     - man: Add references to deb822(5) to file formats based on it.
1988       Prompted by Niels Thykier <niels@thykier.net>.
1989     - man: Clarify config-files state in dpkg(1).
1990       Prompted by Stuart Prescott <stuart@debian.org>.
1991     - man: Fix typos.
1992     - man: Hyphenate multiple words in deb-override(5) format description.
1993     - man: Uppercase acronyms and logic operators.
1994     - man: Empty or whitespace-only lines in deb-conffiles(5) are not accepted.
1995   * Code internals:
1996     - libcompat, dpkg: Stop using deprecated security_context_t data type.
1997     - update-alternatives: Refactor alternative database context freeing into a
1998       new function.
1999     - libdpkg: Do not define the clamp macro when compiling C++ code.
2000       Reported by Helmut Grohne <helmut@subdivi.de>.
2001     - libdpkg: Replace FSF address by pointing to the gnu.org URL.
2002     - libdpkg: Initialize pkgbin's newhash to NULL.
2003       Prompted by Steinar H. Gunderson <sesse@debian.org>.
2004     - libdpkg: Use memset() instead of open-coding struct blanking.
2005       Prompted by Steinar H. Gunderson <sesse@debian.org>.
2006     - Do not call fsys_hash_init() before command actions.
2007       Prompted by Steinar H. Gunderson <sesse@debian.org>.
2008     - libdpkg: Fix m_pipe() function definition prototype to match declaration.
2009     - libdpkg: Refactor new str_rtrim_spaces().
2010       Based on a patch by Niels Thykier <niels@thykier.net>.
2011     - dpkg: Call fsys_hash_find_node() outside tar_fsys_namenode_queue_push().
2012     - Use a conffilename variable to track the actual conffile name in the
2013       buffer.
2014       Thanks to Niels Thykier <niels@thykier.net>.
2015   * Build system:
2016     - Add new gen-changelog tool.
2017     - Pre-process the curses header before parsing it. Closes: #970545
2018     - Fix variable substitution in man pages.
2019       Reported by Niels Thykier <niels@thykier.net>. Closes: #978983
2020     - Add a README.cpan to be installed as README in the CPAN distribution.
2021     - Do not try to use <sys/sysctl.h> on GNU/Linux.
2022     - Fix «make distcheck» for man pages.
2023     - Update GitLab CI configuration to use built-in functional test suite.
2024     - Make it possible to override PKGDATADIR on built scripts too.
2025     - Disable umask to 0 for Docker executor in GitLab CI.
2026     - Disable functional test suite debug mode on GitLab CI.
2027     - Sort po4a entries in po4a.cfg.
2028   * Packaging:
2029     - Do not fail the bug-script if readlink fails. Closes: #968397
2030     - Improve cron file robustness on missing or empty backup files.
2031       Closes: #969472
2032     - Use AUTOPKGTEST_TMP instead of writing into the source tree.
2033     - Hook the functional test suite into autopkgtest.
2034     - Remove trailing comma from lintian profile file.
2035     - Do not hardcode libdpkg-perl dependency on perl:any.
2036       Thanks to Sven Joachim <svenjoac@gmx.de>.
2037   * Test suite:
2038     - Fix short lived memory leaks in unit tests.
2039     - Print the ehandle unit test error output on verbose mode.
2040     - Improve dpkg-divert test to output stdout and stderr.
2041     - Use intermediate variable for directory traversal item iteration.
2042     - Refactor root handling in Dpkg::Path unit tests.
2043     - Refactor test verbose check into an inline function.
2044     - Make it possible to include test.h from benchmarks.
2045     - Disable hash reports in benchmark tests unless verbose.
2046     - Add support for basic test try/catch/finally keywords.
2047     - Merge the dpkg-tests.git repository into tests/.
2048     - Update merged functional test suite assumptions.
2049     - Remove redundant test cases from the functional test suite.
2050     - Remove source package building support from functional test suite.
2051     - When using DPKG_BUILDTREE add scripts/ to DPKG_PATH.
2053   [ Add man pages translations ]
2054   * Portuguese (Américo Monteiro). Closes: #964751
2056   [ Update dselect translations ]
2057   * Dutch (Frans Spiesschaert). Closes: #968294
2058   * French (Didier Vidal). Closes: #964749
2060   [ Update man pages translations ]
2061   * Dutch (Frans Spiesschaert). Closes: #968743
2062   * German (Helge Kreutzmann).
2064   [ Update programs translations ]
2065   * Dutch (Frans Spiesschaert). Closes: #968744
2066   * German (Sven Joachim).
2068   [ Update scripts translations ]
2069   * German (Helge Kreutzmann).
2071  -- Guillem Jover <guillem@debian.org>  Fri, 08 Jan 2021 04:39:40 +0100
2073 dpkg (1.20.5) unstable; urgency=medium
2075   [ Guillem Jover ]
2076   * Revert change to prefix the specs file spec string self_spec with +
2077     instead of *. The prefix is supposed to go in the text itself
2078     instead of the spec name, which already had it. This change only
2079     apparently fixed the issue at hand because gcc started parsing it as
2080     the «[SUFFIX]:» case, completely disabling the PIE handling.
2081     Thanks to Thorsten Glaser <tg@mirbsd.de>.
2082   * Perl modules:
2083     - Dpkg::Source::Package::V1: Explicitly initialize constructor options to
2084       their implicit values, otherwise other code end up assuming different
2085       defaults. This is required here too as this class does not call the
2086       initialization from its parent.
2087   * Build system:
2088     - Detect the GNU program variants for make, patch and tar in the CPAN
2089       distribution to replace in the Dpkg module.
2090     - Set DEB_BUILD_ARCH to a dummy “amd64” in the CPAN distribution tests
2091       to not require a dpkg(1) in the system.
2092   * Test suite:
2093     - Only print the Dpkg::Path::check_directory_traversal() error on failure.
2095   [ Updated scripts translations ]
2096   * German (Helge Kreutzmann).
2098  -- Guillem Jover <guillem@debian.org>  Wed, 08 Jul 2020 05:40:39 +0200
2100 dpkg (1.20.4) unstable; urgency=medium
2102   [ Guillem Jover ]
2103   * Improve PIE flags support:
2104     - Prefix the specs file spec string self_spec with + instead of *.
2105       This way we do not override any previous setting, otherwise when
2106       passing the -specs options twice (f.ex. to compile and link), only the
2107       last one will take effect, which can break the build. Closes: #870383
2108   * Perl modules:
2109     - Dpkg::Source::Package: Explicitly initialize constructor options to
2110       their implicit values, otherwise other code end up assuming different
2111       defaults. Closes: #964017
2112     - Dpkg::OpenPGP: Use a temporary directory for the GnuPG homedir in
2113       verify_signature(), to make sure we do not write to the user home
2114       directory, except for the trustkeys.db file if present.
2115     - Dpkg::Path: Refactor new check_directory_traversal() function out of
2116       Dpkg::Source::Package->extract().
2117     - Dpkg::Path: Do not do partial matches for directory traversal checks,
2118       expect a trailing slash after the base directory name.
2119     - Dpkg::Path: Catch uncanonicanizable pathnames with a proper error.
2120       Closes: #964111
2121     - Dpkg::Path: Do not consider missing symlink targets a directory
2122       traversal attempt. Closes: #964234
2123     - Dpkg::Path: Allow /dev/null for directory traversals.
2124       Reported by Holger Levsen <holger@layer-acht.org>.
2125   * Build system:
2126     - Add Module::Signature as configure recommends for CPAN.
2127   * Test suite:
2128     - Use File::Path::make_path() instead of chained mkdir() in Dpkg_Path.t.
2129     - Add unit tests for Dpkg::Path::check_directory_traversal().
2131   [ Updated programs translations ]
2132   * German (Sven Joachim).
2134  -- Guillem Jover <guillem@debian.org>  Tue, 07 Jul 2020 07:57:48 +0200
2136 dpkg (1.20.3) unstable; urgency=medium
2138   [ Guillem Jover ]
2139   * Perl modules:
2140     - Dpkg::OpenPGP: Pass --no-options to gpg in verify_signature().
2141       Reported by Bertrand Marc <bmarc@debian.org>. Closes: #963839
2142     - Dpkg::Build::Info: Clarify by giving context to the
2143       get_build_env_whitelist() deprecation warning. Closes: #963844
2144       Reported by Sven Joachim <svenjoac@gmx.de>.
2145     - Dpkg::Source::Package: Fix check_original_tarball_signature() to make
2146       import_key() honor require_valid_signature, which should default to
2147       false. Reported by Mattia Rizzolo <mattia@debian.org>.
2148     - Dpkg::OpenPGP: Use a temporary directory for the GnuPG homedir in
2149       import_key(), to make sure we do not write to the user home directory,
2150       which might be read-only or non-existent. Closes: #963944
2151       Reported by Mattia Rizzolo <mattia@debian.org>.
2152   * Code internals:
2153     - libdpkg: Print a notice if we cannot write to the log file.
2154   * Build system:
2155     - Improve error diagnosis for configure version fetching script.
2156       Prompted by Norbert Preining <norbert@preining.info>.
2158   [ Updated programs translations ]
2159   * German (Sven Joachim).
2161  -- Guillem Jover <guillem@debian.org>  Mon, 29 Jun 2020 12:37:51 +0200
2163 dpkg (1.20.2) unstable; urgency=medium
2165   * dpkg: Do not include the architecture with --robot --version.
2166   * update-alternatives: Create alternatives directory (/etc/alternatives)
2167     if it is missing, to help with installation bootstrapping.
2168     Reported by Johannes Schauer <josch@debian.org>.
2169   * update-alternatives: Create the log directory if it is missing.
2170   * Perl modules:
2171     - Dpkg::Source::Package: Turn the missing expected tarball signature
2172       error into a warning for now, as it is causing unintended fallout,
2173       and does not play nice (yet) with tarballs repackaged by uscan(1).
2174       Closes: #963821
2175   * Code internals:
2176     - update-alternatives: Move log_msg() after make_path() so that we can use
2177       the latter.
2178     - update-alternatives: Add new xstrndup() and xdirname() functions.
2179   * Build system:
2180     - Set SHELL in the test environment.
2181     - Do not fail if po4a is not found, and search for it just once.
2182     - Fix name and section generation for translated man pages. This caused
2183       pod2man to get an empty --name argument and not output anything,
2184       resulting in generating empty man pages. Closes: #963794
2185   * Packaging:
2186     - Sort debian/dpkg-dev.manpages.
2187     - Install deb-src-symbols(5) in dpkg-dev package.
2189  -- Guillem Jover <guillem@debian.org>  Sun, 28 Jun 2020 00:42:11 +0200
2191 dpkg (1.20.1) unstable; urgency=medium
2193   [ Guillem Jover ]
2194   * Fix dpkg logging regression introduced in 1.20.0:
2195     - libdpkg: Use varbuf member .used instead of .size in log_message(),
2196       to avoid printing garbage.
2197     - libdpkg: Open the log file as write-only instead of read-only.
2198     Thanks to Roderich Schupp <roderich.schupp@gmail.com>. Closes: #953684
2199   * Unify and cleanup Makefile fragment files comments, including information
2200     about version of introduction.
2201   * Add new buildopts.mk Makefile fragment to support parsing DEB_BUILD_OPTIONS
2202     options with arguments, such as “parallel” as DEB_BUILD_OPTION_PARALLEL.
2203   * dpkg-genchanges: Handle empty Date fields from parsed debian/changelog.
2204     Based on a patch by Baptiste BEAUPLAT <lyknode@cilg.org>. Closes: #956321
2205   * dpkg-source: Check that debian/tests/control has the required fields.
2206     Prompted by Felix Lechner <felix.lechner@lease-up.com>.
2207   * dpkg-deb, dpkg: Do not accept relative pathnames in DEBIAN/conffiles.
2208     Reported by Niels Thykier <niels@thykier.net>.
2209   * dpkg-split: Fix off-by-one check in ar header padding, that was making
2210     parsing error out on valid archives. Regression introduced in dpkg 1.18.8.
2211   * libdpkg: Fix error message for ending version character in dependency
2212     parser:
2213     - Move the version unterminated case before the catchall.
2214     - Print the actual wrong character and print what is expected.
2215   * libdpkg: Do not use econtext->errmsg on out of context abort, as it might
2216     be uninitialized.
2217   * update-alternatives: Set the umask to 022 on program start.
2218     Reported by Paul Wise <pabs@debian.org>.
2219   * dpkg-parsechangelog: Fix --show-field for multiline fields. We were not
2220     stripping trailing whitespace, and were not prefixing empty lines with
2221     a ‘.’, like when printing with the field names.
2222     Reported by Paul Wise <pabs@debian.org>.
2223   * dpkg: Add a new --robot option to be used with --version.
2224   * dpkg, dpkg-query: Document missing options in --help output.
2225   * Unify ellipsis formatting in programs --help output.
2226   * Add Protected field support.
2227   * dpkg-realpath: New program, to be used by dpkg-maintscript-helper, and
2228     any maintainer script that needs a realpath that can handle pathnames
2229     relative to the dpkg root directory.
2230   * dpkg-realpath: Add support for DPKG_ROOT.
2231     Thanks to Helmut Grohne <helmut@subdivi.de>.
2232   * dpkg-realpath: Add support for --root and --instdir options.
2233   * dpkg-maintscript-helper: Add support for DPKG_ROOT:
2234     - Add DPKG_ROOT support for conffiles.
2235       Thanks to David Kalnischkies <david@kalnischkies.de>.
2236     - Add DPKG_ROOT support for symlink to and from directory switches.
2237       Based on a patch by Bastien ROUCARIÈS <roucaries.bastien@gmail.com>.
2238     Closes: #832176
2239   * update-alternatives: Add DPKG_ROOT support, and new --root and --instdir
2240     options. Closes: #871808
2241   * Portability:
2242     - libdpkg: When using uselocale(), include <xlocale.h> for locale_t if
2243       the header is available. Needed on BSDs.
2244       Reported by Sirio Balmelli <sirio@b-ad.ch>.
2245   * Perl modules:
2246     - Dpkg: Add a LICENSE section to the POD.
2247     - Dpkg::Source::Package: Add new get_upstream_signing_key() method.
2248     - Dpkg::Source::Package: Check missing expected tarball signatures.
2249     - Dpkg::Source::Package::V1: Check version format matching source format.
2250     - Dpkg::Vendor::Debian: Add debian-nonupload.gpg keyring.
2251       Thanks to Taowa Munene-Tardif <taowa@debian.org>. Closes: #956055
2252     - Dpkg::Vendor::Debian: Detect merged-usr-via-symlinks also with absolute
2253       pathnames. Reported by Adam Borowski <kilobyte@angband.pl>.
2254     - Dpkg::Build::Info: Avoid whitelist in function name.
2255     - Dpkg::Shlibs::SymbolFile: Avoid blacklist and whitelist terms.
2256   * Documentation:
2257     - man: Fix misused two-fonts macros.
2258       Thanks to Bjarni Ingi Gislason <bjarniig@rhi.hi.is>. Closes: #955028
2259     - man: Trim trailing whitespace from output.
2260       Thanks to Bjarni Ingi Gislason <bjarniig@rhi.hi.is>. Closes: #955030
2261     - man: Mention that dpkg(1) does not provide all back-end interfaces.
2262       Prompted by Elana Hashman <ehashman@debian.org>.
2263     - man: Clarify and fix file formats SYNOPSIS.
2264     - man: Clarify that deb-control(5) is a subset of deb-src-control(5).
2265       Closes: #958229
2266     - man: Unify warning and note admonitions formatting.
2267     - man: Remove useless commented out macros.
2268     - man: Fix unbalanced quotes in macro arguments.
2269     - man: Specify the indentation level for all following .IP macros, not
2270       just the first one.
2271     - man: Use .TP macros instead of hand-crafted formatting.
2272     - man: Fix font markup for some variable and literal strings.
2273     - dpkg-maintscript-helper: Add -?, --help and --version to --help output.
2274     - man: Fix apt and aptitude references.
2275       Reported by Helge Kreutzmann <debian@helgefjell.de>.
2276     - man: Mark commands (eval) in bold and quote library names (libgcc).
2277       Reported by Helge Kreutzmann <debian@helgefjell.de>.
2278     - man: Use UTF-8 quotes instead of ancient groff register variables.
2279     - man: Use literal double quotes instead of groff escape sequences.
2280     - man: Clarify that we resolve bug reports not bug report numbers.
2281       Reported by Helge Kreutzmann <debian@helgefjell.de>.
2282     - man: Clarify POSIX shell eval command usage in dpkg-architecture(1).
2283     - man: Use item lists instead of verbatim or hand-crafted formatting.
2284     - man: Do not use verbatim formatting for text that is not an example.
2285     - man: Markup examples explicitly with .EX/.EE.
2286     - man: Fix indentation for a note admonition in dpkg-scansources(1).
2287     - man: Document that a 3.0 (quilt) patch cannot create or modify symlinks.
2288       Thanks to Johannes Schauer <josch@debian.org>.
2289     - man: Reword text to reduce length in verbatim code block.
2290     - man: Add semicolons before verbatim code blocks.
2291     - man: Update dselect methods provided. Several got removed in 1.20.0.
2292     - man: The Installed-Size field does not get its value from du(1) since
2293       1.18.0.
2294     - man: Fix dpkg-gencontrol -P description to not refer to dpkg-source.
2295       Reported by Jakub Wilk <jwilk@jwilk.net>.
2296     - man: Place description of override value column on its own paragraph.
2297     - man: Surround markup within verbatim blocks with .nf/.fi.
2298     - man: Balance font markup.
2299     - man: Do not nest font markup.
2300     - man: Use .ig/.. macros to disable text instead of commenting it out.
2301     - man: Do not mark end of sentence period with bold.
2302     - man: Add a missing comma after man page reference in SEE ALSO section.
2303     - man: Convert man pages from roff to POD.
2304     - man: Clarify the dpkg --no-act admonition.
2305     - man: Avoid whitelist term in dpkg-source man page.
2306   * Code internals:
2307     - Use $() in shell or qx() in perl instead of ``.
2308     - dpkg-split: Switch part number variables from unsigned int to int.
2309     - scripts: Refactor shell error handling into a shell library
2310     - Reformat shell code to follow the coding style.
2311     - update-alternatives: Parametrize option names in output strings.
2312     - update-alternatives: Move logging function close to output functions.
2313     - update-alternatives: Move argument parsing functions close to main().
2314     - update-alternatives: Add general purpose non-failing functions for
2315       administrative directory access.
2316     - update-alternatives: Add filesystem abstraction functions.
2317   * Build system:
2318     - Handle .git being a plain file when getting the dpkg tree version.
2319     - Add debian/changelog as a Changes file to the CPAN distribution.
2320     - Set DPKG_SERIES to 1.20.x when running the functional test suite.
2321     - When using po4a require at least po4a 0.59. Change the po4a --porefs
2322       argument from no longer supported “noline,wrap” to “file”, as wrapping
2323       is the default since po4a 0.58. We require po4a 0.59 as 0.58 had a
2324       regression in its --srcdir support.
2325     - Switch to set the po4a addendum in the po4a_paths section instead of
2326       repeating it for each man page.
2327     - Use po4a conditional addendum support, and remove empty addenda.
2328     - Use po4a mode=eof support in addenda.
2329     - Do not use make prerequisites on suffix rule definitions.
2330       Closes: #961850
2331     - Add man page number suffixes to the automake SUFFIXES variable.
2332     - Update false positive suppressions for cppcheck 2.1.
2333     - Install specifications and API contracts in docdir.
2334     - Add support for switching man pages from roff to POD format.
2335     - Fix shell files substitution for version variable.
2336   * Packaging:
2337     - Switch to debhelper compatibility level 13.
2338     - Remove debian/tmp prefix from manpages debhelper fragment files.
2339     - Handle missing localized man pages gracefully.
2340     - Install AUTHORS, THANKS, usertags, README.api and
2341       README.feature-removal-schedule only in dpkg.deb.
2342     - Rename debian/usertags to debian/README.bug-usertags.
2343     - Install specifications to /usr/share/doc/dpkg/ in the dpkg-dev package.
2344     - Detect merged-usr-via-symlinks also with absolute pathnames in
2345       bug-script. Reported by Adam Borowski <kilobyte@angband.pl>.
2346   * Test suite:
2347     - Rename deb-content test cases to make them more descriptive.
2348     - Skip autogenerated files from codespell.
2350   [ Updated programs translations ]
2351   * German (Sven Joachim).
2352   * Simplified Chinese (Boyuan Yang). Closes: #958437
2354   [ Updated scripts translations ]
2355   * German (Helge Kreutzmann).
2357   [ Updated man pages translations ]
2358   * German (Helge Kreutzmann).
2360  -- Guillem Jover <guillem@debian.org>  Sat, 27 Jun 2020 02:41:48 +0200
2362 dpkg (1.20.0) experimental; urgency=medium
2364   [ Guillem Jover ]
2365   * libdpkg: Do not generate a backup file for the available database.
2366     Closes: #343578
2367   * perl: Switch Getopt::Long from bundling to bundling_values. This means
2368     the few scripts using Getopt::Long will stop accepting options in the
2369     form «-ab» for «-a -b», which is not future-proof, as it does not allow
2370     these options to get new arguments without making them ambiguous.
2371   * dpkg-buildpackage: Remove transient backwards R³ compatibility code.
2372   * buildtools.mk: Add support for nostrip in DEB_BUILD_OPTIONS when setting
2373     the STRIP variable.
2374   * dpkg-genbuildinfo: Do not include irrelevant packages in the Binary field.
2375   * dpkg: Do not clear selections for unknown packages. Closes: #927752
2376   * dpkg-shlibdeps: Add support for new Build-Depends-Packages, to be able
2377     to specify multiple packages. Closes: #926669
2378     Based on a patch by Frank Schaefer <kelledin@gmail.com>.
2379   * perl: Remove support for versioned GnuPG 2 program and packages.
2380   * libdpkg: Clarify lock contender error message. Print the PID of the lock
2381     contender, and add a warning explaining that removing the lock file is
2382     never the correct solution.
2383   * dpkg-genchanges, dpkg-mergechangelogs: Remove support for ~vola
2384     versioning, as volatile.debian.org was decommissioned some time ago.
2385   * dpkg-genchanges, dpkg-mergechangelogs: Match ~deb also as a backport
2386     marker in versions. Closes: #934980
2387   * libdpkg, dpkg: Use new versiondescribe_c() for non-localizable call sites,
2388     such as when writing to a log, which should not be localized.
2389     Reported by Julien Cristau <jcristau@debian.org>.
2390   * dpkg-query: Try to use the package synopsis from the available file if
2391     not installed. Closes: #43573
2392   * dpkg-gencontrol: Take into account hardlinks when computing the
2393     Installed-Size substvar. Closes: #923475
2394     Patch co-authored with Sven Joachim <svenjoac@gmx.de>.
2395   * dpkg: Fix and clarify behavior for packages marked to be on “hold”. These
2396     need to be processed for configuration and triggers. Closes: #926472
2397   * dpkg: Use DPKG_ADMINDIR to set the admindir. Closes: #900071
2398   * dpkg-source: Remove backwards compatibility code for legacy build-profiles.
2399   * perl: Give more context on field parsing errors. Closes: #637060
2400   * dpkg-buildpackage: Add option to sanitize environment. Closes: #843776
2401   * update-alternatives: Cope with a missing administrative directory.
2402   * update-alternatives: Create the administrative directory on demand.
2403   * dpkg-split: Cope with a missing parts/ database directory.
2404   * dpkg-split: Create the parts/ database directory on demand.
2405   * libdpkg: Consider msdbrw_needsuperuser equivalent to msdbrw_write, so
2406     the same checks are performed on normal non --force-not-root operation.
2407   * libdpkg: Add support for bootstrapping the installation of dpkg:
2408     Closes: #914515
2409     - Create the logfile with correct permissions, and remove the code
2410       setting up the logfile from the dpkg postinst.
2411     - Allow missing status and available databases, so that they get created
2412       on write, and remove the code setting them up from the dpkg postinst.
2413       Closes: #647911
2414     - Do not change the ownership of the triggers database directory. Either
2415       we are running as root:root which means the ownership should be correct
2416       already, or we are not which means we cannot change it anyway.
2417     - Create the dpkg database directory on demand.
2418     - Create the updates/ database directory on demand.
2419     - Create the info/ database directory on demand.
2420   * dpkg-architecture: Fix handling of exec failing in --command.
2421     Reported by Helmut Grohne <helmut@subdivi.de>.
2422   * dpkg-buildpackage: Do not accept equal signs as part of the hook names.
2423     Reported by Daniel Shahaf <danielsh@apache.org>. Closes: #948291
2424   * dselect: Mark a string for translation.
2425   * dselect: Cleanup access methods:
2426     - Remove harddisk methods, as they were non-functional due to fdisk
2427       interface changes, and do not make sense anymore as we can expect users
2428       to mount any such filesystem on their own, to then use a filesystem
2429       method instead. Prompted by Helmut Grohne <helmut@subdivi.de>.
2430     - Remove cdrom method superseded by the multi_cd method.
2431     - Remove nfs methods, as there is nothing special about NFS, and mounting
2432       these should just be left to the local admin, who can mount any other
2433       remote filesystem too.
2434     - Remove multi_mount method, as the multi_cd method can take care of
2435       mounting the necessary images or devices.
2436     - Replace changelog with correct copyright in file header.
2437   * dpkg, dselect: Stop using first-person singular in output messages.
2438   * libdpkg: Fix memory leak in parsedb context close.
2439   * buildtools.mk: Add QMAKE variable. Closes: #920878
2440   * po: Fix translation of --compare-versions. Closes: #951614
2441     Thanks to Boyuan Yang <byang@debian.org>.
2442   * Perl modules:
2443     - Dpkg::Source::Package: Verify original tarball signatures at build time.
2444     - Dpkg::BuildFlags: Add new unset() method.
2445       Requested by Daniel Schepler <dschepler@gmail.com>.
2446     - Dpkg::Source::Package::V2: Emit a special patch header on
2447       single-debian-patch. Closes: #933152
2448     - Dpkg::Vendor::Debian: Only scan /usr/local/ directories that exist.
2449       Closes: #932967
2450     - Dpkg::Vendor::Debian: Do not set -Werror=implicit-function-declaration
2451       for C++. Closes: #939969
2452     - Dpkg::Deps: Check for valid virtual package version relations. Do not
2453       allow non-equal version relations in virtual provides. Closes: #930317
2454     - Dpkg: Remove internal lowercase variables $version, $progname,
2455       $admindir, $dpkglibdir and $pkgdatadir.
2456     - Dpkg::Changelog: Remove obsolete methods dpkg() and rfc822().
2457     - Dpkg::Changelog::Entry::Debian: Remove obsolete methods check_header()
2458       and check_trailer(). Hide variables $regex_header and $regex_trailer.
2459     - Dpkg::Changelog::Parse: Remove warnings of obsolete options forceplugin
2460       and libdir. Remove obsolete functions changelog_parse_debian() and
2461       changelog_parse_plugin().
2462     - Dpkg::Compression: Hide internal lowercase variables
2463       $default_compression, $default_compression_level and
2464       $compression_re_file_ext.
2465     - Dpkg::Deps::KnownFacts: Remove obsolete check_package() method.
2466     - Dpkg::Exit: Hide internal lowercase @handlers variable.
2467     - Dpkg::Gettext: Remove obsolete _g() function.
2468     - Dpkg::Source::Package: Hide internal lowercase variable
2469       @tar_ignore_default_pattern. Remove internal lowercase variable alias
2470       $diff_ignore_default_regexp.
2471     - Dpkg::Substvars: Remove obsolete no_warn() method.
2472     - Dpkg::Index: Change default value for unique_tuple_key to 1.
2473     - Dpkg::Version: Remove deprecation warning from semantic change in
2474       bool overload.
2475     - Dpkg::Checksums: Remove obsolete 'program' property warning.
2476     - Dpkg::Conf: Remove obsolete methods and obsolete croak for method option.
2477     - Dpkg::Vendor: Remove obsolete 'keyrings' hook.
2478     - Dpkg::Exit: Unregister all signal handlers once we have executed them.
2479       Closes: #932841
2480     - Dpkg::Exit: Register exit handlers also for __DIE__.
2481     - Dpkg::Source::Package::V3::Native: Do not say v1.0 for 3.0 formats.
2482     - Dpkg::Dist::Files: On filename parse error say file instead of package.
2483     - Dpkg::Substvars: Add new vendor:Name and vendor:Id substvars.
2484     - Dpkg::Source::Package: Detect directory traversals under debian
2485       directory. Reported by Felix Lechner <felix.lechner@lease-up.com>.
2486   * Documentation:
2487     - man: Fix uncommon wording constructs.
2488     - man: Use a minus sign for a literal string.
2489     - man: Clarify that the pager is called via «$SHELL -c».
2490     - dpkg-shlibdeps: Document split_soname() function.
2491       Prompted by Christopher Crim <christopher.crim@quoininc.com>.
2492     - Dpkg::Changelog: Document methods provided by subclasses.
2493       Reported by Felix Lechner <felix.lechner@lease-up.com>.
2494     - man: Globally adjust left and disable hyphenation.
2495     - man: Split dselect(1) --color from --colour option items.
2496     - man: Describe the SONAME formats supported in deb-shlibs(5).
2497     - man: Move template symbol documentation into new deb-src-symbols(5).
2498     - Dpkg::Changelog::Parse: Remove $ sigil from option names in POD.
2499     - Dpkg: Say class instead of object when appropriate.
2500     - Dpkg::Changelog: Clarify that these classes inherit from some other
2501       base class, which will contain the missing documentation.
2502       Prompted by intrigeri <intrigeri@debian.org>.
2503     - man: Clarify deb-changelog(5) format. Closes: #946780
2504     - man: Clarify debian/source/include-binaries format in dpkg-source(1).
2505       Prompted by Felix Lechner <felix.lechner@lease-up.com>.
2506     - man, doc: Clarify that the postinst "triggered" argument gets the
2507       trigger-name(s) as a space-separated list in the second argument.
2508       Prompted by Michael Biebl <biebl@debian.org>.
2509     - dselect: Update the multicd README file.
2510     - doc, man: Mark T and I package instances to avoid misreadings.
2511   * Code internals:
2512     - Dpkg::Source::Package: Refactor original tarball handling.
2513     - perl: Use File::Copy instead of spawning mv/cp commands.
2514     - Dpkg::OpenPGP: Refactor signature verification into a new function.
2515     - Dpkg::OpenPGP: Make it possible to verify detached signatures.
2516     - Dpkg::OpenPGP: Add support for importing an OpenPGP key into a keyring.
2517     - Dpkg::BuildFlags: Remove unused hash keys.
2518     - libdpkg: Use the variable instead of a type as sizeof() argument.
2519     - libdpkg: Use the totalwritten variable for a consistency check.
2520     - dselect: Reduce scope of variable, to avoid it being unused in a branch.
2521     - dpkg-deb: Fold two adjacent if conditionals into a single one.
2522     - dpkg: Initialize flagdeppossi in check_conflict().
2523     - libdpkg: Add new C locale switch over support.
2524     - libdpkg: Add new versiondescribe_c() to force a C locale.
2525     - dselect: Make baselist::draw_column_*() col arguments const.
2526     - libdpkg: Use p instead of name in dpkg_arch_name_is_illegal().
2527     - dpkg: Remove redundant condition for sourcefile in updateavailable().
2528     - dpkg, update-alternatives: Make variables static.
2529     - libdpkg: Add missing symbols to the version map.
2530     - libdpkg: Fix fiemap memory layout usage that confuses gcc 10 to emit a
2531       warning.
2532     - libdpkg: Only use varbuf_printf() in pkg_format_show() when necessary.
2533       This should speed up «dpkg-query --show» formatting.
2534     - libdpkg: Fix package format string to be a string literal.
2535       This suppresses a gcc warning.
2536     - dpkg: Fix short lived memory leak in --force-help handling.
2537     - dpkg-split: Fix short lived file descriptor leak in --auto.
2538     - start-stop-daemon: Explicitly ignore unimportant function return values.
2539     - start-stop-daemon: Fix memory leak on multiple --chuid arguments.
2540     - start-stop-daemon: Close the notification socket in the child.
2541     - libdpkg: Fix memory leaks in zlib and bz2 decompression functions.
2542     - libdpkg: Add new dir_make_path() and dir_make_path_parent() functions.
2543     - libdpkg: Add new atomic file flag to create the base path when missing.
2544     - libdpkg: Fix modstatdb_rw enum comments.
2545     - libdpkg, dpkg-query: Optimize db-fsys:Files virtual variable loading.
2546       We load either the entire db-fsys for all packages, possibly optimized
2547       per platform (such as by using fiemap), or the specific ones for the
2548       requested packages. This also fixes a problematic cast removing the
2549       constness of a variable.
2550     - Dpkg::Dist::Files: Document the two filename pattern formats.
2551     - update-alternatives: Remove redundant condition in argument parser.
2552     - update-alternatives: Move error context setup before calling setjmp(),
2553       so that cppcheck stops being confused.
2554     - test: Reformat 200_Dpkg_Shlibs.cpp for coding style conformance.
2555     - dpkg: Make it possible for the compiler to check printf() format
2556       string arguments on dependency printer.
2557     - dselect: Reorder branches in packagelist::deselect_one_of so that they
2558       are not duplicated.
2559     - dselect: Use nullptr instead of NULL.
2560     - dselect: Use static_cast<> instead of old-style type qualifier cast.
2561     - dselect: Do not use unnecessary old-style casts.
2562     - dselect: Fix variable types to avoid needing old-style casts.
2563     - libcompat: Disarm libselinux setexecfilecon() declaration for
2564       libcompat-test.
2565     - libdpkg: Define new VARBUF_OBJECT macro.
2566     - libdpkg: Add new ATOMIC_FILE_NORMAL enum value to avoid a cast in C++.
2567     - libdpkg: Use a new DPKG_NULL macro that works in C and C++.
2568     - libdpkg: Use a new DPKG_STATIC_CAST macro that works in C and C++.
2569     - libdpkg: Move printing of errno into dpkg_error_set().
2570     - libdpkg: Use a varbuf to store the problem messages per parsedb context.
2571     - libdpkg: Fix Doxygen comments.
2572   * Build system:
2573     - Bump minimal Perl version to 5.24.1.
2574     - Add a serial versioning to the m4 files.
2575     - Install m4 files into system aclocal directory.
2576     - Bump minimal gettext version to 0.19.8, to get the m4 files that can
2577       cross-build for musl-based systems.
2578     - Enable more compiler warnings.
2579     - Update Doxygen configuration from version 1.8.16.
2580   * Packaging:
2581     - Remove obsolete Breaks satisfied since oldstable.
2582     - Replace custom rule for 'configure' with call to dh_autoreconf.
2583       Thanks to Dan Streetman <ddstreet@canonical.com>. Closes: #939516
2584     - dselect: Remove methods state files on purge.
2585       Spotted by Sven Joachim <svenjoac@gmx.de>.
2586     - Switch to debhelper compatibility level 12.
2587     - Switch from debian/compat to debhelper-commpat in Build-Depends.
2588     - Bump Standards-Version to 4.5.0 (no changes required).
2589   * Test suite:
2590     - Remove perlcritic Documentation::RequirePodLinksIncludeText suppression.
2591     - Clarify cppcheck va_list_usedBeforeStarted suppression.
2592     - Skip build directories from codespell check.
2593     - Update stopwords for codespell 1.16.0.
2594     - Suppress new bogus cppcheck 1.90 false positives.
2595     - libdpkg: Remove redundant assignment in t-ehandle unit test.
2596     - Skip backup files from codespell check.
2597     - Ignore python-3.8 runtime warnings in codespell.
2599   [ Updated programs translations ]
2600   * German (Sven Joachim).
2601   * Portuguese (Miguel Figueiredo). Closes: #935695
2602   * Simplified Chinese (Mo Zhou). Closes: #942195, #945776
2604   [ Updated dselect translations ]
2605   * German (Sven Joachim).
2607   [ Updated scripts translations ]
2608   * German (Helge Kreutzmann).
2610   [ Updated man pages translations ]
2611   * German (Helge Kreutzmann). Closes: #931135
2613  -- Guillem Jover <guillem@debian.org>  Sun, 08 Mar 2020 03:31:40 +0100
2615 dpkg (1.19.7) unstable; urgency=medium
2617   [ Guillem Jover ]
2618   * dpkg: Fix off-by-one error in dpkg --abort-error. Closes: #924886
2619     Thanks to Tom Goulet <tomg@sentex.ca>.
2620   * dpkg: Set the force defaults before loading the config file, otherwise we
2621     incorrectly override them. Regression introduced in dpkg 1.19.5.
2622     Closes: #928671
2623   * dpkg: Split the trigger dependtry into two, the second of which will be
2624     the one checking trigger cycles when deferring trigger processing due to
2625     unsatisfiable dependencies. Closes: #928429
2626   * dpkg-deb: Validate ar member magic before normalizing any of its fields.
2627   * dpkg-deb: Honor --nocheck when building packages with newlines in
2628     filenames. Regression introduced in dpkg 1.18.1. Closes: #929727
2629   * Documentation:
2630     - rootless-builds.txt: Expand what the builder means. Mention the
2631       dpkg-deb option to use to set the owner and group to root. And reword
2632       the prototyping section to be less confusing with what is currently
2633       implemented. Closes: #929019
2634     - README: Clarify when autopoint is needed. Closes: #929601
2635     - Fix typos in docs and output strings. Warned by codespell.
2637   [ Updated programs translations ]
2638   * Catalan (Guillem Jover).
2640   [ Updated dselect translations ]
2641   * Catalan (Guillem Jover).
2643   [ Updated scripts translations ]
2644   * Catalan (Guillem Jover).
2646   [ Updated man pages translations ]
2647   * Dutch (Frans Spiesschaert). Closes: #926665
2648   * French (Jean-Pierre Giraud). Closes: #929664
2650  -- Guillem Jover <guillem@debian.org>  Mon, 03 Jun 2019 23:22:35 +0200
2652 dpkg (1.19.6) unstable; urgency=medium
2654   [ Guillem Jover ]
2655   * libdpkg: Add a new TAR_FORMAT_UNKNOWN enum value.
2656   * libdpkg: Set tar_entry to zero on tar_entry_destroy(), to avoid double
2657     free()s and the subsequent crashes.
2658   * libdpkg: Handle non end-of-tape errors from tar_header_decode().
2659   * libdpkg: Use ERANGE instead of EINVAL for tar_atol8() out-of-range error.
2660   * dpkg-gencontrol: Check presence of package build dir before traversing it.
2661   * Perl modules:
2662     - Dpkg::Source::Package::V1: Change default build option style to -sa.
2663       Using -sA by default means the user might lose data on overwrite if
2664       there is already a directory with the same name laying around.
2665       Closes: #910737
2666     - Dpkg::Source::Package: Handle Format field being undefined. On source
2667       format 1.0, the default is for the debian/source/format file not being
2668       present, which means we'll start with an empty Format field name.
2669       Regression introduced in dpkg 1.19.3.
2670   * Packaging:
2671     - Update usertags.
2672     - Install a lintian profile for dpkg based on the debian profile, so that
2673       we can suppress Debian-specific tags, such as the controversial one on
2674       vendor-specific patch series files.
2675     - Add Breaks on lsb-base due to start-stop-daemon exposing breakage in
2676       the killproc function from /lib/lsb/init-functions. Closes: #923861
2677   * Test suite:
2678     - Stop requiring (pseudo-)root in the functional test suite.
2679     - Export and move TESTDATA definition close to the PATH definition.
2680     - Quote the 'yes' command to make a comment clearer.
2682   [ Updated programs translations ]
2683   * Dutch (Frans Spiesschaert). Closes: #924776
2685   [ Updated scripts translations ]
2686   * German (Helge Kreutzmann).
2688   [ Updated man pages translations ]
2689   * Dutch (Frans Spiesschaert). Closes: #924777
2690   * German (Helge Kreutzmann).
2692  -- Guillem Jover <guillem@debian.org>  Mon, 25 Mar 2019 15:08:26 +0100
2694 dpkg (1.19.5) unstable; urgency=medium
2696   [ Guillem Jover ]
2697   * start-stop-daemon: Make sure that we get a meaningful errno on
2698     parse_unsigned(), so that the error messages always make sense.
2699   * start-stop-daemon: Add new fatalv() and fatale() functions and use the
2700     latter for system errors, so that we are explicit on whether we want to
2701     use errno for error reporting or not.
2702   * start-stop-daemon: Always refuse to parse a world-writable pidfile,
2703     except when that is /dev/null.
2704   * dpkg: Print the current set of enabled force options on --force-help.
2705   * dpkg: Parse and set new DPKG_FORCE environment variable for subprocesses.
2706     Closes: #666147
2707   * dpkg-statoverride: Add support for --force-* options.
2708   * dpkg-statoverride: Switch from --force option to new --force-<thing>
2709     options. Deprecate --force option which will be considered an alias for
2710     --force-all for now.
2711   * dpkg, dpkg-statoverride: Add new option --refuse-security-mac to control
2712     SELinux. See #811037.
2713   * dpkg: Clarify error on unknown system user/group in statoverride database.
2714     Closes: #920880
2715   * dpkg-buildpackage: Clarify the warning/error on short OpenPGP key IDs.
2716     Closes: #922039
2717   * dpkg-maintscript-helper: Restrict find for dir-to-symlink move to
2718     -maxdepth 1. Thanks to Ralf Treinen <treinen@free.fr>. Closes: #922799
2719   * dpkg-genbuildinfo: Add support for a new Build-Tainted-By field in
2720     .buildinfo files. Suggested by Alexander E. Patrakov <patrakov@gmail.com>.
2721   * libdpkg: Clarify field names in error and warning messages.
2722   * libdpkg: Optimize error handling. Move the error reporting outside the
2723     involved functions so that we do not need to call gettext if there is no
2724     error, which has a significant performance cost.
2725   * libdpkg: Merge nicknames table into fieldinfos, to stop penalizing the
2726     lookup of non-obsolete fieldnames.
2727   * libdpkg: Print a more accurate warning for Revision nicknames.
2728   * libdpkg: Increase the pkg-hash bins size to 65521, to improve hash table
2729     performance at the cost of a bit more memory usage.
2730   * libdpkg: Blank packages that are not-installed with unknown selection.
2731     Closes: #922410
2732   * libdpkg, dpkg: Print the dpkg database directory on access errors.
2733     Closes: #883700
2734   * Perl modules:
2735     - Dpkg::Vendor::Debian: Add support for merged-usr-via-symlinks tainted
2736       tag. Suggested by Alexander E. Patrakov <patrakov@gmail.com>.
2737     - Dpkg::Vendor::Debian: Add support for usr-local-has-* tainted tags.
2738     - Dpkg::Source::Package: Add a missing use Dpkg::Source::Format.
2739       Diagnosed by Ian Jackson <ijackson@chiark.greenend.org.uk>.
2740       Closes: #921031
2741   * Documentation:
2742     - start-stop-daemon(1): Document behavior of --pidfile security checks.
2743       Closes: #921557
2744     - dpkg(1): Document the unknown selection state. Closes: #922407
2745   * Code internals:
2746     - dpkg: Move SELinux fallback label to the SELinux specific code path.
2747     - dpkg: Simplify maintscript_set_exec_context().
2748     - dpkg: Move force options support into its own file.
2749     - dpkg: Do not hardcode the program name in the --force-help output.
2750     - dpkg: Switch force options from individual variables to bit fields.
2751     - dpkg: Switch from a char to an enum to track the force options types.
2752     - dpkg: Switch to set the default force option from the forceinfos array.
2753     - libdpkg: New benchmark programs and infrastructure.
2754     - libdpkg: Add new dpkg_error_move() function.
2755     - libdpkg: Add new dpkg_has_error() function.
2756     - libdpkg: Move status names from parse errors to arguments.
2757     - libdpkg: Use va_arg copy instead of the original on a vasprintf() call.
2758     - libdpkg: Include <string.h> in pager.c.
2759       Reported by Y <sevener@cock.li>. Closes: #922212
2760     - libdpkg: Use pkg_set_want() instead of a direct assignment.
2761   * Build system:
2762     - Check whether this dist is a release, based only on the version format.
2763       This will avoid having to do a two staged release to get a proper perl
2764       distribution tarball.
2765   * Packaging:
2766     - autopkgtest: Add file to Depends fields.
2767     - autopkgtest: Clarify behavior on root/non-root requirement.
2768     - Bump Standards-Version to 4.3.0 (no changes required).
2769     - Remove now unused assert usertag description.
2770     - Remove trailing whitespace from changelog.
2771     - Remove Origin and Bugs fields from control file.
2772     - Include a bug-script to report on tainted merged-usr-via-symlinks.
2773   * Test suite:
2774     - libdpkg: Fix unit test for file_slurp(). Closes: #920974
2775       Diagnosed by Frank Schaefer <kelledin@gmail.com>.
2777   [ Updated programs translations ]
2778   * Dutch (Frans Spiesschaert). Closes: #921942
2779   * German (Sven Joachim).
2780   * Simplified Chinese (Zhou Mo). Closes: #920972
2782   [ Updated scripts translations ]
2783   * German (Helge Kreutzmann).
2785   [ Updated man pages translations ]
2786   * Dutch (Frans Spiesschaert). Closes: #921943
2787   * French (Jean-Pierre Giraud). Closes: #920905
2788   * German (Helge Kreutzmann).
2790  -- Guillem Jover <guillem@debian.org>  Sat, 23 Feb 2019 18:00:54 +0100
2792 dpkg (1.19.4) unstable; urgency=medium
2794   * start-stop-daemon: Do not sanity check the pidfile when it is specified as
2795     /dev/null, as that implies the caller wants to start the program no matter
2796     what. Closes: #920242
2797   * Portability:
2798     - start-stop-daemon: Only use SO_PASSCRED if defined. Fixes build failure
2799       at least on GNU/Hurd.
2800   * Packaging:
2801     - autopkgtest: Pass --disable-nls and --disable-dselect to configure.
2802     - autopkgtest: Change Depends to «build-essential, autoconf, pkg-config».
2804  -- Guillem Jover <guillem@debian.org>  Wed, 23 Jan 2019 13:06:39 +0100
2806 dpkg (1.19.3) unstable; urgency=medium
2808   [ Guillem Jover ]
2809   * dpkg-source: Stop filtering @builddeps@ from Testsuite-Triggers field.
2810     Closes: #910734
2811   * dpkg-genchanges: Only reference binary packages being uploaded, which
2812     means that for a source-only upload, the Binary and Description fields
2813     should be empty. Closes: #818618
2814   * dpkg-scanpackages: Do not compute unnecessary checksums when using the
2815     --hash argument. Based on a patch by Chris Lamb <lamby@debian.org>.
2816     Closes: #916456
2817   * dpkg-scanpackages: Emit a warning with the list of repeat packages.
2818     Prompted by Johannes Schauer <josch@debian.org>.
2819   * start-stop-daemon: Check whether standalone --pidfile use is secure.
2820     Prompted by Michael Orlitzky <michael@orlitzky.com>.
2821   * start-stop-daemon: Print complete verbose lines, instead of partial lines
2822     with no newlines and a final print with a newline.
2823   * start-stop-daemon: Add new --notify-await and --notify-timeout options,
2824     which implement the systemd readiness protocol for services.
2825     Closes: #910707
2826   * update-alternatives: Add new --debug option.
2827   * update-alternatives: Fix removal of obsolete slaves from the linked list.
2828     Reported by Andreas Beckmann <anbe@debian.org>. Closes: #916799
2829   * vendor.mk: Fix dpkg_vendor_derives_from macro documentation.
2830     Thanks to Colin Watson <cjwatson@debian.org>. Closes: #913816
2831   * vendor.mk: Add support for an improved dpkg_vendor_derives_from macro.
2832     Version the macros so that both can be used, and default the unversioned
2833     one to the version 0 macro.
2834   * dpkg: Mark the package we are giving up on a trigger cycle as "istobe"
2835     normal, so that the dependency checks know they cannot expect this package
2836     to be processed anymore. Otherwise we ended up never detecting that we
2837     were not making progress, as we expected to process this package at a later
2838     point, when that would never happen anymore. This then was causing asserts
2839     in the process queue loop. Closes: #901127, #910819
2840   * dpkg: Reset progress_bytrigproc once we have injected it into the current
2841     package process queue iteration, so that we do not keep trying to process
2842     it, which might end up generating artificial trigger cycles, if
2843     dependencies are not satisfied yet.
2844   * dpkg: Convert one trigger processing required type into the new try-queued
2845     one, so that we stop skipping unsatisfiable dependency checks.
2846   * dpkg: Move trigproc cycle reset inside try-deferred conditional. We should
2847     only reset the cycle detection in case we are not bailing out from the
2848     processing with an error, otherwise we could come back to this package and
2849     detect an artificial trigger cycle.
2850   * dpkg: Introduce a new dependency try level for trigger processing. This
2851     completely defers trigger processing until after the dependency cycle
2852     breaking level, so to avoid generating artificial trigger cycles, when we
2853     end up trying to process triggers with yet unsatisifiable dependencies.
2854     Closes: #810724, #854478, #911620
2855   * dpkg: Fix --help output, to clarify which arguments are optional.
2856   * libdpkg: Add proper tar error handling. This makes the tar extractor
2857     track and report back parse errors, so that we can give more descriptive
2858     messages.
2859   * libdpkg: Detect unsupported tar entry types to give better error messages.
2860   * libdpkg: Add new db-fsys:Files and db-fsys:Last-Modified virtual fields.
2861   * Perl modules:
2862     - Dpkg::Changelog::Debian: Preserve modelines at EOF. Closes: #916056
2863       Thanks to Chris Lamb <lamby@debian.org> for initial test cases.
2864     - Dpkg::File: Make file_slurp() also accept pathnames in addition to
2865       filehandles.
2866     - Dpkg::Vendor::Ubuntu: Fix buildflags override after default setting move.
2867       Based on a patch by Iain Lane <laney@ubuntu.com> and
2868       Adam Conrad <adconrad@ubuntu.com>. Closes: #915881
2869     - Dpkg::Shlibs::Objdump: Remove unused Dpkg::IPC import.
2870     - Dpkg::Shlibs::Objdump: Only select objdump program when going to use it.
2871     - Dpkg::Source::Package: Do not reinitialize fields member in constructor.
2872     - Dpkg::Source::Patch: Do not recommend --include-removal when not
2873       supported. Closes: #913012
2874     - Dpkg::Source::Package::V3::Bzr: Fix format name in output message.
2875     - Dpkg::Source::Package: Add a new format option to the new constructor.
2876       Prompted by James McCoy <jamesan@debian.org>.
2877     - Dpkg::Source::Package: Improve debian/source/format parsing and
2878       validation.
2879     - Dpkg::Source::Format: New public module.
2880       Prompted by Mattia Rizzolo <mattia@debian.org>.
2881   * Documentation:
2882     - dpkg(1): Clarify --remove action. Closes: #914478
2883     - dpkg-query(1): Clarify --list option behavior when no arguments are
2884       specified. Closes: #917098
2885     - deb-control(5): Clarify by adding a reference to deb-src-control(5) and
2886       removing an invalid comment in the example.
2887       Prompted by Helmut Grohne <helmut@subdivi.de>.
2888     - dpkg(1): Clarify databases used by --yet-to-unpack and --predep-package.
2889       Prompted by Johannes Schauer <josch@debian.org>.
2890     - Clarify character classes for various formats in man pages, by
2891       explicitly listing the character ranges within parenthesis.
2892       Prompted by Ian Jackson <ijackson@chiark.greenend.org.uk>.
2893     - dpkg-query(1): Document the version introducing the -f option.
2894     - dpkg-architecture(1): Add reference to the TERMS section in the
2895       VARIABLES section. Prompted by Axel Beckert <abe@debian.org>.
2896     - Fix POD for Dpkg::Interface::Storable derived method implementations.
2897     - Dpkg::Deps::Simple(3): Fix POD signature for new constructor.
2898   * Code internals:
2899     - dpkg-maintscript-helper: Use an explicit escape instead of a literal
2900       backslash.
2901     - Quote shell variables. Reported by Johannes Schauer <josch@debian.org>.
2902     - Switch perl code to use the new Dpkg::Source::Format module.
2903     - dpkg-source: Move source format selection earlier in the build.
2904     - dpkg-source: Use new format argument for Dpkg::Source::Package->new().
2905     - dpkg-shlibdeps: Remove unused variable.
2906     - dpkg-scanpackages: Unroll a single iteration loop.
2907     - start-stop-daemon: Compare foundany against 0 instead of treating it
2908       like a boolean.
2909     - start-stop-daemon: Switch code to use new info() and debug() functions.
2910     - update-alternatives: Use enums for actions instead of strings.
2911     - update-alternatives: Switch verbose selection into an enum.
2912     - dpkg: Negate tortoise_not_in_hare() function name and return value.
2913     - dpkg: Initialize trigcyclenode's next member once.
2914     - dpkg: Use common pattern of assigning as an iterator.
2915     - dpkg: Factor trigproc_new_cyclenode() out from check_trigger_cycle().
2916     - dpkg: Switch dependtry from an int to an enum.
2917     - dpkg: Move dependtry description from deferred_configure() to its
2918       declaration.
2919     - dpkg: Split trigger processing types into required, try-queued and
2920       try-deferred.
2921     - dpkg-query: Rename variable to avoid shadowing a local function.
2922     - When allocating use the variable instead of the type in sizeof().
2923     - dselect: Rename variable r to pkgbin.
2924     - libdpkg, dpkg: Rename r variables to fnn.
2925     - libdpkg: Rename ret variable to next.
2926     - libdpkg: Cleanup fsys module symbol names.
2927     - libdpkg: Rename pkg_db symbols to pkg_hash.
2928     - libdpkg: Add new warning printer setter function.
2929       Prompted by Julian Andres Klode <jak@debian.org>.
2930     - libdpkg: Add new DPKG_ERROR_OBJECT macro.
2931   * Build system:
2932     - get-version: Use a format string with printf.
2933     - run-script: Use $() instead of deprecated ``.
2934     - run-script: Remove unused PERL_PROFILE variable, PERL5OPT can be used
2935       instead, and does not require leaving an unquoted variable around.
2936     - run-script: Add «set -e».
2937     - Build.PL: Set environment variables only for CPAN tests.
2938     - Build.PL: Set locale for CPAN tests to C. Fixes CPAN#127314.
2939     - configure: Split AM_INIT_AUTOMAKE arguments into different lines.
2940   * Packaging:
2941     - Bump Standards-Version to 4.2.1 (no changes needed).
2942     - Switch to debhelper compatibility level 11.
2943     - Create the log file in postinst only if it does not exist.
2944       Prompted by Johannes Schauer <josch@debian.org>.
2945     - Add superficial autopkgtest functional tests.
2946   * Test suite:
2947     - Add new shellcheck author test.
2948     - Add descriptions for the shellcheck exclude codes.
2949     - Update cppcheck suppressions.
2951   [ Updated programs translations ]
2952   * Dutch (Frans Spiesschaert). Closes: #912023
2953   * German (Sven Joachim).
2954   * Italian (Milo Casagrande). Closes: #915610
2955   * Portuguese (Miguel Figueiredo). Closes: #917813
2956   * Simplified Chinese (Zhou Mo). Closes: #919040
2958   [ Updated scripts translations ]
2959   * German (Helge Kreutzmann).
2961   [ Updated man pages translations ]
2962   * Dutch (Frans Spiesschaert). Closes: #912024
2963   * German (Helge Kreutzmann).
2965  -- Guillem Jover <guillem@debian.org>  Tue, 22 Jan 2019 14:26:04 +0100
2967 dpkg (1.19.2) unstable; urgency=medium
2969   [ Guillem Jover ]
2970   * dpkg: Fix --force-not-root for chown() and chmod() based syscalls, and
2971     give a more meaningful error message on chroot(). Closes: #614126
2972   * dpkg-divert, dpkg-statoverride: Add new --instdir and --root options,
2973     and make the commands honor the DPKG_ROOT environment variable.
2974     Closes: #487108
2975   * libdpkg: Call the pager with «$SHELL -c» to respect POSIX. Closes: #910009
2976   * libdpkg: Do not spawn a pager if we are going to call «cat».
2977   * libdpkg: Honor DPKG_PAGER when spawning a pager.
2978     Suggested by Craig Sanders <cas@taz.net.au>.
2979   * libdpkg: Set LESS to “-FRSXMQ” if not already set, when spawning a pager.
2980   * libdpkg: Ignore SIGPIPE when setting up a pager, and then ignore EPIPE
2981     errors when writing to stdout, otherwise if we quit the pager early, the
2982     program will exit with an error code.
2983   * libdpkg: Set stdout to be fully buffered when using a pager.
2984   * dpkg, dpkg-query: Add new --no-pager option. For dpkg this is also a
2985     configuration option. Closes: #909754
2986   * Perl modules:
2987     - Dpkg::OpenPGP: Ignore Version field in enarmored output.
2988       Fixes CPAN#127217.
2989     - Dpkg::OpenPGP: Do not read the gpg user configuration file.
2990     - Dpkg::Source::Functions: Reimplement is_binary() w/o using diff(1).
2991     - Dpkg::Source::Package::V2: Split the BinaryFiles module into its own
2992       file, and give it a more generic name (Dpkg::Source::BinaryFiles).
2993     - Dpkg::Source::Package::V2: Move binary file detection to BinaryFiles
2994       module.
2995   * Documentation:
2996     - dpkg-buildpackage(1): Clarify --build=source explanation.
2997     - dsc(5): Clarify what “flattened” means in Testsuite-Triggers.
2998       Prompted by Mattia Rizzolo <mattia@debian.org>.
2999     - dsc(5): Add a reference to where the source formats are described.
3000       Prompted by Manuel A. Fernandez Montecelo <mafm@debian.org>.
3001     - dpkg-source(1): Improve documentation on vendor-specific series files.
3002     - deb-control(5): Document Build-Ids field.
3003       Prompted by Stuart Prescott <stuart@debian.org>.
3004     - dpkg(1): Clarify which fields are affected by dependency options.
3005       Prompted by James Clarke <jrtc27@debian.org>.
3006     - dpkg-query(1): Document the PAGER environment variable usage.
3007     - Dpkg(1): Add POD documentation about the module hierarchy and API.
3008   * Code internals:
3009     - dpkg-split: Use nfstrnsave() instead of nfmalloc() + memcpy().
3010     - libdpkg: Add new fsys-dir module.
3011     - libdpkg: Pass the file contents to the pager instead of the filename.
3012     - libdpkg: Add a pager kill switch, so that it can be forcefully disabled.
3013   * Build system:
3014     - Distribute a LICENSE file on CPAN.
3015     - Do not make the Build.PL script executable.
3016     - Generalize PACKAGE_CPAN_SIGN by setting PACKAGE_DIST_IS_RELEASE instead.
3017     - Add a release_status key to the CPAN metadata.
3018     - Fix typo in CPAN recommends key.
3019     - Improve test and author CPAN dependencies.
3020   * Packaging:
3021     - Break libapt-pkg5.0 instead of apt. Closes: #909959
3022       Analysis by Sven Joachim <svenjoac@gmx.de>.
3023   * Test suite:
3024     - Skip version checks involving «dpkg --compare-versions» if not available.
3025       This is relevant on CPAN or on non-dpkg-based systems.
3027   [ Updated programs translations ]
3028   * Polish (Łukasz Dulny).
3030   [ Updated man pages translations ]
3031   * German (Helge Kreutzmann).
3033  -- Guillem Jover <guillem@debian.org>  Mon, 08 Oct 2018 11:43:48 +0200
3035 dpkg (1.19.1) unstable; urgency=medium
3037   [ Guillem Jover ]
3038   * Fix logic in dpkg-buildpackage to decide whether to run build targets,
3039     which broke tons of packages that are violating Debian policy MUSTs.
3040     Thanks to James Clarke <jrtc27@debian.org>. Closes: #878899
3041   * Do not try to recompute hashes for the .dsc file when signing binary-only
3042     builds in dpkg-buildpackage. Reported by Ximin Luo <infinity0@debian.org>.
3043   * Pass the correct source stanza to the dpkg-buildpackage code parsing the
3044     Rules-Requires-Root field. This meant the field was being ignored.
3045   * Run dpkg-source directly from the current working directory in
3046     dpkg-buildpackage, instead of changing directory back and forth.
3047   * Setup and check rootcommand in dpkg-buildpackage only if it is going to
3048     be needed. Reported by Niels Thykier <niels@thykier.net>.
3049   * Add color support to dpkg-maintscript-helper (a shell script).
3050   * Fix warning by including <sys/sysmacros.h> for makedev() in libdpkg.
3051   * Fix directory traversal with dpkg-deb --raw-extract, by guaranteeing
3052     that the DEBIAN pathname does not exist. Closes: #879982
3053     Reported by Jakub Wilk <jwilk@jwilk.net>.
3054   * Add new AS, STRIP, OBJCOPY, OBJDUMP, NM, AR and RANLIB buildtools
3055     variables to buildtools.mk. Prompted by Helmut Grohne <helmut@subdivi.de>.
3056   * Restore rejecting negated architectures in Architecture field in
3057     dpkg-gencontrol and dpkg-genchanges. Regression introduced in dpkg 1.18.5.
3058   * Fix dpkg-gensymbols to print "error" instead of "warning" when these
3059     are fatal. Closes: #881488
3060   * Rename DPKG_GAIN_ROOT_CMD to DEB_GAIN_ROOT_CMD in the R³ support, as
3061     the variable is expected to be set by any builder, not just dpkg. And
3062     introduce ephemeral backwards compatibility even though there are no
3063     known users.
3064   * Do not set DEB_GAIN_ROOT_CMD in dpkg-buildpackage when the R³ value is
3065     <implementations-keywords>, following the specification.
3066   * Specify that DEB_GAIN_ROOT_CMD in R³ should preserve the environment.
3067     Proposed by Josh Triplett <josh@joshtriplett.org>.
3068   * Specify new DEB_RULES_REQUIRES_ROOT variable for R³ support.
3069   * Add new --rules-requires-root option to dpkg-buildpackage.
3070   * Declare R³ specification as "recommendation, stable" with version 1.0.
3071   * Export architecture variables by default from architecture.mk, as
3072     documented in dpkg-architecture(1). Closes: #888964
3073     Thanks to Jack Bates <wdz7eo@nottheoilrig.com>
3074   * Increment the line number on dpkg --set-selections on unknown packages.
3075     Reported by Heinz Repp <heinz.repp@arcor.de>. Closes: #888983
3076   * Switch a DEBIAN/conffile parsing assert() in dpkg due to empty lines
3077     into an ohshit(), because this is really a run-time error.
3078   * Fix assert() in dselect to expect the method lock file descriptor to be
3079     initialized, instead of non-zero.
3080   * Switch a fatal() call in start-stop-daemon into the new BUG() macro,
3081     because it is really an internal error.
3082   * Switch all assert() calls (except in update-alternatives) into internerr()
3083     or BUG() calls, to get way better reporting with variable contents and
3084     descriptions, and to make them always present independent of NDEBUG.
3085   * Add a new --no-rename option to dpkg-divert. This is the current default
3086     behavior, but it will make it possible to do a default switch in 1.20.x.
3087   * Warn when using dpkg-divert --add or --remove w/o --rename or --no-rename.
3088   * Warn when using dpkg-divert --rename on a file from an Essential package.
3089   * Use a single “struct filenamenode” definition for the entire code base.
3090     Closes: #746766
3091   * Add support for frontend locking. This makes it possible for frontends
3092     using this new protocol, to safely lock the dpkg database w/o risk of
3093     race conditions with other dpkg instances or frontends supporting the
3094     same protocol. Thanks to Julian Andres Klode <jak@debian.org>.
3095     Closes: #850417, #851984
3096   * Do not emit perl warnings in dpkg-source --help on source formats w/o
3097     options.
3098   * Make dpkg-buildpackage validate OpenPGP signing key IDs length. Error out
3099     for short key IDs and warn for long key IDs.
3100   * On the dpkg conffile prompt, print the set of environment variables setup
3101     for the conffile shell, for easier discoverability.
3102   * Fix dpkg-buildpackage option --rules-file parsing. It was trying to parse
3103     it as --rules-target, which due to the ordering was a no-op.
3104   * Only check for fallback build targets presence on binary builds in
3105     dpkg-buildpackage.
3106   * Only check required build dependencies for known targets specified with
3107     dpkg-buildpackage --rules-target option.
3108     Reported by Johannes Schauer <josch@debian.org>.
3109   * Track package status dirtiness in dpkg to only log and report in status-fd
3110     when it has changed, removing duplication in output. Closes: #365921
3111   * Use Synopsis instead of Summary for the short Description, to unify the
3112     nomenclature and to make it more descriptive. Add a new binary:Synopsis
3113     virtual field to dpkg-query show format.
3114   * Add new dpkg-buildpackage --no-post-clean option, to be able to explicitly
3115     select the current default behavior.
3116   * Dump database package records in alphabetical order. This will give
3117     reproducible status and available database files, and make it possible
3118     to output other deb822 formatted data in a deterministic way.
3119   * Require both standard input and output to be connected to a terminal to
3120     use a pager.
3121   * Run dpkg-query --list output through a pager if we are on a terminal,
3122     instead of truncating it, to avoid data loss. Closes: #898603
3123   * Fix use after free in dpkg maintainer script handling. Regression
3124     introduced in dpkg 1.19.0.
3125   * Flush output for dpkg-query --status, --print-avail and --listfiles at
3126     the end, instead of after each stanza.
3127   * Add support for dumping all dpkg-query --status and --print-avail records
3128     from the database when no arguments are specified. Closes: #616342
3129   * Add new dpkg-gensymbols -l option to avoid having to abuse LD_LIBRARY_PATH
3130     for cross-build paths.
3131   * Check that DPKG_MAINTSCRIPT_PACKAGE is defined in dpkg-maintscript-helper.
3132     Closes: #907772
3133   * Switch dpkg-gencontrol and dpkg-genchanges to track automatically
3134     generated artifacts by using the Auto-Built-Package field from the binary
3135     package instead of hardcoding package name patterns (such as «-dbgsym$»).
3136   * Add new --reverse option to dpkg-parsechangelog, to list the changelog
3137     entries in reverse order.
3138   * Architecture support:
3139     - Add support for riscv64 CPU. Closes: #822914
3140       Thanks to Manuel A. Fernandez Montecelo <mafm@debian.org>
3141     - Document the purpose and columns in the tupletable file.
3142   * Portability:
3143     - Add libcompat md5 module to the libcompat-test library, so that we
3144       always make sure it builds, even when we use an external implementation.
3145     - Convert libcompat md5 module to use C99 int types, instead of mapping
3146       them from the BSD types at configure time.
3147     - Use MD5_CTX instead of struct MD5Context, as the prevalent more portable
3148       type on system's <md5.h> headers.
3149     - Check for ldconfig command in dpkg only on platforms that do have it.
3150     - Fix file descriptor leak in start-stop-daemon on AIX.
3151     - libcompat: Add new strchrnul() implementation.
3152   * Perl modules:
3153     - Dpkg::Source::Package::V1: Check that $tarname is defined before use.
3154       Thanks to Christoph Biedl <debian.axhn@manchmal.in-ulm.de>.
3155       Closes: #879124
3156     - Dpkg::Vendor::Debian: Use proper %use_feature key. This was causing perl
3157       errors on paths not accepted for fixdebugpath.
3158       Reported by Mattia Rizzolo <mattia@debian.org>, on IRC. Closes: #881051
3159     - Dpkg::Changelog: Print versions for incorrect changelog range warnings.
3160       Thanks to Paul Wise <pabs@debian.org>.
3161     - Dpkg::Shlibs::SymbolFile: Check that $state->{seen} exists instead of
3162       $state being just defined. Fixes regression in dpkg-gensymbols symbols
3163       output. Thanks to Dmitry Shachnev <mitya57@debian.org>. Closes: #880166
3164     - Dpkg::Arch: Add new positive options argument to arch validators.
3165     - Dpkg::Vendor::Debian: Mark hurd-i386 as having gcc builtin PIE.
3166       Requested by Samuel Thibault <sthibault@debian.org>.
3167     - Dpkg::Source::Package::V2: Print one building line per existing tarball.
3168     - Dpkg::Source::Package: Print building lines for upstream tarball
3169       signatures. Closes: #888787
3170     - Dpkg::Deps: Turn virtualpkg tracking from an arrayref into a hashref.
3171     - Dpkg::Vendor::Debian: Mark riscv64 as having gcc builtin PIE.
3172     - Dpkg::Shlibs::Objdump: Fix ELF program detection, for PIE binaries and
3173       executable libraries.
3174     - Dpkg::Version: Fix bool overload behavior back to be an is_valid()
3175       alias. Emit a specific perl warning until 1.20.x so that users can check
3176       whether the semantic change has any impact on the code, which can then
3177       be quiesced. Closes: #895004
3178     - Dpkg::Changelog::Parse: When detecting the changelog format, read the
3179       last 4KiB of the file instead of using «tail -n40», which should be
3180       both faster and more portable, as the default tail(1) is not POSIX
3181       compliant on all systems (c.f. Solaris).
3182     - Dpkg::Build::Types: Add new set_build_type_from_targets() function.
3183     - Dpkg::Shlibs::SymbolFile: Always assign a proper Dpkg::Version to the
3184       deprecated variable, otherwise the scalar value 0 can get confused
3185       on scalar context to denote it is *not* deprecated instead of being
3186       version 0.
3187     - Dpkg::Shlibs: Disable bool overload Dpkg::Version warnings.
3188     - Dpkg::Vendor::Debian: Inline _parse_feature_area() into
3189       _add_build_flags(), for a small speed up and line count reduction.
3190     - Dpkg::BuildFlags: Move default flags setting into the Dpkg::Vendor
3191       modules.
3192     - Dpkg::Gettext: Fix fallback textdomain() to honor its expected interface.
3193     - Dpkg::Deps: Split subpackages into their own separate modules.
3194     - Dpkg::Source: Do not change patch permissions if not necessary.
3195       Closes: #898010
3196     - Dpkg::Substvars: Reword used/unused warnings to clarify their meaning.
3197       Closes: #904258
3198     - Dpkg::Shlibs: Warn when using LD_LIBRARY_PATH with a private library
3199       directory which is a descendent of the current working directory.
3200     - Dpkg::Source::Package::V3::Quilt: Print series file used when applying
3201       patches.
3202     - Dpkg::OpenPGP: Return the destination path on successful ASCII armor
3203       conversion.
3204     - Dpkg::Control::Fields: Do not use & sigil for function calls.
3205     - Dpkg::Shlibs: Ignore nonexistent directories present in LD_LIBRARY_PATH.
3206     - Dpkg::Deps::KnownFacts: Satisfy :native with arch:all packages too.
3207       These are treated as native packages everywhere else in the multi-arch
3208       design, this was the only exception, which has become a source of
3209       packaging problems as of late. This was apparently an oversight in
3210       the original implementation. Closes: #854438
3211     - Dpkg::Vendor::Debian: Add fixfilepath support to reproducible feature.
3212     - Dpkg::Dist::Files: Add support for file attributes.
3213   * Documentation:
3214     - Update gettext minimal version in README.
3215     - Add a missing dot on the dpkg-buildflags(1) «lfs» feature paragraph.
3216       Spotted by Helge Kreutzmann <debian@helgefjell.de>.
3217     - Document DPKG_COLORS environment variable for all programs using it.
3218     - Document DPKG_NLS environment variable for all programs using it.
3219     - Document the Testsuite and Testsuite-Triggers fields in
3220       deb-src-control(5). Prompted by Mattia Rizzolo <mattia@debian.org>.
3221     - Update git URLs for move away from alioth.debian.org.
3222     - Fix set_build_type_from_options() description in Dpkg::Build::Types.
3223     - Clarify PIE build flag feature semantics. Closes: #900088
3224     - Clarify dpkg-buildpackage pre and post-clean options and their default
3225       state.
3226     - Add --build option equivalents for dpkg-buildpackage short build type
3227       options in --help output.
3228     - Fold dpkg-buildpackage --[no-]check-builddeps in --help into both -D
3229       and -d option descriptions.
3230     - Mark profiles as a replaceable item in dpkg-buildpackage --help output.
3231     - Update test suite requirements in README.
3232     - Document textdomain() and ngettext() replacement functions in
3233       Dpkg::Gettext POD.
3234     - Clarify arch-qualified dependency simplification in Dpkg::Deps POD.
3235     - Improve Dpkg::Deps modules and methods documentation.
3236     - Fix typo in deb-changes(5). Closes: #902616
3237     - Clarify awaiting state for interest and activate directives.
3238       Closes: #904060
3239     - Fix man page markup. Closes: #900033, #900035, #900040
3240       Thanks to Bjarni Ingi Gislason <bjarniig@rhi.hi.is>.
3241     - Fix Doxygen comment for libdpkg dpkg_arch_find() function.
3242     - Document the dangers of using start-stop-daemon(8) only with --pidfile
3243       as matching option with the pid file owned by a non-privileged user.
3244   * Code internals:
3245     - Do not use stringy eval to define different sub implementations,
3246       just assign an anonymous sub to the typeglob.
3247     - Use memccpy() instead of strncpy() to quiesce a gcc-8 warning.
3248     - Change pkgbin_name_needs_arch() to never arch-qualify packages that
3249       have an empty or no architecture, which was already handled as part
3250       of varbuf_add_archqual().
3251     - libdpkg: Factor out cached arch-qualified package name generation into
3252       new pkgbin_name_archqual() function.
3253     - libdpkg: Add new pkg_name() and pkgbin_name() const variants.
3254     - libdpkg, dselect: Use new pkg_name_const() and pkgbin_name_const().
3255     - libdpkg: Rename struct pkginfo files member to archives.
3256     - dpkg: Call ensure_package_clientdata() defensively.
3257     - dpkg: For read-only state functions, check that clientdata is allocated
3258       before using it.
3259     - libdpkg: Move files list information from dpkg clientdata to pkginfo.
3260     - dpkg: Move ensure_package_clientdata() into its own file.
3261     - libdpkg: Move db-fsys code from src to lib/dpkg.
3262     - libdpkg: Rename pkg-db module to pkg-hash.
3263     - libdpkg: Simplify pkg_files_blank() by using a pointer to pointer to
3264       track the previous entry.
3265     - libdpkg: Factor out package files handling into its own module.
3266     - libdpkg: Switch to a new tiny struct to track file on-disk identity.
3267       This should reduce the run-time memory used.
3268     - libdpkg: Reset nfiles in files_db_reset().
3269     - libdpkg: Split push_cleanup() into push_cleanup_fallback().
3270     - Switch from strchr() + strlen() to strchrnul().
3271     - libdpkg: Change dpkg_error to track errno values.
3272     - libdpkg: Add new varbuf_new() and varbuf_free() functions.
3273     - libdpkg: Add new file_slurp() function.
3274     - libdpkg: Switch db-fsys to use the new file_slurp() function.
3275     - libdpkg: Add new pkg_infodb_reset_dir().
3276     - libdpkg: Add new m_dup() function.
3277     - libdpkg: Factor out package stanza printing into its own function.
3278     - libdpkg: Split pager specific code into its own module.
3279     - libdpkg: Add pager spawning and reaping support.
3280     - Use new pager spawning support instead of open-coding it, or piping it
3281       via a shell invocation, which required metacharacter escaping.
3282     - dpkg-query: Split enqperpackage() into each different action.
3283   * Build system:
3284     - Set distribution tarball format to ustar, instead of default v7 format.
3285     - Mark PO4A and POD2MAN as precious variables.
3286     - Automatically replace -Wno- with -W when testing compiler flags,
3287       instead of passing the positive form manually.
3288     - Enable clang -Wdocumentation warning if available.
3289     - Enable gcc-7 -Wregister warning if available.
3290     - Add CPAN distribution machinery for the perl modules. Closes: #821177
3291     - Add an autogen script to help people bootstrap the project.
3292     - Distribute the man.stamp from VPATH.
3293     - Preserve timestamps when distributing man pages.
3294     - Add a GitLab CI configuration file.
3295     - Disable C optimization levels when configuring for code coverage.
3296   * Packaging:
3297     - Install update-alternatives policykit-1 file.
3298     - Add Breaks to libdpkg-perl against pkg-kde-tools (<< 0.15.28~), as
3299       that package is using private modules with no API guarantees, that
3300       obviously broke due to recent changes in 1.19.0. Closes: #878919
3301     - Add Breaks on debhelper << 10.10.1~ to dpkg-dev, so that debhelper users
3302       wanting to use R³ support do not need a versioned dependency on dpkg-dev.
3303     - Add Breaks dgit << 3.13~ to libdpkg-perl, as older dgit versions assumed
3304       that Dpkg::Compression::Process was available, via implicit import
3305       from Dpkg::Source::Package.
3306       Reported by Ian Jackson <ijackson@chiark.greenend.org.uk>.
3307     - Bump Standards-Version to 4.1.1 (no changes needed).
3308     - Add bzip2 and xz-utils to Build-Depends, required by the functional test
3309       suite, but shadowed by dpkg-dev from the build system pulling those in.
3310     - Add versioned libncurses-dev as the first Build-Depends alternative.
3311       Thanks to Sven Joachim <svenjoac@gmx.de>.
3312     - Do not pass VERBOSE to test suite, as we are not using any automake
3313       test driver, so it does not get honored.
3314     - Rename maintainer-build DEB_BUILD_OPTIONS to new standardized terse.
3315     - Enable verbose test suite only in non-terse builds.
3316     - Add a Suggests on sensible-utils to libdpkg-perl.
3317     - Switch libdpkg-perl again to depend on perl:any, now that debootstrap
3318       in stable (stretch) supports arch-qualified dependencies.
3319     - Update libdpkg-perl public module list in package description.
3320     - Add Breaks on apt (<< 1.7~b) for --status-fd duplicate removals.
3321   * Test suite:
3322     - Skip Dpkg::OpenPGP test if gpg is not present.
3323     - Check POD in all perl scripts.
3324     - Consider *.PL also to be perl files.
3325     - Infer automatically the unit test data directory.
3326     - Infer automatically the unit test temp directory.
3327     - Add new po author test case (use i18nspector if available).
3328     - Add new test cases to clarify arch-qualified dependency simplification.
3329     - Add several TODO tests cases for dependency simplification.
3330     - Add new cppcheck author test.
3331     - Add support for new test_get_srcdir() test_get_builddir().
3332     - Add new unit tests for namevalue, fsys-hash and pkg-hash libdpkg modules.
3333     - Improve coverage of perl unit tests.
3334     - Delete fixup lines from i18nspector output instead of emptying them.
3335     - Add new codespell author test.
3336     - Add new test that the public libdpkg headers can be compiled with C++.
3338   [ Josh Triplett ]
3339   * Perl: Replace all calls to Cwd::cwd with Cwd::getcwd; the former calls
3340     /bin/pwd, while the latter uses the getcwd() syscall directly.
3342   [ Updated programs translations ]
3343   * Dutch (Frans Spiesschaert). Closes: #881401
3344   * German (Sven Joachim).
3345   * Italian (Milo Casagrande). Closes: #883085
3346   * Polish (Łukasz Dulny).
3347   * Simplified Chinese (Zhou Mo, Boyuan Yang). Closes: #900547, #890806
3348   * Spanish (Javier Fernández-Sanguino).
3349   * Traditional Chinese (Buo-ren Lin). Closes: #905887
3350   * Turkish (Mert Dirik). Closes: #886252
3352   [ Updated scripts translations ]
3353   * German (Helge Kreutzmann).
3355   [ Updated man pages translations ]
3356   * Dutch (Frans Spiesschaert). Closes: #881403
3357   * German (Helge Kreutzmann).
3358   * Simplified Chinese (Zhou Mo).
3360  -- Guillem Jover <guillem@debian.org>  Wed, 26 Sep 2018 15:13:22 +0200
3362 dpkg (1.19.0) unstable; urgency=medium
3364   [ Guillem Jover ]
3365   * Remove an unused variable in dpkg-shlibdeps.
3366     Thanks to Niels Thykier <niels@thykier.net>.
3367   * Parse start-stop-daemon usernames and groupnames starting with digits in
3368     -u and -c correctly. Reported by Bodo Eggert <7eggert@online.de>.
3369   * Cache the result of «dpkg-query --control-path» calls in dpkg-shlibdeps.
3370     Based on a patch by Niels Thykier <niels@thykier.net>. Closes: #846405
3371   * Always use the binary version for the .buildinfo filename in
3372     dpkg-genbuildinfo. Reported by Raphaël Hertzog <hertzog@debian.org>.
3373     Closes: #869236
3374   * Fix integer overflow in deb(5) format version parser.
3375     Closes: #868356
3376   * Re-enable upstream tar signatures when building source format 1.0.
3377   * Make dpkg-deb --build sanity check the config maintainer script file type
3378     and permissions.
3379   * Add support to dpkg-deb for rootless builds, by setting the owner and
3380     group for the control.tar entries to root:root, and making it possible to
3381     do the same for the data.tar entries via the new --root-owner-group option.
3382     Based on a patch by Niels Thykier <niels@thykier.net>. Closes: #291320
3383   * Make dpkg-buildpackage error out if --as-root is passed without
3384     --rules-target.
3385   * Add support for rootless builds in dpkg-buildpackage by honoring the
3386     Rules-Requires-Root (R³) field.
3387   * Add new dpkg-buildflags --query command, which is like --status but in
3388     deb822 format.
3389   * Remove long obsolete dselect floppy method.
3390   * Remove traces of non-US support from dselect methods.
3391   * Add support for a new Build-Kernel-Version field in .buildinfo files,
3392     that can be emitted with a new dpkg-genbuildinfo --always-include-kernel
3393     option. Closes: #873937
3394   * Make dpkg-genchanges honor substvars in .changes Description field.
3395     Closes: #856547
3396   * Add support for source package Description and substvars. This new
3397     field in the debian/control source stanza will be copied into the .dsc
3398     file, and will also be used to initialize the new source:Synopsis and
3399     source:Extended-Description substvars that will be available when
3400     generating the DEBIAN/control and .changes files. Closes: #555743
3401   * Add new “future” feature area in dpkg-buildflags:
3402     - Add new «lfs» feature, to be used instead of the getconf(1) interface
3403       which cannot support cross-building.
3404   * Add new buildtools.mk make fragment to support build tools variable
3405     setup, for both TOOL and TOOL_FOR_BUILD variables. Not included by
3406     default from default.mk.
3407   * Make --uniform-compression the new default dpkg-deb behavior. Add support
3408     for negating the option via --no-uniform-compression.
3409   * Clarify subprocess error message by shuffling words around.
3410   * Print the package name on maintainer script errors. Closes: #877521
3411   * Fix capitalization of Debian in dpkg-deb output messages.
3412   * Add a policykit file for running update-alternatives via pkexec.
3413     Propose by Boyuan Yang <073plan@gmail.com>.
3414   * Perl modules:
3415     - Switch from Dpkg::Util to List::Util, now that the module in the
3416       new required Perl contains the needed functions.
3417     - Add a new "unique_tuple_key" option to Dpkg::Index set_options() to
3418       set better default "get_key_func" options, which will become the default
3419       behavior in 1.20.x. Prompted by Johannes Schauer <josch@debian.org>.
3420     - Mark ppc64 and powerpc as having gcc builtin PIE in Dpkg::Vendor::Debian.
3421     - Make the Dpkg::Substvars warnings output deterministic.
3422       Thanks to Chris Lamb <lamby@debian.org>. Closes: #870221
3423     - Remove unused POSIX module imports.
3424     - Use Errno module instead of the slow to import POSIX.
3425     - Remove unused Dpkg::Path from Dpkg::Vendor::Ubuntu.
3426     - Only load POSIX from Dpkg::Compression::FileHandle if we are going to
3427       use signal definitions, reducing the load time of many other modules.
3428     - Only load Dpkg::BuildOptions and Dpkg::Arch from Dpkg::Vendor-specific
3429       modules if we are going to use them, reducing the load time of many
3430       other modules.
3431     - Only load Term::ANSIColor from Dpkg::ErrorHandling if we are going to
3432       use colors, reducing the load time of many other modules.
3433     - Move color setup into report_pretty in Dpkg::ErrorHandling.
3434     - Move printforhelp initialization into usageerr() in Dpkg::ErrorHandling.
3435     - Avoid many function arguments in Dpkg::Shlibs::SymbolFile parse().
3436     - Avoid many function arguments in Dselect::Ftp do_connect().
3437     - Add new Dpkg::Interface::Storable option to disable compression support,
3438       so that we can load Dpkg::Compression::FileHandle only when enabled.
3439     - Disable decompression support for Dpkg::Vendor origin files.
3440     - Move file_lock() function into a new Dpkg::Lock module, to reduce the
3441       module load chain for several Dpkg modules.
3442     - Add support for new DPKG_NLS environment variable in Dpkg::Gettext,
3443       that when set to 0 will disable NLS (i18n) support in the Dpkg modules,
3444       and reduce the load chain.
3445     - Disable compression when using the default file in
3446       Dpkg::Changelog::Parse.
3447     - Mark all missing CTRL_INDEX_SRC and CTRL_INDEX_PKG fields as allowed
3448       in Dpkg::Control::FieldsCore.
3449     - Complete field order for CTRL_PKG_DEB and CTRL_FILE_STATUS types in
3450       Dpkg::Control::FieldsCore.
3451     - Switch to use lowercase field names for all internal field name
3452       handling in Dpkg::Control::FieldsCore, giving a significant speed up.
3453     - Remove dependency on Dpkg::Checksums from Dpkg::Control::FieldsCore.
3454     - Do not execute code when importing Dpkg::Control::FieldsCore.
3455     - Use substr instead of a regex to match the first line characters in
3456       when parsing control files in Dpkg::Control::HashCore.
3457     - Merge build flag methods into a single _add_build_flags private method
3458       in Dpkg::Vendor::Debian.
3459     - Do not use an intermediate variable in Dpkg::Control::HashCore::Tie
3460       STORE method.
3461     - Expect deb822 stanza delimiters more often than OpenPGP Armor Headers
3462       in Dpkg::Control::HashCore parse method.
3463     - Optimize trailing space matching on Dpkg::Control::HashCore parse
3464       method, by trimming it just once at the beginning of the iteration.
3465     - Optimize trailing space trimming on Dpkg::Control::HashCore parse
3466       method, by requiring that at least one whitespace is present.
3467     - Optimize first character matching in Dpkg::Control::HashCore parse
3468       method, by storing the first character in a variable.
3469     - Optimize field/value parsing in Dpkg::Control::HashCore parse method,
3470       by switching from a capturing regex to split() plus a checking regex.
3471     - Auto-convert binary signatures to OpenPGP ASCII Armor in
3472       Dpkg::Source::Package when building source packages.
3473     - Switch Dpkg::Source::Package::V3 modules to use find_command() instead
3474       of ad-hoc code.
3475     - Call source format prerequisites Dpkg::Source::Package method if
3476       present. Addresses: #877688
3477     - Unify Dpkg::ErrorHandling subprocess errors with the ones from libdpkg.
3478     - Do not emit a perl warning if gcc or dpkg is not found from Dpkg::Arch,
3479       the code already handles the commands not being present.
3480     - Do not unnecessarily require setting the host_arch in Dpkg::Deps.
3481       Closes: #856396
3482     - Do not normalize args past a passthrough stop word in Dpkg::Getopt.
3483       Some commands pass some arguments through to another command, and
3484       those must not be normalized as that might break their invocation.
3485       Reported by Helmut Grohne <helmut@subdivi.de>.
3486   * Documentation:
3487     - Document currently accepted syntax for changelogs in deb-changelog(5).
3488       Closes: #858579
3489     - Mark source:Version substvar in bold in deb-substvars(5).
3490     - Clarify behavior for dpkg-maintscript-helper. Closes: #857852
3491     - Use <command-string> instead of <command> for -c argument value in
3492       dpkg-architecture(1). Reported by Johannes Schauer <josch@debian.org>.
3493     - Itemize the CTRL_* constants in the Dpkg::Index POD.
3494     - Update buildinfo information in dpkg-buildpackage man page to match
3495       the current implementation.
3496     - Add all source files to POTFILES.in files.
3497     - Move deb-version man page to section 7.
3498     - Remove reference to obsolete dpkg-cross(1).
3499     - Sort control field export markers by tool order in deb-src-control(5).
3500     - Document Package-Type and Enhances fields in deb-control(5).
3501     - Write the actual glyphs used to delimit dependency restrictions in
3502       deb-src-control(5).
3503     - Move Package-Type description just after the Package field in
3504       deb-src-control(5).
3505     - Move udeb-specific fields to the end of the list of fields in
3506       deb-src-control(5), and mention these are really udeb-specific.
3507     - Document that dependency fields in binary stanza can have restrictions
3508       in deb-src-control(5).
3509     - Clarify that the Testsuite field is comma-separarted.
3510     - Fix update-alternatives man page section in alternatives/README file
3511       reference. Closes: #872309
3512     - Use correct name for archname validator value in dpkg(1) man page.
3513       Reported by Niels Thykier <niels@thykier.net.
3514     - Add new deb-src-rules(5) man page.
3515     - Document that trailing commas are valid in debian/control dependency
3516       fields, which get stripped when generating output files.
3517       Prompted by Mattia Rizzolo <mattia@debian.org>.
3518     - Clarify that sanitize options should not be used for production builds.
3519     - Remove recommendation to use Pre-Depends for trigger directives from
3520       deb-triggers(5). Closes: #864882
3521     - Add new rootless build experimental draft specification.
3522       Initial proposal by Niels Thykier <niels@thykier.net>, wording fixes
3523       and spec clarifications by Guillem Jover <guillem@debian.org>.
3524     - Fix several function signature documentation.
3525   * Code internals:
3526     - Switch perl code to use -> operator for function variables.
3527     - Switch perl code from split() with /\s+/ to ' '.
3528   * Build system:
3529     - Require Perl 5.20.2, the version in Debian oldstable (jessie).
3530     - Use new gcc-7 -Wrestrict and -Wshift-negative-value warnings if
3531       available.
3532     - Do not override the default DEPENDENCIES for libdpkg, extend it instead.
3533     - Install perl man pages in section 3perl.
3534   * Packaging:
3535     - Remove preinst maintainer scripts for dselect and dpkg-dev, for an
3536       ancient /usr/share/doc symlink to directory switch. Closes: #867327
3537     - Remove now unused libio-string-perl Build-Depends, and versioned
3538       dpkg-dev as we do not use build profiles any more.
3539     - Set Rules-Requires-Root field to no.
3540     - Do not set redundant source compression to xz.
3541     - Bump Standards-Version to 4.1.0 (no changes needed).
3542     - Switch to debhelper compatibility level 10.
3543     - Split alternatives logrotate into its own configuration file to help
3544       downstreams and derivatives.
3545     - Remove ancient code recompressing the alternatives database backups
3546       from xz to gzip in the dpkg daily cron job.
3547     - Remove Replaces and Breaks for ancient transitions.
3548     - Remove workaround for ancient gcc lacking stackprotectorstrong support.
3549     - Remove maintainer script code to handle downgrades to pre-triggers and
3550       pre-multiarch dpkg versions.
3551     - Remove alternative logs when purging dpkg (!?).
3552     - Add support for DPKG_ROOT in dpkg maintainer scripts.
3553     - Add git and bzr to libdpkg-perl Suggests. Closes: #877688
3554   * Test suite:
3555     - Enable perlcritic Documentation::RequirePodSections and
3556       Miscellanea::ProhibitTies.
3557     - Disable perlcritic ValuesAndExpressions::ProhibitEscapedCharacter.
3558     - Add a new all_perl_modules function to Test::Dpkg.
3559     - Add a new module-version unit test to check that module $VERSION
3560       matches the newest entry in the CHANGES section.
3561     - Use Module::Metadata instead of grepping for $VERSION in pod-coverage.
3562     - Avoid many function arguments in Dpkg_Changelog.t check_options().
3563     - Add a new unit test for Dpkg::Control::FieldsCore.
3564     - Switch from IO::String to native open() scalar support.
3565     - Use UTC0 when setting TZ.
3567   [ Updated programs translations ]
3568   * German (Sven Joachim).
3569   * Italian (Pietro Battiston). Closes: #864509
3570   * Portuguese (Miguel Figueiredo). Closes: #868800
3571   * Simplified Chinese (Zhou Mo, Boyuan Yang). Closes: #867133, #877929
3573   [ Updated scripts translations ]
3574   * German (Helge Kreutzmann).
3576   [ Updated man pages translations ]
3577   * Dutch (Frans Spiesschaert). Closes: #862924
3578   * German (Helge Kreutzmann).
3580  -- Guillem Jover <guillem@debian.org>  Tue, 17 Oct 2017 01:51:16 +0200
3582 dpkg (1.18.24) unstable; urgency=medium
3584   [ Guillem Jover ]
3585   * Add missing symbols to the libdpkg map file.
3586   * Fix dpkg-shlibdeps to preserve the Dpkg::Shlibs::find_library() order
3587     when scanning symbols/shlibs files. This was causing generation of bogus
3588     dependencies when multiple packages provide the same SONAME on different
3589     directories. Regression introduced in dpkg 1.18.17. Closes: #860979
3590   * Make dpkg-maintscript-helper print all unowned files from a directory
3591     when printing the error message, to ease debugging those problems after
3592     the fact. Closes: #813454, #860238
3593     Based on a patch by Bastien ROUCARIÈS <roucaries.bastien@gmail.com>.
3594   * Add duplicate prevention code for debian/files to dpkg-genbuildinfo, so
3595     that successive runs with different versions and equivalent build types
3596     do not generate multiple .buildinfo entries to be uploaded, which is
3597     similar to what dpkg-gencontrol is doing for .deb files.
3598   * Fix conffile takeover handling during unpack in dpkg on --root or
3599     on diversions. Closes: #837051, #858004
3600   * Fix digest inference for shared conffiles, causing bogus takeover
3601     unpack errors. Regression introduced in dpkg 1.16.9. Closes: #861217
3602   * Improve tar entry metadata parsing in dpkg:
3603     - Do not parse device numbers for non block nor char tar entry objects.
3604     - Make the existing octal parser more robust, by checking for the
3605       expected format of leading zeros or spaces, followed by any ASCII
3606       octal characters (0-7), followed by zero or more space or NULs.
3607     - Add support for base-256 encoded numeric fields, to support large
3608       values, for UID/GID, device number, size and even signed timestamps.
3609       This is necessary not only to be able to store larger values, but to
3610       cover packages that can already be generated by dpkg-deb, given that
3611       it uses the system GNU tar when building. Closes: #850834
3612   * Architecture support:
3613     - Add support for ARM64 ILP32. Closes: #824742
3614       Thanks to Wookey <wookey@wookware.org>.
3615   * Perl modules:
3616     - Remove obsolete hardening-wrapper support from Dpkg::Vendor::Ubuntu.
3617       Thanks to Adam Conrad <adconrad@0c3.net>.
3618     - Bump $Dpkg::Deps::VERSION to match the one documented in CHANGES.
3619     - Ignore by default debian/files.new and debian/files for all source
3620       formats in Dpkg::Source::Package, because these are generated files
3621       with well known pathnames, part of the public interface, and with
3622       dpkg-genbuildinfo always injecting .buildinfo entries into
3623       debian/files, this meant this could disrupt previous workflows based
3624       on not cleaning the source tree.
3625   * Documentation:
3626     - Many spelling fixes. Thanks to Josh Soref <jsoref@gmail.com>.
3627     - Do not include misspellings in changelogs, as that makes detecting them
3628       more difficult.
3629   * Build system:
3630     - Use libexec variable for auxiliary internal programs, and set it to
3631       /usr/lib on Debian and derivatives.
3632     - Check that the detected tar is a GNU tar.
3633     - Check that the detected patch is a GNU patch, so that we get a directory
3634       traversal resistant patch implementation. This fixes CVE-2017-8283 by
3635       delegating those checks to patch(1), so that we trap blank-indented
3636       diff hunks trying to escape from the source tree.
3637   * Test suite:
3638     - Add a test case for blank-indented patches which were the cause for
3639       CVE-2017-8283.
3640     - Handle files with non-zero sizes in c-tarextract libdpkg test code.
3642   [ Updated programs translations ]
3643   * Catalan (Guillem Jover).
3644   * Czech (Miroslav Kure).
3646   [ Updated dselect translations ]
3647   * Catalan (Guillem Jover).
3649   [ Updated scripts translations ]
3650   * Catalan (Guillem Jover).
3652   [ Updated man pages translations ]
3653   * German (Helge Kreutzmann, David Rabel). Closes: #857449
3654   * Spanish (Javier Fernández-Sanguino).
3656  -- Guillem Jover <guillem@debian.org>  Wed, 17 May 2017 13:16:25 +0200
3658 dpkg (1.18.23) unstable; urgency=medium
3660   [ Guillem Jover ]
3661   * Handle unmatched arch-qualified virtual packages in dpkg-genbuildinfo,
3662     instead of letting perl die. Closes: #849944
3663   * Declare .buildinfo format as stable with version 1.0.
3664   * Do not depend on cxxabi.h to have declared __cxa_pure_virtual, use
3665     the same “__cxxabiv1” namespace as specified in the C++ ABI, instead
3666     of using the “abi” alias intended for use by userland.
3667     Thanks to Jörg Sonnenberger <joerg@netbsd.org>.
3668   * Add a comment on any C code switch case that falls through. Fixes new
3669     gcc-7 warnings.
3670   * Use snprintf() instead of sprintf() in libdpkg when constructing the ar
3671     member header, as we might overflow depending on the input data.
3672   * Portability:
3673     - Do not redeclare sys_siglist in libcompat when the system does so.
3674       Thanks to Thomas Klausner <wiz@NetBSD.org>.
3675     - Rename err variable to ret in start-stop-daemon as the former is a
3676       function on BSDs.
3677     - Use 5-argument kvm_getprocs() call form on OpenBSD in start-stop-daemon.
3678     - Use correct struct kinfo_proc ruid submember name on NetBSD in
3679       start-stop-daemon.
3680     - Define _KMEMUSER for NetBSD to get declarations for various
3681       struct kinfo_proc members in start-stop-daemon.
3682   * Perl modules:
3683     - Do not special case EM_SPARC32PLUS for NetBSD in Dpkg::Shlibs::Objdump,
3684       the code has been fixed in NetBSD as that situation could not happen.
3685     - Fix read() error handling in Dpkg::Shlibs::Objdump::get_format() to
3686       gracefully ignore non-ELF files again. Closes: #854536
3687     - Emit an explicit warning from Dpkg::Shlibs::Objdump::Object::analyze()
3688       for unknown executable formats instead of relying on objdump doing so.
3689     - Do not parse bogus ELF binaries in Dpkg::Shlibs::Objdump::get_format().
3690       Reported by Niels Thykier <niels@thykier.net>.
3691     - Add ‘.mnt-ignore’ to the default ignore lists in Dpkg::Source::Package,
3692       as we were already ignoring the ‘_MTN’ pathnames. Closes: #855450
3693       Thanks to Nicolas Boulenguez <nicolas@debian.org>.
3694     - Mark kfreebsd-amd64, kfreebsd-i386, sparc and sparc64 architectures as
3695       having gcc builtin PIE in Dpkg::Vendor::Debian.
3696     - Switch PIE handling in Dpkg::Vendor::Debian to have no default (!) and
3697       delegate the setting to gcc or an explicit request by a user. This is
3698       needed to cope with the general PIE brokenness situation in Debian, and
3699       the current specific brokenness of a Debian gcc patch mangling the dpkg
3700       build flags. Closes: #848129, #845550
3701   * Documentation:
3702     - Clarify the requirements for deb-conffile(5) pathnames. Closes: #854417
3703       Proposed by Dieter Adriaenssens <dieter.adriaenssens@gmail.com>.
3704     - Document dpkg-source --before-build and --after-build in --help output.
3705     - Document dpkg-buildpackage --ignore-builtin-builddeps in --help output.
3706   * Build system:
3707     - Check <sys/proc.h> by also including <sys/param.h>, on several BSD
3708       systems the header is not self-contained.
3709     - Handle libmd implementations built into system libc, as found on some
3710       BSD systems.
3711     - Do not fail on missing compression libraries or headers on automatic
3712       detection mode. Regression introduced in dpkg 1.18.14.
3713   * Test suite:
3714     - Use the detected perl interpreter instead of a random one from PATH.
3716   [ Updated programs translations ]
3717   * Dutch (Frans Spiesschaert). Closes: #856325
3719   [ Updated scripts translations ]
3720   * German (Helge Kreutzmann).
3722   [ Updated man pages translations ]
3723   * Dutch (Frans Spiesschaer). Closes: #856326
3725  -- Guillem Jover <guillem@debian.org>  Mon, 06 Mar 2017 05:41:11 +0100
3727 dpkg (1.18.22) unstable; urgency=medium
3729   [ Guillem Jover ]
3730   * Turn status file parser errors on bogus field blank lines into warnings,
3731     otherwise the system cannot be easily recovered from. Regression
3732     introduced in dpkg 1.16.1. Reported by Jay Freeman <saurik@saurik.com>.
3733   * Perl modules:
3734     - Mask ARM ABI bits in the ELF processor flags in Dpkg::Shlibs::Objdump.
3735       These are too unreliable to be used for exact matching. Closes: #853793
3737   [ Updated programs translations ]
3738   * Turkish (Mert Dirik). Closes: #853202
3740   [ Updated scripts translations ]
3741   * German (Helge Kreutzmann).
3743   [ Updated man pages translations ]
3744   * German (Helge Kreutzmann).
3746  -- Guillem Jover <guillem@debian.org>  Wed, 01 Feb 2017 05:48:58 +0100
3748 dpkg (1.18.21) unstable; urgency=medium
3750   [ Guillem Jover ]
3751   * Revert "Generate Testsuite-Restrictions fields from the test restrictions
3752     in dpkg-source into .dsc files". This change is contentious and should
3753     have been discussed more widely. Given that this has been live only for
3754     a couple of days, the impact should be minimal, but still something to
3755     take into account once and if this gets reintroduced. Closes: #852820
3756   * Perl modules:
3757     - Map alternative or old ELF machine types to canonical ones. We need
3758       those to match on the encoded ABI, otherwise dpkg-shlibdeps will not
3759       be able to find the objects.
3761   [ Updated man pages translations ]
3762   * German (Helge Kreutzmann).
3764  -- Guillem Jover <guillem@debian.org>  Sun, 29 Jan 2017 20:29:58 +0100
3766 dpkg (1.18.20) unstable; urgency=medium
3768   [ Guillem Jover ]
3769   * Add a new --no-sign option to dpkg-buildpackage, to make it possible to
3770     disable all signing in a future-proof way.
3771   * Make dpkg-buildpackage --unsigned-changes not sign .buildinfo either.
3772     This breaks the expectations of users and tools, because there was no
3773     way previously to request no signing at all. Closes: #852822
3774   * Perl modules:
3775     - Mask the machine bits for SH and MIPS in the ELF processor flags in
3776       Dpkg::Shlibs::Objdump. These do not define the ABI, and make the
3777       objects not match when they should, when looking for shared libraries
3778       from dpkg-shlibdeps.
3779     - Encode the ELF ABI as a big-endian byte stream, so that decoding for
3780       output gives meaningful results.
3781     - Disable the NFS-unsafe warning on Linux, as using flock() on NFS has
3782       been safe for some time now. Addresses: #677865 (on Linux)
3783   * Documentation:
3784     - Document the Built-For-Profile field in deb-changes(5).
3786   [ Updated scripts translations ]
3787   * German (Helge Kreutzmann).
3789   [ Updated man pages translations ]
3790   * German (Helge Kreutzmann).
3792  -- Guillem Jover <guillem@debian.org>  Sat, 28 Jan 2017 06:32:53 +0100
3794 dpkg (1.18.19) unstable; urgency=medium
3796   [ Guillem Jover ]
3797   * Stop emitting Built-For-Profiles from dpkg-gencontrol. The information
3798     is already provided in .buildinfo and .changes files, and including it
3799     in the binary packages makes them unreproducible even when the profile
3800     used would not alter its contents. Closes: #831524
3801   * Do not allow empty epochs and revisions in versions. When there's at
3802     least one colon or one dash, we should expect epoch and revision numbers.
3803   * Always set SOURCE_DATE_EPOCH in dpkg-buildpackage and dpkg-source. Use
3804     the current date if the changelog does not have one. Closes: #849081
3805   * Refactor update-alternatives pathname existence check into a new function.
3806   * Avoid useless repeated lstat()s in update-alternatives.
3807   * Only check for debian/tests/control file once in dpkg-source.
3808   * Generate Testsuite-Restrictions fields from the test restrictions in
3809     dpkg-source into .dsc files. Closes: #847926
3810     Based on a patch by Iain Lane <laney@debian.org>.
3811   * Improve the ELF ABI mismatch detector in dpkg-shlibdeps, by parsing the
3812     ELF header ourselves. While still not perfect (things like linux-i386 and
3813     hurd-i386 will still match), it will filter lots of previously matching
3814     objects that should have been ignored, and will work even when objdump
3815     does not know about the specific object details. Closes: #849913
3816   * Add initial support for DEB_BUILD_OPTIONS to dpkg-genbuildinfo. This will
3817     make it possible to enable or disable specific features that should be
3818     recorded in the .buildinfo file. For now only “all” and “path” are
3819     supported. Closes: #848705
3820   * Add again the architecture from the filename to .changes files for any
3821     artifact with one. This reverts the change introduced in dpkg 1.18.11.
3822   * Fold the filtering and checksumming of files to distribute in a .changes
3823     file in dpkg-genchanges into the initial loop. This way we do not include
3824     architectures for artifacts we are not going to distribute, and do not
3825     unnecessarily recompute the checksums for artifacts like the sources.
3826   * Do not compute the architecture list twice in dpkg-genchanges.
3827   * Include .buildinfo files also for source-only uploads in dpkg-genchanges.
3828     Closes: #846164
3829   * Fix check for expected number of binary artifacts in dpkg-genchanges, to
3830     only take into account the artifacts that we are distributing.
3831   * Fix parsing of Pre-Depends and Depends in dpkg-genbuildinfo, so that
3832     the code parses both and not just the first to appear in the stanza.
3833     Based on a patch by Johannes Schauer <josch@debian.org>.
3834   * Add support for signed .buildinfo files to dpkg-buildpackage. Add new
3835     -ui and --unsigned-buildinfo options. Closes: #843925
3836   * Portability:
3837     - On GNU/Hurd try to use the new process executable name attribute from
3838       libps, to properly match on start-stop-daemon --exec.
3839   * Perl modules:
3840     - Fix Debian architecture wildcard parsing so that matching four-tuple
3841       matchings work. Missed in dpkg 1.18.11.
3842       Reported by Julian Andres Klode <jak@debian.org>.
3843     - Add new import tags for Dpkg::Arch.
3844     - Abort on EOF in patch name prompt in Dpkg::Source::Package::V2,
3845       instead of getting into an infinite loop. Closes: #851441
3846     - Call anonymous subs via -> operator instead of casting with &, and fix
3847       bogus POD documentation to match the code.
3848     - Add new Auto-Built-Package field to Dpkg::Control::Fields.
3849     - Add a new debug() reporting function, and switch code to use it.
3850     - Add new Dpkg::BuildOption parse_features() method refactored from
3851       Dpkg::Vendor::Debian.
3852   * Documentation:
3853     - Cleanup software requirements in README.
3854     - Move control member file references from dpkg(1) to deb(5).
3855     - Fix typos in docs and code comments.
3856     - Document Auto-Built-Package field in deb-control(5).
3857   * Build system:
3858     - Disable disk pre-allocation by default, but let the builder re-enable
3859       it via a new configure option. This has been causing major performance
3860       issues on "modern" filesystems.
3861   * Packaging:
3862     - Add debsig-verify to dpkg Suggests. The code optionally supports this
3863       specific signed .deb verification program.
3864       Prompted by Stuart Prescott <stuart@debian.org>.
3865   * Test suite:
3866     - Generate and check all currently possible architecture wildcards.
3867     - Correctly iterate over all default and passed .dsc template substvars.
3869   [ Updated programs translations ]
3870   * Dutch (Frans Spiesschaert). Closes: #851889
3871   * German (Sven Joachim).
3873   [ Updated scripts translations ]
3874   * German (Helge Kreutzmann).
3876   [ Updated man pages translations ]
3877   * Dutch (Frans Spiesschaer). Closes: #851891
3878   * German (Helge Kreutzmann).
3880  -- Guillem Jover <guillem@debian.org>  Fri, 27 Jan 2017 05:43:36 +0100
3882 dpkg (1.18.18) unstable; urgency=medium
3884   [ Guillem Jover ]
3885   * Documentation:
3886     - Document DPKG_DATADIR in an ENVIRONMENT section in dpkg-architecture(1).
3887     - Add a rationale for the purpose of Testsuite-Triggers in dsc(5).
3888       Prompted by Mattia Rizzolo <mattia@debian.org>.
3889   * Packaging:
3890     - Revert the perl to perl:any dependency change in libdpkg-perl, as that
3891       breaks debootstrap in stable (jessie), testing (stretch) and unstable,
3892       which do not support arch-qualified dependencies. We'll have to live
3893       with the Multi-Arch hinter being unhappy for now.
3895   [ Updated man pages translations ]
3896   * German (Helge Kreutzmann).
3898  -- Guillem Jover <guillem@debian.org>  Tue, 20 Dec 2016 13:53:12 +0100
3900 dpkg (1.18.17) unstable; urgency=medium
3902   [ Guillem Jover ]
3903   * Handle empty versions on validation in dpkg-maintscript-helper as they
3904     are optional. Regression introduced in dpkg 1.18.16. Closes: #848422
3905   * Validate versions too in dpkg-maintscript-helper symlink_to_dir and
3906     dir_to_symlink commands.
3907   * Improve logic to identify packages owning a library in dpkg-shlibdeps,
3908     by handling the same library appearing more than once on the filesystem
3909     Thanks to Raphaël Hertzog <hertzog@debian.org>. Closes: #843073
3910   * Documentation:
3911     - Clarify that dpkg-buildpackage does not run «dpkg-source --before-build»
3912       when using the -T option. Closes: #649531
3913     - Document that dpkg sets DPKG_ADMINDIR on maintainer script environment.
3914   * Packaging:
3915     - Do not let dh_perl insert a dependency for libdpkg-perl, because it
3916       emits perl instead of perl:any. Instead hardcode a perl:any dependency
3917       to comply with the perl policy and make the Multi-Arch hinter happy.
3919   [ Updated scripts translations ]
3920   * German (Helge Kreutzmann).
3922   [ Updated man pages translations ]
3923   * German (Helge Kreutzmann).
3925  -- Guillem Jover <guillem@debian.org>  Mon, 19 Dec 2016 02:43:10 +0100
3927 dpkg (1.18.16) unstable; urgency=medium
3929   [ Guillem Jover ]
3930   * Add support for specifying multiple targets on «dpkg-buildpackage -T»
3931     which will be run successively. Closes: #671074
3932   * Reject empty upstream versions in C and perl code. These are not permitted
3933     by deb-version(5), but the code was letting those through.
3934   * Use lzma_cputhreads() instead of sysconf(_SC_NPROCESSORS_ONLN) as the
3935     former is way more portable.
3936   * Automatically decrease xz encoder threads to try to not exceed available
3937     memory limits. This should alleviate the insane requirements of memory
3938     needed on 32-bit architectures with many cores, which results in more
3939     than the userspace addressable memory, when using settings such as
3940     -z9 and/or -Sextreme in dpkg-deb. Closes: #846564
3941   * Add new dpkg --validate-<thing> commands to validate the syntax of
3942     various <thing>s, where the current list is «pkgname», «trigname»,
3943     «archname» and «version».
3944   * Use the new dpkg --validate-version command in dpkg-maintscript-helper,
3945     instead of abusing the --compare-versions command to perform version
3946     validation. Closes: #844701
3947   * Allow readlink(2) to return a size smaller than stat(2) in dpkg. Some
3948     bogus filesystems do not return the actual symlink size in st_size,
3949     which contradicts POSIX. But allowing the case where the returned size
3950     is smaller than the one used to allocate memory is harmless, although
3951     suspect. Let it through, but still print a warning so that users can
3952     install stuff but are reminded they need to get a fixed filesystem in
3953     place. This has affected at least ecryptfs in the past and now
3954     file-based encryption support in ext4 on Android N.
3955   * Add new dpkg-query virtual field source:Upstream-Version. Closes: #844348
3956   * Perl modules:
3957     - Whitelist DPKG_GENSYMBOLS_CHECK_LEVEL, DPKG_ROOT, DPKG_ADMINDIR and
3958       DPKG_DATADIR environment variables in Dpkg::Build::Info.
3959   * Documentation:
3960     - State the current working directory used when running dpkg-buildpackage
3961       hooks.
3962     - Add a new ENVIRONMENT section to dpkg-gensymbols(1) and document
3963       DPKG_GENSYMBOLS_CHECK_LEVEL there.
3964     - Fix bogus description of --force-confmiss in dpkg(1). Regression
3965       introduced in 1.16.4. Reported by Sven Joachim <svenjoac@gmx.de>.
3966       Closes: #846395
3967     - Update dpkg-parsechangelog parser options. The options specific to
3968       the changelog parser program did not get updated when the parser got
3969       switched to be a perl module. Missed in dpkg 1.18.8. Closes: #848189
3970   * Build system:
3971     - Enable compression libs also in automatic check mode in configure.
3972     - Honor DPKG_DATADIR again in the installed Dpkg modules. This was an
3973       explicit public interface, documented in the man page.
3975   [ Updated programs translations ]
3976   * Dutch (Frans Spiesschaert). Closes: #848378
3977   * Simplified Chinese (Zhou Mo). Closes: #844955
3979   [ Updated scripts translations ]
3980   * German (Helge Kreutzmann).
3981   * Swedish (Martin Bagge). Closes: #847220
3983   [ Updated man pages translations ]
3984   * Dutch (Frans Spiesschaert). Closes: #848379
3985   * German (Helge Kreutzmann).
3987  -- Guillem Jover <guillem@debian.org>  Sat, 17 Dec 2016 00:25:53 +0100
3989 dpkg (1.18.15) unstable; urgency=medium
3991   [ Guillem Jover ]
3992   * Improve PIE flags support:
3993     - Do not enable PIE when linking static programs. glibc-based systems
3994       do not support this combination and produce very bogus output.
3995       Proposed by Szabolcs Nagy <nsz@port70.net>. Closes: #843714
3996   * On source builds add 'source' to the Architecture field in the
3997     .buildinfo file in dpkg-genbuildinfo.
3998   * Add new Build-Date field to .buildinfo files.
3999   * Generate deterministic .buildinfo filenames in dpkg-genbuildinfo,
4000     following the same pattern as used for .changes files.
4001   * Bump .buildinfo Format to version 0.2.
4002   * Change dpkg-buildpackage -j and -J on “auto” mode to fallback to serial
4003     execution when we cannot infer the number of online processors on
4004     unsupported or exotic systems. This should be a safer mode of operation.
4005     Proposed by Simon McVittie <smcv@debian.org>.
4006   * Only preallocate disk size in dpkg for unpacked files bigger than 16 KiB.
4007     Closes: #824636
4008   * Perl modules:
4009     - Validate architecture arguments in Dpkg::Deps deps_parse().
4010       Prompted by Johannes Schauer <josch@debian.org>.
4011   * Documentation:
4012     - Escape dashes in field names in dpkg-buildinfo(1).
4013   * Test suite:
4014     - Mark partially documented POD modules as TAP TODO.
4016   [ Updated man pages translations ]
4017   * German (Helge Kreutzmann).
4019  -- Guillem Jover <guillem@debian.org>  Wed, 16 Nov 2016 03:28:05 +0100
4021 dpkg (1.18.14) unstable; urgency=medium
4023   [ Guillem Jover ]
4024   * Improve PIE flags support:
4025     - Rename the spec name cc1_options to self_spec.
4026       Suggested by James Clarke <jrtc27@jrtc27.com>
4027     - Do not set PIE options if they have been negated, and do not reset
4028       them if they have been requested.
4029     Closes: #843791, #843826
4030   * Fix use after free error in dpkg. It was trying to print messages that
4031     had already been freed as part of the database memory pool, causing in
4032     some cases segfaults when reporting the error summary at the end.
4033     Regression introduced in dpkg 1.18.11. Closes: #843874
4034   * Change default color behavior to auto.
4035   * Perl modules:
4036     - Fix confusing date parse error message in Dpkg::Changelog::Entry::Debian
4037       when the date contains “May”. Closes: #843829
4038       Thanks to Nishanth Aravamudan <nish.aravamudan@canonical.com>.
4039     - New module Dpkg::Build::Info module refactored from dpkg-genbuildinfo.
4040       Requested by Johannes Schauer <josch@debian.org>.
4041   * Documentation:
4042     - Improve the DEB_BUILD_OPTIONS description in dpkg-buildpackage(1).
4043       And mention the parallel option there.
4044     - Explicitly mention in dpkg-buildpackage(1) that setting the number
4045       of parallel jobs to 1, restores the serial behavior.
4046       Prompted by Thorsten Glaser <t.glaser@tarent.de>.
4047   * Packaging:
4048     - List public Dpkg::Control::Tests module in libdpkg-perl description.
4049   * Test suite:
4050     - Do not fail tests on missing fakeroot, just skip them.
4051   * Build system:
4052     - Fix inversion logic in libmd configure check when requested explicitly.
4053     - Do not consider the compressor libraries available in configure if the
4054       headers are not usable.
4055     - Fix DPKG_BUILD_RELEASE_DATE to require DPKG_PROG_PERL, as it uses perl.
4056     - Change DPKG_BUILD_RELEASE_DATE to use perl instead of date(1) to
4057       format the timestamp, as the former is more portable.
4059   [ Updated man pages translations ]
4060   * German (Helge Kreutzmann).
4062  -- Guillem Jover <guillem@debian.org>  Fri, 11 Nov 2016 02:26:08 +0100
4064 dpkg (1.18.13) unstable; urgency=medium
4066   * Improve PIE flags support:
4067     - Retroactively document in the changelog that PIE is enabled by default
4068       on all supported architectures regardless of gcc doing so itself on a
4069       subset of them.
4070     - When emitting PIE flags on architectures where gcc does not inject
4071       those itself, do it via a specs file too, so that maintainers can
4072       use them unconditionally regardless of the object being compiled
4073       or linked.
4074     - When injecting -no-pie for linking via the gcc specs file also
4075       inject -fno-PIE.
4076     - Update the documentation.
4077   * Perl modules:
4078     - Do not try to load non-files in Dpkg::Dist::Files load_dir method.
4079       Fixes test failures on non-Linux architectures. Closes: #843436
4080   * Packaging:
4081     - Add missing Breaks on old libdpkg-perl to dpkg. Closes: #843429
4082       Thanks to Sven Joachim <svenjoac@gmx.de>.
4083     - Ship deb-src-files(5) man page in dpkg-dev.
4084   * Build system:
4085     - Use deterministic dates for generated man pages. Closes: #843469
4086       Thanks to Reiner Herrmann <reiner@reiner-h.de>.
4088  -- Guillem Jover <guillem@debian.org>  Mon, 07 Nov 2016 03:28:42 +0100
4090 dpkg (1.18.12) unstable; urgency=medium
4092   * Build system:
4093     - Set umask to 0022 for functional test suite.
4094   * Documentation:
4095     - Rename FILE FORMATS section to FILES in dpkg-source(1).
4096     - Use "dpkg suite" as the manual item in man pages .TH macro.
4097     - Use %VERSION% in dpkg-statoverride(1) source item in man page .TH macro.
4098     - Document environment variables used by source format modules in
4099       dpkg-source(1).
4101  -- Guillem Jover <guillem@debian.org>  Sun, 06 Nov 2016 05:36:20 +0100
4103 dpkg (1.18.11) unstable; urgency=medium
4105   [ Guillem Jover ]
4106   * Make dpkg-maintscript-helper conffile commands more robust. Check that
4107     conffile pathname arguments are absolute paths and verify version number
4108     to be valid. Thanks to David Kalnischkies <david@kalnischkies.de>.
4109   * Add support to dpkg-scanpackages for scanning a single binary file.
4110     Thanks to Javier Serrano Polo <javier@jasp.net>. Closes: #833964
4111   * Obsolete dpkg-deb bzip2 and lzma compression methods by emitting errors.
4112   * Remove obsolete dpkg-deb --old and --new options.
4113   * Remove obsolete dpkg --print-installation-architecture option.
4114   * Fix dpkg error messages when parsing md5sum files to include the package
4115     name affected.
4116   * Do not emit epochs for unambiguous versions in deb-split package header.
4117     Regression introduced in dpkg 1.18.0.
4118   * Make the deb-split(5) generation in dpkg-split reproducible, by using the
4119     timestamp from SOURCE_DATE_EPOCH.
4120   * Generate reproducible file modes for the .deb control member contents.
4121     Closes: #787980
4122   * Switch from non-freeing malloc to m_malloc on statdb slurping.
4123   * Switch from non-freeing malloc to m_malloc for invoke hooks.
4124   * Always reset the package in-core database when shutting down the package
4125     database journal.
4126   * Do not crash if we pass a NULL cip argument to setaction() in libdpkg.
4127   * Shutdown the package database journal in dpkg --get-selections.
4128   * Fix (deactivated) dpkg --command-fd to initialize and reset the files
4129     database on each action.
4130   * Implement source stanza substvars prefixed with S: in dpkg-gencontrol.
4131     These auto-generated variables map each source stanza field into an
4132     output substvar prefixed with “S:”.
4133   * Make dpkg-source generate reproducible source packages when run
4134     standalone, by honoring SOURCE_DATE_EPOCH.
4135   * Fix several short-lived memory leaks in update-alternatives.
4136     Reported by Helmut Grohne <helmut@subdivi.de>.
4137   * Only set the error context message in libdpkg if it has been formatted
4138     correctly.
4139   * Return error in error_context_errmsg_format() only if the error message
4140     gets truncated. In case we have to use the emergency buffer because the
4141     previous vasprintf() call failed, we should only return an error code if
4142     the vsnprintf() call on the emergency buffer truncates the output.
4143   * Fix free() on uninitialized pointer in error_context_errmsg_format() in
4144     libdpkg. Regression introduced in dpkg 1.18.7. Closes: #842004
4145   * Move C++ support code into its own file.
4146   * Add replacement new and delete array operators to C++ support code.
4147   * Implement local abi::__cxa_pure_virtual. When using g++ if we provide our
4148     version of this function we can avoid the dependency on either libstdc++
4149     or libsup++.
4150   * Include missing <new> for new and delete operator declarations.
4151   * Do not log nor print duplicate dpkg removal action. We print
4152     “Removing <package> (<version>)” lines and log remove action twice
4153     when purging a package from frontends, because they usually first call
4154     --remove and then --purge sequentially. When purging a package which is
4155     already in config-files (i.e. it has been removed before), do not print
4156     nor log the remove action.
4157   * Remove default «.» from @INC before loading perl modules in perl code.
4158     Fixes CVE-2016-1238.
4159   * Give more information on --set-selections warnings. Closes: #842230
4160   * Add new DEB_*_ARCH_ABI and DEB_*_ARCH_LIBC variables to dpkg-architecture
4161     and architecture.mk Makefile fragment.
4162   * Do substvar instantiation just once in dpkg-gencontrol.
4163   * Fix dpkg-gencontrol to not update the files list file (debian/files)
4164     when printing to STDOUT (via -O).
4165   * Do not add architectures to .changes Architecture field for artifacts
4166     that are not a .deb or .udeb in dpkg-genchanges.
4167   * Add support for .buildinfo files:
4168     - Add new dpkg-genbuildinfo command.
4169     - Hook it into the dpkg-buildpackage machinery.
4170     Based on a patch by Jérémy Bobbio <lunar@debian.org>. Closes: #138409
4171   * Enable dpkg-buildpackage -Jauto by default. Closes: #842845
4172   * Fix dpkg to not fail when removing non-existent backup files on read-only
4173     filesystems. Closes: #838877
4174   * Enable PIE on all supported architectures and handle PIE enabled by
4175     default in gcc. On architectures where gcc enables them by default,
4176     stop setting -fPIE and -pie, and set -fno-PIE and -no-pie when disabling
4177     «pie» via gcc specs files, so that we do not emit them on situations
4178     where it would be inappropriate. Closes: #835149
4179     Based on a patch by Bálint Réczey <balint@balintreczey.hu>.
4180   * Architecture support:
4181     - Add support for AIX operating system.
4182     - Add a version pseudo-field to the arch tables.
4183     - Internally represent Debian architectures as quadruplets.
4184   * Portability:
4185     - Cast off_t variables to intmax_t when printing them with "%jd".
4186     - Add missing <string.h> include in libdpkg.
4187     - Cast strlen() return value to ssize_t to match write() return type.
4188     - Use underscore-prefixed system preprocessor symbols instead of namespace
4189       polluting ones (such as “linux”, “OPENBSD” or “hpux”).
4190     - Handle _POSIX_PRIORITY_SCHEDULING being defined to -1 or 0 in
4191       start-stop-daemon. This affects Mac OS X.
4192     - On FreeBSD return STATUS_UNKNOWN instead of false in start-stop-daemon
4193       do_procinit().
4194     - Port start-stop-daemon process handling to Mac OS X.
4195       Based on a patch by Mo McRoberts <mo@nevali.net>.
4196     - Port start-stop-daemon process handling to AIX.
4197     - Fix lookup by name on update-alternatives --config. The code was wrong
4198       and not working at least on Mac OS X, making the test suite to fail.
4199     - Only use gzip --rsyncable in Dpkg::Compression on Debian and hopefully
4200       derivatives, by using perl's $Config{cf_by} variable to key on. The
4201       Debian-specific --rsyncable option should have never been accepted for
4202       use in dpkg to begin with.
4203     - Use our own dpkg_ar_hdr struct instead of relying on the system
4204       ar_hdr struct, as the ar format is not standardized and does vary
4205       across systems, for example on AIX.
4206     - Add <sys/sysmacros.h> on AIX for major() and minor().
4207     - Add missing <errno.h> in libcompat.
4208     - Include libcompat getopt module when we need getopt_long.
4209     - Disable gettext support in libcompat getopt module. We do not carry
4210       translations for this module, and it makes it pull libintl for programs
4211       that might not use it otherwise.
4212   * Perl modules:
4213     - Obsolete Source-Version substvar in Dpkg::Substvars by emitting errors.
4214     - Rework keyring hooks in Dpkg::Vendor. Deprecate the keyrings hook, and
4215       add package-keyrings, archive-keyrings and archive-keyrings-historic
4216       hooks. Prompted by Johannes Schauer <josch@debian.org>.
4217     - Make the Dpkg::Substavars parse() method return the number of substvars
4218       parsed.
4219     - Add new set_field_substvars() method to Dpkg::Substvars.
4220     - Fix reproducible source package support in Dpkg::Source::Archive, by
4221       sorting the tar contents with --sort=name.
4222     - Prefix private Dpkg::Source::Package::* functions with _.
4223     - Defer filehandle closures in Dpkg::IPC::spawn() to avoid double-close.
4224       Closes: #839905, #840293
4225     - Always map the build type to the shortest string form in
4226       Dpkg::Build::Type::get_build_options_from_type().
4227     - Change Dpkg::Compression::FileHandle to inherit directly from IO::File
4228       instead of FileHandle.
4229     - Add new Dpkg::PROGTAR variable to store GNU tar command name.
4230     - Add new Dpkg::PROGMAKE variable to store GNU make command name.
4231     - Add new CTRL_FILE_BUILDINFO type to Dpkg::Control.
4232     - Add new .buildinfo fields to Dpkg::Control::Fields.
4233     - Add new builtin-system-build-paths Dpkg::Vendor hook.
4234     - Cope gracefully with changelogs missing a timestamp trailer.
4235       Based on a patch by Ian Jackson <ijackson@chiark.greenend.org.uk>.
4236       Regression introduced in dpkg 1.18.8. Closes: #843248
4237   * Packaging:
4238     - Add liblocale-gettext-perl to libdpkg-perl Recommends.
4239     - Wrap and document dependency relationships.
4240     - Remove obsolete dependency relationships, since Debian oldstable.
4241     - Remove update-alternatives, dpkg-divert and dpkg-statoverride
4242       compatibility symlinks, again.
4243     - Use perl:Depends via dh_perl instead of a hardcoded perl in Depends.
4244     - Add perl:Depends to dpkg-dev Depends.
4245     - Remove unused dh_strip from binary_indep target.
4246     - Remove ancient upgrade code from maintainer scripts (before 1.15.x).
4247     - Stop compressing the dpkg.deb package with gzip.
4248     - Move dpkg to be the first binary package stanza in debian/control, as
4249       debhelper assigns special meaning by considering it the main package.
4250     - Set MAKEFLAGS to -jN from parallel=N in DEB_BUILD_OPTIONS.
4251   * Documentation:
4252     - Update custom changelog parser API support status in README.api.
4253     - Fix typos in docs and man pages. Thanks to Jakub Wilk <jwilk@debian.org>
4254       Closes: #834584
4255     - Fix formatting in SOURCE_DATE_EPOCH description in dpkg-deb(5).
4256     - Improve dpkg-deb --build arguments documentation in dpkg-deb(1).
4257       Prompted by Johannes Schauer <josch@debian.org>.
4258     - Document the .changes filename that dpkg-buildpackage generates in
4259       dpkg-buildpackage(1). Prompted by Johannes Schauer <josch@debian.org>.
4260     - Add basic maintainer script man pages: deb-postinst(5), deb-postrm(5),
4261       deb-preinst(5) and deb-prerm(5).
4262     - Add new deb-src-files(5) man page.
4263       Prompted by Johannes Schauer <josch@debian.org>.
4264     - Add man page references to other binary control files in dpkg(1).
4265     - Add version when "new" substvars were introduced in deb-substvars(5).
4266     - Switch deb-triggers(5) types into a proper list.
4267     - Itemize --log format entries in dpkg(1).
4268     - Turn the update-alternatives(1) --query example item into a sub-section.
4269     - Turn the Multi-Arch values into a list in deb-control(5).
4270     - Improve user-defined field export marker documentation in
4271       deb-src-control(5); clarify that X can be followed by zero or more
4272       (instead of one or more) letters and turn the items into a proper list.
4273     - Generate the man pages at build time. This makes it possible to process
4274       them and update several variable strings such as system and package
4275       pathnames, the release date and the dpkg suite version. And makes it
4276       possible to use UTF-8 in the source and convert to the more conservative
4277       groff escape sequences on the output.
4278     - Switch from groff escape sequences to UTF-8 in man pages sources.
4279     - Disable hyphenation in man pages globally, because it performs very
4280       poorly on many technical terms.
4281     - Append the German man pages addendum at the end of the translation,
4282       instead of assuming that every page has the SEE ALSO section.
4283     - Explicitly mention that Dpkg::Checksums::add_from_file() is used to
4284       verify digests too. Prompted by Johannes Schauer <josch@debian.org>.
4285     - Document the behavior for consecutive calls to Dpkg perl module parse()
4286       methods. Prompted by Johannes Schauer <josch@debian.org>.
4287     - Document obsolete functions in Dpkg::Conf.
4288   * Test suite:
4289     - Make test main function a TEST_ENTRY macro. This avoids confusing
4290       coverage programs, as the file that actually contains the main function
4291       is the test itself.
4292     - Rename test suite commands to be prefixed with «c-» instead of «t-».
4293     - Add new dpkg-source functional tests.
4294     - Add new dpkg-buildpackage functional tests.
4295     - Add an initial functional test suite for dpkg-deb and dpkg-split.
4296     - Skip the involved tests if IO::String is missing.
4297     - Add new unit test for libdpkg error handling.
4298     - Delete MAKEFLAGS environment variable when testing make invocations.
4299     - Pass -q to grep command to suppress matched output in pod-coverage.t.
4300     - Ignore POD coverage for partially private modules.
4301   * Build system:
4302     - Add support for profiling perl modules.
4303     - Clean up compiler and linker automatic flag usage in configure.
4304     - Fix the __progname check to avoid the optimizer discarding the symbol.
4305     - Fix M4sh/Autoconf coding style. Add a new section to coding-style.txt
4306       describing M4sh/Autoconf.
4307     - Disable C++ exceptions for dselect.
4308     - Fix typo in SELinux library detection code, only affecting static
4309       mode (not used in Debian). Regression introduced in dpkg 1.18.8.
4310     - Change --with-* option logic to default to check.
4311     - Disable -Wtautological-constant-out-of-range-compare (for clang).
4312     - Check the availability of -W<warning> variant instead of -Wno-<warning>.
4313       As at least gcc and clang do not warn on -Wno-* warning flags, only
4314       when some unrelated warning needs to be emitted.
4315     - Bump po4a version to 0.43 (we are using --porefs wrap option).
4316     - Add support for running the test suite in parallel.
4317     - Specify exec argument for TAP::Harness to gracefully handle non-perl
4318       executables with older versions of the module.
4319     - Require libselinux 2.0.99 for baseline API, remove static linking
4320       support, use pkg-config unconditionally, and perform refinement checks
4321       only if available.
4322     - Check for the required minimal perl version.
4323     - Use builddir instead of CURDIR in man Makefile.am.
4324     - Use cp with -R instead of -r (the former is more portable and not
4325       marked as deprecated by POSIX).
4326     - Print an actual newline instead of a literal \n in lcov output.
4327     - Do not honor DPKG_DATADIR on the installed Dpkg module.
4328     - Pass --as-needed to the linker for dselect to avoid libstdc++ dependency.
4329       Which makes of dselect the only front-end not pulling the C++ run-time.
4331   [ Updated programs translations ]
4332   * Dutch (Frans Spiesschaert). Closes: #841117
4333   * German (Sven Joachim).
4335   [ Updated scripts translations ]
4336   * German (Helge Kreutzmann).
4338   [ Updated man pages translations ]
4339   * Dutch (Frans Spiesschaert). Closes: #842187
4340   * German (Helge Kreutzmann).
4342  -- Guillem Jover <guillem@debian.org>  Sun, 06 Nov 2016 03:09:02 +0100
4344 dpkg (1.18.10) unstable; urgency=medium
4346   [ Guillem Jover ]
4347   * Fix a short-lived memory leak in dpkg archive argument parsing.
4348   * When activating file triggers on conffile purge, use the conffile name
4349     instead of the real pathname it might refer to. This fixes a segfault
4350     when using --instdir, or when the conffile has been moved around and
4351     replaced with a symlink to the target.
4352     Regression introduced in dpkg 1.18.8. Closes: #830267
4353   * Perl modules:
4354     - Disable fixdebugpath feature on unsafe characters in the path.
4355     - Generate reproducible source tarballs by using the new GNU tar
4356       --clamp-mtime option in Dpkg::Source::Archive, to make sure no file
4357       in source packages has an mtime later than the changelog entry time.
4358     - Enable fixdebugpath build flag feature by default.
4359       Thanks to Mattia Rizzolo <mattia@debian.org>. Closes: #832179
4360     - Rename various private methods and functions with an underscore prefix
4361       and unified names.
4362     - Refactor perl modules directory list into a new function in Test::Dpkg.
4363   * Test suite:
4364     - Add new POD coverage author test for public perl modules.
4365   * Documentation:
4366     - Document Testsuite-Triggers in dsc(5).
4367     - Fix deb-changes(5) description to talk about .changes instead of .dsc.
4368       Reported by HW42 <hw42@ipsumj.de>.
4369     - Use debian/control as the SYNOPSIS in deb-src-control(5).
4370     - Add new deb-conffiles(5) man page.
4371     - Add references to deb-control(5) and deb-triggers(5) in dpkg(1).
4372     - Fix typos for repeated “the” word.
4373       Prompted by Valentin Samir <valentin.samir@crans.org> in #830989.
4374     - Fix misspelled -fdebug-prefix-map flag in dpkg-buildflags(1).
4375       Reported by Mattia Rizzolo <mattia@debian.org>.
4376     - Remove mention of source format 1.0 supporting building with upstream
4377       tarball signatures from dpkg-source(1), as this was disabled in 1.18.8.
4378     - Document all public methods in Dpkg::Changelog::Entry::Debian.
4379     - Escape dashes in deb-changes(5) and dsc(5) man pages.
4380     - Fix typos in dpkg-shlibdeps(1). Closes: #832434
4381       Thanks to Carsten Leonhardt <leo@debian.org>.
4383   [ Updated programs translations ]
4384   * German (Sven Joachim).
4385   * Turkish (Mert Dirik). Closes: #832070
4387   [ Updated scripts translations ]
4388   * German (Helge Kreutzmann).
4390   [ Updated man pages translations ]
4391   * German (Helge Kreutzmann).
4393  -- Guillem Jover <guillem@debian.org>  Sun, 31 Jul 2016 12:57:02 +0200
4395 dpkg (1.18.9) unstable; urgency=medium
4397   * Require Dpkg::Control::Info in dpkg-buildpackage.
4398     Initially reported by Helmut Grohne <helmut@subdivi.de>.
4399     Regression introduced in dpkg 1.18.8. Closes: #829542
4400   * Documentation:
4401     - Fix user configuration filename in dpkg-buildpackage(1).
4402       Thanks to Sven Joachim <svenjoac@gmx.de>. Closes: #829546
4404  -- Guillem Jover <guillem@debian.org>  Mon, 04 Jul 2016 09:23:13 +0200
4406 dpkg (1.18.8) unstable; urgency=medium
4408   [ Guillem Jover ]
4409   * Do not disable PIE buildflags on */kFreeBSD anymore. Closes: #823877
4410     Thanks to Steven Chamberlain <steven@pyro.eu.org>.
4411   * Add new long options in dpkg-buildpackage for any short option that is
4412     a useful configurable candidate.
4413   * Add configuration file support to dpkg-buildpackage, as buildpackage.conf
4414     under either the dpkg system or user configuration directories.
4415     Closes: #539692, #765494
4416   * Check that debian/tests/control is a regular file before parsing it.
4417   * Generate Testsuite-Triggers field from test dependencies in dpkg-source
4418     into .dsc files. Based on a patch by Martin Pitt <martin.pitt@ubuntu.com>.
4419     Closes: #779559
4420   * Add new dpkg-source --no-overwrite-dir extraction option. Closes: #826334
4421   * Fix number of entries computation returned by sysctl() on */kFreeBSD in
4422     start-stop-daemon.
4423   * Set return buffer length for sysctl(2) calls on */kFreeBSD in
4424     start-stop-daemon.
4425   * Abstract ar archive handling behind a new struct dpkg_ar and functions.
4426   * On dpkg --force-chrootless only set changedir to instdir if defined.
4427     Thanks to Niall Walsh <niallwalsh@celtux.org>. Closes: #824542
4428   * Set primary group to 0 in dpkg when running as root.
4429     Reported by Stuart Prescott <stuart@debian.org>.
4430   * Activate file triggers for conffiles on purge, which has never happened
4431     before. Before dpkg 1.17.0, conffiles were triggered on removal, which
4432     was obviously wrong. Reported by Helmut Grohne <helmut@subdivi.de>.
4433   * Fix strtol() errno check when parsing the COLUMNS envvar in dpkg-query.
4434     Thanks to Sven Joachim <svenjoac@gmx.de>. Closes: #827265
4435   * Use new GNU tar --clamp-mtime option in dpkg-deb to make sure no file in
4436     binary packages has an mtime later than the given time. Closes: #759886
4437   * Use the same timestamp for the ar container as for tarball mtime clamping
4438     in dpkg-deb.
4439   * Set ar timestamp and tar mtime clamping to SOURCE_DATE_EPOCH if defined
4440     in dpkg-deb. Based on a patch by Jérémy Bobbio <lunar@debian.org>.
4441   * Preset build timestamp to latest changelog entry in dpkg-buildpackage,
4442     by setting SOURCE_DATE_EPOCH environment variable if it is not already
4443     defined. Based on a patch by Jérémy Bobbio <lunar@debian.org>.
4444     Closes: #759999
4445   * Do not use the debian/rules build target fallback when building both
4446     architecture independent and dependent packages in dpkg-buildpackage.
4447   * Use architecture «all» as part of the .changes filename when building
4448     architecture independent binaries and no architecture dependent binaries.
4449     Closes: #826161
4450   * Do not emit warnings from dpkg-genchanges for automatic debug symbol
4451     packages that are not found in debian/control.
4452   * Export SOURCE_DATE_EPOCH from pkg-info.mk makefile snippet.
4453     Closes: #824572
4454   * Architecture support:
4455     - Add TILE-Gx support to cputable. Closes: #823167
4456       Thanks to Helmut Grohne <helmut@subdivi.de>.
4457   * Perl modules:
4458     - Use warnings::warnif() instead of carp() for deprecated warnings.
4459     - Add new format_range() method and deprecate dpkg() and rfc822() methods
4460       in Dpkg::Changelog.
4461     - Replace changelog program parsers with perl modules.
4462     - Add a getter for the Time::Piece object in Dpkg::Changelog.
4463     - Add new Timestamp field to Dpkg::Changelog output, which ends up on
4464       dpkg-parsechangelog's output.
4465     - Validate source version in set_version_substvars()'s Dpkg::Substvars
4466       method.
4467     - Revert "Dpkg::Conf: Switch implementation to be hash based", as this
4468       change broke backwards compatibility in multiple ways. The format_argv
4469       option was set by default, the order was not preserved, which was
4470       important for dpkg.cfg files, and duplicate option names stopped being
4471       supported. Add regression tests to avoid similar changes in the future.
4472       Closes: #824938
4473     - Add support for system and user config loading in Dpkg::Conf.
4474     - Add support for autopkgtest control files, with new CTRL_TESTS control
4475       type, new recognized fields to Dpkg::Control::Fields, and new modules
4476       Dpkg::Control::Tests and Dpkg::Control::Tests::Entry. Also update
4477       Dpkg::Index to support these.
4478     - Fix Dpkg::Deps so that architecture qualifiers only imply one another
4479       if they are the same. Closes: #745366, #827628
4480     - Add support for new environment variable DEB_BUILD_PATH to be able to
4481       control the path in the fixdebugpath feature in Dpkg::Vendor::Debian.
4482     - Preserve order when prepending shared library paths in Dpkg::Shlibs.
4483       This fixes the order of paths passed via dpkg-shlibdeps -l option.
4484       Closes: #823805
4485     - Check whether dependency restrictions are implied in Dpkg::Deps::Simple.
4486       Thanks to Ben Hutchings <ben@decadent.org.uk>. Closes: #827633
4487     - Disable upstream tar signature when building format 1.0 source packages
4488       in Dpkg::Source::Package::V1, as the current stable dpkg series do not
4489       support extracting them.
4490     - Preset Last-Update field in patch header template with current time in
4491       Dpkg::Source::Package::V2. Thanks to Daniel Shahaf <danielsh@apache.org>.
4492       Closes: #828146
4493   * Packaging:
4494     - Disable libmd usage in Debian and derivatives for now.
4495   * Build system:
4496     - Stop allowing to set deprecated bzip2 compressor as dpkg-deb default.
4497     - Use libmd automatically if available.
4498     - Uniformize library build options, from --with-zlib to --with-libz,
4499       --with-bz2 to --with-libbz2 and --with-selinux to --with-libselinux.
4500   * Test suite:
4501     - Bump perlcritic ValuesAndExpressions::RequireNumberSeparators minimum
4502       to 99999.
4503     - Add new pod-spell unit test.
4504     - Refactor common unit test checks for needed things into Test::Dpkg.
4505     - Accept perl's Lancaster Consensus AUTHOR_TESTING variable.
4506     - Add new minimum perl version unit test.
4507     - Add new synopsis unit test.
4508     - Add unit tests for dependency simplification with build profiles.
4509   * Documentation:
4510     - Improve dpkg-buildpackage(1) on environment expectations.
4511     - Clarify the format of the db:Status-Abbrev virtual field in
4512       dpkg-query(1). Closes: #824515
4513     - Document the tar entry size limitation for deb(5) format.
4514     - Document interaction between PIE and libraries in dpkg-buildflags(1).
4515       Based on text by Christian Seiler <christian@iwakd.de>.
4516     - Merge ENVIRONMENT sections in dpkg-buildflags(1).
4517     - Document various long options in dpkg-source --help output.
4518     - Move dpkg-source -q option from “Build options” to “General options”
4519       section in --help output.
4520     - Clarify shared library search order in dpkg-shlibdeps(1).
4521     - Remove most remaining AUTHOR sections from man a POD, as they are
4522       strongly discouraged, for being redundant, tending to get out-of-sync,
4523       and their format being inconsistent. In addition most got already
4524       removed in the past for the man pages.
4525     - Mark perlcritic as an optional author test dependency in the README.
4526     - Fix example code in Dpkg::Compression::FileHandle SYNOPSIS.
4528   [ Updated programs translations ]
4529   * German (Sven Joachim).
4530   * Simplified Chinese (Zhou Mo). Closes: #824873
4532   [ Updated scripts translations ]
4533   * German (Helge Kreutzmann).
4535   [ Updated man pages translations ]
4536   * German (Helge Kreutzmann).
4538  -- Guillem Jover <guillem@debian.org>  Sun, 03 Jul 2016 19:01:56 +0200
4540 dpkg (1.18.7) unstable; urgency=medium
4542   [ Guillem Jover ]
4543   * Add new dpkg-source --require-strong-checksums option and change default.
4544     There is no point in erroring out on this condition when signature issues
4545     are only warnings, because we cannot guarantee we have functional keys
4546     for old signatures. Regression introduced in dpkg 1.18.5. Closes: #823428
4547   * Stop using several fixed sized buffers for program reporting, which in
4548     many cases could cause confusing truncation of long messages. Use heap
4549     allocated formatted strings instead:
4550     - In start-stop-daemon to report what to stop.
4551     - In dselect to print main and access methods menu entries.
4552     - In libdpkg command-line option parsing errors.
4553     - In libdpkg warning, notice and info reporting.
4554     - In libdpkg ohshit, ohshitv, ohshite and internerr. But in this case
4555       fallback to a fixed-size emergency buffer in case of allocation or
4556       formatting error, so that we can at least print something, even if
4557       truncated.
4558     Prompted by Manuel A. Fernandez Montecelo <mafm@debian.org>.
4559   * Colorize all fatal-error printing codepaths in libdpkg.
4560   * Architecture support:
4561     - Bump the GNU triplet cpu from i386 to i686 to match toolchain changes.
4562       Thanks to Ben Hutchings <ben@decadent.org.uk>. Closes: #823619
4563     - Clarify column descriptions in architecture table files.
4564   * Perl modules:
4565     - Relax dependency restrictions parsing to allow again sloppy spaces
4566       around versions, architectures and profile restrictions.
4567       Regression introduced in 1.18.5. Closes: #823431
4568     - Add new require_strong_checksums option to Dpkg::Source::Package.
4569     - Add new tests_dep option to Dpkg::Deps deps_parse() to allow the
4570       otherwise invalid ‘@’ character in dependencies. To be used when
4571       parsing the debian/tests/control file.
4572   * Documentation:
4573     - Shorten example symbol names in dpkg-gensymbols to avoid a mandb
4574       warning due to unwrappable lines in translations.
4576   [ Updated scripts translations ]
4577   * German (Helge Kreutzmann).
4579   [ Updated man pages translations ]
4580   * German (Helge Kreutzmann).
4582  -- Guillem Jover <guillem@debian.org>  Mon, 09 May 2016 03:19:52 +0200
4584 dpkg (1.18.6) unstable; urgency=medium
4586   [ Guillem Jover ]
4587   * Fix file queue tail assignment on file queue pop during unpack. This
4588     could mess up the file queue in some circumstances and leave behind
4589     files in the filesystem as «pathname».dpkg-new after configuration
4590     and without traces of the files in the dpkg database. Closes: #823288
4591   * Use m_strdup() instead of strdup() in dpkg recursive installation code.
4592   * Fix off-by-one array allocation in dpkg recursive installation code that
4593     can cause segfaults.
4594   * Rename sysctl() “name” variable to “mib”, to avoid a clash with the
4595     call site function argument with the same name in start-stop-daemon.
4596     This fixes a build failure on */kFreeBSD systems.
4597   * Initialize number of entries on initial process scan in start-stop-daemon
4598     on */kFreeBSD.
4599   * Packaging:
4600     - Bump Standards-Version to 3.9.8 (no changes needed).
4602   [ Updated programs translations ]
4603   * German (Sven Joachim).
4605  -- Guillem Jover <guillem@debian.org>  Tue, 03 May 2016 20:17:05 +0200
4607 dpkg (1.18.5) unstable; urgency=medium
4609   [ Guillem Jover ]
4610   * Print correct integer parse error for short-only command-line options.
4611     This affects «dpkg-deb -z». Closes: #809174
4612   * Do not abort when traversing symlinks to directories in dpkg-scanpackages
4613     and dpkg-scansources. Closes: #809219
4614   * Implement delete operator with size argument in dselect, required by the
4615     C++14 spec when the size-less delete operator is defined.
4616   * Use EACCES instead of EWOULDBLOCK for fcntl(2) F_SETLK in dselect.
4617   * Print the archive filename when dpkg cannot access it.
4618   * Check that all passed archive filenames to dpkg exist before queuing them.
4619     Closes: #809963
4620   * Use ohshit() instead of internerr() for unhandled dpkg-split exit codes.
4621     (i.e. do not abort). Closes: #812679
4622   * Detect non-regular file archive arguments earlier in dpkg.
4623   * Switch URLs in docs, code comments and packaging, from http:// or git://
4624     to https:// if the latter is available (round three). This includes the
4625     dpkg git repository, copyright format URL and examples in man pages among
4626     others.
4627   * Clarify where to find the GPL-2 license in debian/copyright.
4628   * Do not enable stack-protector on nios2 in Debian and derivatives (it is
4629     not supported by gcc yet).
4630   * Check first for build type to short-circuit boolean expressions in
4631     dpkg-genchanges.
4632   * Add source format backend-specific --help options support to dpkg-source.
4633   * Add MIPS R6 architectures to arch tables. Closes: #807340
4634     Thanks to YunQiang Su <wzssyqa@gmail.com>.
4635   * Fix memory leak when unpacking conffiles.
4636   * Use fixed string matching for pathnames in dpkg-maintscript-helper.
4637     Thanks to Carsten Hey <carsten@debian.org>.
4638   * Quote shell variables in dpkg-maintscript-helper.
4639     Thanks to Carsten Hey <carsten@debian.org>.
4640   * Anchor pathnames in sed and grep regexes in dpkg-maintscript-helper.
4641     Thanks to Carsten Hey <carsten@debian.org>.
4642   * Allow broken versions starting with a dash in dpkg-maintscript-helper.
4643     Thanks to Carsten Hey <carsten@debian.org>.
4644   * Add a new treewalk module in libdpkg, with the nice properties of avoiding
4645     duplicate stat(2) calls, not calling find(1), and sorting the output w/o
4646     stalling on the entire input being slurped and sorted.
4647     - Use it to build the .deb data member in dpkg-deb.
4648     - Use it to build the .deb control member in dpkg-deb.
4649     Closes: #719845
4650     - Use it with dpkg --recursive option.
4651   * Unify start-stop-daemon --help output with the rest of the tools.
4652   * Search for debsig-verify in PATH instead of using an absolute path.
4653   * Do not error out when failing to open the SE label db on permissive mode.
4654     Closes: #811037
4655   * Rewrite the trigger deferred file parser from flex to manual. The format
4656     is very simple, and a simple hand-written parser is smaller and avoids a
4657     build dependency.
4658   * Be more strict when parsing the COLUMNS environment variable in dpkg-query.
4659   * Make the Architecture field mandatory on package builds.
4660   * Use new Dpkg::Arch functions to validate and parse architectures when
4661     building source packages. Closes: #784808
4662   * Do safe matching of directories containing conffiles in
4663     dpkg-maintscript-helper, instead of using a variable pathname as a regex
4664     with grep, which is susceptible to metacharacters acting as part of the
4665     regex. Proposed by Carsten Hey <carsten@debian.org>.
4666   * Decouple local keyword declaration from command assignment in
4667     dpkg-maintscript-helper, which masks the command return value when
4668     using «set -e».
4669   * Make dpkg pass <new-version> to maintscript actions that cannot get it
4670     otherwise. These actions are now:
4671     - <new-postrm> failed-upgrade <old-version> <new-version>
4672     - <new-postrm> abort-install <old-version> <new-version>
4673     - <new-postrm> abort-upgrade <old-version> <new-version>
4674     - <new-preinst> install <old-version> <new-version>
4675     - <new-preinst> upgrade <old-version> <new-version>
4676     - <new-prerm> failed-upgrade <old-version> <new-version>
4677     Prompted by Andrey Utkin <andrey.krieger.utkin@gmail.com>.
4678   * Promote a print to a warning for missing control files in dpkg-deb.
4679   * Use info() instead of print in dpkg-buildpackage and dpkg-genchanges.
4680   * Add very basic color support to all dpkg namespaced programs, enabled by
4681     setting the environment variable DPKG_COLORS to “auto”, “always” or
4682     “never”, the latter being the default.
4683   * Add support for a new --build option to define build type by a
4684     comma-separated list of components (“source”, “any”, “all”, “binary” or
4685     “full”) in dpkg-genchanges and dpkg-buildpackage.
4686   * Add new -I option to dpkg-shlibdeps to ignore package build directories.
4687     Closes: #821025
4688   * Add new -O option to dpkg-genchanges.
4689   * Make dpkg export variable DPKG_ROOT in maintainer scripts. Closes: #804624
4690     Thanks to Helmut Grohne <helmut@subdivi.de>.
4691   * Add new --force-script-chrootless option to dpkg.
4692     Thanks to Helmut Grohne <helmut@subdivi.de>.
4693   * Portability:
4694     - Move DPKG_ADMINDIR environment variable name out from update-alternatives
4695       code, to make life easier for non-dpkg-based systems.
4696     - Move alternatives temporary extension out from update-alternatives code,
4697       to make life easier for non-dpkg-based systems.
4698     - Switch start-stop-daemon on */kFreeBSD to use the low-level sysctl(3)
4699       interface instead of libkvm-dev.
4700   * Perl modules:
4701     - Add new CTRL_REPO_RELEASE control block type to Dpkg::Control.
4702     - Add new CTRL_COPYRIGHT_HEADER, CTRL_COPYRIGHT_FILES and
4703       CTRL_COPYRIGHT_LICENSE control block types to Dpkg::Control.
4704     - Make patching a file multiple times fatal for the first quilt patch in
4705       Dpkg::Source. Reported by Apollon Oikonomopoulos <apoikos@debian.org>.
4706       Closes: #810720
4707     - Only warn once when a diff patches a file multiple times in
4708       Dpkg::Source::Patch, and fix the warning message to make it clear that
4709       the diff might be patching the file more than once, not just twice.
4710     - Check existence of search criteria in Dpkg::Index when checking with a
4711       regex or a string match. Closes: #780906
4712       Base on a patch by Daniel Dehennin <daniel.dehennin@baby-gnu.org>.
4713     - Add new functions to validate and parse architecture names in Dpkg::Arch.
4714     - Make the dependency parser more strict in Dpkg::Deps. Closes: #784806
4715     - Add strong digest marking support to Dpkg::Checksums.
4716     - Error out on source packages without any strong digests in
4717       Dpkg::Source::Package, used by dpkg-source --extract, which can still
4718       be disabled with --no-check.
4719     - Switch Dpkg::Conf implementation to be hash based, add two new accessors
4720       and a new option to the filter method to use the old behavior.
4721     - Do not parse entry multiple times in Dpkg::Changelog::Entry::Debian.
4722       Add new parse_header() and parse_trailer() methods, and deprecate
4723       check_header() and check_trailer() ones.
4724     - Use “GnuPG” instead of “gpg” in error messages to refer to the software
4725       in Dpkg::Source::Package.
4726     - Handle undef versions in Dpkg::Changelog from empty versions in
4727       changelog entry header lines.
4728     - Allow detached upstream orig tarball signatures when extracting
4729       version 1.0 non-native source packages.
4730     - Include upstream orig tarball signatures in source packages.
4731       See #759478.
4732     - Add fixdebugpath to reproducible feature in Dpkg::Vendor::Debian.
4733       Thanks to Daniel Kahn Gillmor <dkg@fifthhorseman.net>. Closes: #819194
4734   * Build system:
4735     - Fix building development documentation.
4736     - Remove unused UA_LIBS variable.
4737     - Split libps and libkvm detection into their own macros and variables.
4738     - Make it possible to build without system libmd.
4739     - Add a configuration summary to configure output.
4740     - Make git log invocation immune to local configuration.
4741     - Do not require passing the perl interpreter to run-script.
4742     - Quote dirname argument in run-script, to handle spaces in pathname.
4743       Reported by Carsten Hey <carsten@debian.org>.
4744     - Use a single po4a opt argument instead of the same per language.
4745   * Packaging:
4746     - Enable all hardening flags, starting with gcc-5 there is no performance
4747       loss anymore when enabling PIE on i386.
4748   * Test suite:
4749     - Add a unit test to compile perl code with warnings.
4750     - Add a unit test for the trigger deferred parser.
4751   * Documentation:
4752     - Say value instead of option in deb-control(5).
4753     - Mark debian changelog format in bold in dpkg-parsechangelog(1).
4754     - Add references to man pages describing file formats.
4755     - Document missing Install-Size, Built-For-Profiles and Build-Profiles
4756       fields in man pages.
4757     - Add new dsc(5), deb-changelog(5) and deb-changes(5) man pages.
4758     - Remove Debian specific policy references.
4759     - Remove superfluous SEE ALSO references from dpkg-source(1).
4760     - Fix --remove and --purge summary formatting in dpkg(1).
4761     - Move --audit description just after --verify in dpkg(1).
4762     - Mark Maintainer field as bold in deb-src-control(5).
4763     - Fix reference to --record-avail instead of nonexistent --avail.
4764     - Add missing quotes in man pages.
4765     - Document Source field version in deb-control(5).
4766     - Add new deb822(5) man page.
4767     - Document and improve C/C++ programs exit codes in man pages.
4768     - Clarify dpkg --path-exclude/--path-include pathname filter behavior.
4769       Closes: #811267
4770     - Clarify that packages are only automatically forgotten by dpkg if they
4771       contain no user data, such as package selections. Closes: #813179
4772     - Fix documentation for package flags in dpkg(1).
4773     - Clarify that deb-symbols(5) documents the binary format subset, and
4774       the template symbol files are described in dpkg-gensymbols(1).
4775       Closes: #795163
4776     - Update field requirements of control file formats to match dpkg reality.
4777     - Document the format of the origins filename in deb-origin(5).
4778     - Add list of flags set by bug feature area to dpkg-buildflags(1).
4779     - Switch output encoding of man pages to UTF-8.
4780     - Move SEE ALSO section to the end of Dpkg::Changelog::Debian.
4781     - Clarify that i386 does not suffer performance loss due to PIE anymore
4782       since gcc >= 5 in dpkg-buildflags(1).
4783     - Document in deb822(5) that deb-origin(5) also supports comments.
4784     - Clarify which characters constitute the deb822(5) control files syntax
4785       by using Unicode code points and their printable characters.
4786       Based on a patch by Ben Finney <ben@benfinney.id.au>.
4787     - Remove wrong mention that deb-control(5) support comments.
4788     - Make explicit that deb-control(5) documents the binary control file.
4789     - Add missing value for Standards-Version field in dsc(5).
4790       Reported by Helge Kreutzmann <debian@helgefjell.de>.
4792   [ Updated programs translations ]
4793   * Dutch (Frans Spiesschaert). Closes: #822797
4794   * German (Sven Joachim).
4795   * Japanese (Takuma Yamada). Closes: #819939
4796   * Portuguese (Miguel Figueiredo).
4797   * Simplified Chinese (Zhou Mo). Closes: #809517
4798   * Vietnamese (Trần Ngọc Quân).
4800   [ Updated dselect translations ]
4801   * Japanese (Takuma Yamada). Closes: #819940
4803   [ Updated scripts translations ]
4804   * German (Helge Kreutzmann).
4806   [ New man pages translations ]
4807   * Dutch (Frans Spiesschaert). Closes: #822798
4809   [ Updated man pages translations ]
4810   * German (Helge Kreutzmann).
4812  -- Guillem Jover <guillem@debian.org>  Mon, 02 May 2016 04:14:57 +0200
4814 dpkg (1.18.4) unstable; urgency=medium
4816   [ Guillem Jover ]
4817   * Switch dpkg-scansources and dpkg-scanpackages to use File::Find instead
4818     of find(1), as the former is more portable with more consistent behavior,
4819     and always canonicalizes the pathnames. Closes: #800649
4820   * Initialize Config-Version also for packages previously in triggers-pending
4821     state, otherwise we end up not passing the previously configured version
4822     to «postinst configure», which might consider this a first install instead
4823     of an upgrade. Closes: #801156
4824   * Fix memory leaks in «dpkg --verify» and dpkg infodb format upgrade logic.
4825   * Merge all update-alternatives action handling into a single if-else-if
4826     block, to unify the code an allow a future switch into a shared library.
4827   * Perform any necessary cleanups on normal exit from dpkg-divert --add and
4828     --remove commands.
4829   * Make dpkg-architecture warning on non-matching GNU system type compiler
4830     agnostic.
4831   * Add ‘.gitreview’ to the default dpkg-source ignore lists.
4832   * Add support for DPKG_MAINTSCRIPT_DEBUG environment variable to dpkg.
4833   * Fix dpkg-checkbuilddeps exit code to be 1 instead of a random error value
4834     on unsatisfied dependencies. Regression introduced in dpkg 1.18.3.
4835   * Fix an off-by-one write access in dpkg-deb when parsing the old format
4836     .deb control member size. Thanks to Hanno Böck <hanno@hboeck.de>.
4837     Fixes CVE-2015-0860.
4838   * Fix an off-by-one read access in dpkg-deb when parsing ar member names.
4839     Thanks to Hanno Böck <hanno@hboeck.de>.
4840   * Add experimental multi-threaded xz compression support in libdpkg, which
4841     requires xz >= 5.2.0.
4842   * Fix physical file offset comparison in dpkg. Closes: #808912
4843     Thanks to Yuri Gribov <tetra2005@gmail.com>.
4844   * Fix usage of dpkg-architecture -s after other action options.
4845     Reported by Niels Thykier <niels@thykier.net>.
4846   * Add NIOS2 support to cputable. Thanks to Marek Vasut <marex@denx.de>.
4847   * On Debian and derivatives enable timeless build flag feature by default.
4848     Thanks to Paul Wise <pabs@debian.org>. Closes: #805872
4849   * Perl modules:
4850     - Add support for Build-Essential field. Closes: #806315
4851   * Test suite:
4852     - Improve perl code test coverage.
4853   * Build system:
4854     - Set PERL5LIB globally for the test suite to the local modules directory,
4855       to avoid using the system modules. Regression introduced in dpkg 1.17.8.
4856       Reported by Jérémy Bobbio <lunar@debian.org>. Closes: #801329
4857     - Use absolute buildir pathnames in PATH variable for the test suite.
4858     - Descend into scripts directory when cleaning up code coverage files.
4859     - Add new configure option --disable-devel-docs to select the kind of docs
4860       to generate, default for now is development documentation.
4861     - Try to use AM_GNU_GETTEXT_REQUIRE_VERSION to benefit from the latest
4862       installed gettext version, while guaranteeing a minimal required version.
4863   * Packaging:
4864     - Add missing Build-Depends for restriction formula support.
4865   * Documentation:
4866     - Move description for “target architecture” from the dpkg-architecture(1)
4867       ‘-A’ option to the TERMS section. Closes: #799046
4868     - Clarify that the md5sum check on «dpkg --verify» is performed on the
4869       file contents, and failures denote changed content. Closes: #760248
4870     - Document that dpkg-buildpackage -nc -S implies -d.
4871     - Clarify role of Build-Depends in deb-src-control(5).
4872       Prompted by Johannes Schauer <j.schauer@email.de>.
4873     - Document supported feature areas.
4874     - Clarify in dpkg-query(1) when binary:Package gets arch-qualified.
4875       Closes: #801958
4876     - Add a subsection separating external from internal environment variables
4877       in dpkg(1).
4879   [ Updated programs translations ]
4880   * Dutch (Frans Spiesschaert). Closes: #800513
4881   * Japanese (Kenshi Muto). Closes: #799432
4882   * Turkish (Mert Dirik). Closes: #799875
4884   [ Updated scripts translations ]
4885   * German (Helge Kreutzmann).
4887   [ Updated man pages translations ]
4888   * German (Helge Kreutzmann, Julian R). Closes: #807156
4890  -- Guillem Jover <guillem@debian.org>  Fri, 25 Dec 2015 13:20:26 +0100
4892 dpkg (1.18.3) unstable; urgency=medium
4894   [ Guillem Jover ]
4895   * Fix short-lived memory leaks in start-stop-daemon. As a side effect now
4896     a missing group after ‘:’ on --chuid is a fatal error.
4897   * Print the master and slave links in «update-alternatives --display».
4898   * Print the current best alternative in the head instead of the trail
4899     in «update-alternatives --display», with a two space indentation.
4900   * Reimplement «update-alternatives --all» as a fully built-in command
4901     instead of executing itself with --config per subtask.
4902   * Reimplement «update-alternatives --set-selections» as a fully built-in
4903     command instead of executing itself with --set or --auto per subtask.
4904   * Add kfreebsd-armhf support to ostable and triplettable. Closes: #796283
4905     Thanks to Steven Chamberlain <steven@pyro.eu.org>.
4906   * Fix «dpkg --verify» with --root.
4907   * Fix an off-by-one write access in dpkg-deb when parsing the .deb magic.
4908     Reported by Jacek Wielemborek <d33tah@gmail.com>. Closes: #798324
4909   * Split overlong perl regexes into multiline extended regexes.
4910   * Switch dselect multicd method license from GPL2 to GPL2+, with consent
4911     from all its authors.
4912   * Fix inadvertent license change for lib/dpkg/utils.c from GPL2 to GPL2+.
4913   * Fix segfault when using «dpkg --no-act» with a synthetic --admindir.
4914     Reported by David Kalnischkies <david@kalnischkies.de>.
4915   * Perl modules:
4916     - Only warn on invalid week days instead of aborting in
4917       Dpkg::Changelog::Entry::Debian. Regression introduced in dpkg 1.18.2.
4918       Reported by Jakub Wilk <jwilk@debian.org>.
4919     - Do not warn when removing an empty subdirectory on source package
4920       extraction in Dpkg::Source::Package::V2. Closes: #796671
4921     - Do not abort on parse errors from Time::Piece->strptime() for the
4922       changelog trailer date, just queue them so that the caller can decide
4923       if they should be warnings or actual errors. Closes: #795936
4924     - Validate the changelog trailer date, and catch and warn or error on
4925       bogus month names, such as unknown or unabbreviated ones.
4926   * Test suite:
4927     - Get the reference build flags from dpkg-buildflags.pl, instead of
4928       hardcoding them, which might not match depending on the architecture.
4929       Closes: #794694
4930     - Delete any environment variable starting with DEB_ in mk.t that might
4931       affect the test results.
4932   * Build system:
4933     - Add a new --with-devlibdir configure option for the C libdpkg library.
4934   * Packaging:
4935     - Remove unneeded --sourcedir options from dh_install calls.
4936     - Use the new --with-devlibdir configure option to only switch libdpkg-dev
4937       files to the multi-arch directory. Closes: #794977
4938   * Documentation:
4939     - Fix typos for --predep-package option name. Closes: #794688
4940     - Add missing dashes to package-list in deb-src-control(5).
4941     - Mark each individual required field as such, instead of using segregated
4942       sections.
4944   [ Updated programs translations ]
4945   * Catalan (Jordi Mallach).
4946   * French (Sébastien Poher). Closes: #798371
4947   * German (Sven Joachim).
4948   * Vietnamese (Trần Ngọc Quân).
4950   [ Updated dselect translations ]
4951   * French (Sébastien Poher). Closes: #798370
4953   [ Updated scripts translations ]
4954   * French (Sébastien Poher). Closes: #798369
4955   * German (Helge Kreutzmann).
4957   [ Updated man pages translations ]
4958   * German (Helge Kreutzmann).
4960  -- Guillem Jover <guillem@debian.org>  Mon, 21 Sep 2015 07:11:42 +0200
4962 dpkg (1.18.2) unstable; urgency=low
4964   [ Guillem Jover ]
4965   * Fix plural form translations for single plural languages. Closes: #790025
4966   * Add new dpkg-buildpackage -J option, which is a safe version of -j.
4967   * Fix dpkg-gencontrol to add correct binary filename to debian/files,
4968     even when overriding the Package field value with the -D option.
4969     Reported by Niels Thykier <niels@thykier.net>.
4970   * Move the implicit build-essential:native Build-Depends from
4971     dpkg-checkbuilddeps to a new vendor hook, as it is Debian-specific.
4972   * Add support for ignoring built-in build dependencies and conflicts
4973     with the new «dpkg-buildpackage --ignore-builtin-builddeps» and
4974     «dpkg-checkbuilddeps -I» options. Closes: #480638, #571671
4975   * When sys_siglist is defined in the system, try to use NSIG as we cannot
4976     compute the array size with sizeof(). If NSIG is missing fallback to 32
4977     items. Prompted by Igor Pashev <pashev.igor@gmail.com>.
4978   * Use string_to_security_class() instead of a literal SECCLASS value in
4979     the setexecfilecon() libcompat function, as <selinux/flask.h> is now
4980     deprecated.
4981   * Switch libdpkg xz compressor to use CRC64 for integrity checks, to match
4982     the default on the command-line tool, which should provide slightly better
4983     detection against damaged data, at a negligible speed difference.
4984   * Only use the SHELL environment variable for interactive shells.
4985     Closes: #788819
4986   * Move tar option --no-recursion before -T in dpkg-deb. With tar > 1.28 the
4987     --no-recursion option is now positional, and needs to be passed before
4988     the -T option, otherwise the tarball will end up with duplicated entries.
4989     Thanks to Richard Purdie <richard.purdie@linuxfoundation.org>.
4990   * Add an extra level of escaping for double $(evals) in architecture.mk
4991     and buildflags.mk, so that the variables are computed lazily again.
4992     Regression introduced in dpkg 1.16.2. Closes: #793330
4993   * Add binary packages Essential information to Package-List field in the
4994     .dsc file, as optional essential=yes entries. This allows precomputing
4995     the pseudo-essential set before starting an architecture bootstrap.
4996   * Perl modules:
4997     - Remove non-functional timezone name support from
4998       Dpkg::Changelog::Entry::Debian.
4999     - Use Time::Piece (part of the perl core distribution) instead of
5000       Date::Parse in Dpkg::Changelog::Entry::Debian. This reduces the build
5001       and run-time dependencies, and helps architecture bootstrapping.
5002     - Simplify distribution splitting in Dpkg::Changelog::Entry::Debian.
5003     - Add new function changelog_parse_plugin() in Dpkg::Changelog::Parse.
5004     - Add new function changelog_parse_debian() in Dpkg::Changelog::Parse, and
5005       use it in changelog_parse() instead of the external plugin parser when
5006       the input format is “debian”. This significantly speeds up the parsing.
5007     - Remove trailing space before handling blank line dot-separator in
5008       Dpkg::Control::HashCore. Regression introduced in dpkg 1.18.0.
5009       Reported by Jakub Wilk <jwilk@debian.org>. Closes: #789580
5010     - Allow the Maintainer field in CTRL_FILE_STATUS.
5011     - Import make_path from File::Path in Dpkg::Source::Package::V2.
5012       Regression introduced in dpkg 1.18.0. Closes: #789957
5013     - Make the BinaryFiles subpackage self-contained by explicitly importing
5014       File::Spec in Dpkg::Source::Package::V2.
5015     - Do not exclude pre-existing symlinks when unpacking the debian/ tarball
5016       in Dpkg::Source::Package::V2. Closes: #790073, #791535
5017     - Disable the thread sanitizer when the address sanitizer is enabled
5018       in Dpkg::Vendor::Debian as these are mutually incompatible, and make
5019       sanitize=+all not work at all.
5020     - Allow colons (:) in added filenames in Dpkg::Dist::Files, which can be
5021       present when the upstream version contains colons. Regression introduced
5022       in dpkg 1.18.0. Reported by Jakub Wilk <jwilk@debian.org>.
5023     - Future-proof tar invocations in Dpkg::Source::Archive for options that
5024       might become positional in the future, and by always placing function
5025       options first.
5026     - Make the dependency comparison deep by comparing not only the first
5027       dependency alternative, to get them sorted in a reproducible way.
5028       Based on a patch by Chris Lamb <lamby@debian.org>. Closes: #792491
5029     - Support spaces in symbol names in Dpkg::Shlibs::Objdump. This is
5030       required by Go shared libraries. Closes: #785344
5031       Based on a patch by Michael Hudson-Doyle <michael.hudson@canonical.com>.
5032   * Test suite:
5033     - Set SIGINT, SIGTERM and SIGPIPE to their default actions to get
5034       deterministic behavior.
5035     - Add test cases for the makefile snippets.
5036     - Delete DEB_VENDOR from the environment to get reliable results.
5037   * Packaging:
5038     - Make the libdpkg-dev package Multi-Arch:same.
5039     - Mark libio-string-perl as <!nocheck>.
5040   * Documentation:
5041     - Fix grammar in dpkg-architecture(1).
5042       Thanks to Chris Lamb <lamby@debian.org>. Closes: #787616
5043     - Use the feature area name in the dpkg-buildflags(1) subsection title.
5044     - Document DPKG_HOOK_ACTION also in dpkg(1) ENVIRONMENT section.
5045     - Clarify when some features where added in man pages.
5046     - Document --yet-to-unpack, --predep-package and all --assert-<feature>
5047       commands as supported in both «dpkg --help» and dpkg(1).
5048     - Document abitable in dpkg-architecture(1).
5049     - Clarify that an architecture wildcard is a Debian thing in
5050       dpkg-architecture(1).
5051     - Document multiarch triplet in dpkg-architecture(1) TERMS section.
5052     - Remove “my” keyword from Dpkg perl modules function prototypes.
5053     - Say FUNCTIONS instead of METHODS for Dpkg modules when appropriate.
5054     - Fix POD syntax inside verbatim paragraph in Dpkg::Changelog.
5055     - Document and mark Dpkg::Arch as a public module.
5056     - Fix Dpkg::Changelog::Parse::changelog_parse documentation.
5058   [ Updated programs translations ]
5059   * Dutch (Frans Spiesschaert). Closes: #789097
5060   * Simplified Chinese (Zhou Mo). Closes: #787986
5061   * Turkish (Mert Dirik). Closes: #788211
5062   * Vietnamese (Trần Ngọc Quân).
5064   [ Updated man pages translations ]
5065   * German (Helge Kreutzmann).
5067   [ Updated dselect translations ]
5068   * Dutch (Frans Spiesschaert). Closes: #789096
5070   [ Updated scripts translations ]
5071   * German (Helge Kreutzmann).
5073  -- Guillem Jover <guillem@debian.org>  Mon, 03 Aug 2015 15:40:21 +0200
5075 dpkg (1.18.1) unstable; urgency=low
5077   [ Guillem Jover ]
5078   * Cast c_isbits() c argument to an unsigned char when indexing the array.
5079     This fixes build failures on armel, armhf, ppc64el and s390x.
5080   * Do not allow pathnames with embedded newlines in dpkg-deb and dpkg.
5081     Closes: #720761
5082   * Fix setting the SELinux context when a file has a statoverride.
5083     Closes: #786435
5084   * Set the SELinux file context even when the file mode has no file type.
5085   * Make dpkg-buildpackage -j override any parallel option specified in
5086     DEB_BUILD_OPTIONS. Regression introduced in dpkg 1.14.15.
5087   * Honor Pre-Depends, Conflicts and Breaks for packages in unpacked and
5088     half states. Thanks to Ian Jackson <iwj@ubuntu.com>. Closes: #377860
5089   * Fix build failure on FreeBSD by actually using libmd if available.
5090   * Sort dpkg-scanpackages output by package name and version.
5091     Thanks to Maximilian Schwerin <maximilian.schwerin@tigris.de>.
5092   * Sort dpkg-scansources output by package name and version.
5093     Thanks to Maximilian Schwerin <maximilian.schwerin@tigris.de>.
5094   * Set the correct default compression value in dpkg-deb for control.tar.gz
5095     member. This meant using compression level 1 when using the zlib shared
5096     library to compress the control.tar member, and always failing when using
5097     the gzip command. Regression introduced in dpkg 1.17.6. Closes: #786654
5098   * Use the generated template file instead of the original one when looking
5099     for changes in dpkg-gensymbols. There's too much information not being
5100     preserved in the symbols files to be able to regenerate templates for
5101     them. Closes: #785937, #786840
5102   * Perl modules:
5103     - Add missing strict and warnings pragmas for submodules.
5104     - Use non-destructive substitutions inside map.
5105     - Use the state keyword to simplify the code.
5106     - Do not replace #PACKAGE# in template mode in Dpkg::Shlibs::SymbolFile.
5107   * Documentation:
5108     - Update current default source compressor from gzip to xz.
5109     - Remove spurious ‘=’ from parallel DEB_BUILD_OPTIONS without arguments
5110       in dpkg-buildpackage(1).
5112   [ Updated programs translations ]
5113   * German (Sven Joachim).
5114   * Simplified Chinese (Zhou Mo). Closes: #786377
5116   [ Updated man pages translations ]
5117   * German (Helge Kreutzmann).
5119   [ Updated dselect translations ]
5120   * German (Sven Joachim).
5122  -- Guillem Jover <guillem@debian.org>  Sat, 30 May 2015 03:00:21 +0200
5124 dpkg (1.18.0) unstable; urgency=low
5126   [ Guillem Jover ]
5127   * Only trim trailing “/” and “/.” from «dpkg-query --search» arguments if
5128     they are a pathname, and not a pattern or a substring match.
5129   * Switch C/C++ code to use a new set of C locale character type functions
5130     independent of the current locale.
5131   * Add support for arch-bits and arch-endian dpkg-gensymbols tags.
5132     Closes: #630342
5133   * Switch perl code from legacy File::Path functions to new ones.
5134   * Fix perl uninitialized value usage in dpkg-scansources when the Binary
5135     field is missing.
5136   * Use dpkg-query instead of dpkg for --search in dpkg-shlibdeps so that
5137     the subprocesses get the correct admindir. Closes: #775258
5138   * Rework the Installed-Size field default value computation to make it
5139     reproducible regardless of the build system filesystem, and document
5140     how the value is computed and that it is just an approximation.
5141     Closes: #650077
5142   * Use strftime() instead of «date -R» in dpkg-genchanges, as the latter
5143     is not specified by POSIX and is not widely portable.
5144   * Warn on obsolete '<' and '>' operators in dpkg --compare-versions.
5145   * Trim end of line whitespace from dpkg and dselect config file parsers.
5146     Reported by Christoph Biedl <debian.axhn@manchmal.in-ulm.de>.
5147   * Do not silently eat a standalone ‘-’ in the libdpkg command-line parser.
5148   * Fix short-lived memory leaks in dpkg-deb and libdpkg. Closes: #769515
5149   * Fix «dpkg-deb -b» filename generation when the package does not contain
5150     an Architecture field. Regression introduced in dpkg 1.16.2.
5151   * Fix «dpkg --audit» to report missing and empty architecture fields.
5152     Regression introduced in dpkg 1.16.2.
5153   * Add support to dpkg-deb for reading the archive from standard input,
5154     except for --raw-extract which does not yet support it. Closes: #616614
5155     Based on a patch by Johannes Schauer <j.schauer@email.de>.
5156   * Add ‘.mailmap’ to the default dpkg-source ignore lists.
5157   * Set the SELinux context on «dpkg-statoverride --update». Closes: #690361
5158   * Do not fail on dpkg-query -W and -l when multiple arguments match the
5159     same package. Closes: #588505
5160   * Change dpkg-maintscript-helper to handle symlinks and pathnames ending in
5161     slash. For the former error out, for the latter strip it. Closes: #771752
5162   * Support moving a conffile not being shipped anymore. Closes: #767003
5163     Thanks to Mathias Behrle <mathiasb@m9s.biz>.
5164   * Add a new dpkg-buildflags sanitize feature area:
5165     - Add new “address”, “thread”, “leak” and “undefined” features, all
5166       disabled by default. Closes: #760741
5167   * Do not accept unknown user or group names on «dpkg-statoverride --add».
5168     Regression introduced in dpkg 1.17.11. Closes: #775124
5169   * Normalize dpkg-parsechangelog command-line parsing, so that «-ovalue»,
5170     «-o value», «--option=value» and «--option value» will all be accepted.
5171     Closes: #693951
5172   * Add dpkg --ctrl-tarfile forwarding command for dpkg-deb.
5173   * Disable dependency checks on dpkg-buildpackage -S -nc.
5174   * Make dependency checks fatal for dpkg-buildpackage -S.
5175   * Update amd64 GNU cpu regex in cputable to match amd64 too, in addition
5176     to x86_64. This is required for FreeBSD.
5177   * Use badusage() instead of ohshit() for command-line errors.
5178   * Use the original template symbols file when diffing in dpkg-gensymbols.
5179     We should not create a new template symbols file, because the output
5180     might change (different sorting order for example) relative to the
5181     original. Closes: #773718
5182   * Do not leak kvm descriptors in start-stop-daemon on GNU/kFreeBSD systems.
5183     Based on a patch by Jeff Epler <jepler@unpythonic.net>. Closes: #779467
5184   * Switch start-stop-daemon to use a monotonic clock if available. This
5185     makes the timeout checks resilient to abrupt system clock changes.
5186     Suggested by Jose M Calhariz <jose.calhariz@hds.com>. Closes: #783014
5187   * Fix perl warning in dpkg-genchanges when parsing BY-HAND file entries.
5188     Regression introduced in dpkg 1.17.7. Closes: #781074
5189   * Use the checksums files list order when building the Files field to match
5190     the other Checksum fields in dpkg-genchanges.
5191   * Skip files based on the architecture from the filename in dpkg-genchanges.
5192   * Allow binary packages not found in debian/control in dpkg-genchanges,
5193     which could allow injecting debug .debs for example.
5194   * Annotate any non-deb binary descriptions (not just udebs) with their
5195     package type in dpkg-genchanges.
5196   * Remove outdated local copy of the Debian README.mirrors.txt file from
5197     dselect ftp access method, and print a message pointing to the current
5198     URL instead. Closes: #784966
5199   * Cleanup default dpkg-shlibdeps shared library directory search list:
5200     - Do not add cross-root directories (/<triplet>/ and /usr/<triplet>/).
5201     - Remove ancient multilib /emul/ia32-linux/ paths.
5202     - Reorder directory precedence to:
5203       «dpkg-shlibdeps -l» > ENV{LD_LIBRARY_PATHS} > cross-multiarch >
5204       DEFAULT_LIBRARY_PATH > ld.so.conf > DEFAULT_MULTILIB_PATH
5205   * When upgrading, copy over the cached arch-qualified package name. This
5206     fixes wrong output when cross-grading.
5207   * Consider foreign packages ambiguous in need of an arch-qualifier.
5208   * Perl modules:
5209     - Rename and deprecate Dpkg::Gettext _g function with new g_.
5210     - Assume in Dpkg::Arch that the abitable is always present, and bump
5211       libdpkg-perl Depends on dpkg to 1.16.3, the version introducing the file.
5212     - Remove support for GCC_TARGET environment variable from Dpkg::Shlibs.
5213       This was a temporary workaround for very old gcc toolchains. See #453267.
5214     - Prefer multiarch paths to multilib ones in Dpkg::Shlibs.
5215       Thanks to Helmut Grohne <helmut@subdivi.de>. Closes: #772184
5216     - Enable sub-second timestamps in Dpkg::Source::Patch by using Time::HiRes.
5217     - Use TMPDIR instead of manually setting DIR on tempfile() call in
5218       Dpkg::Source::Package::V2.
5219     - Switch Dpkg::Checksums from using checksum programs to the more portable
5220       Digest modules. Obsolete the 'program' property, and add a 'name' one.
5221     - Add support for $DEFAULT_TEXT_DOMAIN to Dpkg::Gettext, so that the Dpkg
5222       perl modules can always produce localized messages.
5223     - Fix OpenPGP Armor Header Line parsing in Dpkg::Control::Hash. We should
5224       only accept [\r\t ] as trailing whitespace, although RFC4880 does not
5225       clarify what whitespace really maps to, we should really match the GnuPG
5226       implementation anyway, as that's what we use to verify the signatures.
5227       Reported by Jann Horn <jann@thejh.net>. Fixes CVE-2015-0840.
5228     - Pass PATCH_GET environment variable instead of -g0 to the patch command
5229       in Dpkg::Source::Patch. This allows using non-GNU patch programs, like
5230       FreeBSD's patch.
5231     - Accept an %opts argument for the Dpkg::Control::Info constructor, and
5232       accept either passing a filename option as undef, or a scalar undef.
5233       Closes: #782019
5234     - Do not print on undef filehandle in Dpkg::Control::Info output().
5235       Thanks to Roderich Schupp <roderich.schupp@gmail.com>. Closes: #781887
5236     - Always sort the Dpkg::Dist::Files files list on output, instead of
5237       preserving the insertion order, which is not reproducible with parallel
5238       builds. Reported by Jérémy Bobbio <lunar@debian.org>.
5239     - Add new filter() method to Dpkg::Substvars.
5240     - Kill the process when reaching timeout in Dpkg::IPC::wait_child().
5241   * Test suite:
5242     - Check perl code compilation, warnings and strictness.
5243     - Fix dpkg-divert unit test to work on BSD «rm -rf» that cannot traverse
5244       directories with mode 000.
5245     - Fix dpkg-divert unit test to work when there is no /dev/full.
5246     - Skip test cases when there is no c++filt available.
5247     - Add test cases for Dpkg::Conf and Dpkg::Checksums.
5248     - Handle libtool executables in progname unit test.
5249     - Do not use a timeout when testing cat I/O, speeds up test suite by 5s.
5250     - Reduce timeout test from 5 seconds to 1, to speed up test suite by 4s.
5251   * Build system:
5252     - Bump gettext version to 0.19:
5253       + Use --add-location=file in msgmerge and xgettext commands.
5254       + Use --porefs=noline for po4a command.
5255     - Wrap file references in man page PO files with po4a --porefs=wrap.
5256     - Fix support for cross-building dpkg:
5257       + Assume a working C99 snprintf on SUS >= v3.
5258       + Do not try to run the va_copy configure check, just check that the
5259         symbol is available.
5260     - Check that HAVE_DECL_SYS_SIGLIST is 0 instead of undefined, to fix a
5261       build failure on uclibc based systems. Closes: #777044
5262       Based on a patch by Alex Potapenko <opotapenko@gmail.com>.
5263     - Use single suffix rules instead of non-portable %-pattern rules.
5264     - Pass CC to the test suite, so that we can use a non-gcc compiler.
5265     - Call AM_PROG_AR to detect the correct system archiver to use.
5266     - Pass -Wall to automake in AM_INIT_AUTOMAKE, not implied by foreign.
5267   * Packaging:
5268     - Remove old trigger related Breaks and Conflicts from dpkg.
5269     - Only use stackprotectorstrong when building dpkg with gcc >= 4.9.
5270     - Switch to debhelper compatibility level 9.
5271     - Name each public-domain license with a different name.
5272     - Add missing public modules to dpkg-dev package description.
5273     - Get rid of backward compatibility pseudo-tags from bug reports.
5274     - Install doc/README.feature-removal-schedule only on affected packages
5275       and debian/usertags everywhere.
5276   * Documentation:
5277     - Document arch-qualifiers for dependency fields in deb-control(5) and
5278       deb-src-control(5). Reported by Johannes Schauer <j.schauer@email.de>.
5279       Closes: #768842
5280     - Document versioned Provides in deb-control(5).
5281     - Document the version when dpkg-deb --raw-extract got introduced.
5282     - Document dpkg --log format, add missing actions and describe the startup
5283       messages. Closes: #773398
5284     - Document when and how the dpkg-maintscript-helper package name argument
5285       is or should be arch-qualified. Closes: #776072
5286     - Fix and update Arch substvar description in deb-substvars(5).
5287     - Document that current build flag feature areas only work on Debian and
5288       derivatives in dpkg-buildflags(1).
5289     - Use “wildcard characters” instead of “wildchars” in dpkg-query(1).
5290     - Document dpkg-query --search behavior in man page. Closes: #775379
5291     - Document postinst “triggered” argument in debian/dpkg.postinst comment
5292       header.
5293     - Document Dpkg::IPC function signatures.
5294     - Document the obsolete --compare-versions '<' and '>' operators in the
5295       dpkg(1) man page. Thanks to Tomas Pospisek <tpo_hp@sourcepole.ch>.
5296       Closes: #776551
5297     - Move dpkg-divert, dpkg-statoverride and update-alternatives man pages
5298       from section 8 to 1, to match their installation path.
5299     - Capitalize dpkg-parsechangelog(1) option descriptions.
5300     - Mark dpkg-parsechangelog(1) --format values in bold.
5301     - Place short options before long ones in dpkg-mergechangelogs(1) and
5302       dselect(1) man pages.
5303     - Properly terminate a bold marking in dpkg(1).
5304     - Document in man pages the dpkg version when new features were introduced.
5305     - Document that timestamps are reset for files patched with source format
5306       “3.0 (quilt)” too.
5307     - Document in dpkg-buildpackage(1) that using dpkg-source is sometimes
5308       better than -S. Suggested by Johannes Schauer <j.schauer@email.de>.
5309     - Document dselect -? option.
5310     - Document in dpkg-buildflags(1) that DEB_VENDOR influences the execution.
5311     - Document that dpkg performs sanity checks on PATH.
5312     - Mark some words and commands as non-hyphenable in man pages.
5313     - Separate multi-line hanging tag paragraphs with .TQ in man pages.
5314     - Mark field names in bold in man pages.
5315     - Use various groff escape sequences for quoting characters.
5316     - Lowercase warning and note admonitions in start-stop-daemon(8).
5317     - Mark dselect(1) color attributes in bold.
5318     - Say output instead of display for dpkg-deb tar-file option in dpkg(1).
5319     - Say archive instead of filename for dpkg-deb option in dpkg(1).
5320     - Say control-field-name instead of control-file-field in dpkg-deb(1).
5321     - Fix option values and pathname markup in dpkg-deb(1).
5322     - Use .TQ to separate different but related options in dpkg(1).
5323     - Clarify that dpkg-buildpackage -jN forces parallel builds, regardless of
5324       the packaging or upstream build systems supporting them. Closes: #780866
5325     - Remove unneeded update-alternatives references from options descriptions.
5326     - Document that apt might expect Packages.xz too in dpkg-scanpackages(1).
5327     - Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titles.
5328     - Document dpkg version when perl module versions got bumped.
5329   * Output message fixes and improvements:
5330     - Remove trailing newline from string literal in warning calls.
5331     - Say “execute” instead of “exec” in Dpkg::Changelog::Parse error message.
5332     - Say “package” instead of “it” in dpkg-name warning message.
5333     - Uppercase field names in error messages.
5334     - Expand EOF and eof into “end of file” in error messages.
5335     - Use “<enter>” instead of “return” or “enter” in input prompts.
5336     - Say directory instead of dir in output messages.
5337     - Merge the same dpkg-scanpackages warning messages into a single line.
5338     - Clarify dpkg-genchanges changes description open error.
5339     - Add missing preposition in Dpkg::Source::Patch error message.
5340     - Improve available state sorting order strings in dselect panel.
5341     - Say “changelog-file” instead of “changelogfile” in --help output.
5342     - Say “command” instead of “action” for dselect.
5343     - Improve commands listing in «dselect --help» output, by printing them
5344       before options and listing them one on each line with a description.
5345     - Improve dselect color-spec --help output.
5346     - Move "(default)" annotations in scripts --help output after option
5347       description.
5348     - Consistently use proper quotation marks ("" or '', and not the
5349       unbalanced `' pair) all over the place.
5350     - Use syserr() instead of an ad-hoc error message in dpkg-scansources.
5351     - Say substvars instead of varlist in dpkg-shlibdeps error messages.
5352     - Fix error messages on invalid uid/git/mode command-line syntax errors
5353       in dpkg-statoverride, to not say they are from the statoverride file.
5354     - Fix error message on empty dsc file in dpkg-genchanges.
5355     - Mention “(^Z)” instead of “char” for the MSDOS end of file character.
5357   [ Raphaël Hertzog ]
5358   * Drop myself from Uploaders.
5360   [ Updated programs translations ]
5361   * Simplified Chinese (Zhou Mo). Closes: #782326
5362   * Turkish (Mert Dirik). Closes: #785096
5363   * Vietnamese (Trần Ngọc Quân).
5365   [ Updated scripts translations ]
5366   * German (Helge Kreutzmann).
5368   [ Updated man pages translations ]
5369   * German (Helge Kreutzmann).
5371  -- Guillem Jover <guillem@debian.org>  Mon, 18 May 2015 15:08:31 +0200
5373 dpkg (1.17.23) unstable; urgency=low
5375   [ Guillem Jover ]
5376   * Use a matching group instead of ${^MATCH} in s/// in dselect build script.
5377   * Skip tar extractor tests if tar is not GNU tar >= 1.27.
5378   * Reset the trigger cycle tracking on unsatisfied dependencies during
5379     trigger processing. Closes: #771730
5380   * Fix out-of-bounds buffer read accesses when parsing field and trigger
5381     names or checking package ownership of conffiles and directories.
5382     Reported by Joshua Rogers <megamansec@gmail.com>.
5383   * Add versioned Breaks on packages creating trigger cycles. Namely auctex,
5384     apt-cudf, ccache, cups, distcc, fusionforge-plugin-mediawiki, gap-core,
5385     gxine, hoogle, icecc, libjs-protoaculous, mcollective, pypy, wordpress
5386     and xfonts-traditional.
5388   [ Updated programs translations ]
5389   * Basque (Iñaki Larrañaga Murgoitio). Closes: #771893
5390   * Catalan (Guillem Jover).
5391   * Czech (Miroslav Kure).
5392   * Esperanto (Felipe Castro).
5393   * French (Sébastien Poher).
5394   * Italian (Milo Casagrande).
5395   * Portuguese (Miguel Figueiredo).
5396   * Russian (Yuri Kozlov). Closes: #771691
5397   * Simplified Chinese (Zhou Mo). Closes: #771264
5398   * Spanish (Javier Fernández-Sanguino)
5399   * Swedish (Peter Krefting).
5400   * Thai (Theppitak Karoonboonyanan). Closes: #772965
5402   [ Updated scripts translations ]
5403   * Catalan (Guillem Jover).
5404   * Polish (Łukasz Dulny).
5405   * Russian (Yuri Kozlov). Closes: #772841
5407   [ Updated man pages translations ]
5408   * French (Sébastien Poher).
5409   * Italian (Beatrice Torracca). Closes: #771673
5411   [ Updated dselect translations ]
5412   * Catalan (Guillem Jover).
5413   * Czech (Miroslav Kure).
5414   * Norwegian Bokmål (Hans Fredrik Nordhaug).
5415   * Polish (Łukasz Dulny).
5416   * Portuguese (Miguel Figueiredo).
5417   * Russian (Yuri Kozlov). Closes: #771682
5418   * Spanish (Javier Fernández-Sanguino)
5419   * Vietnamese (Trần Ngọc Quân).
5421  -- Guillem Jover <guillem@debian.org>  Tue, 23 Dec 2014 17:45:44 +0100
5423 dpkg (1.17.22) unstable; urgency=low
5425   [ Guillem Jover ]
5426   * Add version introducing --ctrl-tarfile in dpkg-deb(1) man page.
5427   * Bump minimal version for dir_to_symlink and symlink_to_dir commands
5428     to 1.17.14 in dpkg-maintscript-helper(1) man page. Closes: #769843
5429   * Reintroduce update-alternatives, dpkg-divert and dpkg-statoverride
5430     compatibility symlinks under /usr/sbin/. There are still packages
5431     using those paths, but the relevant lintian check did not list any,
5432     so this got removed prematurely.
5433   * Add Breaks on old man-db, fontconfig and readahead-fedora packages using
5434     awaiting triggers, as they produce trigger cycles. Closes: #768599
5435   * Escape package and architecture names on control file parsing warning,
5436     as those get injected into a variable that is used as a format string,
5437     and they come from the package fields, which are under user control.
5438     Regression introduced in dpkg 1.16.0. Fixes CVE-2014-8625. Closes: #768485
5439     Reported by Joshua Rogers <megamansec@gmail.com>.
5440   * Do not match partial field names in control files. Closes: #769119
5441     Regression introduced in dpkg 1.10.
5442   * Fix build on Mac OS X. Regression introduced in dpkg 1.17.11.
5443     Reported by Dominyk Tiller <dominyktiller@gmail.com>.
5444   * Normalize tar entry uid and gid from the current system only in dpkg
5445     unpack. Regression introduced in dpkg 1.17.14. Closes: #769211
5446   * Restore multiple processing instances check for packages and archives
5447     specified on the command-line. Regression introduced in dpkg 1.17.20.
5448   * Fail on trigger processing when it is required to progress. Trigger
5449     processing is sometimes required and sometimes opportunistic, and we
5450     should only fail on the former but ignore the latter. Closes: #768852
5451   * Do not ignore trigger cycles for direct dependencies, these are just
5452     normal trigger cycles, and as such should not be special cased.
5453   * Register all pending triggers for deferred processing when being called
5454     as «dpkg --configure pkgname…». This is a mostly conformant workaround
5455     for frontends like apt that do not correctly call «dpkg --configure -a»
5456     or «dpkg --triggers-only -a» after their normal runs, and leave packages
5457     in triggers-pending and triggers-awaited states. Closes: #766758
5459   [ Updated programs translations ]
5460   * Catalan (Guillem Jover).
5461   * Danish (Joe Dalton).
5462   * French (Sébastien Poher).
5463   * German (Sven Joachim).
5464   * Japanese (Kenshi Muto). Closes: #771255
5465   * Polish (Łukasz Dulny).
5466   * Simplified Chinese (Zhou Mo). Closes: #766724, #770280
5467   * Swedish (Peter Krefting).
5468   * Turkish (Mert Dirik).
5469   * Vietnamese (Trần Ngọc Quân)
5471   [ Updated scripts translations ]
5472   * French (Sébastien Poher).
5473   * German (Helge Kreutzmann).
5474   * Swedish (Peter Krefting).
5476   [ Updated man pages translations ]
5477   * French (Sébastien Poher). Closes: #767934
5478   * German (Helge Kreutzmann). Closes: #752123
5479   * Simplified Chinese (Zhou Mo). Closes: #767573
5480   * Swedish (Peter Krefting).
5482   [ Updated dselect translations ]
5483   * Danish (Joe Dalton).
5484   * Dutch (Frans Spiesschaert). Closes: #771237
5485   * French (Sébastien Poher). Closes: #767918
5486   * Japanese (Kenshi Muto). Closes: #771256
5487   * Swedish (Peter Krefting).
5489  -- Guillem Jover <guillem@debian.org>  Fri, 28 Nov 2014 02:02:34 +0100
5491 dpkg (1.17.21) unstable; urgency=low
5493   [ Guillem Jover ]
5494   * Get consistent git-style diff support, by adding (>= 2.7) to the dpkg-dev
5495     patch Depends, and a Breaks patch (<< 2.7) to libdpkg-perl.
5496   * Error out on obsolete Build-Profiles field syntax.
5497   * Document -g and -G options in dpkg-genchanges(1). Closes: #766568
5498   * Do not accept values bundled with long options in dpkg-parsechangelog.
5499     The parser was accepting things like «--count10», which is just broken.
5500     Instead allow only «--count=10» in addition to «--count 10».
5501   * Accept «-S value» in addition to «-Svalue» in dpkg-parsechangelog.
5502     Closes: #766559
5503   * Add support for new interest-await and activate-await trigger directives.
5504     And a new --await option to dpkg-trigger. This might allow possibly
5505     switching the default meaning after a transition period no shorter than
5506     two minor versions, so in 1.19.x or 1.20.x. Perhaps.
5507   * Do trigger cycle detection after dependency checks in dependtry <= 1,
5508     and before dependency cycle breaking in dependtry > 1. This makes sure
5509     to always catch trigger cycles, but still gives the opportunity to try
5510     to process triggers for packages that are not yet ready in the first
5511     dependtry, but which might be a bit later on, without wrongly detecting
5512     avoidable and bogus trigger cycles. Closes: #766557
5513   * Update features removal schedule:
5514     - The -u, --udeb dpkg-scanpackages options got removed, state that.
5515     - Remove the entry about obsolete fields, as these need to be preserved
5516       for backward compatibility, they are part of the external interface to
5517       be able to handle ancient binary packages.
5519   [ Updated programs translations ]
5520   * Catalan (Guillem Jover).
5521   * German (Sven Joachim). Closes: #766311
5522   * Simplified Chinese (Zhou Mo).
5524   [ Updated scripts translations ]
5525   * Catalan (Guillem Jover).
5527  -- Guillem Jover <guillem@debian.org>  Sat, 25 Oct 2014 02:21:43 +0200
5529 dpkg (1.17.20) unstable; urgency=low
5531   [ Guillem Jover ]
5532   * Add a requeueing insertion protection for process_queue().
5533   * Make sure to always switch to the next dependtry after we have made no
5534     progress for a while. Regression stemming from non future proof changes
5535     introduced with the initial triggers implementation in dpkg 1.14.17
5536     combined with changes in dpkg 1.17.19. Closes: #766242, #766322
5537   * Make the initial dependtry be 1 instead of 0. This gets rid of an unused
5538     dependtry step, which got accidentally introduced when the perl dpkg was
5539     rewritten in C, ages ago.
5540   * Allow detached upstream signatures for upstream orig.tar files in the
5541     .dsc file. Suggested by Daniel Kahn Gillmor <dkg@fifthhorseman.net>.
5542     Closes: #759478
5543   * Inline alternative status description into translatable string in
5544     update-alternatives. Required-by: #766311
5545   * Reword description for installed status in dpkg(1) man page.
5547   [ Updated programs translations ]
5548   * German (Sven Joachim).
5549   * Simplified Chinese (Zhou Mo).
5550   * Vietnamese (Trần Ngọc Quân).
5552  -- Guillem Jover <guillem@debian.org>  Thu, 23 Oct 2014 00:43:05 +0200
5554 dpkg (1.17.19) unstable; urgency=low
5556   [ Guillem Jover ]
5557   * Bump the Breaks on devscripts to 2.14.10 due to the new dpkg-architecture
5558     command-line parsing strictness introduced in 1.17.17. Closes: #764965
5559   * Create pidfiles even when start-stop-daemon is not asked to background
5560     the process itself. Although a bit of a dubious usage, because any error
5561     before executing the program will not be properly reported to the caller.
5562     Regression introduced in dpkg 1.17.14. Closes: #765110
5563   * Add new --remove-pidfile option to start-stop-daemon.
5564   * Mention --pid and --ppid in start-stop-daemon(8) man page DESCRIPTION.
5565   * Add invoke hooks for dpkg --add-architecture and --remove-architecture.
5566     Prompted by Helmut Grohne <helmut@subdivi.de>.
5567   * Reverse --verify-format logic to actually accept 'rpm' as valid.
5568     Closes: #765907
5569   * Fix trigger dependency checks and cycle detection.
5570     Regression introduced in dpkg 1.17.17.
5571     Closes: #765434, #765668, #765734, #765781, #765789, #765952
5572   * Rework dependency problem debug and notice output on trigger processing.
5574   [ Updated programs translations ]
5575   * Italian (Milo Casagrande): Closes: #765748
5576   * Turkish (Mert Dirik). Closes: #764942
5577   * Simplified Chinese (Zhou Mo). Closes: #765693
5579   [ Updated scripts translations ]
5580   * German (Helge Kreutzmann).
5582   [ Updated man pages translations ]
5583   * German (Helge Kreutzmann).
5585  -- Guillem Jover <guillem@debian.org>  Mon, 20 Oct 2014 15:17:49 +0200
5587 dpkg (1.17.18) unstable; urgency=low
5589   [ Guillem Jover ]
5590   * Handle empty minimum versions when initializing dependency versions,
5591     as the code is mapping the minimum version 0 to '' to avoid outputting
5592     useless versions. Regression introduced in dpkg 1.17.17. Closes: #764929
5594   [ Updated programs translations ]
5595   * Catalan (Guillem Jover).
5597   [ Updated dselect translations ]
5598   * Catalan (Guillem Jover).
5599   * German (Sven Joachim).
5601  -- Guillem Jover <guillem@debian.org>  Sun, 12 Oct 2014 15:47:44 +0200
5603 dpkg (1.17.17) unstable; urgency=low
5605   [ Guillem Jover ]
5606   * Add dpkg-vendor, Dpkg/File.pm and Dpkg/Util.pm to the list of files with
5607     translatable strings, so that they can be translated.
5608   * Fix some typos for versioned and mentioned in comments and changelogs.
5609   * Mark for translation and unify "rm cleanup" string in dpkg.
5610   * Mark for translation and improve dselect method handling error messages.
5611   * Defer trigger processing if the package does not fulfill dependencies.
5612     Closes: #671711
5613   * Do not write to the database when changing selections with --dry-run.
5614     Closes: #764673
5615   * Add missing imports from Dpkg::BuildProfiles in dpkg-genchanges.
5616     Regression introduced in dpkg 1.17.14. Closes: #764216
5617     Reported by Johannes Schauer <j.schauer@email.de>.
5618   * Initialize dependencies with the correct minimum version from a symbols
5619     file with multiple SONAMEs in dpkg-shlibdeps.
5620     Thanks to Jérémy Bobbio <lunar@debian.org>. Closes: #764721
5621   * Perl modules:
5622     - Allow multiple whitespace in Dpkg::BuildProfiles::get_build_profiles()
5623       when parsing the DEB_BUILD_PROFILES environment variable.
5624       Thanks to Johannes Schauer <j.schauer@email.de>.
5625     - New Dpkg::Getopt private module.
5626     - Document public module Dpkg.
5627     - Document public module Dpkg::Gettext.
5628     - Mark Dpkg::BuildProfiles as a public module.
5629     - Document all public module versions in a CHANGES section.
5630     - Remove EXPORTED from POD section titles.
5631     - Document private modules as such in a CHANGES section.
5632   * Set the DEB_TARGET_* dpkg-architecture variables from architecture.mk.
5633     Missed in dpkg 1.17.14.
5634   * Initialize DEB_TARGET_ARCH variable without requiring DEB_HOST_ARCH,
5635     which is not being set at all when querying for DEB_TARGET_ variables.
5636   * Normalize dpkg-architecture command-line parsing, so that «--option=value»
5637     «--option value», «-ovalue» and «-o value» will all be accepted.
5638   * Add long option names for all dpkg-architecture short options.
5639   * Add support for --host-arch, --host-type, --target-arch and --target-type
5640     long options in dpkg-buildpackage. These will get passed through to
5641     dpkg-architecture. This restores the ability to specify the target
5642     architecture when building cross-compilers. Regression introduced in
5643     dpkg 1.17.14. Reported by Helmut Grohne <helmut@subdivi.de>.
5644   * Do not modify the topic variable values in list functions in perl code.
5645   * List Dpkg::Exit and Dpkg::Interface::Storable as public modules in
5646     libdpkg-perl package description.
5648   [ Updated programs translations ]
5649   * German (Sven Joachim).
5650   * Vietnamese (Trần Ngọc Quân).
5652   [ Updated scripts translations ]
5653   * German (Helge Kreutzmann).
5655  -- Guillem Jover <guillem@debian.org>  Sun, 12 Oct 2014 04:59:09 +0200
5657 dpkg (1.17.16) unstable; urgency=low
5659   * Set the copyright holder in the po4a calls for man pages.
5660   * Switch remaining topic to named variable in Dpkg::Source::Patch:analyze(),
5661     otherwise the loop was expecting values in one variable but storing them
5662     in another. Regression introduced in dpkg 1.17.14. Closes: #764206
5663   * Set umask to 0 when creating symlinks in tar test case, to normalize
5664     results. POSIX specifies that symlinks have undefined permissions in
5665     their mode, so their setting is system dependent. Linux does not honor
5666     the umask for symlinks, other systems like Hurd or kFreeBSD do.
5667     Regression introduced in dpkg 1.17.14. Closes: #764171
5669  -- Guillem Jover <guillem@debian.org>  Mon, 06 Oct 2014 13:29:17 +0200
5671 dpkg (1.17.15) unstable; urgency=low
5673   * Do not blacklist pie and stackprotector build flags on mips/mipsel.
5674     Thanks to Aurelien Jarno <aurelien@aurel32.net>. Closes: #763672
5675   * Fix build failures due to mismatched umask in libdpkg tar test case.
5676     Set it to a known value of 0022.
5678  -- Guillem Jover <guillem@debian.org>  Mon, 06 Oct 2014 03:21:58 +0200
5680 dpkg (1.17.14) unstable; urgency=low
5682   [ Guillem Jover ]
5683   * Fix '--' to '-' on translations for single character options.
5684   * Correct the copyright holder in the gettext Makevars files.
5685   * Switch debian/copyright to machine-readable format 1.0, and extensively
5686     update the information within.
5687   * Bump Standards-Version to 3.9.6 (no changes needed).
5688   * Disable unused run-time type information for dselect.
5689   * Fix compiler flag detection with non-GCC compilers in the build system.
5690   * Fix perl warning on dpkg-source when typing Ctrl-D on patch name prompt.
5691   * Add new dpkg-deb --ctrl-tarfile command.
5692   * dpkg-architecture:
5693     - Add support for target system information via the new DEB_TARGET_ family
5694       of variables, and new -A and -T options to override defaulting to the
5695       host system.
5696     - Clarify that -a, -t, -e and -i work with the host system.
5697   * Place 'Commands:' before 'Options:' sections on --help output in
5698     dpkg-architecture and dpkg-vendor.
5699   * Always warn in dpkg-genchanges on missing Section or Priority value,
5700     either empty or '-'.
5701   * Fix order of Files field on generated .changes file in dpkg-genchanges.
5702     Regression introduced in dpkg 1.17.7.
5703   * Stop warning on unknown arbitrary fields from dpkg-deb.
5704   * Remove unnecessary handling of obsolete Package_Revision field in dselect
5705     ftp method.
5706   * Fix the build system to parse the system curses.h header instead of
5707     dselect-curses.h, to not just default on the builtin and override keys
5708     for dselect key bindings support. Regression introduced in dpkg 1.15.1.
5709   * Emit a warning when using the obsolete Dpkg::Deps check_package() function.
5710   * Add support for versioned Provides to Dpkg::Deps::KnownFacts, missed in
5711     dpkg 1.17.11.
5712   * Man pages:
5713     - Add a mention of packaging helpers support in dpkg-maintscript-helper(1).
5714       Closes: #759754
5715     - Move dpkg-buildflags(1) generic feature area details to the section top.
5716     - Fix prerm invocation arguments in update-alternatives(8).
5717       Reported by jre <jre.winesim@gmail.com>. Closes: #761025
5718   * Add new deps_iterate() function to Dpkg::Deps. Closes: #759747
5719     Based on a patch by Dima Kogan <dima@secretsauce.net>.
5720   * Add support for relative symlinks to dpkg-maintscript-helper symlink_to_dir
5721     command. Suggested by Don Armstrong <don@debian.org>.
5722   * Add a new dpkg-buildflags qa feature area:
5723     - Add a new bug feature, disabled by default, which will enable fatal
5724       warnings for code that can pose actual problems. Closes: #682659
5725     - Add a new canary feature, disabled by default, which will allow tracking
5726       build flags propagation. Closes: #628516
5727   * Pass DEB_BUILD_OPTIONS to dpkg-buildflags in buildflags.mk, required to
5728     get noopt to work at all, for example.
5729   * Add a new dpkg-buildflags reproducible feature area:
5730     - Add a new timeless feature, disabled by default, which will add
5731       «-Wdate-time» to CPPFLAGS.
5732     Thanks to Paul Wise <pabs@debian.org>. Closes: #762683
5733   * Fix error message from buffer_copy() read and write functions. This
5734     affects error messages from partial or broken .deb packages for example.
5735     Regression introduced in dpkg 1.17.10. Closes: #759498
5736   * Remove lpia architecture support.
5737   * Improvements and portability fixes to start-stop-daemon:
5738     - Abort if the system or compatibility setsid() fails.
5739     - Do not exit from the first parent before the pidfile has been created,
5740       when using --background and --make-pidfile, to avoid the race condition.
5741       Based on a patch by Nir Soffer <nirs@hyperms.com>. Closes: #686420
5742     - Make sure the pidfile is always created with a 022 umask.
5743       Reported by Will Conley <willconley3@gmail.com>. Closes: #760222
5744     - Do not abort on --stop when only --pid or --ppid options are specified.
5745       Thanks to Christos Trochalakis <yatiohi@ideopolis.gr>. Closes: #763767
5746     - On kFreeBSD systems do not unnecessarily make kvm_openfiles() open
5747       /dev/mem. This causes issues on FreeBSD jails for example.
5748       Reported by Steven Chamberlain <steven@pyro.eu.org>.
5749     - On systems using libkvm, do not fail when kvm_getprocs() cannot find
5750       any process.
5751   * Map i786 to i386 also for the multiarch pathname in dpkg-architecture.
5752   * Handle omitted binary packages due to build profiles in dpkg-genchanges.
5753     Based on a patch by Johannes Schauer <j.schauer@email.de>. Closes: #758191
5754   * Update restriction formula syntax for build profiles:
5755     - Restriction lists are now restriction formulas.
5756     - Restriction formulas are given in disjunctive normal form expression:
5757       <foo> <bar baz> <blub>
5758     - Removal of the implicit prefix/namespace mechanic.
5759     - Construct the profiles entry of the Packages-List field by converting
5760       the "<bar baz> <blub>" syntax into "bar,baz+blub".
5761     - Include a temporary compatibility mapping with the old way to write
5762       the Build-Profiles field in binary packages which can be removed once
5763       all affected source packages have moved to the new syntax.
5764     Thanks to Johannes Schauer <j.schauer@email.de>. Closes: #760158
5765   * Normalize instdir in dpkg by removing trailing «/» and «/.». This gets
5766     rid of several inconsistencies and doubled «/» in syscalls and output
5767     messages.
5768   * Never try to remove the root directory or its backups. There's no point in
5769     it, and makes life more difficult for a read-only root with a read-write
5770     overlay or a symlink farm. Requested by sepero111@gmx.com.
5771   * Remove arbitrary filename limit from dpkg-deb, which was lifted some
5772     time ago when the code switched to a dynamic string via varbuf.
5773   * Do not pipe the files to sign from dpkg-buildpackage to GnuPG. When GnuPG
5774     uses the gpg-agent it is unable to detect the correct tty configuration
5775     if stdin is a pipe instead of the current terminal. Closes: #762391
5776   * Add a new --hash option to enable generating only specific file checksums
5777     in dpkg-scanpackages. Requested by Thorsten Glaser <tg@debian.org>.
5778   * Add architecture restriction options for dpkg-architecture -L. This allows
5779     selecting specific subsets of all valid known architectures, matching by
5780     wildcard (-W), endianness (-E) or bits (-B). The restricting options can
5781     be combined, or omitted altogether. Closes: #762635
5782   * Say arch-wildcard instead of arch-alias in dpkg-architecture --help output.
5783   * Test suite:
5784     - Do not leave temporary files behind on failure or when interrupted.
5785     - Add basic unit tests for the FNV hashing function.
5786     - Add unit tests for the libdpkg tar extractor.
5787   * Add --build and --extract command aliases to dpkg-source.
5788   * Print file or package names instead of pointers in dpkg debug output,
5789     to make it more meaningful and reproducible.
5790   * Fix off-by-one error in libdpkg command argv size calculation.
5791     Based on a patch by Bálint Réczey <balint@balintreczey.hu>. Closes: #760690
5792   * Switch the libdpkg string hashing function from FNV-1 to the recommended
5793     FNV-1a variant.
5794   * Switch the dpkg files database string hashing function from what appears
5795     to be a custom hash function to the libdpkg FNV-1a implementation. As a
5796     side effect this fixes an integer overflow. Addresses: #760741
5797   * Double the dpkg files database hash table size to the closest 2^18 prime.
5798     Times have changed, and it's common to have at least these many files.
5799     This reduces the amount of collisions.
5800   * Document optional dpkg -C argument in --help output. Closes: #763000
5801   * Consider a hardlink tar entry as a regular file for mode values, i.e.
5802     assign to it S_IFREG instead of 0.
5804   [ Raphaël Hertzog ]
5805   * Explain better in deb-triggers(5) why interest/activate-noawait should be
5806     favored.
5808   [ Updated programs translations ]
5809   * Catalan (Guillem Jover): Fix mismatched format string.
5810   * Czech (Miroslav Kure).
5811   * Polish (Łukasz Dulny).
5812   * Turkish (Mert Dirik). Closes: #763825
5814   [ Updated man pages translations ]
5815   * German (Helge Kreutzmann).
5816   * Italian (Guillem Jover): Swap order of some dpkg-deb arguments.
5817     Thanks to xor <xor@paranoici.org>. Closes: #759149
5819  -- Guillem Jover <guillem@debian.org>  Mon, 06 Oct 2014 00:11:08 +0200
5821 dpkg (1.17.13) unstable; urgency=low
5823   [ Guillem Jover ]
5824   * Remove unbalanced trailing single-quote in dpkg-deb error message.
5825     Reported by Trần Ngọc Quân <vnwildman@gmail.com>.
5826   * Remove architecture blacklist from hardening build flag option
5827     stackprotectorstrong. Thanks to Romain Francoise <rfrancoise@debian.org>.
5828   * Documentation:
5829     - Merge binary:Package descriptions in dpkg-query(1).
5830     - Split --remove and --purge options in dpkg(1). This also clarifies on
5831       which package states each option can operate. Closes: #576338
5832     - Remove duplicate “of the” in dpkg-maintscript-helper(1).
5833   * Fix dpkg-maintscript-helper dir_to_symlink to handle relative symlink
5834     targets. Thanks to Helmut Grohne <helmut@subdivi.de>.
5835   * Fix dpkg-maintscript-helper symlink_to_dir to assure absolute pathnames
5836     arguments.
5837   * Fix dpkg-source not detecting modified files during --commit or -b.
5838     Regression introduced in dpkg 1.17.11. Closes: #758426
5839     Reported by Neil Williams <codehelp@debian.org>.
5840   * Only test the strerror() compatible code if sys_errlist and sys_nerr
5841     are present. This fixes a build failure on GNU/Hurd. Closes: #758199
5842   * Switch start-stop-daemon on GNU/kFreeBSD systems to use libkvm, instead
5843     of relying on linprocfs which is not the native procfs on kFreeBSD, and it
5844     is usually not mounted as FreeBSD programs do not expect it to be present.
5846   [ Updated programs translations ]
5847   * Czech (Miroslav Kure).
5848   * German (Sven Joachim).
5849   * Vietnamese (Trần Ngọc Quân).
5851   [ Updated man pages translations ]
5852   * French (Jean-Pierre Giraud, Vincent Thomas, Raphaël Hertzog).
5854   [ Updated scripts translations ]
5855   * French (Raphaël Hertzog).
5856   * German (Helge Kreutzmann).
5858  -- Guillem Jover <guillem@debian.org>  Tue, 19 Aug 2014 20:14:45 +0200
5860 dpkg (1.17.12) unstable; urgency=low
5862   [ Guillem Jover ]
5863   * Only build the compatibility selinux code if libselinux is available or
5864     the user requested it. Also fixes build failures on non-Linux systems.
5865     Closes: #757637
5866   * Documentation:
5867     - Add a short description to each virtual field in dpkg-query(1), and
5868       mention the version they got introduced in dpkg.
5869     - Fix formatting of last paragraphs inside dselect(1) --color description.
5870   * Rework dselect columns code, to make it easier to maintain and read.
5871   * Add new architecture columns to dselect package list view. The new
5872     columns, shown by default, can be turned off with the new ‘A’ key,
5873     or bound to another key via the new “archdisplay” keybinding.
5874   * Fix a descriptor leak on dselect subprocesses when --debug is used.
5875   * Use «tar --format=gnu» when creating source archives. This makes sure we
5876     get a deterministic output format, regardless of what tar defaults to.
5877     Thanks to Jan Blunck <jblunck@infradead.org>..
5878   * Use perl's length instead of defined when checking some environment
5879     variables, if we require them to have content.
5880   * Allow specifying the same build type option multiple times in
5881     dpkg-buildpackage and dpkg-genchanges. There seems to be scripts with
5882     such invocations in the wild. Closes: #757795
5884   [ Updated programs translations ]
5885   * German (Sven Joachim).
5887   [ Updated scripts translations ]
5888   * German (Helge Kreutzmann).
5890   [ Updated man pages translations ]
5891   * German (Helge Kreutzmann).
5893  -- Guillem Jover <guillem@debian.org>  Fri, 15 Aug 2014 03:30:39 +0200
5895 dpkg (1.17.11) unstable; urgency=low
5897   [ Guillem Jover ]
5898   * Switch URLs in docs and code comments from http:// to https:// if the
5899     latter is available (round two). This includes the quilt patch header
5900     templates, and examples in man pages.
5901   * Update some dpkg git URLs to the new and newer (cgit switch) scheme.
5902   * Changes to libcompat:
5903     - Make the library testable.
5904     - Do not run qsort() over the scandir() list if it is NULL.
5905     - Add a setexecfilecon() compatibility function out from dpkg code.
5906   * Use SELinux setexecfilecon() if available in dpkg instead of ad-hoc code.
5907   * Replace obsolete <sys/fcntl.h> with <fcntl.h>, which fixes compilation on
5908     Android. Thanks to Fredrik Fornwall <fredrik@fornwall.net>. Closes: #752036
5909   * Fix file triggers/Unincorp descriptor leak on subprocesses. Regression
5910     introduced with the initial triggers implementation in dpkg 1.14.17.
5911     Closes: #751021
5912   * Do not disable the stack-protector build flags on arm64 in Debian and
5913     derivatives, the toolchain supports them now.
5914     Thanks to Adam Conrad <adconrad@debian.org>. Closes: #751032
5915   * When parsing the statoverride database from dpkg-statoverride do not
5916     consider it an error and refuse to operate at all if the user or group
5917     names are not known to the system, just preserve them. Closes: #563307
5918   * Do not write to the available file when unpacking binary packages. This
5919     information is not useful as dpkg has never recorded the archive path,
5920     so it has never been truly available for re-installation anyway.
5921     Closes: #241768
5922   * Add versioned Provides support:
5923     - Add a new dpkg --assert-versioned-provides command.
5924     - Packages can provide a specific version, “virtual (= 1.0)” which will
5925       be honored, previously it would just be accepted when parsing.
5926     - Non-versioned virtual packages will not satisfy versioned dependencies.
5927     - Versioned virtual packages will satisfy non-versioned dependencies.
5928     Based on skeletal code by Ben Collins <bcollins@debian.org>.
5929     Closes: #7330, #24934, #112131, #134582, #180316
5930   * On removal check Depends and Pre-Depends for packages in unpacked and
5931     half-configured states too.
5932   * Add support for new hardening build flag stackprotectorstrong in Debian
5933     and derivatives, enabled by default. It will fallback to stackprotector
5934     when the former is not functional or disabled by the user.
5935     Thanks to Romain Francoise <rfrancoise@debian.org>.
5936   * Change «dpkg-deb --field» code to use the libdpkg deb822 parser instead
5937     of an ad-hoc one. This makes sure any field fixup and sanity check is
5938     performed on the input, and gets reflected on the output.
5939   * Add new dpkg-query virtual fields db:Status-Want, db:Status-Status and
5940     db:Status-Eflag to allow fine-grained access to the Status values.
5941   * Automatically add the Testsuite field in dpkg-source to the .dsc file.
5942   * Spell nocheck option in dpkg-scanpackages wait_child() call correctly.
5943     Spotted by James McCoy <jamessan@debian.org> (in devscripts).
5944   * Move the explanation of functional checks from --verify-format to the
5945     --verify command in the dpkg(1) man page. Closes: #747264
5946   * Improve dpkg-buildpackage(1) man page:
5947     - Mark DEB_CHECK_COMMAND environment variable in bold.
5948     - Add final item for done hook in the actions sequence.
5949     - Mention that -nc does not apply either when -F is specified.
5950     - Mention that the --FOO-option options can be used multiple times.
5951     - Fix a typo in the BUGS section.
5952   * Mark the “and” between the filenames as regular format in dpkg-source(1).
5953   * Add --format and --ignore-bad-version to dpkg-source --help output.
5954   * Clarify error message in Dpkg::Source::Quilt when patches fail to apply,
5955     to note that the patch might be malformed (besides not accepting patches
5956     with fuzz).
5957   * Try to preallocate the disk size for extracted files on unpack. This
5958     might help in avoiding filesystem fragmentation, and possibly improve
5959     performance on some filesystems.
5960   * Print the correct removed binary filename when building a source package
5961     with dpkg-source --include-removal. Closes: #755166
5962   * Add powerpcel support to cputable. Thanks to Jae Junh <jaejunh@embian.com>.
5963   * Bump the i386 architecture GNU triplet to i586-linux-gnu to match the
5964     change in gcc. Somewhat reluctantly, as i386 wants to be its unique
5965     snowflake and use a GNU triplet not matching its baseline. This will
5966     cause problems when cross-building and using unmatched combinations of
5967     dpkg-dev and gcc. Closes: #751363
5968   * Update i386 architecture GNU cpu regex in cputable to match i786 too.
5969   * Remove unused pkglibdir variable from libdpkg.pc.in.
5970   * Perl modules:
5971     - Add new set_as_auto() method to Dpkg::Substvars.
5972     - Add support for sig and delete_sig spawn() options in Dpkg::IPC.
5973     - Add %opts to ensure_open() member in Dpkg::Compression::FileHandle.
5974     - Change find_command() to handle an empty or undef argument in Dpkg:Path.
5975   * Mark Format and Installed-Size as automatic substvars in dpkg-genchanges
5976     and dpkg-gencontrol respectively.
5977   * Warn on usage of deprecated Source-Version substvar.
5978   * Say OpenPGP instead of PGP when referring to the standard on code comments
5979     and output messages.
5980   * Add a hint to the “no dependency information found” error message in
5981     dpkg-shlibdeps, to check if the library is actually packaged.
5982     Thanks to Sylvestre Ledru <sylvestre@debian.org>. Closes: #756230
5983   * Delete the current compressor SIGPIPE disposition in Dpkg::Source::Archive,
5984     which fixes ignoring SIGPIPE from the calling process. Closes: #756526
5985   * Ignore DEB_CHECK_COMMAND in dpkg-buildpackage if the command is not found.
5986   * Emit a warning when using the deprecated -is/-ip/-isp/-ips options in
5987     dpkg-gencontrol.
5988   * Only print build type once in dpkg-genchanges, instead of once for each
5989     specified -A or -B option and then yet another time for the general build
5990     type description.
5991   * Unify build options description in --help output for dpkg-buildpackage
5992     and dpkg-genchanges.
5993   * Only allow one build type option in dpkg-genchanges and dpkg-buildpackage.
5994   * Correctly filter the host architecture on the Architecture field in the
5995     generated .changes file from dpkg-genchanges, when the debian/files
5996     contains arch-specific packages but dpkg-genchanges was called with
5997     one of the build types excluding them.
5998   * Add new -g and -G options to dpkg-genchanges and dpkg-buildpackage for
5999     source plus arch-indep/specific builds. Closes: #756975
6000   * Fix dpkg --add-architecture and --remove-architecture to check that they
6001     get exactly one argument. Closes: #757254
6003   [ Updated programs translations ]
6004   * Danish (Joe Dalton). Closes: #754127
6005   * French (Jean-Baka Domelevo Entfellner, Julien Patriarca).
6006   * Portuguese (Miguel Figueiredo). Closes: #756920
6007   * Spanish (Guillem Jover): Fix «dpkg-query -l» header. Closes: #756209
6008   * Swedish (Peter Krefting).
6010   [ Updated scripts translations ]
6011   * Swedish (Peter Krefting).
6013   [ Updated man pages translations ]
6014   * Swedish (Peter Krefting).
6016  -- Guillem Jover <guillem@debian.org>  Sat, 09 Aug 2014 17:16:27 +0200
6018 dpkg (1.17.10) unstable; urgency=medium
6020   [ Guillem Jover ]
6021   * Use libtool to build the static libraries, which makes it possible to
6022     embed libcompat inside libdpkg, as required by some external programs
6023     linking against the latter. Closes: #746122
6024   * Fix word wrapping logic in dselect. Regression introduced in dpkg 1.17.3.
6025   * Fix possible out of bounds buffer read access in the error output on
6026     bogus ar member sizes.
6027   * Fix memory leaks in buffer_copy() on error conditions.
6028   * Test suite:
6029     - Improve C code coverage.
6030     - Add template test cases for most perl modules.
6031     - Add test cases for Dpkg::Deps OR relationships.
6032     - Add minimal test case for Dpkg::Source::Quilt.
6033     - Add test cases for Dpkg::Source::Patch CVE-2014-0471 and CVE-2014-3127.
6034     - Add test case for patch disabling hunks; not security sensitive.
6035   * Fix non-security sensitive TOCTOU race in triggers database loading.
6036   * Fix non-security sensitive TOCTOU race in update-alternative alternative
6037     database loading.
6038   * Fix non-security sensitive TOCTOU race in update-alternative rename code.
6039   * Add a workaround to start-stop-daemon for bogus OpenVZ Linux kernels that
6040     prepend, instead of appending, the " (deleted)" marker in /proc/PID/exe.
6041     Closes: #731530
6042   * Move dpkg-architecture -L argument to the Commands --help output section.
6043   * Make dpkg-maintscript-helper print only once that we are moving a
6044     conffile, and not on every interim state transition. Closes: #747370
6045   * Do not use global match variables in perl code.
6046   * Man pages:
6047     - Attempt to clarify and improve wording of some strange or confused
6048       constructs. Reported by Helge Kreutzmann.
6049     - Expand Vcs-* field names into each supported field name in
6050       deb-src-control(5) to make it easier to search for them.
6051     - Change control.tar.gz reference to simply control.tar in deb(5).
6052     - Document in dpkg-deb(1) -Z option that bzip2 and lzma are deprecated.
6053     - Add notes in dpkg-gensymbols(1) about symbol backward-compatibility.
6054       Based on a patch by Bernhard R. Link <brlink@debian.org>.
6055       Closes: #746973
6056     - Document that dpkg-buildpackage(1) -j argument is optional.
6057     - Add current and deprecated media types to deb(5).
6058     - Document in dpkg(1) that --audit now does more than just searching for
6059       partially installed packages.
6060   * Add support for automatic parallel job selection in dpkg-buildpackage,
6061     matching currently active processors, when using -jauto. Closes: #748012
6062   * Perl modules:
6063     - Bump $VERSION for Dpkg::Patch, missed in 1.16.1.
6064     - Bump $VERSION for Dpkg::Deps, missed in 1.17.0.
6065     - Update and fix CHANGES POD sections for public modules.
6066     - Add missing Dpkg::Deps::Multiple profile_is_concerned() and
6067       reduce_profiles() methods, inherited by Dpkg::Deps::Union,
6068       Dpkg::Deps::AND and Dpkg::Deps::OR.
6069   * Do not mangle quilt series files with a missing newline on the last line.
6070     Closes: #584233
6071   * Quiesce tar warnings in cron job by redirecting stderr to /dev/null, as
6072     it seems --warning=none does not work correctly. Closes: #748544
6073   * Do not emit a trailing space from Dpkg::Control::Hash on a field's empty
6074     first line. Bump dpkg-dev Breaks on devscripts to 2.14.4, as previous
6075     versions expect a trailing space from dpkg-parsechangelog output.
6076     Based on a patch by Johannes Schauer <j.schauer@email.de>. Closes: #749044
6077   * Do not assume that sensible-editor is present on «dpkg-source --commit»,
6078     as that command is very Debian specific. Fallback to try VISUAL, EDITOR,
6079     or vi, if the previous commands are either unset or not found.
6080   * Use badusage() instead of ohshit() on dpkg --ignore-depends argument
6081     parsing errors.
6082   * Add per package dpkg --audit support.
6083   * Add support for DragonFlyBSD to ostable and triplettable.
6084     Thanks to Hleb Valoshka <375gnu@gmail.com>.
6085   * Add support for DragonFlyBSD to start-stop-daemon. Closes: #734452
6086     Based on a patch by Hleb Valoshka <375gnu@gmail.com>.
6087   * Correctly parse patch headers in Dpkg::Source::Patch, to avoid directory
6088     traversal attempts from hostile source packages when unpacking them.
6089     Reported by Javier Serrano Polo <javier@jasp.net> as an unspecified
6090     directory traversal; meanwhile also independently found by me both
6091     #749183 and what was supposed to be #746498, which was later on published
6092     and ended up being just a subset of the other non-reported issue.
6093     Fixes CVE-2014-3864 and CVE-2014-3865. Closes: #746498, #749183
6095   [ Updated programs translations ]
6096   * Catalan (Guillem Jover).
6097   * Italian (Milo Casagrande). Closes: #750105
6099   [ Updated scripts translations ]
6100   * German (Helge Kreutzmann).
6102   [ Updated man pages translations ]
6103   * German (Helge Kreutzmann).
6105   [ Raphaël Hertzog ]
6106   * Let dpkg-source unpack additional tarballs in a deterministic order.
6107     Thanks to Samuel Bronson for the report. Closes: #747148
6109  -- Guillem Jover <guillem@debian.org>  Thu, 05 Jun 2014 20:18:04 +0200
6111 dpkg (1.17.9) unstable; urgency=high
6113   [ Guillem Jover ]
6114   * Do not allow patch files with C-style encoded filenames. Closes: #746306
6115     Fixes CVE-2014-3127 and unconditionally fixes CVE-2014-0471.
6116     Reported by Javier Serrano Polo <javier@jasp.net>.
6117   * Switch alternative database backups from xz to gzip. Closes: #746354
6118   * Do not leak long tar names on bogus or truncated archives.
6119   * Do not leak the filepackages iterator when a directory is used by other
6120     packages.
6121   * Fix short lived memory leaks in «dpkg-split --split».
6122   * Fix memory leak in unused Keybindings screen in dselect.
6123   * Do not leak color string on «dselect --color».
6124   * Fix memory leaks when parsing alternatives.
6125   * Fix off-by-one stack buffer overrun in start-stop-daemon on GNU/Linux and
6126     GNU/kFreeBSD if the executable pathname is longer than _POSIX_PATH_MAX.
6127     Although this should not have security implications as the buffer is
6128     surrounded by two arrays (so those catch accesses even if the stack
6129     grows up or down), and we are compiling with -fstack-protector anyway.
6130   * Mark the command_get_pager() tests on a tty as TODO for now, so that
6131     we do not get failures on build daemons.
6132   * Make test suite errors abort the build again. Closes: #746331
6134   [ Updated scripts translations ]
6135   * French (Steve Petruzzello). Closes: #746350
6136   * German (Helge Kreutzmann).
6138   [ Updated man pages translations ]
6139   * German (Helge Kreutzmann).
6141  -- Guillem Jover <guillem@debian.org>  Wed, 30 Apr 2014 05:45:20 +0200
6143 dpkg (1.17.8) unstable; urgency=high
6145   [ Guillem Jover ]
6146   * Do not backup nonexistent database files from the cron.daily file.
6147     And stop emitting tar warnings. Closes: #745592, #745651
6148   * Test suite:
6149     - Improve Perl code coverage.
6150     - Improve C code coverage.
6151   * Handle space-only strings when parsing versions in libdpkg.
6152   * Document the environment requirements for the dpkg-maintscript-helper
6153     supports command in the man page. Closes: #739634
6154   * Improve wording for «dpkg --verify» and --verify-format in the man page.
6155     Closes: #733057
6156   * Switch test runner from Test::Harness to TAP::Harness.
6157   * Use the perl TAP::Harness for the C test suite instead of the automake
6158     tap-driver, to avoid requiring automake >= 1.12, currently not present
6159     in stable.
6160   * Enable failed test case reporting from the TAP::Harness, so that we get
6161     more meaningful reports on failure from the C test suite.
6162   * Correctly parse C-style diff filenames in Dpkg::Source::Patch, to avoid
6163     directory traversal attempts from hostile source packages when unpacking
6164     them. Reported by Jakub Wilk <jwilk@debian.org>. Fixes CVE-2014-0471.
6166   [ Updated programs translations ]
6167   * German (Sven Joachim).
6168   * Russian (Yuri Kozlov). Closes: #745869
6169   * Vietnamese (Trần Ngọc Quân).
6171  -- Guillem Jover <guillem@debian.org>  Mon, 28 Apr 2014 13:33:11 +0200
6173 dpkg (1.17.7) unstable; urgency=low
6175   [ Guillem Jover ]
6176   * Documentation:
6177     - Mention in deb-symbols(5), that the “main-dependency-template” is
6178       always used. Closes: #737731
6179     - Clarify in deb-control(5) «Multi-Arch: no» field omission.
6180     - Clarify in dpkg-buildpackage(1) --check-option description.
6181     - Document dpkg-query --control-path life expectancy. See: #699647
6182     - Fix indentation of “Extract options (with -x)” title in dpkg-source(1).
6183     - Improve symlink <-> directory switch information in
6184       dpkg-maintscript-helper(1). Closes: #739388
6185     - Add missing flags affected by hardening options to dpkg-buildflags(1).
6186   * Use exit instead of return to exit a subshell in dpkg-maintscript-helper.
6187     Thanks to Richard Levitte <richard@levitte.org>. Closes: #738957
6188   * Localize $_ in Perl functions with while (<$fh>) style loops.
6189   * Perl test suite cleanup:
6190     - Switch test suite runner from ExtUtils::Command::MM to Test::Harness.
6191     - Enable colors in test suite runner.
6192     - Remove sequence number prefixes from test case filenames.
6193   * Do not generate perl warnings on nonexistent fields with
6194     «dpkg-parsechangelog --show».
6195   * Fix bogus message on dependency parse errors in dpkg-checkbuilddeps.
6196     Closes: #736778
6197   * Document is_pgp_signed as a public Dpkg::Control::Hash option.
6198     Closes: #735975
6199   * Do not generate perl warnings on undef versions in
6200     Dpkg::Deps::deps_compare(). See: #737731
6201   * Clarify dpkg-genchanges error message on binary builds without any binary
6202     artifact built. Closes: #726520
6203   * Improve dpkg-source warning message when ignoring file removals,
6204     by adding a hint about the --include-removal option.
6205     Thanks to Moritz Muehlenhoff <jmm@debian.org>. Closes: #738310
6206   * Add a new dpkg-source extraction --ignore-bad-version option.
6207     Closes: #740883
6208   * Add Architecture and Build-Profiles information to Package-List field,
6209     as optional name=value1,value2 entries, with names «arch» and «profile».
6210     Use the now recognized field Build-Profiles from binary stanzas in the
6211     source control file to fill the «profile» value.
6212   * Do not interpret the .dsc filename as a regex when recomputing the
6213     md5sum for the .changes file after signing the .dsc. Closes: #742535
6214   * Cache vendor info Control::Hash objects in Dpkg::Vendor::get_vendor_info()
6215     when parsing the vendor file on each hook invocation.
6216   * If the vendor does not have a Dpkg::Vendor module, try loading a module
6217     from the parent vendors, before falling back to Dpkg::Vendor::Default.
6218     Closes: #735978
6219   * Set Ubuntu build flags for ppc64el instead of ppc64, as Ubuntu never ended
6220     up shipping a ppc64 architecture. Also honor noopt DEB_BUILD_OPTIONS flag.
6221     Thanks to Adam Conrad <adconrad@debian.org. Closes: #738691
6222   * Add OpenRISC or1k support to cputable.
6223     Thanks to Christian Svensson <christian@cmd.nu>. Closes: #736717
6224   * Add support for FCFLAGS, OBJCFLAGS and OBJCXXFLAGS build flags.
6225     Closes: #744326
6226   * Improvements and portability fixes to start-stop-daemon:
6227     - When using the Linux procfs switch to use /proc/PID/status instead of
6228       /proc/PID/stat to read the process name.
6229     - Add a generic KVM-based implementation to initialize the entire
6230       process list.
6231     - Fix FreeBSD KVM code to use current kinfo_proc layout.
6232     - Add a native FreeBSD pid_is_exec() method, which is more reliable than
6233       the KVM-based one, and means neither linprocfs nor procfs are required
6234       on such system anymore. Note that GNU/kFreeBSD is still using Linux
6235       procfs code (which ends up using linprocfs).
6236     - Fix OpenBSD KVM code to use current kinfo_proc layout.
6237     - Detect system specific headers at configure time instead of hardcoding
6238       their usage depending on system macros.
6239     - Add a new --ppid matching option to check for parent PID.
6240       Suggested by Alex Mestiashvili <mailatgoogl@gmail.com>.
6241     - On GNU/Hurd do not link unnecessarily against libshouldbeinlibc and
6242       libihash.
6243   * Set TAR preprocessor variable at build time instead of hardcoding it.
6244     This will allow non-GNU systems to easily use another value for their
6245     GNU tar, which is usually either gnutar or gtar.
6246   * Require compound literals support in the compiler at configure time.
6247   * Fix compound literals usage with compilers in C99 mode, by not assigning
6248     them to static variables.
6249   * Test suite cleanup:
6250     - Do not unnecessarily shut up stdout in t-subproc.
6251     - Test command_exec() exit code.
6252     - Test allocations with new test_alloc() instead of pass/fail macros.
6253     - Switch C test suite to use TAP.
6254   * Add support for Packages-files in dpkg --update-avail and --merge-avail
6255     from pipes, or standard input if the argument is omitted or is ‘-’.
6256     Closes: #357093, #367297
6257   * Error out on not-installed packages passed to «dpkg --verify».
6258   * Deprecate compressing .deb files with bzip2, by making dpkg-deb issue a
6259     warning, as the compressor has been superseded by xz when it comes to
6260     compression ratio, and in cases where higher compatibility or raw speed
6261     is desired gzip is still the better option. Although unpacking will be
6262     kept being supported to handle existing bzip2 compressed .deb files.
6263   * Use GNU tar's --no-unquote when using -T in dpkg-deb to avoid mangling
6264     filenames. Reported by Niels Thykier <niels@thykier.net>. Closes: #743687
6265   * Backup all databases with user data, not just the status database.
6266   * Add Conflicts to dpkg against packages using install-info that were
6267     removed after lenny or squeeze, but may have survived upgrades to wheezy.
6268     Thanks to Andreas Beckmann <anbe@debian.org>. Closes: #735159
6269   * Be verbose on «make check» errors by printing the test suite log.
6271   [ Updated programs translations ]
6272   * German (Sven Joachim).
6273   * Swedish (Peter Krefting).
6274   * Thai (Theppitak Karoonboonyanan). Closes: #745032
6275   * Vietnamese (Trần Ngọc Quân).
6277   [ Updated scripts translations ]
6278   * German (Helge Kreutzmann).
6279   * Swedish (Peter Krefting).
6281   [ Updated man pages translations ]
6282   * German (Helge Kreutzmann).
6283   * Italian (Beatrice Torracca). Closes: #742449
6284   * Swedish (Peter Krefting).
6286  -- Guillem Jover <guillem@debian.org>  Mon, 21 Apr 2014 05:03:52 +0200
6288 dpkg (1.17.6) unstable; urgency=low
6290   [ Guillem Jover ]
6291   * Move signing in dpkg-buildpackage to the end of the build.
6292   * Add new --check-command and --check-option options to dpkg-buildpackage,
6293     and DEB_CHECK_COMMAND environment variable as a default value, to
6294     specify a package checker to use before the signing process.
6295   * Detect a missing gain-root-command even if dpkg-buildpackage is running
6296     as root.
6297   * Detect a missing sign-command in dpkg-buildpackage, before starting the
6298     build, to avoid a failure at the end of the process.
6299   * Remove trailing newlines from dpkg-deb warning message.
6300   * Change dpkg-deb conffile name length warning into an error, as dpkg will
6301     reject those packages at install time anyway.
6302   * Unify and clarify dpkg-deb and dpkg conffile name length error message.
6303     Closes: #108196
6304   * Add new start-stop-daemon --pid option. Closes: #253265
6305   * Mention Multi-Arch: no value in man pages. Closes: #732648
6306   * Correctly hyphenate binary-only and source-only in dpkg-buildpackage
6307     output messages.
6308   * Use makedev(3) when extracting .deb archives rather than ad-hoc
6309     computations, to be able to support large major/minor device numbers,
6310     supported on at least Linux, NetBSD and OpenBSD based systems.
6311     Thanks to Peter Chang <dpf@google.com>.
6312   * Turn the ARM Embedded ABI symbols blacklist into a regex, to stop having
6313     to keep up with the GNU toolchain, or other toolchains emitting different
6314     symbols.
6315   * Blacklist GOMP critical section symbols. Closes: #708033
6316   * Add support for Ignore-Blacklist-Groups field in symbols files, with the
6317     two available group values aeabi and gomp. Closes: #694524
6318   * Allow updating checksums in Dpkg::Checksums without erroring out.
6319   * Add shell hooks support to dpkg-buildpackage, based on the debuild
6320     implementation in devscripts 2.13.9. Closes: #476221
6321   * Add support for Testsuite source field.
6322   * Clarify error message about missing revision in non-native source package.
6323     Closes: #719348, #733746
6324   * Set default compression options in source format specific modules instead
6325     of dpkg-source. This makes sure the correct compression level is set, even
6326     for “3.0 (native)” packages with non-default compressors. Closes: #733326
6327   * Change default source package compressor for new formats (>= 2.0) to xz.
6328   * Ignore the same packages in «dpkg-query --list» when computing the
6329     column width as when printing the entries. Closes: #734114
6330   * Do not produce .deb archives with uncompressed gzip members on
6331     «dpkg-deb -Zgzip -z0», instead create them as non-compressed members,
6332     as if -Znone had been passed, as documented. Closes: #718295
6333   * Add support for .deb archives with a control member not compressed
6334     (control.tar) or compressed with xz (control.tar.xz).
6335   * Add support for creating uniformly compressed .deb archive members,
6336     with the new dpkg-deb option --uniform-compression.
6337   * Fix file descriptor leaks in diversions and statoverride databases.
6338     Closes: #734783
6339   * Allow missing prior-version argument in dpkg-maintscript-helper
6340     dir_to_symlink and symlink_to_dir commands. Closes: #733980
6342   [ Updated programs translations ]
6343   * Swedish (Peter Krefting).
6344   * Vietnamese (Trần Ngọc Quân).
6346   [ Updated scripts translations ]
6347   * German (Helge Kreutzmann).
6348   * Swedish (Peter Krefting).
6350   [ Updated man pages translations ]
6351   * German (Helge Kreutzmann).
6352   * Swedish (Peter Krefting).
6354  -- Guillem Jover <guillem@debian.org>  Wed, 15 Jan 2014 05:29:45 +0100
6356 dpkg (1.17.5) unstable; urgency=low
6358   [ Guillem Jover ]
6359   * Switch non-tty output to be line buffered by default, and set it to fully
6360     buffered only for programs with precious and abundant output, not just
6361     progress reporting output (i.e. dpkg-query). This was causing out-of-order
6362     error and debug messages in relation to normal progress reporting, which
6363     could be very confusing. Regression introduced in dpkg 1.17.2.
6364   * Fix segfault in update-alternatives when adding or renaming slaves for
6365     an existing alternative. Regression introduced in dpkg 1.17.2.
6366     Closes: #731710
6367   * Fix dpkg-maintscript-helper symlink_to_dir and dir_to_symlink commands:
6368     - Always run postinst code regardless of prior-version, as the package
6369       might have been never configured before.
6370     - Be more strict when checking the expected state of paths.
6371     - Rename subcommand shell code to check-files-ownership.
6372     - Change dir_to_symlink switch code to use a staging empty directory,
6373       to avoid dpkg removing files from other packages, when removing the
6374       package old files during upgrade.
6375     - Bump minimal version in man page to 1.17.5.
6376     Closes: #731730
6377   * Mention gpg2 too as one of the default sign commands in dpkg-buildpackage.
6379   [ Updated programs translations ]
6380   * German (Sven Joachim).
6382   [ Updated scripts translations ]
6383   * German (Helge Kreutzmann).
6385   [ Updated man pages translations ]
6386   * German (Helge Kreutzmann).
6388  -- Guillem Jover <guillem@debian.org>  Thu, 12 Dec 2013 08:29:45 +0100
6390 dpkg (1.17.4) unstable; urgency=low
6392   * Keep the diversions and statoverride database files open during dpkg
6393     runs, to avoid eager inode number reuse by the filesystem if these files
6394     get replaced multiple times in maintainer scripts, as we rely on the
6395     inode numbers being different when checking if the databases need to
6396     be reloaded. Regression introduced in 1.17.2. Closes: #731524
6397   * Add debug output to diversions and statoverride database loading code.
6398   * Reset the statoverrides information from the in-core database when
6399     reloading it from disk, otherwise removals in maintainer scripts will
6400     not be seen during the current dpkg run.
6401   * Get rid of dpkg-split global partqueue queue variable.
6402   * Use warningv() in dpkg instead of ad-hoc printing message when
6403     overriding with --force option.
6404   * Switch URLs in docs and code comments from http:// to https:// if the
6405     latter is available.
6407  -- Guillem Jover <guillem@debian.org>  Sat, 07 Dec 2013 07:34:54 +0100
6409 dpkg (1.17.3) unstable; urgency=low
6411   [ Guillem Jover ]
6412   * Check availability of warning flags at build time. Fixes a build failure
6413     on systems with old g++ compilers not accepting -Wc++11-compat.
6414   * Move DPKG_C_C99 call just after AC_PROG_CC, so that subsequent checks
6415     can take advantage of the possibly set flags to enable C99 features.
6416   * Improve configure C99 compiler check output.
6417   * Use C++11 nullptr instead of 0 or NULL, which is way more descriptive
6418     and has a better type. Check for C++11 compiler support, and fallback
6419     nullptr to 0 if unavailable.
6421   [ Updated programs translations ]
6422   * Vietnamese (Trần Ngọc Quân). Closes: #731409
6424  -- Guillem Jover <guillem@debian.org>  Thu, 05 Dec 2013 10:19:38 +0100
6426 dpkg (1.17.2) unstable; urgency=low
6428   [ Guillem Jover ]
6429   * Make Dpkg::Arch debwildcard_to_debtriplet() more robust by matching
6430     on exact 'any' strings, instead of substrings.
6431   * Add manpages-it Replaces to dselect and dpkg-dev. Closes: #717983
6432     Reported by Andreas Beckmann <anbe@debian.org>.
6433   * Document default dpkg-deb compressor change to xz in man page.
6434     Thanks to Salvatore Bonaccorso <carnil@debian.org>. Closes: #718437
6435   * Version manpages-it in Replaces with (<< 2.80-4), now that the package
6436     does not ship the overlapping paths any more.
6437   * Automatically prepend needed spaces for continuation --force-help lines.
6438   * Be more precise on deb format errors with data member in dpkg-deb.
6439   * Do not allow deb packages with control and data members swapped.
6440   * Clarify «dpkg-deb --extract» bad usage error message on missing arguments
6441     by printing all required arguments at once. Closes: #718899
6442   * Clarify the insertion order of _ members in deb(5) man page.
6443   * Fix use after free in alternative_parse_fileset() on update-alternatives.
6444     Reported by Pedro Ribeiro <pedrib@gmail.com>.
6445   * Fix use after free in dpkg_arch_load_list() on libdpkg.
6446     Reported by Pedro Ribeiro <pedrib@gmail.com>.
6447   * Fix theoretical stack buffer overflow in w_dependency() on libdpkg, not
6448     currently applicable. Reported by Pedro Ribeiro <pedrib@gmail.com>.
6449   * Add ppc64el support to cputable. Closes: #718945
6450     Thanks to Jeff Bailey <jeffbailey@google.com>.
6451   * Use dpkg-gencontrol -c argument as a fallback lock file in case
6452     debian/control does not exist. Closes: #667008
6453   * Pass the package reference count (i.e. number of present instances) to
6454     maintainer scripts via the new variable DPKG_MAINTSCRIPT_PACKAGE_REFCOUNT.
6455     Closes: #681370
6456   * Fix field names on error messages in libdpkg, by either capitalizing them
6457     or by renaming them to match reality.
6458   * Do not capitalize error and warning messages.
6459   * When ignoring invalid remove requests in dpkg consider that progress,
6460     reset the loop detector and avoid the assert. Closes: #143307
6461   * Activate all path components for file triggers on removal.
6462     Regression introduced in 1.17.0. Closes: #725437
6463   * Activate file triggers on disappearance more accurately, only when we know
6464     we are inevitably removing things.
6465   * Fix «dpkg-query --list» output when using multibyte character strings,
6466     to avoid unaligned columns and mojibake. Closes: #257505, #718541
6467     Based on a patch by Changwoo Ryu <cwryu@debian.org>.
6468   * Use fully buffered output on non-tty stdout.
6469     Reported by Shawn Landden <shawnlandden@gmail.com>.
6470   * Recognize «start-stop-daemon -C» as documented. Closes: #719746
6471     Reported by Brian S. Julin <bri@abrij.org>.
6472   * When update-alternatives is told to change slave links, do not warn that
6473     the link group is broken, just print a notice that the alternative is
6474     being updated due to the changes.
6475   * Add a new «dpkg --verify» command to check the integrity of packages
6476     installed files. Add a --verify-format option to explicitly select the
6477     output format, currently only rpm compatible output is supported, but
6478     the default might change in the future. Closes: #187019
6479   * Improve dpkg “Preparing to replace” and “Unpacking” progress messages.
6480     Closes: #32427, #71106
6481   * Print the package version on main dpkg progress messages.
6482   * Do not store timestamps in gzip headers when using the command, to try to
6483     mimic the zlib behavior. This does not affect Debian as it's been using
6484     zlib for a very long time. Closes: #719844
6485   * Reset environment variables affecting compressor commands when not using
6486     the shared library implementations. Namely XZ_DEFAULTS, XZ_OPT, BZIP and
6487     BZIP2.
6488   * Use a simple list to track packages owning a file, instead of using a
6489     list of arrays of pointers which waste 10 pointers per non-shared file,
6490     instead of 1. This significantly reduces dpkg memory usage.
6491   * Honor new DEB_SIGN_KEYID environment variable in dpkg-buildpackage.
6492     Suggested by Harald Dunkel <harri@afaics.de>. Closes: #615813, #719418
6493   * Always check subprocess exit codes in Dpkg::Source::Package modules.
6494     Reported by Ian Jackson <ijackson@chiark.greenend.org.uk>.
6495   * Add support for pie and stack-protector options to dpkg-buildflags FFLAGS,
6496     and update the man page to mention FFLAGS are a subset of CFLAGS.
6497     Closes: #726932
6498   * Improve and unify -O option handling in dpkg-genchanges, dpkg-gensymbols
6499     and dpkg-shlibdeps, by always taking an optional filename argument and
6500     describing in the man page the default output files.
6501   * Use “hyphen” instead of “dash” when we mean the ‘-’ character in the
6502     documentation and code comments.
6503   * Do not NULL-terminate the list in the compat scandir(), as this might
6504     cause a segfault in case the function returns 0 entries.
6505   * Always return from ensure_statoverrides() if file is NULL, otherwise
6506     we might get us to read garbage from memory or segfault.
6507   * Add new symlink_to_dir command to dpkg-maintscript-helper. Closes: #720712
6508     Based on a patch by Bastien ROUCARIÈS <roucaries.bastien@gmail.com>.
6509   * Add new dir_to_symlink command to dpkg-maintscript-helper. Closes: #583585
6510   * Distinguish dpkg error reports between errors while processing packages
6511     and archives.
6512   * Fix crashes in the first call to gettext() after fork() on Mac OS X, by
6513     forcing the initialization at program start of the CoreFoundation cached
6514     values in libintl.
6515   * Set a default gettext domain for libdpkg code, so that other programs
6516     using a different domain can still get correct translations, like dselect.
6517   * Cleanup libdpkg-perl API:
6518     - Dpkg::Compression: Deprecate $default_compression_level,
6519       $default_compression and $compression_re_file_ext package variables.
6520     - Dpkg::Exit: Deprecate @handlers package variable.
6521     - Dpkg::Source::Package: Deprecate $diff_ignore_default_regexp and
6522       @tar_ignore_default_pattern package variables.
6523     - Dpkg::Changelog::Entry::Debian: Deprecate $regex_header and
6524       $regex_trailer package variables.
6525   * Add GnuPG 2.x support. Add gnupg2 and gpgv2 as alternative Recommends to
6526     gnupg and gpgv (to not pull them by default), but prefer gpgv2 over gpgv,
6527     and gpg2 over gpg at run-time if they are available.
6528   * Switch dpkg conflictor tracking from a fixed-size array to a queue,
6529     fixing several related issues, due to conflictors not being removed from
6530     the array after processing them. dpkg could fill it due to additions in
6531     previous package processing producing very confusing error messages; and
6532     a theoretical problem where a package could get appended to be removed,
6533     then reinstalled as a new version, to get removed again when revisiting
6534     the array in a subsequent package processing. Closes: #726112
6535   * Do not accept empty field names in dpkg.
6536   * Do not accept an initial hyphen in field names.
6537   * Add experimental build profiles support:
6538     - Add support for <!profile.name> build-time restrictions in dependencies.
6539     - Add support for DEB_BUILD_PROFILES environment variable.
6540     - Add new option -P to dpkg-buildpackage and dpkg-checkbuilddeps.
6541     - Add new Built-For-Profiles output field in .deb and .changes files.
6542     Based on a patch by Patrick "P. J." McDermott <pjm@nac.net>,
6543     Wookey <wookey@debian.org> and Johannes Schauer <j.schauer@email.de>.
6544     Closes: #661538
6545   * Bump Standards-Version to 3.9.5.
6546   * Document interactions of dpkg-source --extend-diff-ignore and -i in the
6547     man page. Closes: #729874
6549   [ Updated programs translations ]
6550   * German (Sven Joachim).
6551   * Vietnamese (Trần Ngọc Quân).
6553   [ Updated scripts translations ]
6554   * German (Helge Kreutzmann).
6556   [ Updated man pages translations ]
6557   * French (Christian Perrier): fix incorrectly translated sentence,
6558     thanks to Fabien Givors.
6559   * German (Helge Kreutzmann).
6561  -- Guillem Jover <guillem@debian.org>  Thu, 05 Dec 2013 04:56:31 +0100
6563 dpkg (1.17.1) unstable; urgency=low
6565   * Man pages cleanup:
6566     - Make explicit that dpkg-shlibdeps -e can be used multiple times.
6567     - Improve documentation on how to update the available database before
6568       setting package selections. Suggested by Klaus Ita <koki.eml@gmail.com>.
6569   * Add manpages-it Replaces to dpkg due to new translated man pages.
6570     Reported by Alessio Gaeta <alga777@gmail.com>. Closes: #717983
6571   * Reword libdpkg-perl description and only list public modules.
6572   * Remove space before value in dpkg-parsechangelog -S option on pkg-info.mk.
6573     Closes: #718014
6574   * Make the build system install start-stop-daemon directly under /sbin,
6575     instead of moving it around in debian/rules.
6577  -- Guillem Jover <guillem@debian.org>  Sun, 28 Jul 2013 14:44:50 +0200
6579 dpkg (1.17.0) unstable; urgency=low
6581   [ Guillem Jover ]
6582   * Switch update-alternatives back to a fatal error on out of range priority
6583     on --install.
6584   * Document dpkg-deb --debug in --help output.
6585   * Bump Standards-Version to 3.9.4 (no changes needed).
6586   * Use the new canonical dpkg git Vcs URLs.
6587   * Remove ancient version from zlibg1-dev Build-Depends.
6588   * Add compression development packages to libdpkg-dev Depends.
6589   * Man pages cleanup:
6590     - Disable justification and hyphenation in SEE ALSO sections.
6591     - Remove unneeded double quotes in .SH headings.
6592     - Do not use “header” when “format” or “field” is meant.
6593     - Move dangers of installing via dpkg-deb from BUGS to a NOTES section.
6594     - Remove BUGS sections containing obvious or misplaced information.
6595     - Move BUGS sections before EXAMPLES and SEE ALSO sections.
6596     - Place ENVIRONMENT and FILES sections contiguously.
6597     - Move EXIT STATUS section before ENVIRONMENT.
6598     - Rename CAVEATS sections to NOTES.
6599     - Fold BACKWARD COMPATIBILITY section into other sections.
6600     - Document since when DEB_*_MULTIARCH variables are supported.
6601     - Move compiler flags subsection from ENVIRONMENT to NOTES.
6602     - Unify WARNING and ERROR sections into DIAGNOSTICS.
6603     - Unify command-line options into a single OPTIONS section.
6604     - Mark programs, variables, fields and command-line options in bold.
6605     - Fold dpkg-architecture(1) DEBIAN/RULES section into EXAMPLES.
6606     - Fix dpkg-architecture(1) debian/rules usage documentation.
6607     - Move dpkg-buildflags(1) HARDENING into a new FEATURE AREAS subsection.
6608     - Improve dpkg-buildflags(1) usage documentation.
6609       Thanks to Matthijs Kooijman <matthijs@stdin.nl>. Closes: #657627
6610     - Clarify that DPKG_MAINTSCRIPT_PACKAGE is not arch-qualified.
6611     - Add triggers to the list of binary control information files.
6612       Thanks to Charles Plessy <plessy@debian.org>.
6613   * Use colon instead of dot for user:group in dpkg debug output.
6614   * Remove support for obsolete DM-Upload-Allowed from Dpkg::Vendor::Debian.
6615   * Fix update-alternatives to use the current alternative link as the first
6616     best value, to avoid flip-flops of alternatives with equal priority.
6617     Closes: #699807
6618   * Fix clang warnings due to change of alignment requirements.
6619   * Change copyright file to point to GPL-2 instead of GPL.
6620   * Do not pass -e in shell script shebangs, set it in the body.
6621   * Add new dpkg-parsechangelog --show-field option to print a field value.
6622     Closes: #284664
6623   * Add new dpkg-buildpackage --force-sign option.
6624   * By default do not sign builds for UNRELEASED uploads on dpkg-buildpackage.
6625     Closes: #635117
6626   * Also check Build-Depends-Arch for minimal versions in dpkg-shlibdeps.
6627     Closes: #681470
6628   * Document dpkg-buildflags export mode usage in man page. Closes: #691449
6629     Thanks to Jonathan Nieder <jrnieder@gmail.com>.
6630   * Rename dpkg-buildflags configure exporter to cmdline, but preserve
6631     configure as a legacy alias.
6632   * Mask fortify hardening option from dpkg-buildflags output on noopt.
6633     New glibc 2.16 and later, issue a warning on this condition.
6634     Closes: #691745
6635   * Refer to path instead of file on dpkg-statoverride.
6636   * Always print a descriptive architecture column, even for empty or missing
6637     architectures on «dpkg-query --list».
6638   * Rework SELinux code on unpack to reload the label database if it has
6639     changed, for example while upgrading the SELinux policy package.
6640   * Execute maintainer scripts in a new execution context, based on the
6641     current one and the specific maintainer script filename, and if it's
6642     not different to the current one, use "dpkg_script_t" as a fallback.
6643   * Do not unnecessarily create a dpkg update log record on remove or purge.
6644   * Always reset want status when removing or purging a package; so this
6645     now resets holds among others. Closes: #163763
6646   * Always reset want status when installing a package; so this now resets
6647     holds among others. Closes: #162541
6648   * Defer cleanup of .dpkg-new and .dpkg-tmp paths on removal to the point
6649     when we are definitely removing the main path.
6650   * Activate file triggers on removal more accurately, only when we know
6651     we are inevitably removing things.
6652   * Change dir to / before executing maintainer scripts. Closes: #686782
6653   * Add new dpkg-deb --deb-format option and base --new and --old on it,
6654     as the latter are not future-proof, and neither can be guaranteed to
6655     produce a reliable output file format.
6656   * Drop archtable. It serves no purpose, it's Debian specific, it's
6657     usually outdated, and everyone should be using dpkg-architecture anyway.
6658   * Add musl-linux support to ostable and triplettable.
6659     Requested-by Kevin Bortis <wermut@gmail.com>.
6660   * Remove update-alternatives, dpkg-divert and dpkg-statoverride
6661     compatibility symlinks under /usr/sbin/.
6662   * Remove install-info wrapper.
6663   * Only ignore older packages if the existing version is informative. This
6664     allows any program using libdpkg to parse the available file to see again
6665     packages with versions lesser than 0-0 (like 0~0-0). Closes: #676664
6666   * Fix Dpkg::Control::Hash set_options() to take a hash as argument instead
6667     of two scalars.
6668   * Add a new Dpkg::Vendor get_vendor_dir() function.
6669   * Print correct path to vendor directory on error message in dpkg-vendor.
6670   * Do not hardcode the dpkg system configuration directory in perl scripts,
6671     respect build time setting.
6672   * Deprecate Dpkg perl module lowercase and exported by default variables,
6673     replaced by new unified uppercase non-exported by default ones.
6674   * Do not set -fstack-protector in the default build flags on arm64 (it's
6675     not yet supported). Thanks to Matthias Klose <doko@ubuntu.com>.
6676     Closes: #711936
6677   * Add GCJFLAGS support to dpkg-buildflags. Closes: #708375
6678   * Clarify that dpkg --set-selections needs an up-to-date available db,
6679     by documenting it on the dpkg(1) man page, and warning whenever dpkg
6680     finds unknown packages while setting the selections. Closes: #703092
6681   * Print nicer error messages in perl scripts using Getopt::Long by trapping
6682     $SIG{__WARN__} to call usageerr() on option parse errors.
6683   * Move the exit call out from usage() in dpkg-scansources so that usageerr()
6684     gives a correct exit code. Thanks to Bernhard R. Link <brlink@debian.org>.
6685   * Print correct error message on unknown dpkg-name options before --.
6686   * Require at least one filename on dpkg-name after --.
6687   * Switch program usage errors to not print entire --help output.
6688     Closes: #681371
6689   * Document that «dpkg-parsechangelog -l-» can be used to read from stdin.
6690   * Support parsing compressed changelog files transparently. Closes: #684196
6691   * Sort files inside new diffs generated by dpkg-source lexicographically.
6692     Closes: #689193
6693   * Add support for a build_arch option in Dpkg::Deps deps_parse().
6694     Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #697297
6695   * Move epoch-less or revision-less output logic to Dpkg::Version.
6696     Based on a patch by Bernhard R. Link <brlink@debian.org>.
6697   * Catch mismatches between version strings and format versions in
6698     dpkg-source. Ensure that a 3.0 (quilt) package has a non-native version
6699     and that a 3.0 (native) package has a native version. Closes: #700177
6700     Thanks to Bernhard R. Link <brlink@debian.org>.
6701   * Add support for mipsn32(el) and mips64(el) to arch tables.
6702     Thanks to YunQiang Su <wzssyqa@gmail.com>. Closes: #685096, #707323
6703   * Document --file and --label parser options in dpkg-parsechangelog(1).
6704   * Add a new configure --with-dpkg-deb-compressor option to allow selecting
6705     the default dpkg-deb compressor, mainly for downstreams.
6706   * Switch dpkg-deb default compressor from gzip to xz. Build dpkg.deb using
6707     gzip to make debootstrap life easier on non-Debian based systems.
6708   * Add support for gzip compression strategies to dpkg-deb. The new
6709     strategies are: filtered, huffman, rle and fixed.
6710   * Change dpkg and dpkg-deb help output to recommend apt instead of dselect
6711     as a user-friendly frontend.
6712   * Remove temporary file on error during «dpkg-divert --rename».
6713   * Fix value caching in Dpkg::Arch by not shadowing the variables.
6714   * Fix chmod() arguments order in Dpkg::Source::Quilt. Closes: #710265
6715     Thanks to Pablo Oliveira <pablo@sifflez.org>.
6716   * Add new dpkg-shlibdeps -l option to add private shared library directories.
6717     This should be used instead of abusing LD_LIBRARY_PATH to pass the paths,
6718     which might be problematic when cross-compiling. Closes: #698881
6719   * Only apply empty line and comma cleanups when doing substvar replacements
6720     on fields where those are relevant. Closes: #659814
6721   * Do not scan control files twice for PGP signature presence.
6723   [ Raphaël Hertzog ]
6724   * Fix dpkg-maintscript-helper rm_conffile and mv_conffile to do nothing
6725     when the conffile is no longer owned by the current (or named) package.
6726     Thanks to Steve Langasek for the patch. Closes: #716948
6727   * Improve dpkg-maintscript-helper behaviour in “Multi-Arch: same” packages
6728     by arch-qualifying package names read from the environment. Also add
6729     a warning about this potential problem in the manual page.
6730   * Fix usage of non-existent _() function in multiple places of the Perl
6731     code. Thanks to Lincoln Myers <lincoln@netapp.com> for the patch.
6732     Closes: #708607
6734   [ Updated programs translations ]
6735   * Fix typo in Spanish translation of update-alternatives.
6736     Thanks to Javier Fernandez-Sanguino <jfs@debian.org>. Closes: #713020
6738   [ Updated programs translations ]
6739   * Vietnamese (Trần Ngọc Quân). Closes: #715334
6741   [ Added man pages translations ]
6742   * Italian (Beatrice Torracca). Closes: #711647
6744   [ Updated man pages translations ]
6745   * Fix wrong translation of "fortify" in French dpkg-buildflags(1) man page.
6746     Thanks to Christian Perrier <bubulle@debian.org>. Closes: #712976
6747   * Fix typo in dpkg-source(1) man page French translation.
6748     Thanks to Cédric Boutillier <boutil@debian.org>. Closes: #708292
6749   * Japanese (TAKAHASHI Motonobu). Closes: #704240
6751  -- Guillem Jover <guillem@debian.org>  Fri, 26 Jul 2013 23:54:54 +0200
6753 dpkg (1.16.10) unstable; urgency=low
6755   [ Guillem Jover ]
6756   * Fix typos in 1.16.9 changelog entry. Closes: #691954
6757     Thanks to Nicolás Alvarez <nicolas.alvarez@gmail.com>.
6758   * Add missing @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.in.
6759   * Do not use an undefined va_list variable in dpkg_put_errno().
6760   * Abort installation if we cannot set the security context for a file.
6761   * Fix OpenPGP armored signature parsing, to be resilient against doctored
6762     input, including source package control files. Closes: #695919
6763   * Make sure the OpenGPG armor contains a signature block, even on EOF.
6764   * Do not accept Armor Header Lines inside a paragraph.
6765   * Do not abort dselect when multiarch is detected, as that only makes
6766     users downgrade and hold on an older version w/ worse multiarch support.
6767   * Fix warning in Dpkg::Source::Archive with «perl -w» due to redefinition
6768     of getcwd() by removing unused POSIX modules usage. Closes: #700978
6770   [ Updated programs translations ]
6771   * Esperanto (Felipe Castro).
6772   * Spanish (Javier Fernández-Sanguino).
6773   * Vietnamese (Trần Ngọc Quân). Closes: #692100
6775   [ Updated scripts translations ]
6776   * Fix mistranslation in French translation of scripts.
6777     Thanks to Filipus Klutiero. Closes: #698530
6778   * Fix typos in French translation of scripts.
6779     Thanks to Sylvestre Ledru. Closes: #702627
6780   * Fix Russian translation (wrong order of parameters in a string).
6781     Thanks to Andrey Rahmatullin for noticing and Yuri Kozlov for fixing
6782     the translation. Closes: #698869
6784  -- Guillem Jover <guillem@debian.org>  Fri, 08 Mar 2013 04:41:26 +0100
6786 dpkg (1.16.9) unstable; urgency=low
6788   [ Raphaël Hertzog ]
6789   * Fix dpkg-source regression in "3.0 (quilt)" source packages while
6790     unapplying patches that remove all files in a directory. Closes: #683547
6791   * Fix segfault in field format parsing on empty strings, affecting
6792     «dpkg-query -W -f ''» and «dpkg-deb -W --showformat=''». LP: #1035512
6793   * Fix dpkg's French usage string which was missing the final “s“ in
6794     --print-foreign-architectures. Closes: #685863
6796   [ Guillem Jover ]
6797   * Use “statoverrides” instead of “statusoverrides” in dpkg-statoverride.
6798     Closes: #686995
6799   * Comment out dpkg(1) documentation about disabled --command-fd option.
6800     Closes: #685677
6801   * Cleanup dpkg-divert unit-test environment to avoid build failures.
6802     Closes: #687656
6803   * Fix update-alternatives test suite to behave correctly on non-Debian
6804     binary paths. Known to be affecting at least Gentoo and Mac OS X.
6805   * Do not leak subcall command arguments in update-alternatives.
6806   * Fix segfault on update-alternatives when passing --slave without any
6807     action at all. LP: #1037431
6808   * Fix memory leak in dpkg filesavespackage().
6809   * Do not print garbage (or worse) on dpkg shared conffile debug output.
6810   * Use a hash instead of a ref to a hash for keys() in Dpkg::BuildFlags
6811     get_feature_areas(). This causes compilation failures with older perl
6812     versions, which can be an issue with partial upgrades.
6813   * Fix filter subpattern debug output format string to print an actual
6814     value instead of just blanks.
6815   * Ignore trailing filter subpattern slashes on reinclusion comparison.
6816     This makes sure to reinclude directories previously excluded so that
6817     contained files marked for inclusion do not fail to unpack due to a
6818     missing directory. Closes: #688416
6819   * Do not consider obsolete conffiles as actively owned by the package.
6820     This ensures conffile entries are not mishandled nor mixed up when
6821     configuring packages owning the non-obsolete conffiles. Closes: #689836
6822     Based on a patch by Andreas Beckmann <debian@abeckmann.de>.
6823   * Properly mark in the database obsolete conffiles on package replaces.
6824   * Sync the Conffiles field values for all package instances. Because
6825     only the first package instance being configured will have a *.dpkg-new
6826     conffile available to be processed, the subsequent ones need to use the
6827     hash from the previously processed entries.
6828   * Fix logic for previously configured conffiles, so that the shared
6829     conffile checks actually work on reinstallation. Closes: #684776
6830   * Avoid info database corruption and bogus accesses on unknown format
6831     values, by always reading the format file and validating it.
6832   * Clarify that the most probable reason for multiarch database
6833     inconsistencies is due to upgrades from unofficial dpkg versions.
6834   * Only satisfy a dependency on a “Multi-Arch: foreign” if arch-unqualified.
6835   * Take architecture into account in virtual packages on remove and
6836     configure dpkg actions. Closes: #683411
6837   * Update update-alternatives --query format and examples in man page to
6838     match the implementation.
6839   * Add two missing 3rd person ‘s’ in dpkg-gensymbols(1). Closes: #689863
6840     Thanks to Paul Menzel <pm.debian@googlemail.com>.
6841   * Fix regression on old-style binNMUs for packages that specify an
6842     explicit binary version to dpkg-gencontrol, by always fixing up the
6843     source version. Closes: #690823
6845   [ Updated programs translations ]
6846   * Catalan (Guillem Jover).
6847   * Czech (Miroslav Kure).
6848   * Danish (Joe Dalton). Closes: #690808
6849   * French (Christian Perrier).
6850   * German (Sven Joachim).
6851   * Italian (Milo Casagrande).
6852   * Japanese (Kenshi Muto).
6853   * Polish (Michał Kułach). Closes: #690449
6854   * Portuguese (Miguel Figueiredo). Closes: #682582, #690431
6855   * Russian (Yuri Kozlov). Closes: #688050, #690415
6856   * Slovak (Ivan Masár). Closes: #690426
6857   * Swedish (Peter Krefting).
6858   * Thai (Theppitak Karoonboonyanan). Closes: #690678
6859   * Traditional Chinese (imacat). Closes: #687002
6861   [ Updated scripts translations ]
6862   * Polish (Michał Kułach). Closes: #683104
6863   * Spanish (Omar Campagne). Closes: #685297
6865   [ Updated dselect translations ]
6866   * Basque (Iñaki Larrañaga Murgoitio). Closes: #686421
6867   * Czech (Miroslav Kure).
6868   * Danish (Joe Dalton). Closes: #689820
6869   * Polish (Michał Kułach).
6871   [ Updated man pages translations ]
6872   * French (Thomas Vincent, Sylvestre Ledru, Christian Perrier).
6873     Closes: #682978, #683221
6874   * German (Helge Kreutzmann).
6875   * Japanese (Hideki Yamane). Closes: #685103
6876   * Polish (Michał Kułach).
6877   * Spanish (Omar Campagne, Guillem Jover). Closes: #683514
6878   * Swedish (Peter Krefting).
6880  -- Guillem Jover <guillem@debian.org>  Sat, 20 Oct 2012 05:59:50 +0200
6882 dpkg (1.16.8) unstable; urgency=low
6884   [ Updated programs translations ]
6885   * Esperanto (Felipe Castro).
6886   * French (Christian Perrier).
6887   * Polish (Michał Kułach). Closes: #680561
6888   * Russian (Yuri Kozlov). Closes: #677850, #680411
6889   * Slovak (Ivan Masár).
6890   * Spanish (Javier Fernández-Sanguino)
6892   [ Updated man pages translations ]
6893   * French (Christian Perrier).
6895   [ Updated scripts translations ]
6896   * French (Christian Perrier).
6897   * Russian (Yuri Kozlov).
6899   [ Updated dselect translations ]
6900   * Danish (Joe Dalton). Closes: #680108
6901   * Russian (Yuri Kozlov).
6902   * Traditional Chinese (Asho Yeh - 阿信).
6904  -- Guillem Jover <guillem@debian.org>  Sat, 21 Jul 2012 02:11:04 +0200
6906 dpkg (1.16.7) unstable; urgency=low
6908   [ Guillem Jover ]
6909   * Fix bogus dpkg-query --control-show badusage() strings.
6911   [ Raphaël Hertzog ]
6912   * Fix dpkg-gencontrol to correctly compute the source version
6913     in the case of "old-style" bin-nmus. Closes: #679959
6915   [ Updated dselect translations ]
6916   * Catalan (Guillem Jover).
6917   * French (Christian Perrier).
6918   * German (Sven Joachim).
6919   * Swedish (Peter Krefting).
6921   [ Updated programs translations ]
6922   * French (Christian Perrier).
6923   * German (Sven Joachim).
6924   * Italian (Milo Casagrande).
6925   * Swedish (Peter Krefting).
6927   [ Updated man pages translations ]
6928   * Swedish (Peter Krefting).
6929   * French (Christian Perrier).
6931   [ Updated scripts translations ]
6932   * Swedish (Peter Krefting).
6933   * French (Christian Perrier).
6935  -- Raphaël Hertzog <hertzog@debian.org>  Mon, 02 Jul 2012 21:16:12 +0200
6937 dpkg (1.16.6) unstable; urgency=low
6939   [ Guillem Jover ]
6940   * Do not translate SELinux context to human readable form while unpacking,
6941     as that might cause the operation to fail if the mcstransd daemon
6942     stopped running during the transaction. Closes: #679641
6943     Thanks to Russell Coker <russell@coker.com.au>.
6944   * Add --control-list and --control-show to dpkg-query --help output.
6946   [ Raphaël Hertzog ]
6947   * Fix import of error functions in dpkg-buildflags. Regression introduced
6948     in 1.16.5.
6950   [ Updated scripts translations ]
6951   * German (Helge Kreutzmann).
6953   [ Updated man pages translations ]
6954   * German (Helge Kreutzmann).
6956  -- Guillem Jover <guillem@debian.org>  Sat, 30 Jun 2012 21:45:10 +0200
6958 dpkg (1.16.5) unstable; urgency=low
6960   [ Raphaël Hertzog ]
6961   * dpkg-source will now clean up after a failed application of a quilt
6962     patch. Closes: #652970
6963     And it will display a message explaining the most likely cause of
6964     failure (patch applying with fuzz).
6965   * When dpkg-source regenerates the automatic patch (with formats "2.0"
6966     or "3.0 (quilt)") it will keep the current patch header to avoid
6967     losing changes made by the maintainer.
6968   * Modify dpkg-source --commit to auto-whitelist modified binary files.
6969     That way the same command can be used whatever kind of upstream files
6970     has been modified.
6971   * dpkg-source now supports a new option --no-unapply-patches to force
6972     patches to be kept applied after build (used by formats "2.0" and "3.0
6973     (quilt)"). Closes: #643043
6975   [ Guillem Jover ]
6976   * Add a dpkg-buildflags --status action to describe the flag settings.
6977     Thanks to Bernhard R. Link <brlink@debian.org>. Closes: #664058
6978   * Add support for “binary-only” key-value option in changelogs, to allow
6979     marking changelog entries as part of a binary only upload, having a
6980     different version from the source package. Closes: #440094, #672723
6981   * Minimize source architecture list on «dpkg-source -b» by removing
6982     architectures already covered by architecture wildcards. Closes: #675333
6983   * Do not assume $ENV{'HOME'} is defined in Dpkg::Source::Package.
6984     Thanks to Niels Thykier <niels@thykier.net>. Closes: #677631
6985   * Document in more detail in deb(5) the supported ar archive format.
6986   * Document in deb-src-control(5) the “Private-” field prefix.
6987   * Add new start-stop-daemon --no-close option to disable closing file
6988     descriptors on --background. Closes: #627333, #646425
6989   * Switch source compression to xz.
6990   * Detect ar header fields truncation due to too long member names or too
6991     large member sizes. Closes: #678933
6992   * Add new dpkg-query --control-list and --control-show commands, which
6993     replace the now deprecated --control-path.
6994   * Print master and slave alternative link names in update-alternatives
6995     --query and always print alternative link in --config. Closes: #679010
6996   * Cleanup and clarify buffer I/O error reporting. Closes: #621763
6997   * Avoid full stop and double newline at the end of errors and warnings.
6998     Thanks to Jonathan Nieder <jnieder@gmail.com>. Closes: #624000
6999   * Change all programs to accept -? instead of -h for help output.
7000   * Add support for specific arch-qualified dependencies. Closes: #676232
7001     Thanks to Thibaut Girka <thib@sitedethib.com>.
7002   * Accept “:native” arch-qualified Build-Dependencies. Closes: #558095
7003     Thanks to Thibaut Girka <thib@sitedethib.com>.
7004   * Do not use undefined values returned form deps_parse() in dpkg-shlibdeps.
7005     Closes: #640676
7006   * Add an Architecture column to «dpkg-query -l» before the Description
7007     column. Suggested by Jonathan Nieder <jnieder@gmail.com>. Closes: #673190
7009   [ Updated programs translations ]
7010   * Swedish (Peter Krefting).
7012   [ Updated dselect translations ]
7013   * Swedish (Peter Krefting).
7015   [ Updated scripts translations ]
7016   * German (Helge Kreutzmann).
7018   [ Updated man pages translations ]
7019   * German (Helge Kreutzmann).
7020   * Swedish (Peter Krefting).
7022  -- Guillem Jover <guillem@debian.org>  Sat, 30 Jun 2012 04:28:51 +0200
7024 dpkg (1.16.4.3) unstable; urgency=low
7026   * On «update-alternatives --install» only warn for now on out of range
7027     priorities and clamp the values, as there seems to be packages using
7028     priorities > INT_MAX, which although bogus as they were previously
7029     overflowing the int used to store them, that would cause installation
7030     failures when upgrading from squeeze. This will be reverted to an
7031     error after wheezy. Closes: #676874
7033  -- Guillem Jover <guillem@debian.org>  Sun, 17 Jun 2012 10:56:15 +0200
7035 dpkg (1.16.4.2) unstable; urgency=low
7037   * Check correctly for out of range negative field width values in dpkg-query
7038     --show format strings. Regression introduced in 1.16.4. Closes: #676796
7040  -- Guillem Jover <guillem@debian.org>  Sat, 09 Jun 2012 16:16:17 +0200
7042 dpkg (1.16.4.1) unstable; urgency=low
7044   * Fix explicit file trigger activation. Regression introduced in 1.16.4.
7045     Closes: #676684
7047  -- Guillem Jover <guillem@debian.org>  Fri, 08 Jun 2012 23:17:11 +0200
7049 dpkg (1.16.4) unstable; urgency=low
7051   [ Guillem Jover ]
7052   * Deprecate compressing .deb files with lzma, by making dpkg-deb issue a
7053     warning, as the format has several deficiencies that have been addressed
7054     by upstream in xz. Although unpacking will be kept being supported to
7055     handle existing lzma compressed .deb files.
7056   * Add alternative changelog formats documentation from the policy manual
7057     to dpkg-parsechangelog(1). Closes: #584141
7058   * Add MiNT support to ostable and triplettable.
7059     Requested by Thorsten Glaser <tg@mirbsd.de>.
7060   * Add new frontend.txt file to dpkg-dev documenting some public interfaces
7061     for dpkg frontends. Closes: #670897
7062   * Clarify in dpkg(1) when --force-conf* options cause action.
7063     Suggested by Sven Joachim <svenjoac@gmx.de>. Closes: #391818
7064   * Add “gcc | c-compiler” to libdpkg-perl Suggests, due to Dpkg::Arch usage.
7065     Closes: #671198
7066   * Do not mask PIE from dpkg-buildflags on m68k, it appears to work now.
7067     Requested by Thorsten Glaser <tg@mirbsd.de>.
7068   * Remove deprecated support for PGP style signing command interface from
7069     dpkg-buildpackage.
7070   * Remove obsolete --udeb dpkg-scanpackages option.
7071   * Add arm64 support to cputable. Closes: #672408
7072     Thanks Wookey <wookey@wookware.org>.
7073   * Check parsed integers for invalid or no digit errors in start-stop-daemon
7074     and update-alternatives.
7075   * Check all parsed integers for out of range errors; i.e. that no negative
7076     values are allowed if not appropriate, and that no overflows occur.
7077     Closes: #580038
7078   * Switch start-stop-daemon(8) man page examples from /var/run to /run.
7079   * Do not obscure Dpkg::Source::Package ‘require’ errors with custom
7080     error message. Thanks to Thomas Adam <thomas.adam@smoothwall.net> and
7081     Jonathan Nieder <jrnieder@gmail.com>.
7082   * Add new Dpkg::Substvars::set_as_used() member function.
7083   * Rename Dpkg::Substvars no_warn() member function to mark_as_used(), keep
7084     the old name aliased to the new one producing a deprecation warning.
7085   * Add support for Build-Depends-Arch and Build-Conflicts-Arch fields, and
7086     a new -A option to dpkg-checkbuilddeps. Closes: #629480
7087     Thanks to Roger Leigh <rleigh@debian.org>.
7088   * Add support for “none” as a valid dpkg-deb compression strategy value.
7089     Closes: #674711
7090   * Clarify in dpkg(1) that the «dpkg -l» example only lists installed
7091     packages, and that to list available packages «dpkg-query --load-avail»
7092     has to be used instead. Closes: #673305
7093   * Clarify also in the dpkg(1) man page (already present in the dpkg.cfg(5)
7094     man page) the valid filenames for /etc/dpkg/dpkg.cfg.d/ fragment files.
7095     Closes: #674674
7096   * Fix start-stop-daemon to not follow symlinks when creating pidfiles.
7097     Thanks to Carsten Hey <carsten@debian.org>. Closes: #675918
7098   * Refactor the file locking logic into a new Dpkg::File module, and move
7099     the libfile-fcntllock-perl dependency from dpkg-dev to libdpkg-perl.
7100   * Demote the libfile-fcntllock-perl Depends to a Recommends by falling back
7101     to use flock based locking, because it being an XS module makes building
7102     a new perl package bumping the perl ABI impossible, as both packages
7103     become uninstallable. Thanks to Dominic Hargreaves <dom@earth.li>.
7104     Closes: #675947
7105   * Put an & before field_capitalize() calls in Dpkg::Control::Fields to
7106     fix a usage before declaration warning with perl 5.16. Closes: #676262
7107   * Do not warn in dpkg-divert on missing files list file for packages never
7108     installed before. Closes: #673518
7109   * Add support for liblzma to handle .xz and .lzma compressed files, and
7110     switch to it instead of using xz-utils. This removes the xz-utils
7111     Pre-Depends from dpkg. Thanks to Jonathan Nieder <jrnieder@gmail.com>.
7112   * Always activate all path components for file triggers, this fixes file
7113     trigger handling for conffiles and dpkg-trigger invocations.
7114     Closes: #675613, #676061, #676062, #676107, #676118, #676122
7115   * Do not reset Multi-Arch field in the update log when removing the package.
7116     Closes: #676496
7117   * Fix dpkg-split to honor the DPKG_ADMINDIR environment variable.
7119   [ Updated man pages translations ]
7120   * German (Helge Kreutzmann).
7121   * French (Christian Perrier). Fixes a mistranslation and some
7122     inconsistencies reported by Vincent Danjean( thanks). Closes: #673158
7124  -- Guillem Jover <guillem@debian.org>  Thu, 07 Jun 2012 23:43:19 +0200
7126 dpkg (1.16.3) unstable; urgency=low
7128   [ Guillem Jover ]
7129   * Do not look for newline beyond the read buffer on dpkg-deb extract.
7130   * Check update-alternative name and link arguments for all commands.
7131     Closes: #665050
7132   * Check all dpkg-divert filename arguments to be absolute and to not
7133     contain newlines. Closes: #21722
7134   * Print errors while reading the file list files on a new line instead
7135     of just after the progress percentage. Closes: #552517
7136   * Document in dpkg-source(1) that patches for source format “3.0 (quilt)”
7137     are expected to apply without any fuzz. Closes: #666752
7138     Based on a patch by Luca Capello <luca@pca.it>.
7139   * Remove redundant -Wformat-security from default dpkg-buildflags, which
7140     is already implied by -Werror=format-security. Closes: #664964
7141     Suggested by Peter Eisentraut <petere@debian.org>.
7142   * Document in dpkg-query(1) that commands producing multiple paragraphs
7143     will preserve the order of the packages specified on the argument list.
7144   * Change start-stop-daemon --exec on GNU/Hurd, FreeBSD, NetBSD, OpenBSD
7145     and Solaris to check for executables matching device and inode numbers
7146     instead of filenames.
7147   * Change start-stop-daemon --name on GNU/Hurd to check the process' argv[1]
7148     in addition to argv[0], to handle both binaries and interpreted scripts.
7149     Reported by Mats Erik Andersson <mats.andersson@gisladisker.se>.
7150   * Handle deb format versions as major.minor integers instead of strings or
7151     floats, the latter being susceptible to parsing errors depending on the
7152     current locale (although this was only affecting the old deb format).
7153   * Ignore the minor format version number for deb-split format, unifying
7154     the behavior with the deb format.
7155   * Add support for an abitable containing arch attribute overrides.
7156   * Add x32 support to abitable, ostable and triplettable. Closes: #667037
7157   * Fix start-stop-daemon to work with relative --exec arguments and --chdir.
7158     Closes: #669047
7159   * Ignore request to rename a file owned by the diverting package on
7160     «dpkg-divert --add --rename». Closes: #588077
7161   * Clarify dpkg-gensymbols(1) by way of examples that architecture wildcards
7162     are supported in symbols files. Closes: #670048
7163   * Fix memory leak due to Dpkg::Control objects not being garbage-collected.
7164     Thanks to Ben Harris <bjh21@cam.ac.uk>. Closes: #669012
7165   * Compute the md5sum hash on unpack for empty files too, so that these
7166     can be checked correctly for matching content when installing multiple
7167     package instances.
7168   * Generate md5sums files automatically at unpack time if missing from the
7169     binary package. Closes: #155676, #155799
7170   * Add missing list and md5sums database file checks to «dpkg --audit».
7172   [ Helge Kreutzmann ]
7173   * Fix a typo in man/dpkg-buildflags.1.
7175   [ Updated programs translations ]
7176   * French (Christian Perrier).
7177   * German (Sven Joachim).
7178   * Swedish (Peter Krefting).
7180   [ Updated dselect translations ]
7181   * French (Christian Perrier).
7182   * German (Sven Joachim).
7183   * Swedish (Peter Krefting).
7185   [ Updated scripts translations ]
7186   * French (Christian Perrier).
7187   * Swedish (Peter Krefting).
7189   [ Updated man pages translations ]
7190   * French (Christian Perrier).
7191   * German (Helge Kreutzmann).
7192   * Swedish (Peter Krefting).
7194  -- Guillem Jover <guillem@debian.org>  Fri, 27 Apr 2012 10:10:10 +0200
7196 dpkg (1.16.2) unstable; urgency=low
7198   [ Guillem Jover ]
7199   * Move <config.h> and <compat.h> to the top of trigdeferred.l to properly
7200     use the configured features and compat code.
7201   * Honor --disable-nls when the system lacks obstack support, by updating
7202     the obstack compat module from gnulib.
7203   * Link the libdpkg unit tests with libcompat and libintl, so that systems
7204     needing them will compile correctly.
7205   * Check for the presence of the strnlen declaration and correctly provide
7206     the compat one in case the systems lacks it.
7207   * Do not assume existence of paths on the build system in the test suite.
7208   * Do not fail to link dselect on MacOS X when using --disable-nls.
7209   * Remove versioned coreutils Pre-Depends from dpkg due to the ancient
7210     md5sum transition. Reported by Bill Allombert <ballombe@debian.org>.
7211     Closes: #643746
7212   * Change dpkg-architecture to only compute the requested variables. This:
7213     - Fixes the bootstrapping problem, as the dpkg build system only needs
7214       the host architecture, for which dpkg itself is not required.
7215     - Reduces the amount of work performed, including loading and parsing
7216       unnecessary table files or calling either of gcc or dpkg programs.
7217   * Improve error message in dpkg-gencontrol and dpkg-gensymbols when
7218     debian/control does not have any package stanza. Closes: #642473
7219     Based on a patch by Kyle Willmon <kylewillmon@gmail.com>.
7220   * Add Pre-Depends on tar >= 1.23 (satisfied in stable) to dpkg due to it
7221     using the ‘--warning=no-timestamp’ option. Closes: #642802
7222   * Do not segfault on GNU/Linux when dpkg cannot retrieve the block size
7223     for the filesystem containing the info database. LP: #872734
7224   * Fix two memory leaks per tar entry in the tar extractor used on unpack.
7225   * Mark dpkg and dselect as Multi-Arch foreign.
7226     Reported by Steve Langasek <vorlon@debian.org>.
7227   * Mark dpkg-dev and libdpkg-perl as Multi-Arch foreign. Closes: #648217
7228     Thanks to Colin Watson <cjwatson@ubuntu.com>.
7229   * Add new deb-origin.5 man page. Closes: #608884
7230     Thanks to Matt Kraai <kraai@ftbfs.org>.
7231   * Return correct status on start-stop-daemon --status when using --pidfile.
7232   * Treat dpkg-deb compression level independently for each backend. This
7233     has the effect of changing the current behavior for level 0 on all
7234     compressors except gzip.
7235   * Add new dpkg-deb -S option to specify the compression strategy. The only
7236     currently supported value is “extreme” for xz. Closes: #647915
7237   * Stop using brace expansion to install man pages by using dh_installman
7238     instead of dh_install, the former does not abort on empty glob expansion.
7239   * Do not use absolute paths for programs in perl and shell code.
7240   * Add missing ‘*’ in asprintf() and vasprintf() compat declarations.
7241   * Add support for virtual output binary:Summary and db:Status-Abbrev fields.
7242     Closes: #192619, #427945
7243   * Add support for virtual output source:Package and source:Version fields.
7244     Closes: #653575
7245   * Use a different temporary file per process on libcompat's vsnprintf()
7246     function to avoid race conditions from children after fork(3).
7247     Reported by Daniel Ruoso <daniel@ruoso.com>. Closes: #655411
7248   * Fix start-stop-daemon --exec and --name options on FreeBSD, NetBSD and
7249     OpenBSD by swapping the process matching implementations.
7250   * Fix start-stop-daemon --name option on GNU/Hurd to match the process name.
7251   * Document in more detail the implications of start-stop-daemon matching
7252     options. Closes: #367608
7253   * Improve and clarify dpkg-shlibdeps superfluous linking warning messages.
7254     Based on a patch by Peter Eisentraut <petere@debian.org>. Closes: #656496
7255   * Relax --merge-avail Packages file parser, to not fail on bogus versions.
7256   * When building only arch-indep binaries with «dpkg-buildpackage -A», name
7257     the .changes file using ‘all’ as architecture. Closes: #661638
7258   * Handle unknown architectures gracefully in dpkg-buildflags.
7259     Closes: #663004
7260   * Add missing --status-logger to dpkg --help output.
7261   * Do not print bogus errno string for invalid package names in dpkg
7262     --ignore-depends option.
7263   * Change dpkg-query to not load the available file by default for --list
7264     and --show, add a new --load-avail option to expose the old behavior.
7265   * Only allow setting selections via «dpkg --set-selections» for known
7266     packages (i.e. those present in either the status or available files).
7267   * Always ignore older versions when parsing the available file, not only
7268     for --update-avail and --merge-avail.
7269   * Mark not-installed non-arch-qualified selections for removal.
7270   * Add new «dpkg --assert-multi-arch» command to allow checking for
7271     multi-arch support availability.
7272   * Bump Standards-Version to 3.9.3 (no changes needed).
7273   * Add architecture consistency checks to «dpkg --audit».
7274   * Add new dpkg --add-architecture and --remove-architecture commands to
7275     track supported architectures.
7277   [ Raphaël Hertzog ]
7278   * Update Dpkg::Shlibs to look into multiarch paths when cross-building
7279     too. Closes: #595144
7280   * Rewrite architecture.mk with explicit loops instead of duplicating many
7281     similar lines. Based on a patch by Thorsten Glaser <tg@mirbsd.de>.
7282   * Modify dpkg-gencontrol and dpkg-distaddfile to grab a write lock
7283     on debian/control before updating debian/files to avoid simultaneous
7284     updates. Closes: #642608
7285     Add libfile-fcntllock-perl to dpkg-dev's Depends since we use this module
7286     to handle the locking.
7287   * Update dpkg-gensymbols(1) to clarify that -e accepts shell patterns
7288     expansions and not regular expressions. And let dpkg-gensymbols output a
7289     warning when a pattern doesn't match any file. Closes: #649248
7290   * Add new option "-a <arch>" to dpkg-checkbuilddeps to check build
7291     dependencies for another architecture. This is really basic for now since
7292     it assumes all build dependencies must be satisfied on the listed
7293     architecture. Closes: #648180 Thanks to Colin Watson for the patch.
7294   * Error out if a dpkg database .list file is not a regular file. LP: #369898
7295   * Fix dpkg-mergechangelogs to not error out on invalid versions.
7296     Closes: #651993
7297   * Fix dpkg-source --commit on "3.0 (quilt)" when an explicit patch file
7298     is given with a relative filename. Closes: #652414
7299   * Further clarify in dpkg-source(1) the conditions under which it's possible
7300     to pass an explicit patch file to dpkg-source --commit.
7301   * Add new --query-features command to dpkg-buildflags. Thanks to Kees Cook
7302     for the patch. Closes: #651481
7303   * Fix description of Multi-Arch in deb-control(5). Closes: #654453
7304     Thanks to Jakub Wilk for spotting the mistake.
7305   * Drop misleading spaces in deb-symbols(5) in the format description.
7306   * Clean up dpkg-architecture(1) dropping useless information and
7307     adding a reference to /usr/share/dpkg/architecture.mk.
7308   * Update dpkg-buildpackage to use the "build-arch" (for -B) and
7309     "build-indep" (for -A) targets unless "make -qn" says that they do not
7310     exist. Closes: #229357
7311   * Improve deb-shlibs(5) to mention that the dependency field must
7312     use the same syntax as a Depends field. Closes: #658696
7313   * Update dpkg-maintscript-helper(1) to recommend usage of the version
7314     removing/renaming a conffile with a "~" suffix as "priorversion"
7315     parameter. Thanks to Sam Morris <sam@robots.org.uk> for the patch.
7316     Closes: #658854
7317   * Fix debug output of dpkg-maintscript-helper. LP: #936340
7319   [ Jonathan Nieder ]
7320   * Bump po4a version in Build-Depends to 0.41, since earlier versions do
7321     not handle --srcdir correctly. Closes: #644370
7323   [ Guillem Jover, Steve Langasek, Raphaël Hertzog ]
7324   * Add new dpkg --print-foreign-architectures command.
7325   * Add support for virtual output binary:Package field.
7326   * Implement Multi-Arch support.
7328   [ Helge Kreutzmann ]
7329   * Fix a typo in man/dpkg-deb.1.
7331   [ Updated programs translations ]
7332   * German (Sven Joachim).
7333   * Italian (Milo Casagrande). Closes: #627832, #657849
7334   * Swedish (Peter Krefting).
7335   * French (Christian Perrier)
7336   * Polish (Michał Kułach). Closes: #658126
7338   [ Updated scripts translations ]
7339   * German (Helge Kreutzmann).
7340   * Spanish (Omar Campagne). Closes: #636238
7341   * Swedish (Peter Krefting).
7343   [ Updated man pages translations ]
7344   * German (Helge Kreutzmann), including typo fix in dpkg-genchanges
7345     Closes: #646496, sub optimal translation of package states LP: #368783
7346     and a fix by Chris Leick
7347   * Japanese (TAKAHASHI Motonobu).
7348   * Spanish (Omar Campagne). Closes: #643969
7349   * Swedish (Peter Krefting).
7350   * Minor errors corrected in French (thanks to David Prévot)
7351   * Fix translation of -B and -A options of dpkg-buildpackage.
7352     Thanks to Vincent Danjean. Closes: #654626
7354   [ Updated dselect translations ]
7355   * Dutch (Jeroen Schot). Closes: #651813
7357  -- Guillem Jover <guillem@debian.org>  Mon, 19 Mar 2012 07:27:12 +0100
7359 dpkg (1.16.1.2) unstable; urgency=medium
7361   [ Raphaël Hertzog ]
7362   * Fix another typo to correctly set DEB_*_ARCH_BITS in architecture.mk.
7363   * Set urgency to medium as changes are minor, and it should migrate
7364     quickly in case 1.16.2 comes soon.
7366   [ Jonathan Nieder ]
7367   * Update dpkg-buildflags(1) to note that the processor option
7368     -D_FORTIFY_SOURCE=2 is set in CPPFLAGS now instead of CFLAGS and
7369     CXXFLAGS. Closes: #646073
7371  -- Raphaël Hertzog <hertzog@debian.org>  Fri, 25 Nov 2011 11:18:30 +0100
7373 dpkg (1.16.1.1) unstable; urgency=low
7375   [ Raphaël Hertzog ]
7376   * Fix dpkg-source to not ignore the automatic patch when checking
7377     for unrecorded changes. Closes: #643148
7378   * Let dpkg-source --commit create debian/patches when required.
7379     Closes: #643037
7380   * Fix dpkg-buildflags --dump to return 0 as exit code and not 1.
7381   * Update dpkg-buildflags(1) to not include quotes in the examples
7382     setting DEB_BUILD_MAINT_OPTIONS.
7383   * Stop outputting build flags in dpkg-buildpackage as it confuses
7384     maintainers who are overriding them in debian/rules and who
7385     are not seeing the expected value in the build log.
7386   * Fix trigger setup code to not reset the status of packages
7387     when they are in a status different from triggers-awaited,
7388     triggers-pending or installed. Closes: #644492
7389   * Fix dpkg-source to ignore changes on debian/patches/.dpkg-source-applied
7390     when building a "2.0" source package. Closes: #642656
7391   * Fix buildflags.mk to re-export the environment variables that
7392     the maintainer can use to change the build flags. Closes: #644412
7394   [ Guillem Jover ]
7395   * Change dpkg-buildflags to set preprocessor option -D_FORTIFY_SOURCE=2
7396     in CPPFLAGS, instead of CFLAGS and CXXFLAGS. Closes: #642521, #643632
7397   * Fix typo to correctly set DEB_*_ARCH_BITS instead of DEB_*_ARCH in
7398     architecture.mk. Thanks to Thorsten Glaser <tg@mirbsd.org>.
7399   * Make dpkg-buildflags disable full relro (bindnow) if relro is not enabled.
7401  -- Guillem Jover <guillem@debian.org>  Fri, 14 Oct 2011 07:08:31 +0200
7403 dpkg (1.16.1) unstable; urgency=low
7405   [ Raphaël Hertzog ]
7406   * Dpkg::Deps: Implement new "reset" method and bump module version to 1.01
7407     due to this.
7408   * Improved description of --search in dpkg-query(1). Closes: #621066
7409     Thanks to Lars Buitinck <larsmans@gmail.com> for the patch.
7410   * Let update-alternatives fsync() its administrative files before
7411     moving them in place to avoid empty files with some filesystems.
7412     LP: #344019
7413   * Tighten the regexp used by dpkg-source to ignore the .pc directory of
7414     quilt. Thanks to Mike Hommey for noticing the problem.
7415   * Change behaviour of dpkg-source's --extend-diff-ignore to also
7416     extend the current diff-ignore if it has already been set.
7417   * Fix dependency checking code to consider a dependency on a virtual
7418     package provided by a package in triggers-pending status as satisfied.
7419   * Do not fail when encountering a pre-dependency in triggers-awaited state,
7420     instead process the awaited triggers. Closes: #526774
7421   * "any" no longer hides "all" in the Architecture field of a .dsc.
7422   * Fix dpkg --remove to really remove the triggers from the various
7423     internal files in /var/lib/dpkg/info/triggers/. Closes: #525160
7424   * Avoid a perl warning in dpkg-gensymbols when no symbols file has been
7425     generated (because it would have been empty). Closes: #626684
7426   * Re-enable the Package-List field but drop the Architecture column since we
7427     have no clear use case yet. It can always be added later on.
7428     Also drop the source line since it duplicates other fields.
7429     Closes: #619131
7430   * Add the extraction part of Dpkg::Source::Package to the supported API.
7431     Useful to extract source packages without having to depend on dpkg-source
7432     (and hence dpkg-dev).
7433   * Add the Dpkg::Vendor module to the supported API. Useful for lintian
7434     when dpkg-dev is absent.
7435   * Check presence of required parameters in dpkg-vendor. Closes: #628726
7436     Thanks to Niels Thykier <niels@thykier.net> for the patch.
7437   * Avoid a Perl warning in dpkg-buildflags when HOME is not set.
7438     Closes: #635467
7439   * dpkg-source can now also use debian/source/local-patch-header (that is not
7440     included in the generated source package) instead of
7441     debian/source/patch-header. Closes: #629582
7442   * Changed dpkg-source --after-build to automatically unapply patches that it
7443     has applied during --before-build.
7444   * Fix two possible causes for the assertion failure "pigp->trigpend_head".
7445     LP: #798793, #424358 Closes: #560251
7446   * Use "special" instead of "particular" to qualify the "3.0 (custom)" format
7447     in dpkg-source(1). Closes: #631435
7448   * Add some supplementary checks to ensure debian/control has the required
7449     fields. Closes: #631439
7450   * dpkg-gensymbols(1): document syntax of comments. Closes: #630996
7451   * Allow empty lines in symbols files to better delimit multiple libraries.
7452     Thanks to Cyril Brulebois <kibi@debian.org> for the patch.
7453   * dpkg: if "prerm upgrade" fails when downgrading, do not try to run
7454     "prerm failed-upgrade" with the prerm of the oldest prerm, it can't work
7455     around a bug of a newer prerm anyway.
7456   * dpkg: support new "interest-noawait" and "activate-noawait" trigger
7457     directives.
7458   * dpkg-buildflags(1): make it clear that DEB_*_(SET|APPEND) environment
7459     variables are meant for users and should not be used by packages.
7460   * update-alternatives: do not allow reusing a slave link in another
7461     slave alternative. Closes: #631547
7462   * Improve dpkg-source's logic to identify ignored files. Closes: #632168
7463   * Fix a small typo in dpkg-source(1). Closes: #632937
7464   * Reword the description of dpkg-source --before-build and --after-build
7465     to be clearer. Closes: #608260
7466   * dpkg-buildpackage no longer exports the compiler flags. Closes: #560070
7467     Packages must directly call dpkg-buildflags to retrieve them.
7468   * dpkg-buildflags supports a prepend command to modify the build
7469     flags. Particularly useful for package maintainers who don't want
7470     their supplementary flags to take precedence over user submitted
7471     flags.
7472   * Add new --dump action to dpkg-buildflags and make it the default action.
7473     Closes: #603435
7474   * dpkg-mergechangelogs now checks the return value of the close() call.
7475     Thanks to Niels Thykier <niels@thykier.net> for the patch. Closes: #633539
7476   * Similar changes to dpkg-shlibdeps and dpkg-gencontrol, also by Niels.
7477   * Fix update-alternatives to not remove a real file when dropping a
7478     symlink for a slave that's not provided by the new current choice.
7479     Closes: #633627
7480   * Improve dpkg-source's error message complaining about the lack
7481     of the upstream tarball. Closes: #634510
7482   * Add some common makefile snippets for use in rules files in
7483     /usr/share/dpkg/: default.mk, architecture.mk, buildflags.mk, pkg-info.mk,
7484     vendor.mk Closes: #606839
7485   * Fix the dpkg-divert test-suite to also skip test that would fail if run
7486     under root. Closes: #634961
7487   * Change merge conflict separators created by dpkg-mergechangelogs to match
7488     the usual norm of being composed of 7 characters. LP: #815700
7489   * With source format 2.0 and 3.0 (quilt), dpkg-source now fails by default
7490     when upstream changes have not been recorded in a quilt patch. The new
7491     --commit operation can be used to properly record the changes before-hand.
7492     LP: #797839
7493     And it fails before installing the automatic patch in debian/patches/
7494     Closes: #615899
7495   * dpkg-buildflags now supports "--export=configure" to output compilation
7496     flags on a single line with double quotes as delimiter of the various
7497     values. It also uses DEB_<flag>_MAINT_<op> to let the maintainer
7498     extend the build flags to use. Last but not least, it can now also strip
7499     options from the returned build flags.
7500   * Fix possible segfault of dpkg in findbreakcycle(). LP: #733414
7501   * dpkg-source now properly cleans up the temporary tarball generated for
7502     native formats in case of unexpected interruption. Closes: #631494
7503   * Fix simplification logic of union dependencies. Closes: #637564
7504   * Fix dpkg's handling of a hardlink pointing to a conffile. Closes: #638291
7505   * Add example of extend-diff-ignore's usage in dpkg-source(1).
7506     Closes: #640198
7507   * dpkg-buildflags now returns hardening flags by default. Closes: #489771
7508     They can be individually enabled/disabled via DEB_BUILD_MAINT_OPTIONS,
7509     see dpkg-buildflags(1). Thanks to Kees Cook for his help.
7511   [ Guillem Jover ]
7512   * Install deb-src-control(5) man pages in dpkg-dev. Closes: #620520
7513   * Add ‘.gitmodules’ to the default dpkg-source ignore lists. Closes: #620490
7514   * Document in dpkg-query(1) man page that on --listfiles each list of
7515     files per package name is separated by a blank line. Same goes for
7516     --status and --print-avail.
7517   * Use execvp(3) unconditionally in command_exec(). Making the call always
7518     fallback to use the system shell in case of error, such as with empty
7519     maintainer scripts. Thanks to Jonathan Nieder <jrnieder@gmail.com>.
7520     Closes: #622094
7521   * Improve deb-split(5) format description by splitting debian-split
7522     member contents into a list.
7523   * Switch to debhelper compatibility level 7.
7524     - Use dh_prep instead of deprecated “dh_clean -k”.
7525   * Bump Standards-Version to 3.9.2 (no changes needed).
7526   * Generate filenames following current conventions on “dpkg-split --join”,
7527     by including the architecture in the debian-split member of a split
7528     package and using underscores to separate filename parts.
7529   * Support conffiles with spaces when diffing them. Closes: #147583
7530   * Allow installing packages with bogus versions with new
7531     --force-bad-version.
7532   * Do not fail when unpacking a diverted hardlink. Closes: #245322
7533     Based on a patch by Christopher Baines <cbaines8@gmail.com>.
7534   * Document in dpkg-deb(1) that --fsys-tarfile will always process the
7535     input archive sequentially. Closes: #616609
7536   * Remove long non-functional --new and --old dpkg-deb option handling
7537     from dpkg which were being treated as dpkg commands.
7538   * Remove reference to --nocheck dpkg-deb option from dpkg man page as
7539     the latter does not pass it to the former.
7540   * Clarify the current dpkg behavior when running the dpkg-deb and
7541     dpkg-query back-ends, of not passing through back-end specific options
7542     when running them from dpkg. Closes: #610940
7543   * Use “unselected” as an adjective in dpkg output messages instead of
7544     “deselected”. Closes: #231089
7545   * Clarify exit status in dpkg-split and start-stop-daemon --help output.
7546   * Clarify “EXIT STATUS” section in man pages by using a table.
7547   * Add a --status command to start-stop-daemon returning LSB Init Script
7548     status action exit codes.
7549   * Add start-stop-daemon process name kernel limits for Solaris, NetBSD,
7550     OpenBSD, FreeBSD and Darwin.
7551   * On package removal, keep only directories actually containing conffiles,
7552     and not directories just matching the substring in the conffile or the
7553     directory itself. Thanks to Ondřej Surý <ondrej@debian.org>.
7554   * On purge correctly remove symlinks acting as directories, when they are
7555     not being used by any other package's files.
7556   * Do not lose track of parent directories on removal so that they can
7557     be properly cleaned up on purge if not used by any other package.
7558     Based on a patch by Ondřej Surý <ondrej@debian.org>. Closes: #454694
7559   * Add ‘.hgsigs’ to the default dpkg-source ignore lists.
7560     Based on a patch by Jakub Wilk <jwilk@debian.org>. Closes: #627462
7561   * Do not allow blank lines in field values. Closes: #308082
7562   * Do not warn on missing architecture on packages in config-files state,
7563     but then make sure the architecture field is usable. Closes: #604241
7564   * Run du with --apparent-size when generating the Installed-Size field in
7565     dpkg-gencontrol to get consistent results independent of build system.
7566     Thanks to Ludovic Brenta <ludovic@ludovic-brenta.org>. Closes: #630533
7567   * Do not fail to unpack shared directories missing on the file system
7568     from packages being replaced by other packages. Closes: #631808
7569   * Do not require programs to define thisname, provide two new functions
7570     to handle the program name (dpkg_set_progname and dpkg_get_progname).
7571     Closes: #631757
7572   * Man pages cleanup:
7573     - Rename “USAGE” dselect(1) section to “ACTIONS” and clarify they can
7574       be performed interactively or from command line.
7575     - Add missing built-in methods to dselect(1).
7576     - Add missing escaping to field dashes in deb-control(5).
7577     - Use dashes instead of underscores for variable text.
7578     - Clarify that several front-end fields are not dselect specific in
7579       dpkg-query(1).
7580     - Use [option...] instead of [options] and friends.
7581     - Use italics or bold instead of surrounding the text with <>.
7582     - Correctly format text with bold and italics.
7583     - Use minus signs and hyphens consistently in man pages.
7584     - Fix reference to /etc/dpkg/dselect.cfg.d instead of dpkg.cfg.d in
7585       dselect(1).
7586     - Add missing optional group|gid --chuid argument in start-stop-daemon(8).
7587   * Refer to Sources and Packages files as part of a repository instead of
7588     as being of exclusive use or owned by APT, which has never been the case.
7589   * Unify somewhat dpkg-maintscript-helper --help output with other commands.
7590   * Add build-indep and build-arch targets as aliases for build in
7591     debian/rules.
7592   * Use the perl interpreter found by configure to call dpkg-architecture.pl
7593     in the m4 DPKG_ARCHITECTURE macro.
7594   * Add new --verbose option to dpkg-deb and change --extract to honor it.
7595     Closes: #293280
7596   * Add new --raw-extract option to dpkg-deb combining --control and
7597     --extract. Closes: #552123
7598   * Defer hardlink renames so that there's never a point were the new
7599     file contents are accessible from the final path before they have
7600     been fsync()ed and cannot be executed causing ETXTBSY when trying
7601     to open the to be installed paths for writing.
7602     Thanks to Jonathan Nieder <jrnieder@gmail.com>. Closes: #635683
7603   * Clarify the default dpkg-deb compression-levels on the man page.
7604   * Clarify dpkg --update-avail usage error message. Closes: #628055
7605   * Change Dpkg::Compression default values depending on the compressor
7606     used, and as such dpkg-source inherits this functionality.
7607     Prompted by Timo Juhani Lindfors <timo.lindfors@iki.fi>.
7608   * Print an actual error or warning message instead of assert()ing on
7609     readlink()/stat() size discrepancies. Closes: #639229
7610   * Update alternative links only if they change. This allows for a
7611     read-only file system and a writable database. Closes: #636700
7612     Based on a patch by Salvatore Bonaccorso <carnil@debian.org>.
7613   * Fix double “error:” string in dpkg missing PATH error output.
7614     Closes: #639997
7615   * Do not warn on strange timestamps when unpacking with dpkg-deb.
7616     Closes: #640298
7617   * Reduce dpkg-trigger binary size by refactoring libdpkg modules so that
7618     it does not end up pulling triglib.
7619   * Reduce dpkg-deb binary size by refactoring libdpkg modules so that it
7620     does not end up pulling triglib.
7621   * Do not fail on --compare-version when generating parse warnings.
7622     Existing packages with invalid versions should not fail on their
7623     maintainer scripts due to that.
7624   * Use the user name (instead of the user id) when setting the supplementary
7625     groups in start-stop-daemon. Closes: #641834
7626   * Use --srcdir and --destdir po4a options, and bump Build-Depends version
7627     to 0.36.4.
7629   [ Updated programs translations ]
7630   * German (Sven Joachim). Closes: #620312
7631   * Swedish (Peter Krefting).
7632   * French (Christian Perrier).
7634   [ Updated man pages translations ]
7635   * French (Christian Perrier).
7636   * German (Helge Kreutzmann) including improvement by "Flo".
7637   * Swedish (Peter Krefting).
7639   [ Updated scripts translations ]
7640   * French (Christian Perrier, Sylvestre Ledru). Closes: #637096
7641   * German (Helge Kreutzmann).
7642   * Swedish (Peter Krefting).
7644  -- Guillem Jover <guillem@debian.org>  Fri, 23 Sep 2011 06:00:11 +0200
7646 dpkg (1.16.0.3) unstable; urgency=medium
7648   * Allow again Priority field values not known to dpkg. Regression
7649     introduced in 1.16.0.
7651  -- Guillem Jover <guillem@debian.org>  Wed, 04 May 2011 10:01:30 +0200
7653 dpkg (1.16.0.2) unstable; urgency=high
7655   * Fix dpkg-split --auto to not fail when opening the new depot file.
7656   * Fix dpkg-split to correctly set the last part split size.
7657   * Fix build failure on DEB_BUILD_OPTIONS=noopt due to a missing <locale.h>
7658     include in gettext.h needed by the gettext context functions.
7660  -- Guillem Jover <guillem@debian.org>  Sat, 16 Apr 2011 00:14:15 +0200
7662 dpkg (1.16.0.1) unstable; urgency=low
7664   [ Raphaël Hertzog ]
7665   * Fix regression affecting dpkg -R. Closes: #620636
7666   * Don't fail during unpack if the system doesn't support changing timestamps
7667     of symlinks. Closes: #620679
7669  -- Guillem Jover <guillem@debian.org>  Tue, 05 Apr 2011 07:28:20 +0200
7671 dpkg (1.16.0) unstable; urgency=low
7673   [ Guillem Jover ]
7674   * Use DPKG_MAINTSCRIPT_PACKAGE environment variable as package name on
7675     dpkg-divert when no --package or --local options have been specified.
7676   * Do not allow versions starting with non-digit when doing strict parsing,
7677     warn otherwise.
7678   * Update dpkg(1) to note that --status-fd output does not contain newlines
7679     in error messages anymore (this was fixed in 1.15.0).
7680   * Add a new --status-logger option to dpkg, similar to --status-fd but
7681     instead invoke the command ourselves and feed the status information
7682     to its standard input. Suggested by Raphaël Hertzog.
7683   * Add missing space in update-alternative --set-selections output.
7684   * Add missing options to update-alternative --help output.
7685   * Count “conffile name is duplicated” for dpkg-deb warning count summary.
7686   * Improve and clarify strings for translation. Closes: #604914
7687   * Prefix all fatal error messages with “error: ”.
7688   * Do not check presence of update-rc.d in the PATH in dpkg, as it's not
7689     a program needed for dpkg correct operation.
7690   * Fix dpkg -GEO options on multiple versions of the same packages.
7691     Closes: #31141
7692   * Propagate --admindir to programs run from maintainer scripts.
7693     Closes: #97076
7694   * Do not fail when trying to remove the root directory. This will only
7695     happen either on distributions where dpkg is a foreign package manager,
7696     or on artificial dpkg databases.
7697   * Always warn when parsing any package control data which does not have
7698     an Architecture field except for status and status log files when
7699     packages are not-installed or half-installed.
7700   * By default reject installing packages w/o an Architecture field. They
7701     now need --force-architecture, dpkg will still warn about them though.
7702   * Fix build failure when passing --disable-nls to configure.
7703   * Do not segfault on “dpkg -i --no-act”.
7704   * Add missing semicolon to the vsnprintf() compat declaration.
7705     Thanks to Robert Millan. Closes: #612203
7706   * On install for Ubuntu adjust the i386 GNU cpu name in cputable.
7707     Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #611741
7708   * Sync the info database directory on unpack instead of the temporary
7709     control information directory, and print the correct pathname on error
7710     instead of the last file acted on that directory.
7711   * Document in dpkg-query --help output and man page that --list and --show
7712     arguments are optional.
7713   * Do not read and write the available file unnecessarily.
7714     Thanks to Michel Lespinasse <walken@zoy.org>. Closes: #397121
7715   * Fix typo in «dpkg-name --overwrite» argument parsing so that it actually
7716     works at all. Thanks to Ivan Gagis <igagis@gmail.com>. LP: #728708
7717   * Add armhf support to ostable and triplettable. Closes: #594179
7718   * Set the modification time for unpacked symlinks on supported systems.
7719   * Fix undefined value usage in dpkg-genchanges when adding files w/o a
7720     matching architecture, because they are not present in debian/control,
7721     this is most commonly the case due to dpkg-distaddfile.
7722   * Terminate immediately on dpkg-divert rename errors instead of propagating
7723     up the error codes, this improves error reporting and avoids triggering
7724     leak detectors. Closes: #620380
7725   * When moving a diverted file across filesystems in dpkg-divert, remove
7726     the source file.
7727   * Fix large file support for .deb and split .deb in dpkg-deb, dpkg-split
7728     and dpkg on 32-bit architectures.
7730   [ Raphaël Hertzog ]
7731   * Fail properly when debian/source/format is empty. Closes: #600854
7732   * Add new deb-src-control(5) manual page documenting the debian/control
7733     file contained in source packages.
7734     - it documents the X[SBC]- prefix. Closes: #476335
7735     - it documents the VCS-* fields too. Closes: #483119
7736     Thanks to Oxan van Leeuwen <oxan@oxanvanleeuwen.nl> who wrote it
7737     as part of the Google Code In program.
7738   * Enhance dpkg-shlibdeps to not fail immediately when a library is not found.
7739     Instead continue and fail after all problems have been reported. Thanks
7740     to Chris Baines <cbaines8@gmail.com> for the patch. Closes: #596841
7741   * Fix dpkg-source to not list Debian packaging files as modified
7742     upstream files in Format "1.0" when unpacking to a non-standard
7743     directory.
7744   * Apply patch from Colin Watson to let dpkg-buildflags return -O3
7745     instead of -O2 when building ppc64 packages on Ubuntu. Closes: #612472
7746   * Add new function get_control_path() to Dpkg::Path, it wraps dpkg-query
7747     --control-path.
7748   * Update dpkg-shlibdeps to be multiarch-ready:
7749     - use get_control_path() to find symbols/shlibs files
7750     - parse correctly the output of dpkg --search
7751   * Small fix to support files >2GB in .deb on 64-bit systems. Closes: #616502
7752     Thanks to Martin Dorey <mdorey@bluearc.com> for the patch.
7753   * dpkg-source now keeps the file ordering in the autogenerated patch when
7754     regenerating it. Closes: #606080
7755     Thanks to Colin Watson for the patch.
7756   * dpkg-source now uses a timestamp retrieved from the filesystem when
7757     resetting the timestamp of patched files so that a time skew when using
7758     NFS doesn't introduce any inconsistency. Closes: #613023
7759     Thanks to Jonathan Nieder <jrnieder@gmail.com> for the patch and the
7760     diagnosis.
7761   * dpkg-source will now remove quilt's .pc directory when --unapply-patches
7762     is in use. Closes: #591858
7763   * dpkg-source is now a bit less strict when parsing patches:
7764     - it accepts seeing the same file twice; Closes: #608829
7765     - it doesn't match on the English text "No newline at end of file" as it
7766       might be translated in some cases. Closes: #612465
7767   * Improve parser in Dpkg::Control::Hash to not require an empty line
7768     before the PGP signature. Closes: #617923
7769     Thanks to Roger Leigh for the initial patch.
7770   * Fix a regression in dpkg-divert where using --rename led to a failure when
7771     the rename implies crossing file systems. Thanks to Durk Strooisma for
7772     spotting it.
7773   * Use the correct mtime when installing a file with statoverrides.
7774     Regression introduced in 1.16.0. LP: #739179
7775   * Remove duplicate word in german translation of dpkg(1). Closes: #616096
7776   * Strip repeated non-significant spaces before and after newlines
7777     in Uploaders. Closes: #598922
7778   * Ignore whitespaces after options in headers of changelog entries.
7779     Closes: #605719
7780   * Fix dpkg-source's regression with empty patches (introduced while fixing
7781     #613023). Closes: #619541
7783   [ Jonathan Nieder ]
7784   * Remove support for use of synchronous sync(2), due to its pernicious
7785     side-effects and to ease maintenance.
7786   * Clarify that an up-to-date dpkg only needs to be unpacked for
7787     dpkg-maintscript-helper to work.
7789   [ Steve Langasek ]
7790   * Add new variables to dpkg-architecture, DEB_HOST_MULTIARCH and
7791     DEB_BUILD_MULTIARCH, that return the "ideal" GNU triplet for each
7792     architecture which should be used as the path component for library
7793     installation.
7795   [ Mark Hymers ]
7796   * Add support for Built-Using field. Closes: #619311
7798   [ Updated programs translations ]
7799   * German (Sven Joachim).
7800   * Portuguese (Miguel Figueiredo).
7801   * Spanish (Javier Fernandez-Sanguino).
7802   * Swedish (Peter Krefting).
7804   [ Updated man pages translations ]
7805   * German (Helge Kreutzmann).
7806   * Swedish (Peter Krefting).
7808   [ Updated scripts translations ]
7809   * German (Helge Kreutzmann).
7810   * Swedish (Peter Krefting).
7812   [ Updated dselect translations ]
7813   * Spanish (Javier Fernandez-Sanguino).
7815  -- Guillem Jover <guillem@debian.org>  Fri, 01 Apr 2011 23:56:54 +0200
7817 dpkg (1.15.8.10) unstable; urgency=low
7819   * Do not segfault on “update-alternatives --auto” when the link group only
7820     has alternatives which are dangling symlinks. Closes: #611545
7822  -- Guillem Jover <guillem@debian.org>  Sun, 30 Jan 2011 20:28:27 +0100
7824 dpkg (1.15.8.9) unstable; urgency=low
7826   [ Raphaël Hertzog ]
7827   * Drop Breaks on konqueror to avoid some lenny -> squeeze upgrade
7828     problems. It was only needed to ensure install-info is installed
7829     even for partial upgrades. Closes: #610991
7830   * Do the same for all emacs/jed packages. For jed, the breaks has been
7831     rendered useless as the maintainers dropped the install-info dependencies
7832     anyway.
7834   [ Updated programs translations ]
7835   * Remove space before "…" in several Catalan strings (Jordi Mallach).
7836   * Romanian (Stan Ioan-Eugen).
7838  -- Raphaël Hertzog <hertzog@debian.org>  Mon, 24 Jan 2011 20:24:53 +0100
7840 dpkg (1.15.8.8) unstable; urgency=low
7842   [ Guillem Jover ]
7843   * Truncate the output part file on “dpkg-split -s”. Regression introduced
7844     with the C rewrite.
7846   [ Updated man pages translations ]
7847   * Two typos fixed in French (Christian Perrier, thanks to Julien
7848     Valroff).
7850   [ Raphaël Hertzog ]
7851   * Fix multiple security issues with dpkg-source (CVE-2010-1679):
7852     - Enhance checks to catch maliciously crafted patches which could modify
7853       files outside of the unpacked source package.
7854     - Do not consider a top-level symlink like a directory when
7855       extracting a tarball.
7856     - Exclude .pc while extracting the upstream tarball in 3.0 (quilt)
7857       as patch blindly writes in that directory during unpack (and would
7858       follow any existing symlink).
7860  -- Raphaël Hertzog <hertzog@debian.org>  Thu, 06 Jan 2011 21:04:33 +0100
7862 dpkg (1.15.8.7) unstable; urgency=low
7864   [ Guillem Jover ]
7865   * Defer symlink renames so that there's never a point were a symlink
7866     is broken, this is particularly important for shared libraries.
7867     Closes: #605536
7868   * On Linux use sync_file_range() to initiate asynchronous writeback
7869     of just unpacked files. Suggested by Ted Ts'o <tytso@mit.edu>.
7870     Thanks to Jonathan Nieder <jrnieder@gmail.com>. Closes: #605009
7871   * On non-Linux use posix_fadvise(POSIX_FADV_DONTNEED) to notify the kernel
7872     dpkg does not need the unpacked files any longer, and that it can start
7873     writeback to be able to evict them from the cache at a later point.
7874   * Fix stanza delimiting on -L, -s and -p output. This was making the output
7875     for multiple packages unrealiable to parse. Closes: #606315
7877   [ Updated programs translations ]
7878   * Basque (Iñaki Larrañaga Murgoitio). Closes: #607253
7879   * Catalan (Guillem Jover).
7880   * Czech (Miroslav Kure). Closes: #605099
7881   * Esperanto (Felipe E. F. de Castro). Closes: #607437
7882   * French (Christian Perrier).
7883   * German (Sven Joachim).
7884   * Indonesian (Arief S Fitrianto). Closes: #605248
7885   * Italian (Milo Casagrande). Closes: #607306
7886   * Japanese (Kenshi Muto). Closes: #607259
7887   * Norwegian Bokmål (Hans Fredrik Nordhaug).
7888   * Portuguese (Miguel Figueiredo). Closes: #605506
7889   * Russian (Yuri Kozlov). Closes: #607292
7890   * Simplified Chinese (Aron Xu).
7891   * Slovak (Ivan Masár). Closes: #607302
7892   * Spanish (Javier Fernandez-Sanguino).
7893   * Thai (Theppitak Karoonboonyanan). Closes: #607501
7895   [ Updated man pages translations ]
7896   * French (Christian Perrier).
7897   * German (Helge Kreutzmann).
7898   * Spanish (Omar Campagne).
7900   [ Updated dselect translations ]
7901   * Spanish (Javier Fernandez-Sanguino).
7903   [ Updated scripts translations ]
7904   * German (fix by Sven Joachim).
7905   * Spanish (Javier Fernandez-Sanguino).
7907  -- Guillem Jover <guillem@debian.org>  Mon, 20 Dec 2010 02:26:26 +0100
7909 dpkg (1.15.8.6) unstable; urgency=low
7911   [ Raphaël Hertzog ]
7912   * Ensure debian/source/local-options is always excluded from the source
7913     package even if the user provides customized -i or -I options.
7914     Closes: #597023
7915   * Fix Dpkg::Version's handling of version with a debian revision but an
7916     empty version (e.g. "-0.1"). Thanks to James Vega <jamessan@debian.org>
7917     for the patch. Closes: #597651
7918   * With "3.0 (quilt)" source package, create .pc/.quilt_series with the
7919     correct series file if the source package provides vendor specific patch
7920     sets.
7922   [ Guillem Jover ]
7923   * Disable by default usage of synchronous sync(2), as it causes undesired
7924     I/O on unrelated file systems. Closes: #588339, #595927, #600075
7925   * Add new --force-unsafe-io to disable safe I/O operations on unpack.
7926     Closes: #584254
7928   [ Updated man pages translations ]
7929   * French (Christian Perrier). Including a typo fix and a typographical
7930     change reported by Vincent Danjean. Closes: #601852
7931   * Spanish (Omar Campagne). Closes: #596519
7933   [ Updated programs translations ]
7934   * Basque (Iñaki Larrañaga Murgoitio). Closes: #599923
7935   * Catalan (Jordi Mallach).
7936   * Danish (Ask Hjorth Larsen). Closes: #600240
7937   * German (Sven Joachim). Improved by Holger Wansing.
7938   * Italian (Pietro Battiston). Fix translation of "however". Closes: #602518
7939   * Portuguese (Miguel Figueiredo). Closes: #596168
7940   * Romanian (Andrei Popescu). Closes: #604769
7941   * Russian (Yuri Kozlov). Closes: #595455
7942   * Vietnamese (Clytie Siddall). Closes: #598473
7944   [ Updated scripts translations ]
7945   * Catalan (Jordi Mallach).
7946   * German (Sven Joachim).
7948   [ Updated dselect translations ]
7949   * Catalan (Jordi Mallach).
7950   * German (Sven Joachim).
7952  -- Guillem Jover <guillem@debian.org>  Thu, 25 Nov 2010 07:10:48 +0100
7954 dpkg (1.15.8.5) unstable; urgency=low
7956   [ Guillem Jover ]
7957   * Do not print a warning when parsing status or status log files on
7958     half-installed packages w/o a Description or Maintainer field, as
7959     this happens normally when the package was never installed before.
7960     Closes: #594167
7961   * Improve git format documentation in dpkg-source(1).
7962     Thanks to Joey Hess, based on a patch by Tanguy Ortolo.
7963   * Clarify effect of “dpkg --purge” on homedir files in dpkg(1).
7964     Thanks to The Fungi <fungi@yuggoth.org>. Closes: #593628
7965   * Add gettext plurals infrastructure support.
7966   * Add gettext messages for plural forms. Closes: #594218
7967   * Fix possible but improbable segfault in update-alternatives in case
7968     the master file name contains a format string specifier. Reported by
7969     Sandro Cazzaniga.
7970   * Fix realloc usage on compat scandir() implementation.
7972   [ Raphaël Hertzog ]
7973   * Fix dpkg-genchanges to not split the short description in the middle of a
7974     UTF8 character. Closes: #593442
7975   * Drop -k parameter from the tar call used by dpkg-source to extract
7976     tarballs. Upstream binary files modified by the packager were not properly
7977     installed due to this. Thanks to James Westby for the report.
7978     Closes: #594440
7979   * Make dpkg Breaks: dpkg-dev (<< 1.15.8) so that older versions of dpkg-dev
7980     that did not depend on libdpkg-perl must be upgraded together with dpkg.
7981     Closes: #596417
7983   [ Helge Kreutzmann ]
7984   * Fix encoding of German addendum. Closes: #595643
7986   [ Updated programs translations ]
7987   * Esperanto (Felipe Castro). Closes: #596173
7988   * French (Christian Perrier).
7989   * German (Sven Joachim).
7990   * Indonesian (Arief S Fitrianto). Closes: #596657
7991   * Italian (Milo Casagrande). Closes: #592953, #595615
7992   * Japanese (Kenshi Muto). Closes: #595468
7993   * Korean (Changwoo Ryu). Closes: #595556
7994   * Norwegian Bokmål (Hans Nordhaug). Closes: #595208
7995   * Simplified Chinese (Aron Xu). Closes: #594513
7996   * Slovak (Ivan Masár). Closes: #595968
7997   * Swedish (Peter Krefting).
7998   * Thai (Theppitak Karoonboonyanan). Closes: #594011
8000   [ Updated man pages translations ]
8001   * French (Christian Perrier).
8002   * German (Helge Kreutzmann).
8003   * Swedish (Peter Krefting).
8005   [ Updated scripts translations ]
8006   * French (Christian Perrier). Includes a fix to a specific
8007     message translation that was imprecise. Closes: #596333
8008   * German (Helge Kreutzmann). Improved by Holger Wansing.
8009   * Norwegian Bokmål (Hans Fredrik Nordhaug). Closes: #595299
8010   * Spanish (Omar Campagne).  Closes: #596518
8011   * Swedish (Peter Krefting).
8012   * Russian (Yuri Kozlov). Closes: #595175
8014  -- Guillem Jover <guillem@debian.org>  Tue, 14 Sep 2010 01:26:21 +0200
8016 dpkg (1.15.8.4) unstable; urgency=low
8018   [ Guillem Jover ]
8019   * Fix use after free segfault on update-alternatives --remove-all.
8020     Closes: #591653, #591654
8021   * Always print a message on warning when parsing control files.
8022   * On database parsing only warn on bogus versions previously accepted,
8023     the other instances will keep producing errors, to avoid newly
8024     introduced bogosity. Closes: #590885, #590896, #591692, #591885
8025   * Fix compilation on Solaris and Darwin:
8026     - Link update-alternatives against libintl if libc does not have i18n
8027       support.
8028     - Include <limits.h> for _POSIX_MAX_PATH in update-alternatives.
8029     Thanks to Fabian Groffen <grobian@gentoo.org>.
8031   [ Raphaël Hertzog ]
8032   * Fix make -C man install so that it actually finds the manual pages
8033     to install. Closes: #591588
8034   * When analyzing the ELF format of a binary in dpkg-shlibdeps, fallback on
8035     usual objdump when the cross objdump failed. Closes: #591522
8037   [ Sven Joachim ]
8038   * Ensure removal of leftover backup .dpkg-tmp files after unpacking
8039     failures, when the backup is still a hard link to the original file.
8040     Closes: #591993
8042  -- Guillem Jover <guillem@debian.org>  Fri, 13 Aug 2010 06:02:10 +0200
8044 dpkg (1.15.8.3) unstable; urgency=low
8046   [ Raphaël Hertzog ]
8047   * Fix dpkg-divert test suite to cope with + and other special characters for
8048     regexps in the build directory name. Thanks to Jonathan Nieder for the
8049     patch and to Phil Kern for the report. Closes: #591182
8051   [ Guillem Jover ]
8052   * Fix buffer overflow in dpkg_ar_member_put_header causing it to write the
8053     header to fd 0 (instead of ar_fd) depending on the stack layout, affecting
8054     armel. Thanks to Phil Kern for the analysis and Reinhard Tartler for the
8055     initial patch. Closes: #591312
8057  -- Guillem Jover <guillem@debian.org>  Mon, 02 Aug 2010 10:38:07 +0200
8059 dpkg (1.15.8.2) unstable; urgency=low
8061   * Bump libdpkg-perl Depends on dpkg to 1.15.8, as it will break dpkg
8062     versions before that when installing and removing libdpkg-perl,
8063     because older update-alternatives and dpkg-divert require Dpkg.pm and
8064     Dpkg/Gettext.pm which will disappear due to the Replaces. Closes: #590867
8065     Thanks to Sven Joachim <svenjoac@gmx.de> for the analysis.
8066   * Allow specifying again absolute and relative paths for dpkg-buildpackage
8067     -r option. Closes: #591010
8069  -- Guillem Jover <guillem@debian.org>  Sat, 31 Jul 2010 04:20:01 +0200
8071 dpkg (1.15.8.1) unstable; urgency=low
8073   * Fix off-by-one error in update-alternatives that lead to an infinite loop
8074     while writing the administrative file. Closes: #590854
8076  -- Raphaël Hertzog <hertzog@debian.org>  Thu, 29 Jul 2010 21:18:16 +0200
8078 dpkg (1.15.8) unstable; urgency=low
8080   [ Raphaël Hertzog ]
8081   * Add new commands --before-build and --after-build to dpkg-source
8082     and modify dpkg-buildpackage to call them automatically at the
8083     start and at the end of the process. With "3.0 (quilt)" source packages
8084     this ensures patches are applied even in case of binary-only builds.
8085     Closes: #572526
8086   * Merge non-regression test for Ubuntu's specificities concerning
8087     changelog handling. Closes: #582389
8088   * Fix some copy-paste mistakes in dpkg-architecture(1). Thanks to Ian Fleming
8089     <iflema@yahoo.com.au> for the patch and Colin Watson for forwarding out of
8090     Launchpad. Closes: #582404 LP: #564308
8091   * Clarify description of dpkg --configure in dpkg(1). Thanks to Colin Watson
8092     for the patch and to Robert Persson for the report.
8093     Closes: #582406 LP: #77287
8094   * Fix the non-regression test lib/dpkg/test/t-ar.c by not overflowing the
8095     size of ar_name. Thanks to Colin Watson for the report, analysis and patch.
8096     Closes: #582401
8097   * Modify Dpkg::Shlibs::Objdump to use the cross objdump binary when cross
8098     compiling. Thanks to Loïc Minier for the initial patch. Closes: #578365
8099   * Make dpkg-maintscript-helper more robust when required parameters are
8100     missing. Closes: #582814
8101   * Clarify that dpkg-maintscript-helper rm_conffile needs the last version of
8102     the package that did not remove the obsolete conffile if this was not
8103     implemented at the time the file became obsolete. Closes: #582893
8104   * Enhance dpkg-maintscript-helper rm_conffile and mv_conffile to work
8105     properly when <lastversion> is not given (or is empty). Closes: #582819
8106   * Small fix in dpkg-gensymbols' handling of tags. Closes: #583656
8107     Thanks to Michael Tautschnig <mt@debian.org> for the report and the fix.
8108   * update-alternatives has been rewritten in C, the only feature change
8109     should be that it uses its own logfile /var/log/alternatives.log (rotated
8110     like dpkg.log).
8111   * Implement new --unapply-patches option for dpkg-source with source formats
8112     2.0 and 3.0 (quilt) that unapplies the patches after a successful build.
8113     This option can be put in debian/source/local-options in the package VCS
8114     repository for instance.
8115   * Implement new --abort-on-upstream-changes option for dpkg-source with
8116     source formats 1.0, 2.0 and 3.0 (quilt). It aborts every time that you try
8117     to build a source package which contains (unmanaged) changes to the
8118     upstream source code. Closes: #579012
8119   * dpkg-source now captures the output of patch and prints it on error so
8120     that the user can better diagnose what went wrong. Closes: #575304
8121   * Fix Dpkg::Changelog to cope properly with an entry of version "0".
8122     Add non-regression test for this. Closes: #587382
8123   * Add --export command to dpkg-buildflags to be used in shell with eval.
8124   * Modify source format "3.0 (git)" to use git bundles. Thanks to Joey Hess
8125     for the patch.
8126     The usage of git bundle avoids distributing cruft. Closes: #477954
8127     It's no longer needed to tell which branch contains the debian packaging,
8128     it uses automatically the one that was used at build-time. Closes: #534637
8129   * Pass --no-name option to gzip to avoid encoding the timestamp in the file
8130     so that the result is more predictable. Closes: #587724
8131     Also pass --rsyncable to make source packages more rsync friendly.
8132   * Replace dpkg-source's tar ignore pattern "*~" with "*/*~" to avoid
8133     matching on the top level directory. Closes: #588265
8134   * In source formats "2.0" and "3.0 (quilt)", make sure to remove the
8135     upstream-provided debian directory before copying the debian-provided
8136     version of that directory in place. Closes: #590297
8138   [ Guillem Jover ]
8139   * Require gettext 0.18:
8140     - Remove embedded gettext files from the repository, now properly
8141       installed by autopoint for all po/ directories.
8142     - Add versioned Build-Depends.
8143   * Fix variable usage after delete in dselect.
8144   * Change default configure admindir to LOCALSTATEDIR/lib/dpkg from
8145     LOCALSTATEDIR/dpkg, so that we can use a correct --localstatedir=/var.
8146   * Add two new dpkg options --path-exclude and --path-include for filtering
8147     files on package installation. This allows embedded systems to skip
8148     /usr/share/doc, manpages, etc. Based on work from Tollef Fog Heen and
8149     Martin Pitt, thanks! Closes: #68788, #68861, #497304, #525567, #583902
8150   * Remove obsolete internal status aliases “postinst-failed” for
8151     stat_halfconfigured and “removal-failed” for stat_halfinstalled.
8152   * Check version syntax when parsing it from libdpkg based programs.
8153     Closes: #574704
8154   * Rewrite mksplit in C, and merge it into dpkg-split.
8155   * Rewrite dpkg-divert in C.
8156   * Use linux-any wildcard for libselinux1-dev Build-Depends instead of
8157     using a list of negated architectures.
8158   * Use Breaks instead of Conflicts in dpkg, dpkg-dev and libdpkg-perl binary
8159     packages.
8160   * Move Dpkg.pm and Dpkg/Gettext.pm from dpkg to libdpkg-perl.
8161   * Bump Standards-Version to 3.9.1.
8162   * Detect when another process has locked the database, and mention that
8163     problematic dpkg --audit results might be due to ongoing operations.
8164     Closes: #80252
8165   * Add new dpkg --force-confask option that forces a conffile prompt when
8166     the conffile from the new package does not differ from the previous one.
8167     Thanks to Henning Makholm <henning@makholm.net>. Closes: #102609
8168   * On dpkg-divert --rename, check if the source file exists, and disable
8169     renaming if it does not. Closes: #550252
8170     As a side effect, this avoids useless errors when the destination
8171     directory is not existent or writable. Closes: #581544
8172   * Properly compute the longest package description from all to be displayed
8173     on “dpkg-query --list”, so that it does not get incorrectly trimmed.
8174   * Consistently use earlier/later instead of smaller/bigger when describing
8175     comparison relationships. Closes: #587641
8176   * Stop exporting DPKG_LIBDIR to maintainer scripts, no need for it anymore.
8177   * Assign correct SELinux label on non-regular files. Based on a patch by
8178     Russell Coker <russell@coker.com.au>. Closes: #587949
8179   * Add -F option to dpkg-buildpackage to be able to explicitly specify a
8180     normal full build and combine it with -nc. Closes: #547993
8181   * Add missing mentions of the Breaks field alongside the other fields
8182     sharing the same syntax in deb-control(5).
8183     Thanks to Osamu Aoki <osamu@debian.org>. Closes: #590472
8185   [ Updated programs translations ]
8186   * Catalan (Guillem Jover).
8187   * German (Sven Joachim).
8188   * Russian (Yuri Kozlov). Closes: #579149
8189   * Swedish (Peter Krefting).
8191   [ Updated man pages translations ]
8192   * German (Helge Kreutzmann).
8193   * Russian (Yuri Kozlov). Closes: #579149
8194   * Spanish (Omar Campagne).
8195   * Swedish (Peter Krefting).
8197   [ New scripts translation ]
8198   * Spanish (Omar Campagne).
8200   [ Updated scripts translations ]
8201   * French (Christian Perrier).
8202   * German (Helge Kreutzmann). Improved by Holger Wansing.
8203   * Russian (Yuri Kozlov). Closes: #579149
8204   * Swedish (Peter Krefting).
8206  -- Guillem Jover <guillem@debian.org>  Thu, 29 Jul 2010 09:37:35 +0200
8208 dpkg (1.15.7.2) unstable; urgency=low
8210   [ Raphaël Hertzog ]
8211   * Update dpkg-buildflags to respect $XDG_CONFIG_HOME and to use
8212     $XDG_CONFIG_HOME/dpkg/buildflags.conf by default.
8213   * Update deb-substvars(5) to codify how variables containing multiple
8214     lines must be managed.
8215   * Fix boolean evaluation of Dpkg::Version so that version 0 evaluates to
8216     false and dpkg-shlibdeps can strip the minimal version specification.
8217     Closes: #579724
8218     Document this behaviour in the API and add non-regression test to ensure
8219     it's kept.
8220   * Let dpkg-buildflags error out when a required parameter is missing.
8221     Closes: #579722
8222   * Add Bug-Ubuntu field in DEP-3 template provided in the automatic header
8223     of patches in 3.0 (quilt) source packages. Thanks to Benjamin Drung
8224     <bdrung@ubuntu.com> for the patch. Closes: #578002
8225   * Update deb-override(5) by removing references to usage of sections
8226     to place the packages on the mirrors and by indicating that the Debian
8227     policy offers a list of allowed values for section and priority.
8228     Closes: #575410
8229   * Update reference to triggers.txt.gz in dpkg-trigger(1) and deb-triggers(5)
8230     to match the new location. Closes: #580774
8231   * Drop mention of PKG_CONFIG_LIBDIR in dpkg-buildpackage(1), the feature has
8232     been removed in 1.15.6.
8233   * Rename /usr/lib/dpkg/maintscript-helper into
8234     /usr/bin/dpkg-maintscript-helper, it is a public interface even if working
8235     around known limitations.
8236   * Add "supports" command to dpkg-maintscript-helper to ensure the wanted
8237     command is supported before calling it.
8239   [ Guillem Jover ]
8240   * Add powerpcspe support to ostable and triplettable.
8241     Thanks to Sebastian Andrzej Siewior <sebastian@breakpoint.cc> and
8242     Kyle Moffett <Kyle.D.Moffett@boeing.com>. Closes: #568123, #575158
8243   * Fix dpkg --root by properly stripping again the root directory from the
8244     path of the maintainer script to execute. Closes: #580984
8245   * On Linux use sync() instead of an fsync() per file on deferred extraction,
8246     to workaround performance degradation on ext4. Closes: #578635
8248   [ Gerfried Fuchs ]
8249   * Fix syntax error in dpkg-name. Closes: #581315
8251  -- Guillem Jover <guillem@debian.org>  Wed, 19 May 2010 07:57:14 +0200
8253 dpkg (1.15.7.1) unstable; urgency=low
8255   * Fix dpkg-source -b (without -i) for source packages 1.0. Closes: #578693
8256     It was erroneously ignoring all changes because the ignore regex was
8257     wrong (due to the change to ignore debian/source/local-options).
8258   * Add missing call to textdomain() in dpkg-mergechangelogs to make
8259     translations work.
8261  -- Raphaël Hertzog <hertzog@debian.org>  Thu, 22 Apr 2010 08:05:20 +0200
8263 dpkg (1.15.7) unstable; urgency=low
8265   [ Raphaël Hertzog ]
8266   * Clarify the plan concerning dpkg-source, debian/source/format and
8267     the default source format in dpkg-source(1). Add a warning
8268     in dpkg-source to invite people to always create debian/source/format.
8269     We deprecate the fallback to "1.0" (it's there for backwards compatibility
8270     only) and debian/source/format is going to be mandatory at some point in
8271     the future. Closes: #553928
8272   * Add .gitattributes to list of files ignored by dpkg-source.
8273   * Document most common warnings and errors of dpkg-source in its manual
8274     page.
8275   * Let dpkg-source read options from debian/source/local-options as well but
8276     do not include that file in the generated source package.
8277   * Improve explanation of --all option in dpkg-parsechangelog(1). Thanks to
8278     Jari Aalto. Closes: #575706
8279   * Fix dpkg to not lose package metadata on filesystems where readdir()
8280     returns new files added after the opendir() call, btrfs in particular
8281     triggered the problematic behaviour. Closes: #575891
8282   * Tighten the regex used by dpkg-source to match the component name of
8283     supplementary tarballs so that underscore (_) are not allowed as it was
8284     supposed to be.
8285   * Introduce a new script called dpkg-buildflags: its purpose is to retrieve
8286     compilation flags and it should be used within debian/rules to pass
8287     the right compilation flags to the build process. dpkg-buildpackage still
8288     exports them to not break packages currently relying on them but packages
8289     should now start using dpkg-buildflags instead. Closes: #560070
8290   * For Ubuntu set default value of LDFLAGS to -Wl,-Bsymbolic-functions.
8291   * Cleanup some old Conflicts/Replaces, thanks to Helge Kreutzmann.
8292   * Modify dselect to treat all unknown package as known and marked for purge.
8293     This is a temporary work-around so that dselect doesn't try to reinstall
8294     packages of priority > standard that were removed or not installed. Thanks
8295     to Robert Luberda for the patch. Closes: #559519, #556889
8296   * dpkg now exports DPKG_MAINTSCRIPT_NAME to maintainer scripts with the
8297     type of maintainer script currently running (preinst, postinst, prerm,
8298     postrm). Closes: #546577
8299   * dpkg now exports DPKG_LIBDIR to maintainer scripts pointing to the
8300     private directory containing internal programs like the upcoming
8301     maintscript-helper.
8302   * Add $DPKG_LIBDIR/maintscript-helper program that can be used in
8303     maintainer scripts to perform common operations working around
8304     current dpkg limitations: first version supports removing obsolete
8305     conffiles and renaming conffiles. Closes: #514316
8306   * Fix "dpkg-scansources -e", it was calling a non-existing function.
8307     Closes: #578162
8308   * Add new script dpkg-mergechangelogs to do 3-way merges of Debian
8309     changelogs. Add libalgorithm-merge-perl to Recommends for the
8310     benefit of this script.
8312   [ Colin Watson ]
8313   * Modern tar files typically use NormalFile1 rather than NormalFile0 for
8314     file objects. A typo meant that the former never triggered rename
8315     deferral. Closes: #577756
8316   * Use the new list of files on rename deferral instead of old one, so that
8317     newly added files get installed.
8319   [ Guillem Jover ]
8320   * Report deferred trigger errors on status-fd. Closes: #574599
8321     Thanks to Michael Vogt <michael.vogt@ubuntu.com>.
8322   * When creating hard links to normal files on extraction use the .dpkg-new
8323     filename for source as the file is not yet in place due to the rename
8324     deferral. Thanks to Colin Watson for the initial patch.
8325   * Do not output the Package-Type field on udeb.
8326   * Fix versioned Replaces to not produce file overwrite errors on downgrades.
8327     Closes: #568566
8328   * Fix installation of replaced and replacing packages in reverse order
8329     (first the replacing then the replaced) for which the replaced package
8330     is supposed to get disappeared, to disappear the correct package and not
8331     lose track of the ownership of the replaced files.
8333   [ Updated programs translations ]
8334   * German (Sven Joachim).
8336   [ Updated dselect translations ]
8337   * German (Sven Joachim).
8339   [ Updated man pages translations ]
8340   * German (Helge Kreutzmann).
8342   [ Updated scripts translations ]
8343   * German (Helge Kreutzmann).
8345  -- Guillem Jover <guillem@debian.org>  Wed, 21 Apr 2010 04:05:55 +0200
8347 dpkg (1.15.6.1) experimental; urgency=low
8349   [ Guillem Jover ]
8350   * Fix two memory leaks introduced in 1.15.6.
8351   * Always use C99 variadic macros, as the build requires them anyway, we
8352     avoid exposing the configure variable HAVE_C99 on installed headers.
8353   * Use __attribute__ keyword depending on compiler support, we avoid
8354     exposing the configure variable HAVE_C_ATTRIBUTE on installed headers.
8355   * Do not allow a --retry schedule in start-stop-daemon where forever is
8356     the last item, as it needs something to repeat over. Closes: #570938
8357   * Show dselect dependency/conflicts resolution screen again, by switching
8358     the code to use STL's min() and max() instead of preprocessor macros, to
8359     avoid multiple evaluation of arguments. Regression introduced in 1.15.6.
8360     Based on a patch by Robert Luberda <robert@debian.org>. Closes: #574816
8361   * Defer the fsync and rename for normal files in tar extraction so that
8362     it's done in one pass afterwards, to avoid massive I/O degradation due to
8363     the serialization from each write + fsync. This restores extraction times
8364     to numbers closer to the ones before the fsync patch introduced in 1.15.6.
8366   [ Raphaël Hertzog ]
8367   * Accept source packages without "Format" field for compatibility with very
8368     old source packages. Thanks to Colin Watson for the report and the patch.
8369     Closes: #574097
8371   [ Updated programs translations ]
8372   * French (Christian Perrier).
8373   * Swedish (Peter Krefting).
8375   [ Updated scripts translations ]
8376   * Swedish (Peter Krefting).
8378  -- Guillem Jover <guillem@debian.org>  Wed, 24 Mar 2010 13:56:28 +0100
8380 dpkg (1.15.6) experimental; urgency=low
8382   [ Raphaël Hertzog ]
8383   * debian/control: Add the accent on my first name.
8384   * Perl API cleanup:
8385     - rename Dpkg::Deps dump() methods into output([$fh]), overload string
8386       representation ("$dep") to provide the result of $dep->output()
8387     - prefix public functions in Dpkg::Deps with deps_ and export them
8388       by default
8389     - rename Dpkg::Source::Compressor in Dpkg::Compression::Process
8390     - rename Dpkg::Source::CompressedFile in Dpkg::Compression::FileHandle
8391       and completely redesign its API
8392     - update Dpkg::Compression's API to use compression_* functions
8393       instead of granting direct access to variables, integrate
8394       there management of default compression
8395     - introduce Dpkg::Interface::Storable and update many modules
8396       to make use of it
8397     - update Dpkg::BuildOptions to provide an object-oriented interface
8398     - update Dpkg::Checksums to provide an object-oriented interface
8399   * Drop debian-maintainers from Suggests since it's obsolete, the
8400     corresponding keyring is in debian-keyring.
8401   * Merge support of symbol patterns in dpkg-gensymbols. Thanks to
8402     Modestas Vainius for his work (see further for more details).
8403   * Accept filename with spaces and colon in the output of objdump.
8404     Required so that dpkg-shlibdeps support such files properly.
8405     Thanks to Raphaël Geissert for the patch. Closes: #565712
8406   * When unpacking a "3.0 (quilt)" source package, tell quilt where
8407     patches are (to be) stored. Requires quilt >= 0.48-5 to work.
8408     Closes: #557619
8409   * Fix update-alternatives to not try to reinstall an unknown alternative
8410     when the link group is broken, instead switch to the best choice in
8411     automatic mode. Closes: #566406
8412   * Don't return duplicate bug numbers in Launchpad-Bugs-Fixed:.
8413     Thanks to Brian Murray <brian@ubuntu.com> for the report
8414     and the patch. Closes: #569618
8415   * Add $VERSION numbers to all perl modules. Closes: #465256
8416     1.00 and higher means that the API should be stable
8417   * While parsing diff's output, accept any sentence that contains the word
8418     differ (as specified by POSIX) to identify that binary files could not be
8419     compared. Closes: #570008
8420   * dpkg-gencontrol does no longer accept arch-specific dependencies in
8421     arch: all packages. Closes: #560071
8422   * dpkg-gencontrol no longer warns if a substitution variable provided by -V
8423     is not used (the warning is meant to catch unused substitutions coming
8424     from the file, those are package specific with debhelper). Closes: #557133
8425   * dpkg-gencontrol now indicates which package is concerned by the substvars
8426     warning that it displays. Closes: #566837
8427   * dpkg-buildpackage now supports options --source-option=<opt> and
8428     --changes-option=<opt> to forward arbitrary options to dpkg-source and
8429     dpkg-genchanges respectively. Closes: #566230
8430   * The -T option of dpkg-{source,gencontrol,genchanges} can now be used
8431     multiple times to read substitution variables from multiple files.
8432     Closes: #363323
8433   * dpkg-source now supports an option --create-empty-orig in formats
8434     "2.0" and "3.0 (quilt)" to auto-create the main original tarball when
8435     there are supplementary tarballs. This makes it easier to bundle
8436     multiple software together. Closes: #554488
8437   * dpkg-source supports long option names --diff-ignore and --tar-ignore for
8438     -i and -I. A new option --extend-diff-ignore is introduced. Those options
8439     can thus now be used in debian/source/options.
8440   * Generate manual pages for perl modules.
8441   * Introduce the libdpkg-perl package and clarify its status in README.api.
8442   * Update Standards-Version to 3.8.4 (no changes needed).
8443   * Drop unused lintian override for arch-dep-package-has-big-usr-share on
8444     dselect.
8445   * The rewritten Dpkg::Checksums deals properly with filenames with
8446     spaces. Closes: #572030
8447   * dpkg-source does no longer fallback to other source formats if the
8448     requested one is not usable. Closes: #557459
8449   * Modify dpkg-source to error out when it would apply patches containing
8450     insecure paths (with "/../") and also error out when it would apply a
8451     patch through a symlink. Those checks are required as patch will happily
8452     modify files outside of the target directory and unpacking a source package
8453     should not be able to have any side-effect outside of the target
8454     directory. Fixes CVE-2010-0396.
8455   * Also error out when the quilt series contains a path with "/../" as this
8456     can cause patch to create files outside of the source package due
8457     to the -B .pc/$path option that it gets.
8459   [ Guillem Jover ]
8460   * Handle argument parsing in dpkg-checkbuilddeps and dpkg-scanpackages
8461     in a way consistent with the rest of the tools.
8462   * Recognize --help in addition to -h in dpkg-checkbuilddeps.
8463   * Add a --version option to dpkg-checkbuilddeps.
8464   * Improve and mark more messages in writedb() to make translators lives
8465     easier. Closes: #408525
8466   * Improve update-alternatives --display output to use two leading spaces
8467     for current link and slave information. Use single quotes for both “best”
8468     and the alternative it's pointing to. Closes: #549167
8469   * Refer to “half configured” instead of “failed config” in «dpkg-query -l»
8470     header and dselect package status printing for consistency.
8471   * Make “dpkg-statoverride --quiet” actually do something, and quiesce
8472     most of the innocuous warning messages. Closes: #403211
8473   * Make “dpkg-statoverride --update --add” fail if it cannot update the
8474     mode and owner of the file. This would fail later on when dpkg itself
8475     applies the overrides, so better to signal this earlier.
8476   * Add sparc64 to cputable. Thanks to Aurelien Jarno <aurel32@debian.org>.
8477     Closes: #560010
8478   * Do not allow diverting a file to itself, which makes the file to get
8479     removed. Closes: #312206
8480   * Make the check for duplicate fields in a stanza in libdpkg actually work,
8481     which now makes it fatal, as was intended originally. This should not
8482     cause problems for anything using dpkg-dev to build packages as those
8483     are already fatal on that case.
8484   * Add new deb-split(5) man page.
8485   * Fix misspellings of “explicitly” all over the place.
8486   * Normalize ar member names when reading (removing trailing spaces and
8487     slash), this allows deb-split packages be created with GNU ar.
8488   * Validate compression level on dpkg-deb argument parsing.
8489   * Fix error handling, clean up and refactor compression code.
8490     Thanks to Jonathan Nieder for several of the patches.
8491   * Do not print unambiguous epoch on dpkg file overwrite error.
8492   * Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn().
8493   * Change dpkg-dev to Depend on perl instead of perl5 and perl-modules.
8494   * Fix small memory leaks related to scandir() in dpkg-deb and libdpkg.
8495   * Fix dpkg-query and dpkg-trigger to actually print a version on --version.
8496   * Always spawn a new shell on conffile prompt, instead of supporting
8497     self backgrounding, remove DPKG_NO_TSTP environment variable support.
8498     Closes: #38334
8499   * Set DPKG_SHELL_REASON, DPKG_CONFFILE_OLD and DPKG_CONFFILE_NEW environment
8500     variables when spawning a shell for conffile examination. Closes: #60329
8501     Thanks to Daniel Martin <Daniel.Martin@jhu.edu> for the idea.
8502   * Add support for disabling update-alternatives at configure time using
8503     --without-update-alternatives.
8504   * Add support for disabling install-info at configure time using
8505     --without-install-info.
8506   * Update debian/copyright.
8507   * Use Debian instead of ‘Debian GNU/Linux’ when referring to the
8508     distribution.
8509   * On dpkg --no-act with --install, --unpack or --record-avail, and
8510     dpkg-deb --info or --field use mkdtemp() to create a temporary directory
8511     instead of insecure tempnam() or tmpnam() functions.
8512   * Remove --license and --licence options from tools.
8513   * Securely remove newly installed files when rolling-back a failed unpack.
8514   * Change default lzma compression level from 9 to 6.
8515     Thanks to Jonathan Nieder for the initial patch.
8516   * Add support for xz compressed data.tar member of binary packages. Add
8517     xz-utils to dpkg's Pre-Depends. Closes: #542160
8518     Thanks to Jonathan Nieder for the initial patch.
8519   * Use xz command to handle lzma compressed files in dpkg and dpkg-dev.
8520     This removes the lzma package from both dpkg and dpkg-dev dependencies.
8521   * Do not set PKG_CONFIG_LIBDIR in dpkg-buildpackage when cross-building.
8522     The proper solution to this is to let the build system choose the
8523     appropriate pkg-config binary for the build or host system in the same
8524     way pkg.m4 is handling it now. Closes: #551118
8525   * Dynamically link against all external libraries. This includes libbz2
8526     and zlib for dpkg-deb and libselinux for dpkg on GNU/Linux.
8527   * Mark the libdpkg.a API as volatile and require any possible users to set
8528     LIBDPKG_VOLATILE_API to acknowledge that fact.
8529   * Add a new libdpkg-dev package with the headers and the static library,
8530     although its API should be considered volatile.
8531   * Reorganize the doc contents that goes into each package:
8532     - README.multicd only in dselect.
8533     - README.api only in development packages, dpkg-dev and libdpkg-dev.
8534     - triggers.txt only in dpkg-dev.
8535   * Move source.lintian-overrides to debian/source/lintian-overrides.
8536   * Switch SELinux support to explicitly set path context. This fixes the
8537     mislabeling of files under <admindir> on conffile extraction or on unpack
8538     errors, due to improper default context restoration. Closes: #498438
8539   * Use FIEMAP when available (on Linux based systems) to sort the .list
8540     files loading order. With a cold cache it improves up to a 70%.
8541     Thanks to Morten Hustveit <morten@debian.org>.
8542   * When FIEMAP is not available use posix_fadvise() to start preloading the
8543     .list files before loading them. With a cold cache it improves up to 40%.
8544     Thanks to Stefan Fritsch <sf@sfritsch.de>. Closes: #557560
8545   * Call fsync(2) after writing files on disk, to get the atomicity
8546     guarantees when doing rename(2). Based on a patch by
8547     Jean-Baptiste Lallement <jeanbaptiste.lallement@gmail.com>.
8548     Closes: #430958
8549   * Call fsync(2) on database directories after creating, renaming or
8550     unlinking files, to guarantee the new file entry is correctly listed
8551     in the directory. Base on a patch by
8552     Jean-Baptiste Lallement <jeanbaptiste.lallement@gmail.com>.
8553   * Document in the man page the effects of setting TMPDIR for dpkg and
8554     dpkg-deb, HOME for dselect and dpkg and PAGER for dpkg. Closes: #572836
8555   * Document the exit codes for dpkg-query. Closes: #571798
8556   * Document “dpkg-query -l” abbreviated state information in the man page.
8557     Based on a patch by Marc-Jano Knopp <pub_br_debian.org@marc-jano.de>.
8558     Closes: #383869
8559   * Honor LINGUAS environment variable when installing translated man pages.
8560   * Allow disabling at configure time Unicode ncurses support for dselect.
8561     Based on a patch by Yuri Vasilevski <yvasilev@gentoo.org>.
8563   [ Modestas Vainius ]
8564   * Implement symbol patterns (Closes: #563752). From now on, it is possible to
8565     match multiple symbols with a single entry in the symbol file template.
8566     While the concept is not new (wildcards also match multiple symbols),
8567     patterns cover much more ground and are a lot more flexible. Together with
8568     the framework, 3 basic pattern types are supported:
8569     - c++ - matching C++ symbols by their demangled name (as emitted by
8570       c++filt);
8571     - symver - matching by symbol version. It replaces the wildcards feature
8572       which is still supported for backwards compatibility but is reimplemented
8573       on top of the new framework;
8574     - regex - matching symbol names with perl regular expression.
8575     Basic patterns may be combined where it makes sense.
8576   * As a positive side effect of the new symbol patterns implementation,
8577     patterns are now treated like normal symbols whenever possible, e.g. a
8578     pattern is MISSING if it does not match anything. As a result,
8579     dpkg-gensymbols is now able to detect NEW/MISSING symbols when patterns are
8580     present in the symbol file (Closes: #541464). Please note, however, that
8581     there is no way to detect symbol changes in the pattern match sets.
8582   * Add source version to the dpkg-gensymbols diff label, reformat it according
8583     to the rules of dpkg-name.
8584   * Add -a<arch> option to dpkg-gensymbols.
8585   * Add -q option to dpkg-gensymbols. -c0 will never fail but still generate a
8586     diff. Use -c0 -q to keep dpkg-gensymbols completely quiet as before
8587     (Closes: #568228).
8589   [ Jonathan Nieder ]
8590   * Fix a file handle leak in “dpkg-deb --info”. Thanks to Raphael Geissert
8591     for the report and patch.
8593   [ Helge Kreutzmann ]
8594   * Add dpkg-gensymbols.1 to the translatable man page set.
8596   [ Updated programs translations ]
8597   * Catalan (Guillem Jover).
8598   * French (Christian PERRIER).
8599   * German (Sven Joachim).
8600   * Italian 'Milo Casagrande). Closes: #567531
8601   * Simplified Chinese (Aron Xua). Closes: #558794
8602   * Slovak (Ivan Masár). Closes: #559269
8603   * Swedish (Peter Krefting).
8605   [ Updated dselect translations ]
8606   * Catalan (Guillem Jover).
8607   * French (Christian Perrier).
8608   * German (Sven Joachim).
8609   * Spanish (Javier Fernández-Sanguino). Closes: #572861
8610   * Swedish (Peter Krefting).
8612   [ Updated man pages translations ]
8613   * French (Christian Perrier): correcting inconsistencies for the translation
8614     of "original" here and there. Thanks to Julien Valroff for pointing this.
8615   * German (Helge Kreutzmann).
8616   * Swedish (Peter Krefting).
8618   [ Updated scripts translations ]
8619   * Catalan (Guillem Jover).
8620   * French (Christian PERRIER).
8621   * German (Helge Kreutzmann).
8622   * Swedish (Peter Krefting).
8624  -- Guillem Jover <guillem@debian.org>  Fri, 12 Mar 2010 00:15:31 +0100
8626 dpkg (1.15.5.6) unstable; urgency=low
8628   * dpkg-source: with format "3.0 (quilt)" ensure quilt's .pc directory is
8629     created before trying to register a new patch in .pc/applied-patches.
8630     Thanks to Tommi Vainikainen <thv+debian@iki.fi> for the report and the
8631     patch. Closes: #561237
8632   * Fix dpkg-buildpackage to set "parallel=" in DEB_BUILD_OPTIONS instead of
8633     the invalid "parallel=-1" when option "-j" is given. Closes: #562038
8634   * Clarify how dpkg-source --print-format works and display messages on
8635     STDERR when the requested format is discarded. Closes: #560391
8636   * Add ${misc:Depends} in all Depends fields.
8638  -- Raphaël Hertzog <hertzog@debian.org>  Fri, 08 Jan 2010 17:57:43 +0100
8640 dpkg (1.15.5.5) unstable; urgency=low
8642   * Allow again new lines in dpkg-source and dpkg-genchanges on substvar and
8643     maintainer arguments.
8645  -- Guillem Jover <guillem@debian.org>  Tue, 22 Dec 2009 09:49:49 +0100
8647 dpkg (1.15.5.4) unstable; urgency=low
8649   * Fix Dpkg::Index::get() and remove(). Thanks to Roderich Schupp
8650     <roderich.schupp@googlemail.com> for the patch. Closes: #558595
8651   * Modify implementation of "3.0 (quilt)" source format to not be
8652     behave differently depending on whether quilt is installed or not.
8653     The option --without-quilt is thus gone and dpkg-source creates
8654     and relies on the .pc directory to know whether patches are applied
8655     or not. Closes: #557667
8656   * Add new dpkg-source option --single-debian-patch supported by the source
8657     format "3.0 (quilt)" so that it behaves more like 1.0 and its single diff
8658     that is constantly updated with all upstream changes. Useful if the
8659     workflow is VCS based and can't generate a full patch set.
8660   * dpkg-source now uses debian/source/patch-header as header of the automatic
8661     Debian patch in format "3.0 (quilt)".
8662   * Fix Debian changelog parser so that the trailer line is again checked.
8664  -- Raphaël Hertzog <hertzog@debian.org>  Mon, 07 Dec 2009 09:24:31 +0100
8666 dpkg (1.15.5.3) unstable; urgency=low
8668   [ Raphaël Hertzog ]
8669   * Avoid usage of IO::String in dpkg-scanpackages, rely on Dpkg::IPC
8670     instead to directly get a pipe file descriptor. Closes: #557013
8671   * Put "3.0 (quilt)" in the default list of formats tried by dpkg-source
8672     after "1.0" and before "3.0 (native)".
8673   * Let dpkg-source fail if several upstream orig.tar files are available
8674     (using different compression scheme) since we don't know which one
8675     to use.
8676   * Add missing "use Dpkg::Gettext" in Dpkg::Changelog::Entry::Debian.
8677     Closes: #557668
8678   * When building "3.0 (quilt)" source packages, use QUILT_PATCH_OPTS="-t -F 0
8679     -N -u -V never -g0" so that quilt is as strict as dpkg-source's internal
8680     implementation of quilt. Closes: #557664, #558233
8681   * Before accepting to build a 3.0 (quilt) source packages, ensure that
8682     debian/patches is a directory (or non-existing) and that
8683     debian/patches/series is a file (or non-existing). Closes: #557618
8684   * Dpkg::IPC::fork_and_exec() now includes the changed environment
8685     variables in the default error message displayed when the sub-process
8686     fails.
8688   [ Guillem Jover ]
8689   * Verify that the alternative used in update-alternatives --set has been
8690     registered instead of failing with an undefined value in the slave
8691     method. Closes: #554136
8692   * Strip leading spaces in the first line of a field's value in
8693     Dpkg::Control::Hash. Closes: #557547
8695  -- Guillem Jover <guillem@debian.org>  Fri, 27 Nov 2009 19:23:36 +0100
8697 dpkg (1.15.5.2) unstable; urgency=low
8699   * Change Dpkg::Version API to accept invalid versions by default and add
8700     is_valid() method. The boolean evaluation of a version object returns
8701     true if the version is valid, false otherwise.
8702   * Update dpkg-shlibdeps to always use Dpkg::Version now that it can
8703     contain the empty version string. Closes: #556786
8704   * Keep compatibility with perl 5.8 by avoiding the _ prototype.
8706  -- Raphaël Hertzog <hertzog@debian.org>  Wed, 18 Nov 2009 11:54:50 +0100
8708 dpkg (1.15.5.1) unstable; urgency=low
8710   * Fix build failures due to off_t type mismatch caused by not including
8711     <config.h> first on the unit tests. Suggested by Pierre Habouzit and
8712     Julien Cristau, thanks!
8714  -- Guillem Jover <guillem@debian.org>  Tue, 17 Nov 2009 16:42:00 +0100
8716 dpkg (1.15.5) unstable; urgency=low
8718   [ Guillem Jover ]
8719   * Remove obsolete conffiles on purge. Closes: #421367, #453005, #454628
8720   * Update list of binaries dpkg checks on the PATH.
8721     - Remove install-info, now a wrapper that will disappear soonish.
8722     - Add programs used by dpkg itself: sh, rm, find, tar and dpkg-deb.
8723   * Check and warn on duplicate conffiles in dpkg-deb. Closes: #131633
8724   * Make the upstream build system silent by default with automake 1.11 or
8725     newer, and always verbose when building the Debian packages.
8726   * Fix small leak when parsing ‘--ignore-depends’ option values.
8727   * Define compatibility WCOREDUMP only if the system does not have it.
8728   * When start-stop-daemon fails to set the io scheduling warn instead of
8729     finishing fatally. Closes: #553580
8730   * Update md5 file paths in debian/copyright.
8731     Thanks to Jonathan Nieder <jrnieder@gmail.com>.
8732   * On ‘dpkg-trigger --help’ print the default admindir instead of the one
8733     passed on the command line.
8734   * Abort on configure if the required C99 extensions are not supported.
8735   * Add C coding style document.
8736   * Make dpkg as strict as dpkg-statoverride on input when validating the
8737     parsed data from the statdb.
8738   * Rewrite dpkg-statoverride in C.
8739   * Use C99 snprintf function family semantics to avoid having to call them
8740     in a loop to grow the varbuf buffer. This should reduce memory usage and
8741     be slightly faster on varbufprintf calls.
8742   * Use the size from stat to allocate the buffers for readlink, instead of
8743     indefinitely calling readlink and growing the buffer. This should reduce
8744     memory usage when handling lots of symlinks, and be slightly faster.
8745   * Rework varbuf API to avoid increasing buffers indefinitely when adding
8746     content to them, regardless of space being already available.
8747   * Fix build macros to allow start-stop-daemon to use TIOCNOTTY.
8748   * Generate the autoconf version from git to make it easier to see when a
8749     snapshot version is being used.
8750   * Add infrastructure for doxygen, for now not installed anywhere.
8751   * Allow overriding the pkg-config path to ease cross-compilation.
8752     Suggested by Tollef Fog Heen <tfheen@err.no>.
8753   * Fix spelling errors in the Catalan translation. Closes: #553328
8754     Thanks to Robert Millan.
8755   * Update the FSF postal address in the source code license headers by
8756     replacing it with a URL to the gnu.org page.
8757   * Fix a file descriptor leak in dpkg-deb.
8758     Reported by Raphael Geissert <atomo64@gmail.com>.
8759   * Fix resource leaks on error conditions in compat scandir.
8760   * Add a new status-fd action when disappearing a package. Closes: #537338
8762   [ Raphaël Hertzog ]
8763   * Add versioned dependency on base-files (>= 5.0.0) to dpkg-dev to ensure
8764     that /etc/dpkg/origins/default exists. Closes: #545274
8765   * Update Standards-Version to 3.8.3 (no changes needed).
8766   * Major changes to the perl API:
8767     - Dpkg::Control is now Dpkg::Control::Info
8768     - Dpkg::Cdata is gone and is replaced by a new Dpkg::Control
8769     - Dpkg::Control::Fields contains authoritative information
8770       about fields allowed in various types of control information
8771       (and can be customized by each vendor). It also integrates
8772       information that was previously available through Dpkg::Deps.
8773     - Dpkg::Changelog has been split in multiple modules and largely
8774       modified to offer an interface that is now more in line with the
8775       other modules.
8776   * All dpkg-* perl programs that work with control information have been
8777     updated to use the new Dpkg::Control interface.
8778     In this process, dpkg-scanpackages has been fixed to not skip non-standard
8779     fields. Closes: #494136
8780   * Create Launchpad-Bugs-Fixed directly in the changelog parsing code thanks
8781     to a new vendor hook post-process-changelog-entry. Closes: #536066
8782   * Integrate dpkg-ftp into dselect. Add the required Replaces and Conflicts.
8783   * dpkg-scanpackages/dpkg-scansources now supports compressed override files.
8784   * dpkg-scanpackages now supports a new --medium option as needed to
8785     generate Packages.cd file for consumption by the multicd dselect access
8786     method. Closes: #402527
8787   * Integrate dpkg-multicd into dselect. Add the required Replaces and
8788     Conflicts. The dpkg-scanpackages fork is dropped. Closes: #516631
8789   * Fix bashisms in dselect multicd access method. Closes: #530070
8790   * Add support of "xz" compression method for source packages. Add dependency
8791     dpkg-dev → xz-utils to ensure xz and unxz are available.
8792   * Fix dpkg-source --include-binaries to correctly compute the path name of
8793     the discovered binary files. Closes: #554612
8794   * Remove extra quoting that should not be there while passing an exclude
8795     file to git ls-files during build of 3.0 (git) source package.
8796     Thanks to Courtney Bane for the patch. Closes: #551829
8797   * Optimize dpkg-source -b by avoiding many diff calls when not required.
8798     Thanks to Mike Hommey for the idea. Closes: #554689
8799   * Add new option --print-format to dpkg-source to be able to know by advance
8800     the source format that would be used during a build.
8801   * Modify dpkg-source -b to use default build options from
8802     debian/source/options. Thus it's now possible to have sticky options, for
8803     example for the choice of a compression method (--compression=<comp>).
8804   * dpkg-source outputs the list of upstream files modified by the diff.gz
8805     (applies only to source packages using format 1.0). Closes: #482166
8806     It also recommends usage of 3.0 (quilt) format during dpkg-source -b if it
8807     detects changes to upstream files that are stored in the .diff.gz.
8808   * Add DEP-3 compliant headers to automatic patches created by dpkg-source
8809     in 3.0 (quilt) source format. Closes: #543581
8810   * Switch dpkg to source format "3.0 (native)" with bzip2 compression.
8812   [ Updated programs translations ]
8813   * Czech (Miroslav Kure).
8814   * French (Christian Perrier).
8815   * German (Sven Joachim).
8816   * Italian (Milo Casagrande). Closes: #548615, #555806
8817   * Polish (Wiktor Wandachowicz). Closes: #548541
8818   * Swedish (Peter Krefting).
8820   [ Updated dselect translations ]
8821   * Czech (Miroslav Kure).
8822   * French (Christian Perrier).
8823   * German (Sven Joachim).
8824   * Polish (Wiktor Wandachowicz). Closes: #548541
8825   * Swedish (Peter Krefting).
8827   [ Updated man pages translations ]
8828   * French (Christian Perrier).
8829   * French translation error fixed (Christian Perrier)
8830     Thanks to Pietro Battiston for spotting it. Closes: #545446
8831   * German (Helge Kreutzmann).
8832   * Polish (Wiktor Wandachowicz). Closes: #548541
8833   * Swedish (Peter Krefting).
8835   [ Updated scripts translations ]
8836   * German (Helge Kreutzmann).
8837   * Polish (Wiktor Wandachowicz). Closes: #548541
8838   * Swedish (Peter Krefting).
8840  -- Guillem Jover <guillem@debian.org>  Tue, 17 Nov 2009 10:17:57 +0100
8842 dpkg (1.15.4.1) unstable; urgency=medium
8844   * Do not mark any package as unseen in dselect. This is a workaround
8845     until it learns how to store such information again. Closes: #545366
8847  -- Guillem Jover <guillem@debian.org>  Mon, 19 Oct 2009 15:15:17 +0200
8849 dpkg (1.15.4) unstable; urgency=low
8851   [ Guillem Jover ]
8852   * Call _g instead of g_ in dpkg-name.
8853   * Fix inverted logic when deciding to assume the architecture in dpkg-name
8854     when the package didn't have such field.
8855   * Do not take into account Revision and Package_Revision fields in dpkg-name
8856     and dpkg-scanpackages as they have been handled already by “dpkg-deb -I”.
8857   * Switch dpkg-scansources to use Dpkg::Cdata instead of duplicating the
8858     .dsc parsing code. As a side effect it now handles properly bogus files.
8859   * Do not remap obsolete fields in dpkg-scanpackages as they have been
8860     handled already by “dpkg-deb -I”.
8861   * Properly mark packages being purged for disappearance from the database.
8862     This will make the status database not be left behind with traces of old
8863     not-installed packages. Closes: #472208
8864   * On parse mark not-installed leftover packages for automatic removal from
8865     the database on next dump. This obsoletes the --forget-old-unavail option,
8866     thus making it now a no-op. Closes: #33394, #429262
8867   * Document “hold” under package selection states instead of flags in dpkg(1).
8868   * Remove trailing ‘/’ and ‘/.’ from the directory name to be used as the
8869     package name on “dpkg-deb -b”. Closes: #218018, #373602
8870   * Remove obsolete ‘hold’ and ‘hold-reinstreq’ internal status flags.
8871   * Add fakeroot to dpkg-dev Recommends. Closes: #536821
8872   * Fix an always false test when trying to decide which package to deselect
8873     to resolve a dependency problem in dselect.
8874   * Add uClibc Linux support to ostable and triplettable. Closes: #455501
8875   * Add uClinux support to ostable and triplettable.
8876     Thanks to Simon Richter <sjr@debian.org>.
8877   * When aborting due to file conflicts print the version of the conflicted
8878     package. Closes: #540019
8879   * Remove double slash in database path visible to the user in some error
8880     conditions.
8881   * Stop matching sparc64-*-* GNU triplets with sparc Debian architecture.
8882   * Add support for config.d style directories in dpkg and dselect,
8883     (/etc/dpkg/dpkg.cfg.d and /etc/dpkg/dselect.cfg.d respectively).
8884   * Define DPKG_MAINTSCRIPT_ARCH on the maintainer script environment to the
8885     architecture the package got built for.
8886   * Document DPKG_MAINTSCRIPT_PACKAGE maintainer script environment variable
8887     in dpkg man page.
8888   * Document DPKG_RUNNING_VERSION maintainer script environment variable
8889     in dpkg man page.
8890   * Change po4a usage to not create unwanted changes depending if doing out or
8891     in-tree builds.
8892   * Use po4a “--previous” support when updating the man pages.
8893     Suggested by Christian Perrier <bubulle@debian.org>.
8894   * On configuration error print file name and line number.
8895   * Allow quoting values in configuration file options.
8896   * Add new --pre-invoke and --post-invoke hooks in dpkg.
8897   * Add new --control-path command to dpkg-query.
8898   * Use ohshit on bad version syntax in --compare-versions.
8899   * Add Multi-Arch to the list of known binary package fields for dpkg-dev.
8900     Thanks to Steve Langasek <vorlon@debian.org>.
8902   [ Raphaël Hertzog ]
8903   * Replace install-info by a wrapper around GNU's install-info. The wrapper
8904     will be dropped in squeeze+1. dpkg now Breaks: old versions of
8905     info-browsers that do not depend on the new install-info package
8906     that provides the real functionality. Closes: #9771, #523980
8907     See https://wiki.debian.org/Transitions/DpkgToGnuInstallInfo for details.
8908   * Fix dpkg's preinst in case /var/lib/dpkg/alternatives contains unexpected
8909     sub-directories. Closes: #535138
8910     And also when one of the file doesn't contain correct alternatives
8911     information (improper number of lines). Closes: #537558
8912   * Upgrade Standards-Version to 3.8.2 (no changes).
8913   * Update deb-substvars(5) to list fields that do not support substvars.
8914     Closes: #535353
8915   * Fix dpkg-parsechangelog to include all entries with -v0 parameter.
8916     Closes: #537800
8917   * Fix update-alternatives to mention the correct slave link that can't
8918     be installed due to a conflicting file instead of quoting the master link.
8919   * Add support for extra override file in dpkg-scanpackages. Thanks to Robert
8920     Millan for the patch. Closes: #537559
8921   * Add support for extra override file in dpkg-scansources.
8922   * Document format of extra override file in a new manual page
8923     deb-extra-override(5).
8924   * Update sample in dpkg-gensymbols(1) to give an accurate listing of
8925     64 bit arches. Thanks to Julien Cristau for the patch. Closes: #540382
8926   * Create /etc/cron.daily/dpkg to handle the backup of
8927     /var/lib/dpkg/status in /var/backups. This is taken out of the cron
8928     package and need no conflicts/breaks as the code does nothing if
8929     the current status file is already backuped. Thanks to Leo 'costela'
8930     Antunes <costela@debian.org> for the patch. Closes: #541412
8931   * Change behaviour of dpkg --merge-avail to not update a package's
8932     information if the version provided is older than the one already listed
8933     in the available file. Thanks to Ian Jackson
8934     <ian@davenant.greenend.org.uk> for the patch. Closes: #496114
8935   * dpkg-architecture can now export DEB_{HOST,BUILD}_ARCH_{BITS,ENDIAN}
8936     (pointer size and endianness):
8937     - cputable (in dpkg) modified to contain those information
8938     - dpkg-dev depends on dpkg (>= 1.15.4) to ensure that we have an updated
8939       cputable (and so that a versioned build-dependency on dpkg-dev is enough
8940       to use this new feature)
8941     Closes: #531307
8942   * Split overly long Binary: field values over multiple lines. This is
8943     allowed since policy 3.8.3. Closes: #494714
8944   * Improve performance of dpkg-shlibdeps by caching minimal version
8945     associated to each library in Dpkg::Shlib::SymbolFile. Thanks to
8946     Jiří Paleček <jpalecek@web.de> for the patch.
8947   * Slightly improve dpkg-source(1) by giving the section name that we're
8948     referring to. Closes: #544037
8949   * Fix translation error in German manpage of dpkg-buildpackage. Thanks
8950     to Joachim Breitner <nomeata@debian.org>. Closes: #541829
8952   [ Modestas Vainius ]
8953   * Provide a meaningful label for dpkg-gensymbols diff.
8955   [ Updated programs translations ]
8956   * Asturian (Marcos Alvarez Costales). Closes: #535327
8957   * French (Christian Perrier).
8958   * German (Sven Joachim).
8959   * Italian (Milo Casagrande). Closes: #536538
8960   * Russian (Yuri Kozlov). Closes: #542254
8961   * Slovak (Ivan Masár). Closes: #537742
8962   * Swedish (Peter Krefting).
8964   [ Updated dselect translations ]
8965   * Russian (Yuri Kozlov). Closes: #542254
8966   * Slovak (Ivan Masár). Closes: #537741
8968   [ Updated man pages translations ]
8969   * French (Christian Perrier).
8970   * German (Helge Kreutzmann), proofread by Jens Seidel.
8971   * Swedish (Peter Krefting).
8973   [ Updated scripts translations ]
8974   * French completed (Christian Perrier).
8975   * German (Helge Kreutzmann).
8976   * Russian (Yuri Kozlov). Closes: #542254
8977   * Swedish (Peter Krefting).
8979  -- Guillem Jover <guillem@debian.org>  Sun, 06 Sep 2009 09:37:45 +0200
8981 dpkg (1.15.3.1) unstable; urgency=low
8983   [ Modestas Vainius ]
8984   * Fix wildcard support in symbol files. Closes: #536034
8986  -- Guillem Jover <guillem@debian.org>  Wed, 08 Jul 2009 11:26:36 +0200
8988 dpkg (1.15.3) unstable; urgency=low
8990   [ Guillem Jover ]
8991   * Unset TAR_OPTIONS when extracting .deb archives.
8992   * Use default compressor values in dpkg-source from Dpkg::Source::Compressor.
8993   * Fix dpkg-scanpackages to properly detect spurious overrides.
8994   * Rewrite dpkg-name in perl.
8995   * Do not close already closed files in some error conditions in libdpkg.
8996   * Use the correct units (KiB) in dpkg-split when referring to partsize.
8997   * Document in dpkg-statoverride(8) that mode needs to be specified in
8998     octal. Closes: #534551
8999   * Mark argument names in dpkg-statoverride.1 in italic.
9000   * Explicitly pass field argument to Dpkg::ErrorHandling::unknown().
9001   * Move unknown() from Dpkg::ErrorHandling to Dpkg::Fields.
9003   [ Raphaël Hertzog ]
9004   * Unset TAR_OPTIONS when creating/extracting tar archives for source
9005     packages. Closes: #530860
9006   * Add cleanup of all invalid (master) alternatives in preinst script.
9007     Closes: #530633, #531611, #532739, #521760
9008   * Let update-alternatives fix a manual alternative with a dangling symlink
9009     by switching it to automatic mode. Closes: #529999
9010   * Add missing paragraph separator in dpkg-buildpackage(1). Thanks to Per
9011     Andersson <avtobiff@gmail.com>. Closes: #532769
9012   * Fix English mistake (“as you request” → “as you requested”) in several
9013     places. Thanks to David Stansby for the patch. Closes: #533171
9014   * Support tags before symbols in symbols file contained in source packages.
9015     The first two tags are "optional" (use it to not fail if the symbol might
9016     disappear from the library without breaking the ABI) and "arch" to
9017     restrict the set of architectures where the symbol is supposed to exist.
9018     Thanks to Modestas Vainius <modestas@vainius.eu> for the patch.
9019     See dpkg-gensymbols(1) for more information. Closes: #521551
9020   * Do not include #MISSING lines in symbols files integrated in binary
9021     packages. Closes: #526251
9022   * Assume an implicit version of "Base" for all unversioned symbols
9023     that are merged into a SymbolFile. Closes: #533181
9024   * Add new tag "ignore-blacklist" to force-include symbols which are
9025     normally blacklisted. This can be useful for libgcc to include symbols
9026     that the toolchain allows being shared but that are often static (and
9027     hence are blacklisted for this reason). Closes: #533642
9028   * In dpkg-source, explicitly pass --keyring ~/.gnupg/trustedkeys.gpg to
9029     gpgv as it does not use it if other --keyring parameters are given.
9030     Closes: #530769
9031   * In dpkg-vendor, allow using dashes instead of spaces in vendor
9032     filenames. Closes: #532222
9033   * Skip dpkg-genchanges' warning about lower version numbers for backports
9034     (recognized by ~bpo or ~vola in their version number). Closes: #525115
9035   * Support all checksum algorithms in dpkg-scanpackages/dpkg-scansources.
9036     Closes: #533828
9037   * Fix dependency parsing code in Dpkg::Deps to not accept "foo\nbar"
9038     even if foo is valid. Closes: #534464
9039     Thanks to Andrew Sayers for spotting the problem.
9041   [ Joachim Breitner ]
9042   * Warn about unused substvars in dpkg-gencontrol. Closes: #532760
9044   [ Updated programs translations ]
9045   * Catalan (Jordi Mallach). Closes: #532109
9046   * Czech (Miroslav Kure).
9047   * German (Sven Joachim). Closes: #534831
9048   * Simplified Chinese (Deng Xiyue). Closes: #531387
9049   * Swedish (Peter Krefting).
9051   [ Updated dselect translations ]
9052   * Czech (Miroslav Kure).
9054   [ Updated man pages translations ]
9055   * German (Helge Kreutzmann).
9056   * Swedish (Peter Krefting).
9058   [ Updated scripts translations ]
9059   * German (Helge Kreutzmann).
9060   * Swedish (Peter Krefting).
9062  -- Guillem Jover <guillem@debian.org>  Sat, 27 Jun 2009 19:06:43 +0200
9064 dpkg (1.15.2) unstable; urgency=low
9066   [ Guillem Jover ]
9067   * Fix FTBFS on GNU/Hurd due to a mismatched define usage in
9068     start-stop-daemon. Closes: #530446
9069   * Remove obsolete priorities support from dselect.
9070     Thanks to Sven Joachim <svenjoac@gmx.de>.
9071   * Fix bashism (“echo -e”) in dselect disk setup method. Closes: #530071
9072   * Properly parse fdisk output in dselect disk setup method.
9073   * Fix memory leaks due to not destroying some pkg iterators.
9075   [ Updated programs translations ]
9076   * Asturian (Marcos Alvarez Costales). Closes: #529889
9077   * Basque (Piarres Beobide). Closes: #529857
9078   * French (Christian Perrier).
9079   * German (Sven Joachim).
9081   [ Updated man pages translations ]
9082   * German (Helge Kreutzmann).
9084   [ Updated dselect translations ]
9085   * French (Christian Perrier).
9087   [ Updated scripts translations ]
9088   * French (Christian Perrier).
9089   * German (Helge Kreutzmann).
9091  -- Guillem Jover <guillem@debian.org>  Tue, 26 May 2009 01:00:36 +0200
9093 dpkg (1.15.1) unstable; urgency=low
9095   [ Raphaël Hertzog ]
9096   * Fix dpkg-genchanges to not include the additional upstream tarballs
9097     when they are not desired (specific to source packages using format 3.0
9098     quilt).
9099   * Call quilt only once to apply all patches instead of once per patch
9100     when building 3.0 (quilt) source packages. Closes: #518453
9101   * Fix dpkg-shlibdeps so that it works again when analyzing binaries
9102     outside of package's directory. Closes: #518687
9103   * Modify dpkg-shlibdeps to let shlibs.local override symbols files too.
9104   * Drop support of debian/control's “Format” field used by dpkg-source while
9105     it's not too late. Instead debian/source/format should be used to indicate
9106     the desired source package format.
9107   * Update deb-triggers(5) and dpkg-trigger(1) to add a reference to
9108     /usr/share/doc/dpkg/triggers.txt.gz. Closes: #519717
9109   * Avoid perl warnings in dpkg-gencontrol and dpkg-genchanges when the
9110     Architecture field is missing in a binary package. Closes: #510282
9111   * Modify Dpkg::Version::check_version() to not die by default.
9112     Closes: #510615
9113   * dpkg-source now ignores all possible vi swap file extensions (and not
9114     only .swp). The corresponding exclude pattern for -I also got tightened to
9115     only catch filenames starting with a dot. Closes: #515540
9116   * dpkg-gencontrol displays a better error message when an ORed dependency
9117     is used in a union field like Conflicts, Replaces or Breaks.
9118     Closes: #489238
9119   * dpkg-source's signature check is now done with gpgv if possible and
9120     timeouts if not completed within 10 seconds. Closes: #490929
9121     When using gpg, use --no-default-keyring to be consistent with gpgv's
9122     behaviour to not use the user's keyring. Closes: #440841
9123   * Update dpkg-dev dependencies: Closes: #472942
9124     - Move gnupg to Recommends. It's needed to sign .dsc and .changes.
9125     - Add gpgv to Recommends. Useful to check signatures of extracted packages.
9126     - Add debian-maintainers to Suggests. Together with debian-keyring they
9127     contain all the GPG keys required to verify official Debian packages.
9128   * Drop /etc/dpkg/origins as it's taken over by base-files (see #487437).
9129   * Fix dpkg-shlibdeps to properly initialize a symbol-based dependency
9130     even when some symbols are associated with a (fake) version "0". Such a
9131     version means that the symbol has always existed in all versions of the
9132     package.
9133   * When dpkg delegates to dpkg-query or dpkg-deb to do the actual work, add
9134     the "--" marker to explicitly document the end of options so that
9135     arguments starting with a dash are not interpreted as options.
9136     Closes: #293163
9137     Thanks to Bill Allombert for the patch.
9138   * dpkg now correctly refuses empty parameters when an integer value is
9139     wanted. Closes: #386197 Based on a patch by Bill Allombert.
9140   * Fix a mistake in the french translation of dpkg's manual page.
9141     Thanks to Jonathan Gibert. Closes: #522032
9142   * Fix dpkg-source to not die when uncompressor processes are killed by
9143     SIGPIPE due to tar closing the pipe without exhausting all the data
9144     available. Closes: #523329
9145   * dpkg-gencontrol now handles properly (empty) dependencies which contain
9146     only spaces. Closes: #522787
9147   * dpkg-source now accepts additional tarballs (in format "3.0 (quilt)")
9148     with a "component" name containing dashes. Closes: #524376
9149   * Fix dpkg-source to not complain on binary files that are ignored and are
9150     not going to be included in the debian tarball of a "3.0 (quilt)" source
9151     package. Closes: #524375
9152   * Bump Standards-Version to 3.8.1 (no change required).
9153   * Do not store usernames and group names in tarballs created by dpkg-source,
9154     they are anyway ignored at unpack time. Closes: #523184
9155   * Fix update-alternatives to not remove real files installed in place of
9156     an alternative link when the corresponding alternative is fully removed.
9157     Closes: #526538
9158   * Add a new dpkg-vendor tool to query vendor information stored in
9159     /etc/dpkg/origins. It can be used in debian/rules to enable different
9160     behaviour depending on the current vendor at the time of the build.
9161     Closes: #498380
9162     Modify dpkg-buildpackage to not set the DEB_VENDOR environment variable,
9163     packages should use the dpkg-vendor program instead.
9164   * Ensure that the automatic patch created in format "3.0 (quilt)" is always
9165     well registered with quilt even when it's updated by a new call to
9166     dpkg-source. Thanks to Goswin von Brederlow for the initial patch.
9167     Closes: #525858
9168   * Do not update/create debian/patches/.dpkg-source-applied during build,
9169     it's only meant to document what patches have been applied at extraction
9170     time. Closes: #525835
9171   * Let dpkg-buildpackage add the missing execute right on debian/rules if
9172     needed. Display a warning when it happens. Closes: #499088
9173   * Allow combining -nc and -S in dpkg-buildpackage but display a warning
9174     saying that it's not advised. Closes: #304404
9175   * Let dpkg-buildpackage error out with subprocerr() when dpkg-checkbuilddeps
9176     is interrupted/killed by a signal. Closes: #498734
9177   * Fix dpkg-buildpackage/dpkg-genchanges to properly interpret option -v0.
9178     Closes: #475916
9179   * Improves how dpkg-parsechangelog handles non-existing versions
9180     in its --since, --until, --to, --from options. Approximate the intent
9181     by selecting the nearest version instead. Closes: #477638
9182   * Update dpkg-parsechangelog's documentation to make it clearer that spaces
9183     are not allowed between single characters options and their values.
9184     Closes: #494883
9185   * Don't let dpkg-scanpackages complain about missing overrides when
9186     no overrides file has been given. Closes: #468106
9187     Thanks to Piotr Engelking for the patch.
9189   [ Guillem Jover ]
9190   * Fix typo in dpkg output (for ‘unexpected’). Closes: #519082
9191     Thanks to Ivan Masár.
9192   * Sync archtable with architectures currently present in Debian sid.
9193     - Remove m68k.
9194     - Add kfreebsd-i386 and kfreebsd-amd64.
9195   * Add avr32 to cputable. Closes: #523456
9196   * Detect the curses headers to use instead of hardcoding them.
9197   * Make dpkg-source do not set arch:any in .dsc on arch-restricted packages.
9198     Thanks to Philipp Kern <pkern@debian.org>. Closes: #526617
9199   * Add '.hgtags' to the default dpkg-source -i regex and -I pattern.
9200     Closes: #525854
9201   * Use backticks instead of non-portable make $(shell) function in automake.
9202   * Do not install dselect and start-stop-daemon man pages when the programs
9203     have been disabled from configure.
9204   * Move Debian specific keyrings to the Debian vendor class and change the
9205     Ubuntu vendor class to inherit from it.
9206   * Do not set the Arch substvar in dpkg-source, avoiding generating warnings
9207     when there's no compiler present. Closes: #526132
9208   * Preserve faulting errno when printing reason in start-stop-daemon fatal
9209     function.
9210   * Only print fatal errno string in start-stop-daemon if it was non-zero.
9211   * Print the valid values for the IO scheduler class in start-stop-daemon
9212     --help output.
9213   * Print a warning when using obsolete '--print-installation-architecture'.
9214     Closes: #528171
9215   * Remove obsolete --largemem and --smallmem dpkg options.
9216   * Remove obsolete --force-auto-select dpkg option.
9217   * Remove obsolete priorities support from dpkg.
9218   * Remove obsolete 822-date program.
9219   * Do not right justify the database reading progress percent counter.
9220   * Remove deprecated status on substvars for dpkg-source dpkg-genchanges,
9221     and stop producing warnings.
9222   * Make deprecated dpkg-scanpackages --udeb option produce a warning.
9223   * Change dpkg-source --help output to state there's no default substvar
9224     file to match reality.
9225   * Warn in start-stop-daemon if the argument to --name is longer than the
9226     supported kernel process name size. Closes: #353015, #519128
9227   * Do not warn in dpkg-deb when parsing unknown fields with the “Private-”
9228     prefix. Based on a patch by Nils Rennebarth. Closes: #353040
9230   [ Frank Lichtenheld ]
9231   * Dpkg::Version: Remove unnecessary function next_elem which just
9232     replicates the standard shift behaviour.
9234   [ Colin Watson ]
9235   * Add "keyrings" vendor hook, used by dpkg-source to allow vendors to
9236     supply additional keyrings against which source package signatures will
9237     be verified. Implement this for Ubuntu. Closes: #525834
9239   [ Updated dselect translations ]
9240   * German (Sven Joachim).
9241   * Swedish (Peter Krefting).
9243   [ Updated scripts translations ]
9244   * French (Christian Perrier).
9245   * German (Helge Kreutzmann).
9246   * Swedish (Peter Krefting).
9248   [ Added programs translations ]
9249   * Asturian (Marcos Alvarez Costales). Closes: #519478, #519813, #519998
9250   * Esperanto (Felipe Castro). Closes: #523023
9252   [ Updated programs translations ]
9253   * French (Christian Perrier).
9254   * German (Sven Joachim).
9255   * Slovak (Ivan Masár). Closes: #519084
9256   * Swedish (Peter Krefting).
9257   * Russian (Yuri Kozlov). Closes: #526659
9259   [ Updated man pages translations ]
9260   * German (Helge Kreutzmann).
9261   * Swedish (Peter Krefting).
9263  -- Guillem Jover <guillem@debian.org>  Thu, 21 May 2009 06:45:45 +0200
9265 dpkg (1.15.0) experimental; urgency=low
9267   [ Guillem Jover ]
9268   * Do not suggest manually changing the alternative symlinks on
9269     update-alternative's verbose mode. Closes: #412487
9270   * Refactor subprocess signal setup.
9271   * Mark and coalesce similar strings for translation.
9272   * Add '.be' to the default dpkg-source -i regex. Closes: #481716
9273     Based on a patch by Ben Finney.
9274   * Fix link order when using libcompat.a and libintl.a by placing them after
9275     libdpkg.a. Based on a patch by Martin Koeppe. Closes: #481805
9276   * Remove duplicate program name from dpkg-trigger badusage output.
9277   * Trim trailing slash and slash dot from 'dpkg -S' arguments when those
9278     are path names, but not on patterns. Closes: #129577
9279   * Fix the support for passing more than one --status-fd option to dpkg.
9280     Until now only the last one was being used.
9281   * Replace realloc plus error checking usage with m_realloc.
9282   * Add '.hgignore' to the default dpkg-source -i regex and -I pattern.
9283     Closes: #485365
9284   * Support diverting files when origin and destination are on different file
9285     systems. Based on a patch by Juergen Kreileder. Closes: #102144, #149961
9286   * Do not silently enable --rename on dpkg-divert --remove. Closes: #160848
9287   * Do not allocate memory when lstat fails during package upgrade.
9288   * Properly lstat the correct file when using --root on package upgrade.
9289     Thanks to Egmont Koblinger. Closes: #281057
9290   * Print a longer string when a disallowed field value is found when parsing.
9291   * Use $(filter ...) instead of $(findstring ...) to extract space separated
9292     options from DEB_BUILD_OPTIONS in debian/rules.
9293   * Do not leave new conffile as .dpkg-new when it has been diverted, also
9294     properly activate the file trigger for the diverted conffile.
9295     Based on a patch by Timothy G Abbott. Closes: #58735, #476899
9296   * Improve comment on BUGS section in dpkg-deb.1 about lack of authentication
9297     and checksum support in .deb files. Closes: #492052
9298   * Use a troff special character for the copyright symbol on man pages.
9299   * Mark program names in dpkg-trigger.1 in bold.
9300   * Unmark dselect debug messages for translation.
9301   * Use a the warning function to uniformly print all warning messages.
9302   * Properly use internerr to report about programming bugs.
9303   * Do not log repeated strings when the write call wrote partial data.
9304   * Change dir to / after chroot when using --instdir.
9305     Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #509578
9306   * Make dpkg log files user readable. Closes: #480556
9307   * Clarify in the start-stop-daemon man page that the signal sent by default
9308     is TERM not KILL. Closes: #507568
9309   * Warn in dpkg-deb man page that -x will modify the extraction directory
9310     permissions. Closes: #502496
9311   * Make start-stop-daemon behave the same way whether --chuid gets a user
9312     name or a uid. Closes: #368000
9313   * Add new option --procsched to start-stop-daemon to be able to set the
9314     process scheduling policy and priority. Closes: #175740
9315   * Add initial C unit test suite for libdpkg.
9316   * Sanitize --status-fd output by replacing newlines with spaces.
9317     Closes: #505172
9318   * Remove unneeded cpio dependency from dpkg-dev.
9319   * Add kopensolaris support to ostable and triplettable. Closes: #509312
9320   * Document in deb.5 in detail the currently supported format, ar member
9321     names, types of tar archives and data.tar members.
9322   * Print correct feature name on «dpkg --assert-*» failures.
9323   * Add progress reporting to dpkg while reading the file list database.
9324     Based on a patch by Romain Francoise.
9325   * Add new option --iosched to start-stop-daemon to be able to set the
9326     IO scheduling class and priority. Closes: #443535
9327     Thanks to Chris Coulson <chrisccoulson@googlemail.com>.
9328   * Add tar format detection support to the internal extractor.
9329   * Add support for ustar long names using the prefix field. Closes: #474092
9330   * Code refactoring and cleanup, some of the major changes include:
9331     - Use standard interfaces instead of ad-hoc ones.
9332     - Fix memory leaks.
9333     - Fix compilation warnings.
9334     - Constify string members in structures and arguments in functions.
9335     - Make local functions static.
9336     - Remove unused functions, macros and variables.
9337     - Fix and cleanup libcompat broken replacement implementations.
9338     - Reduction of module interdependencies.
9339     - Rename function and variable names to make them more clear.
9340     - Cleanup and split of header files.
9342   [ Raphaël Hertzog ]
9343   * Enhance dpkg-shlibdeps' error message when a library can't be found to
9344     include the ELF format of the desired library. Closes: #474671
9345   * dpkg-gensymbols now refuses empty values for the -v -P and -e
9346     parameters.
9347   * Update dpkg(1) to refer to conffile whenever we speak of configuration
9348     file handled by dpkg. Thus harmonize vocabulary with the policy. Thanks
9349     to Helge Kreutzmann <debian@helgefjell.de>. Closes: #381219
9350   * Improve error message stating that dpkg is unable to create a file so that
9351     it also refers to the real filename instead of the non-diverted name only.
9352     Thanks to Daniel Hahler for the patch. Closes: #457135
9353   * dpkg-gencontrol can now again read the control file from its standard
9354     input with "-c-". Closes: #465340
9355   * Add DEB_VENDOR environment variable in the build environment to be able
9356     to change behaviour dynamically depending on the vendor of the current
9357     system (or target system when the user overrides DEB_VENDOR by setting
9358     it himself). Closes: #457371
9359   * dpkg-shlibdeps give less strong warnings for symbols not found in NEEDED
9360     libraries when the shared library is a non-public directory and is likely
9361     to be a plugin. Closes: #481165
9362   * Clarify list of packages displayed by dpkg --get-selections and
9363     dpkg-query -l. Thanks to Jidanni. Closes: #487455
9364   * Document -A option in dpkg-buildpackage(1). Closes: #482834
9365   * Add some warning concerning the available file and the related commands.
9366     They are mostly obsolete for APT users. Closes: #481185
9367   * Add new option --listpackage to dpkg-divert. Thanks to Timothy G Abbott
9368     <tabbott@MIT.EDU> for the patch. Closes: #485012
9369   * Add new option --require-valid-signature to dpkg-source. Closes: #390282
9370   * In dpkg-query(1) document the origin of the various fields and warn that
9371     they are not always available. Closes: #488293
9372   * Improve error message in install-info when the file doesn't exist.
9373     Thanks to Thomas Hood <jdthood@yahoo.co.uk>. Closes: #107098
9374   * Use description of installed package as fallback in dselect.
9375     Based on a patch from Bruce Sass <bmsass@shaw.ca>. Closes: #21659
9376   * Reduce memory usage of dselect by avoiding usage of a big infopad.
9377     Thanks to Michel Lespinasse <walken@zoy.org> for the patch.
9378     Closes: #395140
9379   * Largely improve and update dpkg-buildpackage's manual page.
9380   * Clarify two points in dpkg-source(1). Closes: #490693
9381   * Support RUNPATH exactly like RPATH in dpkg-shlibdeps. Closes: #502258
9382     Thanks to Javier Serrano Polo <jasp00@terra.es>.
9383   * Set Standards-Version to 3.8.0 (no changes needed).
9384   * Drop some unneeded lintian overrides.
9385   * Fix a chmod call in dpkg-source to not fail when POSIXLY_CORRECT is set.
9386     Closes: #506028
9387   * Optimize dpkg-shlibdeps by caching parsed symbols files and
9388     objdump objects. Thanks to Modestas Vainius <modestas@vainius.eu> for the
9389     patch. Closes: #503954
9390   * Add new framework to hook vendor-specific logic (see
9391     module Dpkg::Vendor::Default).
9392   * Add Ubuntu vendor object implementing lookup of launchpad bugs in
9393     changelogs and a safety-check for Maintainer fields of forked packages
9394     (launched during source build). Closes: #426752, #499924
9395   * Improve behaviour of update-alternatives --config. Thanks to
9396     Osamu Aoki <osamu@debian.org> for the initial patch. We can know
9397     select between manual and auto in --config and --all. Closes: #392430
9398   * Fix update-alternatives to not switch to manual mode an alternative
9399     with a broken symlink (instead let the current action fix it).
9400     Also ensure that a message is displayed by default when such a switch is
9401     made. Closes: #141325, #87677
9402   * Fix update-alternatives' logic to rename files. It failed to ignore errors
9403     in some cases where it wanted to when the source file didn't exist.
9404     Closes: #99870
9405     This also makes update-alternatives less noisy when this happens since we
9406     don't call mv when we know that it's going to fail.
9407     Closes: #98822
9408   * Properly remove inappropriate slave links in update-alternatives even when
9409     we switch to manual mode with --set or --config. Closes: #388313
9410   * Modify update-alternatives to always remove the alternative group when the
9411     last alternative is removed (even in manual mode).
9412   * Ensure that update-alternative --install fix the links if the alternative
9413     installed is the one currently selected. Closes: #100135
9414   * Let update-alternatives deal with empty files in its administrative
9415     directory by ignoring them. Closes: #457863
9416   * Add new --target and --as-root options to dpkg-buildpackage to call
9417     any debian/rules target with the proper build environment.
9418     Closes: #477916
9419   * Move update-alternatives, dpkg-divert and dpkg-statoverride to /usr/bin
9420     but keep compatibility symlinks in /usr/sbin for the squeeze release
9421     until all maintainer scripts are fixed (see
9422     https://lintian.debian.org/tags/command-with-path-in-maintainer-script.html).
9423     Closes: #216606
9424   * Use dh_lintian to install lintian overrides. Build-Depends on debhelper
9425     (>= 6.0.7) for this. Update debhelper compatibility level to 6 at the same
9426     time.
9427   * Drop cleanup-info script.
9428   * Reset umask to 0022 in dpkg-gencontrol and dpkg-gensymbols to ensure that
9429     files created in the DEBIAN directory have sane permissions.
9430     Closes: #516481
9431   * Rewrite update-alternatives (so that we can understand it again) and
9432     implement new features on top of it:
9433     - the --config output is now sorted. Closes: #437060
9434     - it now logs information to /var/log/dpkg.log. Closes: #445270
9435     - it forbids reusing master alternative as slave and vice-versa.
9436       Closes: #342566
9437     - it forbids reusing alternative links managed by other alternatives
9438     - new sanity checks on --install parameters. Closes: #423176
9439     - install slave link only if the corresponding slave file is available.
9440       Closes: #143701
9441     - new option --get-selections to export the configuration of all
9442       alternatives. It's a simple way to discover the name of all available
9443       alternatives. Closes: #273406, #392429
9444     - new option --set-selections to reconfigure a set of alternatives in
9445       a single command.
9446   * Document in update-alternatives(8) how one can repair all broken
9447     alternatives with a single command. Closes: #250258, #395556
9448   * Modify dpkg-gensymbols to replace #PACKAGE# on the fly while installing
9449     symbols files so that package having libraries whose name varies between
9450     architectures do not need to hardcode the package name. Closes: #517264
9452   [ Pierre Habouzit ]
9453   * Add a --query option to update-alternatives. Closes: #336091, #441904
9455   [ Updated scripts translations ]
9456   * Polish (Wiktor Wandachowicz). Closes: #514106
9458   [ Updated man pages translations ]
9459   * Polish (Wiktor Wandachowicz). Closes: #514106
9461   [ Updated programs translations ]
9462   * Portuguese (Miguel Figueiredo).
9463   * Korean (Changwoo Ryu).
9464   * Romanian (Eddy Petri?or)
9465   * Slovak (Ivan Masár). Closes: #514490
9467  -- Guillem Jover <guillem@debian.org>  Mon, 02 Mar 2009 06:13:53 +0200
9469 dpkg (1.14.25) unstable; urgency=low
9471   [ Guillem Jover ]
9472   * Fix typo in package description (for 'provides').
9473     Thanks to Pascal De Vuyst <pascal.devuyst@gmail.com>. Closes: #510755
9474   * Do not lose conffiles while replacing them from another package on the
9475     same install run. Closes: #513857
9476     As a side effect this fixes the following symptoms:
9477     - Do not do unneeded conffile prompts when it wasn't locally changed.
9478     - Do not ensure (and thus do not output debug information) that the
9479      .dpkg-new and .dpkg-tmp directories for an existing directory do not
9480       exist. Closes: #80416
9482   [ Raphaël Hertzog ]
9483   * dpkg-deb now always produces GNU tarballs inside .deb and ignores
9484     TAR_OPTIONS. Closes: #513863
9486   [ Updated programs translations ]
9487   * Basque (Piarres Beobide). Closes: #506092, #509851
9488   * Simplified Chinese (Deng Xiyue). Closes: #506177
9489   * Traditional Chinese (Tetralet). Closes: #513312
9491   [ Updated dselect translations ]
9492   * Basque (Piarres Beobide). Closes: #509852
9493   * Norwegian Bokmål (Hans F. Nordhaug).
9494   * Portuguese (Miguel Figueiredo). Closes: #509904
9496   [ Updated scripts translations ]
9497   * Add missing space in French translation.
9498     Thanks to Cyril "Oeil de lynx" Brulebois.
9500  -- Guillem Jover <guillem@debian.org>  Tue, 03 Feb 2009 00:00:41 +0200
9502 dpkg (1.14.24) unstable; urgency=low
9504   [ Raphaël Hertzog ]
9505   * Fix parsing of objdump output (by dpkg-shlibdeps) in a special case where
9506     the symbol name is separated only with a single space. Closes: #506139
9507   * Fix dpkg-shlibdeps behaviour when Build-Depends-Package is used in the
9508     symbols file. It was merging all dependency templates into the generated
9509     dependency instead of simply modifying the minimal version. Thanks to
9510     Modestas Vainius <modestas@vainius.eu>. Closes: #507346
9511   * Fix dpkg-source to correctly extract a source package even when called
9512     from a non-writable directory when a target directory has been specified
9513     on the command line. Closes: #507217, #507219
9515   [ Guillem Jover ]
9516   * Do not allow installing packages with non-obsolete conffiles owned by
9517     other packages without a proper Replaces field. Closes: #508392
9519   [ Updated dselect translations ]
9520   * Galician (Marce Villarino). Closes: #509887
9522   [ Updated programs translations ]
9523   * Galician (Marce Villarino). Closes: #509150
9524   * Vietnamese (Clytie Siddall). Closes: #509424
9526   [ Updated scripts translations ]
9527   * Improve German translation.
9529  -- Guillem Jover <guillem@debian.org>  Mon, 29 Dec 2008 05:38:31 +0100
9531 dpkg (1.14.23) unstable; urgency=low
9533   [ Raphaël Hertzog ]
9534   * Blacklist "__gnu_local_gp" symbol for dpkg-gensymbols. Closes: #500188
9535     Thanks to Thiemo Seufer <ths@debian.org>.
9536   * Important bugfix in dpkg-gensymbols for people using includes in symbol
9537     files: the current object didn't flow back from the included file to
9538     the including file.
9539   * Fix Dpkg::Version comparison code. Closes: #504135
9541   [ Guillem Jover ]
9542   * Untangle fatal abort condition from the “too many errors” one in the
9543     archives and packages processing loop. Closes: #367226
9544   * Abort on unrecoverable fatal errors instead of continuing execution, as
9545     the recovery code assumed the execution would not be reaching it again
9546     and some times bogus update files were created either with incompletely
9547     written content or with '#padding' lines. Closes: #497041, #499070
9549   [ Updated programs translations ]
9550   * Brazilian Portuguese (Felipe Augusto van de Wiel).
9551   * Catalan (Jordi Mallach).
9552   * Czech (Miroslav Kure). Closes: #505910
9553   * French (Christian Perrier)
9554   * German (Sven Joachim).
9555   * Greek (Emmanuel Galatoulas). Closes: #498585
9556   * Japanese (Kenshi Muto).
9557   * Korean (Changwoo Ryu). Closes: #505777
9558   * Norwegian Bokmål (Hans F. Nordhaug).
9559   * Polish (Wiktor Wandachowicz).
9560   * Portuguese (Miguel Figueiredo). Closes: #505869
9561   * Russian (Yuri Kozlov). Closes: #499028, #505735
9562   * Romanian (Eddy Petri?or).
9563   * Slovak (Ivan Masár). Closes: #506024
9564   * Spanish (Javier Fernandez-Sanguino). Closes: #505836
9565   * Swedish (Peter Krefting).
9567   [ Updated scripts translations ]
9568   * Fix typo in Russian. Closes: #499736
9569   * Fix wrong translation in French. Closes: #504123
9570   * French (Christian Perrier).
9572   [ Updated man pages translations ]
9573   * German (Helge Kreutzmann).
9575  -- Guillem Jover <guillem@debian.org>  Tue, 18 Nov 2008 11:50:56 +0200
9577 dpkg (1.14.22) unstable; urgency=low
9579   [ Raphaël Hertzog ]
9580   * The last "small fix" actually broke conversion of source packages to
9581     "3.0 (quilt)" format when they have local changes and no pre-existing
9582     quilt series file. Now always provide a valid name in QUILT_SERIES.
9583     Closes: #496920
9584   * Fix permissions of the automatically generated patch in "2.0" and "3.0
9585     (quilt)" format. They were improperly set to 0600 due to tempfile()
9586     and were not reset to a sane value. Closes: #496925
9587   * Fix dpkg-gensymbols to not scan (real) directories accessed through a
9588     symlink contained in the build tree as they may well not be part of
9589     the package (with absolute symlinks). It was already skipping symlinks
9590     (since 1.14.16.6) for similar reasons.
9592   [ Updated programs translations ]
9593   * Basque (Piarres Beobide). Closes: #496753
9594   * Brazilian Portuguese (Felipe Augusto van de Wiel).
9595   * Galician (Jacobo Tarrio).
9596   * Norwegian Bokmal (Hans Fredrik Nordhaug). Closes: #497309
9597   * Swedish (Daniel Nylander and Peter Krefting).
9598   * Vietnamese (Clytie Siddall). Closes: #497893
9600   [ Updated man pages translations ]
9601   * Swedish (Peter Krefting).
9603   [ Updated scripts translations ]
9604   * Swedish (Peter Krefting).
9606  -- Raphaël Hertzog <hertzog@debian.org>  Fri, 05 Sep 2008 16:54:45 +0200
9608 dpkg (1.14.21) unstable; urgency=low
9610   [ Raphaël Hertzog ]
9611   * Small fix in "3.0 (quilt)" source format when using non-standard name
9612     of the quilt series.
9613   * Handle debian.tar.gz files like diff.gz in dpkg-buildpackage and
9614     dpkg-genchanges to detect the kind of upload.
9615   * Add "armel" to /usr/share/dpkg/archtable. Closes: #487768
9616   * Modified Dpkg::BuildOptions to recognize and use spaces as separator
9617     in DEB_BUILD_OPTIONS (in order to conform with the Debian policy
9618     ruling established in #430649). Closes: #486937
9619   * Fix dpkg-source to not use -i and -I by default with "1.0" source
9620     packages. Closes: #495138
9622   [ Guillem Jover ]
9623   * When loading the status file fix up any inconsistent package in state
9624     triggers-awaited w/o the corresponding package with pending triggers.
9625     Closes: #487637, #486843, #489068
9626   * Fix --no-act in triggers related code. Closes: #495097
9627   * Do not assert when dpkg stops processing packages due to too many
9628     errors occurred while configuring or removing packages.
9629     Thanks to Ian Jackson <ian@davenant.greenend.org.uk>. Closes: #483655
9630   * Move lzma from dpkg Suggests to Pre-Depends. Closes: #456332
9631   * Match description of -si option in dpkg-buildpackage to the one in
9632     dpkg-genchanges. Closes: #493743
9633   * Close --status-fd file descriptors on exec, so that they are not
9634     inherited by the children. Closes: #471488, #487684
9635   * State that the preferred front-end is aptitude and replace one instance
9636     of dselect usage with apt-get. Closes: #483785
9638   [ Updated man pages translations ]
9639   * French (Florent Usseil).
9640   * German (Helge Kreutzmann).
9642   [ Updated scripts translations ]
9643   * Russian (Yuri Kozlov). Closes: #490076
9644   * German (Helge Kreutzmann).
9646   [ Updated programs translations ]
9647   * Basque (Piarres Beobide). Closes: #490905
9648   * Czech (Miroslav Kure).
9649   * French (Christian Perrier).
9650   * German (Sven Joachim).
9651   * Korean (Changwoo Ryu).
9652   * Romanian (Eddy Petri?or).
9653   * Russian (Yuri Kozlov). Closes: #488689
9654   * Simplified Chinese (Deng Xiyue). Closes: #496176
9655   * Slovak (Ivan Masár). Closes: #488903, #495505
9656   * Thai (Theppitak Karoonboonyanan). Closes: #488090
9658   [ Added programs translations ]
9659   * Lithuanian (Gintautas Miliauskas). Closes: #493326
9661   [ Updated dselect translations ]
9662   * Romanian (Eddy Petri?or).
9664  -- Guillem Jover <guillem@debian.org>  Tue, 26 Aug 2008 05:32:39 +0300
9666 dpkg (1.14.20) unstable; urgency=low
9668   [ Guillem Jover ]
9669   * Change UTF-8 '©' to '(C)' in deb-version.5 (unfuzzy translations).
9670   * Document --force-breaks in 'dpkg --force-help' output.
9671   * Document triggers --debug values in dpkg.1. Thanks to Sven Joachim.
9672   * Improve package descriptions for dpkg, dpkg-dev and dselect.
9673     Thanks to Justin B Rye for the review and corrections. Closes: #484002
9674   * When dpkg-divert does renames do no check the target file if the source
9675     does not exist and the rename is thus being disabled. This also allows
9676     removing bogus diversions. Closes: #476973, #469033
9677   * Properly close triggers 'File' file, so it does not get leaked to children.
9679   [ Raphaël Hertzog ]
9680   * Add missing 'use File::Path' in Dpkg::Source::Package::V3::quilt.
9681   * Use debian/patches/debian-changes-<version> (without the trailing ".diff")
9682     as default name for the automatic patch created by the format "3.0
9683     (quilt)". This ensures a saner cohabitation with patch systems that
9684     apply all of debian/patches/*.{diff,patch}.
9685   * Improve patch parser to accept more patches that are accepted by patch
9686     itself.
9687   * Correctly skip comments in quilt series files (concerns "3.0 (quilt)" source
9688     packages). Closes: #486323
9689   * The automatically created patches (in source package formats "2.0" and
9690     "3.0 (quilt)") will now contain "/dev/null" as previous filename when the
9691     patch creates a new file (instead of putting the same name).
9692   * Set PERL_DL_NONLZY to 1 in perl scripts that are likely to be called in
9693     package's configuration scripts to work around the perl bug #479711.
9695   [ Helge Kreutzmann ]
9696   * Fix a typo in dselect.1.
9698   [ Updated programs translations ]
9699   * Basque (Piarres Beobide). Closes: #481043
9700   * Brazilian Portuguese (Felipe Augusto van de Wiel).
9701   * Catalan (Jordi Mallach). Closes: #383448
9702   * Czech (Miroslav Kure).
9703   * French (Christian Perrier).
9704   * Galician (Jacobo Tarrio). Closes: #483441
9705   * German (Sven Joachim).
9706   * Norwegian Bokmal (Hans Fredrik Nordhaug). Closes: #480626
9707   * Polish (Wiktor Wandachowicz).
9708   * Simplified Chinese (Deng Xiyue). Closes: #483143
9709   * Swedish (Peter Karlsson).
9710   * Vietnamese (Clytie Siddall). Closes: #481199
9712   [ Updated man pages translations ]
9713   * German (Helge Kreutzmann).
9714   * Polish (Wiktor Wandachowicz).
9715   * Swedish (Peter Karlsson).
9717   [ Updated scripts translations ]
9718   * French (Christian Perrier).
9719   * German (Helge Kreutzmann).
9720   * Polish (Wiktor Wandachowicz).
9721   * Russian (Yuri Kozlov).
9722   * Swedish (Peter Karlsson).
9724   [ Updated dselect translations ]
9725   * Brazilian Portuguese (Felipe Augusto van de Wiel).
9726   * Polish (Wiktor Wandachowicz).
9728  -- Raphaël Hertzog <hertzog@debian.org>  Wed, 18 Jun 2008 09:33:54 +0200
9730 dpkg (1.14.19) unstable; urgency=low
9732   [ Guillem Jover ]
9733   * Fix a double-free by setting scontext to NULL after calling freecon.
9734     Based on a patch by Russell Coker. Closes: #474339
9735   * Add missing import of internerr in Dpkg::Source::Patch.pm.
9736     Thanks to Marco d'Itri. Closes: #479205
9737   * Consider also custom Package-Type fields when printing warnings in
9738     dpkg-gencontrol. Closes: #452273
9740   [ Raphaël Hertzog ]
9741   * Add missing import of subprocerr in Dpkg::Source::Package. Thanks to Sven
9742     Joachim for the patch.
9743   * Handle symlinks better when deciding if dpkg-source has to copy the
9744     original tarball in the current extraction directory. Closes: #475668
9745   * Fix the dpkg-source error message about unrepresentable changes to
9746     source because the type of a file changed (new and old were inverted).
9747   * Fix dpkg-genchanges to detect udeb based on Package-Type control
9748     header instead of file extension analysis on uploaded files.
9749     Closes: #476113
9750   * Fix dpkg-source to grant correct permissions to tarballs of native
9751     source packages. Closes: #477784
9752   * Add Conflicts: devscripts (<< 2.10.26) to ensure that people are
9753     using versions of debsign/mergechanges that support the Checksums fields
9754     in *.dsc and *.changes.
9755   * Cleanup the various Conflicts/Replaces fields to remove references
9756     to package that have disappeared before sarge (this includes dpkg-doc-ja,
9757     dpkgname, and dpkg-static which has never officially been built).
9758     dpkg-iasearch has been kept as popcon still reports a few installations.
9759   * Collapsed multiple conflicts of dpkg with old versions of dpkg-dev
9760     in a single Conflicts: dpkg-dev (<< 1.14.16).
9761   * The "3.0 (quilt)" source package format now parses correctly series files
9762     with patch options and warn if something else than -p1 is used.
9763   * Change the way dpkg-source finds the perl object to use to unpack/build
9764     a source package to ignore the minor part of the Format: version.
9765     For example "1.0" and "1.1" would both map to Dpkg::Source::Package::V1
9766     instead of ::V1_0 and ::V1_1 before. Similarly "3.0 (quilt)" now maps to
9767     ::V3::quilt instead of ::V3_0::quilt.
9768   * Fix changelog parser to not fail when an unexpected changelog entry
9769     appears without the preceding heading line. Closes: #478925
9770   * Change the "2.0" and "3.0 (quilt)" source packages to refuse by default
9771     binary files in the debian sub-directory. They have to be whitelisted
9772     through debian/source/include-binaries. Closes: #473041
9773   * Make sure triggers are activated when a file is removed in a directory
9774     shared by multiple packages. Closes: #479850
9776   [ Helge Kreutzmann ]
9777   * Minor fixes and clarifications to man pages.
9779   [ Updated programs translations ]
9780   * Brazilian Portuguese (Felipe Augusto van de Wiel). Closes: #480579
9781   * Czech (Miroslav Kure).
9782   * French (Florent Ussel).
9783   * Galician (Jacobo Tarrio).
9784   * German (Sven Joachim).
9785   * Polish (Wiktor Wandachowicz).
9786   * Portuguese (Miguel Figueiredo).
9787   * Russian (Yuri Kozlov). Closes: #478827
9788   * Slovak (Ivan Masár). Closes: #478897
9789   * Swedish (Peter Karlsson).
9791   [ Updated man pages translations ]
9792   * German (Helge Kreutzmann).
9793   * Polish (Wiktor Wandachowicz).
9794   * Swedish (Peter Karlsson).
9796   [ Updated scripts translations ]
9797   * German (Helge Kreutzmann).
9798   * Polish (Wiktor Wandachowicz).
9799   * Russian (Yuri Kozlov). Closes: #479142
9800   * Swedish (Peter Karlsson).
9802   [ Updated dselect translations ]
9803   * Brazilian Portuguese (Felipe Augusto van de Wiel).
9804   * Czech (Miroslav Kure).
9805   * French (Christian Perrier).
9806   * German (Sven Joachim).
9807   * Russian (Yuri Kozlov). Closes: #478802
9808   * Slovak (Ivan Masár). Closes: #479007
9810  -- Guillem Jover <guillem@debian.org>  Mon, 12 May 2008 08:33:07 +0300
9812 dpkg (1.14.18) unstable; urgency=low
9814   [ Guillem Jover ]
9815   * Bump po4a version in Build-Depends to 0.33.1-1, as usage of UTF-8
9816     in original man pages was causing build failures. Closes: #473498
9817   * Add triggers documentation to dpkg-dev. Closes: #473449
9818   * Add deb-triggers.5 and dpkg-trigger.1 man pages, and document new
9819     statuses and options in dpkg.1.
9821   [ Raphaël Hertzog ]
9822   * When dpkg-source builds a source package of Format: 2.0 or 3.0 (quilt) it
9823     applies the patches before the build if
9824     debian/patches/.dpkg-source-applied doesn't exist. This file is created
9825     during extraction if patches are applied, and is auto-excluded from the
9826     debian tarball. This enables on-the-fly conversion of source packages from
9827     Format: 1.0 to Format: 3.0 (quilt) without manual intervention of the
9828     user. This feature can be disabled with the option --no-preparation.
9829   * The dpkg-source option --skip-patches disables application of patches
9830     during extraction of source packages using Format: 2.0 or Format: 3.0
9831     (quilt).
9832   * Ensure the Files field is last in *.dsc and *.changes. This is a
9833     work-around for some braindead dsc parsers (dupload and sbuild for
9834     instance, see #473518 and #470440).
9835   * Initialize dependencies for libraries having symbols files with the
9836     smallest minimal version listed in the symbols file instead of using
9837     an unversioned dependency. It's the only way to ensure the library
9838     presence if it wasn't available in all versions of the package that ever
9839     existed. Closes: #474079
9840   * Don't use the -p option of diff for Format: 1.0 source packages.
9841     dpkg-source of sarge doesn't accept data after @@. Closes: #474417
9843   [ Updated dselect translations ]
9844   * German. (Sven Joachim).
9845   * Swedish (Peter Karlsson).
9847   [ Updated programs translations ]
9848   * Portuguese (Miguel Figueiredo).
9849   * Simplified Chinese (Deng Xiyue). Closes: #473523
9850   * Swedish (Peter Karlsson).
9851   * Vietnamese (Clytie Siddall). Closes: #473726
9853   [ Updated man pages translations ]
9854   * German (Helge Kreutzmann).
9855   * Swedish (Peter Karlsson).
9857   [ Updated scripts translations ]
9858   * German (Helge Kreutzmann).
9859   * Swedish (Peter Karlsson).
9861  -- Guillem Jover <guillem@debian.org>  Tue, 08 Apr 2008 07:00:10 +0300
9863 dpkg (1.14.17) experimental; urgency=low
9865   [ Guillem Jover ]
9866   * Replace strdup plus error checking usage with a new m_strdup function.
9867     Closes: #379028
9868   * Add new keybinding in dselect to restore all selections back to
9869     whatever's currently installed. Closes: #151540
9870     Thanks to Colin Watson.
9871   * Use system timersub and fix timeval normalization in multiplication in
9872     start-stop-daemon. Thanks to Andreas Påhlsson. Closes: #462225
9873   * Cosmetic fixes to start-stop-daemon output and man page. Document that
9874     --chuid will change the group even if it has not been specified. Add
9875     EXIT STATUS and EXAMPLE sections to man page. Thanks to Justin Pryzby.
9876   * Add Raphaël Hertzog to Uploaders, and remove Brendan O'Dea and
9877     Christian Perrier with their permission.
9878   * Use functions from libcompat when those are not provided by the system.
9879     - Add strnlen to libcompat.
9880     - Link programs against libcompat which provides obstack. Closes: #142042
9881   * Change dpkg-gencontrol to not output the Homepage field on udeb.
9882   * Reintroduce 'no-debsig' back in dpkg.cfg to avoid failing to install any
9883     package when debsig-verify is installed. Closes: #311843
9884   * Fix some small memory leaks. Closes: #469520
9885     Thanks to Sean Finney.
9886   * Correct broken dselect logic for self-conflicting packages.
9887     Thanks to Ian Jackson.
9888   * Implement 'Breaks' properly in dselect. Closes: #448946
9889     Thanks to Ian Jackson.
9890   * Fix erroneous description of Breaks in dselect output.
9891     Thanks to Ian Jackson.
9892   * Allow compilation with --disable-nls on systems without libintl.h where
9893     a non glibc claims to be glibc. Closes: #465420
9894   * Fix crash when a .deb file becomes unreadable while dpkg is starting.
9895     Thanks to Ian Jackson. Closes: #255882
9896   * Few file descriptor cleanup and error handling fixes.
9897     Thanks to Ian Jackson. Closes: #443338
9898   * Move test suite invocation to a new check target in debian/rules.
9899   * Add support for nocheck DEB_BUILD_OPTIONS in debian/rules, so that the
9900     dpkg test suite can be skipped if desired.
9901   * Improve log and status-fd output by printing more status change updates
9902     and actions. Thanks to Ian Jackson.
9903   * Implement triggers support. Thanks to Ian Jackson.
9904     Closes: #17243, #68981, #215374, #217622, #248693, #308285
9906   [ Raphaël Hertzog ]
9907   * Add a warning displayed by dpkg-genchanges if the current version is
9908     smaller than the previous one. Closes: #4655
9909   * Add -d and -c options in dpkg-checkbuilddeps to override
9910     build-depends/conflicts. Closes: #114774
9911   * Include list of libraries in dpkg-gensymbols' warning about new/lost
9912     libraries.
9913   * Add -R option to dpkg-buildpackage so that one can replace the usual
9914     "debian/rules" by something else. Closes: #355654
9915   * Always list all binary packages in the Description: field of .changes
9916     files. It's nice for reviewers and mentors.debian.net was using this field
9917     on source only uploads to display short description of what the package is
9918     about.
9919   * Handle the case when the library has a different SONAME than the one used
9920     to find it. Closes: #462413
9921   * Fix Dpkg::Version and Dpkg::Fields::Object to import _g() from
9922     Dpkg::Gettext. Thanks to Adam Heath and Olivier Berger for spotting
9923     this. Closes: #465651
9924   * Change PATH during make check to look into build directories containing
9925     dpkg and the related scripts. Thanks to Mike Frysinger. Closes: #466957
9926   * Some lintian cleanup:
9927     - add overrides for some useless I: tags
9928     - drop unused overrides
9929     - updated several manual pages to fix hyphen-used-as-minus-sign
9930     - fixed manpage-has-errors-from-man in several manual pages
9931     - removed empty debian/dpkg.prerm
9932   * Removed old upgrade code from dpkg's preinst and postinst which only
9933     concerns upgrading from dpkg version older than the one in oldstable
9934     already. And thus we get rid of old the last usage of read in those
9935     scripts (fixes lintian's warning read-in-maintainer-script).
9936   * Removed sorting of dependencies in dpkg-gencontrol and dpkg-source. But
9937     kept it for all other fields (Enhances, Conflicts, Replaces, Breaks,
9938     Build-Conflicts and Build-Conflicts-Indep).
9939   * Instead changed dpkg-shlibdeps to sort the dependencies generated in
9940     ${shlibs:*} variables.
9941   * Changed the logic of simplification of dependencies: if any dependency
9942     must be discarded due to another dependency appearing further
9943     in the field, the superseding dependency will take the place of the
9944     discarded one. Added a test case for this.
9945   * dpkg-shlibdeps properly accounts usage of symbols provided by private
9946     libraries without SONAME. Closes: #469838
9947   * Add a new warning to dpkg-shlibdeps when a library NEEDED is in fact
9948     not used by any of the binaries analyzed. Closes: #472332
9949   * Add a new --warnings=<value> option to select the set of warnings to
9950     activate. By default, do not activate the warning about useless
9951     libraries at the binary level (instead the new warning above is activated
9952     by default: it's less strict and more useful).
9953   * dpkg-source has been heavily refactored to make it easier to support
9954     multiple source package formats. Several new source package formats have
9955     been added:
9956     - the format "2.0" is the original wig&pen
9957     - the format "3.0 (quilt)" is based on 2.0. It uses a tarball for the
9958       debian directory and can thus include binary files. Binaries
9959       outside of the debian directory can be also included if they
9960       are listed in debian/source/include-binaries (and option
9961       --include-binaries will generate this file automatically).
9962       Closes: #4588, #4628
9963     - thus it will also preserve timestamps on Debian-provided
9964       documentation like README.Debian. Closes: #366555
9965     - it handles an explicit series of patches and the patch can thus be
9966       named without constraints. Patches can contain arbitrary
9967       headers/comments between file chunks. Closes: #363018
9968     - it ignores changes on a number of temporary and VCS-specific files
9969       by default. Closes: #203792, #323909
9970     - the patches in debian/patches can remove files. Closes: #12564
9971     - the patches are applied at unpack time. Closes: #463048
9972     - the formats "3.0 (quilt/native)" don't include VCS directories by
9973       default. Closes: #435126
9974     - the format "3.0 (custom)" can be used to create a source package
9975       containing arbitrary files. It's useful for helper tools that can
9976       generate the files by themselves in a more efficient way
9977       (like all the *-buildpackage tools). Closes: #246918
9978     - the formats "3.0 (git/bzr)" are experimental formats based
9979       on corresponding VCS repositories. Thanks to Joey Hess and Colin Watson
9980       respectively.
9981   * dpkg-source has a new --no-check option. It disables GPG check and
9982     checksums checks. Closes: #220758
9983   * dpkg-shlibdeps is now able to look into directories containing libraries
9984     used by cross-built binaries provided that the right environment variable
9985     are set. Closes: #453267
9986   * Change default value of LDFLAGS (set by dpkg-buildpackage) to ''
9987     instead of '-Wl,-Bsymbolic-functions'. It's safer at this point of the
9988     release cycle.
9989   * dpkg-buildpackage will set PKG_CONFIG_LIBDIR (but not override an existing
9990     value) in case of cross-compilation so that pkgconfig finds .pc files
9991     in the directory specific to the target architecture. Closes: #439979
9993   [ Frank Lichtenheld ]
9994   * Add a warning in dpkg-buildpackage if the build-dependencies are not
9995     satisfied during -S. Closes: #445552
9996   * Add a missing space in the German scripts translation. Closes: #463398
9997   * Add improved deb-shlibs.5 manual page by Zack Weinberg. Closes: #466135
9998   * dpkg-buildpackage exports some build related environment variables
9999     now. Based on a patch by Matthias Klose. Closes: #465282
10000     (See dpkg-buildpackage(1) and https://wiki.ubuntu.com/DistCompilerFlags
10001      for details)
10002   * Add support for use of SHA1 and SHA256 checksums in .dsc and
10003     .changes files. Information will be available in Checksums-Sha{1,256}
10004     fields. .changes format version increased to 1.8.
10005   * Link dselect against libncursesw. Closes: #466321
10006   * Forward port a patch from the old changelog parser to the new
10007     one that got lost during the transition. '+' and '.' can now
10008     be used in distribution names yet again. Reported by dann frazier.
10009     Closes: #467470
10011   [ Updated programs translations ]
10012   * Korean (Changwoo Ryu).
10013   * Polish (Robert Luberda).
10014   * Romanian (Eddy Petrişor).
10015   * Slovak (Ivan Masár). Closes: #471342
10016   * Swedish (Peter Karlsson).
10017   * Thai (Theppitak Karoonboonyanan). Closes: #468916
10019   [ Updated man pages translations ]
10020   * German (Helge Kreutzmann).
10021   * Polish (Robert Luberda).
10022   * Swedish (Peter Karlsson).
10024   [ Updated dselect translations ]
10025   * Basque (Piarres Beobide). Closes: #462403
10027   [ Updated scripts translations ]
10028   * German (Helge Kreutzmann).
10029   * Polish (Robert Luberda).
10030   * Swedish (Peter Karlsson).
10032   [ Updated dselect translations ]
10033   * Polish (Robert Luberda).
10034   * Romanian (Eddy Petrişor).
10036  -- Guillem Jover <guillem@debian.org>  Sun, 30 Mar 2008 12:48:22 +0300
10038 dpkg (1.14.16.6) unstable; urgency=medium
10040   * Let dpkg-gensymbols skip directories which are just symlinks when scanning
10041     the package build dir.
10042   * Bump urgency to medium to compensate lost days in testing migration due to
10043     the two last uploads.
10045  -- Raphaël Hertzog <hertzog@debian.org>  Sat, 26 Jan 2008 19:20:40 +0100
10047 dpkg (1.14.16.5) unstable; urgency=low
10049   * Fix dpkg-gensymbols handling of #include so that one can include multiple
10050     times the same file and have it properly taken into account.
10051   * Add many armel-specific symbols to dpkg-gensymbols' blacklist.
10052     Closes: #462318
10054  -- Raphaël Hertzog <hertzog@debian.org>  Thu, 24 Jan 2008 14:20:10 +0100
10056 dpkg (1.14.16.4) unstable; urgency=low
10058   * Import capit in Dpkg::Cdata from Dpkg::Fields. Closes: #462172
10060  -- Guillem Jover <guillem@debian.org>  Wed, 23 Jan 2008 08:44:32 +0200
10062 dpkg (1.14.16.3) unstable; urgency=low
10064   [ Raphaël Hertzog ]
10065   * Remove the ":utf8" layer that utf8-encodes already valid utf8.
10066     Closes: #462098
10067   * Disable variable substitution in dpkg-genchanges. Closes: #462079, #462089
10069   [ Guillem Jover ]
10070   * Make start-stop-daemon set the supplementary groups if the real user or
10071     group are different than the ones we should switch to. Closes: #462075
10072   * Fix segfault in start-stop-daemon when using --group w/o --chuid (as
10073     a side effect, using --group alone works for the first time in years).
10074     Closes: #462072
10075   * Fix timeout computations for start-stop-daemon --retry option. This has
10076     not worked properly for a long time (maybe never), but came to light
10077     due to #460903's fix. Closes: #462104
10079  -- Guillem Jover <guillem@debian.org>  Tue, 22 Jan 2008 23:39:59 +0200
10081 dpkg (1.14.16.2) unstable; urgency=low
10083   * Change uid after changing gid and initializing supplementary groups in
10084     start-stop-daemon. Closes: #462018
10085   * Change temporary dpkg Breaks on dpkg-dev (= 1.14.13) and (= 1.14.14)
10086     to Conflicts, so that users from etch can upgrade to sid (or lenny
10087     once dpkg has migrated).
10089  -- Guillem Jover <guillem@debian.org>  Tue, 22 Jan 2008 13:05:22 +0200
10091 dpkg (1.14.16.1) unstable; urgency=low
10093   * Add libtimedate-perl to dpkg-dev's Depends and to Build-Depends.
10094     Reported by Aurelien Jarno. Closes: #461875
10096  -- Frank Lichtenheld <djpig@debian.org>  Mon, 21 Jan 2008 12:48:51 +0100
10098 dpkg (1.14.16) unstable; urgency=low
10100   [ Guillem Jover ]
10101   * Add build-essential as an implicit Build-Depends in dpkg-checkbuilddeps.
10102     Closes: #402901
10103   * Add build-essential to dpkg-dev Recommends.
10104   * Do not warn about unrecognized Homepage field in binary package stanzas
10105     in dpkg-genchanges and dpkg-source. Closes: #460309
10106   * Do not use the enoent helper binary, and use perl POSIX module instead.
10107   * Keep checking for the process when start-stop-daemon is called with
10108     --retry even if the daemon removed the pidfile. Closes: #460903
10109     Thanks to Justin Pryzby for the analysis.
10110   * Make --quiet silence --test in start-stop-daemon. Closes: #367998
10111   * Check current uid and gid in start-stop-daemon before calling setuid,
10112     setgid and initgroups. Closes: #222524
10113     Based on a patch by Samuel Thibault.
10114   * Remove unimplemented --test option from update-alternatives.
10115     Closes: #392432, #461247
10116   * Additionally check if errno is EEXIST after rmdir(2), as SUSv3 specifies
10117     that on non-empty directories it can either return that or ENOTEMPTY.
10118     This fixes run time problems on Solaris.
10119   * Fix start-stop-daemon --help output to state that --name is one of the
10120     possible required options to use. Closes: #354999
10121   * Demote dselect from priority important to optional. Closes: #461327
10122   * Fix portability issues on HP-UX, by not using backticks inside double
10123     quotes in m4 files. Closes: #24514
10124   * Switch Maintainer address to <debian-dpkg@lists.debian.org> from
10125     <team@dpkg.org>.
10126   * Add README.feature-removal-schedule describing the features to be removed
10127     and README.api describing the provided APIs.
10129   [ Frank Lichtenheld ]
10130   * Make the -L option of dpkg-parsechangelog actually work (it's
10131     only been eleven years...)
10132   * Import the code from my external Parse::DebianChangelog as
10133     Dpkg::Changelog and Dpkg::Changelog::Debian. Using this
10134     from parsechangelog/debian adds the following requested
10135     features:
10136      - Option to use a non-lossy format. Closes: #95579
10137      - Various options to better control how many entries
10138        should be displayed. Closes: #226932
10140   [ Raphaël Hertzog ]
10141   * Replaced all the remaining code in controllib.pl by new modules. All
10142     scripts have been adjusted to use the new modules and controllib.pl has
10143     been removed.
10144   * The code to parse debian/control is available in a perl module
10145     Dpkg::Control. Closes: #26554
10146   * Temporarily add a Breaks: dpkg-dev (= 1.14.13), dpkg-dev (= 1.14.14) on
10147     dpkg for the convenience of sid users. Closes: #459815
10148   * Update dpkg-source(1) to explain better what the directory after -b is.
10149     Closes: #323606
10150   * Also force version in ${binary:Version} if dpkg-gencontrol -v<version>
10151     is used. That way we're consistent with the definition of that variable
10152     in deb-substvars(5). Closes: #433477
10153   * Add support of Dm-Upload-Allowed field. Closes: #453400
10154   * Fix dpkg-shlibdeps' filtering of duplicated dependencies in fields of
10155     lesser priority (when -d is used).
10156   * Fix behaviour of dpkg-shlibdeps when the same binary was passed multiple
10157     times for use in different dependency fields (-d option).
10158   * Change logic of -si option of dpkg-genchanges to include the original
10159     tarball only if the current upstream version differs from the upstream
10160     version of the previous changelog entry. Replaces the heuristic based
10161     on revision number (-0, -0.1 or -1). Closes: #28701
10162   * Some code refactoring on dpkg-genchanges and bug fixes in the generation
10163     of the Description: field. As a result, source only uploads will no more
10164     have Description fields.
10165   * Add support of wildcard entries in symbols files. This makes it much
10166     simpler to write symbols files for well managed libraries but in that case
10167     dpkg-gensymbols can't check any more if symbols have disappeared.
10168     Closes: #459359
10170   [ Updated man pages translations ]
10171   * Fix typo in French. Closes: #460021
10172   * German (Helge Kreutzmann).
10174   [ Updated programs translations ]
10175   * Basque (Piarres Beobide). Closes: #459565
10176   * French (Christian Perrier).
10177   * German, Basque, Norwegian Bokmål, Swedish, Vietnamese, Simplified Chinese,
10178     Galician unfuzzied.
10179   * Russian (Yuri Kozlov). Closes: #460708
10181   [ Updated scripts translations ]
10182   * Russian (Yuri Kozlov). Closes: #460709
10183   * Swedish (Peter Karlsson).
10185  -- Guillem Jover <guillem@debian.org>  Mon, 21 Jan 2008 10:00:45 +0200
10187 dpkg (1.14.15) unstable; urgency=low
10189   [ Raphaël Hertzog ]
10190   * Make sure {dpkg-dev,dselect}.preinst are included in the source tarball.
10191     Closes: #452730
10192   * Blacklist armel-specific symbols in dpkg-gensymbols. Reported by Riku
10193     Voipio. Closes: #457964
10194   * Fix typos in various manpages. Patch from A. Costa. Closes: #458276
10195   * Make dpkg-shlibdeps choose the right symbols files when we have several
10196     debian/*/DEBIAN/symbols for a given soname. Closes: #458860
10197   * Add a -S<pkgbuilddir> option to dpkg-shlibdeps to indicate a package build
10198     tree to scan first when trying to find a needed library.
10199   * Change dpkg-gensymbols to mark symbols that disappeared with #MISSING
10200     instead of #DEPRECATED, it's clearer for people.
10201   * Fix Dpkg::Shlibs::Objdump to properly take into account R_*_COPY
10202     relocations. Closes: #454036
10203   * Explain better the order in which postinst/prerm scripts are called
10204     between a package and its dependencies. Thanks to Nicolas François and
10205     Helge Kreutzmann for their suggestions. Closes: #379641
10206   * Fix Dpkg::BuildOptions so that dpkg-buildpackage doesn't double all
10207     options in DEB_BUILD_OPTIONS when called with the -j parameter.
10208     Closes: #453656
10210   [ Guillem Jover ]
10211   * Move compression related variables to a new Dpkg::Compression module.
10212   * Remove disabled, obsolete and quite incomplete Hebrew translations.
10213   * Revert dpkg-dev versioned dependency bump on dpkg >= 1.14.13 back to
10214     >= 1.14.6, as the compression variables are now in a module in dpkg-dev.
10215   * Do not display garbage in dselect on monochrome terminals, by setting
10216     a missing ncurses character attribute. Closes: #155741, #157093
10217     Thanks to Sven Rudolph.
10218   * Do not loop endlessly in dselect with very long package descriptions.
10219     Closes: #179320, #342495
10220     Thanks to John Zaitseff.
10221   * Ignore wrapped lines in install-info when matching section titles.
10222     Closes: #214684
10223     Thanks to Andreas Metzler and Ian Zimmerman.
10224   * Do not use strdup for execvp arguments. Closes: #379027
10225   * Do not print 'failed to kill' warning in start-stop-daemon when polling
10226     the pid. Closes: #157305, #352554
10227     Thanks to Samuel Thibault.
10228   * Properly print build message in dpkg-buildpackage for lzma and bzip2
10229     compressed sources. Closes: #458519
10230   * Promote bzip2 Recommends to Depends for dpkg-dev. Closes: #458521
10231   * Add lzma to dpkg-dev Depends.
10232   * Do not automatically enable -j if DEB_BUILD_OPTIONS contains parallel=n,
10233     and allow overriding its value from the environment. Closes: #458589
10234   * Fix Dpkg::BuildOptions to parse all options in DEB_BUILD_OPTIONS, so
10235     that dpkg-buildpackage called with -j preserves unrecognized options.
10236   * Fix several signed vs unsigned value comparisons that were making some
10237     code to never be executed.
10239   [ Updated programs translations ]
10240   * French (Christian Perrier).
10241   * German (Sven Joachim). Closes: #459223
10242   * Norwegian Bokmål (Hans Fredrik Nordhaug). Closes: #457918, #458732
10243   * Simplified Chinese (Deng Xiyue). Closes: #459018
10244   * Swedish (Peter Karlsson).
10245   * Vietnamese (Clytie Siddall). Closes: #459016
10247   [ Updated scripts translations ]
10248   * French (Christian Perrier).
10249   * Swedish (Peter Karlsson).
10251   [ Updated man pages translations ]
10252   * Swedish (Peter Karlsson).
10254  -- Guillem Jover <guillem@debian.org>  Mon, 07 Jan 2008 12:12:16 +0200
10256 dpkg (1.14.14) unstable; urgency=low
10258   * Fix override disparity: set priority of dselect to important.
10259   * Add libio-string-perl to Build-Depends as it's needed by a non-regression
10260     test (fix FTBFS, thus a quick upload).
10261   * Make dpkg-dev depend on dpkg (>= 1.14.13) as the latest Dpkg.pm is needed
10262     for dpkg-source.
10264  -- Raphaël Hertzog <hertzog@debian.org>  Thu, 27 Dec 2007 11:20:38 +0100
10266 dpkg (1.14.13) unstable; urgency=low
10268   [ Frank Lichtenheld ]
10269   * Add an own manpage for Dpkg's version format. Mostly stolen
10270     from policy. Closes: #373003
10271   * Fix control file parsing for field values starting with a colon.
10272     Apparently nobody ever needed this until Vcs-Cvs came along.
10273     Closes: #453364
10274   * Copy the usr/share/doc directory to dpkg-dev and dselect (Instead
10275     of using symlinks). The space requirements are minimal and adding
10276     the needed dependencies to comply with policy would be way more
10277     inconvenient. Pointed out by Rene Engelhard. Closes: #452730
10278   * Allow more than one arch and more than one type of a package
10279     in debian/files. Parts of the patch by Goswin von Brederlow
10280     and Bastian Blank. Closes: #356299, #377400, #229143
10281   * Allow building only architecture independent packages (-A).
10282     Closes: #109794, #200454
10283   * Bump Standards-Version to 3.7.3 (no changes)
10285   [ Raphaël Hertzog ]
10286   * When dpkg-shlibdeps finds a lib in a directory which is just a symlink to
10287     another directory that is also considered, remember the other directory
10288     name as the canonical one. Closes: #453885
10289   * dpkg-shlibdeps doesn't warn any more about libm.so.6 being unused if the
10290     binary is also linked against libstdc++ since g++ always add an implicit
10291     -lm. Closes: #454616
10292   * Included files in symbols files (via #include) do no more need to repeat
10293     the header line. Closes: #455260
10294   * Tweak the sort algorithm between dependencies so that intervals
10295     are displayed as "a (>= 1), a (<< 2)" instead of the opposite.
10296     Closes: #455520
10297   * Extend format of symbols files to support arbitrary fields of
10298     meta-information. First field is Build-Depends-Package used to extract the
10299     version requirement possibly encoded in the Build-Depends field and make
10300     sure that the generated dependency is at least as strict as this one.
10301   * Fix dpkg-gensymbols to not update version info of a deprecated symbol.
10302     Closes: #457739
10303   * Fix dpkg-source's behaviour with options -sk -sK -sp -sP. Closes: #457784
10305   [ Guillem Jover ]
10306   * Ignore the man pages when building without NLS support. Closes: #457673
10307   * Fix perl warnings:
10308     - Check for undefined values when reading from the alternative db.
10309   * Properly handle symlinks for alternatives with nonexistent slave links.
10310     Closes: #76295, #246906, #433567, #451872, #220044, #392440, #441021
10311     Closes: #443241
10312     Based on a patch by Daniel Leidert <daniel.leidert@wgdd.de>.
10313   * Fail when diverting to a non existent directory. Closes: #245562
10314     Thanks to Flavio Stanchina <flavio@stanchina.net>.
10315   * Refactor update-alternatives.
10317   [ Updated programs translations ]
10318   * French (Christian Perrier, as this was trivial).
10319   * Spanish (Javier Fernández-Sanguino Peña). Closes: #456984
10320   * Swedish (Peter Karlsson).
10322   [ Updated man pages translations ]
10323   * German (Helge Kreutzmann).
10324   * Swedish (Peter Karlsson).
10326   [ Updated scripts translations ]
10327   * French (Frédéric Bothamy).
10328   * German (Helge Kreutzmann).
10329   * Japanese (Kenshi Muto). Closes: #455841
10330   * Swedish (Peter Karlsson).
10332  -- Guillem Jover <guillem@debian.org>  Thu, 27 Dec 2007 09:16:45 +0200
10334 dpkg (1.14.12) unstable; urgency=low
10336   [ Raphaël Hertzog ]
10337   * Add -I<file> option to dpkg-gensymbols to force the usage of a specific
10338     symbols file.
10339   * Dpkg::Shlibs::find_library() now returns canonicalized paths.
10340   * dpkg-shlibdeps always tries the realpath() of a lib as fallback when
10341     trying to identify the package of a lib (and not only for symlinks).
10342   * dpkg-shlibdeps doesn't fail any more if it can't find unversioned
10343     libraries on the presumption that they are just private libraries. Outputs
10344     a warning instead.
10345   * Expand the dpkg-shlibdeps manual page with explanations concerning
10346     failures.
10347   * The environment variable DPKG_GENSYMBOLS_CHECK_LEVEL can be used to force
10348     dpkg-gensymbols to use a precise level of checks. Closes: #452022
10350   [ Guillem Jover ]
10351   * Define several private functions and variables as static.
10352   * Move extern declarations to header files and stop defining them as extern.
10353   * Unify parsing of Section and Priority in dpkg-gencontrol with Homepage.
10354   * Switch dpkg-scanpackages to use the new Dpkg::ErrorHandling and
10355     Dpkg::Versions modules.
10357  -- Guillem Jover <guillem@debian.org>  Thu, 29 Nov 2007 06:14:09 +0200
10359 dpkg (1.14.11) unstable; urgency=low
10361   [ Raphaël Hertzog ]
10362   * dpkg-shlibdeps now ignores the lack of dependency information in some
10363     specific cases (instead of failing):
10364     - when the library is in the same package than the binary analyzed
10365     - when the library is not versioned and can't have a shlibs file
10366   * dpkg-shlibdeps now only displays 10 warnings about symbols not found for
10367     each binary and a count of skipped warnings. Closes: #452318
10368   * dpkg-shlibdeps: optimize "dpkg -S" lookups by caching results, patch
10369     from Aaron M. Ucko <ucko@debian.org>. Closes: #452577
10371   [ Guillem Jover ]
10372   * Fix dpkg-scanpackages to properly support an optional override file.
10373     Closes: #452621
10375  -- Guillem Jover <guillem@debian.org>  Sat, 24 Nov 2007 07:19:02 +0200
10377 dpkg (1.14.10) unstable; urgency=low
10379   [ Raphaël Hertzog ]
10380   * dpkg-shlibdeps now correctly identify private libraries (avoid many
10381     warnings with perl/python modules). Closes: #452338
10382   * Move capit() to a Dpkg::Fields module and use it in dpkg-shlibdeps.
10383     Closes: #452262
10384   * Add more debug messages to dpkg-shlibdeps to ease collecting information
10385     in case of problems.
10386   * dpkg-shlibdeps now accepts again empty dependencies in shlibs files.
10387   * dpkg-shlibdeps will try harder to identify packages providing a library
10388     by looking up dpkg -S on the realpath of any symlink to a library.
10389     Closes: #452339
10390   * dpkg-source now correctly identifies the extension of the
10391     orig.tar.{gz,bz2,lzma} file and won't unexpectedly create "Format: 2.0"
10392     .dsc files.
10394   [ Guillem Jover ]
10395   * Add support for Package-Type in dpkg-name.
10396   * Restore cross compilation support by honoring the environment host and
10397     arch variables to override the default values on the dpkg-dev scripts.
10399   [ Updated man pages translations ]
10400   * Swedish (Peter Karlsson)
10402   [ Added scripts translations ]
10403   * Swedish (Peter Karlsson)
10405  -- Guillem Jover <guillem@debian.org>  Fri, 23 Nov 2007 06:32:27 +0200
10407 dpkg (1.14.9) unstable; urgency=low
10409   [ Raphaël Hertzog ]
10410   * Fix bad behaviour of Dpkg::Path::get_pkg_root_dir() and adjust
10411     dpkg-shlibdeps accordingly. Closes: #452012
10412   * Fix Dpkg::Deps to accept empty fields. Closes: #452013
10414   [ Updated man pages translations ]
10415   * German (Helge Kreutzmann).
10417  -- Guillem Jover <guillem@debian.org>  Tue, 20 Nov 2007 07:15:41 +0200
10419 dpkg (1.14.8) unstable; urgency=low
10421   [ Raphaël Hertzog ]
10422   * Heavy rework of dpkg-shlibdeps:
10423     - Support "symbols" files to generate finer-grained dependencies.
10424       Those files can be created by the new dpkg-gensymbols command.
10425       Closes: #430367
10426     - Uses now all paths in RPATH (instead of only the first).
10427       Closes: #395942
10428     - Support parsing include directives in /etc/ld.so.conf. Closes: #431597
10429     - Libraries are also searched in the public directories of packages
10430       being built and thus debian/shlibs.local can effectively define
10431       dependencies for libraries that are being built. Closes: #80340
10432     - "symbols" files use the full SONAME as key instead of splitting it in
10433       (name, version) like in the "shlibs" format. This allows binaries to
10434       be linked with unversioned libraries and not fail. Note that
10435       unversioned libraries are still a very bad idea.  Closes: #48208
10436     - dpkg-shlibdeps now supports '-x<package>' options that can be used to
10437       exclude packages from generated dependencies (use with care though).
10438       Closes: #41907, #109954
10439     - If dpkg-shlibdeps doesn't find any dependency information for a
10440       shared library that is actively used, then it will fail. This can be
10441       disabled with the option '--ignore-missing-info'. Closes: #10807
10442   * Switch perl programs to use the new Dpkg::Deps module. This changes the
10443     behaviour of dpkg-gencontrol and dpkg-source which will rewrite and
10444     simplify dependencies and build dependencies as possible. Multiple
10445     dependencies on the same package are replaced by their intersection.
10446     Closes: #178203, #186809, #222652
10448   [ Frank Lichtenheld ]
10449   * Add $(MAKE) check to build target
10450   * Allow using other compressions than gzip on dpkg-source -b
10451     (NOTE: this will result in a Format: 2.0 source package!).
10452     Closes: #382673
10453   * Various small fixes to the manpages suggested by Helge Kreutzmann.
10454     Closes: #445858
10455   * Fix Dpkg::BuildOptions (and thereby dpkg-buildpackage) to really
10456     set DEB_BUILD_OPTIONS. Found by Daniel Shepler. Closes: #446119
10457   * Change some ' in shell code in dpkg-source.1 and dpkg-query.1 to
10458     proper \(aq. Reported by Daniel van Eeden. Closes: #447476
10460   [ Guillem Jover ]
10461   * Use shipped perl modules when calling perl programs at build time.
10462   * Switch perl programs to use the new Dpkg::ErrorHandling and Dpkg::Arch
10463     perl modules.
10464   * Add support for format strings in Dpkg::ErrorHandling functions.
10465   * Move build and host arch detection code from dpkg-architecture to
10466     Dpkg::Arch.
10467   * Add initial udeb support:
10468     - Support new fields Package-Type, Subarchitecture, Kernel-Version
10469       and Installer-Menu-Item. Closes: #383916
10470     - New '--type' option for dpkg-scanpackages.
10471   * Make dpkg-dev Conflict on dpkg-cross << 2.0.0 which was sourcing
10472     dpkg-buildpackage expecting it to be a shell script. Closes: #445852
10473   * Get rid of undefined macros from man pages. Thanks to Colin Watson
10474     for the analysis.
10476   [ Updated dselect translations ]
10477   * Czech (Miroslav Kure).
10479   [ Added programs translations ]
10480   * Thai (Theppitak Karoonboonyanan). Closes: #446501
10482   [ Updated programs translations ]
10483   * Czech (Miroslav Kure).
10484   * Galician (Jacobo Tarrio). Closes: #446624
10485   * Polish (Robert Luberda).
10486   * Russian (Yuri Kozlov). Closes: #446278
10488   [ Updated man pages translations ]
10489   * German (Helge Kreutzmann). Closes: #448354
10490   * Polish (Robert Luberda).
10491   * Swedish (Peter Karlsson).
10493   [ Added scripts translations ]
10494   * German (Helge Kreutzmann). Closes: #448353
10496   [ Updated scripts translations ]
10497   * Polish (Robert Luberda).
10498   * Swedish (Peter Karlsson).
10500  -- Guillem Jover <guillem@debian.org>  Mon, 19 Nov 2007 10:36:30 +0200
10502 dpkg (1.14.7) unstable; urgency=low
10504   [ Guillem Jover ]
10505   * Add back $dpkglib into @INC, needed by the controllib.pl require in
10506     822-date. Closes: #440962
10507   * Document in dpkg-scanpackages that apt now requires Packages.bz2 in
10508     preference to Packages.gz. Closes: #440973
10509   * Stop recognizing the obsolete Optional field when building packages.
10510   * Use fakeroot, if present, by default to gain root privileges in
10511     dpkg-buildpackage.
10512   * Fix typos in dpkg-deb.1 and start-stop-daemon.8. Closes: #441051
10513     Thanks to A. Costa.
10514   * After '<prerm> remove' fails and while doing the error unwinding, if
10515     the '<postinst> abort-remove' call succeeds, preserve the old status
10516     instead of unconditionally setting it to 'Installed'. Closes: #432893
10517     Thanks to Brian M. Carlson.
10518   * Add Vcs-Browser and Vcs-Git fields to debian/control.
10519   * Add a Homepage field to debian/control (to be changed later when
10520     there's a more formal site).
10521   * Allow comparing unsupported architectures for equality and identity.
10522     Based on a patch by Frank Lichtenheld. Closes: #427210
10523   * Document Origin and Bugs fields in deb-control.5. Closes: #173463
10524   * Do not replace substvars for build dependencies (it was not supported
10525     anyway).
10527   [ Frank Lichtenheld ]
10528   * Add _MTN to dpkg-source -i default regex. Suggested by Jari Aalto.
10529   * Convert dpkg-buildpackage to a Perl script.
10530     Fix some bugs in the new script detected in experimental:
10531     Closes: #444362
10532   * dpkg-buildpackage accepts a -j<n> option now which will set
10533     MAKEFLAGS(-j<n>) and DEB_BUILD_OPTIONS(parallel=<n>) accordingly.
10534     parallel=<n> in DEB_BUILD_OPTIONS will be passed to MAKEFLAGS as
10535     well. Based on an idea by Robert Millan. Closes: #440636
10536   * Allow dpkg-source -I without a pattern which will load a default
10537     list of pattern similar to -i without regexp. Patch by
10538     Jari Aalto. Closes: #440972
10539   * Rework documentation of dpkg-source's -i and -I options.
10540     Closes: #323911, #440956
10541   * Add --utf8-strings to gpg call in dpkg-buildpackage since
10542     that seems to be the better default. Suggested by Székelyi Szabolcs.
10543     Closes: #379418
10544   * Let dpkg-buildpackage error out early if the version number from
10545     the changelog is not a valid Debian version. Closes: #216075
10546   * Fix dpkg-source to create correct diffs for files with spaces in
10547     their name (apparently we don't have many of those ;).
10548     Based on a patch by Marcel Toele. Closes: #445380
10550   [ Updated programs translations ]
10551   * Basque (Piarres Beobide). Closes: #440859
10552   * Danish (Claus Hindsgaul). Closes: #441106
10553   * French (Frédéric Bothamy).
10554   * German (Sven Joachim). Closes: #440537
10555   * Nepali (Shiva Prasad Pokharel). Closes: #437825
10556   * Portuguese (Miguel Figueiredo). Closes: #441113
10557   * Romanian (Eddy Petrişor).
10558   * Vietnamese (Clytie Siddall). Closes: #440502
10559   * Korean (Sunjae Park). Closes: #443190
10561   [ Updated man pages translations ]
10562   * German (Helge Kreutzmann).
10563   * Swedish (Peter Karlsson).
10564   * Korean (Sunjae Park). Closes: #443191
10566   [ Updated scripts translations ]
10567   * Correct a typo in the French translation. Closes: #443276
10568   * Swedish (Peter Karlsson).
10570  -- Guillem Jover <guillem@debian.org>  Mon, 08 Oct 2007 07:31:34 +0300
10572 dpkg (1.14.6) unstable; urgency=low
10574   [ Frank Lichtenheld ]
10575   * Synchronise usage information of dpkg, dpkg-deb, and
10576     dpkg-query man pages. This fixes some small mistakes
10577     and also Closes: #321520
10579   [ Guillem Jover ]
10580   * Man pages cleanup:
10581     - Some italics and bold fixes.
10582     - Unify ellipsis, argument separator, and remove redundant program name
10583       preceding the options.
10584     - Substitute 'FILES' header with 'SEE ALSO' in dpkg-buildpackage(1),
10585       and remove leftover string from man page split. Closes: #439306
10586     - Split option descriptions so that it gets easier to distinguish.
10587     - Unify author and copyright information formatting.
10588   * Move variables automatically modified at build time for the perl scripts
10589     to a new style perl module (Dpkg) and make all programs use it.
10590   * Switch 'dpkg-gettext.pl' to a new style perl module (Dpkg::Gettext).
10591   * Implement support for Breaks field. Closes: #379140
10592     Thanks to Ian Jackson.
10593   * Run the deconfiguration of each package to be deconfigured once, instead
10594     of once per each conflicting package being removed. Closes: #378003
10595     Thanks to Ian Jackson.
10596   * Do not segfault when the result from a 'dpkg-query -l' is bigger than
10597     the total number of current packages, and do not produce repeated
10598     results with overlapping patterns on 'dpkg-query -W'. Closes: #428427
10599   * Tightening dpkg-dev versioned Depends to dpkg 1.14.6, and dpkg Conflicts
10600     against << dpkg-dev 1.14.6, where the perl modularization started.
10601   * Do not print empty lines after 'Setting up ...' output. Closes: #392317
10602   * When a slave alternative is inapplicable do not attempt to create the
10603     slave link before removing it again. Closes: #411699
10604     Thanks to Ian Jackson.
10605   * Do not consider it a file conflict if the package contains a symlink
10606     to a directory where the existing symlink on-disk points to the
10607     same place. Closes: #377682
10608     Thanks to Ian Jackson.
10609   * Fix perl warnings:
10610     - When removing a non diverted file with dpkg-divert. Closes: #438416
10611   * Implement support for Homepage field. Closes: #142324
10612   * Ignore XB- fields instead of XC- fields from control file binary package
10613     stanzas in dpkg-genchanges.
10614   * Explicitly ignore all known fields from the control file source package
10615     stanza in dpkg-genchanges, instead of leaving unknown fields unwarned.
10616   * Implement support for Vcs-Browser, Vcs-Arch, Vcs-Bzr, Vcs-Cvs, Vcs-Darcs,
10617     Vcs-Git, Vcs-Hg, Vcs-Mtn and Vcs-Svn fields in control file source
10618     package stanza.
10619   * Implement support for Tag field.
10621   [ Updated scripts translations ]
10622   * French (Frédéric Bothamy, Christian Perrier).
10623   * Swedish (Peter Karlsson).
10625   [ Updated programs translations ]
10626   * Dzongkha (Tshewang Norbu). Closes: #430931
10627   * Nepali (Shiva Prasad Pokharel). Closes: #435353
10628   * Polish (Robert Luberda).
10629   * Russian (Yuri Kozlov). Closes: #436147
10630   * Swedish (Peter Karlsson).
10632   [ Updated dselect translations ]
10633   * Russian (Yuri Kozlov). Closes: #436149
10634   * Swedish (Peter Karlsson).
10636   [ Updated man pages translations ]
10637   * German (Helge Kreutzmann).
10638   * Polish (Robert Luberda).
10639   * Swedish (Peter Karlsson).
10641  -- Guillem Jover <guillem@debian.org>  Wed, 05 Sep 2007 07:36:02 +0300
10643 dpkg (1.14.5) unstable; urgency=low
10645   [ Guillem Jover ]
10646   * Add lpia support to ostable and triplettable.
10647   * Fix dpkg-source to not emit duplicated entries for the Architecture field
10648     in the .dsc file.
10649   * Fix dpkg-scanpackages to load the override file after having filled the
10650     packages information. Closes: #428169, #428470
10651   * Add '.shelf' to the default dpkg-source -i regex. Closes: #427827
10652     Thanks to Adeodato Simó.
10653   * Support a colon separated list of paths from the ELF RPATH field in
10654     dpkg-shlibdeps. Thanks to Jiří Paleček. Closes: #427988
10655   * Man pages cleanup:
10656     - Reference deb-substvars(5) instead of dpkg-substvars(5). Closes: #429182
10657     - Mark dpkg-* commands in bold.
10658     - Unify title header.
10659     - Remove an additional space in install-info(8) and mark gzip in bold
10660       and remove redundant reference to GNU.
10661     - Fix explanation of dpkg-source '-b' option, remove a reference to
10662       checking for a missing empty string argument, and add a reference
10663       to '-sX' arguments affecting the behavior. Closes: #428167
10664     - Remove documented dpkg-gencontrol options in dpkg-source left over
10665       from the man pages split.
10667   [ Frank Lichtenheld ]
10668   * Fix typo in German translation of start-stop-daemon(8).
10669     Noted by Joachim Breitner. Closes: #430008
10670   * Correct permission and owner/group handling when extracting
10671     tar balls to match more the user's preferences instead of
10672     ours or the ones from the originator of the tar ball. Patch
10673     by Ian Jackson. Closes: #390915, #207289
10674   * dpkg-source warns now about new empty files since those will
10675     not be represented in the diff. Closes: #383394
10677   [ Updated dselect translations ]
10678   * French (Christian Perrier).
10679   * Romanian (Eddy Petrişor).
10681   [ Updated programs translations ]
10682   * Estonian (Ivar Smolin). Closes: #427589
10683   * Portuguese (Miguel Figueiredo).
10684   * Romanian (Eddy Petrişor).
10685   * Spanish (Javier Fernandez-Sanguino). Closes: #429958
10687   [ Updated man pages translations ]
10688   * German (Helge Kreutzmann).
10690  -- Frank Lichtenheld <djpig@debian.org>  Tue, 03 Jul 2007 00:27:07 +0200
10692 dpkg (1.14.4) unstable; urgency=low
10694   [ Guillem Jover ]
10695   * Fix perl warnings:
10696     - When unpacking a source package with -sp from a different directory
10697       than the one containing the tarball. Closes: #424998
10698   * Remove an unused variable in dpkg-statoverride by renaming it to the
10699     initially intended name. Closes: #425041
10700   * Fix loose regex in dpkg-source (/\.debian.tar/ -> /\.debian\.tar/).
10701     Thanks to Kylan Robinson. Closes: #425629
10702   * Revert change on 1.14.0 from Aaron M. Ucko. Trim down duped entries only
10703     when passing them to dpkg-query instead. Closes: #425641
10704   * Recognize again architecture wildcards. Closes: #424670
10706   [ Updated programs translations ]
10707   * Basque (Piarres Beobide). Closes: #425776
10708   * French (Frédéric Bothamy).
10709   * Galician (Jacobo Tarrío).
10711  -- Guillem Jover <guillem@debian.org>  Thu, 24 May 2007 19:30:26 +0300
10713 dpkg (1.14.3) unstable; urgency=low
10715   [ Guillem Jover ]
10716   * Fix perl warnings:
10717     - In dpkg-genchanges when called with -S. Closes: #423193
10718     - In architecture comparison operations. Closes: #423452
10719     - Fill slavepaths undefined entries with an empty string to guarantee
10720       they are always defined. Closes: #423140, #423451, #423544, #423555
10721   * Include the new split man pages deb-substvars.5, deb-override.5 and
10722     deb-shlibs.5 in dpkg-dev.
10723   * Fix deb-substvars.5 section to match reality.
10724   * Refactor update-alternatives.
10725   * Fix dpkg-divert to work again w/o specifying the '--divert' and
10726     '--package' or '--local' options. Closes: #423864
10727   * Document in install-info.8 that when no '--section' option is specified,
10728     install-info will try to use the INFO-DIR-SECTION entry from the info
10729     file. Add missing commas. Thanks to Kurt B. Kaiser. Closes: #397737
10730   * Disambiguate in install-info.8 the use of 'Info directory' with
10731     'Info dir file'. Closes: #420766
10732   * Document in deb-control.5 that the control file can have '#'-style
10733     comments. Closes: #406481
10734   * Make start-stop-daemon fork twice while daemonizing.
10736   [ Updated scripts translations ]
10737   * French (Frédéric Bothamy). Closes: #423392
10739   [ Updated programs translations ]
10740   * French (Christian Perrier).
10741   * German (Sven Joachim). Closes: #423401
10743   [ Updated dselect translations ]
10744   * German (Sven Joachim). Closes: #423403
10746  -- Guillem Jover <guillem@debian.org>  Tue, 15 May 2007 16:02:59 +0300
10748 dpkg (1.14.2) unstable; urgency=low
10750   [ Guillem Jover ]
10751   * Remove bashisms in dpkg-buildpackage. Closes: #422239
10752   * Handle case in update-alternatives when there's no existing alternative
10753     to configure. Closes: #260987, #353252, #367717, #392431
10754   * Add solaris support to ostable and triplettable. Closes: #361866
10755   * Properly create the generic name symlink in update-alternatives for new
10756     alternatives. Closes: #422979
10757   * Include translations again, which disappeared due to a dirty source tree
10758     and a bogus Makefile.am for the man pages. Closes: #423029, #423085
10760  -- Guillem Jover <guillem@debian.org>  Wed, 09 May 2007 22:22:45 +0300
10762 dpkg (1.14.1) unstable; urgency=low
10764   [ Guillem Jover ]
10765   * Fix partial upgrades by tightening dpkg-dev versioned Depends to
10766     dpkg 1.14.0, and dpkg Conflicts against << dpkg-dev 1.14.0, where
10767     the triplettable support first appeared. Closes: #422848
10769  -- Guillem Jover <guillem@debian.org>  Tue, 08 May 2007 18:23:49 +0300
10771 dpkg (1.14.0) unstable; urgency=low
10773   [ Guillem Jover ]
10774   * Make the copyright information in dpkg-deb.1 and dpkg-split.1 match the
10775     one in the source. Thanks to Nicolas François. Closes: #379320
10776   * Allow dpkg-buildpackage to properly override '-b' when passed after '-B'.
10777     Thanks to Julian Gilbey. Closes: #397479
10778   * Move retrieval of uid and gid information from controllib.pl into a
10779     function, so that scripts not needing it do not execute that code.
10780     Based on a patch by Riku Voipio. Closes: #396884
10781   * Do not bail out in dpkg when building without start-stop-daemon support,
10782     by checking if the macro value is true instead of it being defined.
10783     Thanks to Mark Rosenstand.
10784   * Make all perl scripts use strict and warnings, to ease catching errors.
10785   * Refactor update-alternatives code, with the side effect that now commands
10786     on non existing link group files will return an error code (except
10787     for --remove, now). Closes: #273407
10788   * Add a missing newline to a warning message in dpkg. Closes: #390914
10789     Thanks to Ian Jackson.
10790   * Fix typo in variable name in dpkg-source which was causing it to not
10791     create directories when extracting the diff. Closes: #374645
10792   * Fix up and down keystrokes in the dselect help message. Closes: #383438
10793     Thanks to Sven Joachim.
10794   * Convert 822-date to be a simple wrapper around 'date -R'. 822-date is
10795     now deprecated and should not be used anymore. It might be removed
10796     sometime in the future. Closes: #31634, #367712, #314462
10797     Thanks to Frank Lichtenheld.
10798   * Add '.gitignore' to the default dpkg-source -i regex. Closes: #409566
10799     Thanks to Julien Cristau.
10800   * Add '.hg' to the default dpkg-source -i regex. Closes: #414794
10801   * Use l10n-friendlier strings to describe dependencies. Closes: #390916
10802     Thanks to Ian Jackson.
10803   * Change priority for dpkg-dev from standard to optional to match the
10804     override.
10805   * Do not use a build-stamp in debian/rules.
10806   * Fix confusing bottom status lines in dselect, unifying them by removing
10807     the method or package name and capitalizing. Closes: #9085
10808   * Check proper error value returned by BZ2_bzerror. Closes: #410605
10809   * Exit with an error instead of an assert if a file name is too long when
10810     building a .deb package. Closes: #393069
10811   * Exit with an error instead of an assert if the number of conflictors is
10812     exceeded. Remove bogus comments. Closes: #377855
10813   * Fix regular expression special-casing Origin, Bugs and Maintainer fields
10814     which was making X[SBC]- fields containing such strings to propagate into
10815     the .deb control file unprocessed. Thanks to Colin Watson.
10816   * Add support for '--admindir' in dpkg-buildpackage, dpkg-checkbuilddeps
10817     and dpkg-shlibdeps. Closes: #162348
10818   * Cleaning and format unification of manual pages.
10819   * Make the override-file argument to dpkg-scanpackages optional.
10820   * Refactor compression filtering code.
10821   * Split override file information from dpkg-scanpackages.1 into
10822     deb-override.5 manual page.
10823   * Split dpkg-source.1 into independent man pages, namely deb-substvars.5,
10824     deb-shlibs.5, dpkg-buildpackage.1, dpkg-distaddfile.1, dpkg-genchanges.1,
10825     dpkg-gencontrol.1, dpkg-parsechangelog.1 and dpkg-shlibdeps.1.
10826   * Support building binary packages with the member data.tar.lzma compressed
10827     with lzma.
10828   * Require gettext 0.16.1.
10829   * Show the epoch (if present) when displaying package versions.
10830     Closes: #107449, #179913, #345594, #393924, #405668
10831     Based on a patch by Jeffrey W. Baker.
10832   * Switch from pseudo-tags to usertags, and update the documentation.
10833   * Fix typo in German dpkg man page. Closes: #416167
10834     Thanks to Martin Weis.
10835   * Properly sort Uploaders field in generated .dsc files.
10836   * Reorder a bit the fields in output files.
10837   * Speed up dpkg-shlibdeps by avoiding doing a dpkg-query for duped
10838     libraries. Thanks to Aaron M. Ucko. Closes: #421290
10839   * Generalize source architecture handling by abstracting it through the new
10840     Debian triplet and the new triplettable.
10841   * Add armel support to ostable and triplettable. Closes: #414087
10843   [ Updated programs translations ]
10844   * Dutch (Bart Cornelis).
10845   * French (Frédéric Bothamy).
10846   * Polish (Robert Luberda).
10847   * Romanian (Eddy Petrişor).
10848   * Simplified Chinese (Anthony Wong). Closes: #415320
10849   * Traditional Chinese (Anthony Wong). Closes: #415230
10851   [ Added programs translations ]
10852   * Estonian added (Ivar Smolin). Closes: #422404
10853   * Kurdish added (Erdal Ronahi). Closes: #418154
10854   * Marathi added (Priti Patil). Closes: #416810
10856   [ Updated man pages translations ]
10857   * German (German l10n team). Closes: #418528
10858   * Polish (Robert Luberda).
10860   [ Updated dselect translations ]
10861   * Dutch (Bart Cornelis).
10862   * Polish (Robert Luberda).
10864  -- Guillem Jover <guillem@debian.org>  Tue, 08 May 2007 11:11:50 +0300
10866 dpkg (1.13.25) unstable; urgency=low
10868   [ Guillem Jover ]
10869   * Fix year 2018 in changelog for Michael Alan Dorman's upload in 1998,
10870     which was confusing the changelog parsers. Closes: #402526
10871   * Document in its man page that update-alternatives requires cooperation
10872     from all packages dealing with the specific file. Closes: #396338
10873     Thanks to Tomas Pospisek <tpo_deb@sourcepole.ch>.
10874   * Require POSIX inside subprocerr in controllib.pl. Closes: #390636
10875     Thanks to Brendan O'Dea <bod@debian.org>.
10876   * Support extracting lzma compressed source and binary packages,
10877     and add a Suggests on package lzma. Closes: #347715
10878   * Add '/emul/ia32-linux' biarch paths to dpkg-shlibdeps. Closes: #403216
10879   * Remove non-modified /etc/dpkg/dpkg.cfg configuration file when upgrading
10880     from versions 1.9.21 through 1.10.28, to avoid getting prompted about
10881     conffile changes. Closes: #398061
10883   [ Updated programs translations ]
10884   * Chinese (Traditional, Asho Yeh).
10885   * Korean (Sunjae Park). Closes: #394135, #404938
10886   * Norwegian Bokmal (Hans Fredrik Nordhaug). Closes: #391143
10887   * Nepali (Shiva Prasad Pokharel).
10888   * Romanian (Eddy Petrişor).
10889   * Catalan (Jordà Polo).
10890   * Swedish (Peter Karlsson).
10891   * Vietnamese (Clytie Siddall). Closes: #399343
10893   [ Added programs translations ]
10894   * Punjabi (A S Alam).
10896   [ Updated scripts translations ]
10897   * Catalan (Jordi Mallach).
10899   [ Updated dselect translations ]
10900   * Korean (Sunjae Park). Closes: #404943
10902  -- Guillem Jover <guillem@debian.org>  Tue,  2 Jan 2007 00:23:57 +0200
10904 dpkg (1.13.24) unstable; urgency=low
10906   [ Guillem Jover ]
10907   * Fix dselect segfault by adding a field description matching the
10908     dependency field enum position. Closes: #392731, #392724
10910   [ Updated programs translations ]
10911   * Nepali (Shiva Prasad Pokharel). Closes: #373728
10913  -- Guillem Jover <guillem@debian.org>  Fri, 13 Oct 2006 16:34:39 +0300
10915 dpkg (1.13.23) unstable; urgency=low
10917   [ Guillem Jover ]
10918   * Add initial support for the Breaks field, by parsing but rejecting it.
10919     Thanks to Ian Jackson <iwj@ubuntu.com>. Closes: #375703
10920   * Use dpkg-architecture from the source tree to get the target Debian
10921     architecture, instead of duplicating the logic in the m4 files.
10922   * Remove comment headers in dselect/helpmsgs.{cc,h} about the files being
10923     autogenerated, replace them with a proper license and copyright comment.
10924     Closes: #382308
10925   * Add a new line at the end of m4/compiler.m4 file, to cope with an
10926     autoreconf failure due to the new m4 1.4.7.
10928   [ Nicolas François ]
10929   * Specify --null before the -T tar's option to avoid the "tar: -: file name
10930     read contains nul character" warning.
10931     Closes: #376351, #375749, #376724, #377279
10933   [ Added programs translations ]
10934   * Dzongkha (Kinley Tshering).
10936   [ Updated programs translations ]
10937   * Basque (Piarres Beobide). Closes: #375118
10938   * Brazilian Portuguese (Andre Luis Lopes).
10939   * Catalan (Robert Millan, Jordi Mallach). Closes: #383448
10940   * Czech (Miroslav Kure).
10941   * Danish (Claus Hindsgaul).
10942   * Dutch (Bart Cornelis).
10943   * Dzongkha (Tenzin Dendup). Closes: #388192
10944   * French (Frédéric Bothamy).
10945   * Galician (Jacobo Tarrio).
10946   * German (Sven Joachim). Closes: #381409, #381740
10947   * Hungarian (SZERVÁC Attila).
10948   * Italian (Stefano Canepa, Davide Viti). Closes: #387821
10949   * Japanese (Kenshi Muto). Closes: #386963
10950   * Khmer (Khoem Sokhem). Closes: #375099
10951   * Portuguese (Miguel Figueiredo, Rui Branco).
10952   * Romanian (Eddy Petrişor).
10953   * Russian (Yuri Kozlov). Closes: #376746, #391143
10954   * Slovak (Peter Mann). Closes: #387282
10955   * Spanish (Javier Fernandez-Sanguino). Closes: #386759
10956   * Swedish (Daniel Nylander). Closes: #383643
10957   * Vietnamese (Clytie Siddall). Closes: #383588
10959   [ Added scripts translations ]
10960   * Catalan (Jordi Mallach).
10961   * French (Philippe Batailler).
10963   [ Updated dselect translations ]
10964   * Brazilian Portuguese (Andre Luis Lopes).
10965   * Catalan (Robert Millan, Jordi Mallach).
10966   * Danish (Claus Hindsgaul).
10967   * German (Sven Joachim). Closes: #384843
10968     (Sven is now the new German translation maintainer for dpkg and dselect).
10969   * Hungarian (SZERVÁC Attila).
10970   * Indonesian (Arief S Fitrianto). Closes: #391144
10971   * Italian (Stefano Canepa).
10972   * Japanese (Kenshi Muto).
10973   * Norwegian Bokmål (Hans Fr. Nordhaug).
10974   * Russian (Yuri Kozlov).
10975   * Slovak (Peter Mann).
10976   * Spanish (Javier Fernández-Sanguino Peña). Closes: #391144
10977   * Swedish (Daniel Nylander).
10978   * Vietnamese (Clytie Siddall).
10980   [ Updated man pages translations ]
10981   * French (Philippe Batailler).
10982   * German (Helge Kreutzmann). Closes: #379030
10984   [ Added man pages translations ]
10985   * German (Helge Kreutzmann).
10986     Closes: #379286, #379298, #379417, #379433, #379661, #379798, #379825
10987     Closes: #379985, #380130, #380239, #380365, #381047, #380660, #380443
10988     Closes: #381349, #381488
10989   * Japanese (KISE Hiroshi).
10990     Closes: #381141, #381865, #384768, #385675, #386965, #388837
10992  -- Guillem Jover <guillem@debian.org>  Thu, 12 Oct 2006 02:56:09 +0300
10994 dpkg (1.13.22) unstable; urgency=low
10996   [ Guillem Jover ]
10997   * Version the po4a Build-Depends to >= 0.23 as we are using options
10998     introduced in that version. Thanks to Sergio Gelato. Closes: #370536
10999   * Add '.bzrtags' directory to default dpkg-source -i regex.
11000     Suggested by Adeodato Simó. Closes: #370392
11001   * Print update-alternatives '--config' listing layout evenly spaced.
11002     Closes: #325895
11003   * Clarify the legend in update-alternatives '--help' (Andrew Ferrier).
11004     Closes: #305318
11005   * Add the source version inside parenthesis to the Source field in the
11006     generated .changes and binary packages if the binary package version
11007     differs (like in binNMUs). Closes: #62529
11008   * Add missing comment serving as documentation about abort-remove on
11009     removal in dpkg.postinst (Justin Pryzby). Closes: #372145
11010   * Fix typo in dpkg-deb manpage (Robert Luberda). Closes: #373999
11011   * Clarify dpkg-architecture new options '-e' and '-i' in man page, add
11012     backward compatibility information and give some examples.
11013     Thanks for the initial suggestions to Junichi Uekawa. Closes: #370830
11014   * Modified some strings to be able to merge them in the .pot files.
11015   * Add new '--umask' option to start-stop-daemon. Closes: #368003
11017   [ Frank Lichtenheld ]
11018   * dpkg-source issued spurious warnings about fields defined with
11019     XB-. They now get correctly suppressed. Closes: #374154
11020   * Give a correct warning when the user requested an unknown
11021     sign command that we will default to a pgp style interface.
11022     Closes: #133470
11024   [ Updated programs translations ]
11025   * Romanian (Eddy Petrişor).
11026   * Galician (Jacobo Tarrio).
11027   * French (Christian Perrier).
11028   * Swedish (Peter Karlsson).
11029   * Basque (Piarres Beobide). Closes: #373107
11030   * Polish (Robert Luberda).
11031   * Catalan (Guillem Jover).
11033   [ Added programs translations ]
11034   * Nepali (Paras Pradhan). Closes: #373728
11036   [ Updated dselect translations ]
11037   * Simplified Chinese (Kov Tchai). Closes: #366260
11039   [ Updated man pages translations ]
11040   * Polish (Robert Luberda).
11042   [ Christian Perrier ]
11043   * Typo fix in update-alternatives ("alternativse"). Thanks to Eddy Petrisor
11044     for spotting it. Translations unfuzzied.
11045   * Make similar messages in dpkg-statoverride and dpkg-divert exactly similar
11046     Thanks to Eddy Petriso for spotting them, again.
11048  -- Guillem Jover <guillem@debian.org>  Wed, 21 Jun 2006 18:03:29 +0300
11050 dpkg (1.13.21) unstable; urgency=low
11052   [ Guillem Jover ]
11053   * Disambiguate error message about conflicting command line actions by
11054     providing both long and short option names. Based on a suggestion by
11055     Josip Rodin. Closes: #45575
11056   * Add '/lib32' and '/usr/lib32' to the dpkg-shlibdeps library path search
11057     list. Closes: #367892
11058   * Revert usage of English perl non-essential module from install-info.
11059     Closes: #369928, #369958, #370157, #370174, #370210
11060   * Print the correct file being parsed by dpkg-parsechangelog's debian
11061     parser. Closes: #368961
11062   * Fix dependency cycle breaking in the case when every link involves
11063     a Provides (Ian Jackson). This is a proper fix for #349442.
11064     Closes: #370017
11066   [ Updated programs translations ]
11067   * Czech (Miroslav Kure).
11068   * Vietnamese (Clytie Siddall).
11070  -- Guillem Jover <guillem@debian.org>  Sun,  4 Jun 2006 19:02:44 +0300
11072 dpkg (1.13.20) unstable; urgency=low
11074   [ Frank Lichtenheld ]
11075   * Add gettext support for the Perl scripts. Based on a patch by
11076     Nicolas François. Closes: #165843
11077   * Only print usage information of dpkg-scanpackages on stdout
11078     if requested explicitly. Use stderr in case of error.
11079     Closes: #366659
11080   * Add remarks to dpkg-scansources and dpkg-scanpackages
11081     man pages about the need to compress the generated files
11082     to be able to access them via apt. Closes: #65839
11083   * Allow '+' and '.' in distribution names in Debian changelogs.
11084     Based on a patch by John Wright.
11085     Closes: #361171
11086   * Use the Debian keyring in dpkg-source when checking signatures
11087     of .dsc files, if available. Closes: #364726
11088   * Let dpkg-buildpackage pass through all remotely sensible
11089     -sX options to dpkg-source (-s[nsAkurKUR] currently).
11090     Closes: #36586
11091   * Improve the description of --showformat in dpkg-deb
11092     man page and add a pointer to the complete description
11093     of the option in dpkg-query.
11094   * Don't spew out garbage from dpkg-deb, if the second argument
11095     to -I is a absolute filename. Based on a patch by Ian Eure.
11096     Closes: #35573
11097   * Fix --ignore-depends argument value parsing. Closes: #169125
11098   * Completely remove md5sum diversion madness.  Instead, we Pre-Depend
11099     on a version of textutils which provides /usr/bin/md5sum.  We rely on
11100     the logic in coreutils to remove our diversions. Patch by
11101     Ian Jackson. Closes: #315784, #313605
11102   * Try harder to detect dependency cycles that contain Provides
11103     links. Closes: #349120, #349442
11104   * Update archtable to reflect current archive: Add amd64 and remove
11105     sh. Closes: #367329
11106   * Don't claim in dpkg man page that we set DPKG_OLD_CONFFILE and
11107     DPKG_NEW_CONFFILE on sub shells since we actually don't.
11108   * Fix printing of user defined fields with --showformat and
11109     document the existence of this feature in dpkg-query man page.
11110   * Make --forget-old-unavail more reliable by deleting architecture
11111     information of removed packages. Patch by Piotr Engelking.
11112     Closes: #208532
11113   * When building packages with dpkg-deb give a more useful error
11114     message in case a conffile entry has leading whitespace. Patch
11115     by David Lopez Moreno. Closes: #281562
11116   * Don't drop directories that contain our conffiles too early from
11117     our file listing. Otherwise we might leave them behind on purge
11118     if we share them with other packages.
11119     Closes: #174180, #198128, #198522, #318825, #366178
11121   [ Nicolas François ]
11122   * Fix typos in the Russian man pages. Thanks to Stepan Golosunov.
11123     Closes: #366587
11124   * Honour tabbing requested via --showformat even if the field to
11125     be printed is empty. Closes: #361671
11126   * Flush the terminal's input before prompting what to do with a
11127     configuration file. Closes: #316551
11128   * Fix the --force-depends-version option. Closes: #57104
11130   [ Guillem Jover ]
11131   * Standardize scripts usage output format and at the same time make
11132     the strings easier for the translators. Add '--help' and '--version'
11133     for most of the scripts. Print the usage and version to stdout.
11134   * Do not strip the epoch from the source:Upstream-Version substvar.
11135     Closes: #366351
11136   * Properly check and report lock file existence in install-info.
11137     Based on patch by Ben Pfaff. Closes: #368874
11138   * Correct default info directory for '--infodir' in install-info man
11139     page (Ben Pfaff). Closes: #368875
11140   * Print the bogus version and prefix the error message with 'dpkg: '
11141     when using '--compare-versions'. Closes: #369177
11142   * Remove duplicated string " , at changelog " in dpkg-parsechangelog's
11143     debian style parser (Julian Gilbey). Closes: #369205
11144   * Update the Section and Priority fields in the status file from the
11145     new packages. We assume that the information from the binary package
11146     is correct, otherwise it should be fixed there to match the archive
11147     override file (Koblinger Egmont).
11148     Closes: #54529, #58106, #81171, #230610, #237622, #237626
11149   * Bump Standards-Version to 3.7.2 (no changes needed).
11150   * Add lintian overrides for dpkg, dpkg-dev, dselect and sources.
11151   * Replace logrotate installation logic with dh_installlogrotate.
11153   [ Updated programs translations ]
11154   * Portuguese (Miguel Figueiredo).
11155   * Polish (Robert Luberda).
11156   * Hungarian (SZERVÁC Attila).
11157   * Romanian (Eddy Petrişor).
11158   * Russian (Yuri Kozlov). Closes: #366353
11159   * Czech (Miroslav Kure).
11160   * Simplified Chinese (Kov Tchai). Closes: #366985
11161   * Swedish (Peter Karlsson).
11162   * Galician (Jacobo Tarrio).
11163   * Slovak (Peter Mann).
11164   * Dutch (Bart Cornelis).
11165   * Basque (Piarres Beobide). Closes: #366185
11167   [ Updated dselect translations ]
11168   * Polish (Robert Luberda).
11169   * Basque (Piarres Beobide). Closes: #366187
11170   * Czech (Miroslav Kure).
11171   * Romanian (Eddy Petrişor).
11173   [ Updated man pages translations ]
11174   * Polish (Robert Luberda).
11176  -- Guillem Jover <guillem@debian.org>  Wed, 31 May 2006 07:43:16 +0300
11178 dpkg (1.13.19) unstable; urgency=low
11180   [ Frank Lichtenheld ]
11181   * Add -follow (back) to find call in dpkg-scanpackages.
11182     Closes: #358011
11183   * Fix error in archive.c that lead to a infinite loop when
11184     installing files with long, non-ASCII filenames in
11185     certain locales. Closes: #346436
11187   [ Updated programs translations ]
11188   * French (Christian Perrier).
11189   * Galician (Jacobo Tarrio).
11190   * Romanian (Eddy Petrişor).
11191   * Dutch (Bart Cornelis).
11192   * Swedish (Peter Karlsson).
11193   * Danish (Claus Hindsgaul). Closes: #362317
11194   * Czech (Miroslav kure).
11195   * Vietnamese (Clytie Siddall). Closes: #363264
11196   * Spanish (Javier Fernández-Sanguino Peña). Closes: #357911
11197   * Basque (Piarres Beobide). Closes: #363683, #363679
11198   * Japanese (Kenshi Muto). Closes: #365334
11200   [ Updated dselect translations ]
11201   * Romanian (Eddy Petrişor).
11202   * Galician (Jacobo Tarrio).
11203   * French (Christian Perrier).
11204   * Dutch (Bart Cornelis).
11206   [ Nicolas Francois ]
11207   * Generate the Russian man pages in the KOI8-R charset. Closes: #361987
11208   * Document the shlibs.local format in dpkg-source(1). Closes: #316485
11209   * Fix a typo in an error message. Thanks to Justin Pryzby. Closes: #364539
11211   [ Guillem Jover ]
11212   * Fix strings so that they can be more easily translated. Closes: #134358
11213   * Add new substvars source:Version, source:Upstream-Version and
11214     binary:Version so packages will be able to avoid breaking on binNMUs.
11215     Based on a patch by Ken Bloom and Jeroen van Wolffelaar. Closes: #358530
11216   * Support binNMU safe packages even when source and binary differ in
11217     version.
11218   * Rename dpkg:UpstreamVersion to dpkg:Upstream-Version. Make dpkg:Version
11219     and dpkg:Upstream-Version get the current dpkg versions instead of the
11220     ones from the package being built.
11221   * Split usage strings to make it easier for translators when those change.
11222     Closes: #323957
11223   * Standardize start-stop-daemon usage output format.
11224   * Make install-info '--dir-file' option compatible with GNU install-info
11225     by renaming the infodir variable to dirfile and not appending the
11226     '/dir' string except when initializing from '--info-dir' or
11227     '--infodir' (Wayne Davison). Closes: #61640, #67237, #286275
11228   * Make install-info add a new line after adding the last entry at the
11229     end of the dir file, which makes the info readers able to see those
11230     last entries (Nicolas François). Closes: #164495
11231   * Use the numerical value of errno instead of a string in install-info
11232     when checking if the locking error was due to an already existing
11233     file, which is locale dependent, and die accordingly. Based on a patch
11234     by Nicolas François. Closes: #199204, #210781
11235   * Escape hyphens in man pages.
11236   * Bump Standards-Version to 3.7.1.
11237   * Wrapped debian/control fields except Uploaders given current policy.
11239  -- Guillem Jover <guillem@debian.org>  Thu,  4 May 2006 14:05:21 +0300
11241 dpkg (1.13.18) unstable; urgency=low
11243   [ Updated programs translations ]
11244   * Romanian (Sorin Batariuc). Closes: #356664
11245   * Danish (Claus Hindsgaul). Closes: #356188
11246   * Polish (Robert Luberda).
11247   * Dutch (Bart Cornelis).
11249   [ Updated dselect translations ]
11250   * Spanish (Javier Fernández-Sanguino Peña). Closes: #357912
11251   * Danish (Claus Hindsgaul). Closes: #356188
11252   * Polish (Robert Luberda).
11253   * Russian (Yuri Kozlov). Closes: #361415
11255   [ Updated man pages translations ]
11256   * Typos corrected in French dpkg-source man page
11257     Thanks to Nicolas Bonifas who spotted them
11258   * Russian completed. Thanks to Yuri Kozlov.
11259     Closes: #361415
11261   [ Christian Perrier ]
11262   * Correct typos in man pages. Thanks to A. Costa for spotting them
11263     Closes: #358091, #358092, #358093, #358094, #358095
11265   [ Guillem Jover ]
11266   * Add a '[!]' in --force-all help denoting that it is a dangerous option.
11267     Closes: #359935
11268   * Prefix any chroot path to the exec file name when stating it in
11269     start-stop-daemon. Closes: #318771, #333066
11270   * Add '-r' to the help output of start-stop-daemon (Jared Spiegel).
11271     Closes: #354869
11272   * Use mustsetvar when setting the value of the sversion variable in
11273     dpkg-buildpackage (Andrew Suffield). Closes: #158953
11274   * Pass '--admindir' option over to dpkg-query when passing '--admindir' or
11275     '--root' to dpkg (initial patch by Branden Robinson).
11276     Closes: #153305, #271041, #282853, #307715, #355915
11277   * Support system library directories in dpkg-shlibdeps symlinked from
11278     '/lib/ldconfig'. Closes: #356452
11279   * Document that 'dpkg --get-selections' and 'dpkg-query -l' without a
11280     pattern will not list packages in state purge. Closes: #355633
11281   * Obsolete force/refuse 'auto-select' dpkg option.
11282   * Add new '--clear-selections' option to dpkg (Andrew Suffield).
11283     Closes: #112388
11284   * Use '--clear-selections' in the dpkg man page example on how to transfer
11285     the status to another installation. Closes: #137442
11287  -- Guillem Jover <guillem@debian.org>  Mon, 10 Apr 2006 06:40:22 +0300
11289 dpkg (1.13.17) unstable; urgency=low
11291   [ Frank Lichtenheld ]
11292   * Fix handling of -DArchitecture=foo in dpkg-gencontrol. Closes: #251911
11293   * Handle architectures in all dependency fields in debian/control,
11294     even those of binary packages. Closes: #252657, #324741, #347819
11295   * More dpkg-scanpackages fixes (--arch option handling). Closes: #353506
11297   [ Guillem Jover ]
11298   * Add missing parentheses surrounding a man page section reference
11299     in the dpkg-source man page (Matt Kraai). Closes: #353731
11300   * Fix misspelling of "occurred" in dpkg-gencontrol and dpkg-source
11301     (Matt Kraai). Closes: #353949
11302   * Major cleanup of manpages, by using properly the bold and italic
11303     attributes and other embellishments.
11304   * Add dpkg-query(1) in the SEE ALSO section in dpkg(1). Closes: #354643
11305   * Don't try to compile in SELinux support on GNU/kFreeBSD amd64.
11306   * Add new quiet option to dpkg-source to suppress warnings. Closes: #355065
11307   * Do not expand architecture aliases anymore in .dsc files.
11308   * Change start-stop-daemon's --exec behavior again on GNU/Linux to compare
11309     the referred file pointed by the '/proc/<pid>/exe' symlink, stripping
11310     any ' (deleted)' string and stating the result. Closes: #354867
11312   [ Updated man pages translations ]
11313   * Polish (Robert Luberda). Closes: #353782
11314   * French (Philippe Batailler).
11316   [ Updated dselect translations ]
11317   * Hungarian (Szervác Attila).
11318   * Dutch (Bart Cornelis).
11319   * Czech (Miroslav Kure).
11321   [ Updated programs translations ]
11322   * Italian (Lele Gaifax)
11323   * Simplified Chinese (Carlos Z.F. Liu).
11324   * Portuguese (Miguel Figueiredo).
11325   * Dutch (Bart Cornelis).
11326   * Hungarian (Szervác Attila).
11327   * Czech (Miroslav Kure).
11328   * Russian (Yuri Kozlov). Closes: #357724
11330  -- Guillem Jover <guillem@debian.org>  Mon, 20 Mar 2006 03:33:03 +0200
11332 dpkg (1.13.16) unstable; urgency=low
11334   * The "not really a brown paper bag needed but it's close" release
11336   [ Guillem Jover ]
11337   * Move auxiliary autotools scripts to config/.
11338   * Require gettext 0.14.5.
11339   * Move the methods directory to dselect/methods, so the contents will not
11340     be installed if dselect is not to be built.
11341   * Move dselect gettext strings to its own domain provided now by the
11342     dselect package.
11344   [ Frank Lichtenheld ]
11345   * Fix override handling in dpkg-scanpackages which was broken in
11346     1.13.14 and .15. Closes: #353305
11347   * Make -isp the default behaviour of dpkg-gencontrol as it is
11348     always used anyway these days. Suggested by Matthew Vernon.
11349     Closes: #215233
11350   * Typo fixes in man pages by A. Costa:
11351     - dpkg-deb.1 Closes: #353424
11352     - dpkg-statoverride.8 Closes: #353425
11353     - install-info.8 Closes: #353426
11354     - start-stop-daemon.8 Closes: #353427
11355     - update-alternatives.8 Closes: #353428
11356     - dpkg.1, dpkg.cfg.5 Closes: #353429
11358  -- Frank Lichtenheld <djpig@debian.org>  Sat, 18 Feb 2006 17:59:00 +0100
11360 dpkg (1.13.15) unstable; urgency=low
11362   [ Guillem Jover ]
11363   * Add a missing closing parenthesis in a dpkg string (Jordi Mallach).
11365   [ Christian Perrier ]
11366   * Updated translations:
11367     - Brazilian Portuguese (Andre Luis Lopes). Closes: #352432
11368     - Galician (Jacobo Tarrio). Closes: #352443
11370   [ Updated translations ]
11371   * Catalan (Jordi Mallach).
11372   * Portuguese (Miguel Figueiredo).
11373   * Swedish (Daniel Nylander).
11375   [ Added translations ]
11376   * Hungarian (Szervác Attila).
11378   [ Added man pages translations ]
11379   * Hungarian (Szervác Attila): dpkg.cfg.5 and dselect.cfg.5.
11381  -- Frank Lichtenheld <djpig@debian.org>  Wed, 15 Feb 2006 23:37:40 +0100
11383 dpkg (1.13.14) experimental; urgency=low
11385   [ Guillem Jover ]
11386   * Make start-stop-daemon print the proper version instead of 'VERSION'.
11387   * Set the HOME environment variable when using the --chuid switch in
11388     start-stop-daemon. Closes: #295169, #267784
11389   * Cleanup and unify program usage and version output, make it more i18n
11390     friendly. Fix wrong gettext usage with interparsed macros.
11391     Thanks to Changwoo Ryu for noticing. Closes: #237915
11392   * Mark some strings as translatable (Changwoo Ryu). Closes: #256387
11393   * Remove a trailing 'C' character from update-alternatives manpage.
11394   * Use pkg-config to get the proper flags to link against libselinux.
11395     Add a Build-Dependency on pkg-config, tighten libselinux1-dev to
11396     at least version 1.28-4 which provides a .pc file, and remove
11397     libsepol1-dev as libselinux1-dev is Depending on it.
11398   * Add command descriptions in the synopsis, and add a usage example for
11399     -f in the dpkg-query manpage. Thanks for the initial patch to
11400     Philippe Batailler. Closes: #352091
11401   * Document about the default log file, the behavior in case of multiple
11402     --log options and add a reference to dpkg.cfg manpage in the dpkg manpage.
11403     Thanks to James R. Van Zandt. Closes: #350440
11404   * Escape ` and ' in manpages otherwise they are converted to quotation
11405     marks, which makes cut and paste not work. Thanks to Denis Barbier.
11406     Closes: #349925
11408   [ Frank Lichtenheld ]
11409   * Let dpkg-source ignore comments in the hunk header as used by
11410     diff -p (Anand Kumria). Closes: #344880
11411   * Let dpkg-buildpackage create a .changes file even if signing the
11412     .dsc file failed. This makes it easier to just sign the package
11413     later (Julian Gilbey). Closes: #217963
11414   * Change heuristics of dpkg-buildpackage's gpg check to allow for
11415     more complex setups (Julian Gilbey). Closes: #163061
11416   * Add files and dirs used by bzr to default dpkg-source -i regex
11417     (maximilian attems). Closes: #345164
11418   * Add .git directory to default dpkg-source -i regex.
11419     Suggested by Hans Ulrich Niedermann. Closes: #351885
11420   * dpkg-scanpackages can now output Packages files with multiple
11421     versions of a single package (Don Armstrong). Closes: #229589.
11422   * dpkg-scanpackages outputs help when given the --help or -h option
11423     (Don Armstrong). Closes: #319541
11424   * Document dpkg-scanpackage -m in man page.
11425   * Let warn dpkg-source if more than one -sX option was given and
11426     document the behaviour in this case in the man page.
11427     Closes: #246637
11428   * Make dpkg-source -b more robust regarding to existing symlinks
11429     by creating new files in a secure manner. Closes: #178839, #338591
11430   * Fix some semantic errors in dpkg-shlibdeps due to typos in used
11431     variables.
11432   * On package configuration, differentiate between modified and
11433     deleted configuration files (Ian Jackson). Closes: #351361
11434   * Improve processing of disappearing conffiles (Ian Jackson).
11435     This is part of the fix for #108587.
11436   * Let dpkg-source -x touch all patched files to have the same
11437     timestamp to mitigate time-skew problems (Denis Barbier).
11438     Closes: #105750
11439   * Strip any newlines from Uploaders field on dpkg-source -b.
11440     Closes: #254449
11442   [ Christian Perrier ]
11443   * Switch to po4a for manpages translation. Closes: #320122
11444     This adds a Build-Depends on po4a.
11445   * Add Vietnamese to po/LINGUAS as it was previously missing.
11446   * Updated translations:
11447     - Catalan (Jordi Mallach). Closes: #351587
11448     - French (Christian Perrier): 1011t.
11449     - Galician (Jacobo Tarrio): 1002t. Closes: #351795
11450     - Basque (Piarres Beobide): 1002t. Closes: #351845
11451     - Slovak (Peter Mann): 1002t. Closes: #352087, #352311
11452     - Vietnamese (Clytie Siddall): 1011t. Closes: #352307
11454  -- Frank Lichtenheld <djpig@debian.org>  Sun, 12 Feb 2006 02:32:12 +0100
11456 dpkg (1.13.13) unstable; urgency=low
11458   [ Frank Lichtenheld ]
11459   * dpkg and dselect are now in section admin, not section base.
11460     Correct info in the control file.
11461   * Bump Standards-Version to 3.6.2 (no changes).
11462   * Fix typo in dpkg-architecture man page. Closes: #334330
11463   * Honor LD_LIBRARY_PATH in dpkg-shlibdeps. Fixes a regression
11464     from 1.13.11 to .12.
11465   * Don't recurse into package directories to search for local
11466     shlibs files since it is obviously a waste of time. Based
11467     on a suggestion by Steve Langasek. Closes: #338725
11469   [ Christian Perrier ]
11470   * Updated translations:
11471     - Dutch (Bart Cornelis). Fix error mentioned in #323908 by
11472       Stephan Kramer.
11473     - Japanese (Kenshi Muto). Closes: #349808
11475   [ Guillem Jover ]
11476   * Fix typo in dpkg-statoverride manpage. Closes: #348113
11477     Thanks to Marc Haber <mh+debian-packages@zugschlus.de>.
11478   * Document the --no-debsig option in dpkg manpage. Closes: #316367
11479     Thanks to Bastian Kleineidam <calvin@debian.org>.
11480   * Fix typos in dselect manpage. Closes: #310358
11481     Thanks to A Costa <agcosta@gis.net>.
11482   * Fix typo in start-stop-daemon's help output. Closes: #333673
11483     Thanks to Christoph Maser <cm@financial.com>.
11484   * Document the correct format string for dpkg-query --showformat option.
11485     Update -l example and lower case the program name in the title header.
11486     Thanks to Zefram <zefram@fysh.org>. Closes: #174976
11487   * Make dpkg-architecture not print the warning about a mismatch between
11488     gcc target machine type and GNU target system type if the actions are
11489     '-e' or '-i'.
11491  -- Frank Lichtenheld <djpig@debian.org>  Sat, 28 Jan 2006 13:04:16 +0100
11493 dpkg (1.13.12) experimental; urgency=low
11495   * Due to the changes in dpkg-shlibdeps it is not recommended
11496     to use this version for building packages intended to be
11497     uploaded into an official archive, yet.
11499   [ Frank Lichtenheld ]
11500   * Update AUTHORS and debian/copyright for new maintainer team.
11502   * Don't use the ldd output in dpkg-shlibdeps. Search for the
11503     matching libraries ourself. This fixes problems with both
11504     symlinked directories, Closes: #103024, #145714, #164020, #285857
11505     and biarch builds. Closes: #317082
11506   * Let dpkg-gencontrol bail out with an error if parsedep
11507     found an error while parsing a dependency field. Closes: #228125
11508   * dpkg-source -x now tries to chown all files extracted from
11509     tar files. The temporary directory is now created with mode
11510     0700, too. Together this should make it safer to run
11511     dpkg-source -x as root. Based on suggestions by Marcus
11512     Brinkmann and Colin Watson. Closes: #144571, #238460
11513   * Let dpkg-source -b check the build relation fields before
11514     putting them into the .dsc. As a side effect they also
11515     get normalized. Closes: #254449
11516   * Check the gpg signatures of .dsc files before unpacking. See
11517     the upstream changelog for a full description of the semantics.
11518     Based on a patch by Matt Zimmerman. Closes: #48711
11519   * Let dpkg-source ensure (as good as possible) that all
11520     build source packages can also be unpacked.
11521     Closes: #6820, #7014
11522     Also fixed handling of md5sum -b output in dpkg-source on
11523     the way. Based on a patch by Ingo Saitz. Closes: #316123
11524   * Check for illegal architecture strings in dpkg-gencontrol and
11525     dpkg-source. dpkg-gencontrol will only issue a warning while
11526     dpkg-source will error out. Closes: #96920
11527   * Add support "package types" to dpkg-shlibdeps. Patch by Joey Hess.
11528     Closes: #335056, #345475
11529   * Fix man page references to dpkg and dselect man pages. Many
11530     of them still had a wrong section.
11531     Closes: #332826
11532   * Let dpkg-source -b warn about special permissions of files added
11533     in the diff since these will get lost. Closes: #306125
11534   * dpkg-source -x didn't work in case the upstream version or
11535     the Debian version ended with ~. Fixed.
11537   [ Christian Perrier ]
11538   * Updated translations:
11539     - French (Christian Perrier).
11540     - Polish (Bartosz Fenski). Closes: #314237
11541     - Norwegian Bokmal (Hans F. Nordhaug). Closes: #315548, #315990
11542     - Czech (Miroslav Kure). Closes: #323775, #345347
11543     - Russian (Yuri Kozlov). Closes: #323821, #335170
11544     - Japanese (Kenshi Muto). Closes: #323938
11545     - Brazilian Portuguese (Andre Luis Lopes). Closes: #325224, #332872
11546     - Russian (Yuri Kozlov). Closes: #335170, #349151
11547     - Swedish (Peter karlsson). Closes: #325990, #344058, #337164, #334063
11548     - Norwegian Nynorsk (Håvard Korsvoll). Closes: #315987
11549     - Portuguese (Miguel Figueiredo).
11550       Closes: #315461, #323674, #323642, #330021
11551     - Spanish (Javier Fernández-Sanguino Peña). Closes: #323662, #315253
11552     - Danish (Claus Hindsgaul). Closes: #348575, #323779, #337948, #325687
11553     - Dutch (Bart Cornelis). Closes: #323908
11554     - German (Michael Piefel). Closes: #323964
11555     - Italian (Stefano Canepa). Closes: #324114, #344671, #347225
11556     - Catalan (Jordi Mallach). Closes: #324456
11557     - Basque (Piarres Beobide). Closes: #342089, #332698
11558     - Tagalog (Eric Pareja). Closes: #337307
11559     - Simplified Chinese (Tchaikov). Closes: #338268
11560     - Galician (Jacobo Tarrío). Closes: #338904
11561     - Romanian (Eddy Petrişor). Closes: #340674
11562     - Vietnamese (Phan Vinh Thinh, Clytie Siddall).
11563     - Indonesian (Parlin Imanuel). Closes: #344513
11564     - Greek (Galaxico). Closes: #344646
11565     - Czech (Miroslav Kure). Closes: #345347
11566   * Fixed broken translation:
11567     - Brazilian Portuguese (James Troup). Closes: #332872
11568   * Fix Russian man page for start-stop-daemon(8)
11569     Closes: #325804
11570   * Fix German man page for update-alternatives(8)
11571     Closes: #329908
11572   * Fix typo in dpkg online help message. Unfuzzy translations
11573     Closes: #349299
11575   [ Guillem Jover ]
11576   * Add armeb to cputable. Closes: #331232
11577     Thanks to Lennert Buytenhek <buytenh+debian@wantstofly.org>.
11578   * Don't try to compile in SELinux support on GNU/kFreeBSD.  Closes: #313300
11579     Thanks to Aurelien Jarno <aurel32@debian.org>.
11580   * When linking statically, explicitly add libsepol, even if its only a
11581     transitive library. The proper fix should come with a pkg-config file.
11582     Based on a patch by Bart Martens <bart.martens@advalvas.be>.
11583     Closes: #347744, #348659
11584   * Add support for architecture wildcards, but for now they will only be
11585     exposed in debian/control files, not in binary nor source packages.
11586     Closes: #291939
11587   * Change start-stop-daemon's --exec option behavior on GNU/Linux to
11588     compare the filename pointed by '/proc/<pid>/exe' instead of the inode
11589     and device numbers. Thanks to Vasilis Vasaitis <v.vasaitis@sms.ed.ac.uk>.
11590     Closes: #337942
11592  -- Frank Lichtenheld <djpig@debian.org>  Tue, 24 Jan 2006 11:15:36 +0100
11594 dpkg (1.13.11.1) unstable; urgency=low
11596   * Change maintainers to new team.
11598  -- Scott James Remnant <scott@netsplit.com>  Thu, 12 Jan 2006 07:56:49 +0000
11600 dpkg (1.13.11) unstable; urgency=low
11602   The "Good, clean fun" Release.
11604   * Fixed the always broken error handling so that only the intended
11605     cleanup handlers are run, rather than ones that we didn't expect.
11606     This corrects the bug when a package's postrm fails and the package is
11607     left in an installed state with no files; the package will now be left
11608     in a half-installed state, as originally intended.  Found by Marga
11609     Manterola while documenting the maintainer scripts.  Closes: #296026.
11610   * Fixed removal of files involved in diversions during upgrade, caused by
11611     checking whether the "directory" was in use by another package without
11612     actually checking whether or not it was a directory.  Closes: #310390.
11613   * Fixed package saving to not disappear packages who divert anything from
11614     the installing package out of the way.  Closes: #113626.
11615   * Improved clean-up of unpack failure during install or upgrade, to leave
11616     the system in exactly the same state as it started in.
11617     Closes: #47404, #82407, #121173, #170869, #201848, #236733, #268639.
11618   * Fixed crash when unpacking a package which has an unversioned Replaces
11619     declared on it by another package previously unpacked in the same run
11620     (Colin Watson).  Closes: #322595.
11622   * New install unwinding fixed to ensure we don't leave a version in the
11623     status db for a not-installed package.
11624   * Corrected error call when encountering a corrupted filesystem tarfile
11625     to not print "Success".  Closes: #95570.
11626   * Fixed castration of potentially unsafe devices to not follow symlinks.
11627     Closes: #169928.
11628   * Marked log file descriptor as close-on-exec.  Closes: #320925.
11629   * Re-worked dpkg-source -x to allow all manner of strange things maintainers
11630     seem to do, unpacking isn't the right place to enforce sanity; we'll
11631     do it in -b later on >:-).  Closes: #316470, #317760, #318473, #318745,
11632     #322359, #322361, #322362.
11634   * Corrected dselect synopsis line to match consensus.  Closes: #318659.
11635   * Changed dpkg-name to use a shell redirect rather than the /dev/stderr
11636     device that may not be writable.  Closes: #318376.
11637   * Adjusted various dpkg-query options to avoid outputting a trailing
11638     newline.  Closes: #151651, #319781.
11639   * Changed references to "statusoverride" file to just "statoverride"
11640     to make it match reality.  Closes: #320952.
11641   * Fixed several bugs with the default diff ignore list used by dpkg-source.
11642   * Added ,,* to the list of default diff ignore list.  Closes: #322917.
11644   * Fixes to dpkg-dev (Frank Lichtenheld):
11645     - dpkg-checkbuilddeps will now exit with an error if it is unable to
11646       parse a dependency field.  Closes: #171762, #302229.
11647     - dpkg-genchanges will now output a warning if given -sd for a native
11648       package, as it's going to ignore it.  Closes: #5571.
11649     - dpkg-source fixed to give a more meaningful error message if given
11650       a directory as the first argument.  Closes: #306874.
11651     - dpkg-source fixed to handle being given an absolute path to -b.
11652       Closes: #147574.
11653     - Fix controllib.pl to allow whitespace before version operators.
11654       Closes: #273489, #310306.
11655     - Fix architecture dependency parsing that sometimes generated wrong
11656       list of requirements.  Closes: #319816.
11657     - Make the default control field name mangling behaviour "nicer" by
11658       upper-casing all letters that come after a dash.  Closes: #306474.
11659     - Ignore trailing newlines in single paragraph control files.
11660       Closes: #57194, #156319
11661   * Documentation:
11662     - Fixed typo in dpkg-architecture man page.  Closes: #317770.
11663     - Documented dpkg-deb -W/--show and --showformat.  Closes: #319784.
11665  -- Scott James Remnant <scott@netsplit.com>  Wed, 17 Aug 2005 04:44:44 +0100
11667 dpkg (1.13.10) unstable; urgency=low
11669   The "Bully's Special Prize" Release.
11671   * Removed /usr/sbin/start-stop-daemon.  Closes: #313400.
11672   * Fixed md5sum diversion removal.  Closes: #313415.
11673   * Fixed dpkg-source to handle native tarballs with a Debian revision.
11674     Closes: #313381, #313433.
11675   * Fixed upgrade from pre-sarge dpkg outside of dselect.  Closes: #314575.
11676   * Changed log times to be local rather than UTC.  Closes: #313347.
11677   * Changed log writing to be line-buffered.  Closes: #314550.
11678   * Moved log creation to postinst, and don't fail if base-passwd hasn't
11679     been configured yet.  Closes: #316084.
11680   * Don't try to compile in SELinux support on Hurd.  Closes: #313398.
11681   * Place code for SELinux support in the right place so it will actually
11682     get compiled in and used (Manoj Srivastava).  Closes: #314886.
11684   * Documentation:
11685     - Added missing word to dpkg-architecture manpage.  Closes: #313554.
11686     - Reference to dpkg manpage in dpkg.cfg corrected.  Closes: #314262.
11687   * Updated translations (Christian Perrier):
11688     - Basque (Piarres Beobide Egana).  Closes: #313474.
11689     - Catalan (Jordi Mallach).  Closes: #313288.
11690     - Czech (Miroslav Kure).  Closes: #314431.
11691     - Danish (Claus Hindsgaul).
11692     - French (Christian Perrier).
11693     - German (Jens Seidel).  Closes: #314125.
11694     - Greek (Greek team).  Closes: #314828.
11695     - Italian (Lele Gaifax).
11696     - Japanese (Kenshi Muto).  Closes: #313330.
11697     - Russian (Yuri Kozlov).  Closes: #313620.
11698   * Hebrew translation de-activated on request of the translator until there
11699     is better support for RTL languages.  Closes: #313282.
11701  -- Scott James Remnant <scott@netsplit.com>  Tue, 28 Jun 2005 14:19:06 +0100
11703 dpkg (1.13.9) unstable; urgency=low
11705   The "On like Donkey Kong" Release.
11707   * Only open the log file when we first need to write to it, this avoids
11708     the need to suppress errors when not root which fakeroot defeated anyway.
11709   * Stop dpkg-source clobbering an existing .orig directory during unpacking.
11710     Closes: #21236.
11711   * Allow an alternate output directory to be specified to dpkg-source by
11712     giving a second argument to -x.  Closes: #246802, #282323.
11713   * Added .arch-inventory to default diff ignore regexp.  Closes: #304297.
11715   SELinux support (Manoj Srivastava):
11716   * On SELinux-enabled systems, try to set the security context when the
11717     package is unpacked.  Closes: #193653, #249496, #307139.
11718   * Added build-dependency on libselinux1-dev.
11720   Improvements to dpkg-source (Brendan O'Dea):
11721   * Support unpacking of "Wig And Pen" (Format 2.0) source packages.
11722   * Multiple pristine upstream tarballs allowed.
11723   * Native and upstream tarballs may be bzip2-compressed instead of gzip,
11724     as may the debian diff or tarball.
11725   * Unsupported format error fixed to output the unsupported format
11726     rather than the supported one.  Closes: #156317.
11728  -- Scott James Remnant <scott@netsplit.com>  Sun, 12 Jun 2005 15:52:43 +0100
11730 dpkg (1.13.8) experimental; urgency=low
11732   The "In like Flynn" Release.
11734   * Linux 2.6.12 changed the behaviour of mmap to fail and set EINVAL when
11735     given a zero length, rather than returning NULL.  This is POSIXly
11736     correct, so handle zero-length package control files (like available).
11738  -- Scott James Remnant <scott@netsplit.com>  Fri, 10 Jun 2005 07:39:44 +0100
11740 dpkg (1.13.7) experimental; urgency=low
11742   The "Maidenhead Creeping Water Plant" Release.
11744   * Reduced inability to open a log file to a warning, suppressed for
11745     non-root operations.  Closes: #312383.
11747  -- Scott James Remnant <scott@netsplit.com>  Thu,  9 Jun 2005 06:12:56 +0100
11749 dpkg (1.13.6) experimental; urgency=low
11751   The "Just kidding about the God part" Release.
11753   * Fixed incorrect installation location of /etc/logrotate.d/dpkg caused
11754     by a mis-understanding of dh_install's abilities.
11756  -- Scott James Remnant <scott@netsplit.com>  Mon,  6 Jun 2005 05:58:36 +0100
11758 dpkg (1.13.5) experimental; urgency=low
11760   The "Flatulent Elm of West Ruislip" Release.
11762   * Actions and package states are now logged by default in the
11763     /var/log/dpkg.log file.  This file is rotated monthly and can be
11764     disabled by commenting the line in /etc/dpkg/dpkg.cfg.
11765   * User decisions about conffiles are now logged.
11766   * dpkg-source no longer complains about Enhances field.  Closes: #159642,
11767     #159745, #159746.
11768   * preinst no longer relies on procps being installed.  Closes: #311808.
11770   * Architecture Support:
11771     - Change DEB_*_GNU_CPU from i386 to i486, to reflect reality.
11772       DEB_*_ARCH_CPU remains at i386, you should be checking against that.
11773       Closes: #310394.
11774     - Fixed order ostable is read to prevent Linux becoming the Hurd.
11775       Closes: #309603.
11776   * Updated man page translations (Christian Perrier):
11777     - Syntax error corrected in Swedish man page for dpkg-deb.
11778       Closes: #300980.
11779     - Syntax error corrected in Spanish man page for dpkg-scanpackages.
11780       Closes: #300981
11782  -- Scott James Remnant <scott@netsplit.com>  Mon,  6 Jun 2005 05:34:21 +0100
11784 dpkg (1.13.4) experimental; urgency=low
11786   The "Or the Wabbit gets it" Release.
11788   * Add -L option to dpkg-architecture to list architecture strings
11789     we can accept.
11791  -- Scott James Remnant <scott@netsplit.com>  Tue, 29 Mar 2005 13:31:15 +0100
11793 dpkg (1.13.3) experimental; urgency=low
11795   The "Paying off Karma at a vastly accelerated rate" Release.
11797   * Missing newline added to warning output function.  Closes: #283798.
11798   * Fixed prototype warning in dpkg-scansources.  Closes: #213577, #219760,
11799     #267505.
11800   * Removed trailing line from debian origins file.  Closes: #264904.
11801   * Changed dpkg-buildpackage to say "source changed by" rather than
11802     "source maintainer is".  Closes: #247313.
11803   * Fixed dpkg-gencontrol to allow '-' in architecture names.  Closes: #274677.
11804   * Fixed "unknown information field" error to report field that it doesn't
11805     know about.  Closes: #275243.
11807   * Documentation:
11808     - Remove "medium-level" from description of dpkg.  Closes: #292454.
11809     - Harmonised argument names in update-alternatives(8).
11810       Closes: #267095, #284941
11811     - Documented what the '+' and '*' mean in update-alternatives --config
11812       output.  Closes: #270486.
11813     - Mention aptitude alongside dselect in 'dpkg --usage' and
11814       'dpkg-deb --help', fix quote style of mention in 'dpkg --help'.
11815       Closes: #274800, #278118.
11816     - Associate --truename with the description of what it does in
11817       dpkg-divert(8).  Closes: #277076.
11818     - Removed last remaining references to the packaging manual, replacing
11819       with better references.  Closes: #262775.
11820     - Documented format of file dpkg --set-selections takes.  Closes: #270043.
11822  -- Scott James Remnant <scott@netsplit.com>  Mon, 21 Mar 2005 03:10:27 +0000
11824 dpkg (1.13.2) experimental; urgency=low
11826   The "Mysteriously Unnamed" Release.
11828   * md5sum has been removed, the coreutils or textutils version will be
11829     diverted to /usr/bin/md5sum.  Closes: #6633, #136110.
11830     The following bugs are filed against the dpkg md5sum, so no longer apply.
11831     Closes: #95755, #193877, #223381, #264195, #270241, #286632,
11832   * Take Replaces into account when installing packages; don't issue a
11833     "trying to overwrite" error if the file that already exists is in
11834     a package that Replaces the one being installed.
11835     Closes: #164595, #184635, #277890.
11836   * Allow actions and status changes to be logged to a file.  Disabled by
11837     default, uncomment line in /etc/dpkg/dpkg.cfg to enable.
11838     Closes: #957, #53376, #77109, #143882, #284499.
11839   * Don't truncate output of 'dpkg -l' when stdout is not a tty.
11840     Closes: #92263, #253860, #258608, #261822, #282790.
11841   * Fix further compilation problems with gcc 4.0.  Closes: #299699
11842   * Handle tar files without trailing slash in directory names.
11843     Closes: #287152.
11844   * Output arguments to maintainer scripts with -D2.  Closes: #237684,
11845     #296030.
11847   * Architecture Support:
11848     - Added ppc64.  Closes: #263743.
11849     - Split archtable into cputable and ostable, archtable is retained
11850       for compatibility with other packages that might use it only.
11851     - dpkg-architecture no longer canonises -t argument.  Closes: #173205.
11852     - dpkg-architecture output includes new DEB_*_ARCH_OS and
11853       DEB_*_ARCH_CPU variables that contain the Debian system and CPU
11854       names respectively.
11855     - dpkg-architecture outputs (mostly) correct GNU system names now,
11856       in particular this means that it will output "linux-gnu" instead
11857       of "linux".  You should use the new _ARCH_OS variables instead.
11858   * Documentation:
11859     - Add examples to dpkg-divert(8).  Closes: #291816.
11860     - Correct typo in dpkg-architecture(1).  Closes: #299090.
11862  -- Scott James Remnant <scott@netsplit.com>  Fri, 18 Mar 2005 16:21:32 +0000
11864 dpkg (1.13.1) experimental; urgency=low
11866   The "Livin' like a good boy oughta" Release.
11868   * Removed dpkg --print-gnu-build-architecture option.  Use variables
11869     defined by dpkg-architecture instead.
11870   * Soft-deprecated dpkg --print-installation-architecture.  Use
11871     dpkg --print-architecture instead, which now does the same thing.
11872   * dpkg --print-architecture no longer calls c-compiler.  Closes: #164863.
11873   * Removed third field from /usr/share/dpkg/archtable.
11875   * Now we no-longer pre-depend on dselect, check the upgrade will work
11876     in preinst and give the user a chance to abort if they haven't yet
11877     installed dselect and need to.  Closes: #282335.
11878   * Fix handling of GNU longname and longlink when a tarfile entry has
11879     both.  Closes: #128388.
11880   * md5sum no longer outputs "-" when no argument is supplied.
11881     Closes: #164591, #164889.
11882   * Add darcs metadirectory to dpkg-source diff ignore list.  Closes: #289760.
11883   * Add new '-f' short option to dpkg-query as equivalent to --showformat.
11884     Closes: #281627.
11885   * Report conffile conflicts and per-package errors on the status-fd.
11886     Closes: #297880.
11887   * Correct typo in dpkg-architecture.  Closes: #282701.
11888   * Fix start-stop-daemon's support for GNU/kFreeBSD.  Closes: #258051.
11890   * Architecture Support:
11891     - Added kfreebsd-amd64.  Closes: #280963.
11892     - Added m32r.  Closes: #280710.
11893     - Clean up of archtable.  Closes: #118910, #286898.
11894     - Clean up of dpkg-architecture.  Closes: #256323.
11895   * Updated translations (Christian Perrier):
11896     - French (French Team).
11897     - Greek (Konstantinos Margaritis).  Closes: #295922.
11899  -- Scott James Remnant <scott@netsplit.com>  Thu,  3 Mar 2005 12:09:07 +0000
11901 dpkg (1.13.0) experimental; urgency=low
11903   The "Three banana strategy" Release.
11905   * Remove the /usr/info or /usr/info/dir symlinks we used to create.
11906     Closes: #206063, #288415.
11907   * Fix cast in lvalue assignment that gcc 4.0 doesn't like.
11908     Closes: #282669, #284797.
11909   * Correct bashism in disk method update script.  Closes: #260568.
11911   * Scorched-earth reimplementation of the build process and control files
11912     with debhelper and automake.  Closes: #200683, #217946, #229629, #260568,
11913     #266995, #279701, #283640, #292973, #293041.
11914   * Remove SGML and POD documentation formats due to both licensing and
11915     sanity issues.  Closes: #285806.
11916   * The dpkg-doc and dpkg-static packages are no more.
11917   * dpkg.cfg cleaned up to remove useless examples.
11918     Closes: #169618, #305192.
11920  -- Scott James Remnant <scott@netsplit.com>  Fri, 14 Jan 2005 19:28:00 +0000
11922 dpkg (1.10.28) unstable; urgency=low
11924   The "Awh, yeah?  Ripper!" Release.
11926   * New translations (Christian Perrier):
11927     - Romanian (Eddy Petrisor).  Closes: #309714.
11928     - Tagalog (Eric Pareja).  Closes: #296407.
11929   * Updated translations (Christian Perrier):
11930     - French (Christian Perrier).
11931     - Greek (Konstantinos Margaritis).  Closes: #295922
11932     - Indonesian (Arief S Fitrianto).  Closes: #296733
11933   * Updated man page translations (Christian Perrier):
11934     - French (Philippe Batailler).
11935     - Syntax error corrected in Brazilian Portuguese man page for
11936       update-alternatives.  Closes: #300646
11938  -- Scott James Remnant <scott@netsplit.com>  Thu, 26 May 2005 18:18:10 +0100
11940 dpkg (1.10.27) unstable; urgency=low
11942   The "Grab your gun and bring in the cat" Release.
11944   * New Translations (Christian Perrier):
11945     - Indonesian (Arief S Fitrianto).
11946     - Norwegian Bokmål (Bjorn Steensrud).
11947   * Updated Translations (Christian Perrier):
11948     - Dutch (confusing option corrected by Christian Perrier).
11949     - Galician (Jacobo Tarrio).
11950     - Korean (Seo Sanghyeon).
11951     - Simplified Chinese (Carlos Liu).
11952     - Traditional Chinese (Asho Yeh).
11954  -- Scott James Remnant <scott@netsplit.com>  Thu, 10 Feb 2005 15:10:22 +0000
11956 dpkg (1.10.26) unstable; urgency=low
11958   The "Captain Tight-Pants" Release.
11960   * Fix incorrect claim that 'Q' in dselect quits without saving changes
11961     (really 'X').
11962   * Revert to current 'stable' behaviour of Space/Enter/'Q' in the dselect
11963     help screen, Space leaves the help screen and Enter and 'Q' do nothing.
11964     It's dangerous to encourage users to press Enter or 'Q' since they
11965     commit changes in the package selection screen.
11967   * New Translations (Christian Perrier):
11968     - Basque (Piarres Beobide Egaña).  Closes: #281245.
11969       (Was really added in 1.10.24, but forgotten from ALL_LINGUAS.)
11970     - Bosnian (Safir Šećerović).
11971     - Slovak (benco).  Closes: #284896, #289341
11972     - Traditional Chinese (Asho Yeh).  Closes: #287375.
11973   * Updated Translations (Christian Perrier):
11974     - Brazilian Portuguese (André Luís Lopes).  Closes: #281228.
11975     - Catalan (Jordi Mallach).  Closes: #281333.
11976     - Czech (Miroslav Kure).  Closes: #281231.
11977     - Danish (Claus Hindsgaul).  Closes: #281103.
11978     - Dutch (Christian Perrier).  Closes: #282087.
11979     - Galician (Héctor Fernéndez López).
11980     - German (Michael Piefel).  Closes: #281503.
11981     - Italian (Stefano Canepa). Closes: #282543.
11982     - Japanese (Kenshi Muto).  Closes: #281144.
11983     - Korean (Changwoo Ryu).  Closes: #282246.
11984     - Norwegian Nynorsk (Håvard Korsvoll).  Closes: #281456.
11985     - Polish (Bartosz Feñski).
11986     - Portuguese (Miguel Figueiredo).  Closes: #281122, #289359.
11987     - Russian (Yuri Kozlov).  Closes: #281166.
11988     - Simplified Chinese (Tchaikov, Carlos Liu).
11989     - Spanish (Javier Fernández-Sanguino Peña).  Closes: #281117.
11990     - Swedish (Peter Karlsson).  Closes: #281165.
11992  -- Scott James Remnant <scott@netsplit.com>  Tue, 11 Jan 2005 16:26:51 +0000
11994 dpkg (1.10.25) unstable; urgency=low
11996   The "你他媽的天下所有的人都該死" Release.
11998   This release is to correct the mangled Simplified Chinese translation
11999   included in 1.10.24 caused by rebellion of the translator's mail client.
12001   * Updated Translations (Christian Perrier):
12002     - Dutch (Bart Cornelis).  Closes: #278700.
12003     - Polish (Bartosz Fenski).  Closes: #280406.
12004     - Simplified Chinese (Tchaikov, Carlos Liu).  Closes: #278676.
12006  -- Scott James Remnant <scott@netsplit.com>  Thu, 11 Nov 2004 20:06:57 +0000
12008 dpkg (1.10.24) unstable; urgency=low
12010   The "Donald, where's your troosers?" Release.
12012   * Add support for uncompressed data.tar archive members and bzip2-
12013     compressed data.tar.bz2 members of binary packages.  Closes: #34727.
12015   * New Translations (Christian Perrier):
12016     - Basque (Piarres Beobide).  Closes: #265491.
12017     - Greek (George Papamichelakis).  Closes: #260809.
12018     - Hebrew (Lior Kaplan).  Closes: #275267.
12019     - Simplified Chinese (Tchaikov, Carlos Liu).  Closes: #265197.
12020   * Updated Translations (Christian Perrier):
12021     - Brazilian Portuguese (Andre Luis Lopes).  Closes: #260964, #273947,
12022       #278063.
12023     - Czech (Miroslav Kure).  Closes: #255904, #278178.
12024     - Catalan (Jordi Mallach).  Closes: #278098.
12025     - Danish (Claus Hindsgaul).  Closes: #278097.
12026     - Dutch (Bart Cornelis).  Closes: #268271, #268886, #274366, #278061.
12027     - Galician (Hector Fernandez).
12028     - German (Michael Piefel).  Closes: #276462, #278168.
12029     - French (Christian Perrier).
12030     - Japanese (Kenshi Muto).  Closes: #272456, #278141.
12031     - Italian (Lele Gaifax).
12032     - Korean (Changwoo Ryu).  Closes: #261528, #278142.
12033     - Norwegian Nynorsk (Håvard Korsvoll).  Closes: #275387, #278286.
12034     - Polish (Bartosz Fenski).  Closes: #268452, #278064.
12035     - Portuguese (Miguel Figueiredo).  Closes: #268266, #261424, #261519,
12036       #278294.
12037     - Russian (Yuri Kozlov).  Closes: #268452, #278154.
12038     - Spanish (Javier Fernández-Sanguino Peña).  Closes: #277173, #278117.
12039     - Swedish (Peter Karlsson).
12040   * Updated Manpage Translations (Christian Perrier):
12041     - French (Philippe Batailler).  Closes: #268048.
12042     - Spanish (Ruben Porras).  Closes: #261807.
12043     - Swedish (Peter Karlsson).
12045  -- Scott James Remnant <scott@netsplit.com>  Wed, 27 Oct 2004 09:25:58 +0100
12047 dpkg (1.10.23) unstable; urgency=low
12049   The "Let the Wookie win" Release.
12051   * Updated hurd start-stop-daemon support.  Closes: #133640, #254180.
12052   * Removed usage of non-POSIX test options.  Closes: #256302.
12054   * Architecture Support:
12055     - Renamed x86-64 to amd64.  Closes: #252346, #254598.
12056   * Documentation:
12057     - Correct typo in dpkg-divert(8).  Closes: #254175.
12058   * New Translations:
12059     - Korean (Changwoo Ryu).  Closes: #254590.
12060   * Updated Translations:
12061     - Catalan (Jordi Mallach).
12062     - Danish (Claus Hindsgaul).  Closes: #252407.
12063     - French (Christian Perrier).  Closes: #252586.
12064     - Italian (Lele Gaifax).
12065     - Polish (Bartosz Fenski).  Closes: #254209.
12066     - Spanish manpages (Ruben Porras).  Closes: #246158, #246159, #246160,
12067       #246161, #246162, #246163, #246164.
12069  -- Scott James Remnant <scott@netsplit.com>  Mon, 19 Jul 2004 19:52:14 +0100
12071 dpkg (1.10.22) unstable; urgency=low
12073   The DebConf4 Release.
12075   This release is mostly intended to mop up the minor and trivial bug
12076   fixes in the list and clear out the documentation changes.  As such,
12077   it should be treated with even more suspicion than is normal.
12079   * Use colouring to break cycles earlier to avoid long loops whilst
12080     installing or configuring packages.  Closes: #232445, #246857.
12081   * Don't try to configure packages that disappeared in the same
12082     run.  Closes: #202997.
12083   * Fix segfault when "gcc -dumpmachine" returns a non-matching triplet.
12084     Closes: #211850.
12085   * Remove restriction that package names be at least two characters long.
12086     Closes: #237734.
12087   * Fix dpkg-source (actually controllib.pl) to output the field name
12088     properly again.  Closes: #226931, #246595.
12089   * Make dpkg-scanpackages output Origin and Bugs fields with proper
12090     casing.  Closes: #154422.
12091   * Add support for DOS line-endings to md5sum.  Closes: #246103.
12092   * Fix start-stop-daemon segfault on Hurd.  Closes: #133640.
12093   * Allow dpkg-shlibdeps to run as non-root users.  Closes: #96881.
12094   * Correct various compiler warnings.  Closes: #229766.
12096   * Architecture Support:
12097     - Added x86-64 (x86_64 / amd64).  Closes: #238483, #241938.
12098     - Added i?86-gnu (Hurd).  Closes: #216695, #236331.
12099     - Added i386-kfreebsd-gnu and i386-knetbsd-gnu.  Closes: #250176.
12100   * Packaging:
12101     - Create $(docdir) even when --without-sgml-doc is passed so the
12102       ChangeLog can be installed.  Closes: #137719.
12103     - Stop hardcoding the list of manual page languages in debian/rules,
12104       so we include Spanish, Russian and Brazilian Portuguese.  Closes: #245994.
12105     - Quote LDFLAGS in debian/rules to allow multiple options.
12106       Closes: #230242.
12107   * Documentation:
12108     - Move dpkg-scanpackages and dpkg-scansources to section 1 as they
12109       are user tools.  Closes: #114946.
12110     - Correct hyphen characters in manpages.  Closes: #212284, #247086, #226800.
12111     - Remove obsolete references to the Debian Packaging Manual.
12112       Closes: #122910, #140695.
12113     - Correct 'n' and 'p' key descriptions in dselect help message.
12114       Closes: #120562.
12115     - Add --force-bad-verify to dpkg manpage.  Closes: #192812.
12116     - Correct dpkg manpage to refer to --force-remove-reinstreq instead of
12117       non-existent --force-reinstreq option.  Closes: #232831.
12118     - Correct documentation of --compare-versions arguments.  Closes: #232317.
12119     - Correct usage of "et al" to "et al.".  Closes: #230751.
12120     - Add dpkg-reconfigure(8) to SEE ALSO section of dpkg(8).  Closes: #233282.
12121     - Suggest packages that provide additional functionality in the dpkg
12122       manpage.  Closes: #81355.
12123     - Suggest dselect update in description of dpkg --update-avail.
12124       Closes: #206163.
12125     - Suggest aptitude as well as dselect.  Closes: #217042.
12126     - Suggest fakeroot for dpkg-source -r.  Closes: #175897.
12127     - Correct documentation of start-stop-daemon.  Closes: #41554, #211856.
12128     - Correct documentation of start-stop-daemon manpage to refer to --retry
12129       alongside --stop.  Closes: #204691.
12130     - Add note that start-stop-daemon will chdir("/") unless -d is specified.
12131       Closes: #217823, #218060.
12132     - Correct documentation of dpkg-query --list.  Closes: #232639.
12133     - Correct invalid use of &quot; within update-alternatives(8) with .BR.
12134       Closes: #244624.
12135     - Rewrite description of dpkg-source -i to indicate the intent of the
12136       default setting rather than the exact exclusions.  Closes: #227169.
12137     - Correct documentation of dpkg-statoverride --update.  Closes: #85079.
12138     - Correct documentation of update-alternatives --install.  Closes: #179648.
12139     - Documented dpkg:Version and dpkg:UpstreamVersion substvars.
12140       Closes: #85815, #85818.
12141     - Fix spelling error in utils/md5sum.1.  Closes: #250281.
12142     - Replace "&c." with the slightly clearer "etc.".  Closes: #235773.
12143     - Correct various typos.  Closes: #219623, #221235.
12144   * Updated Translations:
12145     - Catalan (Jordi Mallach).
12146     - French (Christian Perrier).  Closes: #246359.
12147     - Italian (Lele Gaifax).
12148     - Japanese manpages (KISE Hiroshi).  Closes: #248483.
12149     - Russian (Nikolai Prokoschenko).  Closes: #249254.
12150     - Spanish manpages (Ruben Porras).  Closes: #246158, #246159, #246160,
12151       #246161, #246162, #246163, #251830.
12152   * New Translations:
12153     - German start-stop-daemon and update-alternatives manpages
12154       (Helge Kreutzmann).  Closes: #247116, #249454.
12155     - Spanish dpkg-scansources manpage (Ruben Porras).  Closes: #246164.
12157  -- Scott James Remnant <scott@netsplit.com>  Tue,  1 Jun 2004 18:21:40 -0300
12159 dpkg (1.10.21) unstable; urgency=low
12161   * Fix incorrect linked list node removal code that caused every second
12162     shared or diverted conffile to be deleted by dpkg.
12163     Closes: #10879, #33046, #47267, #90623, #98210, #109691, #146167.
12164     Closes: #155456, #204275.
12165   * Call mknod with the required device type.  Closes: #158916.
12166   * Correct the default query output format to be consistent with
12167     what the underlying library expects.  Closes: #174973.
12168   * Fix missing NULL-termination in dpkg-query -W display of dependency
12169     fields.  Closes: #174978
12170   * Strip output from md5sum(1) after the first whitespace character.
12171     Closes: #200763.
12172   * Output a warning if we cannot open a configuration file instead of
12173     treating it as a fatal error, in case our home directory is not readable
12174     by root.  Closes: #200701.
12175   * Set LC_ALL to C before spawning off dpkg --search, to avoid searching
12176     on localized strings.  Closes: #244316.
12177   * Don't require argument for start-stop-daemon -V.  Closes: #237589.
12178   * Correct use of @ARGV within dpkg-scanpackages, allowing -u to work
12179     once again.  Closes: #225086, #241503.
12180   * Make sure file permissions passed to dpkg-statoverride are numeric.
12181     Closes: #161156.
12182   * Correctly break out of the loop in install-info.
12183     Closes: #124225, #160761.
12184   * Add --dir-file option to install-info for GNU install-info
12185     compatibility.  Closes: #179192
12186   * Refer to debian-policy in dpkg-doc's description instead of the
12187     non-existent packaging-manual.  Closes: #120970.
12188   * Remove incorrect mention of build-essential from dpkg-checkbuilddeps
12189     manpage.  Closes: #219210.
12190   * Add a note about diverting shared libraries to the dpkg-divert
12191     manpage.  Closes: #214699.
12192   * Updated Translations:
12193     - Brazilian Portuguese (Andre Luis Lopes).  Closes: #237864.
12194     - Catalan (Jordi Mallach).
12195     - Danish (Claus Hindsgaul).  Closes: #237624.
12196     - Dutch (Pieter-Paul Spiertz, Bart Cornelis, Erwin).
12197       Closes: #102094, #151799, #207758.
12198     - French (Sam Hocevar).  Closes: #243191.
12199     - German (Florian Ernst).  Closes: #109669, #115352, #187952, #244098.
12200     - Japanese manpages (KISE Hiroshi).  Closes: #220776.
12201     - Polish (Bartosz Fenski).  Closes: #242870.
12202     - Spanish (Javier Fernández-Sanguino Peña).  Closes: #166052.
12203     - Swedish (Peter Karlsson).
12204   * New Translations:
12205     - Japanese dpkg-source manpage (KISE Hiroshi).  Closes: #239000.
12206     - Norwegian Nynorsk (Gaute Hvoslef Kvalnes).  Closes: #233614.
12207     - Portuguese (Miguel Figueiredo).  Closes: #240081.
12208     - Spanish dpkg-source manpage (Ruben Porras).  Closes: #171489.
12210  -- Scott James Remnant <scott@netsplit.com>  Sun, 25 Apr 2004 18:55:10 +0100
12212 dpkg (1.10.20) unstable; urgency=high
12214   * Update Japanese translation.  Closes: #224616
12215   * Update French translation.  Closes: #218713
12216   * Fix spelling error in German md5sum man page.  Closes: #230750
12217   * Fix typo in pt_BR po file.  Closes: #192102
12218   * Revert fix for #232916, this turns out to be a bug in the pgpgp
12219     wrapper, dpkg worked fine with pgp itself.
12221  -- Scott James Remnant <scott@netsplit.com>  Thu, 11 Mar 2004 11:24:54 +0000
12223 dpkg (1.10.19) unstable; urgency=high
12225   * Distinguish unmet build dependencies from build conflicts.
12226     Closes: #217943, #235266.
12227   * Force NULL-termination of all tar file entry names.  Closes: #232025.
12228   * Allow dselect to use the full window width.  Closes: #139781.
12229   * Pass correct number of arguments for format string when out of disk
12230     space.  Closes: #213038, #217286, #213543, #213846.
12231   * Remove duplicated entries from ChangeLog.  Closes: #157437.
12232   * Fix dpkg-buildpackage when used with PGP.  Closes: #232916.
12233   * Update support for Debian FreeBSD.  Closes: #211566.
12234   * Store Architecture in the status file.  Closes: #228253.
12235   * Don't print offending lines in md5sum.  Closes: #170953.
12236   * Check bounds of md5sum lines.  Closes: #168443, #199489, #199693.
12238  -- Scott James Remnant <scott@netsplit.com>  Mon,  8 Mar 2004 19:05:32 +0000
12240 dpkg (1.10.18.1) unstable; urgency=medium
12242   * Non-maintainer upload to fix release-critical bugs.
12243   * Terminate string buffer in main/remove.c.  Closes: #228379.
12244   * Prevent stashing of hardlinked devices and setuid or setgid binaries
12245     by removing permissions on upgrade as well as on remove.
12246     Closes: #225692.
12247   * Update dpkg conflicts to << 1.10, instead of 1.9.
12248     Closes: #190611, #221989, #222760.
12250  -- Scott James Remnant <scott@netsplit.com>  Thu, 26 Feb 2004 01:17:27 +0000
12252 dpkg (1.10.18) unstable; urgency=medium
12254   * Rebuild, tagging and releasing correctly from cvs this time.
12256  -- Adam Heath <doogie@debian.org>  Mon, 27 Oct 2003 13:39:56 -0600
12258 dpkg (1.10.17) unstable; urgency=medium
12260   * Make dselect do conflict resolution when dealing with automatically
12261     selected recommended package. Thanks to Colin Watson for the analysis
12262     and patch. Closes: Bug#151663
12263   * Branden Robinson <branden@debian.org>:
12264     s/dpkg-checkbuild/dpkg-checkbuilddeps/ in usage.
12265   * dpkg-checkbuilddeps now sets $reduce_arch.  Closes: #212796.
12266   * Goswin Brederlow <brederlo@informatik.uni-tuebingen.de>:
12267     Add -u in dpkg-scanpackages.  Closes: #214123.
12268     Add -a<arch> command to dpkg-scanpackages.
12269   * Add .#* to dpkg-source's default ignore filter.  Closes: #217380.
12270   * Matthias Urlichs <smurf@smurf.noris.de>:
12271     Don't assume /usr/info/dir exists if /usr/info does.  Closes: #165770.
12272   * Jordi Mallach <jordi@debian.org>:
12273     Update Catalan translation.
12274   * Fix errors with dependency fields that reference ${dpkg:Version}.
12275     Closes: #213108.
12277  -- Adam Heath <doogie@debian.org>  Mon, 27 Oct 2003 13:04:57 -0600
12279 dpkg (1.10.16) unstable; urgency=low
12281   * Almost *EVERY* damn file was including config.h in the wrong spot.
12282     After making it the first include, then off_t/size_t/etc could actually
12283     be redefined to be 64-bit compatible.
12284   * Jordi Mallach <jordi@debian.org>:
12285     Fix configure to set HAVE_SETLOCALE.  Closes: #211816
12286   * "Loïc Le Loarer" <lll_deb@m4x.org>:
12287     Add a -d|--chdir option to start-stop-daemon.  Closes: #151802
12288   * Split the background block into 2 parts: one that does the fork, and
12289     opens /dev/tty and /dev/null, and one that does everything else.  The
12290     second block is then moved to be run right before the exec.  This
12291     allows error messages to be seen from the child(previously, they were
12292     lost), and allows for the chroot to not require the device files.
12293     These changes based on the bugs filed by:
12294     Marc Herbert <Marc.Herbert@ens-lyon.fr>: Closes: #155219
12295     Loïc Le Loarer <lll_deb@m4x.org>: Closes: #151800
12296   * Mario Lang <mlang@debian.org>:
12297     When --start, --startas and --pidfile are given, print 'process'
12298     instead of '(null)' for the process name, if it's already running.
12299     Closes: #209355
12300   * Imported several translated manpages, from debian-doc cvs:
12301     * Spanish: 822-date.1 cleanup-info.8 deb-control.5 deb-old.5
12302       deb.5 dpkg-checkbuilddeps.1 dpkg-deb.1 dpkg-divert.8 dpkg-name.1
12303       dpkg-scanpackages.8 dpkg-split.8 dpkg-statoverride.8 dpkg.8
12304       dselect.8 md5sum.1 start-stop-daemon.8 update-alternatives.8
12305       "Esteban Manchado Velázquez" <zoso@debian.org>: Closes: #171489
12306     * French: deb.5
12307       Julien Louis <arthur51@ifrance.com>: Closes: #164906
12308     * Portuguese: dpkg.8 dselect.8
12309   * Matt Zimmerman <mdz@debian.org>
12310     In dpkg's manpage, -O had an inverted word.  Closes: #111711
12311   * Marcin Owsiany <porridge@debian.org>:
12312     Fix Polish translation of 'conflicts with'  Closes: #112057
12313   * Jiri Masik <masik@darbujan.fzu.cz>:
12314     Improve Czech translation of: "dpkg - warning: ignoring request to
12315     remove %s which isn't installed."  Closes: #117518
12316   * Marco Nenciarini <mnencia@prato.linux.it>:
12317     Fix missing space in Italian translation when listing files, and the
12318     file is diverted.  Closes: #138244
12319   * Piotr Roszatycki <Piotr_Roszatycki@netia.net.pl>:
12320     Update Polish translation.  Closes: #142370
12321   * Martin Quinson <mquinson@ens-lyon.fr>:
12322     Fix missing space in French translation of: "%s - warning: downgrading
12323     %.250s from %.250s to %.250s.\n"  Closes: #149142
12324   * Hidetaka Iwai <tyuyu@sings.jp>:
12325     Fix typo in Japanese translation of dpkg --force-help; downgrade ->
12326     downgrade:  Closes: #157819
12327   * Martin Quinson <mquinson@ens-lyon.fr>:
12328     Fix French translation when listing files, and the file is diverted.
12329     Closes: #162154
12330   * Rune Schjellerup <olberd@odense.kollegienet.dk>:
12331     Fix Danish translation of(was missing the leading space): " does not
12332     appear to be available\n"  Closes: #192972
12333   * Fix md5sum when handling large files.  Closes: #162691
12334   * Fix dpkg-checkbuilddeps calling of parsedep.  It wasn't setting
12335     use_arch.  Closes: #212796.
12336   * Joey Hess <joeyh@debian.org>:
12337     Change formatting of info.dir.  Closes: #167379.
12339  -- Adam Heath <doogie@debian.org>  Sat, 25 Oct 2003 15:46:16 -0500
12341 dpkg (1.10.15) unstable; urgency=low
12343   * Fix detection of va_copy.
12344   * Back out debian/rules build-arch detection.  It is *not* possible *at
12345     all* to detect available targets in a rules file.  Period.
12347  -- Adam Heath <doogie@debian.org>  Fri, 19 Sep 2003 20:02:19 -0500
12349 dpkg (1.10.14) unstable; urgency=low
12351   * controllib.pl:
12352     * Rewrote the parsedep stuff, so that it wasn't done during control
12353       file parsing.  Scripts that need the internal parsed format should
12354       call parsedep on the field's value.
12355     * Split the substvars parsing into a separate function.
12356     * No longer validate dependency fields when reading the control file.
12357       Some fields may have vars in them, which breaks the validation.
12358     * dpkg-gencontrol calls substvars after parsing the control file, and
12359       then validates the substituted depends lines.  Originally,
12360       substitution occurred only during writing of the final output file.
12361     * Andreas Barth <aba@not.so.argh.org>:
12362       Fix bad regex that didn't allow spaces in dependency field parsing.
12363       It now directly matches what the c code expects.  It previously was
12364       allowing all of \S, which matched on '('.
12365       Closes: #211660.
12366   * Remove stale debug in debian/control that would have broken
12367     installation on s390.
12368   * We were calling our own local copy of dpkg-gencontrol, but the
12369     system-installed copy of dpkg-shlibdeps.  Now, both are called from
12370     the build directory.
12372  -- Adam Heath <doogie@debian.org>  Fri, 19 Sep 2003 12:29:34 -0500
12374 dpkg (1.10.13) unstable; urgency=low
12376   * Fix parsing of deps when both () and [] are specified.
12377   * Set $host_arch in controllib.pl:parsedep.
12378   * dpkg-checkbuilddeps doesn't output the [] stuff when finding invalid
12379     deps.
12381  -- Adam Heath <doogie@debian.org>  Wed, 17 Sep 2003 13:23:15 -0500
12383 dpkg (1.10.12) unstable; urgency=low
12385   * Fix dpkg-source output of build-depends lines.
12387  -- Adam Heath <doogie@debian.org>  Tue, 16 Sep 2003 13:43:45 -0500
12389 dpkg (1.10.11) unstable; urgency=low
12391   * dpkg no longer provides any BYHAND files.  If you need the source
12392     tarball, use the orig.tar.gz file available in the pool.  The
12393     precompiled tars were hold-overs from when debs were not standard
12394     ar/tar files.
12395   * Install /usr/share/doc/dpkg/pseudo-tags, which talks about the bug
12396     titling we use to mark bugs for filtering in the Debian bts.
12397   * Updated ca.po.
12398   * Teach dpkg-source that ~ is legal in version numbers
12399   * Add build-depends on sgml-base, and increase gettext build-depends to
12400     0.12.1-3.
12401   * Updated config.sub and config.guess in cvs.
12402   * Change use of strncpy in parsedb to memcpy.  Closes: #160447
12403   * No longer generate helpmsgs.{cc,h}.
12404   * several controllib changes:
12405     * Moved dependency parsing logic from dpkg-checkbuilddeps.
12406       The dpkg-checkbuilddeps parser didn't support empty fields, while
12407       the controllib parser did.
12408     * All dependency fields parsed by controllib.pl support [arch]
12409       specifiers.  If the arch specifier doesn't apply for the current
12410       arch, then the item will not be added to the internal list structure.
12411     * Comment lines(that begin with '#') are removed during parsing.
12412     * Store the original casing of field names, for use in error reporting.
12413     * Store the original field's casing with 'o:' prepended in %fi.
12414       * ballombe@merulo.debian.org:
12415         dpkg-checkbuilddeps now handles empty fields.  Closes: #111562
12416       * Branden Robinson <branden@debian.org>:
12417         support comments(first char on line begins with '#') in
12418         debian/control.  Closes: #191810
12419       * Bastian Blank <waldi@debian.org>:
12420         Allow for per-arch generated dependency fields.  Closes: #170575
12421       * Branden Robinson <branden@debian.org>:
12422         Report the original casing of field names when they are unknown.
12423         Closes: #177753
12424   * Patch dpkg-buildpackage to call debian/rules -qn build-arch, and if
12425     it's available, modify -B handling appropriately.  If build-arch is not
12426     available, then when -B was called, do *not* pass -B on to
12427     dpkg-checkbuilddeps.  Closes: #203097
12428   * Frank Lichtenheld <frank@lichtenheld.de>:
12429     Apply patch, to handle missing infodir.bak, and empty files.  Closes:
12430     #196361
12431   * Change standard_startup and standard_shutdown into macros.  Closes:
12432     #200351.
12433   * Andrew Suffield <asuffield@debian.org>:
12434     Fix inverted test of eof in parsedb, while looking for eof after
12435     field name.  Closes: #198218
12436   * Yann Dirson <dirson@debian.org>
12437     Add set -e to dpkg-doc.postinst.  Closes: #191261
12438   * Michael Weber <michaelw@debian.org>:
12439     dpkg --print-architecture now does gcc -dumpmachine instead of
12440     --print-libgcc-file-name.  Closes: #131893, #8241, #106793, #210285
12441   * Daniel Silverstone <dsilvers@digital-scurf.org>:
12442     Apply patch to change hashing function, and increase bin size, for
12443     the package database.  Closes: #206416
12444   * Paul Eggert <eggert@CS.UCLA.EDU>:
12445     Apply patch to make dpkg work with POSIX 1003.1-2001.  Closes:
12446     #204894
12447   * Joey Hess <joeyh@debian.org>:
12448     Fix "stripping trailing /" message from dpkg-statoverride.  Closes:
12449     #203782
12450   * Sami Liedes <sliedes@cc.hut.fi>:
12451     Increase filesdb bin size, and alter hashing function.  Closes:
12452     #179385
12453   * Anthony Towns <aj@azure.humbug.org.au>:
12454     Retry removing empty dirs during purge.  Closes: #112386
12455   * Darren Salt <linux@youmustbejoking.demon.co.uk>:
12456     Add .cvsignore to dpkg-source's default diff ignore regex.  Also fix
12457     missing \ escape for .deps.  Closes: #174013
12458   * Koblinger Egmont <egmont@uhulinux.hu>:
12459     Fix segfault with --status-fd.  Closes: #173618
12460   * Colin Watson <cjwatson@debian.org>,
12461     Andrew Suffield <asuffield@debian.org>:
12462     Add .svn, {arch}, and .arch-ids to dpkg-source -i default regex.
12463     Closes: #169359
12464   * Falk Hueffner <falk@debian.org>:
12465     Added alphaev68-linux-gnu to archtable.  Closes: #199360
12466   * Elie Rosenblum <fnord@debian.org>:
12467     Apply patch to support OpenBSD.  Closes: #154277
12468   * Geoff Richards <qef@laxan.com>:
12469     Add --config to action section, and add as EXAMPLES section.  Closes:
12470     #208014, #115759
12471   * Yann Dirson <dirson@debian.org>:
12472     install-info --version and --help now display on stdout.  Closes:
12473     #154633
12474   * Dan Jacobson <jidanni@dman.ddts.net>:
12475     Mention what dpkg and dpkg-query -S will not find.  Closes: #153096
12476   * Sebastian Leske <sleske@enterprise.mathematik.uni-essen.de>:
12477     Mention in dpkg(8) that downgrading a package can have serious
12478     consequences.  Closes: #61156
12479   * Dan Jacobson <jidanni@dman.ddts.net>:
12480     In dpkg-scanpackages(8), including small note that other tools might
12481     use the generated Packages file.  Closes: #208894
12482   * Warren Turkal <wturkal@cbu.edu>:
12483     Fix some typos in dpkg-source(1).  Closes: #207259, #204123, #167426
12484   * Dan Jacobson <jidanni@dman.ddts.net>:
12485     Alter text in dselect(8), implying that other interfaces are available
12486     for installing packages.  Closes: #206164.
12487   * Daniel Bonniot <bonniot@users.sourceforge.net>:
12488     Note in start-stop-daemon(8) that --nicelevel takes an argument.
12489   * Ruben Porras <nahoo82@telefonica.net>:
12490     Remove duplicate 'can' in deb-control(5).  Closes: #183840
12491   * Dan Jacobson <jidanni@dman.ddts.net>:
12492     Fix short description in dpkg-scansources(8).  Closes: #175770
12493   * Zefram <zefram@fysh.org>:
12494     In dpkg(8), move dpkg-query options to their own subsection, like
12495     dpkg-deb.  Closes: #174971
12496   * Thomas Hood <jdthood@yahoo.co.uk>
12497     Add --dry-run and --simulate as synonyms to --no-act.  Closes:
12498     #165099
12499   * Junichi Uekawa <dancer@netfort.gr.jp>:
12500     Fix wrong reference to DEB_BUILD_GNU_SYSTEM on --host in
12501     dpkg-architecture(1).  Closes: #163621
12502   * Michael Klein <michael.klein@puffin.lb.shuttle.de>:
12503     s/Usuaully/Usually/ in deb-control.5.  Closes: #161819
12504   * Joey Hess <joeyh@debian.org>:
12505     Removed reference in dselect(8) about recommends not being handled
12506     well.  Closes: #157973
12507   * Andrew Suffield <aps100@doc.ic.ac.uk>:
12508     s/dpkg-source/dpkg-parsechangelog/ in dpkg-parsechangelog -h.
12509     Closes: #155822
12510   * Matej Vela <vela@debian.org>:
12511     Unhighlight "May be repeated multiple times." in dpkg-source(1).
12512     Closes: #151845
12513   * Jordi Mallach <jordi@debian.org>:
12514     Make all actions in dpkg-deb -h lower case.  Closes: #150642
12515   * Alexander Hvostov <root@aoi.dyndns.org>:
12516     Add -g|--group to start-stop-daemon, and document properly.  Closes:
12517     #127342
12518   * Szerb Tamas <toma@mlf.linux.rulez.org>:
12519     s/THANKS/THANKS.gz/ in dpkg(8).  Closes: #91348
12520   * "James R. Van Zandt" <jrv@vanzandt-pc.mitre.org>:
12521     In dpkg(8), mention running dselect, install after --set-selections.
12522     Closes: #175236
12523   * Yann Dirson <dirson@debian.org>:
12524     Remove disabled --command-fd from help.  Closes: #169619
12525   * Tobias Burnus <tburnus@physik.fu-berlin.de>:
12526     Apply patch to update-alternatives that provides --set and --remove-all
12527     commands.  Closes: #133745.
12528   * Osamu Aoki <debian@aokiconsulting.com>:
12529     Add --all to update-alternatives, that calls --config on all
12530     alternatives.  Closes: #126621
12531   * Dan Jacobson <jidanni@jidanni.org>:
12532     Alter --config prompt, to be more clear, that one must 'press' enter to
12533     accept the default.  Closes: #203557
12534   * Peter Moulder <pmoulder@bowman.csse.monash.edu.au>:
12535     Fix some -w issues in update-alternatives.  Closes: #137313
12536   * Eduard Bloch <edi@gmx.de>:
12537     Apply patch to check whether the target path exists on removing.
12538     Closes: #37254
12539   * Colin Walters <walters@debian.org>:
12540     After opening files, set binmode.  Closes: #175363
12542  -- Adam Heath <doogie@debian.org>  Tue, 16 Sep 2003 12:52:11 -0500
12544 dpkg (1.10.10) unstable; urgency=low
12546   * Update archtable for hurd.  Closes: #187509.
12547   * Make the dpkg-iasearch conflicts versioned.  Closes: #170698.
12548   * Surround sed call with '' in Makefile.in.  Closes: #187534.
12549   * Strip trailing / from the file args in dpkg-statoverride.  Closes:
12550     #184239.
12551   * Modified to use autotools-dev.  Closes: #179656.
12552   * Add netbsd support.  Closes: #179658, #179659.
12553   * Support hyphenated values in dpkg-architecture. Closes: #179661
12554   * No longer managed the /usr/doc symlinks.
12556  -- Adam Heath <doogie@debian.org>  Sat, 26 Apr 2003 15:10:24 -0500
12558 dpkg (1.10.9) unstable; urgency=low
12560   * Fix dereference in main/help.c:cu_closefd(), which was the cause of
12561     close(random number) on most arches, but close(0) on s390x.
12562   * Add s390x to archtable.  Closes: #160976.
12564  -- Adam Heath <doogie@debian.org>  Sun, 15 Sep 2002 13:21:38 -0500
12566 dpkg (1.10.8) unstable; urgency=low
12568   * Make the multiline regex have an upper bound, instead of being
12569     unbounded, as newer perls have a larger stack frame, which cause them
12570     to segfault quicker with larger inputs.  Closes: #159756.
12572  -- Adam Heath <doogie@debian.org>  Thu,  5 Sep 2002 16:32:01 -0500
12574 dpkg (1.10.7) unstable; urgency=low
12576   * Fix double free in modstatdb_init, in the case that modstatdb_shutdown
12577     was called previously.  Closes: #159515.
12579  -- Adam Heath <doogie@debian.org>  Tue,  3 Sep 2002 18:59:19 -0500
12581 dpkg (1.10.6) unstable; urgency=low
12583   * Don't call nffreeall, in any of the c/c++ programs.  It appears dselect
12584     slightly corrupts it's memory enough that it can't be freed without
12585     segfaulting.  Closes: #159023.
12587  -- Adam Heath <doogie@debian.org>  Sun,  1 Sep 2002 00:19:18 -0500
12589 dpkg (1.10.5) unstable; urgency=low
12591   * Fix segfault in md5sum if the file being checked doesn't exist.
12592     Closes: #154503.
12593   * Fix extraction of md5sum in dpkg-scanpackages.  Closes: #153769.
12594   * Handle directories better in md5sum.  Closes: #157453.
12595   * Fix read past buffer in lib/nfmalloc.c.  Closes: #157304.
12596   * Fix several read pass buffer bugs, and a memleak.  Closes: #155362.
12597   * Fix segfault when --auto-deconfigure is given.  Closes: #157762.
12598   * Allow spaces between the end of a version, and the trailing ')'.
12599     Closes: #154898.
12600   * Fixes for HURD:  Closes: #156545
12601     * Add i386-gnu0.3 to archtable.
12602     * Fix handling of static compiles, with regard to zlib.
12603   * Previous install-infos(before 1.10) handled multiple dir file entries,
12604     because they would copy the entire stanza unmodified.  The newest
12605     version does not do this, as it reformats the options, and thereby
12606     only takes the first line.  So, we now split all the lines from the
12607     stanza, and process them all.  Closes: #147492.
12608   * Fix corruption of available file, caused by use of memory that was
12609     previously freed.  Closes: #154257.
12610   * Fix several minor memleaks.
12611   * Remove /usr/sbin/start-stop-daemon.  Closes: #156437.
12613  -- Adam Heath <doogie@debian.org>  Thu, 29 Aug 2002 16:43:15 -0500
12615 dpkg (1.10.4) unstable; urgency=low
12617   * Remove -ffunction-sections and -fdata-sections.  Closes: #152130.
12618   * Install archtable into /usr/share/dpkg/.
12620  -- Adam Heath <doogie@debian.org>  Sun, 14 Jul 2002 15:17:56 -0500
12622 dpkg (1.10.3) unstable; urgency=low
12624   * Move dselect.cfg to dselect package. Closes: Bug#152132
12625   * Install methods into /usr/lib/dpkg/methods, not /usr/lib/dpkg.  Closes:
12626     #152161.
12627   * Fix test inversion in start-stop-daemon, when checking the pid given in
12628     a pid file.  Thanks Thomas Morin <thomas.morin@enst-bretagne.fr>.
12629     Closes: #152270.
12630   * If in --test mode, and --stop is given, increment n_killed, so that
12631     start-stop-daemon returns the proper exit value.  Thanks Thomas Morin
12632     <thomas.morin@enst-bretagne.fr>.  Closes: #151992.
12634  -- Adam Heath <doogie@debian.org>  Thu, 11 Jul 2002 22:58:43 -0500
12636 dpkg (1.10.2) unstable; urgency=low
12638   * Make configuration files in $HOME work again
12639   * dpkg + dpkg-static conflict with dpkg-dev << 1.9, to fix md5sum error
12640     in dpkg-source.  Closes: #151691.
12641   * Remove -Z from patch call, in dpkg-source, as it makes patch warn about
12642     missing timestamps.  Closes: #151965
12643   * Install debian/dselect.conffiles.
12645  -- Adam Heath <doogie@debian.org>  Thu,  4 Jul 2002 21:08:09 -0500
12647 dpkg (1.10.1) unstable; urgency=low
12649   * Add conflict with dpkg-iasearch which intruded on our namespace.
12650   * Replace manpages-de which includes one of our manpages.  Closes: #151485
12651   * Don't always call autoheader when building. Closes: #151471
12652   * Fix double conflict in dpkg. Closes: Bug#151581
12653   * Move dselect methods to dselect package.
12654   * dpkg-checkbuilddeps no longer checks for build-essential. dpkg should
12655     not hardcode Debian policy.
12656   * Make dpkg-genchanges accept ~ as part of a package filename.
12657     Closes: Bug#150739
12658   * Move dpkg.cfg and dselect.cfg manpages into dpkg package. Closes: Bug#132901
12660  -- Wichert Akkerman <wakkerma@debian.org>  Tue,  2 Jul 2002 12:34:07 +0200
12662 dpkg (1.10) unstable; urgency=low
12664   * dpkg now reorders symlinks when extracting debs.  However, this is also
12665     still done when building debs.  After a stable release of Debian has
12666     occurred with this modified dpkg, the reordering when building can be
12667     removed.
12668   * Fixed upper/lowercase problems with package names. Closes: Bug#58091
12669     (and 3 others).
12670   * Add Russian manual pages
12671   * Fix n in dselect package list (performs searchagain now)
12672   * Fix layout problem in dpkg-divert manpage. Closes: Bug#103667
12673   * When a package is set to hold, and a reinstallation is requested,
12674     -E will not properly skip it.  Closes: #45787.
12675   * Make dpkg-checkbuilddeps use dpkg-architecture. Closes: Bug#104230
12676   * Improve dpkg-architecture documentation. Closes: Bug#104232
12677   * Update German translation. Closes: Bug#97239
12678   * Update Polish translation. Closes: Bug#115783
12679   * Update French translation.
12680   * Update Brazilian translation.
12681   * Update Danish translation.
12682   * Update Galician translation.
12683   * Update Portuguese translations.
12684   * Add Catalan translation
12685   * Add German md5sum manpage
12686   * Add Brazilian update-alternatives manpage. Closes: Bug#122132
12687   * Improve dselect manpage. Closes: Bug#103839
12688   * dpkg-name(1) no longer mentions the non-existing dpkg(5) manpage.
12689     Closes: Bug#104214
12690   * Improve handling of Recommends and Suggests in dselect. Closes: Bug#34942
12691   * Add per-user configuration files. Closes: Bug#103845
12692   * Split dselect into its own package. dpkg Pre-Depends on it
12693     to make sure no weird things happen during an upgrade but this
12694     will allow us to make dselect option at some point in the future.
12695     Closes: #114249.
12696   * Make colours in dselect user-configurable. Closes: Bug#103994
12697   * Make Q do an abort in the method selection menu to make things more
12698     consistent with the package list
12699   * Fix test for nice(2) failure in start-stop-daemon. Closes: Bug#104561
12700   * Improve the dselect helpscreen a bit. Closes: Bug#72634
12701   * New version comparison routine that can handle arbitrarily large numbers
12702     and accepts `~' as a low-sorting character. Closes: Bug#93386
12703   * dselect now accepts regular expressions when searching for packages
12704     and can search in package descriptions as well.
12705     Closes: Bug#81009,#83139
12706   * Move query commands into a separate dpkg-query command. For the old options
12707     (-L,-l,-s,-S) dpkg will still call it for you.
12708   * Add configurable package listing support to dpkg-query
12709   * Handle window resize in dselect main menu. Closes: Bug#98275
12710   * update-rc.d moved to the sysvinit package. Closes: Bug#108887,#109282
12711   * Add --showformat and --show options to dpkg-deb and dpkg-query to
12712     allow one to customize the output format
12713   * several install-info cleanups:
12714     * Move /usr/info/dir to /usr/share/info/dir.  Closes: #67174.
12715     * If /usr/share/info doesn't exist, print a message saying so,
12716       instead of the confusing "couldn't lock" error.  Closes: #2531.
12717     * If /usr/share/info/dir doesn't exist, or is empty, try to copy the
12718       backup from /var/backups/infodir.bak.  Closes: #121309.
12719     * Add a --remove-exactly option, and allow for relative filenames.
12720       Closes: #92650.
12721     * Use the section from the .info file if --section is not given.
12722       Closes: #76100.
12723     * Error messages now include the filename being processed.
12724       Closes: #66735
12725     * /usr/share/info/dir now has it's entries formatted to even widths.
12726       Closes: #11228
12727     * --calign|--align|--maxwidth are now ignored.
12728   * strip enoent as well. Closes: Bug#112378
12729   * Fix format error in Dutch translation. Closes: Bug#113120
12730   * When parsing stdin, md5sum now displays '-' as the filename, to match
12731     textutils md5sum.  Closes: #121489.
12732   * Apply patch from bug, to give update-alternatives a --list command.
12733     Closes: #120924.
12734   * Make dpkg-checkbuilddeps always check for build-essential.
12735     Closes: Bug#118420.
12736   * Use space separated output instead of comma separated in
12737     dpkg-checkbuilddeps
12738   * Update default ignore expression in dpkg-source to also match *~ and
12739     *.swp in subdirs. Closes: Bug#127458
12740   * Handle errors when verifying md5sums. Closes: Bug#102367
12741   * dpkg-source now uses reliable timestamps for changed files.
12742     Closes: Bug#105750
12743   * Fix typo in start-stop-daemon help message. Closes: Bug#131439
12744   * update-alternative exits with a non-zero exit code when displaying
12745     a non-existing alternative. Closes: Bug#131496
12746   * Use gzip -c in install-info. Closes: Bug#131758
12747   * start-stop-daemon works on HP-UX now. Closes: Bug#130130
12748   * Fix dselect spin when run without input. Closes: Bug#132476
12749   * Update-alternatives now correctly restores an alternative to auto mode
12750     when removing a manually selected alternative. Closes: Bug#132632
12751   * Copy bugs and origin information into status file. Closes: Bug#132714
12752   * Improve wording of update-alternatives --config text. Closes: Bug#133035
12753   * Add manpages for dpkg.cfg and dselect.cfg. Closes: Bug#132901
12754   * Improve test for illegal packagename for dpkg-gencontrol -p option
12755   * Fix segfault when getenv("PATH") returns null.  Closes: Bug#136349
12756   * Add Large File Summit extensions. Closes: Bug#130509
12757   * Fix typo in dpkg-source manpage. Closes: Bug#141906
12758   * Re-fix handling of multiple blank lines in control. Closes: Bug#143117
12759   * Document --force-confmiss and --force-bad-verify. Closes: Bug#146855
12760   * Drop upgrade compat stuff in dpkg postinst for ancient versions (over
12761     5 years old)
12762   * Always set CLOEXEC on the lock fd.  Closes: Bug#147872
12763   * Clean up tmp files when ctrl-c is sent to dpkg-source.  Closes:
12764     Bug#58653.
12765   * dpkg-source no longer requires exact case matches for fields in
12766     debian/control.  Closes: Bug#139159.
12767   * dpkg-scanpackages now gives proper case for Source and Installed-Size.
12768     Closes: Bug#119532.
12769   * dpkg-architecture: s/build on/built on/; same for 'build for'.
12770     Closes: Bug#140441.
12771   * cl-debian.pl now recognizes emergency as valid in changelogs.
12772     Closes: Bug#138013.
12773   * Properly count recursive expansion of variables, instead of just
12774     counting all variable expansions.  Closes: #144121.
12775   * Add -I<filename> to dpkg-buildpackage and dpkg-source, to excludes
12776     files from tar, when building a native package.  Closes: Bug#75947.
12777   * Close the old debian/files file, before doing a rename.  Closes:
12778     Bug#111503.
12779   * Fix documentation of -v<version> for dpkg-parsechangelog, removing the
12780     requirement that the version has to be in the changelog.  Closes:
12781     Bug#117968.
12782   * Fix typo in dpkg-source(1), for '-sU'.  Closes: Bug#126340.
12783   * Add dpkg-scansources to dpkg-scanpackages(8).  Closes: Bug#147924.
12784   * Change /usr/info into a symlink to /usr/share/info if possible
12786  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 21 Jun 2002 21:53:15 +0200
12788 dpkg (1.9.21) unstable; urgency=low
12790   * Fix corrupt Swedish translations that would some error messages display
12791     incorrectly.
12792   * Enable --force-overwrite by default in /etc/dpkg/dpkg.cfg
12793   * dpkg.cfg is now no longer a conffile. This means the installer can
12794     change defaults depending on how an install is done
12795   * Detect truncated debs, and abort the unpack.  Closes: #138569.
12796   * Improve dpkg(8) --force documentation
12797   * Fix error in Russian dselect translation
12799  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 16 May 2002 19:42:29 +0200
12801 dpkg (1.9.20) unstable; urgency=medium
12803   * Fix assertion when --auto-deconfigure is set.  Closes: #137765.
12804   * Fix segfault discovered by fixing the above.
12805   * Fix segfault when getenv("PATH") returns null.  Closes: #136349
12806   * Recompiled against updated zlib, to fix possible security issue.  Also
12807     bumped build-depends to match.  Closes: #137931(grave)
12809  -- Adam Heath <doogie@debian.org>  Sun, 17 Mar 2002 02:52:44 -0600
12811 dpkg (1.9.19) unstable; urgency=medium
12813   * install-info continues to read all data from a pipe, until EOF.
12814     Closes: #99816(grave).
12815   * Add Catalan translation
12816   * Update Danish translation. Closes: Bug#131869
12817   * Update French translation.
12818   * update-alternative exits with a non-zero exit code when displaying
12819     a non-existing alternative. Closes: Bug#131496
12820   * Changed Maintainer to debian-dpkg@lists.
12821   * Fix "Up to date installed packages" for polish translation.  Closes:
12822     #116398.
12823   * Swap updated/up-to-date polish translations(they were reversed).
12824     Closes: #117583, #102961.
12825   * Mark /etc/alternatives/README as a conffile.
12826   * Strip .note, .comment, and /usr/lib/dpkg/enoent.
12827   * Make dpkg-gencontrol not warn about Uploaders.  Closes: #111090.
12829  -- Adam Heath <doogie@debian.org>  Sat,  2 Feb 2002 11:47:34 -0600
12831 dpkg (1.9.18) unstable; urgency=low
12833   * Fix MD5Sum corruption when upgrading a package.  Closes: Bug#113961.
12834   * Add Wichert and I to debian/control:Uploaders.
12836  -- Adam Heath <doogie@debian.org>  Sat,  3 Nov 2001 00:31:00 -0600
12838 dpkg (1.9.17) unstable; urgency=low
12840   * updated-rc.d moved to the sysvinit package. Closes: Bug#108887,#109282
12842  -- Wichert Akkerman <wakkerma@debian.org>  Wed, 22 Aug 2001 01:24:52 +0200
12844 dpkg (1.9.16) unstable; urgency=low
12846   * Revert architecture-change to dpkg-source from 1.9.11, see ChangeLog
12847     for details.
12849  -- Wichert Akkerman <wakkerma@debian.org>  Thu,  5 Jul 2001 22:42:11 +0200
12851 dpkg (1.9.15) unstable; urgency=low
12853   * Change policy of handling dscformat in dpkg-source
12854   * Fix the arglist construction for maintainer scripts
12855   * Revert dscformat to 1.0 since older dpkg-source versions do not have
12856     the new policy. In the future (starting at format 2.0 to maintain
12857     compatibility with old dpkg-source implementations) minor changes to
12858     the dscformat have to be fully backward and forward compatible.
12860  -- Wichert Akkerman <wakkerma@debian.org>  Sat, 30 Jun 2001 16:41:43 +0200
12862 dpkg (1.9.14) unstable; urgency=low
12864   * Make the Uploaders field in a .dsc file optional.
12865   * Disabled sanity checking of source packages.
12867  -- Adam Heath <doogie@debian.org>  Mon, 25 Jun 2001 02:22:40 -0500
12869 dpkg (1.9.13) unstable; urgency=medium
12871   * Add a -W option to dpkg-source(and the other utils, where it is just
12872     passed thru), to turn certain errors into warnings(of which, only
12873     one is changed, namely, the 'tar doesn't contain preceding directory'
12874     error).  Closes: #101813, and partially 101845.
12875   * Don't error out if the files in the tar have leading './', for
12876     dpkg-source.  (another partial close of 101845).
12877   * Handle the case where a single directory exists in the orig.tar.gz, but
12878     it is NOT of the form <pkg>-<ver>.  Closes: #101845.
12879   * Set LC_ALL in dpkg-source when we call external programs when we are
12880     going to parse their output.  Another bug from 101845.
12881   * Handle stating of truncated cpio filenames(100 char limit, bah), in
12882     dpkg-source.  Another bug from 101845.
12883   * Add support for an Uploaders field, which is read from the first
12884     paragraph of debian/control, and propagated to the .dsc.  This lists
12885     the people allowed to upload a package.  If it is not set, then the
12886     value of the Maintainer is placed into this field of the .dsc.  This
12887     bumps the .dsc format to 1.1.  Closes: #101815.
12888   * Handle symlinks in the tarball, and don't error out if found.
12889   * in controllib, make warnerrors default to warnings.  Affects
12890     dpkg-source.  This will be changed to be errors in the future.
12892  -- Adam Heath <doogie@debian.org>  Sun, 24 Jun 2001 13:48:52 -0500
12894 dpkg (1.9.12) unstable; urgency=medium
12896   * Fix do_script() bug. Closes: Bug#101552
12897   * Fix building and extracting of certain kinds of source packages.
12898     Closes: #101684.
12899   * Added Colin Watson to THANKS.
12901  -- Adam Heath <doogie@debian.org>  Wed, 20 Jun 2001 18:27:03 -0500
12903 dpkg (1.9.11) unstable; urgency=low
12905   * The "Hang on to your hats, it gets bumpy from here." release.
12906   * Trim trailing spaces from package names when checking builddeps.
12907     Closes: #101304.
12908   * Apply patch from bug to fix logic error that kept everything but
12909     Build-Deps from working in checkbuilddeps.  Closes: #101511.
12910   * Apply patch to correctly check the output of gcc on hurd, for
12911     dpkg-architecture. Closes: #99874.
12912   * The internal pod docs in dpkg-architecture were updated to reflect
12913     that -f was no longer implied when -q was given, but the build system
12914     wasn't generating new documentation.  Closes: #100997.
12915   * deb(5) now has a see-also for deb-old(5).  Closes: #99620.
12916   * Fix dpkg-shlibdeps infinite directory recursion thru symlinks.
12917     Closes: #97622.
12918   * Set the Architecture to 'source' only when doing source only uploads
12919     in the generated changes files.  Closes: #100144.
12920   * Document -nc in the dpkg-buildpackage manpage.  Closes: #101038.
12921   * Make dpkg-source work with GNU md5sum.  Closes: #97666.
12922   * in dpkg-source, when both arch: all and arch: <arch> packages exist in
12923     debian/control, don't promote the source arch: to any, but only list
12924     all and <arch>.  Closes: #94608
12925   * Apply patch from Colin Watson:  Closes: #89679
12926     * Reset SIGPIPE to DEFAULT when forking gzip.
12927     * set LANG to C before execing cpio, as we parse its output.
12928     * In checktarcpio() and checktarsane(), use the previously open pipes,
12929       instead of the opening files on disk(which was the old, ancient way).
12930     * Improve the output parsing of tar in checktarsane().
12931   * warn instead of die when find returns an error(which happens if there
12932     is a dangling symlink, because we use -follow).  Closes: #51479.
12933   * Change list of allowed urgencies in debian/changelog to: low, medium,
12934     high, and critical.  Closes: #94475.
12935   * Error out if an illegal package name is used in dpkg-gencontrol.pl.
12936     Closes: #61211
12937   * Apply patch from Marcus Brinkmann to dpkg-buildpackage:  Closes:
12938     #98201.
12939     * Option -a implies option -d.
12940     * Set ARCH correctly to host architecture, rather than build arch.
12942  -- Adam Heath <doogie@debian.org>  Tue, 19 Jun 2001 22:15:25 -0500
12944 dpkg (1.9.10) unstable; urgency=low
12946   * Fix [arch] parsing, and handle extra spaces better.  Closes: #100512,
12947     #101031.
12948   * Apply patch from bug, to fix cleanup of dpkg-divert temp files.
12949     Closes: #100474.
12950   * Swap j/k keys on the main menu, so they function like the package
12951     selection screen(and like vi).  Closes: #100502.
12952   * Multiple fixes in bug: Closes: #99892.
12953     * s/DEAD_JOE/DEADJOE/ in dpkg-source.
12954     * Switch to auto mode if alternative symlink is missing.
12955   * Update Spanish translation
12957  -- Adam Heath <doogie@debian.org>  Sat, 16 Jun 2001 14:57:45 -0500
12959 dpkg (1.9.9) unstable; urgency=low
12961   * The leading and trailing spaces patch in the last upload had some
12962     issues with trailing spaces.  This fixes them.  No bug to close, as the
12963     bts is still down.
12965  -- Adam Heath <doogie@debian.org>  Wed,  6 Jun 2001 22:36:57 -0500
12967 dpkg (1.9.8) unstable; urgency=low
12969   * Remove leading and trailing spaces from versions, and check for
12970     embedded spaces, inside dpkg.  Closes: #99186.
12971   * Handle varied use of spaces in dpkg-checkbuilddeps.  Closes: #98899.
12972   * Reset SIGPIPE back to default, in dpkg-source.  Closes: #98563.
12973   * Remove bogus $! check from dpkg-architecture.  Closes: #99428.
12975  -- Adam Heath <doogie@debian.org>  Sat,  2 Jun 2001 15:15:04 -0500
12977 dpkg (1.9.7) unstable; urgency=low
12979   * If a new file doesn't exist on disk, but is a going to be installed as
12980     a directory, then don't error out.  Closes: Bug#17381.
12981   * Update japanese manpages.  Closes: Bug#97831.
12982   * Update it.po.  Closes: Bug#98273.
12983   * Fix bad cleanup in dpkg-divert.  Closes: Bug#98578,#98828,#98831.
12985  -- Adam Heath <doogie@debian.org>  Mon, 28 May 2001 18:59:03 -0500
12987 dpkg (1.9.4) unstable; urgency=low
12989   * Oops.  EOF_mmap incorrectly detecting the end of the data block.
12990     Closes: Bug#95981.
12991   * After fixing the above bug, and using debootstrap to build a sid
12992     chroot, I discovered that my previous dependency cycle fix could cause
12993     segfaults in some situations.
12995  -- Adam Heath <doogie@debian.org>  Tue,  1 May 2001 23:04:46 -0500
12997 dpkg (1.9.3) unstable; urgency=low
12999   * Fix compiles on ppc. Closes: Bug#95918.
13001  -- Adam Heath <doogie@debian.org>  Tue,  1 May 2001 00:29:45 -0500
13003 dpkg (1.9.2) unstable; urgency=low
13005   * Recompile, to fix incorrect path 1.9.1/dpkg-divert. Closes: Bug#95845
13007  -- Adam Heath <doogie@debian.org>  Mon, 30 Apr 2001 14:21:28 -0400
13009 dpkg (1.9.1) unstable; urgency=low
13011   * Fix segfault with empty status and available, and when missing a
13012     trailing new line.  Closes: Bug#95496
13013   * Make dpkg-shlibdeps not care if dpkg --search return with an error.
13014     Closes: Bug#95568
13015   * Fix corruption of user-defined fields in status and available.
13016     Closes: Bug#95567.
13017   * Changed dpkg.cfg to include no-debsig by default, as no debs are
13018     currently signed, and we get false errors when debsig-verify is
13019     installed.  This will be removed in the future, when the archive tools
13020     support package signatures.  Closes: Bug#95573
13021   * dpkg-buildpackage should only check for valid signinterface if the
13022     user specifies one. Closes: Bug#95598
13023   * Fix removing of diversions.  Closes: Bug#95655
13024   * Fix md5sum -c. Closes: Bug#95586
13026  -- Adam Heath <doogie@debian.org>  Sat, 28 Apr 2001 16:28:21 -0500
13028 dpkg (1.9.0) unstable; urgency=low
13030   * Things should mostly work OpenBSD 2.8 as well now
13031   * Added a --status-pipe option.
13032   * Fixed several memleaks.
13033   * Profiled dpkg.
13034     * Reworked lib/parse.c:parsedb().  Instead of using getc(), then
13035       calling varbufaddc(), it now reads the entire file at once into a
13036       huge buffer, then moves pointers around, to do the parsing.  This
13037       gave a speedup of 33% on a dual celeron 333, when reading status and
13038       available.
13039     * various other speedups.
13040   * Removed all --smallmem code, as smallmem and largemem now actually
13041     use about the same amount of memory, and largemem is faster.  Both
13042     --largemem and --smallmem are now obsolete options, and will print
13043     a warning if used. Closes: Bug#84905, #67528
13044   * Initialize uninitialized variables.  This should solve several
13045     segfaults. Closes: Bug#25317(plus 9 others, thru the beauty of
13046     merges)
13047   * Found that when working with dependency cycles, and part of the cycle
13048     was a provide, the provider was not being considered, so the cycle
13049     could not be broken. Closes: Bug#87985(and 3 others)
13050   * Update German translation, Closes: Bug#80529,#80532,#87581
13051   * Update French translation, Closes: Bug#65284,#85035,#87238
13052   * Update Japanese translation, Closes: Bug#93873
13053   * Updated all other translations (but no bugs filed)
13054   * Add Danish translation
13055   * Remove spurious '%s' in Polish translation, Closes: Bug#74814
13056   * Add French manpages, courtesy of Philippe Batailler
13057   * Ignore vim swapfiles in dpkg-source, Closes: Bug#81630
13058   * remove --import option from dpkg-statoverride, Closes: Bug#81358
13059   * Replace nfmalloc implementation with obstack. Added obstack.[ch] to
13060     optlib, for non-GNU systems.
13061   * dpkg-divert only allows absolute filenames now. Closes: Bug#82419
13062   * Handle diffs from non-existing files to existing files. Closes: Bug#82708,
13063     #90982.
13064   * Small fixes to the buildsystem. Closes: Bug#84361
13065   * Fix dpkg-statoverride --update for things other then plain files.
13066     Closes: Bug#84449
13067   * Fix race with source directory disappearing in dpkg-source.
13068     Closes: Bug#45511
13069   * Fix manpage for dpkg-gencontrol. Closes: Bug#84625
13070   * Add -n option for dpkg-gencontrol to specify a filename. Closes: Bug#75796
13071   * Use POSIX glob instead of regexp in debian/rules. Closes: Bug#83042,
13072     #84582
13073   * fix typo in usage message for dpkg-divert, Closes: Bug#85977
13074   * Use full path for argv[0] when calling scripts. Closes: Bug#68783
13075   * Add ia64 support to dpkg-architecture.
13076   * Minor script changes, Closes: Bug#87485
13077   * Stop dpkg-genchanges from complaining about missing packages
13078     when doing a source-only build. Closes: Bug#87571,#15644,#25496
13079   * Various dpkg-architecture cleanups. Closes: Bug#87505
13080   * Modify dpkg-architecture to handle gcc versions containing letters.
13081     Closes: Bug#83083
13082   * dpkg-buildpackage updates: Closes: Bug#87572,#85847
13083     + make -C work properly
13084     + fix test for gpg secret keyring
13085     + improve source messages
13086     + skip signing pause when building unsigned packages
13087     + test for invalid signinterface. Closes: Bug#87579
13088     + remove debsign support, it's useless and doesn't work
13089     + Use correct architecture when naming .changes file. Closes: Bug#88015
13090   * Fix wording in dpkg-statoverride manpage for --add. Closes: Bug#85080
13091   * Fix typo in start-stop-daemon manpage. Closes: Bug#88225
13092   * Add dpkg-checkbuilddeps to check if build dependencies are satisfied
13093     and modify dpkg-buildpackage to call it if wanted.
13094     Closes: Bug#86453,#83812,#60717,#74372,#67896,#60717,#13961
13095   * dpkg-parsechangelog can read a changelog from stdin now. Closes: Bug#80142
13096   * Fix confusing wording for dpkg-buildpackage -uc option in manpage.
13097     Closes: Bug#83468
13098   * dpkg-statoverride now exits with exitcode 1 if we do a --list but don't
13099     output anything. Closes: Bug#84328
13100   * Remove Linux reference from all scripts, they should run fine on
13101     other OSes as well.
13102   * Mark last argument in dpkg-scanpackages usage info as optional.
13103     Closes: Bug#86658
13104   * Fix cache in dpkg-scanpackages version comparison. Closes: Bug#90722
13105   * Fix formatting error in dpkg-source.1. Closes: Bug#82723
13106   * Change dpkg-gencontrol to fix comma-related syntax errors after
13107     processing substvars. Closes: Bug#92908
13108   * Verify package signatures if debsig-verify is installed. Closes: Bug#37017
13109   * Handle window resize in dselect main menu. Closes: Bug#93559
13110   * Initialize all parts of the package record.  This should fix several
13111     segfaults people have been seeing in dpkg.  Closes: Bug#90328.
13112   * Apply patch from bug#86847, that escapes intl chars in filenames.
13113     Closes: Bug#83752, #85040, #86847, #89000.
13114   * Errors during dpkg -s(and other similar commands) are now printed
13115     on stderr.  Closes: Bug#88987.
13116   * Add a --retry option to start-stop-daemon. Closes: Bug#75139
13117   * Fix regeps to extract Closes magic from a changelog so the #
13118     is really optional. Closes: Bug#94474
13119   * Remove useless statement from dpkg-shlibdeps. Closes: Bug#90516
13120   * Make the debian changelog parser identify itself with $progname.
13121     Closes: Bug#89409
13122   * Give a syntax error when we get an unexpected PGP signature in control
13123     files. Closes: Bug#75562
13124   * Change dpkg manpage to reflect that --force-statoverride is no enabled
13125     by default. Closes: Bug#95023
13126   * Handle dangling symlinks, by ignoring error code 1 from find, when
13127     processing --recursive. Closes: Bug#4784
13128   * dpkg -L, -S, -l, -s, and -p now return an error code if any package
13129     does not exist. Closes: Bug#4974, #72406
13130   * dselect has a configuration file as well now
13131   * Get ENOENT value at runtime in dpkg-divert instead of hardcoding it.
13132     Closes: Bug# 31620
13133   * Fix wrong ENOENT test in dpkg-divert. Closes: Bug#95088
13134   * Add support for more SuperH variants (sh[34]{,eb}-linux-gnu)
13135   * Fix formatting and a typo in the dpkg manpage
13136   * Document the dpkg.cfg configuration file in dpkg(8)
13138  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 26 Apr 2001 12:39:16 +0200
13140 dpkg (1.8.3.1) unstable; urgency=low
13142   * Revert change to nfmalloc.c that was causing SIGBUS on sparc.
13144  -- Ben Collins <bcollins@debian.org>  Sat, 13 Jan 2001 08:52:11 -0500
13146 dpkg (1.8.3) unstable; urgency=low
13148   * Do chown before chmod in dpkg-statoverride, Closes: Bug#81943
13149   * Fix recursion in dpkg-shlibdeps, Closes: Bug#81322
13150   * Really completely revert dpkg-source patches which broke backwards
13151     compatibility
13153  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 12 Jan 2001 00:02:22 -0800
13155 dpkg (1.8.2) unstable; urgency=low
13157   * Don't attempt to read from an input source when we only want 0 bytes.
13158     Also handle buggy systems that return EAGAIN instead of EINTR.  Closes:
13159     #81881.
13161  -- Adam Heath <doogie@debian.org>  Thu, 11 Jan 2001 00:43:50 -0600
13163 dpkg (1.8.1.1) unstable; urgency=low
13165   * Apply patch from bug to fix badly generated diffs(in some
13166     circumstances).  Closes: #81152
13168  -- Adam Heath <doogie@debian.org>  Sat,  6 Jan 2001 16:07:33 -0600
13170 dpkg (1.8.1) unstable; urgency=low
13172   * Make --name a valid option.  Closes: #31206, #51953.
13173   * dpkg-deb -I <pkg> <control> works again
13174   * Update Swedish translation
13176  -- Wichert Akkerman <wakkerma@debian.org>  Thu,  4 Jan 2001 19:31:13 +0100
13178 dpkg (1.8.0) unstable; urgency=low
13180   * Add -k|--symlink option to dpkg-name.  Closes: #35040
13181   * Made the accelerator keys in dselect's main menu separate options, so
13182     that they can be translated separately.  Closes: #50955.
13183   * Added depends on sysvinit (>= 2.72), so that we can make sure that
13184     /etc/rcS.d exists.  Closes: #55037.
13185   * update-rc.d: Changed documentation and help, as -f only applies during
13186     remove.  Closes: #55049.
13187   * Added a --force-all option.  Closes: #61354.
13188   * Format help string for --abort-after like other option help strings.
13189     Closes: #62464.
13190   * Fix dselect methods to pass admindir to dpkg from dselect.
13191   * Minor tweak so that when patch 2.5.4 is manually used to apply a diff,
13192     it doesn't get applied multiple times.  Closes: #65021
13193   * Add --nicelevel to start-stop-daemon, to alter a programs priority
13194     before starting.  Closes: #65191.
13195   * Document that --largemem is the default, and that the test point is
13196     24 megs.  Closes: #65607.
13197   * Document that --set-selections does not actually install any
13198     packages.  Closes: #65340.
13199   * Fix typo in dpkg-deb.1.  Closes: #65945.
13200   * Add --truename option to dpkg-divert.  Closes: #68489.
13201   * Documented COLUMNS in dpkg(8).  Closes: #77001.
13202   * Modified DPKG_C_GCC_TRY_WARNS() to call AC_SUBST, so that we can
13203     use the result of the test during build time.  Closes: Bug#75138
13204   * Added description for "suggests" in main/depcon.c:describedepcon().
13205     Closes: Bug#74113
13206   * Removed bashing from dpkg.postinst.
13207   * Make '#' optional in Closes: tags.  Closes: Bug#63137.
13208   * Add -t to -h output in dpkg-buildpackage:  Closes: Bug#49598.
13209   * Fix typo in --compare-versions error message.  Closes: Bug#66474.
13210   * -R doesn't mean --root.  Closes: Bug#66068, #72013
13211   * Add armv3l to archtable.  Closes: Bug#72125
13212   * Fix two memory leaks, and lesson the memory foot print a tad.  Hints
13213     taken from 74259.
13214   * Fix some things perl5.6 complains about. Closes: Bug#77337
13215   * Fix references to dpkg-deb manpage. Closes: Bug#77855
13216   * Update Galish translation
13217   * Add new --import option to dpkg-statoverride to make it easy to
13218     import suidmanager settings.
13219   * Speedup patches by Adam Heath
13220   * statoverride fixes by Robert Luberda, Closes: Bug#78436
13221   * Add Linux S/390 support. Closes: Bug#79063
13222   * Using libz to decompress data instead of calling gzip.
13223     Closes: Bug#49581
13224   * Add gettext to build-depends
13225   * Fix warning when trying to remove a non-existing statoverride.
13226     Closes: Bug#79352
13227   * Be more paranoid with file permissions when extracting files
13228   * Apply statoverrides to more then just files
13229   * Update update-alternatives manpage to use FHS instead of FSSTND.
13230     Closes: Bug#80237
13231   * List descriptions for udebs in .changes
13233  -- Wichert Akkerman <wakkerma@debian.org>  Mon, 25 Dec 2000 17:19:31 +0100
13235 dpkg (1.7.2) unstable; urgency=low
13237   * Fix parsing of configuration files
13238   * Add new powerpc-linux-gnu entry to archtable. Closes: Bug#76522
13239   * No longer bother to install emacs things. I don't use emacs myself
13240     and can't support that properly.
13241   * scripts/dpkg-shlibdeps.pl: Make it parse soname's in the format of
13242     "libfoo-X.X.so" (e.g. libdb-3.1.so) and use it. Also make it give a
13243     warning if there is a NEEDED line in the objdump output that we cannot
13244     grok.
13245   * scripts/dpkg-shlibdeps.pl: resolve library paths using a combination
13246     of the libc major version, and ldconfig -p output. Solves problems
13247     with errant libc5 deps.
13248   * Correct name of .changes file when doing source-only builds
13249   * Fix -ap option for dpkg-buildpackage. Closes: Bug#77305
13250   * Fix typo in update-alternatives manpage. Closes: Bug#77829
13251   * Fix typo in script-regexp update-rc.d. Closes: Bug#76029
13253  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 23 Nov 2000 18:55:50 +0100
13255 dpkg (1.7.1) unstable; urgency=medium
13257   * Fix a typo in the dpkg-statoverride manpage
13258   * dpkg-statoverride reads and writes the right file now
13259   * Make update-alternatives use the right dir for alternatives again
13261  -- Wichert Akkerman <wakkerma@debian.org>  Tue,  7 Nov 2000 01:16:39 +0100
13263 dpkg (1.7.0) unstable; urgency=low
13265   * Allow the administrator to override file mode and ownership using the
13266     new dpkg-statoverride tool.
13267   * Use objdump instead of ldd in dpkg-shlibdeps
13268   * Fix logic in dpkg-shlibdeps so it looks for dependencies as specified
13269     in its documentation
13270   * Make update-alternatives update slave links with --config and properly
13271     switch the alternative to manual mode
13272   * HURD updates, Closes: Bug#57753,#57754,#57755
13273   * dpkg-architecture: -q should not imply -f, Closes: Bug#57761
13274   * add dpkg:UpstreamVersion and dpkg:Version substvars in dpkg-genchanges
13275     and dpkg-gencontrol.  Closes: Bug#62069,#64774
13276   * dpkg-genchanges: add new Changed-By field to .changes with the last
13277     person who made a change, and modify the Maintainer-field to be the
13278     actual maintainer. Update the format-version to 1.7 to reflect this.
13279   * dpkg-genchanges: allow a space between # and a to-be-closed bugnumber
13280   * dpkg-deb: reorder files when building a package
13281   * dpkg-statoverride: new tool to override ownership and modes for files
13282   * Check COLUMNS environment for dpkg -l output. Closes: Bug#65536
13283   * Add Origin and Bugs fields to the control file
13284   * Install new /etc/dpkg/origins/debian file
13285   * Corrections and updates to Swedish translation.
13286   * Add Galician, German, Dutch and Brazilian translations
13287   * archtable: add ia64 and sh; revert sparc64 so that it turns into sparc.
13288     There won't be a full binary-sparc64 port. Closes: Bug#70788
13289   * dselect/main.cc: small fixups to get it to compile with gcc-2.96
13290   * Clean up fd handling in some places. Closes: Bug#69359,#69360,#69361
13291   * Document -k option for dpkg-buildpackage. Closes: Bug#71808
13292   * Install commented dummy shlibs.default and shlibs.override files
13293   * Give dpkg a configurationfile
13294   * dpkg-scanpackages now uses the most recent version if multiple versions
13295     of a package are found.
13296   * don't rename a file to itself in dpkg-source. Closes: Bug#75060
13297   * Fix buffer overflow in cmdname handling in start-stop-daemon.
13298     Closes: Bug#75103
13299   * Don't abort if start-stop-daemon tries to read a non-existing pidfile.
13300     Closes: Bug#75105
13301   * Update formatting of start-stop-daemon manpage. Closes: Bug#75110
13302   * Make a missing package a warning instead of an error in dpkg-genchanges
13304  -- Wichert Akkerman <wakkerma@debian.org>  Sun,  5 Nov 2000 17:28:39 +0100
13306 dpkg (1.6.13) frozen unstable; urgency=low
13308   * Add Format-flag to .dsc format: we know we are going to change the
13309     format in the next release, this change will make dpkg-source abort
13310     with a reasonable error instead of doing unexpected things.
13311   * Fix error in gettext'ized string
13312   * Updated Czech, French, Polish and Spanish translations. Closes: Bug#63663
13313   * debian-changelog-mode.el: fix documentation string for
13314     debian-changelog-finalise-last. Closes: Bug#63003
13316  -- Wichert Akkerman <wakkerma@debian.org>  Mon,  8 May 2000 16:08:53 +0200
13318 dpkg (1.6.12.99) frozen unstable; urgency=low
13320   * Pre-release for 1.6.13. which will only feature translation updates
13321   * Fix typo in dpkg-divert, Closes: Bug#60243
13322   * dpkg-genchanges: recognize non-deb packages (tarballs, such as
13323     dpkg-non-deb and boot-floppies disk tarballs). This makes sure that we
13324     include them when figuring out the Arch field in the .changes
13325   * mark another string as translateable, Closes: Bug#62543
13326   * fix location of --abort-after in --help output, Closes: Bug#62464
13327   * fix allocation error in checkpath(), Closes: Bug#62364
13328   * add Hold to list of desired package states in -l output, Closes: Bug#58765
13330  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 21 Apr 2000 11:52:59 +0200
13332 dpkg (1.6.12) frozen unstable; urgency=high
13334   * Fix test for gpg/pgp in dpkg-buildpackage. You can now build
13335     unsigned packages again. Closes: Bug#60395
13336   * Updated Spanish and Swedish translations. Closes: Bug#41735
13337   * Merge patch from Joel Klecker to remove emacsen-common stuff from dpkg-dev
13339  -- Wichert Akkerman <wakkerma@debian.org>  Mon,  3 Apr 2000 16:50:02 +0200
13341 dpkg (1.6.11) frozen unstable; urgency=high
13343   * Oops, missed one case where the libc/ncurses conflict reared its
13344     ugly head and broke dselect miserably.
13345   * fix syntax error in dpkg-divert. Closes: Bug#60050
13347  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 10 Mar 2000 11:52:07 +1100
13349 dpkg (1.6.10) frozen unstable; urgency=low
13351   * The `it rains in Sydney' release
13352   * Mark another string in dselect as translateable, Closes: Bug#58618
13353   * Fix typos, Closes: Bug#58619
13354   * Change dselect keybindings slightly so `n' really does searchagain
13355   * Updated Czech and Spanish translations, Closes: Bug#58617
13356   * dpkg-divert.pl: reinstate last writeability-patch. Modified
13357     to not abort on ENOENT: this indicates a directory does not (yet)
13358     exist. If this happens don't try to rename. This should fix all
13359     current dpkg-divert problems. Closes: Bug#59207,#58596
13360   * update-alternatives: switch back to auto-mode when manually selected
13361     alternative is removed, Closes: Bug#54933
13362   * dselect no longer segfaults on SIGWINCH but does The Right Thing
13363     instead. Closes: Bug#54303,#58697,#59419
13365  -- Wichert Akkerman <wakkerma@debian.org>  Tue,  7 Mar 2000 15:09:47 +1100
13367 dpkg (1.6.9) frozen unstable; urgency=low
13369   * Fix typo in update-alternatives manpage
13370   * dpkg-architecture: -q should not imply -f, Closes: Bug#57761
13371   * Cleanup bits of install-info to make it more stable
13372   * Fix Build-Dependency for ncurses, Closes: Bug#58073
13373   * Some more documentation updates, Closes: Bug#57985
13374   * Revert patch to check for writeable filesystems in dpkg-divert,
13375     Closes: Bug#57840
13377  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 18 Feb 2000 12:11:58 +0100
13379 dpkg (1.6.8) frozen unstable; urgency=low
13381   * Turn --force-overwrite on by default
13382   * Fix a couple of small buildsystem errors
13383   * Support multiple adjacent newlines in control-style files, Closes: Bug#56056
13384   * Updated Czech and Swedish translations
13385   * Revert patch to change order of things when purging a package,
13386     Closes: Bug#56374
13387   * Handle failed open of /dev/tty in dpkg -l, Closes: Bug# 55041
13388   * Update Japanese translations, Closes: Bug# 56641, #57494, #57595
13389   * Update extended description for dpkg-dev, Closes: Bug# 56675
13390   * Implement verbose option for update-alternative
13391   * Fix conflicts handling
13393  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 10 Feb 2000 15:31:31 +0100
13395 dpkg (1.6.7) frozen unstable; urgency=low
13397   * dpkg compiles on HP-UX, Solaris and IRIX now
13398   * start-stop-daemon can chroot now, Closes: Bug#54513
13399   * Allow space between # and the bugnumber in the changelog
13400   * Display package description with waddnstr, Closes: Bug#54313
13401   * Updated Japanese manpages, Closes: Bug#54690, #55080
13402   * Upload full source for packages with version *-0.1, Closes: Bug#54651
13404  -- Wichert Akkerman <wakkerma@debian.org>  Sun, 16 Jan 2000 18:36:10 +0100
13406 dpkg (1.6.6) unstable; urgency=low
13408   * dpkg-buildpackage supports debsign, Closes: Bug#58333
13409   * fix update-alternatives manpage, Closes: Bug#53859
13410   * Updated Polish translation
13411   * Pass admindir to dpkg, Closes: Bug#54039
13412   * Fix dpkg -l output
13413   * Remove dpkg-safelist again, it had issues
13415  -- Wichert Akkerman <wakkerma@debian.org>  Fri,  7 Jan 2000 19:51:45 +0100
13417 dpkg (1.6.5) unstable; urgency=low
13419   * Update Spanish translation
13420   * Don't strip 8th bit in dselect packagelists, Closes: Bug# 49061
13421   * Don't use \z in dpkg-scansources, Closes: Bug# 53182
13422   * Correctly unregister internals manual, Closes: Bug# 53200
13423   * dselect helpessages can be translated now, Closes: Bug# 51381
13424   * dselect UI tweaks, including a new --expert mode
13425   * Added build-depends, Closes: Bug# 53394
13426   * Added THANKS-file with people who have contributed to the code
13427   * Use full width of tty in packagelisting, Closes: Bug# 53395
13428   * Add -z option to dpkg-deb to set compressionlevel when building
13429     packages, Closes: Bug# 53398
13430   * Fix segfaults when producing a diff between current and new conffile,
13431     Closes: Bug# 52197
13433  -- Wichert Akkerman <wakkerma@debian.org>  Sat, 25 Dec 1999 04:47:09 +0100
13435 dpkg (1.6.4) unstable; urgency=low
13437   * No longer byte-compile for emacs
13438   * Add Swedish translation
13439   * start-stop-daemon: honour --oknodo if we fail to kill a process
13440     Closes: Bug#52580,#52185,#52457
13441   * Fix dselect program description, Closes: Bug#52328
13442   * Fix architecture-detection in dpkg-gencontrol, Closes: Bug#52616
13443   * Accept single-number values in update-rc.d, Closes: Bug#46810
13445  -- Wichert Akkerman <wakkerma@debian.org>  Sun, 19 Dec 1999 16:27:48 +0100
13447 dpkg (1.6.3) unstable; urgency=high
13449   * Comment dselect changes from 1.6.2, they seem to have a problem
13450     Closes: #52043,52058,52088,51437
13451   * Really fix emacs-stuff. Hopefully. Closes: #51919,51525
13452   * Fix copyright display in dselect menu, Closes: #52093
13453   * Fix uid/gid-changes in start-stop-daemon, Closes: #52081
13455  -- Wichert Akkerman <wakkerma@debian.org>  Tue,  7 Dec 1999 17:06:00 +0100
13457 dpkg (1.6.2) unstable; urgency=low
13459   * New dpkg-scansources, Closes: #51888
13460   * Fix default for elispdir, Closes: #51919,51525
13461   * New manpages for cleanup-info and dpkg-divert, Closes: #51539, 46657
13462   * Buildsystem updates, Closes: #51525, 51855, 51914
13463   * Modify dselect behaviour for suggests and recommends
13465  -- Wichert Akkerman <wakkerma@debian.org>  Sun,  5 Dec 1999 19:29:50 +0100
13467 dpkg (1.6.1) unstable; urgency=low
13469   * Fix some slight packaging errors
13471  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 26 Nov 1999 20:18:48 +0100
13473 dpkg (1.6) unstable; urgency=low
13475   * Major overhaul of the buildsystem
13476   * Update Standards-Version to 3.1.0
13477   * Move to version 1.6 to reflect the amount of changes made
13478   * Fix mixup with Czech and Polish translations, Closes: Bug# 48986
13479   * utils/start-stop-daemon.c: Added ability for user.group arg to
13480     --chuid. Also, always call initgroups() when using --chuid.
13481   * utils/start-stop-daemon.8: Document above change, also add note to the
13482     --make-pidfile option concerning its problem with daemons that fork
13484  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 25 Nov 1999 04:30:01 +0100
13486 dpkg (1.4.1.19) unstable; urgency=low
13488   * Fix replaces for dpkg-dev
13489   * Add gettext-support to dselect
13490   * Added Czech and Polish translations for dpkg
13491   * Fixed incorrect patch for --print-architecture (oops, oh well
13492     it was already broken when there was no gcc anyway :)
13493   * Fixed missing mipseb that was supposed to be in the archtable
13494   * Better output in update-alternatives --config, now shows the
13495     current, and the preferred choices.
13496   * dpkg-name: ignore epoch when getting version
13497   * 50dpkg-dev.el: add it as a conffile for dpkg-dev
13498   * internals.sgml: Removed references to the versions of build tools,
13499     they date the document.
13500   * debian-changelog-mode.el: added hint for better log-email handling
13501   * Added recognition for new source-depends fields for policy
13502     referenced in bug #41232
13503   * dpkg-buildpackage: add -ap option to force a pause prior to starting
13504     the sign process. This helps for people who don't keep their signatures
13505     on the filesystem (on a floppy perhaps, then mount as needed).
13506   * minor script corrections
13507   * dpkg-dev control: Change gcc to c-compiler in the recommends field, and
13508     move cpio, patch and make to the depends line
13509   * Leave file info intact in available when installing packages. MD5sum,
13510     Filename, and MSDOS-Filename used to get lost when installing a
13511     package.
13512   * Added armv4l to archtable
13513   * Added 'D' to the list of choices for conffile handling, closes: #48137
13514   * Converted internals.sgml to debiandoc format. Also added a dpkg-doc
13515     package that contains the generated output from this file (.ps, .html
13516     and .info), includes doc-base support. Internals.sgml is also not
13517     generated on the binary-arch target, and is no longer "byhand"
13518   * dpkg-gencontrol: add "Source" to the fields placed in the control file
13519   * dpkg-parsechangelog: fixed loop for parsepath (#48526)
13520   * main/{processarc.c,depcon.c}: added new structure for conflictors,
13521     which contains a struct for conflicts. This is used to create an array
13522     of conflicting packages, which are going to be replaced. Allows for
13523     multiple conflicts and replaces. All conflictor handlers were
13524     converted to loops to handle each one (processarc.c).
13525   * dpkg-divert: Fix check for writable filesystem, closes: #48646
13527  -- Wichert Akkerman <wakkerma@debian.org>  Sat, 30 Oct 1999 15:14:40 +0200
13529 dpkg (1.4.1.18) unstable; urgency=low
13531   * Backout dep check patch
13533  -- Ben Collins <bcollins@debian.org>  Sat, 23 Oct 1999 00:39:24 -0400
13535 dpkg (1.4.1.17) unstable; urgency=low
13537   * Add support for long filenames, along with --assert-longfilenames
13538   * Added --chuid option to start-stop-daemon to allow switching to
13539     a different uid when starting a process
13540   * Add mipseb and mipsel to the archtable too, since mips and mipseb are
13541     both viable names for the mips big endian arch, and mipsel is also needed
13542   * Update dpkg-architecture's archtable
13543   * Added --config option to update-alternatives to allow easy changing
13544     of the registered alternatives for a specific name
13545   * Updated the deb-control(5) man page with all the current fields
13546     and uses
13547   * Made the large info screen show 5 lines of the pkglist so that
13548     it scrolled properly, and still showed the cursor in dselect
13549   * Removed references to dpkg(5) which seems to not exist anymore
13550   * Fixed `dpkg-deb --help' and dpkg-deb(1) from reporting --no-check
13551     when it's actually --nocheck (went with the hardcoded option, so
13552     this is just a documentation fix).
13553   * Added better check in disk.setup for a working NFS server. Makes
13554     it compatible with other non-Linux servers.
13555   * Corrected dpkg(8)'s example of using dpkg -i (showed it used with
13556     a .tar.gz instead of a .deb)
13557   * Applied patch to correct improper TMPDIR handling in dpkg-deb
13558   * When encountering an error in extracting the tar archives in the
13559     packages, we should abort the install, not simply give an error
13560     and continue.
13561   * Make dpkg give the builtin arch if there was an error while exec()'ing
13562     the C compiler with --print-architecture. We still fail if the
13563     output from gcc was bad in some way, since they may be of importance.
13564   * Removed the maintainer-configure portion in debian/rules, since
13565     we should be shipping the source with all the auto* stuff
13566     already generated anyway
13567   * Removed the ltconfig patch, and resort to a debian/rules fix
13568     to libtool itself after running configure
13569   * Removed shlibs.default.i386. It's now a template for arch porting to
13570     Debian/dpkg, we install it still, if there exists a file matching the
13571     arch
13572   * Reimplemented a better *stat cache for the removal checking code,
13573     this helps a lot when doing upgrades where the packages are a lot
13574     different in layout
13575   * Increased largemem auto detection to >= 24megs, since it's not uncommon
13576     for dpkg to actually use 16megs of ram all on its own when using the
13577     largemem setting (old minimum was 16megs)
13578   * debian/rules: chmod -x everything in /usr/lib to make lintian happy.
13579     in the clean phase just rm -rf $(BUILD), we don't need to run
13580     distclean and all that other stuff. Don't run "make dist", we
13581     simply copy the .tar.gz that dpkg-source creates for the byhand
13582     source.
13583   * Make start-stop-daemon exit(1) when we don't find one of the
13584     pid's we are trying to kill, in accordance with the man page.
13585   * When running --configure on an already installed package, just
13586     say it's installed, and not that it is in an unconfigurable
13587     state
13588   * Fixed some compiler warnings
13589   * Make dpkg check for uid 0 requirement, before checking the path
13590     since not being root, is probably the reason that the PATH is
13591     borked in the first place
13592   * Make -p short for --print-avail, and -P short for --purge
13593   * Fix typo in md5sum(1) man page
13594   * start-stop-daemon: Add --background and --make-pidfile options
13595   * update-alternatives: make sure we remove "old" symlinks when they
13596     are no longer pertinent. Add /etc/alternatives/README that refers
13597     to the update-alternatives(8) man page.
13598   * dpkg-divert: Add check for being able to write to the old/new
13599     destination before doing a rename. We fail on this, without
13600     changing the diversion registry
13601   * Fix bad regex in update-rc.d
13603  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 21 Oct 1999 17:49:03 +0200
13605 dpkg (1.4.1.16) unstable; urgency=medium
13607   * Hardcode ENOENT again since the errno-part of the POSIX module
13608     isn't in perl-*-base. sigh.
13610  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 15 Oct 1999 04:01:14 +0200
13612 dpkg (1.4.1.15) unstable; urgency=low
13614   * non-maintainer release.
13615   * Move dselect into its own package
13616   * Remove conffiles before directories when purging
13617   * Check if integrity from other packages will broken when processing
13618     an archive
13619   * dpkg-deb can handle package made with Linux ar.
13620   * Add check to update-alternatives to see if the sequencecode is between
13621     0 and 99
13622   * Fix failed assertion, which was actually two bugs: a logic error in
13623     checkforremoval and a wrong assumption in findbreakcycle
13624   * dselect doesn't die when you resize the terminal
13625   * check if a file is also in a new package before removing it when upgrading
13626   * offer to show a diff between the old and new conffile
13627   * dpkg-scanpackages: don't abort but only skip a package if we can't
13628     open it
13629   * Add HURD-support to  start-stop-daemon
13630   * Reinstate patch to not read available when doing --list-files
13631   * Add a couple of --force options to handle changed conffiles
13633  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 14 Oct 1999 04:20:56 +0200
13635 dpkg (1.4.1.14) unstable; urgency=low
13637   * non-maintainer release.
13638   * dpkg-source works again on empty diffs, Closes: Bug# 46159
13639   * Install locale-files in /usr/share, Closes: Bug# 46631
13640   * Make /usr/share/doc/dpkg-dev a symlink to /usr/share/doc/dpkg
13641   * Actually include fix to make update-alternatives works filesystems (oops!)
13642   * Check if codenumber is between 0 and 99, Closes: Bug# 46810
13644  -- Wichert Akkerman <wakkerma@debian.org>  Tue,  5 Oct 1999 19:19:05 +0200
13646 dpkg (1.4.1.13) unstable; urgency=low
13648   * Non-maintainer release.
13649   * NMU number 13, lets see what breaks :)
13650   * update-alternatives works across filesystems now
13651   * Make -sgpg work in dpkg-buildpackage (typo)
13653  -- Wichert Akkerman <wakkerma@debian.org>  Tue, 28 Sep 1999 01:26:19 +0200
13655 dpkg (1.4.1.12) unstable; urgency=low
13657   * Non-maintainer release.
13658   * Fix typo in chmodsafe_unlink that made dpkg chmod files that
13659     weren't setuid or setgid
13661  -- Wichert Akkerman <wakkerma@debian.org>  Sun, 26 Sep 1999 02:41:30 +0200
13663 dpkg (1.4.1.11) unstable; urgency=low
13665   * Non-maintainer release.
13666   * Added sparc64 to archtable
13667   * Added entries for newer alpha architectures to the archtable
13668   * Always run patch and diff with LANG set to C.
13669   * Handle diff warning for files with no newline at the end of file
13670     Closes: Bug#45642
13672  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 24 Sep 1999 03:23:54 +0200
13674 dpkg (1.4.1.10) unstable; urgency=low
13676   * Non-maintainer release.
13677   * Build dpkg-scansources manpages using pod2man
13678   * dpkg-buildpackage changes:
13679     + fix signinterface-detection
13680     + use gpg by default if $HOME/.gnupg/secring.gpg exists
13682  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 16 Sep 1999 15:36:43 +0200
13684 dpkg (1.4.1.9) unstable; urgency=low
13686   * Non-maintainer release.
13687   * Updated dpkg-scansources to current version from Roderick Schertler
13688   * Update location of GPL in internals-manual
13689   * Update location of GPL and dpkg copyright in all manpages
13690   * Include patch from Roman Hodek for dpkg-source to handle diffs of files
13691     with lines that begin with two dashes.
13692   * Move dpkg-scansources to dpkg-dev package
13693   * Move dpkg-scansources manpage to section 8
13694   * Fix error that moved a lot of manpages to the dpkg package.
13695   * It looks like not reading the available-file for listfiles was not greeted
13696     with much enthiousiasm, so reverse the change.
13698  -- Wichert Akkerman <wakkerma@debian.org>  Wed, 15 Sep 1999 03:45:07 +0200
13700 dpkg (1.4.1.8) unstable; urgency=low
13702   * Non-maintainer release.
13703   * Merge dpkg-doc-ja
13704   * Add patch from Raphaël Hertzog <rhertzog@hrnet.fr> for dpkg-scansources
13705     to skip comments in signatures. This allows packages to also use GnuPG.
13707  -- Wichert Akkerman <wakkerma@debian.org>  Mon, 13 Sep 1999 04:16:33 +0200
13709 dpkg (1.4.1.7) unstable; urgency=low
13711   * Non-maintainer release.
13712   * Use /usr/share/doc
13713   * Merge changes from dpkg-iwj tree:
13714     + change section in dpkg-deb.1 to 1
13715     + Use COPYINGFILE instead of hardcoded GPL-location in showcopyright()
13716     + varbufprintf (used for some error messages) vsnprintf return value
13717       assumption changed to correspond to reality rather than glibc-doc.
13718     + Don't read available-info when not needed (slightly improved from
13719       dpkg-iwj: don't read for listfiles either :)
13720     + Cleanup --assert-* code
13721     + Assume largemem on systems without sysinfo(2).
13722     + modify preexec-script for easier script execution
13723     + Do not chmod(".../path/to/symlink",0600) causing many bad perms.
13724     + Sanity-check numbers for parameters
13725     + Move some logic from process_archive into wantinstall
13726     + Print '0' in dpkg-scanpackages if no packages found.
13728  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 10 Sep 1999 04:06:32 +0200
13730 dpkg (1.4.1.6) unstable; urgency=low
13732   * Non-maintainer release.
13733   * scripts/dpkg-architecture.pl: Update to latest version.
13734   * scripts/dpkg-architecture.1: Likewise.
13736  -- Marcus Brinkmann <brinkmd@debian.org>  Sat, 24 Jul 1999 18:24:21 +0200
13738 dpkg (1.4.1.5) unstable; urgency=low
13740   * Non-maintainer release.
13741   * (dpkg-dev): Use emacsen-common for debian-changelog-mode.el
13742     (closes:Bug#20776,#31030).
13743   * Removed references to the packaging and policy manuals from debian/control.
13744   * Put debian-changelog-mode.el in dpkg-dev and remove from dpkg (closes:Bug#29271).
13745   * Fix paths in 50dpkg-dev.el using Roderick Schertler's patch
13746     (closes:Bug#28270,#29702,#26876,#29184,and others).
13747   * Note that bug number 17367 was fixed in 1.4.0.26.
13748   * Add Zack Weinberg's install-info patch for GNU install-info
13749     compatibility (closes:Bug#28965).
13750   * Add dpkg-architecture stuff from Marcus Brinkmann.
13751   * Remove debian-keyring suggests from dpkg.
13752   * Add -k<keyid> flag to dpkg-buildpackage.
13753   * --textmode works in gpg, remove kluge from dpkg-buildpackage.
13754   * Cleanup configure.in slightly (stop using tl_ macros, fix gettext stuff).
13755   * Attempt to make Debian source useful for non-Debian systems
13756     (i.e. distclean tree instead of maintainer-clean tree).
13757   * Sync with wichert's 1.4.1.4.
13758   * Add my ltconfig-1.3.2.diff (RPATH workaround).
13759   * Add dpkg-scansources program and man page.
13760   * Man pages in /usr/share/man.
13762  -- Joel Klecker <espy@debian.org>  Tue, 13 Jul 1999 18:12:15 -0700
13764 dpkg (1.4.1.4) unstable; urgency=low
13766   * Also change developer-keyring to debian-keyring for dpkg-dev package
13767   * Include spanish translation from Nicolás Lichtmaier <nick@debian.org>
13768   * Depend on perl5 instead of perl
13770  -- Wichert Akkerman <wakkerma@debian.org>  Mon,  5 Jul 1999 00:04:14 +0200
13772 dpkg (1.4.1.3) unstable; urgency=low
13774   * Modify tarobject() so it does not complain if we are creating a
13775     directory that replaces a removed file. This works around the
13776     problem that the filedatabase doesn't remember what filetype a
13777     file was by assuming it already was a directory
13779  -- Wichert Akkerman <wakkerma@debian.org>  Mon, 31 May 1999 23:49:23 +0200
13781 dpkg (1.4.1.2) unstable; urgency=low
13783   * Non-maintainer upload
13784   * Rebuild, so this is glibc2.1 (unless you're on m68k), which is rumoured
13785     to also fix the i8n-problems.
13786   * Incorporate 1.6 format of .changes, patch from Guy Maor
13787   * Fix bug in section-handling of dpkg-scanpackages, patch from Guy Maor
13788   * Disable force-overwrites again, since we're in unstable
13789   * Assume largemem on systems for which sysinfo is not available, Bug# 33658
13791  -- Wichert Akkerman <wakkerma@debian.org>  Wed, 26 May 1999 15:50:17 +0200
13793 dpkg (1.4.1.1) unstable; urgency=low
13795   * Non-maintainer upload
13796   * Install emacs-startup scripts with mode 0644 (lintian)
13797   * Incorporate changes in NMU 1.4.0.32 made by Vincent Renardias
13798     <vincent@waw.com> for slink:
13799     + Apply patch from Jim Pick for update-alternatives.pl to
13800       fix 'Important' bugs #30891 in dpkg and (#27382, #27383, #27696,
13801       #27703, #27736, #27097(merged bugs)) in jdk1.1.
13802   * Incorporate changes in NMU 1.4.0.33 made by me for slink:
13803     + Fix illegal perl construct (Bug# 30985)
13804     + Initialize oialtname->useinstead and oicontest->camefrom to 0 (Bug# 30397)
13805     + Update shlibs.default for libncurses 4 (Bug# 30332)
13806     + Suggest debian-keyring instead of developer-keyring (Bug# 27376, 30248)
13807     + Abort dpkg-divert when attempting to divert a directory (Bug# 30126)
13808     + Make dpkg-deb.1 aware that it is in section 1, not 8
13809     + Fix section in reference to dpkg-deb in dpkg.8 (Bug# 29740)
13810     + Fix typo in --force-help (Bug# 26193)
13811     + Correct path for debian-changelog-mode.el (Bug# 24606)
13812     + Make disk-method for dpkg use /var/run instead of /tmp to fix
13813       symlink-attacks (Bug# 21399)
13814     + Document -n and -f options for update-rc.d in manpage (Bug# 15913)
13815     + Add --abort-after option to change after how many errors we abort and
13816       change the default to 50 (Bug# 22940)
13817     + Fix controllib.pl: don't check debian/substvars unless needed, and
13818       don't depend on language settings (Bug# 31508)
13819     + Allow a - in the architecture-field (Bug# 25537)
13821  -- Wichert Akkerman <wakkerma@debian.org>  Mon,  1 Feb 1999 00:44:01 +0100
13823 dpkg (1.4.1) unstable; urgency=low
13825   * Maintainer release by IWJ.
13826   * Changed Maintainer: field description.
13827   * Various changes to make the damn thing build.
13828   * Add .cvsignore files.
13830  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun,  1 Nov 1998 17:33:38 +0000
13832 dpkg (1.4.0.31) unstable; urgency=low
13834   * dpkg/processarc.c: Make newfileslist static like the other arguments
13835     for register_cleanup's cu_* functions.
13836   * N-th fix for controllib.pl (simulate old behavior by trying stdin,
13837     stdout, and stderr for getlogin()).
13838   * Enable --force-overwrite for slink release, and comment where to do
13839     so (dpkg/main.c).
13840   * Recompile against ncurses4.
13842  -- Daniel Jacobowitz <dan@debian.org>  Thu, 22 Oct 1998 17:37:23 -0400
13844 dpkg (1.4.0.30) unstable; urgency=low
13846   * dpkg-dev isn't allowed to have a Recommends: debian-keyring (as that's
13847     in contrib), so it's now lowered to a Suggests: . Thanks to James Troup
13848     for pointing this out.
13850  -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sat, 26 Sep 1998 13:59:23 +0200
13852 dpkg (1.4.0.29) unstable; urgency=low
13854   * For now, prefer PGP over GPG.
13856  -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Tue, 22 Sep 1998 09:38:09 +0200
13858 dpkg (1.4.0.28) unstable; urgency=low
13860   * Added gpg (GNU Privacy Guard) support:
13861     * scripts/buildpackage.sh: default to GPG (unless no GPG, but only a PGP
13862       secret key file is found), as GPG, unlike PGP, is DFSG-free.
13863     * Updated dpkg-source(1), and added gpg(1) and pgp(1) to the SEE ALSO
13864       section.
13865     * Worked around broken textmode implementation in GPG.
13866     * dpkg-dev now Suggests: gnupg .
13867   * No longer includes developer-keys.pgp . Instead, dpkg now Suggests: and
13868     dpkg-dev now Recommends: developer-keyring.
13869   * Compiled with latest libstdc++ (2.9).
13871  -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Mon, 21 Sep 1998 13:17:14 +0200
13874 dpkg (1.4.0.27) unstable; urgency=low
13876   * REALLY fixed dpkg-dev, and new attempt to placate installer on internals.
13878  -- Daniel Jacobowitz <dan@debian.org>  Fri, 27 Jul 1998 15:58:04 -0400
13880 dpkg (1.4.0.26.0.1) unstable; urgency=low
13882   * Binary-only upload for x86 and fixed dpkg-dev
13884  -- Daniel Jacobowitz <dan@debian.org>  Fri, 24 Jul 1998 15:58:04 -0400
13886 dpkg (1.4.0.26) unstable; urgency=low
13888   * Non-maintainer upload.
13890   * Make --root work with maintainer scripts (Patch by Scott Barker,
13891     bugs #4863 and #3170).
13892   * Fix $(lispdir) bug if compiling without emacs (noticed by Joey Hess).
13894  -- Daniel Jacobowitz <dan@debian.org>  Thu, 23 Jul 1998 12:02:04 -0400
13896 dpkg (1.4.0.25) unstable; urgency=low
13898   * Non-maintainer upload.
13900   * Add the requested -nc option to dpkg-buildpackage (Do
13901     not clean source tree, useful in debugging cycles).
13902   * controllib.pl: Again by popular acclamation, fix the getlogin() warnings.
13903     I redirected STDERR onto fd 0 before calling getlogin().
13904   * tools.m4: Fix display of whether c++ works.
13905   * dpkg-deb/extract.c: glibc 2.1 and some kernels want to make
13906     fflush() move the current fpos.  Until someone can fix that,
13907     protect with seek.
13908   * Add an extra 0, to dselect/{pkg,meth}keys.cc so it compiles again.
13909   * Start using lchown() if available.
13910   * Really fix #20353. (aclocal.m4 was the wrong place; that's a generated
13911     file.  The correct place is in tl_canon.m4.)
13913  -- Daniel Jacobowitz <dan@debian.org>  Tue, 21 Jul 1998 03:14:14 -0400
13915 dpkg (1.4.0.24) unstable; urgency=low
13917   * Non-maintainer upload.
13919   * dpkg/main.c: Turn --force-overwrite off as default.
13920   * dpkg/main.c: don't list --force-overwrite as default in --force-help,
13921     noticed by Peter Weiss <Peter.Weiss@Informatik.Uni-Oldenburg.DE> and
13922     others. [#23542, part of #17409].
13923   * dpkg/dpkg.8: replaced with a newer version from Jim Van Zandt
13924     <jrv@vanzandt.mv.com>. [#21061]
13926   * dpkg-deb/build.c (do_build): add missing \n and improve error message
13927     when conffile name is too long. [#7057]
13929   * scripts/update-alternatives.8: replaced with better man page from
13930     Charles Briscoe-Smith <cpb4@ukc.ac.uk>. [#17283]
13931   * scripts/dpkg-source.1: corrected logic error in documentation for
13932     dpkg-gencontrol's -p option, as noticed by Oliver Elphick
13933     <olly@linda.lfix.co.uk>. [#14655]
13934   * scripts/controllib.pl (findarch): correct typo in error message,
13935     noticed by Yann Dirson <ydirson@a2points.com>. [#22106]
13936   * scripts/dpkg-buildpackage.sh: fix typo for 'source maintainer',
13937     noticed by Joey Hess <joey@kite.ml.org>, Adam P. Harris
13938     <apharris@onshore.com> and others. [#10175, #15559]
13939   * scripts/dpkg-genchanges.pl: applied patch from Roman Hodek
13940     <Roman.Hodek@informatik.uni-erlangen.de> which solves problems with
13941     architecture specific packages in mostly architecture independent
13942     multi-binary source packages. [#14341, #20192].
13944   * doc/Makefile.am: remove any reference to the packaging manual, as it is
13945     now provided by the separate "packaging-manual" package.
13946   * doc/packaging.sgml: removed.
13947   * doc/developer-keys.pgp: updated to the current debian keyring.
13949   * aclocal.m4: applied patch from Joel Klecker <jk@espy.org> to handle
13950     egcs' --print-libgcc-file-name output. [#20353]
13952   * debian/copyright: correct FSF address.
13953   * debian/rules: add code from lesstif's debian/rules to make libtool
13954     less of a fool (i.e. not use -rpath and to link shared libraries
13955     against libraries it depends on).  Code by Richard Braakman
13956     <dark@xs4all.nl> and Yann Dirson <dirson@debian.org>.
13957   * debian/rules: remove all reference to the packaging manual as it is
13958     now provided by the separate "packaging-manual" package. [#21581,
13959     #21186, #22698, #23342]
13960   * debian/rules: link dpkg-divert.1.gz to undocumented.7.gz as the lack
13961     of a real manpage has been reported in #11093.
13962   * debian/README.compile: removed gawk and bogus comment about gettext
13963     being in experimental, as reported by Santiago Vila <sanvila@unex.es>
13964     [#23344].  Added libpaperg (debiandoc2ps needs paperconf).
13965   * debian/shlibs.default.i386: updated for glibc, reported by Herbert Xu
13966     <herbert@gondor.apana.org.au>. [#13140]
13967   * debian/control (dpkg-dev): depend on perl as POSIX (not a part of
13968     perl-base) is needed by most of the perl dpkg-* scripts, noticed by
13969     Joel Klecker <jk@espy.org>. [#22115]
13971  -- James Troup <jjtroup@comp.brad.ac.uk>  Wed, 24 Jun 1998 14:38:52 +0200
13973 dpkg (1.4.0.23.2) frozen unstable; urgency=low
13975   * Non-maintainer upload.
13976   * dpkg/main.c: Turn --force-overwrite back on as default.
13978  -- James Troup <jjtroup@comp.brad.ac.uk>  Tue, 23 Jun 1998 22:19:26 +0200
13980 dpkg (1.4.0.23.1) frozen unstable; urgency=low
13982   * No real changes, only a new version code to make this go to frozen too.
13984  -- Nils Rennebarth <nils@debian.org>  Wed, 10 Jun 1998 17:29:58 +0200
13986 dpkg (1.4.0.23) frozen unstable; urgency=low
13988   * Non-maintainer bug-fix release
13989   * Update the disk method to the hamm directory structure (Bug#21000)
13991  -- Nils Rennebarth <nils@debian.org>  Sun,  7 Jun 1998 19:14:51 +0200
13993 dpkg (1.4.0.22) frozen unstable; urgency=medium
13995   * Non-maintainer bug-fix release
13996   * Install main changelog file as `changelog.gz' instead of
13997     `changelog.dpkg.gz' (Debian Policy, section 5.8) (Bug#6052,15157)
13998   * Avoid use of /tmp/*.$$ in preinst and postinst (Bug#19712)
13999   * Make sure diversions file is always created with mode 0644 (Bug#19494)
14000   * When removing a file, chmod it to 000 if it's a char or block
14001     device or remove its s[ug]id bits, if any (Bug#6006)
14002   * Minor fixes in the programmer's manual (Bug#6206)
14003   * Always create readable status and available files
14004     (Bug#9869,11887,14636,15786,19146)
14005   * Make dpkg-gencontrol honour -DArchitecture=xxxx (Bug#9893)
14006   * Allow different archs for the same binary in debian/files (Bug#9894)
14007   * Added workaround in /usr/lib/dpkg/methods/disk/setup
14008     to avoid bash warning (Bug#10111,10131)
14009   * Recognize old .deb packages with other locales (Bug#12232)
14010   * Added `SHELL=bash' to debian/rules: it uses bash-specific structs
14011   * Move some files from dpkg to dpkg-dev (part of Bug#13295)
14012   * Minor fix in packaging manual regarding to Standards-Version (Bug#14696)
14013   * Fixed --altdir and --admindir in update-alternatives (Bug#15332)
14014   * Strip /usr/lib/libdpkg* (Bug#15671)
14015   * dpkg: send output of --help, --force-help and -Dhelp to stdout
14016     (Bug#16051,18574)
14017   * send correct signals with start-stop-daemon (Bug#17258)
14018   * Make `dpkg-divert --test --remove' work as expected (Bug#19531)
14019   * Determine properly the architecture if gcc is egcs (Bug#20353)
14021  -- Juan Cespedes <cespedes@debian.org>  Sun,  5 Apr 1998 17:37:01 +0200
14023 dpkg (1.4.0.21) unstable; urgency=low
14025   * Non-maintainer release to include a new update-rc.d
14026   * Fixed date on files in the archive from 2017 and 2018 by running
14027     touch foo; find . -newer foo | xargs -r touch; rm foo
14028   * Changed start-stop-daemon message "No <program> found; none killed." to
14029     "No <program> found running; none killed."
14031  -- Miquel van Smoorenburg <miquels@cistron.nl>  Thu,  5 Mar 1998 14:19:46 +0100
14033 dpkg (1.4.0.20) unstable; urgency=low
14035   * Disabled --force-overwrites.
14036   * Removed core file from source
14038  -- Michael Alan Dorman <mdorman@debian.org>  Tue,  9 Jan 1998 03:34:28 -0500
14040 dpkg (1.4.0.19) unstable; urgency=low
14042   * Changed methods/disk.setup to use output of
14043     'dpkg --print-installation-architecture' instead of hard-coded
14044     '1386' (fixes #10995).
14045   * Patched dpkg-source to properly quote metacharacters in strings
14046     before using them in pattern-matching expressions (fixes #10811).
14047   * Fixed several documentation typos (fixes #10764).
14048   * dpkg-source now works around 100-character filename limitation of cpio
14049     (fixes #10400).
14050   * dpkg-source now properly handles '\ no newline in source' message from
14051     patch (fixes #5041).
14053  -- Klee Dienes <klee@debian.org>  Sun, 13 Jul 1997 19:28:22 -0700
14055 dpkg (1.4.0.18) unstable; urgency=low
14057   * dpkg-source now uses new -z option to GNU patch (still needs to be
14058     changed to detect and use old version as well) (fixes #9904, #10005, #10007).
14059   * Added i686 to archtable.
14060   * shlibs.default now uses xlib6 instead of elf-x11r6lib (fixes #9926).
14061   * debian-changelog-mode now uses interruptible completing type-in fields
14062     instead of the previous 'select-a-letter method'.  I consider this
14063     better and more standard than the previous way, but I'd welcome
14064     opinions to the contrary.  Consider this a 'probationary' change for
14065     now (fixes #9873, #9874).
14067  -- Klee Dienes <klee@debian.org>  Sun, 25 May 1997 09:56:08 -0400
14069 dpkg (1.4.0.17) unstable; urgency=low
14071   * All of the dpkg binaries (but not dpkg-dev or dselect) now speak
14072     french, thanks to patches from Christophe Le Bars <clebars@teaser.fr>
14073   * Fix leading spaces before day in 822-date.
14074   * Changes from Tom Lees <tom@lpsg.demon.co.uk> to better support
14075     building on non-Debian systems; minor Makefile fixes.
14076   * Added 'ppc powerpc powerpc' to archtable.
14077   * Changed documentation paper size to US/Letter instead of A4 (A4
14078     may be better, but it's easier to print US/Letter on A4 than it is
14079     to print A4 on US/Letter).
14081  -- Klee Dienes <klee@debian.org>  Tue,  13 May 1997 15:24:31 -0400
14083 dpkg (1.4.0.16) experimental; urgency=low
14085   * Added generated sources to GNU-format source archive so it no longer
14086     requires perl to build.
14088  -- Klee Dienes <klee@debian.org>  Sat, 10 May 1997 17:34:29 -0400
14090 dpkg (1.4.0.15) experimental; urgency=low
14092   * Changed dpkg-genchanges to check for ($arch == $substvar{'Arch'}), not
14093     ($arch ne 'all') (fixes #9688).
14094   * Fixed bug in start-stop-daemon.c (was using optarg after argument
14095     parsing was over) (fixes #9597, #9603, #9364).
14096   * Provide 50dpkg-dev.el for xemacs as well as emacs.
14097   * Explicitly provide path for debian-changelog-mode in 50dpkg-dev to use
14098     .el file as workaround until xemacs can read emacs19 .elc files.
14099   * Pass top_distdir explicitly to 'make dist' to accommodate bug in
14100     automake_1.1o-1.
14101   * Fix debian/build to make html documentation without including
14102     directories in tar archives (fixes #9348).
14104  -- Klee Dienes <klee@debian.org>  Fri,  9 May 1997 13:17:18 -0400
14106 dpkg (1.4.0.14) experimental; urgency=low
14108   * Fixed buglet in install-info.pl (fixes #9438).
14109   * Re-write of update-rc.d.pl, primarily by Miquel van Smoorenburg
14110     <miquels@cistron.nl> (fixes #9434, #9436).
14111   * Renamed "dpkg Programmer's Manual" to "dpkg Internals Manual".
14113  -- Klee Dienes <klee@debian.org>  Tue,  6 May 1997 22:01:07 -0400
14115 dpkg (1.4.0.13) experimental; urgency=low
14117   * Fix to start-stop-daemon so that it still takes numeric arguments (had
14118     been broken in 1.4.0.12) (fixes #9598).
14119   * Fix 822-date to sanity-check localtime() output (seconds must be the
14120     same as GMT).
14121   * Patch from Guy Maor <maor@ece.utexas.edu> to dpkg-source.pl to support
14122     pristine (MD5-equivalent) upstream sources.
14123   * Patch from Michael Alan Dorman <mdorman@calder.med.miami.edu> to
14124     update-rc.d.pl to fix handling multiple start/stop entries on a single
14125     line.
14126   * Several fixes to dpkg-genchanges to support -B option (added in
14127     1.4.0.12) (fixes #9340).
14128   * Handle errors from 822-date in debian-changelog-mode.el.
14129   * Changed cl-debian.pl to correctly handle extra whitespace in changelog
14130     datestamps.
14132  -- Klee Dienes <klee@debian.org>  Mon,  5 May 1997 18:12:43 -0400
14134 dpkg (1.4.0.12) experimental; urgency=low
14136   * Re-wrote 822-date for clarity and to support timezone offsets >= 12h
14137     (New Zealand in DST is +1300, for example) (fixes #7130).
14138   * Patch from Juergen Menden <menden@morgana.camelot.de> to support
14139     archdependent-only builds (fixes #8912, #9245, #5359).
14140   * Fix archtable entry for powerpc (fixes #8794).
14141   * Strip /sbin/* and /usr/sbin/* in debian/rules (fixes #8853).
14142   * Moved start-stop-daemon to /sbin (fixes #8669).
14143   * Set sharedstatedir and localstatedir for $(MAKE) install in
14144     debian/rules (fixes #8852).
14145   * Fixes for update-rc.d(8) from Jim Van Zandt <jrv@vanzandt.mv.com>
14146     (fixes #8576).
14147   * No longer do variable substitutions when generating change file (fixes
14148     #5862).
14149   * Support symbolic signal names in start-stop-daemon (fixes #7715).
14150   * Add autoload for debian-changelog-mode to /etc/emacs/site-start.d
14151     (fixes #4519, #5841).
14152   * Add recommendation for gcc and make in dpkg-dev (gcc is needed for dpkg
14153     --print-architecture, used by dpkg-gencontrol; make is needed for any
14154     debian/rules file) (fixes #8470).
14155   * Minor changes to packaging manual section on source package
14156     conversion (fixes #6801).
14157   * Renamed "programmer's manual" to 'packaging manual'.
14158   * Start of new "programmer's manual" containing information on dpkg
14159     internals and build information.  This manual uses the new
14160     TeXinfo-SGML format, currently included in doc/.
14161   * dselect/pkgdepcon.cc now checks for debug not NULL, not just depdebug.
14162   * Changed makefiles to support building outside of source directory.
14163   * Include GNU-format source distribution with other non-debian packages.
14165  -- Klee Dienes <klee@debian.org>  Sun,  4 May 1997 11:08:19 -0500
14167 dpkg (1.4.0.11) experimental; urgency=low
14169   * Patches for alpha and libc6 from Michael Alan Dorman
14170     <mdorman@calder.med.miami.edu>.
14171   * Fixed minor problems in dpkg-shlibdeps regular expressions for libc6.
14172   * Fix regex to detect directory creation in dpkg-source.pl.
14173   * Minor changes for automake-1.1n.
14175  -- Klee Dienes <klee@debian.org>  Sun, 23 Mar 1997 18:09:33 -0500
14177 dpkg (1.4.0.10) unstable; urgency=medium
14179   * Fixed bug in controllib.pl (@fowner was entire passwd entry,
14180     not just [uid, gid] as it should have been).
14182  -- Klee Dienes <klee@debian.org>  Thu, 20 Mar 1997 13:06:52 -0500
14184 dpkg (1.4.0.9) unstable; urgency=low
14186   * Check fputs() return values for (ret >= 0), not (ret != 0) (fixes #7522).
14187   * dpkg-shlibdeps no longer gives error for Java and statically linked
14188     binaries (fixes #4988).
14189   * Change 'details of the old format' to 'details of the new format' in
14190     deb-old.5 (fixes #7605).
14191   * dpkg-source -b now warns (was previously silent) if maintainer changes
14192     create new subdirectories.  dpkg-source -x now warns (previously gave
14193     error) if maintainer changes create new subdirectories (partially
14194     fixes #6866, #6671, #5045, #6482).
14195   * Added manual page for start-stop-daemon (8).
14196   * Added C version of start-stop-daemon by
14197     Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl> (fixes #1670).
14198   * Converted to use GNU automake for the build process by Tom Lees
14199     <tom@lpsg.demon.co.uk>.<
14200   * Preliminary support for dpkg functions as a shared library (now
14201     provides libdpkg.so, but much work needs to be done in better
14202     segregating and defining the interface).
14203   * Preliminary internationalization support by Galen Hazelwood
14204     <galenh@debian.org>.  Only the library, dpkg-deb, md5sum, and dpkg
14205     have been converted so far.  No translations have yet been
14206     constructed.
14207   * Handle 'libc.so.6 => /lib/libc.so.6 (0x40010000)' format from libc6
14208     ldd (fixes #7603, #7926, #8688, #9179, #9134, #8516).
14209   * Removed policy.sgml (it has been moved to the debian-policy package).
14210   * Include patch from Darren Stalder <torin@daft.com> for
14211     dpkg-buildpackage to choose PGP key based on Maintainer: field of
14212     package being built (or -m<maintainer> option, if present) (fixes
14213     #7898).
14214   * Changed controllib.pl to use $ENV{LOGNAME}, getlogin(), and $<
14215     (in that order) to determine the intended ownership of
14216     debian/{files,substvars},  (fixes #7324, #6823, #5659, #5965, #5929,
14217     #9239, #5366).
14218   * Don't sign .dsc file in dpkg-buildpackage if building a binary-only
14219     release (fixes #7260).
14220   * Updated developer-keys.pgp to latest revision (fixes #6134).
14222  -- Klee Dienes <klee@debian.org>  Mon, 17 Mar 1997 16:11:24 -0500
14224 dpkg (1.4.0.8) unstable; urgency=medium
14226   * Corrected update-rc.d for bash 2.0
14227   * Updated developer-keys.pgp from
14228     http://www.iki.fi/liw/debian/debian-keyring.tar.gz
14230  -- Guy Maor <maor@ece.utexas.edu>  Mon, 3 Feb 1997 04:05:01 -0600
14232 dpkg (1.4.0.7) stable unstable; urgency=HIGH
14234   * Fixed --assert-support-predepends failing between unpack & configure.
14235   * Added --assert-working-epoch option.
14237  -- Guy Maor <maor@ece.utexas.edu>  Sat, 25 Jan 1997 23:02:11 -0600
14239 dpkg (1.4.0.6) stable unstable; urgency=high
14241   * Patched lib/vercmp.c to hopefully fix dselect epoch processing
14242     (Bug#6204), (Bug#4590).
14243   * Patched scripts/dpkg-buildpackage, scripts/dpkg-genchanges,
14244     scripts/dpkg-gencontrol for epoch processing, courtesy of Loic Prylli
14245     <lprylli@graville.fdn.fr> (Bug#6138, Bug#5225).
14246   * Patched dpkg-genchanges to actually honor the -u switch to specify
14247     directory (Bug#5564).
14248   * Applied patch to main/archive.c to correct problems setting set[gu]id
14249     binaries, courtesy of Herbert Xu <herbert@greathan.apana.org.au>
14250     (Bug#5479).
14251   * Applied patch to dpkg-source to correct debian-only package names,
14252     courtesy of Guy Maor <maor@ece.utexas.edu> (Bug#5355).
14254  -- Michael Alan Dorman <mdorman@calder.med.miami.edu>  Thu, 2 Jan 1997 11:36:09 -0500
14256 dpkg (1.4.0.5) stable frozen unstable; urgency=medium
14258   * Distribution for frozen too.
14260  -- Heiko Schlittermann <heiko@lotte.sax.de>  Thu, 5 Dec 1996 09:13:42 +0100
14262 dpkg (1.4.0.4) stable unstable; urgency=medium
14264   * Bug2962 fixed: patch from Ian Jackson applied
14265     (cursor keys won't work after search)
14266   * Manuals 2.1.2.2
14268  -- Heiko Schlittermann <heiko@lotte.sax.de>  Fri, 15 Nov 1996 20:21:18 +0100
14270 dpkg (1.4.0.3) unstable; urgency=medium
14272   * dpkg-source -x: created bad permissions (set x-bit for
14273     all files pointed to by a symlink)
14275  -- Heiko Schlittermann <heiko@lotte.sax.de>  Fri, 18 Oct 1996 18:32:06 +0200
14277 dpkg (1.4.0.2) unstable; urgency=medium
14279   * dpkg-buildpackage.sh: reverted the quoting change -- (you
14280     should use super, sudo, really, but not su.  Or write a wrapper
14281     around su)
14282   * dpkg-buildpackage.sh: passing -m, -C, -v options to dpkg-genchanges
14283     more the way Ian likes ;-)
14284   * dpkg-source.pl: new function deoctify() as replacement for eval()
14285     (turn \ddd into the corresponding character) [rem: probably better
14286     solution would be to convert cpios output names into complete \ddd
14287     representation as well tars output names]
14288   * dpkg-source.pl: fixed 2 typos in failure message on creating
14289     $origtargz.tmp-nest.
14290   * main/main.c: typo for `treat'
14291   * main/enquiry.c: fixed the ignorance for some relations in --compare-versions
14292   * main/enquiry.c: missing version is now handled as described in `dpkg --help'
14293     (or at least as I understood `dpkg --help' PLEASE TRY IT)
14294   * lib/parsehelp.c: fixed parsing of epoch information
14296  -- Heiko Schlittermann <heiko@lotte.sax.de>  Sun, 6 Oct 1996 23:27:47 +0200
14298 dpkg (1.4.0.1) unstable; urgency=medium
14300   * dpkg-source: doesn't get screwed up from hardlinks
14301     in the archive now
14302   * dpkg-source: doesn't get screwed up from `unprintable' characters
14303     in file names (e.g. from the kbd package)
14304   * controllib.pl: $varlistvile -> $varlistfile (thanx Karl Sackett)
14305   * dpkg-buildpackage: quoting for $rootcommand (thanx  Michael Meskes)
14306     and `eval' as default $rootcommand
14307   * dpkg-*, controllib.pl: created debian/files and debian/substvars
14308     are chown'ed to `getlogin()' and its group
14309   * doc/: mv changed to mv -f
14310   * dpkg-buildpackage: added an option -a for overriding the
14311     architecture in the changes _file_name_
14312   * dpkg-buildpackage: pass -m* -v* .. options to dpgk-genchangelog
14313   * dpkg-name moved to dpkg-dev
14315  -- Heiko Schlittermann <heiko@lotte.sax.de>  Sat, 21 Sep 1996 22:06:01 +0200
14317 dpkg (1.4.0) unstable; urgency=low (HIGH for new source format)
14319   * Corrected buffer overrun when dpkg-deb generates filename.  (Bug#4467.)
14320   * dpkg-shlibdeps works with DEBIAN/shlibs (thanks Heiko Schlittermann).
14321   * Added libm.so.5 to shlibs.default for i386/m68k.
14323   * Split binary package into two: dpkg and dpkg-dev.
14324   * dpkg-source(1) documents mode and ownership setting during extraction.
14326   * dpkg-scanpackages moved to /usr/bin.
14327   * Include /usr/bin/dpkg-deb, not dpkg-deb.dist; don't rename in scripts.
14328   * Copyright file changed slightly.
14329   * debian-changelog-mode uses magic key substitution strings.  (Bug#4419.)
14330   * Changed email address in control file to <ian@chiark.greenend.org.uk>.
14331   * Manuals and own Standards-Version: updated to 2.1.1.0.
14333  -- Ian Jackson <ian@chiark.greenend.org.uk>  Thu, 12 Sep 1996 01:13:33 +0100
14335 dpkg (1.3.14) unstable; urgency=low
14337   * dpkg-buildpackage new -tc (clean source tree) option.
14339   * Formatted documentation removed by `make clean' and so not in source.
14340   * Manuals and own Standards-Version: updated to 2.1.0.0.
14341   * Distribute {policy,programmer}.{html.tar,ps}.gz with each upload.
14343  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sun, 1 Sep 1996 20:43:40 +0100
14345 dpkg (1.3.13) unstable; urgency=low (HIGH for building new src X programs)
14347   * X shared libraries added to shlibs.default (=> `elf-x11r6lib').
14348   * dpkg-source tar invocation fixed so that TAPE env var doesn't break it.
14349   * dpkg-source copes better with missing final newline messages from diff.
14351   * dpkg-buildpackage usage message fixed: -si is the default.  (Bug#4350.)
14352   * dpkg-source error message about src dir mismatch typo fixed.  (Bug#4349.)
14354   * dpkg-source(1) has suggestions for dpkg-buildpackage -r option.
14355   * dpkg-source change date fixed.  (Bug#4351.)
14356   * More developers' keys.
14357   * Manual updates, own Standards-Version updated.
14359  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 31 Aug 1996 20:08:18 +0100
14361 dpkg (1.3.12) unstable; urgency=medium
14363   * dpkg prints old version number when upgrading.  (Bug#4340.)
14364   * dpkg-deb tries to detect and flag corruption by ASCII download.
14366   * dpkg-genchanges and dpkg-buildpackage say what source is included.
14368   * dpkg-buildpackage passes +clearsig=on to PGP (or pgpcommand).  (Bug#4342.)
14370   * dpkg-source prints better error for cpio not honouring -0t.
14371   * control file Suggests cpio >= 2.4.2, rather than just cpio.
14373  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 30 Aug 1996 15:31:51 +0100
14375 dpkg (1.3.11) unstable; urgency=low
14377   * EBUSY when dpkg removes a directory is only a warning.
14379   * dpkg-genchanges generates sensible warning (not confusing error
14380     about mismatch) for missing Section/Priority in binary packages.
14382   * Added dpkg --print-gnu-build-architecture option.
14383   * shlibs.default for m68k provided, as a copy of i386 version.
14385  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 29 Aug 1996 14:05:02 +0100
14387 dpkg (1.3.10) unstable; urgency=medium
14389   * dpkg-source(1) manpage alias symlinks are not dangling.
14390   * dselect selects things by default if they are installed.
14391   * Added `pentium' as alias for `i386' architecture.
14392   * Added `Suggests: cpio, patch' and explanatory text to Description.
14393     (Bugs #4262, #4263.)
14395   * More developers' PGP keys.
14396   * Manual updates, new source format released.
14398  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 26 Aug 1996 14:30:44 +0100
14400 dpkg (1.3.9) unstable; urgency=low (high for new source format)
14402   * dpkg --get-selections and --set-selections added.
14403   * New dpkg --force-not-root flag.
14405   * Don't replace directory with another package's file.  (Bug#4202.)
14407   * All manpages now installed compressed.
14408   * Copyright file moved to /usr/doc/dpkg/copyright.
14409   * Standards-Version updated (0.2.1.1).
14411  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 24 Aug 1996 19:09:30 +0100
14413 dpkg (1.3.8) unstable; urgency=low (high for new source format)
14415   * dpkg-buildpackage -sa, -si options work correctly.
14417   * update-rc.d(8) updated to reflect design and reality.
14418   * Programmers' and policy manual updates.
14420  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 23 Aug 1996 12:48:26 +0100
14422 dpkg (1.3.7) unstable; urgency=low (medium for source pkg docs)
14424   * dselect +/-/_/= on lines for all broken, new, local or whatever
14425     packages do not affect _all_ packages.  (Bug#4129.)
14427   * Support for diff-only uploads in source packaging tools.
14428   * dpkg-genchanges -d<descripfile> option renamed to -C.
14429   * dpkg-buildpackage understands -m, -v, -C (for dpkg-genchanges).
14430   * Support for debian/shlibs.local added to dpkg-shlibdeps.
14431   * Shared library files' search order defined in dpkg-source(1), and
14432     relevant files added to the FILES section.
14434   * Programmers' manual describes source packaging tools.
14435   * Policy manual mentions shared library control area file.
14436   * dpkg-source manpage includes dpkg-shlibdeps in title line.
14437   * Manuals have changelog and automatic version numbering.
14438   * changelogs (for dpkg and for manuals) installed.
14439   * binary target split into binary-arch and binary-indep in manual.
14440   * Manpages should be compressed.
14441   * Copyright file is moved to /usr/doc/<package>/copyright.
14442   * Changelogs must be installed in /usr/doc/<package>.
14444   * dpkg-deb(8) moved to dpkg-deb(1).
14446   * binary target split into binary-arch and binary-indep in source.
14447   * changelog entry for 1.2.14 copied from that (forked) release.
14449  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 22 Aug 1996 15:36:12 +0100
14451 dpkg (1.3.6) experimental; urgency=low (HIGH for new source format)
14453   * dpkg-source now has broken argument unparsing for tar.  (Bug#4195.)
14455   * dpkg-gencontrol writes to debian/tmp/DEBIAN/control by default.
14456   * dpkg-shlibdeps script added.
14458   * Back to old sh update-rc.d, and removed manpage, because new Perl
14459     version and the manpage have different syntax and semantics.
14460   * update-rc.d prints usage message for missing terminal `.'.  (Bug#4122.)
14462   * Use rm -rf instead of just rm -r in dpkg-deb --info &c.  (Bug#4200.)
14464   * Added support for Installed-Size to dpkg-gencontrol, and documented.
14465   * Source packaging substitution variables and name syntax rationalised.
14466   * dpkg-source scripts' usage messages improved slightly.
14467   * dpkg-source works with non-empty second (orig dir) argument.
14469   * Added rationale for copyright policy to manual.
14470   * More developers' PGP keys.
14471   * Control database handling cleanups (usu. Source field blanked).
14473  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 20 Aug 1996 15:39:58 +0100
14475 dpkg (1.3.5) experimental; urgency=low (high for debian-changelog-mode)
14477   * 822-date script included.  (Bug#4136.)
14478   * debian-changelog-add-version works on empty file.
14479   * debian-changelog-mode mode-help works properly.
14481   * dpkg-source tells patch not to make numbered backups.  (Bug#4135.)
14483   * More developers' PGP keys.
14484   * Paragraph on uucp -a and -g options removed from policy manual.
14486  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 14 Aug 1996 14:46:47 +0100
14488 dpkg (1.3.4) experimental; urgency=low
14490   * Removed debugging output from dpkg-source -x.  Oops.
14491   * Removed section on source package permissions from policy manual -
14492     dpkg-source now sorts these out.
14494  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sun, 11 Aug 1996 13:25:44 +0100
14496 dpkg (1.3.3) experimental; urgency=low
14498   * Programmers' & policy manuals in source tree; HTML in /usr/doc/dpkg.
14499   * Old guidelines.info and text files in /usr/doc/dpkg removed.
14501   * dpkg-source sets permissions on extracted debianized source tree
14502     and does not copy ownerships out of archive even if running as root.
14504   * Emacs mode `dpkg changelog' renamed to `Debian changelog'.
14505   * Default changelog format renamed from `dpkg' to `debian'.
14507   * debian-changelog-mode sets fill-prefix correctly.
14508   * debian-changelog-mode urgencies except HIGH lowercase by default.
14509   * debian-changelog-mode displays keymap in doc string and so mode help.
14511   * More maintainers' PGP keys.
14513   * Remove built changelog parsers with `clean' target in source.
14515  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 10 Aug 1996 23:35:51 +0100
14517 dpkg (1.3.2) experimental; urgency=LOW (MEDIUM for dpkg-source)
14519   * Faster update-rc.d written in Perl by Miquel van Smoorenburg.
14520   * install-info --test doesn't lock dir.  (Bug#3992, thanks Darren).
14522   * dpkg-source doesn't break in the presence of any symlinks.
14524   * More developers' keys added to doc/developer-keys.pgp.
14525   * Install developers' keys in /usr/doc/dpkg/developer-keys.pgp.
14526   * dpkg-source documents undefined substvar behaviour.
14527   * minor debian/rules cleanups.
14529  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 10 Aug 1996 02:13:47 +0100
14531 dpkg (1.3.1) experimental; urgency=LOW
14533   * manpage for dpkg-source et al now available.
14534   * dpkg-changelog-mode.el installed in site-lisp, but still no autoload.
14536   * dpkg-source prints correct string for not-understood tar -vvt output.
14537   * dpkg-source parsing of tar -vvt output made more robust.
14539   * dpkg-buildpackage prints usage message on usage error.
14540   * dpkg-gencontrol can print usage message.
14541   * -T<varlistfile> option added to dpkg-source.
14542   * Description of -f<fileslistfile> corrected in dpkg-distaddfile usage.
14543   * -m<maintainer> synopsis changed in dpkg-genchanges usage.
14544   * debian/substvars may now contain blank lines.
14546  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 8 Aug 1996 02:36:04 +0100
14548 dpkg (1.3.0) experimental; urgency=LOW
14550   * dpkg can install named pipes.
14551   * dpkg-deb supports directory for destination, generates filename.
14552   * dpkg-{source,gencontrol,genchanges,parsechangelog,buildpackage},
14553     dpkg-distaddfile scripts to support new source package format.
14554   * a.out build no longer supported.
14555   * Changed to new source package format.
14557  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 6 Aug 1996 02:31:52 +0100
14560 dpkg (1.2.14) stable unstable; urgency=MEDIUM
14562   * dselect +/-/_/= on lines for all broken, new, local or whatever
14563     packages do not affect _all_ packages.  (Bug#4129.)
14565   * NOTE - THE HISTORY FORKS HERE.  1.2.14's change appears in 1.3.7.
14567  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 22 Aug 1996 00:39:52 +0100
14570 dpkg (1.2.13) unstable; urgency=LOW
14572   * dpkg --search produces correct output for diversions.
14573   * dpkg-name remove unnecessary arch missing warning.  (Bug#3482.)
14575   * dpkg-deb --build warns about uppercase chars in package name.
14577   * dpkg-scanpackages error messages updated and manpage provided
14578     (thanks to Michael Shields).
14579   * dpkg-scanpackages warns about spurious entries in override file.
14580   * dpkg-scanpackages `noverride' renamed to `override' everywhere.
14581   * dpkg-scanpackages field ordering to put Architecture higher.
14582   * dpkg-scanpackages field names capitalised appropriately.
14583   * dpkg-scanpackages invokes find with -follow.  (Bug#3956.)
14585   * guidelines say #!/usr/bin/perl everywhere, not #!/bin/perl.
14586   * Many developers' PGP keys added.
14588   * configure script uses ${CC} instead of $(CC) (again :-/).
14589   * developers' keys included in dpkg source tree and /usr/doc.
14590   * configure remade using autoconf 2.10-3 (was 2.4-1).
14592  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 1 Aug 1996 02:46:34 +0100
14594 dpkg (1.2.12); priority=LOW
14596   * dpkg --search and --list understand and comment on diversions.
14597   * dpkg-divert displays diversions more intelligibly.
14599   * Guidelines are somewhat clearer about descriptions.
14600   * deb(5) describes new format; old moved to deb-old(5).  (Bug#3435.)
14601   * deb-control(5) carries a warning about being out of date.
14603   * Added 1996 to dselect version/copyright.
14605  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 4 Jul 1996 15:04:49 +0100
14607 dpkg (1.2.11); priority=MEDIUM
14609   * dselect had dependency bug if installed package newer than avail.
14610   * Added `replaces' to dselect's list of package relationship strings.
14612  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 1 Jul 1996 02:51:11 +0100
14614 dpkg (1.2.10); priority=MEDIUM
14616   * Fixed bug in old-style version/revision number parsing.  (Bug#3440.)
14618  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 29 Jun 1996 03:32:45 +0100
14620 dpkg (1.2.9); priority=MEDIUM
14622   * Fixed status database updates reading bug.
14623   * `Setting up' message includes version number.
14624   * `existence check' message changed to say `cannot access archive'.
14626  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 27 Jun 1996 13:39:36 +0100
14628 dpkg (1.2.8); priority=LOW
14630   * dpkg --record-avail puts data in Size field.
14631   * strip / for rmdir(2) in cleanup to work around kernel bug.  (Bug#3275.)
14632   * dpkg-split --msdos no longer allows `-' and other chars in filenames.
14634   * manual dpkg-split(8) written.
14635   * dpkg-split minor typo in --auto usage error message fixed.
14636   * dpkg-deb(8) very minor cosmetic fix to --build option.
14638  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 25 Jun 1996 03:00:14 +0100
14640 dpkg (1.2.7); priority=LOW
14642   * dpkg-scanpackages syntax errors fixed.
14644  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 21 Jun 1996 04:10:38 +0100
14646 dpkg (1.2.6); priority=MEDIUM
14648   * NFS, CDROM and partition dselect methods include mountpoint
14649     in paths given to dpkg in [I]install, so they should now work.
14651   * Removed some leftover files from source tree.
14653  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 12 Jun 1996 14:35:19 +0100
14655 dpkg (1.2.5); priority=MEDIUM
14657   * Allow, but do not create, packages in half-installed state
14658     with no version number.  (Aargh.)
14660  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 10 Jun 1996 04:55:43 +0100
14662 dpkg (1.2.4); priority=MEDIUM
14664   * New dpkg-name from Erick (<pkg>_<version>_<arch>.deb convention).
14665   * Disappeared packages can't own conffiles any more !  (Bug#3214.)
14666   * install-info creates Miscellaneous sections with a newline
14667     following the heading.  (Bug#3218.)
14668   * cleanup-info script installed in /usr/sbin; called as appropriate
14669     by postinst.  Thanks to Kim-Minh Kaplan.  (Bug#3125.)
14670   * Allow superseded Essential packages to be purged after they've
14671     been removed (clear the Essential flag on removal, and ignore it
14672     on packages that are in stat_configfiles).
14674   * dselect disk methods understand `y' as well as `yes' for using
14675     development tree.
14676   * dselect doesn't make packages appear as `new' again if update
14677     of available packages fails.
14678   * dselect places method selection cursor over option last selected.
14680   * dpkg-scanpackages doesn't die when repeated packages are found.
14681   * dpkg-scanpackages allows many old maintainers (`//'-separated).
14683   * `Version' field is now mandatory (some operations already
14684     wouldn't work right anyway if it wasn't there).
14686   * update-rc.d(8) now says you must remove the script.  (Bug#3215.)
14687   * dpkg --force-help says that --force-overwrite is on by default.
14688   * dpkg-deb manpage rewritten.
14689   * debian.README (= /usr/doc/copyright/dpkg) edited slightly.
14691   * Some database parsing grunge removed (pdb_preferversion, &c).
14692   * Source tree doc/sgml contains some embryonic manuals.
14693   * Leftover files in lib directory in source tree deleted.
14695  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 10 Jun 1996 03:52:01 +0100
14697 dpkg (1.2.3); priority=HIGH
14699   * install-info doesn't replicate section headings (Bug#3125, #2973).
14700   * New dpkg-name manpage broken off from script (oops!).
14701   * dselect help screens made consistent with new strings, flags, &c.
14702   * dselect error flag column labelled E (Error), not H (Hold).
14703   * `Escape' no longer bound to `exit list without saving' in dselect.
14705  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 28 May 1996 02:14:57 +0100
14707 dpkg (1.2.2); priority=MEDIUM
14709   * Fixed dselect coredump found by Erick Branderhorst (thanks).
14710   * Sort obsolete removed packages separately, not under Available.
14712  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 23 May 1996 21:31:05 +0100
14714 dpkg (1.2.1); priority=MEDIUM
14716   * `=' key in dselect really does `hold' rather than `unhold'.
14717   * dselect dependency processing now interacts better with `hold'.
14718   * dselect `I' key (not `i') modifies display of the info window.
14719   * dselect shows unavailable packages as being unavailable.
14720   * dselect main menu headings and many other strings changed to try to
14721     discourage people from deselecting every package and using [R]emove.
14722     Notably, `select' changed to `mark' throughout.
14724   * dselect disk methods now print a few fewer double slashes.
14725   * dselect disk access methods will offer to use dpkg --record-avail
14726     to scan the available packages, if no Packages file is found.
14728   * New dpkg --compare-versions option, for the benefit of scripts &c.
14729   * New dpkg --clear-avail option forgets all available packages info.
14730   * New dpkg --print-avail option, prints `available' data (from Packages, &c).
14731   * dpkg usage message is more informative, but no longer fits on screen.
14732   * dpkg --avail option renamed --record-avail.
14734   * Latest dpkg-name from Erick Branderhorst.
14735   * dpkg-scanpackages has more sensible problem reporting.
14736   * postinst configure now gets null argument (not <unknown> or <none>)
14737     when there is no previously configured version.
14739   * Guidelines say that postinst configure is given previous version.
14740   * Guidelines don't refer to maintainer-script-args.txt in main text.
14741   * Guidelines (Texinfo source) uploaded separately.
14743   * Own version of strcpy (used for debugging) removed.
14744   * Interface to access methods document in source (doc/dselect-methods.txt).
14745   * debian.buildscript moves changes file into parent directory.
14747  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 22 May 1996 01:26:31 +0100
14749 dpkg (1.2.0); priority=MEDIUM
14751   * dselect can sort packages by available and installed states, and
14752     display their version numbers.  (Use O, o and V.)
14753   * Hold is properly integrated as a real `wanted state', rather than
14754     a separate flag.
14755   * Epochs in version numbers implemented, using the syntax
14756     <epoch>:<version>-<revision>.  (Epoch not usually displayed.)
14757   * dselect disk method is architecture-independent (uses dpkg's
14758     installation architecture, and looks in the right part of the tree).
14760   * dselect disk method doesn't try to satisfy the predependencies of
14761     packages which are on hold.
14762   * Fixed conflict-related assertion failure.  (Bug#2784.)
14763   * conffiles do not cause file conflicts if the conflicting package
14764     is in the `configuration only' state.  (Bug#2720.)
14765   * Fixed messages where available version number was reported as installed
14766     version in conflict and dependency messages.  (Bug#2654, Bug#2974.)
14768   * New format .deb files are default even for a.out compiles (but
14769     a.out version of dpkg is in old format).
14770   * Characters @:= (at colon equals) in package names now strictly
14771     forbidden everywhere (_ is still allowed in existing packages).
14772   * New dpkg --print-installation-architecture option prints installation
14773     architecture (compiled in), rather than build architecture (determined
14774     from gcc -print-libgcc-file-name).
14776   * Version messages show whether compiled a.out or ELF (i386 only).
14777   * Fixed missing space in version syntax error messages.
14778   * Manpage dpkg.8 installed with warning about inaccuracy.
14780   * Guidelines don't say to stop and restart daemons in runlevels 2345;
14781     instead they say to start in 2345 and stop in 016.
14782   * Guidelines and version messages say just Debian Linux.
14783   * Guidelines typo fix for '"stop"'.  (Bug#2867.)
14785   * doc/Makefile.in clean properly deletes various guidelines.info* files.
14787  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 16 May 1996 00:01:21 +0100
14789 dpkg (1.1.6); priority=MEDIUM
14791   * Check virtual dependencies when removing (ouch! - thanks SDE.)
14792   * Fixed bug in internal database validity management that could
14793     make dselect and dpkg dump core.  (Bug#2613.)
14794   * Fixed two coredumping bugs when using local diversions.  (Bug#2804.)
14795   * Fixed disappearance of overwritten packages.  (Bug#2696.)
14796   * install-info won't modify dir file before start of menu.
14797   * install-info will create Miscellaneous heading if no sections yet.
14799   * Only alphanums and +-. allowed in package names - enforced by
14800     dpkg-deb --build and documented in Guidelines.
14801   * dselect doesn't display packages unless they are installed, selected
14802     or available.
14803   * dselect doesn't show spurious section and priority headings.
14804   * dselect has a few extra keybindings (from Lee Olds).
14805   * --force message changed to `--force enabled' so that default is OK.
14807   * dpkg-name now includes architecture component in .deb filename,
14808     and translates - in package name to _.
14809   * .deb file has architecture component in filename.
14811   * Guidelines changed to say Pre-Depends is for experts only.
14812   * Guidelines say to provide a unidiff (-u) rather than an old context diff.
14813   * Guidelines say 755 root.root for shared libraries.
14815  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 1 May 1996 00:47:22 +0100
14817 dpkg (1.1.5); priority=MEDIUM (HIGH for diversions users)
14819   * Fixed coredump when using diversions.  (Bug#2603.)
14820   * Fixed typo in dpkg-divert which could lose diversions.  (Bug#2662.)
14822   * --force-overwrite is the default.
14823   * diversions.text provides better examples.
14825  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 10 Apr 1996 13:59:30 +0100
14827 dpkg (1.1.4); priority=MEDIUM
14829   * Allow overwriting of conflicting packages being removed.  (Bug#2614.)
14831   * a.out control file says Pre-Depends: libc4 | libc.  (Bug#2640.)
14832   * ELF control file and libc dependencies changed to use finalised scheme.
14833   * ELF control file and libc dependencies for i386 only.  (Bug#2617.)
14835   * Guidelines say use only released libraries and compilers.
14836   * Install wishlist as /usr/doc/dpkg/WISHLIST.
14837   * Remove spurious entries for Guidelines in info dir file.
14839   * dpkg-deb --build checks permissions on control (DEBIAN) directory.
14841   * Spaces in control file fields not copied by dpkg-split.  (Bug#2633.)
14842   * Spaces in split file part control data ignore.  (Bug#2633.)
14844   * Portability fixes, including patch from Richard Kettlewell.
14845   * Fixed minor configure.in bug causing mangled GCC -W options.
14847  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 4 Apr 1996 01:58:40 +0100
14849 dpkg (1.1.3); priority=LOW
14851   * dselect disk methods support Pre-Depends installation ordering.
14852   * When dpkg fails and --auto-deconfigure would help it says so.
14853   * dpkg --search output lists several packages with same file on one line.
14854   * Improved dpkg usage message somewhat.
14856   * dpkg-deb --build checks permissions and types of maintainer scripts.
14857   * dpkg-deb --build treats misspecified conffiles as error, not warning.
14858   * dpkg --print-architecture prints compiler's architecture while
14859     dpkg --version (&c) print system's arch (this to help cross-compiling).
14860   * More minor guidelines changes, including dir entry fixup.
14862   * configure script caches more values.
14863   * Changed maintainer email address to ian@chiark.chu.cam.ac.uk.
14865  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 16 Mar 1996 19:18:08 +0000
14867 dpkg (1.1.2); priority=LOW
14869   * Packaging guidelines installed properly (and as guidelines
14870     rather than debian-guidelines).
14871   * ELF version has more checks to stop you wrecking your dpkg installation.
14872   * dselect disk methods now look for a `local' tree as well, for
14873     people who want locally-available software of various kinds.
14874   * dpkg-divert has debugging message removed.
14875   * Minor guidelines changes.
14877   * Various makefile cleanups, mainly to do with ELF vs. a.out support.
14878   * debian.rules cleans out ~ files itself, as well as calling make clean.
14879   * debian.rules names .nondebbin.tar.gz file ELF too, if appropriate.
14881  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 14 Mar 1996 03:38:29 +0000
14883 dpkg (1.1.1elf); priority=LOW
14885   * Added /usr/lib/dpkg/elf-executables-ok and elf-in-kernel.
14886   * Replaces field now allows automatic removal of conflicting packages.
14887   * Replaces field now required to overwrite other packages' files.
14888   * Architecture field, and dpkg --print-architecture, supported.
14889   * build new format archives by default when compiled with ELF compiler.
14891   * symlinks are now installed atomically (good for shared libraries).
14892   * create /var/lib/dpkg/diversions in postinst if necessary (Bug#2465.)
14893   * Pre-Depends now correctly fails if package never configured.
14894   * dselect disk methods mount with -o nosuid,nodev.
14895   * update-rc.d defaults doesn't add both K and S in any one runlevel;
14896     dpkg postinst fixes up this situation if it sees it.
14898   * Assorted fixups to the Guidelines, which are now in one piece.
14899   * dpkg --list prints version string in one piece.
14900   * dpkg-scanpackages doesn't produce notice on output with list of
14901     packages with Section and/or Priority control file fields.
14903   * control file and debian.rules work both for ELF and non-ELF compiles.
14904   * most files compiled with -O2 (-O3 only for some critical files) -
14905     this fixes ELF build.
14907  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 11 Mar 1996 04:25:28 +0000
14909 dpkg (1.1.0); priority=LOW
14911   * dpkg supports Pre-Depends.
14912   * postinst script gets most-recently-configured version as $2.
14914   * lib/tarfn.c #includes <errno.h> (portability fix).
14916  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 11 Feb 1996 21:07:03 +0000
14918 dpkg (1.0.17); priority=LOW
14920   * dpkg --recursive follows symlinks (useful for devel tree).
14922  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 10 Feb 1996 15:58:46 +0000
14924 dpkg (1.0.16); priority=LOW
14926   * dpkg-deb much faster reading new format archives.  (Bug#2256.)
14927   * Developers' documentation in /usr/doc/dpkg/, /usr/info/.
14929   * Fixed typo in control file Description.
14931   * configure script tries to improve matters wrt sysinfo.
14932   * any debian-tmp.deb is deleted by `./debian.rules clean'.
14934  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 4 Feb 1996 15:51:59 +0000
14936 dpkg (1.0.15); priority=LOW
14938   * dselect disk methods should never unmount things they didn't mount.
14939   * debian.README aka /usr/doc/copyright updated.
14941  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 30 Jan 1996 15:05:39 +0000
14943 dpkg (1.0.14); priority=MEDIUM
14945   * fixed file descriptor leak in dpkg introduced in 1.0.11.
14946   * included dpkg-name in this package (conflicts with dpkg-name).
14948   * redraw in dselect main menu changed to use clearok (like in lists).
14949   * sa_restorer in struct sigaction no longer used (portability fix).
14950   * removed Guidelines from source package.
14952  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 30 Jan 1996 02:52:29 +0000
14954 dpkg (1.0.13); priority=MEDIUM
14956   * dselect partition and mounted methods work again.
14957   * dpkg-deb --no-act in usage message.
14959  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 26 Jan 1996 18:37:03 +0000
14961 dpkg (1.0.12); priority=MEDIUM (HIGH for users of 1.0.11)
14963   * Fixed frequent dpkg coredump introduced in 1.0.11.  (Bug#2219.)
14964   * dpkg-deb ensures version numbers start with alphanumerics.
14966  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 24 Jan 1996 00:42:31 +0000
14968 dpkg (1.0.11); priority=MEDIUM
14970   * corrected potentially serious problem with dpkg low-memory in-core
14971     files database.
14972   * dpkg-split --msdos puts output files in right directory.  (Bug#2165.)
14974   * diversions implemented - see `dpkg-divert --help'.
14976   * dselect shows and uses (for dependencies) currently installed
14977     version of a package if that is more recent.
14978   * dpkg --force-... options are in separate help screen.
14979   * better error messages for corrupted .deb archives.  (Bug#2178.)
14980   * dselect NFS method will unmount correct copy of NFS area if mounted
14981     twice.
14983   * removes some ELF compilation warnings.
14985  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 19 Jan 1996 02:41:46 +0000
14987 dpkg (1.0.10); priority=MEDIUM
14989   * dpkg-deb option parsing unmuddled (-I option was removed
14990     in 1.0.9 and broke dpkg-deb).  (Bug#2124.)
14992   * dpkg-split will work when ELF `ar' is installed, and is faster.
14994   * nfs dselect method now available.
14995   * disk methods don't prompt spuriously for Packages files.
14996   * cdrom+harddisk methods can find Packages files.
14998   * dpkg-scanpackages (creates Packages files) now in /usr/sbin.
15000   * various changes to help compilation of dpkg-deb, dpkg-split
15001     and md5sum on non-Debian systems.
15002   * <sys/fcntl.h> replaced by <fcntl.h> throughout.
15004  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 14 Jan 1996 02:55:19 +0000
15006 dpkg (1.0.9); priority=MEDIUM
15008   * dselect uninitialized variable coredump fixed (thanks Carl).
15010   * version numbers printed by --version fixed.  (Bug#2115.)
15011   * disk method problem with missing Packages files fixed.  (Bug#2114.)
15012   * dependency version relationships now <= >= << >> =.  (Bug#2060.)
15014   * install-info is in /usr/sbin, not /usr/bin.  (Bug#1924.)
15015   * dpkg regards Revision field as obsolete.
15017   * <asm/unistd.h> changed to <linux/unistd.h> (for m68k port).
15018   * scripts/Makefile.in `clean' target deletes scripts.
15020  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 11 Jan 1996 20:51:20 +0000
15022 dpkg (1.0.8); priority=LOW
15024   * update-alternatives slightly more helpful message.  (Bug#1975.)
15025   * cosmetic improvements to disk installation method.  (Bug#1970,1956.)
15026   * mounted filesystem and unmounted partition separate methods.  (Bug#1957.)
15028  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 12 Dec 1995 04:07:47 +0000
15030 dpkg (1.0.7); priority=MEDIUM (HIGH to upgrade syslogd)
15032   * dselect harddisk/CDROM method script handles multiple package
15033     areas.
15034   * Everything has a manpage, though many are very unhelpful indeed.
15036  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 30 Nov 1995 03:59:14 +0000
15038 dpkg (1.0.6); priority=MEDIUM (HIGH to upgrade syslogd)
15040   * conffiles can now be taken over properly from one package by
15041     another which replaces it.  (Bug#1482.)
15042   * dpkg will not deconfigure essential packages when --auto-deconfigure
15043     is set (this bug was fairly unlikely ever to be exercised).
15045   * dpkg checks for the presence of certain important programs on the PATH.
15046   * dselect is now more informative when a dependency is missing, saying
15047     "<package> does not appear to be available".  (Bug#1642, 1705).
15049   * `make distclean' fixed; config.* &c removed from source archive.
15050   * lib/lock.c now uses fcntl rather than flock, for better portability.
15052   * `Package_Revision: 0' removed from control file.
15053   * Some inaccuracies and bad formatting in various messages corrected.
15055  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 21 Nov 1995 20:15:18 +0000
15057 dpkg (1.0.5); priority=LOW
15059   * dpkg-split allows some space for the header.  (Bug#1649.)
15060   * dpkg-split now has --msdos option for 8.3 filenames.
15061   * dpkg-split --join &c will not complain about trailing garbage.
15063   * dselect & dpkg will no longer ignore SIGHUP will running subprocesses.
15065  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 13 Oct 1995 13:59:51 +0100
15067 dpkg (1.0.4); priority=MEDIUM (HIGH for dselect users with 1.0.3)
15069   * fixed bug which prevented dselect from displaying the bottom line of
15070     any listing screen.  This was introduced in 1.0.3, sorry !
15072   * a conffile will never cause a prompt if the package maintainer
15073     distributes a file identical to the user's, even if the file has
15074     been edited by both the user and the maintainer or is a
15075     newly-registered conffile.  (Bug#1639.)
15077   * dselect disk/cdrom method script says where to get Packages file.
15078   * dselect help has better descriptions of the functions of Return and Q.
15080   * postinst now warns about some problems with /usr/lib/dpkg/methods/hd.
15082  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 12 Oct 1995 01:45:38 +0100
15084 dpkg (1.0.3); priority=MEDIUM
15086   * dselect: fixed segfault when doing some multiple (de)selections.
15088  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 10 Oct 1995 03:21:12 +0100
15090 dpkg (1.0.2); priority=MEDIUM
15092   * problem with screen refresh after `o' (change order) corrected.
15094  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 9 Oct 1995 13:11:04 +0100
15096 dpkg (1.0.1); priority=LOW
15098   * much better dpkg performance on low-memory systems.
15099   * start-stop-daemon --name should now work. (oops!)
15100   * fixed typo which could turn into memory overwriting bug sometime.
15102  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 8 Oct 1995 20:12:29 +0100
15104 dpkg (1.0.0); priority=LOW
15106   * Version 1.0.0: dpkg is no longer beta.
15108   * tar extractor no longer looks up an empty string using getgrnam
15109     (this causes the libc to coredump when using NIS).
15111  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 1 Oct 1995 13:07:36 +0100
15113 dpkg (0.93.80); priority=LOW
15115   * dselect help screen intro changed to remove `much' before `help'.
15117   * update-alternatives.pl contains hardcoded ENOENT value, instead
15118     of requiring POSIX.pm to be present.
15120   * Makefiles changed to strip when installing instead of when building.
15122  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 30 Sep 1995 01:44:12 +0100
15124 dpkg (0.93.79) BETA; priority=LOW
15126   * DPKG_NO_TSTP environment variable which stops dpkg sending the
15127     process group a SIGTSTP (Bug#1496).
15128   * End key should work in dselect lists (Bug#1501).
15129   * various message typos (missing \n's) fixed (Bug#1504).
15131  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 29 Sep 1995 03:27:01 +0100
15133 dpkg (0.93.78) BETA; priority=LOW
15135   * dselect keystrokes help file typo fix.
15137  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 28 Sep 1995 20:31:02 +0100
15139 dpkg (0.93.77) BETA; priority=MEDIUM
15141   * dpkg --remove --pending will purge things when appropriate.
15143   * fixed failure to null-terminate dpkg conflict problem messages.
15144   * fixed bug in formatting of dependency version problem messages.
15146   * Conffiles resolution prompt for new conffile: typo fixed.
15147   * Changed dpkg usage error to suggest `-Dhelp' instead of `--Dhelp'.
15149  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 20 Sep 1995 23:44:35 +0100
15151 dpkg (0.93.76) BETA; priority=MEDIUM
15153   * dpkg --auto-deconfigure option (used automatically by dselect) allows
15154     `important' packages which many others depend on to be split.
15155   * dpkg should no longer fail an assertion during complicated
15156     multiple configurations involving packages which are on hold.
15158   * update-alternatives supports negative priorities.
15159   * /etc/alternatives is included in the .deb archive.
15161   * Package priorities changed: Required (Req), Important (Imp), Standard (Std),
15162     Optional (Opt) and Extra (Xtr).  For backward compatibility Base is an
15163     alias for Required, and Recommended is kept as a level just below Standard.
15165   * dselect shows introductory help screen when entering package lists (both
15166     main and recursive).
15167   * dselect help messages made more friendly.
15168   * dselect package list `quit, confirm, and check dependencies' key is
15169     now Return rather than lowercase `q'; likewise method list `select this
15170     one and configure it' key.
15171   * dselect selects packages with priority `standard' or better by default.
15172   * dselect `v=verbose' becomes `v=terse' when in verbose mode.
15174   * hard disk method unmounts /var/lib/dpkg/methods/mnt on failure.
15175   * disk methods' install message uses `stty' to find out what the
15176     interrupt character is, and uses that in the prompt (rather than ^C).
15177   * dpkg now tolerates ^Z characters in Packages files.
15178   * harddisk method doesn't display extra slash when updating packages file.
15179   * harddisk method burbles less if it doesn't have a good default.
15181   * dpkg-deb now supports new flexible format, but old format still default.
15183  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 20 Sep 1995 02:49:41 +0100
15185 dpkg (0.93.75) BETA; priority=MEDIUM
15187   * dselect no longer segfaults when you try to modify the last item.
15189   * dselect Makefile compiles with -g, and links without -s, but installs
15190     with -s, so that built source directory has debugabble binary.
15192  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 12 Sep 1995 02:59:29 +0100
15194 dpkg (0.93.74) BETA; priority=LOW
15196   * dpkg-split implemented and installed in /usr/bin/dpkg-split.
15197     (NB this is not compatible with Carl Streeter's old dpkg-split script.)
15198   * dpkg uses dpkg-split.
15199   * floppy disk method available - NB this is a first attempt only.
15201   * hard disk method uses --merge-avail rather than --update-avail.
15202   * installation by default of `standard' packages removed again.
15203     (I don't think this is the right place to do this.)
15204   * update-alternatives --remove correctly deletes all slave links;
15205     minor cosmetic improvements.
15207  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 11 Sep 1995 02:06:05 +0100
15209 dpkg (0.93.73) BETA; priority=LOW
15211   * dselect multi-package selection now done by `divider' lines
15212     actually in the package list, rather than horizontal highlight
15213     movement.
15214   * dselect help available, and keybindings rationalised.
15216   * postinst removes /usr/lib/dpkg/methods/hd if upgrading from
15217     0.93.42.3 or earlier.
15218   * `hold' flag changed to be settable by the user only, and
15219     made orthogonal to the `reinstallation required' flag.
15220   * dpkg will install by default any packages with priority of
15221     `standard' or better unless they're explicitly deselected.
15223   * dselect dependency/conflict resolution will suggest marking absent
15224     packages for `purge' rather than `deinstall'.
15225   * disk method script produces message about invoking dpkg.
15226   * dpkg produces warning, not error, when it gets EPERM trying to
15227     remove a directory belonging to a package being removed.
15228   * dpkg, dpkg-deb usage error reporting improved.
15229   * dselect detects too-dumb terminals and stops.
15230   * dpkg-deb(8) updated a little (thanks to Bill Mitchell).
15232   * dselect debugmake script uses -O0.
15234  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 10 Sep 1995 12:23:05 +0100
15236 dpkg (0.93.72) BETA; priority=MEDIUM
15238   * /usr/sbin/update-alternatives added.
15240   * New names for certain control file fields (old names work
15241     as aliases): Optional -> Suggests, Recommended -> Recommends,
15242     Class -> Priority.
15244  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 3 Sep 1995 16:37:41 +0100
15246 dpkg (0.93.71) BETA; priority=LOW
15248   * dpkg doesn't silently overwrite `new' conffiles (Bug#1283).
15249   * case now not significant in Essential, Status and Class (Bug#1280).
15250   * dselect checks method scripts for execute, not for write.
15252   * spelling fixes in lib/dbmodify.c and dselect/helpmsgs.src.
15254   * dselect `clean' target deletes helpmsgs.cc and helpmsgs.cc.new.
15256  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 31 Aug 1995 13:56:08 +0100
15258 dpkg (0.93.70) BETA; priority=MEDIUM
15260   * dselect unmounted harddisk method has many silly bugs fixed.
15262   * dpkg --root option restored (was removed by mistake in 0.93.68).
15263   * minor cosmetic change to dselect subprocess failure message.
15265  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 9 Aug 1995 22:18:55 +0100
15267 dpkg (0.93.69) BETA; priority=MEDIUM
15269   * dpkg --configure and --remove should work properly when
15270     they have to defer processing (this tends to happen when many
15271     packages are processed at once).  (Bug#1209.)
15273   * dpkg --configure and --remove work better when `processing'
15274     several related packages with --no-act.
15276   * dpkg --auto is now two options, --pending or -a (for configure,
15277     remove, &c) and --recursive or -R (for install, unpack, &c).
15279   * dpkg debug options in usage message, and values available (-Dh).
15281  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 9 Aug 1995 22:18:55 +0100
15283 dpkg (0.93.68) BETA; priority=MEDIUM
15285   * dpkg won't get an internal error if you try to use the default
15286     conffiles response (ie, if you just hit return).  (Bug#1208.)
15288   * dselect hard disk and CD-ROM methods - the real thing, but ALPHA.
15290   * dselect allows you to go straight to `update' or `install' if
15291     you have already set up an access method.
15292   * new dpkg options --yet-to-unpack, --merge-avail and --update-avail.
15293   * dpkg -G is an abbreviation for dpkg --refuse-downgrade.
15294   * dpkg -R alias for --root withdrawn, pending reuse with different meaning.
15295   * dpkg --help message rationalised somewhat.
15297   * Obsolete `examples' and `dpkg-split' directories removed from
15298     source tree.  The `hello' package is a better example.
15300  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 7 Aug 1995 02:16:25 +0100
15302 dpkg (0.93.67) BETA; priority=LOW for C dpkg alpha testers, HIGH for others
15304   * dpkg no longer statically linked and -g.
15305   * calls to abort() changed to print string, file and line number first.
15306   * removed unused variable from dpkg source.
15308  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 4 Aug 1995 01:39:52 +0100
15310 dpkg (0.93.66) ALPHA; priority=MEDIUM
15312   * dpkg will correctly remove overwritten files from the lists of
15313     the package(s) that used to contain them.
15315   * dpkg --purge is now an action, rather than a modifier for --remove,
15316     and the -P alias for it is withdrawn.
15318   * dpkg --unpack/--install filenames in messages are now more sensible
15319     about when to use .../ (show as many trailing components as possible
15320     in 40 characters, or the whole path if that the last component is
15321     longer than that).
15323  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 3 Aug 1995 02:11:03 +0100
15325 dpkg (0.93.65) ALPHA; priority=MEDIUM
15327   * dpkg --remove should, when a package being removed is depended-on
15328     by another that is also queued for removal, defer the depended-on
15329     package rather than aborting it.  (Bug#1188.)
15331   * dpkg will not attempt to configure or remove a package more than
15332     once in the same run.  (Bug#1169.)
15334   * dpkg cosmetic fix to dependency problems message (this bug
15335     hasn't been triggered to my knowledge).
15337   * perl-dpkg no longer installed in /usr/bin.
15339  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 2 Aug 1995 13:02:58 +0100
15341 dpkg (0.93.64) ALPHA; priority=MEDIUM
15343   * dpkg marks a package as no longer `to be configured in this run'
15344     when an error occurs, so that other packages which depend on it
15345     will fail (rather than causing a loop and an assertion failure,
15346      packages.c:166: failed assertion `dependtry <= 4').
15348   * dselect initial selection granularity is single-package.
15349   * dpkg --no-also-select option renamed to --selected-only (old option
15350     still accepted, but no longer in --help).  Changed -N to -O.
15352   * dselect `update' option changed to `install' (and other options
15353     renamed too).  NB: old access methods will not work, because
15354     the `update' script should now be an `install' script.
15356   * dselect `installation methods' renamed to `access methods'.
15357   * dpkg --skip-same-version and --refuse-downgrade produce friendlier
15358     messages when they skip packages.
15359   * --licence option now properly mentioned in all programs' --version
15360     messages.
15362   * bad fix for ELF compile problem involving myopt.h removed (compile
15363     problem turned out to be a GCC bug.)
15365  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 1 Aug 1995 03:03:58 +0100
15367 dpkg (0.93.63) ALPHA; priority=LOW
15369   * preinst works around shell bug/misfeature involving `trap'.
15371   * dpkg --skip-same-version doesn't skip packages which have
15372     an error flag set or which aren't in a standard `installed' state.
15374   * dpkg --search now does a substring search if the string doesn't
15375     start with a wildcard character (*, [ or ?) or slash.
15377   * problem with C/C++ linkage of stuff in "myopt.h" fixed, to help
15378     with compiling with GCC 2.7.0.
15380   * dselect Makefile.in `clean' deletes curkeys.inc &c, so that they are
15381     not shipped in the distribution source and will be rebuilt on the
15382     target system.
15384  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 27 Jul 1995 13:38:47 +0100
15386 dpkg (0.93.62) ALPHA; priority=HIGH
15388   * dpkg purges leftover control scripts from /var/lib/dpkg/tmp.ci,
15389     rather than associating them with the wrong package.  (Bug#1101.)
15391   * dpkg won't `disappear' packages containing no files or directories,
15392     nor a package required for depends/recommended.  (Bug#1128.)
15394   * dpkg follows directory symlinks.  (Bug#1125.)
15396   * dselect fixups for ELF/GCC2.7.0 compilation.
15398  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 21 Jul 1995 21:43:41 +0100
15400 dpkg (0.93.61) ALPHA; priority=LOW
15402   * dselect keybindings and status characters and descriptions changed
15403     (in pursuance of Bug#1037, user interface problems, still open.)
15405   * Some cleanups to fix mistakes discovered by ELF-GCC 2.7.0, and fixup
15406     for newer C++ draft standard (`for' variable declaration scope change).
15408  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 18 Jul 1995 01:42:51 +0100
15410 dpkg (0.93.60) ALPHA; priority=HIGH
15412   * dpkg doesn't think packages have `disappeared' if you install
15413     several packages at once.  (later reported as Bug#1132.)
15415   * usage error messages tidied up.
15417  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 16 Jul 1995 17:56:56 +0100
15419 dpkg (0.93.59) ALPHA; priority=HIGH
15421   * dpkg doesn't break maintainer scripts &c if package `foo' exists
15422     when processing package `foobar'.  (Related to Bug#1101.)
15424   * dpkg implements `disappear' functionality.
15425   * dpkg/dselect remove dead entries from /var/lib/dpkg/status.
15427   * dpkg --list now sorted correctly and output somewhat improved.
15428   * some debugging messages moved from dbg_stupidlyverbose to dbg_scripts.
15429   * dpkg prints `Removing foo' message even if foo is not configured.
15430   * dpkg only prints `serious warning: files list file ... missing'
15431     once for each package.
15433  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 16 Jul 1995 02:32:11 +0100
15435 dpkg (0.93.58) ALPHA; priority=HIGH
15437   * dpkg should write out status even for packages which it has only
15438     encountered in the `available' file so far.
15440  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 14 Jul 1995 20:19:21 +0100
15442 dpkg (0.93.57) ALPHA; priority=LOW
15444   * dpkg does chroot when running maintainer scripts (--instdir
15445     should work right now, though I haven't been able to test it).
15447  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 14 Jul 1995 01:32:30 +0100
15449 dpkg (0.93.56) ALPHA; priority=HIGH
15451   * dpkg can now overwrite symlinks to directories, and will
15452     do correct handling of symlinks to plain files.
15453   * dpkg should not replace any directory with a symlink.
15455  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 13 Jul 1995 02:43:36 +0100
15457 dpkg (0.93.55) ALPHA; priority=MEDIUM
15459   * dpkg can now extract hardlinks.
15460   * dpkg configuration/removal works in the presence of dependency cycles.
15461   * dpkg should no longer fail an assertion at processarc.c:193.
15463  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 12 Jul 1995 01:34:44 +0100
15465 dpkg (0.93.54) ALPHA; priority=MEDIUM
15467   * dpkg and dselect no longer throw away all Class and Section
15468     information in /var/lib/dpkg/available.  (Oops.)
15469   * dpkg --refuse-<something> now works (this broke some dselect
15470     method scripts' attempts to use --refuse-downgrade).
15471   * dpkg --audit and --list implemented.
15473  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 10 Jul 1995 00:35:13 +0100
15475 dpkg (0.93.53) ALPHA; priority=LOW
15477   * dpkg --install/--unpack only skips on-hold packages with --auto.
15478   * dpkg doesn't fclose() the --fsys-tarfile pipe twice.
15479   * dpkg error handling and reporting cleaned up.
15480   * dpkg now lists any failed packages/files just before exiting.
15482  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 9 Jul 1995 16:31:36 +0100
15484 dpkg (0.93.52) ALPHA; priority=MEDIUM
15486   * dpkg won't segfault due to missing (Package_)Revision fields.
15487   * dpkg --search works.
15488   * dpkg will set execute permissions on scripts if necessary.
15489   * dpkg prints filenames in --unpack and --install.
15491  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 8 Jul 1995 12:41:39 +0100
15493 dpkg (0.93.51) ALPHA; priority=HIGH
15495   * dpkg --status and --listfiles now work.
15497   * dpkg --remove --auto won't try to remove everything (!)
15498   * dpkg --unpack doesn't coredump after unpacking the first package.
15499   * dpkg won't fail an assertion if it bombs out of --configure
15500     or --remove because of too many errors.
15502   * Support for `Essential' in dpkg (not yet in dselect).
15503   * `available' (Packages) file class and section override those
15504     from package control files.
15505   * `Essential: yes' added to control file.
15507   * Locking strategy changed, now uses flock (no more stale locks).
15508   * preinst now more helpful about conffiles upgrade problem.
15510  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 8 Jul 1995 01:15:26 +0100
15512 dpkg (0.93.50) ALPHA
15514   * C dpkg now in service.
15516   * dselect now installs in /usr/bin instead of /usr/sbin.
15517   * Improved `explanation of display' help and changed HSOC to EIOW.
15518   * dselect goes back to top of info display when you move the
15519     highlight.
15521   * Added <sys/types.h> to md5sum/md5.c, for the benefit of FreeBSD.
15522   * --admindir doesn't append `var/lib/dpkg' to its argument.
15524  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 19 May 1995 21:03:08 +0100
15526 dpkg (0.93.42.3) BETA; priority=LOW
15528   * Rebuilt using ncurses 1.9.2c-0.
15529   * Silenced `subcritical error' message if errno == ENOENT.
15531  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 12 Jun 1995 13:09:24 +0100
15533 dpkg (0.93.42.2) BETA; priority=HIGH
15535   * install-info --remove properly removes multi-line entries.
15536   * Slightly changed ^L redraw code in dselect package list.
15538  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 10 Jun 1995 14:06:01 +0100
15540 dpkg (0.93.42.1) BETA; priority=HIGH esp. for new installations
15542   * update-rc.d default no longer adds K entries in runlevels 2345.
15544  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 6 Jun 1995 18:56:23 +0100
15546 dpkg (0.93.42) BETA; priority=LOW; HIGH for dselect users
15548   * Fix uninitialized variable reference bug in dselect (#890).
15549   * Fix problem with wordwrapping package and method descriptions.
15550   * Create /var/lib/dpkg/methods/mnt.
15552  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 19 May 1995 21:03:08 +0100
15554 dpkg (0.93.41) BETA; priority=LOW
15556   * Create /var/lib/dpkg/methods.
15557   * dpkg.pl noisily ignores --skip-same-version rather than barfing.
15559  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 16 May 1995 13:28:27 +0100
15561 dpkg (0.93.40) BETA; priority=LOW
15563   * dselect's subprogram failure message made to stand out more.
15565   * When switching out of curses, always move the cursor to the
15566     bottom right corner of the screen.
15568  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 16 May 1995 01:03:38 +0100
15570 dpkg (0.93.39) BETA; priority=LOW
15572   * dselect can now:
15573     - allow you to select and configure an installation method;
15574     - invoke installation method scripts to update the available file
15575       and unpack packages;
15576     - invoke dpkg to configure and remove packages.
15577     There are no installation methods available yet.
15579   * Search feature in dselect works (it was purely an ncurses bug).
15581   * dpkg-*.nondebbin.tar.gz now available (built by debian.rules).
15583   * The target directory for dpkg-deb --extract (also available as
15584     dpkg --extract) is no longer optional.  dpkg-deb suggests the use
15585     of dpkg --install if you omit it.
15587   * Added <errno.h> to lib/lock.c and fixed ref. to `byte' in
15588     md5sum/md5.c, for portability to Solaris 2.
15590   * Rebuilt `configure' and `config.h.in' using autoconf 2.3.
15591   * Revised function attribute support checking in configure script.
15592   * Removed obsolete `dselect.pl' from scripts directory.
15593   * New option --licence on all the C programs.
15595  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 14 May 1995 18:05:38 +0100
15597 dpkg (0.93.38) BETA; priority=MEDIUM
15599   * Version number comparisons (in dpkg and dselect) now >= <=
15600     as documented (Bug#831; thanks to Christian Linhart).
15602   * dselect now has a non-superuser readonly mode.
15603   * dselect doesn't pop up unsatisfied `Optional's when quitting.
15604   * `unable to delete saved old file' message fixed dpkg_tmp to dpkg-tmp.
15606   * Made dpkg convert `revision' to `package_revision' when reading
15607     (eg) the `status' file.  libdpkg.a has `revision' as a synonym
15608     for `package_revision' and writes the former.
15610   * Major improvements and many changes to C option parsing, database
15611     management, error handling, Makefiles &c to support dpkg.
15612   * dpkg-deb should now work if sizeof(void*) < sizeof(void(*)()).
15614  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 24 Apr 1995 12:34:39 +0100
15616 dpkg (0.93.37) BETA; priority=LOW (MEDIUM for dselect users)
15618   * Fixed segfault if no description available (Bug#735);
15619     thanks to Peter Tobias for the bug report.
15620   * Fixed other assorted minor bugs in description displays.
15622   * Changed dpkg-deb --info short option from -i to -I, to make
15623     it unique across dpkg and dpkg-deb (-i still works with
15624     dpkg-deb for backwards compatibility).
15626   * Produce more sensible error when main package list is empty.
15628  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 7 Apr 1995 02:24:55 +0100
15630 dpkg (0.93.36) BETA; priority=LOW (MEDIUM for dselect users)
15632   * All the C code (including dselect) updated to support `provides'
15633     (virtual packages).
15634   * Revamped dselect's related package selection/deselection
15635     algorithms.
15636   * Everything can now handle arbitrary `class' values (as well
15637     as the predefined ones which we understand and can interpret).
15638   * Fixed bug that prevented display update when moving down a small
15639     recursive package list in dselect.
15640   * Column heading characters corrected from `SHOC' to `HSOC'.
15642  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 6 Apr 1995 12:48:13 +0100
15644 dpkg (0.93.35) BETA; priority=MEDIUM
15646  * Preserve ownerships and permissions on configuration files.
15647  * Fix bug in conffile updating that could leave a hardlink
15648    <foo>.dpkg-new to the conffile <foo>.
15650  * Improved dselect's package list help messages.
15651  * Highlight now moves on after (de)selecting just one package.
15652  * Better algorithm for scrolling up/down when moving highlight.
15653  * Fixed bug in display of `preformatted' extended Description lines.
15654    (dselect is still ALPHA, but is fairly stable.)
15656  * Improved dpkg's message when configuring a package that doesn't
15657    exist, and when selecting or skipping a package that isn't
15658    currently selected (during unpack processing).
15660  * Description in control file expanded.
15662  * Scroll back to top when changing what is in the `info' area.
15664 dpkg (0.93.34) BETA; priority=LOW (HIGH for dselect users)
15666  * dselect: Fixed bug which caused a coredump if you exited the
15667    package list if you'd made any changes.  Ouch !
15669  * dselect: Improved selection algorithm to show fewer extraneous
15670    packages; improved display for unavailable packages.
15672  * dpkg: Improved progress messages during unpacking somewhat.
15674 dpkg (0.93.33) BETA; priority=LOW (HIGH for dselect users)
15676  * dselect now has a main menu.
15678  * Fixed nasty uninitialized data bug in dselect.
15680  * dselect now locks and unlocks the packages database.
15682 Mon, 27 Mar 1995 03:30:51 BST  Ian Jackson <iwj10@cus.cam.ac.uk>
15684         * dpkg (0.93.32): Alpha dselect released and installed in
15685                           /usr/sbin/dselect.
15686         * dpkg (0.93.32): Many portability enhancements: should now
15687                           compile using GCC 2.6.3, and dpkg-deb should
15688                           compile better on non-Linux systems.
15689         * dpkg (0.93.32): dpkg will not loop if its stdin disappears
15690                           and it needs to prompt.
15691         * dpkg (0.93.32): Fixed removal dependency error to show
15692                           correct package (Bug #648).
15693         * dpkg (0.93.32): Tidied up copyright notices.
15694         * dpkg (0.93.32): First draft of update-rc.d manpage, not yet
15695                           installed in /usr/man.
15696         * dpkg (0.93.32): Changes to top-level Makefile.in to improve
15697                           error trapping.
15698         * dpkg (0.93.32): Improved Makefile `clean' and `distclean'
15699                           targets.
15700         * dpkg (0.93.32): Deleted irrelevant `t.c' from lib and
15701                           dselect directories.
15702         * dpkg (0.93.32): Added vercmp.c with version comparison code.
15703         * dpkg (0.93.32): varbufextend message changed - varbufs not
15704                           just for input buffers.
15705         * dpkg (0.93.32): varbuf has C++ member functions in header
15706                           #ifdef __cplusplus.
15708 Changes in dpkg 0.93.31:
15710 * start-stop-daemon --pidfile now works (Bug#571).
15711 * Fixed dependency processing bugs which could require a rerun of
15712   dpkg --configure (Bug#566).
15713 * Fixed garbage output for `language' of control file in dpkg-deb --info.
15715 Changes in dpkg 0.93.30:
15717 * Added /usr/sbin/start-stop-daemon.
15719 Changes in dpkg 0.93.09:
15721 * Made postinst scripts really be run when dpkg --purge used.
15722 * Added new --force-extractfail option - VERY DANGEROUS.
15724 Changes in dpkg 0.93.28:
15726 * Removed undef of 0x_p21 in read_database_file, which caused the
15727   the whole status database to become trashed when any update files
15728   were read.
15729 * Make infinite-loop prevention and cycle detection work.
15730 * Made findbreakcycle work (ie, break properly when cycle detected).
15731 * New script, update-rc.d, to update links /etc/rc?.d/[KS]??*.
15732 * dpkg.pl now sets the umask to 022.
15733 * Cosmetic error message fix to dpkg-deb.
15734 * Deleted OLD directory altogether.
15735 * Improved error-trapping in top-level Makefile loops.
15737 Changes in dpkg 0.93.27:
15739 * Make version number specifications in Depends &c work.
15740 * Added AC_PROG_CXX to autoconf.in for dselect.
15741 * Changed myopt.h not to have cipaction field in cmdinfo (this was
15742   specially for dpkg-deb) - now we have a generic void*.
15743 * Renamed `class' member of `pkginfoperfile' to `clas' [sic].
15744 * Much work in `dselect' subdirectory.
15745 * Deleted executables, objects and libraries from OLD tree !
15746 * Minor changes to various copyright notices and top-of-file comments.
15747 * Don't install nasty Perl dselectish thing as /usr/bin/dselect.
15749 Changes in dpkg 0.93.26:
15751 * Added --no-also-select instead of not auto-selecting on --unpack
15752   but doing so on --install; removed --force-unpack-any.
15754 Changes in dpkg 0.93.25:
15756 * Fixed duplicate output (failure to flush before fork) bug.
15757 * More clarification of md5sum.c copyright.
15758 * Corrected typo in ChangeLog in 0.93.24 source package.
15760 Changes in dpkg 0.93.24:
15762 * dpkg could copy conffiles info from one package to another.  Aargh.
15763   Bug #426.
15764 * dpkg failed to initialise status if you tried to remove or
15765   configure a nonexistent package.  Bug #419.
15766 * install-info now handles START-INFO-DIR-ENTRY entries like:
15767    * Gdb::                         The GNU debugger.
15768   Previously it would only accept (Bug #407):
15769    * Gdb: (gdb).                   The GNU debugger.
15770 * When installing a new foo.info[.gz], install-info now replaces
15771    * Foo: (foo.info).              The Gnoo Foo.
15772   as well as just * Foo: (foo). ...
15773 * Moved option parsing out of dpkg-deb into libdpkg.
15774 * Assorted minor source code rearrangements.
15775 * Fixed assorted copyright notices, clarified md5sum copyright.
15776 * Corrected typo in 0.93.23 source package's ChangeLog.
15778 Changes in dpkg 0.93.23:
15780 * `dpkg-deb' --build now does a syntax check on the control file.
15781 * `dselect' is now no longer called `debian', spurious copy removed
15782   from package top-level source directory.
15783 * C control information parsing complete and somewhat tested.
15784 * Moved `global' include files into $(srcdir)/include from ../lib,
15785   added some files to the lib Makefile, and arranged for pop_cleanup().
15787 Changes in dpkg 0.93.22:
15789 * Fixed bug which caused dpkg to see failures of md5sum where there
15790   were none (would also have caused dpkg to miss a real failure).
15791 * Fixed failure to update some `status' database fields.
15793 Changes in dpkg 0.93.21:
15795 * Fixed error-handling bug which could corrupt database.
15797 Changes in dpkg 0.93.20:
15799 * Fixed bug which ran old (/var/adm/dpkg) postinst scripts.
15800 * Fixed dpkg usage message which claimed -i => both --install & --info.
15801 * Use Colin Plumb's MD5 code - faster, and better copyright.
15802 * Manpages: dpkg-deb(8), deb-control(5), deb(5) - thanks to Raul
15803   Deluth Miller.  Also, an xfig picture of some C program innards.
15805 Changes in dpkg 0.93.19:
15807 * Don't delete the `list' file from the dpkg database.
15808 * Fixed various bugs in the conffile handling.
15809 * Conffiles that are symlinks will now be treated as if the
15810   `dereferenced' name of the file was listed in conffiles.  This means
15811   that /etc/foo -> /usr/etc/foo will cause all conffile updates of
15812   /etc/foo to create /usr/etc/foo.dpkg-tmp &c instead.  However, the
15813   link will be removed if --purge is used to delete all the conffiles.
15814 * When doing a new installation, or when updating a conffile that
15815   wasn't listed as a conffile in the old version of the package, don't
15816   do any prompting but just install the version from the archive.
15817 * Corrected error message if exec of dpkg --vextract failed
15818   and --instroot or --root specified.
15819 * Added new --force-unpack-any option.
15820 * Extra newline after --status output.
15821 * Added -W options to CFLAGS.
15822 * Fixed mistake in previous ChangeLog entry.
15824 Changes in dpkg 0.93.18:
15826 * Fixed invocation of dpkg-deb --vextract if --root or --instdir
15827   not specified.
15828 * Create /var/lib/dpkg/updates.
15830 Changes in dpkg 0.93.17:
15832 * install-info --remove exits with status 0 if it doesn't find the
15833   thing to remove, instead of status 1.
15834 * Error handling functions have __attribute__((format...)) if GCC.
15835 * push_cleanup its arg takes void **argv instead of char **argv.
15836 * Top-level Makefile.in has set -e before `for' loops.
15837 * dpkg-deb --info not-an-existing-file produces fewer error messages.
15839 Changes in dpkg 0.93.16:
15841 * Made --root= option really extract to $instroot instead of `/'.
15842 * install-info clears the 0444 bits in its umask.
15843 * Fixed a few database handling bugs which cause dpkg always to fail,
15844   and usually to corrupt the status database in various ways.
15845 * dpkg-deb completely rewritten, now doesn't tinker with
15846   /var/{adm,lib}/dpkg.  Should be faster.
15847 * Directory structure and Makefiles in source package reorganised.
15849 Changes in dpkg 0.93.15:
15851 * Added `debian' (dselect), still very primitive.
15852 * Database format changed, and moved from /var/adm to /var/lib.
15853 * Added dpkg --avail mode, --list, --status and --search.
15854 * Set of dpkg => dpkg-deb pass-through operations changed (but
15855   dpkg-deb not yet updated).
15856 * Added --root, --admindir and --instdir, as well as --isok &c.
15857 * Moved much stuff into /usr/lib/dpkg-lib.pl, rewritten status
15858   database handling.
15859 * Put packages in `purge' state even if `deinstall' requested if
15860   they have no postrm and no conffiles.
15861 * Version number comparisons fixed.
15862 * insert-version.pl now installs lib.pl filename too.
15863 * Strip trailing slashes when reading files from file lists.
15865 Changes in dpkg 0.93.14:
15867 * Fixed parsing of DEPENDS &c fields with trailing whitespace.
15868 * postinst now fixes up broken ispell.control file.
15869 * Cyclic dependency/multiple package removal processing: don't consider
15870   packages we've just removed when looking for a reason not to go ahead.
15871 * Added call to postinst with `purge' argument for expunging old
15872   configuration etc. that aren't listed in conffiles.
15874 Changes in dpkg 0.93.13:
15876 * sub S_ISREG defined in dpkg.pl.
15877 * Checking of DEPENDS &c fields was too lax, causing an internal error
15878   if you fed it certain kinds of broken control file.
15879 * Fixed misleading message from bogus installationstatus call.
15880 * New -u and -U options to dpkg-deb which don't unpack the /DEBIAN
15881   directory, and use these in dpkg.pl; clean up /DEBIAN in postinst.
15883 Changes in dpkg 0.93.12:
15885 * No longer needs *.ph files, since these appear to be broken.
15886 * Postinst fixes up *.control files with curly brackets.
15887 * embryo of dselect.
15889 Changes in dpkg 0.93.11:
15891 * New --ignore-depends option.
15892 * This ChangeLog changed format here.
15894 Wed Nov 30 15:38:21 GMT 1994  Ian Jackson  <iwj10@cus.cam.ac.uk>
15896         * dpkg 0.93.11 released.
15898         * conffile updating fixed.
15900         * Message `upgrade' in dpkg changed to `replace'.
15902         * install-info now copes with multi-line entries.
15904         * version numbers now done automatically in dpkg and install-info.
15906         * more debugging around conffiles updates.
15908         * *.hash files not deleted so soon.
15910         * adds brand new packages to status array so we can install them.
15912         * postinst does h2ph for {sys,linux}/{stat,types}.ph if required.
15914 Mon Nov 28 02:00:13 GMT 1994  Ian Jackson  <iwj10@cus.cam.ac.uk>
15916         * dpkg 0.93.10 released.
15918         * dpkg.pl completely rewritten.
15920         * dpkg-deb: removed dabase-processing and --install option.
15922         * Makefiles reworked, debian.rules added.
15924         * Don't install anything in /usr/doc/examples.
15926         * dpkg-*.deb contains /usr/bin/dpkg-deb.dist, fixed up by postinst.
15928 Thu Oct 20 13:22:20 1994  Ian Murdock  (imurdock@debra.debian.org)
15930         * dpkg 0.93.9 released.
15932         * dpkg.pl: Use $argument, not $package, with `--build'.
15933         Make sure that saved postinst scripts are executable.
15935 Tue Oct 18 09:40:57 1994  Ian Murdock  (imurdock@debra.debian.org)
15937         * dpkg 0.93.8 released.
15939         * deb/remove.c (pkg_remove): Do not report an error from rmdir ()
15940         when `errno' is ENOTEMPTY (Directory not empty), because in this
15941         case we have found the highest-level directory in the package and
15942         are ready to exit the loop (i.e., it is a normal occurrence).
15944 Mon Oct 17 10:44:32 1994  Ian Murdock  (imurdock@debra.debian.org)
15946         * Makefile.in: Adapted all Makefiles to the GNU Coding Standards.
15948         * deb/remove.c (pkg_remove): Make sure that parent directories are
15949         removed LAST!  This will result in complete removal of packages
15950         when --remove is called.  dpkg 0.93.7 (and earlier) had problems
15951         with this because it tried to remove directories in order, which
15952         will work most of the time, but not necessarily all of the time.
15954         * deb/list.c (pkg_list): Output is sorted by package name.
15956 Tue Oct  4 12:27:10 1994  Ian Murdock  (imurdock@debra.debian.org)
15958         * deb/contents.c (pkg_contents): When a list file cannot be
15959         opened, silently fail and let the front-end explain the problem.
15961         * deb/util.c (return_info): When a control file cannot be opened,
15962         silently fail and let the front-end explain the problem.
15964         * deb/search.c (pkg_search): Exit 0 if the regular expression is
15965         matched and 1 if it is not.
15967 Mon Oct  3 18:38:53 1994  Ian Murdock  (imurdock@debra.debian.org)
15969         * dpkg.pl: New file.  Replaces dpkg.sh.
15971         * deb/Makefile.in: Renamed `dpkg-util.deb' to `dpkg-deb'.
15973         * deb/build.c (pkg_build): `--build' is less verbose, instead
15974         letting the front-end add verbosity where appropriate.
15976         * deb/install.c (pkg_install): Ditto.
15978         * deb/remove.c (pkg_remove): Ditto.
15980         * deb/search.c (pkg_search): Ditto.
15982         * deb/describe.c (pkg_describe): `--describe' is less verbose,
15983         instead letting the front-end add verbosity where appropriate.
15984         The ``Description:'' label has been removed.
15986         * deb/version.c (pkg_version): `--version' is less verbose,
15987         instead letting the front-end add verbosity where appropriate.
15988         The ``Version:'' label has been removed, as has the maintainer
15989         information.
15991 Mon Sep 12 14:22:04 1994  Ian Murdock  (imurdock@debra.debian.org)
15993         * deb/version.c (pkg_version): `--version' now reports the
15994         version number of dpkg if no argument is specified.
15996 Thu Sep  1 13:31:37 1994  Ian Murdock  (imurdock@debra.debian.org)
15998         * dpkg 0.93.7 released.
16000         * deb/build.c (pkg_build): check status and exit if non-zero.
16002         * deb/contents.c (pkg_contents): ditto.
16004         * deb/install.c (archive_extract): ditto.
16006 Thu Sep  1 13:20:08 1994  Ian Murdock  (imurdock@debra.debian.org)
16008         * deb/version.c (pkg_version): indent to the same point as
16009         pkg_describe.
16011 Thu Sep  1 12:21:11 1994  Ian Murdock  (imurdock@debra.debian.org)
16013         * Makefile.in (dist): added debian.rules binary, source and
16014         dist targets to make final distribution easier to make.
16015         (install): install programs to /usr/bin.
16017         * deb/Makefile.in (install): install programs to /usr/bin.
16019         * deb/list.c (pkg_list): enforce a maximum limit of ten characters
16020         for the package name in the output.
16021         (pkg_list): left-justify the version number to make it easier for
16022         the front-end to parse the output.
16023         (pkg_list): replace first '\n' character in packages[n].description
16024         with '\0'.
16026         * deb/install.c (archive_extract): use the `p' option to `tar' to
16027         ensure that permissions are preserved.
16029 Sat Aug 27 09:53:37 1994  Ian Murdock  (imurdock@debra.debian.org)
16031         * dpkg 0.93.6 released.
16033         * deb/util.c (return_info): only unlink CONTROL if ARCHIVE_FLAG is
16034         true!
16036 Fri Aug 26 15:38:22 1994  Ian Murdock  (imurdock@debra.debian.org)
16038         * dpkg 0.93.5 released.
16040         * deb/contents.c (pkg_contents): merged function archive_contents
16041         into function pkg_contents.
16043         * deb/contents.c (pkg_contents): use lstat (rather than stat) so
16044         that symbolic links are recognized.
16045         (pkg_contents): print the usual `<path> -> <link_to>' now that we
16046         recognize symbolic links.
16048         * deb/util.c (return_info): create a FIFO to pipe the needed
16049         information to the ``formatter'' rather than creating a directory
16050         in /tmp for the package information, which is what we used to do.
16052 Thu Aug 25 11:46:27 1994  Ian Murdock  (imurdock@debra.debian.org)
16054         * lib/fake-ls.c (mk_date_string): return a pointer to malloc'ed
16055         area.
16056         (mk_mode_string): ditto.
16058         * dpkg.sh: make sure the control information is extracted to a
16059         uniquely-named temporary directory during package installation.
16061         * dpkg.sh: execute the pre- and post-removal scripts during
16062         package removal.
16064         * dpkg.sh: exit immediately if dpkg-util.deb reports failure.
16066         * deb/install.c (pkg_control): make sure that `package' exists and
16067         is a Debian archive before doing anything.
16069         * deb/install.c (pkg_extract): make sure that `package' exists and
16070         is a Debian archive before doing anything.
16072         * deb/install.c (pkg_install): unlink `extract_output' when done.
16074         * deb/remove.c (pkg_remove): use lstat (rather than stat) so that
16075         --remove does not get confused and think that a symbolic link to a
16076         directory is actually a directory, which results in the symbolic
16077         link never being removed at all.
16079 ChangeLog begins Thu Aug 25 11:46:27 1994 for dpkg 0.93.5.