libdpkg: Include <locale.h> from <i18n.h> to fix unoptimized builds
[dpkg.git] / debian / changelog
blob9778ae1b6fc202fc696c853c40857e8db7dbf92a
1 dpkg (1.16.0.2) UNRELEASED; urgency=low
3   * Fix dpkg-split --auto to not fail when opening the new depot file.
4   * Fix dpkg-split to correctly set the last part split size.
5   * Fix build failure on DEB_BUILD_OPTIONS=noopt due to a missing <locale.h>
6     include in gettext.h needed by the gettext context functions.
8  -- Guillem Jover <guillem@debian.org>  Fri, 15 Apr 2011 23:57:19 +0200
10 dpkg (1.16.0.1) unstable; urgency=low
12   [ Raphaël Hertzog ]
13   * Fix regression affecting dpkg -R. Closes: #620636
14   * Don't fail during unpack if the system doesn't support changing timestamps
15     of symlinks. Closes: #620679
17  -- Guillem Jover <guillem@debian.org>  Tue, 05 Apr 2011 07:28:20 +0200
19 dpkg (1.16.0) unstable; urgency=low
21   [ Guillem Jover ]
22   * Use DPKG_MAINTSCRIPT_PACKAGE environment variable as package name on
23     dpkg-divert when no --package or --local options have been specified.
24   * Do not allow versions starting with non-digit when doing strict parsing,
25     warn otherwise.
26   * Update dpkg(1) to note that --status-fd output does not contain newlines
27     in error messages anymore (this was fixed in 1.15.0).
28   * Add a new --status-logger option to dpkg, similar to --status-fd but
29     instead invoke the command ourselves and feed the status information
30     to its standard input. Suggested by Raphaël Hertzog.
31   * Add missing space in update-alternative --set-selections output.
32   * Add missing options to update-alternative --help output.
33   * Count “conffile name is duplicated” for dpkg-deb warning count summary.
34   * Improve and clarify strings for translation. Closes: #604914
35   * Prefix all fatal error messages with “error: ”.
36   * Do not check presence of update-rc.d in the PATH in dpkg, as it's not
37     a program needed for dpkg correct operation.
38   * Fix dpkg -GEO options on multiple versions of the same packages.
39     Closes: #31141
40   * Propagate --admindir to programs run from maintainer scritpts.
41     Closes: #97076
42   * Do not fail when trying to remove the root directory. This will only
43     happen either on distributions where dpkg is a foreign package manager,
44     or on artificial dpkg databases.
45   * Always warn when parsing any package control data which does not have
46     an Architecture field except for status and status log files when
47     packages are not-installed or half-installed.
48   * By default reject installing packages w/o an Architecture field. They
49     now need --force-architecture, dpkg will still warn about them though.
50   * Fix build failure when passing --disable-nls to configure.
51   * Do not segfault on “dpkg -i --no-act”.
52   * Add missing semicolon to the vsnprintf() compat declaration.
53     Thanks to Robert Millan. Closes: #612203
54   * On install for Ubuntu adjust the i386 GNU cpu name in cputable.
55     Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #611741
56   * Sync the info database directory on unpack instead of the temporary
57     control information directory, and print the correct pathname on error
58     instead of the last file acted on that directory.
59   * Document in dpkg-query --help output and man page that --list and --show
60     arguments are optional.
61   * Do not read and write the available file unnecessarily.
62     Thanks to Michel Lespinasse <walken@zoy.org>. Closes: #397121
63   * Fix typo in «dpkg-name --overwrite» argument parsing so that it actually
64     works at all. Thanks to Ivan Gagis <igagis@gmail.com>. LP: #728708
65   * Add armhf support to ostable and triplettable. Closes: #594179
66   * Set the modification time for unpacked symlinks on supported systems.
67   * Fix undefined value useage in dpkg-genchanges when adding files w/o a
68     matching architecture, because they are not present in debian/control,
69     this is most commonly the case due to dpkg-distaddfile.
70   * Terminate immediately on dpkg-divert rename errors instead of propagating
71     up the error codes, this improves error reporting and avoids triggering
72     leak detectors. Closes: #620380
73   * When moving a diverted file across filesystems in dpkg-divert, remove
74     the source file.
76   [ Raphaël Hertzog ]
77   * Fail properly when debian/source/format is empty. Closes: #600854
78   * Add new deb-src-control(5) manual page documenting the debian/control
79     file contained in source packages.
80     - it documents the X[SBC]- prefix. Closes: #476335
81     - it documents the VCS-* fields too. Closes: #483119
82     Thanks to Oxan van Leeuwen <oxan@oxanvanleeuwen.nl> who wrote it
83     as part of the Google Code In program.
84   * Enhance dpkg-shlibdeps to not fail immediatly when a library is not found.
85     Instead continue and fail after all problems have been reported. Thanks
86     to Chris Baines <cbaines8@gmail.com> for the patch. Closes: #596841
87   * Fix dpkg-source to not list Debian packaging files as modified
88     upstream files in Format "1.0" when unpacking to a non-standard
89     directory.
90   * Apply patch from Colin Watson to let dpkg-buildflags return -O3
91     instead of -O2 when building ppc64 packages on Ubuntu. Closes: #612472
92   * Add new function get_control_path() to Dpkg::Path, it wraps dpkg-query
93     --control-path.
94   * Update dpkg-shlibdeps to be multiarch-ready:
95     - use get_control_path() to find symbols/shlibs files
96     - parse correctly the output of dpkg --search
97   * Small fix to support files >2GB in .deb on 64-bit systems. Closes: #616502
98     Thanks to Martin Dorey <mdorey@bluearc.com> for the patch.
99   * dpkg-source now keeps the file ordering in the autogenerated patch when
100     regenerating it. Closes: #606080
101     Thanks to Colin Watson for the patch.
102   * dpkg-source now uses a timestamp retrieved from the filesystem when
103     resetting the timestamp of patched files so that a time skew when using
104     NFS doesn't introduce any inconsistency. Closes: #613023
105     Thanks to Jonathan Nieder <jrnieder@gmail.com> for the patch and the
106     diagnosis.
107   * dpkg-source will now remove quilt's .pc directory when --unapply-patches
108     is in use. Closes: #591858
109   * dpkg-source is now a bit less strict when parsing patches:
110     - it accepts seeing the same file twice; Closes: #608829
111     - it doesn't match on the English text "No newline at end of file" as it
112       might be translated in some cases. Closes: #612465
113   * Improve parser in Dpkg::Control::Hash to not require an empty line
114     before the PGP signature. Closes: #617923
115     Thanks to Roger Leigh for the initial patch.
116   * Fix a regression in dpkg-divert where using --rename led to a failure when
117     the rename implies crossing file systems. Thanks to Durk Strooisma for
118     spotting it.
119   * Use the correct mtime when installing a file with statoverrides.
120     Regression introduced in 1.16.0. LP: #739179
121   * Remove duplicate word in german translation of dpkg(1). Closes: #616096
122   * Strip repeated non-significant spaces before and after newlines
123     in Uploaders. Closes: #598922
124   * Ignore whitespaces after options in headers of changelog entries.
125     Closes: #605719
126   * Fix dpkg-source's regression with empty patches (introduced while fixing
127     #613023). Closes: #619541
129   [ Jonathan Nieder ]
130   * Remove support for use of synchronous sync(2), due to its pernicious
131     side-effects and to ease maintenance.
132   * Clarify that an up-to-date dpkg only needs to be unpacked for
133     dpkg-maintscript-helper to work.
135   [ Steve Langasek ]
136   * Add new variables to dpkg-architecture, DEB_HOST_MULTIARCH and
137     DEB_BUILD_MULTIARCH, that return the "ideal" GNU triplet for each
138     architecture which should be used as the path component for library
139     installation.
141   [ Mark Hymers ]
142   * Add support for Built-Using field. Closes: #619311
144   [ Updated programs translations ]
145   * German (Sven Joachim).
146   * Portuguese (Miguel Figueiredo).
147   * Spanish (Javier Fernandez-Sanguino).
148   * Swedish (Peter Krefting).
150   [ Updated man page translations ]
151   * German (Helge Kreutzmann).
152   * Swedish (Peter Krefting).
154   [ Updated scripts translations ]
155   * German (Helge Kreutzmann).
156   * Swedish (Peter Krefting).
158   [ Updated dselect translations ]
159   * Spanish (Javier Fernandez-Sanguino).
161  -- Guillem Jover <guillem@debian.org>  Fri, 01 Apr 2011 23:56:54 +0200
163 dpkg (1.15.8.10) unstable; urgency=low
165   * Do not segfault on “update-alternatives --auto” when the link group only
166     has alternatives which are dangling symlinks. Closes: #611545
168  -- Guillem Jover <guillem@debian.org>  Sun, 30 Jan 2011 20:28:27 +0100
170 dpkg (1.15.8.9) unstable; urgency=low
172   [ Raphaël Hertzog ]
173   * Drop Breaks on konqueror to avoid some lenny -> squeeze upgrade
174     problems. It was only needed to ensure install-info is installed
175     even for partial upgrades. Closes: #610991
176   * Do the same for all emacs/jed packages. For jed, the breaks has been
177     rendered useless as the maintainers dropped the install-info dependencies
178     anyway.
180   [ Updated dpkg translations ]
181   * Remove space before "…" in several Catalan strings (Jordi Mallach).
182   * Romanian (Stan Ioan-Eugen).
184  -- Raphaël Hertzog <hertzog@debian.org>  Mon, 24 Jan 2011 20:24:53 +0100
186 dpkg (1.15.8.8) unstable; urgency=low
188   [ Guillem Jover ]
189   * Truncate the output part file on “dpkg-split -s”. Regression introduced
190     with the C rewrite.
192   [ Updated man page translations ]
193   * Two typos fixed in French (Christian Perrier, thanks to Julien
194     Valroff).
196   [ Raphaël Hertzog ]
197   * Fix multiple security issues with dpkg-source (CVE-2010-1679):
198     - Enhance checks to catch maliciously crafted patches which could modify
199       files outside of the unpacked source package.
200     - Do not consider a top-level symlink like a directory when
201       extracting a tarball.
202     - Exclude .pc while extracting the upstream tarball in 3.0 (quilt)
203       as patch blindly writes in that directory during unpack (and would
204       follow any existing symlink).
206  -- Raphaël Hertzog <hertzog@debian.org>  Thu, 06 Jan 2011 21:04:33 +0100
208 dpkg (1.15.8.7) unstable; urgency=low
210   [ Guillem Jover ]
211   * Defer symlink renames so that there's never a point were a symlink
212     is broken, this is particularly important for shared libraries.
213     Closes: #605536
214   * On Linux use sync_file_range() to initiate asynchronous writeback
215     of just unpacked files. Suggested by Ted Ts'o <tytso@mit.edu>.
216     Thanks to Jonathan Nieder <jrnieder@gmail.com>. Closes: #605009
217   * On non-Linux use posix_fadvise(POSIX_FADV_DONTNEED) to notify the kernel
218     dpkg does not need the unpacked files any longer, and that it can start
219     writeback to be able to evict them from the cache at a later point.
220   * Fix stanza delimiting on -L, -s and -p output. This was making the output
221     for multiple packages unrealiable to parse. Closes: #606315
223   [ Updated dpkg translations ]
224   * Basque (Iñaki Larrañaga Murgoitio). Closes: #607253
225   * Catalan (Guillem Jover).
226   * Czech (Miroslav Kure). Closes: #605099
227   * Esperanto (Felipe E. F. de Castro). Closes: #607437
228   * French (Christian Perrier).
229   * German (Sven Joachim).
230   * Indonesian (Arief S Fitrianto). Closes: #605248
231   * Italian (Milo Casagrande). Closes: #607306
232   * Japanese (Kenshi Muto). Closes: #607259
233   * Norwegian Bokmål (Hans Fredrik Nordhaug).
234   * Portuguese (Miguel Figueiredo). Closes: #605506
235   * Russian (Yuri Kozlov). Closes: #607292
236   * Simplified Chinese (Aron Xu).
237   * Slovak (Ivan Masár). Closes: #607302
238   * Spanish (Javier Fernandez-Sanguino).
239   * Thai (Theppitak Karoonboonyanan). Closes: #607501
241   [ Updated man page translations ]
242   * French (Christian Perrier).
243   * German (Helge Kreutzmann).
244   * Spanish (Omar Campagne).
246   [ Updated dselect translations ]
247   * Spanish (Javier Fernandez-Sanguino).
249   [ Updated scripts translations ]
250   * German (fix by Sven Joachim).
251   * Spanish (Javier Fernandez-Sanguino).
253  -- Guillem Jover <guillem@debian.org>  Mon, 20 Dec 2010 02:26:26 +0100
255 dpkg (1.15.8.6) unstable; urgency=low
257   [ Raphaël Hertzog ]
258   * Ensure debian/source/local-options is always excluded from the source
259     package even if the user provides customized -i or -I options.
260     Closes: #597023
261   * Fix Dpkg::Version's handling of version with a debian revision but an
262     empty version (e.g. "-0.1"). Thanks to James Vega <jamessan@debian.org>
263     for the patch. Closes: #597651
264   * With "3.0 (quilt)" source package, create .pc/.quilt_series with the
265     correct series file if the source package provides vendor specific patch
266     sets.
268   [ Guillem Jover ]
269   * Disable by default usage of synchronous sync(2), as it causes undesired
270     I/O on unrelated file systems. Closes: #588339, #595927, #600075
271   * Add new --force-unsafe-io to disable safe I/O operations on unpack.
272     Closes: #584254
274   [ Updated man page translations ]
275   * French (Christian Perrier). Including a typo fix and a typographical
276     change reported by Vincent Danjean. Closes: #601852
277   * Spanish (Omar Campagne). Closes: #596519
279   [ Updated programs translations ]
280   * Basque (Iñaki Larrañaga Murgoitio). Closes: #599923
281   * Catalan (Jordi Mallach).
282   * Danish (Ask Hjorth Larsen). Closes: #600240
283   * German (Sven Joachim). Improved by Holger Wansing.
284   * Italian (Pietro Battiston). Fix translation of "however". Closes: #602518
285   * Portuguese (Miguel Figueiredo). Closes: #596168
286   * Romanian (Andrei Popescu). Closes: #604769
287   * Russian (Yuri Kozlov). Closes: #595455
288   * Vietnamese (Clytie Siddall). Closes: #598473
290   [ Updated scripts translations ]
291   * Catalan (Jordi Mallach).
292   * German (Sven Joachim).
294   [ Updated dselect translations ]
295   * Catalan (Jordi Mallach).
296   * German (Sven Joachim).
298  -- Guillem Jover <guillem@debian.org>  Thu, 25 Nov 2010 07:10:48 +0100
300 dpkg (1.15.8.5) unstable; urgency=low
302   [ Guillem Jover ]
303   * Do not print a warning when parsing status or status log files on
304     half-installed packages w/o a Description or Maintainer field, as
305     this happens normally when the package was never installed before.
306     Closes: #594167
307   * Improve git format documentation in dpkg-source(1).
308     Thanks to Joey Hess, based on a patch by Tanguy Ortolo.
309   * Clarify effect of “dpkg --purge” on homedir files in dpkg(1).
310     Thanks to The Fungi <fungi@yuggoth.org>. Closes: #593628
311   * Add gettext plurals infrastructure support.
312   * Add gettext messages for plural forms. Closes: #594218
313   * Fix possible but improbable segfault in update-alternatives in case
314     the master file name contains a format string specifier. Reported by
315     Sandro Cazzaniga.
316   * Fix realloc usage on compat scandir() implementation.
318   [ Raphaël Hertzog ]
319   * Fix dpkg-genchanges to not split the short description in the middle of a
320     UTF8 character. Closes: #593442
321   * Drop -k parameter from the tar call used by dpkg-source to extract
322     tarballs. Upstream binary files modified by the packager were not properly
323     installed due to this. Thanks to James Westby for the report.
324     Closes: #594440
325   * Make dpkg Breaks: dpkg-dev (<< 1.15.8) so that older versions of dpkg-dev
326     that did not depend on libdpkg-perl must be upgraded together with dpkg.
327     Closes: #596417
329   [ Helge Kreutzmann ]
330   * Fix encoding of German addendum. Closes: #595643
332   [ Updated programs translations ]
333   * Esperanto (Felipe Castro). Closes: #596173
334   * French (Christian Perrier).
335   * German (Sven Joachim).
336   * Indonesian (Arief S Fitrianto). Closes: #596657
337   * Italian (Milo Casagrande). Closes: #592953, #595615
338   * Japanese (Kenshi Muto). Closes: #595468
339   * Korean (Changwoo Ryu). Closes: #595556
340   * Norwegian Bokmål (Hans Nordhaug). Closes: #595208
341   * Simplified Chinese (Aron Xu). Closes: #594513
342   * Slovak (Ivan Masár). Closes: #595968
343   * Swedish (Peter Krefting).
344   * Thai (Theppitak Karoonboonyanan). Closes: #594011
346   [ Updated man page translations ]
347   * French (Christian Perrier).
348   * German (Helge Kreutzmann).
349   * Swedish (Peter Krefting).
351   [ Updated scripts translations ]
352   * French (Christian Perrier). Includes a fix to a specific
353     message translation that was imprecise. Closes: #596333
354   * German (Helge Kreutzmann). Improved by Holger Wansing.
355   * Norwegian Bokmål (Hans Fredrik Nordhaug). Closes: #595299
356   * Spanish (Omar Campagne).  Closes: #596518
357   * Swedish (Peter Krefting).
358   * Russian (Yuri Kozlov). Closes: #595175
360  -- Guillem Jover <guillem@debian.org>  Tue, 14 Sep 2010 01:26:21 +0200
362 dpkg (1.15.8.4) unstable; urgency=low
364   [ Guillem Jover ]
365   * Fix use after free segfault on update-alternatives --remove-all.
366     Closes: #591653, #591654
367   * Always print a message on warning when parsing control files.
368   * On database parsing only warn on bogus versions previously accepted,
369     the other instances will keep producing errors, to avoid newly
370     introduced bogosity. Closes: #590885, #590896, #591692, #591885
371   * Fix compilation on Solaris and Darwin:
372     - Link update-alternatives against libintl if libc does not have i18n
373       support.
374     - Include <limits.h> for _POSIX_MAX_PATH in update-alternatives.
375     Thanks to Fabian Groffen <grobian@gentoo.org>.
377   [ Raphaël Hertzog ]
378   * Fix make -C man install so that it actually finds the manual pages
379     to install. Closes: #591588
380   * When analyzing the ELF format of a binary in dpkg-shlibdeps, fallback on
381     usual objdump when the cross objdump failed. Closes: #591522
383   [ Sven Joachim ]
384   * Ensure removal of leftover backup .dpkg-tmp files after unpacking
385     failures, when the backup is still a hard link to the original file.
386     Closes: #591993
388  -- Guillem Jover <guillem@debian.org>  Fri, 13 Aug 2010 06:02:10 +0200
390 dpkg (1.15.8.3) unstable; urgency=low
392   [ Raphaël Hertzog ]
393   * Fix dpkg-divert test suite to cope with + and other special characters for
394     regexps in the build directory name. Thanks to Jonathan Nieder for the
395     patch and to Phil Kern for the report. Closes: #591182
397   [ Guillem Jover ]
398   * Fix buffer overflow in dpkg_ar_member_put_header causing it to write the
399     header to fd 0 (instead of ar_fd) depending on the stack layout, affecting
400     armel. Thanks to Phil Kern for the analysis and Reinhard Tartler for the
401     initial patch. Closes: #591312
403  -- Guillem Jover <guillem@debian.org>  Mon, 02 Aug 2010 10:38:07 +0200
405 dpkg (1.15.8.2) unstable; urgency=low
407   * Bump libdpkg-perl Depends on dpkg to 1.15.8, as it will break dpkg
408     versions before that when installing and removing libdpkg-perl,
409     because older update-alternatives and dpkg-divert require Dpkg.pm and
410     Dpkg/Gettext.pm which will disappear due to the Replaces. Closes: #590867
411     Thanks to Sven Joachim <svenjoac@gmx.de> for the analysis.
412   * Allow specifying again absolute and relative paths for dpkg-buildpackage
413     -r option. Closes: #591010
415  -- Guillem Jover <guillem@debian.org>  Sat, 31 Jul 2010 04:20:01 +0200
417 dpkg (1.15.8.1) unstable; urgency=low
419   * Fix off-by-one error in update-alternatives that lead to an infinite loop
420     while writing the administrative file. Closes: #590854
422  -- Raphaël Hertzog <hertzog@debian.org>  Thu, 29 Jul 2010 21:18:16 +0200
424 dpkg (1.15.8) unstable; urgency=low
426   [ Raphaël Hertzog ]
427   * Add new commands --before-build and --after-build to dpkg-source
428     and modify dpkg-buildpackage to call them automatically at the
429     start and at the end of the process. With "3.0 (quilt)" source packages
430     this ensures patches are applied even in case of binary-only builds.
431     Closes: #572526
432   * Merge non-regression test for Ubuntu's specificities concerning
433     changelog handling. Closes: #582389
434   * Fix some copy-paste mistakes in dpkg-architecture(1). Thanks to Ian Fleming
435     <iflema@yahoo.com.au> for the patch and Colin Watson for forwarding out of
436     Launchpad. Closes: #582404 LP: #564308
437   * Clarify description of dpkg --configure in dpkg(1). Thanks to Colin Watson
438     for the patch and to Robert Persson for the report.
439     Closes: #582406 LP: #77287
440   * Fix the non-regression test lib/dpkg/test/t-ar.c by not overflowing the
441     size of ar_name. Thanks to Colin Watson for the report, analysis and patch.
442     Closes: #582401
443   * Modify Dpkg::Shlibs::Objdump to use the cross objdump binary when cross
444     compiling. Thanks to Loïc Minier for the initial patch. Closes: #578365
445   * Make dpkg-maintscript-helper more robust when required parameters are
446     missing. Closes: #582814
447   * Clarify that dpkg-maintscript-helper rm_conffile needs the last version of
448     the package that did not remove the obsolete conffile if this was not
449     implemented at the time the file became obsolete. Closes: #582893
450   * Enhance dpkg-maintscript-helper rm_conffile and mv_conffile to work
451     properly when <lastversion> is not given (or is empty). Closes: #582819
452   * Small fix in dpkg-gensymbols' handling of tags. Closes: #583656
453     Thanks to Michael Tautschnig <mt@debian.org> for the report and the fix.
454   * update-alternatives has been rewritten in C, the only feature change
455     should be that it uses its own logfile /var/log/alternatives.log (rotated
456     like dpkg.log).
457   * Implement new --unapply-patches option for dpkg-source with source formats
458     2.0 and 3.0 (quilt) that unapplies the patches after a successful build.
459     This option can be put in debian/source/local-options in the package VCS
460     repository for instance.
461   * Implement new --abort-on-upstream-changes option for dpkg-source with
462     source formats 1.0, 2.0 and 3.0 (quilt). It aborts every time that you try
463     to build a source package which contains (unmanaged) changes to the
464     upstream source code. Closes: #579012
465   * dpkg-source now captures the output of patch and prints it on error so
466     that the user can better diagnose what went wrong. Closes: #575304
467   * Fix Dpkg::Changelog to cope properly with an entry of version "0".
468     Add non-regression test for this. Closes: #587382
469   * Add --export command to dpkg-buildflags to be used in shell with eval.
470   * Modify source format "3.0 (git)" to use git bundles. Thanks to Joey Hess
471     for the patch.
472     The usage of git bundle avoids distributing cruft. Closes: #477954
473     It's no longer needed to tell which branch contains the debian packaging,
474     it uses automatically the one that was used at build-time. Closes: #534637
475   * Pass --no-name option to gzip to avoid encoding the timestamp in the file
476     so that the result is more predictable. Closes: #587724
477     Also pass --rsyncable to make source packages more rsync friendly.
478   * Replace dpkg-source's tar ignore pattern "*~" with "*/*~" to avoid
479     matching on the top level directory. Closes: #588265
480   * In source formats "2.0" and "3.0 (quilt)", make sure to remove the
481     upstream-provided debian directory before copying the debian-provided
482     version of that directory in place. Closes: #590297
484   [ Guillem Jover ]
485   * Require gettext 0.18:
486     - Remove embedded gettext files from the repository, now properly
487       installed by autopoint for all po/ directories.
488     - Add versioned Build-Depends.
489   * Fix variable usage after delete in dselect.
490   * Change default configure admindir to LOCALSTATEDIR/lib/dpkg from
491     LOCALSTATEDIR/dpkg, so that we can use a correct --localstatedir=/var.
492   * Add two new dpkg options --path-exclude and --path-include for filtering
493     files on package installation. This allows embedded systems to skip
494     /usr/share/doc, manpages, etc. Based on work from Tollef Fog Heen and
495     Martin Pitt, thanks! Closes: #68788, #68861, #497304, #525567, #583902
496   * Remove obsolete internal status aliases “postinst-failed” for
497     stat_halfconfigured and “removal-failed” for stat_halfinstalled.
498   * Check version syntax when parsing it from libdpkg based programs.
499     Closes: #574704
500   * Rewrite mksplit in C, and merge it into dpkg-split.
501   * Rewrite dpkg-divert in C.
502   * Use linux-any wildcard for libselinux1-dev Build-Depends instead of
503     using a list of negated architectures.
504   * Use Breaks instead of Conflicts in dpkg, dpkg-dev and libdpkg-perl binary
505     packages.
506   * Move Dpkg.pm and Dpkg/Gettext.pm from dpkg to libdpkg-perl.
507   * Bump Standards-Version to 3.9.1.
508   * Detect when another process has locked the database, and mention that
509     problematic dpkg --audit results might be due to ongoing operations.
510     Closes: #80252
511   * Add new dpkg --force-confask option that forces a conffile prompt when
512     the conffile from the new package does not differ from the previous one.
513     Thanks to Henning Makholm <henning@makholm.net>. Closes: #102609
514   * On dpkg-divert --rename, check if the source file exists, and disable
515     renaming if it does not. Closes: #550252
516     As a side effect, this avoids useless errors when the destination
517     directory is not existent or writable. Closes: #581544
518   * Properly compute the longest package description from all to be displayed
519     on “dpkg-query --list”, so that it does not get incorrectly trimmed.
520   * Consistently use earlier/later instead of smaller/bigger when describing
521     comparison relationships. Closes: #587641
522   * Stop exporting DPKG_LIBDIR to maintainer scripts, no need for it anymore.
523   * Assign correct SE Linux label on non-regular files. Based on a patch by
524     Russell Coker <russell@coker.com.au>. Closes: #587949
525   * Add -F option to dpkg-buildpackage to be able to explicitly specify a
526     normal full build and combine it with -nc. Closes: #547993
527   * Add missing mentions of the Breaks field alongside the other fields
528     sharing the same syntax in deb-control(5).
529     Thanks to Osamu Aoki <osamu@debian.org>. Closes: #590472
531   [ Updated programs translations ]
532   * Catalan (Guillem Jover).
533   * German (Sven Joachim).
534   * Russian (Yuri Kozlov). Closes: #579149
535   * Swedish (Peter Krefting).
537   [ Updated man page translations ]
538   * German (Helge Kreutzmann).
539   * Russian (Yuri Kozlov). Closes: #579149
540   * Spanish (Omar Campagne).
541   * Swedish (Peter Krefting).
543   [ New scripts translation ]
544   * Spanish (Omar Campagne).
546   [ Updated scripts translations ]
547   * French (Christian Perrier).
548   * German (Helge Kreutzmann). Improved by Holger Wansing.
549   * Russian (Yuri Kozlov). Closes: #579149
550   * Swedish (Peter Krefting).
552  -- Guillem Jover <guillem@debian.org>  Thu, 29 Jul 2010 09:37:35 +0200
554 dpkg (1.15.7.2) unstable; urgency=low
556   [ Raphaël Hertzog ]
557   * Update dpkg-buildflags to respect $XDG_CONFIG_HOME and to use
558     $XDG_CONFIG_HOME/dpkg/buildflags.conf by default.
559   * Update deb-substvars(5) to codify how variables containing multiple
560     lines must be managed.
561   * Fix boolean evaluation of Dpkg::Version so that version 0 evaluates to
562     false and dpkg-shlibdeps can strip the minimal version specification.
563     Closes: #579724
564     Document this behaviour in the API and add non-regression test to ensure
565     it's kept.
566   * Let dpkg-buildflags error out when a required parameter is missing.
567     Closes: #579722
568   * Add Bug-Ubuntu field in DEP-3 template provided in the automatic header
569     of patches in 3.0 (quilt) source packages. Thanks to Benjamin Drung
570     <bdrung@ubuntu.com> for the patch. Closes: #578002
571   * Update deb-override(5) by removing references to usage of sections
572     to place the packages on the mirrors and by indicating that the Debian
573     policy offers a list of allowed values for section and priority.
574     Closes: #575410
575   * Update reference to triggers.txt.gz in dpkg-trigger(1) and deb-triggers(5)
576     to match the new location. Closes: #580774
577   * Drop mention of PKG_CONFIG_LIBDIR in dpkg-buildpackage(1), the feature has
578     been removed in 1.15.6.
579   * Rename /usr/lib/dpkg/maintscript-helper into
580     /usr/bin/dpkg-maintscript-helper, it is a public interface even if working
581     around known limitations.
582   * Add "supports" command to dpkg-maintscript-helper to ensure the wanted
583     command is supported before calling it.
585   [ Guillem Jover ]
586   * Add powerpcspe support to ostable and triplettable.
587     Thanks to Sebastian Andrzej Siewior <sebastian@breakpoint.cc> and
588     Kyle Moffett <Kyle.D.Moffett@boeing.com>. Closes: #568123, #575158
589   * Fix dpkg --root by properly stripping again the root directory from the
590     path of the maintainer script to execute. Closes: #580984
591   * On Linux use sync() instead of an fsync() per file on deferred extraction,
592     to workaround performance degradation on ext4. Closes: #578635
594   [ Gerfried Fuchs ]
595   * Fix syntax error in dpkg-name. Closes: #581315
597  -- Guillem Jover <guillem@debian.org>  Wed, 19 May 2010 07:57:14 +0200
599 dpkg (1.15.7.1) unstable; urgency=low
601   * Fix dpkg-source -b (without -i) for source packages 1.0. Closes: #578693
602     It was erroneously ignoring all changes because the ignore regex was
603     wrong (due to the change to ignore debian/source/local-options).
604   * Add missing call to textdomain() in dpkg-mergechangelogs to make
605     translations work.
607  -- Raphaël Hertzog <hertzog@debian.org>  Thu, 22 Apr 2010 08:05:20 +0200
609 dpkg (1.15.7) unstable; urgency=low
611   [ Raphaël Hertzog ]
612   * Clarify the plan concerning dpkg-source, debian/source/format and
613     the default source format in dpkg-source(1). Add a warning
614     in dpkg-source to invite people to always create debian/source/format.
615     We deprecate the fallback to "1.0" (it's there for backwards compatibility
616     only) and debian/source/format is going to be mandatory at some point in
617     the future. Closes: #553928
618   * Add .gitattributes to list of files ignored by dpkg-source.
619   * Document most common warnings and errors of dpkg-source in its manual
620     page.
621   * Let dpkg-source read options from debian/source/local-options as well but
622     do not include that file in the generated source package.
623   * Improve explanation of --all option in dpkg-parsechangelog(1). Thanks to
624     Jari Aalto. Closes: #575706
625   * Fix dpkg to not lose package metadata on filesystems where readdir()
626     returns new files added after the opendir() call, btrfs in particular
627     triggered the problematic behaviour. Closes: #575891
628   * Tigthen the regex used by dpkg-source to match the component name of
629     supplementary tarballs so that underscore (_) are not allowed as it was
630     supposed to be.
631   * Introduce a new script called dpkg-buildflags: its purpose is to retrieve
632     compilation flags and it should be used within debian/rules to pass
633     the right compilation flags to the build process. dpkg-builpackage still
634     exports them to not break packages currently relying on them but packages
635     should now start using dpkg-buildflags instead. Closes: #560070
636   * For Ubuntu set default value of LDFLAGS to -Wl,-Bsymbolic-functions.
637   * Cleanup some old Conflicts/Replaces, thanks to Helge Kreutzmann.
638   * Modify dselect to treat all unknown package as known and marked for purge.
639     This is a temporary work-around so that dselect doesn't try to reinstall
640     packages of priority > standard that were removed or not installed. Thanks
641     to Robert Luberda for the patch. Closes: #559519, #556889
642   * dpkg now exports DPKG_MAINTSCRIPT_NAME to maintainer scripts with the
643     type of maintainer script currently running (preinst, postinst, prerm,
644     postrm). Closes: #546577
645   * dpkg now exports DPKG_LIBDIR to maintainer scripts pointing to the
646     private directory containing internal programs like the upcoming
647     maintscript-helper.
648   * Add $DPKG_LIBDIR/maintscript-helper program that can be used in
649     maintainer scripts to perform common operations working around
650     current dpkg limitations: first version supports removing obsolete
651     conffiles and renaming conffiles. Closes: #514316
652   * Fix "dpkg-scansources -e", it was calling a non-existing function.
653     Closes: #578162
654   * Add new script dpkg-mergechangelogs to do 3-way merges of Debian
655     changelogs. Add libalgorithm-merge-perl to Recommends for the
656     benefit of this script.
658   [ Colin Watson ]
659   * Modern tar files typically use NormalFile1 rather than NormalFile0 for
660     file objects. A typo meant that the former never triggered rename
661     deferral. Closes: #577756
662   * Use the new list of files on rename deferral instead of old one, so that
663     newly added files get installed.
665   [ Guillem Jover ]
666   * Report deferred trigger errors on status-fd. Closes: #574599
667     Thanks to Michael Vogt <michael.vogt@ubuntu.com>.
668   * When creating hard links to normal files on extraction use the .dpkg-new
669     filename for source as the file is not yet in place due to the rename
670     deferral. Thanks to Colin Watson for the initial patch.
671   * Do not output the Package-Type field on udeb.
672   * Fix versioned Replaces to not produce file overwrite errors on downgrades.
673     Closes: #568566
674   * Fix installation of replaced and replacing packages in reverse order
675     (first the replacing then the replaced) for which the replaced package
676     is supposed to get disappeared, to disappear the correct package and not
677     lose track of the ownership of the replaced files.
679   [ Updated dpkg translations ]
680   * German (Sven Joachim).
682   [ Updated dselect translations ]
683   * German (Sven Joachim).
685   [ Updated man page translations ]
686   * German (Helge Kreutzmann).
688   [ Updated scripts translations ]
689   * German (Helge Kreutzmann).
691  -- Guillem Jover <guillem@debian.org>  Wed, 21 Apr 2010 04:05:55 +0200
693 dpkg (1.15.6.1) experimental; urgency=low
695   [ Guillem Jover ]
696   * Fix two memory leaks introduced in 1.15.6.
697   * Always use C99 variadic macros, as the build requires them anyway, we
698     avoid exposing the configure variable HAVE_C99 on installed headers.
699   * Use __attribute__ keyword depending on compiler support, we avoid
700     exposing the configure variable HAVE_C_ATTRIBUTE on installed headers.
701   * Do not allow a --retry schedule in start-stop-daemon where forever is
702     the last item, as it needs something to repeat over. Closes: #570938
703   * Show dselect dependency/conflicts resolution screen again, by switching
704     the code to use STL's min() and max() instead of preprocessor macros, to
705     avoid multiple evaluation of arguments. Regression introduced in 1.15.6.
706     Based on a patch by Robert Luberda <robert@debian.org>. Closes: #574816
707   * Defer the fsync and rename for normal files in tar extraction so that
708     it's done in one pass afterwards, to avoid massive I/O degradation due to
709     the serialization from each write + fsync. This restores extraction times
710     to numbers closer to the ones before the fsync patch introduced in 1.15.6.
712   [ Raphaël Hertzog ]
713   * Accept source packages without "Format" field for compatibility with very
714     old source packages. Thanks to Colin Watson for the report and the patch.
715     Closes: #574097
717   [ Updated dpkg translations ]
718   * French (Christian Perrier).
719   * Swedish (Peter Krefting).
721   [ Updated scripts translations ]
722   * Swedish (Peter Krefting).
724  -- Guillem Jover <guillem@debian.org>  Wed, 24 Mar 2010 13:56:28 +0100
726 dpkg (1.15.6) experimental; urgency=low
728   [ Raphaël Hertzog ]
729   * debian/control: Add the accent on my first name.
730   * Perl API cleanup:
731     - rename Dpkg::Deps dump() methods into output([$fh]), overload string
732       representation ("$dep") to provide the result of $dep->output()
733     - prefix public functions in Dpkg::Deps with deps_ and export them
734       by default
735     - rename Dpkg::Source::Compressor in Dpkg::Compression::Process
736     - rename Dpkg::Source::CompressedFile in Dpkg::Compression::FileHandle
737       and completely redesign its API
738     - update Dpkg::Compression's API to use compression_* functions
739       instead of granting direct access to variables, integrate
740       there management of default compression
741     - introduce Dpkg::Interface::Storable and update many modules
742       to make use of it
743     - update Dpkg::BuildOptions to provide an object-oriented interface
744     - update Dpkg::Checksums to provide an object-oriented interface
745   * Drop debian-maintainers from Suggests since it's obsolete, the
746     corresponding keyring is in debian-keyring.
747   * Merge support of symbol patterns in dpkg-gensymbols. Thanks to
748     Modestas Vainius for his work (see further for more details).
749   * Accept filename with spaces and colon in the output of objdump.
750     Required so that dpkg-shlibdeps support such files properly.
751     Thanks to Raphaël Geissert for the patch. Closes: #565712
752   * When unpacking a "3.0 (quilt)" source package, tell quilt where
753     patches are (to be) stored. Requires quilt >= 0.48-5 to work.
754     Closes: #557619
755   * Fix update-alternatives to not try to reinstall an unknown alternative
756     when the link group is broken, instead switch to the best choice in
757     automatic mode. Closes: #566406
758   * Don't return duplicate bug numbers in Launchpad-Bugs-Fixed:.
759     Thanks to Brian Murray <brian@ubuntu.com> for the report
760     and the patch. Closes: #569618
761   * Add $VERSION numbers to all perl modules. Closes: #465256
762     1.00 and higher means that the API should be stable
763   * While parsing diff's output, accept any sentence that contains the word
764     differ (as specified by POSIX) to identify that binary files could not be
765     compared. Closes: #570008
766   * dpkg-gencontrol does no longer accept arch-specific dependencies in
767     arch: all packages. Closes: #560071
768   * dpkg-gencontrol no longer warns if a substitution variable provided by -V
769     is not used (the warning is meant to catch unused substitutions coming
770     from the file, those are package specific with debhelper). Closes: #557133
771   * dpkg-gencontrol now indicates which package is concerned by the substvars
772     warning that it displays. Closes: #566837
773   * dpkg-buildpackage now supports options --source-option=<opt> and
774     --changes-option=<opt> to forward arbitrary options to dpkg-source and
775     dpkg-genchanges respectively. Closes: #566230
776   * The -T option of dpkg-{source,gencontrol,genchanges} can now be used
777     multiple times to read substitution variables from multiple files.
778     Closes: #363323
779   * dpkg-source now supports an option --create-empty-orig in formats
780     "2.0" and "3.0 (quilt)" to auto-create the main original tarball when
781     there are supplementary tarballs. This makes it easier to bundle
782     multiple software together. Closes: #554488
783   * dpkg-source supports long option names --diff-ignore and --tar-ignore for
784     -i and -I. A new option --extend-diff-ignore is introduced. Those options
785     can thus now be used in debian/source/options.
786   * Generate manual pages for perl modules.
787   * Introduce the libdpkg-perl package and clarify its status in README.api.
788   * Update Standards-Version to 3.8.4 (no changes needed).
789   * Drop unused lintian override for arch-dep-package-has-big-usr-share on
790     dselect.
791   * The rewritten Dpkg::Checksums deals properly with filenames with
792     spaces. Closes: #572030
793   * dpkg-source does no longer fallback to other source formats if the
794     requested one is not usable. Closes: #557459
795   * Modify dpkg-source to error out when it would apply patches containing
796     insecure paths (with "/../") and also error out when it would apply a
797     patch through a symlink. Those checks are required as patch will happily
798     modify files outside of the target directory and unpacking a source package
799     should not be able to have any side-effect outside of the target
800     directory. Fixes CVE-2010-0396.
801   * Also error out when the quilt series contains a path with "/../" as this
802     can cause patch to create files outside of the source package due
803     to the -B .pc/$path option that it gets.
805   [ Guillem Jover ]
806   * Handle argument parsing in dpkg-checkbuilddeps and dpkg-scanpackages
807     in a way consistent with the rest of the tools.
808   * Recognize --help in addition to -h in dpkg-checkbuilddeps.
809   * Add a --version option to dpkg-checkbuilddeps.
810   * Improve and mark more messages in writedb() to make translators lifes
811     easier. Closes: #408525
812   * Improve update-alternatives --display output to use two leading spaces
813     for current link and slave information. Use single quotes for both “best”
814     and the alternative it's pointing to. Closes: #549167
815   * Refer to “half configured” instead of “failed config” in «dpkg-query -l»
816     header and dselect package status printing for consistency.
817   * Make “dpkg-statoverride --quiet” actually do something, and quiesce
818     most of the inoquous warning messages. Closes: #403211
819   * Make “dpkg-statoverride --update --add” fail if it cannot update the
820     mode and owner of the file. This would fail later on when dpkg itself
821     applies the overrides, so better to signal this earlier.
822   * Add sparc64 to cputable. Thanks to Aurelien Jarno <aurel32@debian.org>.
823     Closes: #560010
824   * Do not allow diverting a file to itself, which makes the file to get
825     removed. Closes: #312206
826   * Make the check for duplicate fields in a stanza in libdpkg actually work,
827     which now makes it fatal, as was intended originally. This should not
828     cause problems for anything using dpkg-dev to build packages as those
829     are already fatal on that case.
830   * Add new deb-split(5) man page.
831   * Fix misspellings of “explicitly” all over the place.
832   * Normalize ar member names when reading (removing trailing spaces and
833     slash), this allows deb-split packages be created with GNU ar.
834   * Validate compression level on dpkg-deb argument parsing.
835   * Fix error handling, clean up and refactor compression code.
836     Thanks to Jonathan Nieder for several of the patches.
837   * Do not print unambiguous epoch on dpkg file overwrite error.
838   * Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn().
839   * Change dpkg-dev to Depend on perl instead of perl5 and perl-modules.
840   * Fix small memory leaks related to scandir() in dpkg-deb and libdpkg.
841   * Fix dpkg-query and dpkg-trigger to actually print a version on --version.
842   * Always spawn a new shell on conffile prompt, instead of supporting
843     self backgrounding, remove DPKG_NO_TSTP environment variable support.
844     Closes: #38334
845   * Set DPKG_SHELL_REASON, DPKG_CONFFILE_OLD and DPKG_CONFFILE_NEW environment
846     variables when spawning a shell for conffile examination. Closes: #60329
847     Thanks to Daniel Martin <Daniel.Martin@jhu.edu> for the idea.
848   * Add support for disabling update-alternatives at configure time using
849     --without-update-alternatives.
850   * Add support for disabling install-info at configure time using
851     --without-install-info.
852   * Update debian/copyright.
853   * Use Debian instead of ‘Debian GNU/Linux’ when referring to the
854     distribution.
855   * On dpkg --no-act with --install, --unpack or --record-avail, and
856     dpkg-deb --info or --field use mkdtemp() to create a temporary directory
857     instead of insecure tempnam() or tmpnam() functions.
858   * Remove --license and --licence options from tools.
859   * Securely remove newly installed files when rolling-back a failed unpack.
860   * Change default lzma compression level from 9 to 6.
861     Thanks to Jonathan Nieder for the initial patch.
862   * Add support for xz compressed data.tar member of binary packages. Add
863     xz-utils to dpkg's Pre-Depends. Closes: #542160
864     Thanks to Jonathan Nieder for the initial patch.
865   * Use xz command to handle lzma compressed files in dpkg and dpkg-dev.
866     This removes the lzma package from both dpkg and dpkg-dev dependencies.
867   * Do not set PKG_CONFIG_LIBDIR in dpkg-buildpackage when cross-building.
868     The proper solution to this is to let the build system choose the
869     appropriate pkg-config binary for the build or host system in the same
870     way pkg.m4 is handling it now. Closes: #551118
871   * Dynamically link against all external libraries. This includes libbz2
872     and zlib for dpkg-deb and and libselinux for dpkg on GNU/Linux.
873   * Mark the libdpkg.a API as volatile and require any possible users to set
874     LIBDPKG_VOLATILE_API to acknowledge that fact.
875   * Add a new libdpkg-dev package with the headers and the static library,
876     although its API should be considered volatile.
877   * Reorganize the doc contents that goes into each package:
878     - README.multicd only in dselect.
879     - README.api only in development packages, dpkg-dev and libdpkg-dev.
880     - triggers.txt only in dpkg-dev.
881   * Move source.lintian-overrides to debian/source/lintian-overrides.
882   * Switch SE Linux support to explicitly set path context. This fixes the
883     mislabeling of files under <admindir> on conffile extraction or on unpack
884     errors, due to improper default context restoration. Closes: #498438
885   * Use FIEMAP when available (on Linux based systems) to sort the .list
886     files loading order. With a cold cache it improves up to a 70%.
887     Thanks to Morten Hustveit <morten@debian.org>.
888   * When FIEMAP is not available use posix_fadvise() to start preloading the
889     .list files before loading them. With a cold cache it improves up to 40%.
890     Thanks to Stefan Fritsch <sf@sfritsch.de>. Closes: #557560
891   * Call fsync(2) after writing files on disk, to get the atomicity
892     guarantees when doing rename(2). Based on a patch by
893     Jean-Baptiste Lallement <jeanbaptiste.lallement@gmail.com>.
894     Closes: #430958
895   * Call fsync(2) on database directories after creating, renaming or
896     unlinking files, to guarantee the new file entry is correctly listed
897     in the directory. Base on a patch by
898     Jean-Baptiste Lallement <jeanbaptiste.lallement@gmail.com>.
899   * Document in the man page the effects of setting TMPDIR for dpkg and
900     dpkg-deb, HOME for dselect and dpkg and PAGER for dpkg. Closes: #572836
901   * Document the exit codes for dpkg-query. Closes: #571798
902   * Document “dpkg-query -l” abbreviated state information in the man page.
903     Based on a patch by Marc-Jano Knopp <pub_br_debian.org@marc-jano.de>.
904     Closes: #383869
905   * Honour LINGUAS environment variable when installing translated man pages.
906   * Allow disabling at configure time Unicode ncurses support for dselect.
907     Based on a patch by Yuri Vasilevski <yvasilev@gentoo.org>.
909   [ Modestas Vainius ]
910   * Implement symbol patterns (Closes: #563752). From now on, it is possible to
911     match multiple symbols with a single entry in the symbol file template.
912     While the concept is not new (wildcards also match multiple symbols),
913     patterns cover much more ground and are a lot more flexible. Together with
914     the framework, 3 basic pattern types are supported:
915     - c++ - matching C++ symbols by their demangled name (as emitted by
916       c++filt);
917     - symver - matching by symbol version. It replaces the wildcards feature
918       which is still supported for backwards compatibility but is reimplemented
919       on top of the new framework;
920     - regex - matching symbol names with perl regular expression.
921     Basic patterns may be combined where it makes sense.
922   * As a positive side effect of the new symbol patterns implementation,
923     patterns are now treated like normal symbols whenever possible, e.g. a
924     pattern is MISSING if it does not match anything. As a result,
925     dpkg-gensymbols is now able to detect NEW/MISSING symbols when patterns are
926     present in the symbol file (Closes: #541464). Please note, however, that
927     there is no way to detect symbol changes in the pattern match sets.
928   * Add source version to the dpkg-gensymbols diff label, reformat it according
929     to the rules of dpkg-name.
930   * Add -a<arch> option to dpkg-gensymbols.
931   * Add -q option to dpkg-gensymbols. -c0 will never fail but still generate a
932     diff. Use -c0 -q to keep dpkg-gensymbols completely quiet as before
933     (Closes: #568228).
935   [ Jonathan Nieder ]
936   * Fix a file handle leak in “dpkg-deb --info”. Thanks to Raphael Geissert
937     for the report and patch.
939   [ Helge Kreutzmann ]
940   * Add dpkg-gensymbols.1 to the translatable man page set.
942   [ Updated dpkg translations ]
943   * Catalan (Guillem Jover).
944   * French (Christian PERRIER).
945   * German (Sven Joachim).
946   * Italian 'Milo Casagrande). Closes: #567531
947   * Simplified Chinese (Aron Xua). Closes: #558794
948   * Slovak (Ivan Masár). Closes: #559269
949   * Swedish (Peter Krefting).
951   [ Updated dselect translations ]
952   * Catalan (Guillem Jover).
953   * French (Christian Perrier).
954   * German (Sven Joachim).
955   * Spanish (Javier Fernández-Sanguino). Closes: #572861
956   * Swedish (Peter Krefting).
958   [ Updated man page translations ]
959   * French (Christian Perrier): correcting inconsistencies for the translation
960     of "original" here and there. Thanks to Julien Valroff for pointing this.
961   * German (Helge Kreutzmann).
962   * Swedish (Peter Krefting).
964   [ Updated scripts translations ]
965   * Catalan (Guillem Jover).
966   * French (Christian PERRIER).
967   * German (Helge Kreutzmann).
968   * Swedish (Peter Krefting).
970  -- Guillem Jover <guillem@debian.org>  Fri, 12 Mar 2010 00:15:31 +0100
972 dpkg (1.15.5.6) unstable; urgency=low
974   * dpkg-source: with format "3.0 (quilt)" ensure quilt's .pc directory is
975     created before trying to register a new patch in .pc/applied-patches.
976     Thanks to Tommi Vainikainen <thv+debian@iki.fi> for the report and the
977     patch. Closes: #561237
978   * Fix dpkg-buildpackage to set "parallel=" in DEB_BUILD_OPTIONS instead of
979     the invalid "parallel=-1" when option "-j" is given. Closes: #562038
980   * Clarify how dpkg-source --print-format works and display messages on
981     STDERR when the requested format is discarded. Closes: #560391
982   * Add ${misc:Depends} in all Depends fields.
984  -- Raphaël Hertzog <hertzog@debian.org>  Fri, 08 Jan 2010 17:57:43 +0100
986 dpkg (1.15.5.5) unstable; urgency=low
988   * Allow again new lines in dpkg-source and dpkg-genchanges on substvar and
989     maintainer arguments.
991  -- Guillem Jover <guillem@debian.org>  Tue, 22 Dec 2009 09:49:49 +0100
993 dpkg (1.15.5.4) unstable; urgency=low
995   * Fix Dpkg::Index::get() and remove(). Thanks to Roderich Schupp
996     <roderich.schupp@googlemail.com> for the patch. Closes: #558595
997   * Modify implementation of "3.0 (quilt)" source format to not be
998     behave differently depending on whether quilt is installed or not.
999     The option --without-quilt is thus gone and dpkg-source creates
1000     and relies on the .pc directory to know whether patches are applied
1001     or not. Closes: #557667
1002   * Add new dpkg-source option --single-debian-patch supported by the source
1003     format "3.0 (quilt)" so that it behaves more like 1.0 and its single diff
1004     that is constantly updated with all upstream changes. Useful if the
1005     workflow is VCS based and can't generate a full patch set.
1006   * dpkg-source now uses debian/source/patch-header as header of the automatic
1007     Debian patch in format "3.0 (quilt)".
1008   * Fix Debian changelog parser so that the trailer line is again checked.
1010  -- Raphaël Hertzog <hertzog@debian.org>  Mon, 07 Dec 2009 09:24:31 +0100
1012 dpkg (1.15.5.3) unstable; urgency=low
1014   [ Raphaël Hertzog ]
1015   * Avoid usage of IO::String in dpkg-scanpackages, rely on Dpkg::IPC
1016     instead to directly get a pipe file descriptor. Closes: #557013
1017   * Put "3.0 (quilt)" in the default list of formats tried by dpkg-source
1018     after "1.0" and before "3.0 (native)".
1019   * Let dpkg-source fail if several upstream orig.tar files are available
1020     (using different compression scheme) since we don't know which one
1021     to use.
1022   * Add missing "use Dpkg::Gettext" in Dpkg::Changelog::Entry::Debian.
1023     Closes: #557668
1024   * When building "3.0 (quilt)" source packages, use QUILT_PATCH_OPTS="-t -F 0
1025     -N -u -V never -g0" so that quilt is as strict as dpkg-source's internal
1026     implementation of quilt. Closes: #557664, #558233
1027   * Before accepting to build a 3.0 (quilt) source packages, ensure that
1028     debian/patches is a directory (or non-existing) and that
1029     debian/patches/series is a file (or non-existing). Closes: #557618
1030   * Dpkg::IPC::fork_and_exec() now includes the changed environment
1031     variables in the default error message displayed when the sub-process
1032     fails.
1034   [ Guillem Jover ]
1035   * Verify that the alternative used in update-alternatives --set has been
1036     registered instead of failing with an undefined value in the slave
1037     method. Closes: #554136
1038   * Strip leading spaces in the first line of a field's value in
1039     Dpkg::Control::Hash. Closes: #557547
1041  -- Guillem Jover <guillem@debian.org>  Fri, 27 Nov 2009 19:23:36 +0100
1043 dpkg (1.15.5.2) unstable; urgency=low
1045   * Change Dpkg::Version API to accept invalid versions by default and add
1046     is_valid() method. The boolean evaluation of a version object returns
1047     true if the version is valid, false otherwise.
1048   * Update dpkg-shlibdeps to always use Dpkg::Version now that it can
1049     contain the empty version string. Closes: #556786
1050   * Keep compatibility with perl 5.8 by avoiding the _ prototype.
1052  -- Raphaël Hertzog <hertzog@debian.org>  Wed, 18 Nov 2009 11:54:50 +0100
1054 dpkg (1.15.5.1) unstable; urgency=low
1056   * Fix build failures due to off_t type mismatch caused by not including
1057     <config.h> first on the unit tests. Suggested by Pierre Habouzit and
1058     Julien Cristau, thanks!
1060  -- Guillem Jover <guillem@debian.org>  Tue, 17 Nov 2009 16:42:00 +0100
1062 dpkg (1.15.5) unstable; urgency=low
1064   [ Guillem Jover ]
1065   * Remove obsolete conffiles on purge. Closes: #421367, #453005, #454628
1066   * Update list of binaries dpkg checks on the PATH.
1067     - Remove install-info, now a wrapper that will disappear soonish.
1068     - Add programs used by dpkg itself: sh, rm, find, tar and dpkg-deb.
1069   * Check and warn on duplicate conffiles in dpkg-deb. Closes: #131633
1070   * Make the upstream build system silent by default with automake 1.11 or
1071     newer, and always verbose when building the Debian packages.
1072   * Fix small leak when parsing ‘--ignore-depends’ option values.
1073   * Define compatibility WCOREDUMP only if the system does not have it.
1074   * When start-stop-daemon fails to set the io scheduling warn instead of
1075     finishing fatally. Closes: #553580
1076   * Update md5 file paths in debian/copyright.
1077     Thanks to Jonathan Nieder <jrnieder@gmail.com>.
1078   * On ‘dpkg-trigger --help’ print the default admindir instead of the one
1079     passed on the command line.
1080   * Abort on configure if the required C99 extensions are not supported.
1081   * Add C coding style document.
1082   * Make dpkg as strict as dpkg-statoverride on input when validating the
1083     parsed data from the statdb.
1084   * Rewrite dpkg-statoverride in C.
1085   * Use C99 snprintf function family semantics to avoid having to call them
1086     in a loop to grow the varbuf buffer. This should reduce memory usage and
1087     be slightly faster on varbufprintf calls.
1088   * Use the size from stat to allocate the buffers for readlink, instead of
1089     indefinitely calling readlink and growing the buffer. This should reduce
1090     memory usage when handling lots of symlinks, and be slightly faster.
1091   * Rework varbuf api to avoid increasing buffers indefinitely when adding
1092     content to them, regardless of space being already available.
1093   * Fix build macros to allow start-stop-deaemon to use TIOCNOTTY.
1094   * Generate the autoconf version from git to make it easier to see when a
1095     snapshot version is being used.
1096   * Add infrastructure for doxygen, for now not installed anywhere.
1097   * Allow overriding the pkg-config path to ease cross-compilation.
1098     Suggested by Tollef Fog Heen <tfheen@err.no>.
1099   * Fix spelling errors in the Catalan translation. Closes: #553328
1100     Thanks to Robert Millan.
1101   * Update the FSF postal address in the source code license headers by
1102     replacing it with a URL to the gnu.org page.
1103   * Fix a file descriptor leak in dpkg-deb.
1104     Reported by Raphael Geissert <atomo64@gmail.com>.
1105   * Fix resource leaks on error conditions in compat scandir.
1106   * Add a new status-fd action when disappearing a package. Closes: #537338
1108   [ Raphaël Hertzog ]
1109   * Add versioned dependency on base-files (>= 5.0.0) to dpkg-dev to ensure
1110     that /etc/dpkg/origins/default exists. Closes: #545274
1111   * Update Standards-Version to 3.8.3 (no changes needed).
1112   * Major changes to the perl API:
1113     - Dpkg::Control is now Dpkg::Control::Info
1114     - Dpkg::Cdata is gone and is replaced by a new Dpkg::Control
1115     - Dpkg::Control::Fields contains authoritative information
1116       about fields allowed in various types of control information
1117       (and can be customized by each vendor). It also integrates
1118       information that was previously available through Dpkg::Deps.
1119     - Dpkg::Changelog has been split in multiple modules and largely
1120       modified to offer an interface that is now more in line with the
1121       other modules.
1122   * All dpkg-* perl programs that work with control information have been
1123     updated to use the new Dpkg::Control interface.
1124     In this process, dpkg-scanpackages has been fixed to not skip non-standard
1125     fields. Closes: #494136
1126   * Create Launchpad-Bugs-Fixed directly in the changelog parsing code thanks
1127     to a new vendor hook post-process-changelog-entry. Closes: #536066
1128   * Integrate dpkg-ftp into dselect. Add the required Replaces and Conflicts.
1129   * dpkg-scanpackages/dpkg-scansources now supports compressed override files.
1130   * dpkg-scanpackages now supports a new --medium option as needed to
1131     generate Packages.cd file for consumption by the multicd dselect access
1132     method. Closes: #402527
1133   * Integrate dpkg-multicd into dselect. Add the required Replaces and
1134     Conflicts. The dpkg-scanpackages fork is dropped. Closes: #516631
1135   * Fix bashisms in dselect multicd access method. Closes: #530070
1136   * Add support of "xz" compression method for source packages. Add dependency
1137     dpkg-dev → xz-utils to ensure xz and unxz are available.
1138   * Fix dpkg-source --include-binaries to correctly compute the path name of
1139     the discovered binary files. Closes: #554612
1140   * Remove extra quoting that should not be there while passing an exclude
1141     file to git ls-files during build of 3.0 (git) source package.
1142     Thanks to Courtney Bane for the patch. Closes: #551829
1143   * Optimize dpkg-source -b by avoiding many diff calls when not required.
1144     Thanks to Mike Hommey for the idea. Closes: #554689
1145   * Add new option --print-format to dpkg-source to be able to know by advance
1146     the source format that would be used during a build.
1147   * Modify dpkg-source -b to use default build options from
1148     debian/source/options. Thus it's now possible to have sticky options, for
1149     example for the choice of a compression method (--compression=<comp>).
1150   * dpkg-source outputs the list of upstream files modified by the diff.gz
1151     (applies only to source packages using format 1.0). Closes: #482166
1152     It also recommends usage of 3.0 (quilt) format during dpkg-source -b if it
1153     detects changes to upstream files that are stored in the .diff.gz.
1154   * Add DEP-3 compliant headers to automatic patches created by dpkg-source
1155     in 3.0 (quilt) source format. Closes: #543581
1156   * Switch dpkg to source format "3.0 (native)" with bzip2 compression.
1158   [ Updated dpkg translations ]
1159   * Czech (Miroslav Kure).
1160   * French (Christian Perrier).
1161   * German (Sven Joachim).
1162   * Italian (Milo Casagrande). Closes: #548615, #555806
1163   * Polish (Wiktor Wandachowicz). Closes: #548541
1164   * Swedish (Peter Krefting).
1166   [ Updated dselect translations ]
1167   * Czech (Miroslav Kure).
1168   * French (Christian Perrier).
1169   * German (Sven Joachim).
1170   * Polish (Wiktor Wandachowicz). Closes: #548541
1171   * Swedish (Peter Krefting).
1173   [ Updated man page translations ]
1174   * French (Christian Perrier).
1175   * French translation error fixed (Christian Perrier)
1176     Thanks to Pietro Battiston for spotting it. Closes: #545446
1177   * German (Helge Kreutzmann).
1178   * Polish (Wiktor Wandachowicz). Closes: #548541
1179   * Swedish (Peter Krefting).
1181   [ Updated scripts translations ]
1182   * German (Helge Kreutzmann).
1183   * Polish (Wiktor Wandachowicz). Closes: #548541
1184   * Swedish (Peter Krefting).
1186  -- Guillem Jover <guillem@debian.org>  Tue, 17 Nov 2009 10:17:57 +0100
1188 dpkg (1.15.4.1) unstable; urgency=medium
1190   * Do not mark any package as unseen in dselect. This is a workaround
1191     until it learns how to store such information again. Closes: #545366
1193  -- Guillem Jover <guillem@debian.org>  Mon, 19 Oct 2009 15:15:17 +0200
1195 dpkg (1.15.4) unstable; urgency=low
1197   [ Guillem Jover ]
1198   * Call _g instead of g_ in dpkg-name.
1199   * Fix inverted logic when deciding to assume the architecture in dpkg-name
1200     when the package didn't have such field.
1201   * Do not take into account Revision and Package_Revision fields in dpkg-name
1202     and dpkg-scanpackages as they have been handled already by “dpkg-deb -I”.
1203   * Switch dpkg-scansources to use Dpkg::Cdata instead of duplicating the
1204     .dsc parsing code. As a side effect it now handles properly bogus files.
1205   * Do not remap obsolete fields in dpkg-scanpackages as they have been
1206     handled already by “dpkg-deb -I”.
1207   * Properly mark packages being purged for disappearance from the database.
1208     This will make the status database not be left behind with traces of old
1209     not-installed packages. Closes: #472208
1210   * On parse mark not-installed leftover packages for automatic removal from
1211     the database on next dump. This obsoletes the --forget-old-unavail option,
1212     thus making it now a no-op. Closes: #33394, #429262
1213   * Document “hold” under package selection states instead of flags in dpkg(1).
1214   * Remove trailing ‘/’ and ‘/.’ from the directory name to be used as the
1215     package name on “dpkg-deb -b”. Closes: #218018, #373602
1216   * Remove obsolete ‘hold’ and ‘hold-reinstreq’ internal status flags.
1217   * Add fakeroot to dpkg-dev Recommends. Closes: #536821
1218   * Fix an always false test when trying to decide which package to deselect
1219     to resolve a dependency problem in dselect.
1220   * Add uClibc Linux support to ostable and triplettable. Closes: #455501
1221   * Add uClinux support to ostable and triplettable.
1222     Thanks to Simon Richter <sjr@debian.org>.
1223   * When aborting due to file conflicts print the version of the conflicted
1224     package. Closes: #540019
1225   * Remove double slash in database path visible to the user in some error
1226     conditions.
1227   * Stop matching sparc64-*-* GNU triplets with sparc Debian architecture.
1228   * Add support for config.d style directories in dpkg and dselect,
1229     (/etc/dpkg/dpkg.cfg.d and /etc/dpkg/dselect.cfg.d respectively).
1230   * Define DPKG_MAINTSCRIPT_ARCH on the maintainer script environment to the
1231     architecture the package got built for.
1232   * Document DPKG_MAINTSCRIPT_PACKAGE maintainer script environment variable
1233     in dpkg man page.
1234   * Document DPKG_RUNNING_VERSION maintainer script environment variable
1235     in dpkg man page.
1236   * Change po4a usage to not create unwanted changes depending if doing out or
1237     in-tree builds.
1238   * Use po4a “--previous” support when updating the man pages.
1239     Suggested by Christian Perrier <bubulle@debian.org>.
1240   * On configuration error print file name and line number.
1241   * Allow quoting values in configuration file options.
1242   * Add new --pre-invoke and --post-invoke hooks in dpkg.
1243   * Add new --control-path command to dpkg-query.
1244   * Use ohshit on bad version syntax in --compare-versions.
1245   * Add Multi-Arch to the list of known binary package fields for dpkg-dev.
1246     Thanks to Steve Langasek <vorlon@debian.org>.
1248   [ Raphaël Hertzog ]
1249   * Replace install-info by a wrapper around GNU's install-info. The wrapper
1250     will be dropped in squeeze+1. dpkg now Breaks: old versions of
1251     info-browsers that do not depend on the new install-info package
1252     that provides the real functionality. Closes: #9771, #523980
1253     See http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo for details.
1254   * Fix dpkg's preinst in case /var/lib/dpkg/alternatives contains unexpected
1255     sub-directories. Closes: #535138
1256     And also when one of the file doesn't contain correct alternatives
1257     information (improper number of lines). Closes: #537558
1258   * Upgrade Standards-Version to 3.8.2 (no changes).
1259   * Update deb-substvars(5) to list fields that do not support substvars.
1260     Closes: #535353
1261   * Fix dpkg-parsechangelog to include all entries with -v0 parameter.
1262     Closes: #537800
1263   * Fix update-alternatives to mention the correct slave link that can't
1264     be installed due to a conflicting file instead of quoting the master link.
1265   * Add support for extra override file in dpkg-scanpackages. Thanks to Robert
1266     Millan for the patch. Closes: #537559
1267   * Add support for extra override file in dpkg-scansources.
1268   * Document format of extra override file in a new manual page
1269     deb-extra-override(5).
1270   * Update sample in dpkg-gensymbols(1) to give an accurate listing of
1271     64 bit arches. Thanks to Julien Cristau for the patch. Closes: #540382
1272   * Create /etc/cron.daily/dpkg to handle the backup of
1273     /var/lib/dpkg/status in /var/backups. This is taken out of the cron
1274     package and need no conflicts/breaks as the code does nothing if
1275     the current status file is already backuped. Thanks to Leo 'costela'
1276     Antunes <costela@debian.org> for the patch. Closes: #541412
1277   * Change behaviour of dpkg --merge-avail to not update a package's
1278     information if the version provided is older than the one already listed
1279     in the available file. Thanks to Ian Jackson
1280     <ian@davenant.greenend.org.uk> for the patch. Closes: #496114
1281   * dpkg-architecture can now export DEB_{HOST,BUILD}_ARCH_{BITS,ENDIAN}
1282     (pointer size and endianness):
1283     - cputable (in dpkg) modified to contain those information
1284     - dpkg-dev depends on dpkg (>= 1.15.4) to ensure that we have an updated
1285       cputable (and so that a versioned build-dependency on dpkg-dev is enough
1286       to use this new feature)
1287     Closes: #531307
1288   * Split overly long Binary: field values over multiple lines. This is
1289     allowed since policy 3.8.3. Closes: #494714
1290   * Improve performance of dpkg-shlibdeps by caching minimal version
1291     associated to each library in Dpkg::Shlib::SymbolFile. Thanks to
1292     Jiří Paleček <jpalecek@web.de> for the patch.
1293   * Slightly improve dpkg-source(1) by giving the section name that we're
1294     referring to. Closes: #544037
1295   * Fix translation error in German manpage of dpkg-buildpackage. Thanks
1296     to Joachim Breitner <nomeata@debian.org>. Closes: #541829
1298   [ Modestas Vainius ]
1299   * Provide a meaningful label for dpkg-gensymbols diff.
1301   [ Updated dpkg translations ]
1302   * Asturian (Marcos Alvarez Costales). Closes: #535327
1303   * French (Christian Perrier).
1304   * German (Sven Joachim).
1305   * Italian (Milo Casagrande). Closes: #536538
1306   * Russian (Yuri Kozlov). Closes: #542254
1307   * Slovak (Ivan Masár). Closes: #537742
1308   * Swedish (Peter Krefting).
1310   [ Updated dselect translations ]
1311   * Russian (Yuri Kozlov). Closes: #542254
1312   * Slovak (Ivan Masár). Closes: #537741
1314   [ Updated man page translations ]
1315   * French (Christian Perrier).
1316   * German (Helge Kreutzmann), proofread by Jens Seidel.
1317   * Swedish (Peter Krefting).
1319   [ Updated scripts translations ]
1320   * French completed (Christian Perrier).
1321   * German (Helge Kreutzmann).
1322   * Russian (Yuri Kozlov). Closes: #542254
1323   * Swedish (Peter Krefting).
1325  -- Guillem Jover <guillem@debian.org>  Sun, 06 Sep 2009 09:37:45 +0200
1327 dpkg (1.15.3.1) unstable; urgency=low
1329   [ Modestas Vainius ]
1330   * Fix wildcard support in symbol files. Closes: #536034
1332  -- Guillem Jover <guillem@debian.org>  Wed, 08 Jul 2009 11:26:36 +0200
1334 dpkg (1.15.3) unstable; urgency=low
1336   [ Guillem Jover ]
1337   * Unset TAR_OPTIONS when extracting .deb archives.
1338   * Use default compressor values in dpkg-source from Dpkg::Source::Compressor.
1339   * Fix dpkg-scanpackages to properly detect spurious overrides.
1340   * Rewrite dpkg-name in perl.
1341   * Do not close already closed files in some error conditions in libdpkg.
1342   * Use the correct units (KiB) in dpkg-split when referring to partsize.
1343   * Document in dpkg-statoverride(8) that mode needs to be specified in
1344     octal. Closes: #534551
1345   * Mark argument names in dpkg-statoverride.1 in italic.
1346   * Explicitly pass field argument to Dpkg::ErrorHandling::unknown().
1347   * Move unknown() from Dpkg::ErrorHandling to Dpkg::Fields.
1349   [ Raphaël Hertzog ]
1350   * Unset TAR_OPTIONS when creating/extracting tar archives for source
1351     packages. Closes: #530860
1352   * Add cleanup of all invalid (master) alternatives in preinst script.
1353     Closes: #530633, #531611, #532739, #521760
1354   * Let update-alternatives fix a manual alternative with a dangling symlink
1355     by switching it to automatic mode. Closes: #529999
1356   * Add missing paragraph separator in dpkg-buildpackage(1). Thanks to Per
1357     Andersson <avtobiff@gmail.com>. Closes: #532769
1358   * Fix English mistake (“as you request” → “as you requested”) in several
1359     places. Thanks to David Stansby for the patch. Closes: #533171
1360   * Support tags before symbols in symbols file contained in source packages.
1361     The first two tags are "optional" (use it to not fail if the symbol might
1362     disappear from the library without breaking the ABI) and "arch" to
1363     restrict the set of architectures where the symbol is supposed to exist.
1364     Thanks to Modestas Vainius <modestas@vainius.eu> for the patch.
1365     See dpkg-gensymbols(1) for more information. Closes: #521551
1366   * Do not include #MISSING lines in symbols files integrated in binary
1367     packages. Closes: #526251
1368   * Assume an implicit version of "Base" for all unversioned symbols
1369     that are merged into a SymbolFile. Closes: #533181
1370   * Add new tag "ignore-blacklist" to force-include symbols which are
1371     normally blacklisted. This can be useful for libgcc to include symbols
1372     that the toolchain allows to be shared but that are often static (and
1373     hence are blacklisted for this reason). Closes: #533642
1374   * In dpkg-source, explicitly pass --keyring ~/.gnupg/trustedkeys.gpg to
1375     gpgv as it does not use it if other --keyring parameters are given.
1376     Closes: #530769
1377   * In dpkg-vendor, allow to use dashes instead of spaces in vendor
1378     filenames. Closes: #532222
1379   * Skip dpkg-genchanges' warning about lower version numbers for backports
1380     (recognized by ~bpo or ~vola in their version number). Closes: #525115
1381   * Support all checksum algorithms in dpkg-scanpackages/dpkg-scansources.
1382     Closes: #533828
1383   * Fix dependency parsing code in Dpkg::Deps to not accept "foo\nbar"
1384     even if foo is valid. Closes: #534464
1385     Thanks to Andrew Sayers for spotting the problem.
1387   [ Joachim Breitner ]
1388   * Warn about unused substvars in dpkg-gencontrol. Closes: #532760
1390   [ Updated dpkg translations ]
1391   * Catalan (Jordi Mallach). Closes: #532109
1392   * Czech (Miroslav Kure).
1393   * German (Sven Joachim). Closes: #534831
1394   * Simplified Chinese (Deng Xiyue). Closes: #531387
1395   * Swedish (Peter Krefting).
1397   [ Updated dselect translations ]
1398   * Czech (Miroslav Kure).
1400   [ Updated man page translations ]
1401   * German (Helge Kreutzmann).
1402   * Swedish (Peter Krefting).
1404   [ Updated scripts translations ]
1405   * German (Helge Kreutzmann).
1406   * Swedish (Peter Krefting).
1408  -- Guillem Jover <guillem@debian.org>  Sat, 27 Jun 2009 19:06:43 +0200
1410 dpkg (1.15.2) unstable; urgency=low
1412   [ Guillem Jover ]
1413   * Fix FTBFS on GNU/Hurd due to a mismatched define usage in
1414     start-stop-daemon. Closes: #530446
1415   * Remove obsolete priorities support from dselect.
1416     Thanks to Sven Joachim <svenjoac@gmx.de>.
1417   * Fix bashism (“echo -e”) in dselect disk setup method. Closes: #530071
1418   * Properly parse fdisk output in dselect disk setup method.
1419   * Fix memory leaks due to not destroying some pkg iterators.
1421   [ Updated dpkg translations ]
1422   * Asturian (Marcos Alvarez Costales). Closes: #529889
1423   * Basque (Piarres Beobide). Closes: #529857
1424   * French (Christian Perrier).
1425   * German (Sven Joachim).
1427   [ Updated man page translations ]
1428   * German (Helge Kreutzmann).
1430   [ Updated dselect translations ]
1431   * French (Christian Perrier).
1433   [ Updated scripts translations ]
1434   * French (Christian Perrier).
1435   * German (Helge Kreutzmann).
1437  -- Guillem Jover <guillem@debian.org>  Tue, 26 May 2009 01:00:36 +0200
1439 dpkg (1.15.1) unstable; urgency=low
1441   [ Raphaël Hertzog ]
1442   * Fix dpkg-genchanges to not include the additional upstream tarballs
1443     when they are not desired (specific to source packages using format 3.0
1444     quilt).
1445   * Call quilt only once to apply all patches instead of once per patch
1446     when building 3.0 (quilt) source packages. Closes: #518453
1447   * Fix dpkg-shlibdeps so that it works again when analyzing binaries
1448     outside of package's directory. Closes: #518687
1449   * Modify dpkg-shlibdeps to let shlibs.local override symbols files too.
1450   * Drop support of debian/control's “Format” field used by dpkg-source while
1451     it's not too late. Instead debian/source/format should be used to indicate
1452     the desired source package format.
1453   * Update deb-triggers(5) and dpkg-trigger(1) to add a reference to
1454     /usr/share/doc/dpkg/triggers.txt.gz. Closes: #519717
1455   * Avoid perl warnings in dpkg-gencontrol and dpkg-genchanges when the
1456     Architecture field is missing in a binary package. Closes: #510282
1457   * Modify Dpkg::Version::check_version() to not die by default.
1458     Closes: #510615
1459   * dpkg-source now ignores all possible vi swap file extensions (and not
1460     only .swp). The corresponding exclude pattern for -I also got tightened to
1461     only catch filenames starting with a dot. Closes: #515540
1462   * dpkg-gencontrol displays a better error message when an ORed dependency
1463     is used in a union field like Conflicts, Replaces or Breaks.
1464     Closes: #489238
1465   * dpkg-source's signature check is now done with gpgv if possible and
1466     timeouts if not completed within 10 seconds. Closes: #490929
1467     When using gpg, use --no-default-keyring to be consistent with gpgv's
1468     behaviour to not use the user's keyring. Closes: #440841
1469   * Update dpkg-dev dependencies: Closes: #472942
1470     - Move gnupg to Recommends. It's needed to sign .dsc and .changes.
1471     - Add gpgv to Recommends. Useful to check signatures of extracted packages.
1472     - Add debian-maintainers to Suggests. Together with debian-keyring they
1473     contain all the GPG keys required to verify official Debian packages.
1474   * Drop /etc/dpkg/origins as it's taken over by base-files (see #487437).
1475   * Fix dpkg-shlibdeps to properly initialize a symbol-based dependency
1476     even when some symbols are associated with a (fake) version "0". Such a
1477     version means that the symbol has always existed in all versions of the
1478     package.
1479   * When dpkg delegates to dpkg-query or dpkg-deb to do the actual work, add
1480     the "--" marker to explicitly document the end of options so that
1481     arguments starting with a dash are not interpreted as options.
1482     Closes: #293163
1483     Thanks to Bill Allombert for the patch.
1484   * dpkg now correctly refuses empty parameters when an integer value is
1485     wanted. Closes: #386197 Based on a patch by Bill Allombert.
1486   * Fix a mistake in the french translation of dpkg's manual page.
1487     Thanks to Jonathan Gibert. Closes: #522032
1488   * Fix dpkg-source to not die when uncompressor processes are killed by
1489     SIGPIPE due to tar closing the pipe without exhausting all the data
1490     available. Closes: #523329
1491   * dpkg-gencontrol now handles properly (empty) dependencies which contain
1492     only spaces. Closes: #522787
1493   * dpkg-source now accepts additional tarballs (in format "3.0 (quilt)")
1494     with a "component" name containing dashes. Closes: #524376
1495   * Fix dpkg-source to not complain on binary files that are ignored and are
1496     not going to be included in the debian tarball of a "3.0 (quilt)" source
1497     package. Closes: #524375
1498   * Bump Standards-Version to 3.8.1 (no change required).
1499   * Do not store usernames and group names in tarballs created by dpkg-source,
1500     they are anyway ignored at unpack time. Closes: #523184
1501   * Fix update-alternatives to not remove real files installed in place of
1502     an alternative link when the corresponding alternative is fully removed.
1503     Closes: #526538
1504   * Add a new dpkg-vendor tool to query vendor information stored in
1505     /etc/dpkg/origins. It can be used in debian/rules to enable different
1506     behaviour depending on the current vendor at the time of the build.
1507     Closes: #498380
1508     Modify dpkg-buildpackage to not set the DEB_VENDOR environment variable,
1509     packages should use the dpkg-vendor program instead.
1510   * Ensure that the automatic patch created in format "3.0 (quilt)" is always
1511     well registered with quilt even when it's updated by a new call to
1512     dpkg-source. Thanks to Goswin von Brederlow for the initial patch.
1513     Closes: #525858
1514   * Do not update/create debian/patches/.dpkg-source-applied during build,
1515     it's only meant to document what patches have been applied at extraction
1516     time. Closes: #525835
1517   * Let dpkg-buildpackage add the missing execute right on debian/rules if
1518     needed. Display a warning when it happens. Closes: #499088
1519   * Allow to combine -nc and -S in dpkg-buildpackage but display a warning
1520     saying that it's not advised. Closes: #304404
1521   * Let dpkg-buildpackage error out with subprocerr() when dpkg-checkbuilddeps
1522     is interrupted/killed by a signal. Closes: #498734
1523   * Fix dpkg-buildpackage/dpkg-genchanges to properly interpret option -v0.
1524     Closes: #475916
1525   * Improves how dpkg-parsechangelog handles non-existing versions
1526     in its --since, --until, --to, --from options. Approximate the intent
1527     by selecting the nearest version instead. Closes: #477638
1528   * Update dpkg-parsechangelog's documentation to make it clearer that spaces
1529     are not allowed between single characters options and their values.
1530     Closes: #494883
1531   * Don't let dpkg-scanpackages complain about missing overrides when
1532     no overrides file has been given. Closes: #468106
1533     Thanks to Piotr Engelking for the patch.
1535   [ Guillem Jover ]
1536   * Fix typo in dpkg output (‘unexecpted’ → ‘unexpected’). Closes: #519082
1537     Thanks to Ivan Masár.
1538   * Sync archtable with architectures currently present in Debian sid.
1539     - Remove m68k.
1540     - Add kfreebsd-i386 and kfreebsd-amd64.
1541   * Add avr32 to cputable. Closes: #523456
1542   * Detect the curses headers to use instead of hardcoding them.
1543   * Make dpkg-source do not set arch:any in .dsc on arch-restricted packages.
1544     Thanks to Philipp Kern <pkern@debian.org>. Closes: #526617
1545   * Add '.hgtags' to the default dpkg-source -i regex and -I pattern.
1546     Closes: #525854
1547   * Use backticks instead of non-portable make $(shell) function in automake.
1548   * Do not install dselect and start-stop-daemon man pages when the programs
1549     have been disabled from configure.
1550   * Move Debian specific keyrings to the Debian vendor class and change the
1551     Ubuntu vendor class to inherit from it.
1552   * Do not set the Arch substvar in dpkg-source, avoiding generating warnings
1553     when there's no compiler present. Closes: #526132
1554   * Preserve faulting errno when printing reason in start-stop-daemon fatal
1555     function.
1556   * Only print fatal errno string in start-stop-daemon if it was non-zero.
1557   * Print the valid values for the IO scheduler class in start-stop-daemon
1558     --help output.
1559   * Print a warning when using obsolete '--print-installation-architecture'.
1560     Closes: #528171
1561   * Remove obsolete --largemem and --smallmem dpkg options.
1562   * Remove obsolete --force-auto-select dpkg option.
1563   * Remove obsolete priorities support from dpkg.
1564   * Remove obsolete 822-date program.
1565   * Do not right justify the database reading progress percent counter.
1566   * Remove deprecated status on substvars for dpkg-source dpkg-genchanges,
1567     and stop producing warnings.
1568   * Make deprecated dpkg-scanpackages --udeb option produce a warning.
1569   * Change dpkg-source --help output to state there's no default substvar
1570     file to match reality.
1571   * Warn in start-stop-daemon if the argument to --name is longer than the
1572     supported kernel process name size. Closes: #353015, #519128
1573   * Do not warn in dpkg-deb when parsing unknown fields with the “Private-”
1574     prefix. Based on a patch by Nils Rennebarth. Closes: #353040
1576   [ Frank Lichtenheld ]
1577   * Dpkg::Version: Remove unnecessary function next_elem which just
1578     replicates the standard shift behaviour.
1580   [ Colin Watson ]
1581   * Add "keyrings" vendor hook, used by dpkg-source to allow vendors to
1582     supply additional keyrings against which source package signatures will
1583     be verified. Implement this for Ubuntu. Closes: #525834
1585   [ Updated dselect translations ]
1586   * German (Sven Joachim).
1587   * Swedish (Peter Krefting).
1589   [ Updated scripts translations ]
1590   * French (Christian Perrier).
1591   * German (Helge Kreutzmann).
1592   * Swedish (Peter Krefting).
1594   [ Added dpkg translations ]
1595   * Asturian (Marcos Alvarez Costales). Closes: #519478, #519813, #519998
1596   * Esperanto (Felipe Castro). Closes: #523023
1598   [ Updated dpkg translations ]
1599   * French (Christian Perrier).
1600   * German (Sven Joachim).
1601   * Slovak (Ivan Masár). Closes: #519084
1602   * Swedish (Peter Krefting).
1603   * Russian (Yuri Kozlov). Closes: #526659
1605   [ Updated man page translations ]
1606   * German (Helge Kreutzmann).
1607   * Swedish (Peter Krefting).
1609  -- Guillem Jover <guillem@debian.org>  Thu, 21 May 2009 06:45:45 +0200
1611 dpkg (1.15.0) experimental; urgency=low
1613   [ Guillem Jover ]
1614   * Do not suggest manually changing the alternative symlinks on
1615     update-alternative's verbose mode. Closes: #412487
1616   * Refactor subprocess signal setup.
1617   * Mark and coalesce similar strings for translation.
1618   * Add '.be' to the default dpkg-source -i regex. Closes: #481716
1619     Based on a patch by Ben Finney.
1620   * Fix link order when using libcompat.a and libintl.a by placing them after
1621     libdpkg.a. Based on a patch by Martin Koeppe. Closes: #481805
1622   * Remove duplicate program name from dpkg-trigger badusage output.
1623   * Trim trailing slash and slash dot from 'dpkg -S' arguments when those
1624     are path names, but not on patterns. Closes: #129577
1625   * Fix the support for passing more than one --status-fd option to dpkg.
1626     Until now only the last one was being used.
1627   * Replace realloc plus error checking usage with m_realloc.
1628   * Add '.hgignore' to the default dpkg-source -i regex and -I pattern.
1629     Closes: #485365
1630   * Support diverting files when origin and destination are on different file
1631     systems. Based on a patch by Juergen Kreileder. Closes: #102144, #149961
1632   * Do not silently enable --rename on dpkg-divert --remove. Closes: #160848
1633   * Do not allocate memory when lstat fails during package upgrade.
1634   * Properly lstat the correct file when using --root on package upgrade.
1635     Thanks to Egmont Koblinger. Closes: #281057
1636   * Print a longer string when a disallowed field value is found when parsing.
1637   * Use $(filter ...) instead of $(findstring ...) to extract space separated
1638     options from DEB_BUILD_OPTIONS in debian/rules.
1639   * Do not leave new conffile as .dpkg-new when it has been diverted, also
1640     properly activate the file trigger for the diverted conffile.
1641     Based on a patch by Timothy G Abbott. Closes: #58735, #476899
1642   * Improve comment on BUGS section in dpkg-deb.1 about lack of authentication
1643     and checksum support in .deb files. Closes: #492052
1644   * Use a troff special character for the copyright symbol on man pages.
1645   * Mark program names in dpkg-trigger.1 in bold.
1646   * Unmark dselect debug messages for translation.
1647   * Use a the warning function to uniformly print all warning messages.
1648   * Properly use internerr to report about programming bugs.
1649   * Do not log repeated strings when the write call wrote partial data.
1650   * Change dir to / after chroot when using --instdir.
1651     Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #509578
1652   * Make dpkg log files user readable. Closes: #480556
1653   * Clarify in the start-stop-daemon man page that the signal sent by default
1654     is TERM not KILL. Closes: #507568
1655   * Warn in dpkg-deb man page that -x will modify the extraction directory
1656     permissions. Closes: #502496
1657   * Make start-stop-daemon behave the same way whether --chuid gets a user
1658     name or a uid. Closes: #368000
1659   * Add new option --procsched to start-stop-daemon to be able to set the
1660     process scheduling policy and priority. Closes: #175740
1661   * Add initial C unit test suite for libdpkg.
1662   * Sanitize --status-fd output by replacing newlines with spaces.
1663     Closes: #505172
1664   * Remove unneeded cpio dependency from dpkg-dev.
1665   * Add kopensolaris support to ostable and triplettable. Closes: #509312
1666   * Document in deb.5 in detail the currently supported format, ar member
1667     names, types of tar archives and data.tar members.
1668   * Print correct feature name on «dpkg --assert-*» failures.
1669   * Add progress reporting to dpkg while reading the file list database.
1670     Based on a patch by Romain Francoise.
1671   * Add new option --iosched to start-stop-daemon to be able to set the
1672     IO scheduling class and priority. Closes: #443535
1673     Thanks to Chris Coulson <chrisccoulson@googlemail.com>.
1674   * Add tar format detection support to the internal extractor.
1675   * Add support for ustar long names using the prefix field. Closes: #474092
1676   * Code refactoring and cleanup, some of the major changes include:
1677     - Use standard interfaces instead of ad-hoc ones.
1678     - Fix memory leaks.
1679     - Fix compilation warnings.
1680     - Constify string members in structures and arguments in functions.
1681     - Make local functions static.
1682     - Remove unused functions, macros and variables.
1683     - Fix and cleanup libcompat broken replacement implementations.
1684     - Reduction of module interdependencies.
1685     - Rename function and variable names to make them more clear.
1686     - Cleanup and split of header files.
1688   [ Raphaël Hertzog ]
1689   * Enhance dpkg-shlibdeps's error message when a library can't be found to
1690     include the ELF format of the desired library. Closes: #474671
1691   * dpkg-gensymbols now refuses empty values for the the -v -P and -e
1692     parameters.
1693   * Update dpkg(1) to refer to conffile whenever we speak of configuration
1694     file handled by dpkg. Thus harmonize vocabulary with the policy. Thanks
1695     to Helge Kreutzmann <debian@helgefjell.de>. Closes: #381219
1696   * Improve error message stating that dpkg is unable to create a file so that
1697     it also refers to the real filename instead of the non-diverted name only.
1698     Thanks to Daniel Hahler for the patch. Closes: #457135
1699   * dpkg-gencontrol can now again read the control file from its standard
1700     input with "-c-". Closes: #465340
1701   * Add DEB_VENDOR environment variable in the build environment to be able
1702     to change behaviour dynamically depending on the vendor of the current
1703     system (or target system when the user overrides DEB_VENDOR by setting
1704     it himself). Closes: #457371
1705   * dpkg-shlibdeps give less strong warnings for symbols not found in NEEDED
1706     libraries when the shared library is a non-public directory and is likely
1707     to be a plugin. Closes: #481165
1708   * Clarify list of packages displayed by dpkg --get-selections and
1709     dpkg-query -l. Thanks to Jidanni. Closes: #487455
1710   * Document -A option in dpkg-buildpackage(1). Closes: #482834
1711   * Add some warning concerning the available file and the related commands.
1712     They are mostly obsolete for APT users. Closes: #481185
1713   * Add new option --listpackage to dpkg-divert. Thanks to Timothy G Abbott
1714     <tabbott@MIT.EDU> for the patch. Closes: #485012
1715   * Add new option --require-valid-signature to dpkg-source. Closes: #390282
1716   * In dpkg-query(1) document the origin of the various fields and warn that
1717     they are not always available. Closes: #488293
1718   * Improve error message in install-info when the file doesn't exist.
1719     Thanks to Thomas Hood <jdthood@yahoo.co.uk>. Closes: #107098
1720   * Use description of installed package as fallback in dselect.
1721     Based on a patch from Bruce Sass <bmsass@shaw.ca>. Closes: #21659
1722   * Reduce memory usage of dselect by avoiding usage of a big infopad.
1723     Thanks to Michel Lespinasse <walken@zoy.org> for the patch.
1724     Closes: #395140
1725   * Largely improve and update dpkg-buildpackage's manual page.
1726   * Clarify two points in dpkg-source(1). Closes: #490693
1727   * Support RUNPATH exactly like RPATH in dpkg-shlibdeps. Closes: #502258
1728     Thanks to Javier Serrano Polo <jasp00@terra.es>.
1729   * Set Standards-Version to 3.8.0 (no changes needed).
1730   * Drop some unneeded lintian overrides.
1731   * Fix a chmod call in dpkg-source to not fail when POSIXLY_CORRECT is set.
1732     Closes: #506028
1733   * Optimize dpkg-shlibdeps by caching parsed symbols files and
1734     objdump objects. Thanks to Modestas Vainius <modestas@vainius.eu> for the
1735     patch. Closes: #503954
1736   * Add new framework to hook vendor-specific logic (see
1737     module Dpkg::Vendor::Default).
1738   * Add Ubuntu vendor object implementing lookup of launchpad bugs in
1739     changelogs and a safety-check for Maintainer fields of forked packages
1740     (launched during source build). Closes: #426752, #499924
1741   * Improve behaviour of update-alternatives --config. Thanks to
1742     Osamu Aoki <osamu@debian.org> for the initial patch. We can know
1743     select between manual and auto in --config and --all. Closes: #392430
1744   * Fix update-alternatives to not switch to manual mode an alternative
1745     with a broken symlink (instead let the current action fix it).
1746     Also ensure that a message is displayed by default when such a switch is
1747     made. Closes: #141325, #87677
1748   * Fix update-alternatives' logic to rename files. It failed to ignore errors
1749     in some cases where it wanted to when the source file didn't exist.
1750     Closes: #99870
1751     This also makes update-alternatives less noisy when this happens since we
1752     don't call mv when we know that it's going to fail.
1753     Closes: #98822
1754   * Properly remove inappropriate slave links in update-alternatives even when
1755     we switch to manual mode with --set or --config. Closes: #388313
1756   * Modify update-alternatives to always remove the alternative group when the
1757     last alternative is removed (even in manual mode).
1758   * Ensure that update-alternative --install fix the links if the alternative
1759     installed is the one currently selected. Closes: #100135
1760   * Let update-alternatives deal with empty files in its administrative
1761     directory by ignoring them. Closes: #457863
1762   * Add new --target and --as-root options to dpkg-buildpackage to call
1763     any debian/rules target with the proper build environment.
1764     Closes: #477916
1765   * Move update-alternatives, dpkg-divert and dpkg-statoverride to /usr/bin
1766     but keep compatibility symlinks in /usr/sbin for the squeeze release
1767     until all maintainer scripts are fixed (see
1768     http://lintian.debian.org/tags/command-with-path-in-maintainer-script.html).
1769     Closes: #216606
1770   * Use dh_lintian to install lintian overrides. Build-Depends on debhelper
1771     (>= 6.0.7) for this. Update debhelper compatibility level to 6 at the same
1772     time.
1773   * Drop cleanup-info script.
1774   * Reset umask to 0022 in dpkg-gencontrol and dpkg-gensymbols to ensure that
1775     files created in the DEBIAN directory have sane permissions.
1776     Closes: #516481
1777   * Rewrite update-alternatives (so that we can understand it again) and
1778     implement new features on top of it:
1779     - the --config output is now sorted. Closes: #437060
1780     - it now logs information to /var/log/dpkg.log. Closes: #445270
1781     - it forbids reusing master alternative as slave and vice-versa.
1782       Closes: #342566
1783     - it forbids reusing alternative links managed by other alternatives
1784     - new sanity checks on --install parameters. Closes: #423176
1785     - install slave link only if the corresponding slave file is available.
1786       Closes: #143701
1787     - new option --get-selections to export the configuration of all
1788       alternatives. It's a simple way to discover the name of all available
1789       alternatives. Closes: #273406, #392429
1790     - new option --set-selections to reconfigure a set of alternatives in
1791       a single command.
1792   * Document in update-alternatives(8) how one can repair all broken
1793     alternatives with a single command. Closes: #250258, #395556
1794   * Modify dpkg-gensymbols to replace #PACKAGE# on the fly while installing
1795     symbols files so that package having libraries whose name varies between
1796     architectures do not need to hardcode the package name. Closes: #517264
1798   [ Pierre Habouzit ]
1799   * Add a --query option to update-alternatives. Closes: #336091, #441904
1801   [ Updated scripts translations ]
1802   * Polish (Wiktor Wandachowicz). Closes: #514106
1804   [ Updated manpages translations ]
1805   * Polish (Wiktor Wandachowicz). Closes: #514106
1807   [ Updated dpkg translations ]
1808   * Portuguese (Miguel Figueiredo).
1809   * Korean (Changwoo Ryu).
1810   * Romanian (Eddy Petri?or)
1811   * Slovak (Ivan Masár). Closes: #514490
1813  -- Guillem Jover <guillem@debian.org>  Mon, 02 Mar 2009 06:13:53 +0200
1815 dpkg (1.14.25) unstable; urgency=low
1817   [ Guillem Jover ]
1818   * Fix typo in package description ('privides' -> 'provides').
1819     Thanks to Pascal De Vuyst <pascal.devuyst@gmail.com>. Closes: #510755
1820   * Do not lose conffiles while replacing them from another package on the
1821     same install run. Closes: #513857
1822     As a side effect this fixes the following symptoms:
1823     - Do not do unneeded conffile prompts when it wasn't locally changed.
1824     - Do not ensure (and thus do not output debug information) that the
1825      .dpkg-new and .dpkg-tmp directories for an existing directory do not
1826       exist. Closes: #80416
1828   [ Raphaël Hertzog ]
1829   * dpkg-deb now always produces GNU tarballs inside .deb and ignores
1830     TAR_OPTIONS. Closes: #513863
1832   [ Updated dpkg translations ]
1833   * Basque (Piarres Beobide). Closes: #506092, #509851
1834   * Simplified Chinese (Deng Xiyue). Closes: #506177
1835   * Traditional Chinese (Tetralet). Closes: #513312
1837   [ Updated dselect translations ]
1838   * Basque (Piarres Beobide). Closes: #509852
1839   * Norwegian Bokmål (Hans F. Nordhaug).
1840   * Portuguese (Miguel Figueiredo). Closes: #509904
1842   [ Updated scripts translations ]
1843   * Add missing space in French translation.
1844     Thanks to Cyril "Oeil de lynx" Brulebois.
1846  -- Guillem Jover <guillem@debian.org>  Tue, 03 Feb 2009 00:00:41 +0200
1848 dpkg (1.14.24) unstable; urgency=low
1850   [ Raphaël Hertzog ]
1851   * Fix parsing of objdump output (by dpkg-shlibdeps) in a special case where
1852     the symbol name is separated only with a single space. Closes: #506139
1853   * Fix dpkg-shlibdeps behaviour when Build-Depends-Package is used in the
1854     symbols file. It was merging all dependency templates into the generated
1855     dependency instead of simply modifying the minimal version. Thanks to
1856     Modestas Vainius <modestas@vainius.eu>. Closes: #507346
1857   * Fix dpkg-source to correctly extract a source package even when called
1858     from a non-writable directory when a target directory has been specified
1859     on the command line. Closes: #507217, #507219
1861   [ Guillem Jover ]
1862   * Do not allow installing packages with non-obsolete conffiles owned by
1863     other packages without a proper Replaces field. Closes: #508392
1865   [ Updated dselect translations ]
1866   * Galician (Marce Villarino). Closes: #509887
1868   [ Updated dpkg translations ]
1869   * Galician (Marce Villarino). Closes: #509150
1870   * Vietnamese (Clytie Siddall). Closes: #509424
1872   [ Updated scripts translations ]
1873   * Improve German translation.
1875  -- Guillem Jover <guillem@debian.org>  Mon, 29 Dec 2008 05:38:31 +0100
1877 dpkg (1.14.23) unstable; urgency=low
1879   [ Raphaël Hertzog ]
1880   * Blacklist "__gnu_local_gp" symbol for dpkg-gensymbols. Closes: #500188
1881     Thanks to Thiemo Seufer <ths@debian.org>.
1882   * Important bugfix in dpkg-gensymbols for people using includes in symbol
1883     files: the current object didn't flow back from the included file to
1884     the including file.
1885   * Fix Dpkg::Version comparison code. Closes: #504135
1887   [ Guillem Jover ]
1888   * Untangle fatal abort condition from the “too many errors” one in the
1889     archives and packages processing loop. Closes: #367226
1890   * Abort on unrecoverable fatal errors instead of continuing execution, as
1891     the recovery code assumed the execution would not be reaching it again
1892     and some times bogus update files were created either with incompletely
1893     written content or with '#padding' lines. Closes: #497041, #499070
1895   [ Updated dpkg translations ]
1896   * Brazilian Portuguese (Felipe Augusto van de Wiel).
1897   * Catalan (Jordi Mallach).
1898   * Czech (Miroslav Kure). Closes: #505910
1899   * French (Christian Perrier)
1900   * German (Sven Joachim).
1901   * Greek (Emmanuel Galatoulas). Closes: #498585
1902   * Japanese (Kenshi Muto).
1903   * Korean (Changwoo Ryu). Closes: #505777
1904   * Norwegian Bokmål (Hans F. Nordhaug).
1905   * Polish (Wiktor Wandachowicz).
1906   * Portuguese (Miguel Figueiredo). Closes: #505869
1907   * Russian (Yuri Kozlov). Closes: #499028, #505735
1908   * Romanian (Eddy Petri?or).
1909   * Slovak (Ivan Masár). Closes: #506024
1910   * Spanish (Javier Fernandez-Sanguino). Closes: #505836
1911   * Swedish (Peter Krefting).
1913   [ Updated scripts translations ]
1914   * Fix typo in Russian. Closes: #499736
1915   * Fix wrong translation in French. Closes: #504123
1916   * French (Christian Perrier).
1918   [ Updated manpages translations ]
1919   * German (Helge Kreutzmann).
1921  -- Guillem Jover <guillem@debian.org>  Tue, 18 Nov 2008 11:50:56 +0200
1923 dpkg (1.14.22) unstable; urgency=low
1925   [ Raphaël Hertzog ]
1926   * The last "small fix" actually broke conversion of source packages to
1927     "3.0 (quilt)" format when they have local changes and no pre-existing
1928     quilt series file. Now always provide a valid name in QUILT_SERIES.
1929     Closes: #496920
1930   * Fix permissions of the automatically generated patch in "2.0" and "3.0
1931     (quilt)" format. They were improperly set to 0600 due to tempfile()
1932     and were not reset to a sane value. Closes: #496925
1933   * Fix dpkg-gensymbols to not scan (real) directories accessed through a
1934     symlink contained in the build tree as they may well not be part of
1935     the package (with absolute symlinks). It was already skipping symlinks
1936     (since 1.14.16.6) for similar reasons.
1938   [ Updated dpkg translations ]
1939   * Basque (Piarres Beobide). Closes: #496753
1940   * Brazilian Portuguese (Felipe Augusto van de Wiel).
1941   * Galician (Jacobo Tarrio).
1942   * Norwegian Bokmal (Hans Fredrik Nordhaug). Closes: #497309
1943   * Swedish (Daniel Nylander and Peter Krefting).
1944   * Vietnamese (Clytie Siddall). Closes: #497893
1946   [ Updated manpages translations ]
1947   * Swedish (Peter Krefting).
1949   [ Updated scripts translations ]
1950   * Swedish (Peter Krefting).
1952  -- Raphaël Hertzog <hertzog@debian.org>  Fri, 05 Sep 2008 16:54:45 +0200
1954 dpkg (1.14.21) unstable; urgency=low
1956   [ Raphaël Hertzog ]
1957   * Small fix in "3.0 (quilt)" source format when using non-standard name
1958     of the quilt series.
1959   * Handle debian.tar.gz files like diff.gz in dpkg-buildpackage and
1960     dpkg-genchanges to detect the kind of upload.
1961   * Add "armel" to /usr/share/dpkg/archtable. Closes: #487768
1962   * Modified Dpkg::BuildOptions to recognize and use spaces as separator
1963     in DEB_BUILD_OPTIONS (in order to conform with the Debian policy
1964     ruling established in #430649). Closes: #486937
1965   * Fix dpkg-source to not use -i and -I by default with "1.0" source
1966     packages. Closes: #495138
1968   [ Guillem Jover ]
1969   * When loading the status file fix up any inconsistent package in state
1970     triggers-awaited w/o the corresponding package with pending triggers.
1971     Closes: #487637, #486843, #489068
1972   * Fix --no-act in triggers related code. Closes: #495097
1973   * Do not assert when dpkg stops processing packages due to too many
1974     errors occurred while configuring or removing packages.
1975     Thanks to Ian Jackson <ian@davenant.greenend.org.uk>. Closes: #483655
1976   * Move lzma from dpkg Suggests to Pre-Depends. Closes: #456332
1977   * Match description of -si option in dpkg-buildpackage to the one in
1978     dpkg-genchanges. Closes: #493743
1979   * Close --status-fd file descriptors on exec, so that they are not
1980     inherited by the childs. Closes: #471488, #487684
1981   * State that the preferred front-end is aptitude and replace one instance
1982     of dselect usage with apt-get. Closes: #483785
1984   [ Updated manpages translations ]
1985   * French (Florent Usseil).
1986   * German (Helge Kreutzmann).
1988   [ Updated scripts translations ]
1989   * Russian (Yuri Kozlov). Closes: #490076
1990   * German (Helge Kreutzmann).
1992   [ Updated dpkg translations ]
1993   * Basque (Piarres Beobide). Closes: #490905
1994   * Czech (Miroslav Kure).
1995   * French (Christian Perrier).
1996   * German (Sven Joachim).
1997   * Korean (Changwoo Ryu).
1998   * Romanian (Eddy Petri?or).
1999   * Russian (Yuri Kozlov). Closes: #488689
2000   * Simplified Chinese (Deng Xiyue). Closes: #496176
2001   * Slovak (Ivan Masár). Closes: #488903, #495505
2002   * Thai (Theppitak Karoonboonyanan). Closes: #488090
2004   [ Added dpkg translations ]
2005   * Lithuanian (Gintautas Miliauskas). Closes: #493326
2007   [ Updated dselect translations ]
2008   * Romanian (Eddy Petri?or).
2010  -- Guillem Jover <guillem@debian.org>  Tue, 26 Aug 2008 05:32:39 +0300
2012 dpkg (1.14.20) unstable; urgency=low
2014   [ Guillem Jover ]
2015   * Change UTF-8 '©' to '(C)' in deb-version.5 (unfuzzy translations).
2016   * Document --force-breaks in 'dpkg --force-help' output.
2017   * Document triggers --debug values in dpkg.1. Thanks to Sven Joachim.
2018   * Improve package descriptions for dpkg, dpkg-dev and dselect.
2019     Thanks to Justin B Rye for the review and corrections. Closes: #484002
2020   * When dpkg-divert does renames do no check the target file if the source
2021     does not exist and the rename is thus being disabled. This also allows
2022     to remove bogus diversions. Closes: #476973, #469033
2023   * Properly close triggers 'File' file, so it does not get leaked to childs.
2025   [ Raphaël Hertzog ]
2026   * Add missing 'use File::Path' in Dpkg::Source::Package::V3::quilt.
2027   * Use debian/patches/debian-changes-<version> (without the trailing ".diff")
2028     as default name for the automatic patch created by the format "3.0
2029     (quilt)". This ensures a saner cohabitation with patch systems that
2030     apply all of debian/patches/*.{diff,patch}.
2031   * Improve patch parser to accept more patches that are accepted by patch
2032     itself.
2033   * Correctly skip comments in quilt series files (concerns "3.0 (quilt)" source
2034     packages). Closes: #486323
2035   * The automatically created patches (in source package formats "2.0" and
2036     "3.0 (quilt)") will now contain "/dev/null" as previous filename when the
2037     patch creates a new file (instead of putting the same name).
2038   * Set PERL_DL_NONLZY to 1 in perl scripts that are likely to be called in
2039     package's configuration scripts to work around the perl bug #479711.
2041   [ Helge Kreutzmann ]
2042   * Fix a typo in dselect.1.
2044   [ Updated dpkg translations ]
2045   * Basque (Piarres Beobide). Closes: #481043
2046   * Brazilian Portuguese (Felipe Augusto van de Wiel).
2047   * Catalan (Jordi Mallach). Closes: #383448
2048   * Czech (Miroslav Kure).
2049   * French (Christian Perrier).
2050   * Galician (Jacobo Tarrio). Closes: #483441
2051   * German (Sven Joachim).
2052   * Norwegian Bokmal (Hans Fredrik Nordhaug). Closes: #480626
2053   * Polish (Wiktor Wandachowicz).
2054   * Simplified Chinese (Deng Xiyue). Closes: #483143
2055   * Swedish (Peter Karlsson).
2056   * Vietnamese (Clytie Siddall). Closes: #481199
2058   [ Updated manpages translations ]
2059   * German (Helge Kreutzmann).
2060   * Polish (Wiktor Wandachowicz).
2061   * Swedish (Peter Karlsson).
2063   [ Updated scripts translations ]
2064   * French (Christian Perrier).
2065   * German (Helge Kreutzmann).
2066   * Polish (Wiktor Wandachowicz).
2067   * Russian (Yuri Kozlov).
2068   * Swedish (Peter Karlsson).
2070   [ Updated dselect translations ]
2071   * Brazilian Portuguese (Felipe Augusto van de Wiel).
2072   * Polish (Wiktor Wandachowicz).
2074  -- Raphaël Hertzog <hertzog@debian.org>  Wed, 18 Jun 2008 09:33:54 +0200
2076 dpkg (1.14.19) unstable; urgency=low
2078   [ Guillem Jover ]
2079   * Fix a double-free by setting scontext to NULL after calling freecon.
2080     Based on a patch by Russell Coker. Closes: #474339
2081   * Add missing import of internerr in Dpkg::Source::Patch.pm.
2082     Thanks to Marco d'Itri. Closes: #479205
2083   * Consider also custom Package-Type fields when printing warnings in
2084     dpkg-gencontrol. Closes: #452273
2086   [ Raphaël Hertzog ]
2087   * Add missing import of subprocerr in Dpkg::Source::Package. Thanks to Sven
2088     Joachim for the patch.
2089   * Handle symlinks better when deciding if dpkg-source has to copy the
2090     original tarball in the current extraction directory. Closes: #475668
2091   * Fix the dpkg-source error message about unrepresentable changes to
2092     source because the type of a file changed (new and old were inverted).
2093   * Fix dpkg-genchanges to detect udeb based on Package-Type control
2094     header instead of file extension analysis on uploaded files.
2095     Closes: #476113
2096   * Fix dpkg-source to grant correct permissions to tarballs of native
2097     source packages. Closes: #477784
2098   * Add Conflicts: devscripts (<< 2.10.26) to ensure that people are
2099     using versions of debsign/mergechanges that support the Checksums fields
2100     in *.dsc and *.changes.
2101   * Cleanup the various Conflicts/Replaces fields to remove references
2102     to package that have disappeared before sarge (this includes dpkg-doc-ja,
2103     dpkgname, and dpkg-static which has never officially been built).
2104     dpkg-iasearch has been kept as popcon still reports a few installations.
2105   * Collapsed multiple conflicts of dpkg with old versions of dpkg-dev
2106     in a single Conflicts: dpkg-dev (<< 1.14.16).
2107   * The "3.0 (quilt)" source package format now parses correctly series files
2108     with patch options and warn if something else than -p1 is used.
2109   * Change the way dpkg-source finds the perl object to use to unpack/build
2110     a source package to ignore the minor part of the Format: version.
2111     For example "1.0" and "1.1" would both map to Dpkg::Source::Package::V1
2112     instead of ::V1_0 and ::V1_1 before. Similarly "3.0 (quilt)" now maps to
2113     ::V3::quilt instead of ::V3_0::quilt.
2114   * Fix changelog parser to not fail when an unexpected changelog entry
2115     appears without the preceding heading line. Closes: #478925
2116   * Change the "2.0" and "3.0 (quilt)" source packages to refuse by default
2117     binary files in the debian sub-directory. They have to be whitelisted
2118     through debian/source/include-binaries. Closes: #473041
2119   * Make sure triggers are activated when a file is removed in a directory
2120     shared by multiple packages. Closes: #479850
2122   [ Helge Kreutzmann ]
2123   * Minor fixes and clarifications to man pages.
2125   [ Updated dpkg translations ]
2126   * Brazilian Portuguese (Felipe Augusto van de Wiel). Closes: #480579
2127   * Czech (Miroslav Kure).
2128   * French (Florent Ussel).
2129   * Galician (Jacobo Tarrio).
2130   * German (Sven Joachim).
2131   * Polish (Wiktor Wandachowicz).
2132   * Portuguese (Miguel Figueiredo).
2133   * Russian (Yuri Kozlov). Closes: #478827
2134   * Slovak (Ivan Masár). Closes: #478897
2135   * Swedish (Peter Karlsson).
2137   [ Updated manpages translations ]
2138   * German (Helge Kreutzmann).
2139   * Polish (Wiktor Wandachowicz).
2140   * Swedish (Peter Karlsson).
2142   [ Updated scripts translations ]
2143   * German (Helge Kreutzmann).
2144   * Polish (Wiktor Wandachowicz).
2145   * Russian (Yuri Kozlov). Closes: #479142
2146   * Swedish (Peter Karlsson).
2148   [ Updated dselect translations ]
2149   * Brazilian Portuguese (Felipe Augusto van de Wiel).
2150   * Czech (Miroslav Kure).
2151   * French (Christian Perrier).
2152   * German (Sven Joachim).
2153   * Russian (Yuri Kozlov). Closes: #478802
2154   * Slovak (Ivan Masár). Closes: #479007
2156  -- Guillem Jover <guillem@debian.org>  Mon, 12 May 2008 08:33:07 +0300
2158 dpkg (1.14.18) unstable; urgency=low
2160   [ Guillem Jover ]
2161   * Bump po4a version in Build-Depends to 0.33.1-1, as usage of UTF-8
2162     in original man pages was causing build failures. Closes: #473498
2163   * Add triggers documentation to dpkg-dev. Closes: #473449
2164   * Add deb-triggers.5 and dpkg-trigger.1 man pages, and document new
2165     statuses and options in dpkg.1.
2167   [ Raphaël Hertzog ]
2168   * When dpkg-source builds a source package of Format: 2.0 or 3.0 (quilt) it
2169     applies the patches before the build if
2170     debian/patches/.dpkg-source-applied doesn't exist. This file is created
2171     during extraction if patches are applied, and is auto-excluded from the
2172     debian tarball. This enables on-the-fly conversion of source packages from
2173     Format: 1.0 to Format: 3.0 (quilt) without manual intervention of the
2174     user. This feature can be disabled with the option --no-preparation.
2175   * The dpkg-source option --skip-patches disables application of patches
2176     during extraction of source packages using Format: 2.0 or Format: 3.0
2177     (quilt).
2178   * Ensure the Files field is last in *.dsc and *.changes. This is a
2179     work-around for some braindead dsc parsers (dupload and sbuild for
2180     instance, see #473518 and #470440).
2181   * Initialize dependencies for libraries having symbols files with the
2182     smallest minimal version listed in the symbols file instead of using
2183     an unversioned dependency. It's the only way to ensure the library
2184     presence if it wasn't available in all versions of the package that ever
2185     existed. Closes: #474079
2186   * Don't use the -p option of diff for Format: 1.0 source packages.
2187     dpkg-source of sarge doesn't accept data after @@. Closes: #474417
2189   [ Updated dselect translations ]
2190   * German. (Sven Joachim).
2191   * Swedish (Peter Karlsson).
2193   [ Updated dpkg translations ]
2194   * Portuguese (Miguel Figueiredo).
2195   * Simplified Chinese (Deng Xiyue). Closes: #473523
2196   * Swedish (Peter Karlsson).
2197   * Vietnamese (Clytie Siddall). Closes: #473726
2199   [ Updated manpages translations ]
2200   * German (Helge Kreutzmann).
2201   * Swedish (Peter Karlsson).
2203   [ Updated scripts translations ]
2204   * German (Helge Kreutzmann).
2205   * Swedish (Peter Karlsson).
2207  -- Guillem Jover <guillem@debian.org>  Tue, 08 Apr 2008 07:00:10 +0300
2209 dpkg (1.14.17) experimental; urgency=low
2211   [ Guillem Jover ]
2212   * Replace strdup plus error checking usage with a new m_strdup function.
2213     Closes: #379028
2214   * Add new keybinding in dselect to restore all selections back to
2215     whatever's currently installed. Closes: #151540
2216     Thanks to Colin Watson.
2217   * Use system timersub and fix timeval normalization in multiplication in
2218     start-stop-daemon. Thanks to Andreas Påhlsson. Closes: #462225
2219   * Cosmetic fixes to start-stop-daemon output and man page. Document that
2220     --chuid will change the group even if it has not been specified. Add
2221     EXIT STATUS and EXAMPLE sections to man page. Thanks to Justin Pryzby.
2222   * Add Raphaël Hertzog to Uploaders, and remove Brendan O'Dea and
2223     Christian Perrier with their permission.
2224   * Use functions from libcompat when those are not provided by the system.
2225     - Add strnlen to libcompat.
2226     - Link programs against libcompat which provides obstack. Closes: #142042
2227   * Change dpkg-gencontrol to not output the Homapage field on udeb.
2228   * Reintroduce 'no-debsig' back in dpkg.cfg to avoid failing to install any
2229     package when debsig-verify is installed. Closes: #311843
2230   * Fix some small memory leaks. Closes: #469520
2231     Thanks to Sean Finney.
2232   * Correct broken dselect logic for self-conflicting packages.
2233     Thanks to Ian Jackson.
2234   * Implement 'Breaks' properly in dselect. Closes: #448946
2235     Thanks to Ian Jackson.
2236   * Fix erroneous description of Breaks in dselect output.
2237     Thanks to Ian Jackson.
2238   * Allow compilation with --disable-nls on systems without libintl.h where
2239     a non glibc claims to be glibc. Closes: #465420
2240   * Fix crash when a .deb file becomes unreadable while dpkg is starting.
2241     Thanks to Ian Jackson. Closes: #255882
2242   * Few file descriptor cleanup and error handling fixes.
2243     Thanks to Ian Jackson. Closes: #443338
2244   * Move test suite invocation to a new check target in debian/rules.
2245   * Add support for nocheck DEB_BUILD_OPTIONS in debian/rules, so that the
2246     dpkg test suite can be skept if desired.
2247   * Improve log and status-fd output by printing more status change updates
2248     and actions. Thanks to Ian Jackson.
2249   * Implement triggers support. Thanks to Ian Jackson.
2250     Closes: #17243, #68981, #215374, #217622, #248693, #308285
2252   [ Raphaël Hertzog ]
2253   * Add a warning displayed by dpkg-genchanges if the current version is
2254     smaller than the previous one. Closes: #4655
2255   * Add -d and -c options in dpkg-checkbuilddeps to override
2256     build-depends/conflicts. Closes: #114774
2257   * Include list of libraries in dpkg-gensymbols' warning about new/lost
2258     libraries.
2259   * Add -R option to dpkg-buildpackage so that one can replace the usual
2260     "debian/rules" by something else. Closes: #355654
2261   * Always list all binary packages in the Description: field of .changes
2262     files. It's nice for reviewers and mentors.debian.net was using this field
2263     on source only uploads to display short description of what the package is
2264     about.
2265   * Handle the case when the library has a different SONAME than the one used
2266     to find it. Closes: #462413
2267   * Fix Dpkg::Version and Dpkg::Fields::Object to import _g() from
2268     Dpkg::Gettext. Thanks to Adam Heath and Olivier Berger for spotting
2269     this. Closes: #465651
2270   * Change PATH during make check to look into build directories containing
2271     dpkg and the related scripts. Thanks to Mike Frysinger. Closes: #466957
2272   * Some lintian cleanup:
2273     - add overrides for some useless I: tags
2274     - drop unused overrides
2275     - updated several manual pages to fix hyphen-used-as-minus-sign
2276     - fixed manpage-has-errors-from-man in several manual pages
2277     - removed empty debian/dpkg.prerm
2278   * Removed old upgrade code from dpkg's preinst and postinst which only
2279     concerns upgrading from dpkg version older than the one in oldstable
2280     already. And thus we get rid of old the last usage of read in those
2281     scripts (fixes lintian's warning read-in-maintainer-script).
2282   * Removed sorting of dependencies in dpkg-gencontrol and dpkg-source. But
2283     kept it for all other fields (Enhances, Conflicts, Replaces, Breaks,
2284     Build-Conflicts and Build-Conflicts-Indep).
2285   * Instead changed dpkg-shlibdeps to sort the dependencies generated in
2286     ${shlibs:*} variables.
2287   * Changed the logic of simplification of dependencies: if any dependency
2288     must be discarded due to another dependency appearing further
2289     in the field, the superseding dependency will take the place of the
2290     discarded one. Added a test case for this.
2291   * dpkg-shlibdeps properly accounts usage of symbols provided by private
2292     libraries without SONAME. Closes: #469838
2293   * Add a new warning to dpkg-shlibdeps when a library NEEDED is in fact
2294     not used by any of the binaries analyzed. Closes: #472332
2295   * Add a new --warnings=<value> option to select the set of warnings to
2296     activate. By default, do not activate the warning about useless
2297     libraries at the binary level (instead the new warning above is activated
2298     by default: it's less strict and more useful).
2299   * dpkg-source has been heavily refactored to make it easier to support
2300     multiple source package formats. Several new source package formats have
2301     been added:
2302     - the format "2.0" is the original wig&pen
2303     - the format "3.0 (quilt)" is based on 2.0. It uses a tarball for the
2304       debian directory and can thus include binary files. Binaries
2305       outside of the debian directory can be also included if they
2306       are listed in debian/source/include-binaries (and option
2307       --include-binaries will generate this file automatically).
2308       Closes: #4588, #4628
2309     - thus it will also preserve timestamps on Debian-provided
2310       documentation like README.Debian. Closes: #366555
2311     - it handles an explicit series of patches and the patch can thus be
2312       named without constraints. Patches can contain arbitrary
2313       headers/comments between file chunks. Closes: #363018
2314     - it ignores changes on a number of temporary and VCS-specific files
2315       by default. Closes: #203792, #323909
2316     - the patches in debian/patches can remove files. Closes: #12564
2317     - the patches are applied at unpack time. Closes: #463048
2318     - the formats "3.0 (quilt/native)" don't include VCS directories by
2319       default. Closes: #435126
2320     - the format "3.0 (custom)" can be used to create a source package
2321       containing arbitrary files. It's useful for helper tools that can
2322       generate the files by themselves in a more efficient way
2323       (like all the *-buildpackage tools). Closes: #246918
2324     - the formats "3.0 (git/bzr)" are experimental formats based
2325       on corresponding VCS repositories. Thanks to Joey Hess and Colin Watson
2326       respectively.
2327   * dpkg-source has a new --no-check option. It disables GPG check and
2328     checksums checks. Closes: #220758
2329   * dpkg-shlibdeps is now able to look into directories containing libraries
2330     used by cross-built binaries provided that the right environment variable
2331     are set. Closes: #453267
2332   * Change default value of LDFLAGS (set by dpkg-buildpackage) to ''
2333     instead of '-Wl,-Bsymbolic-functions'. It's safer at this point of the
2334     release cycle.
2335   * dpkg-buildpackage will set PKG_CONFIG_LIBDIR (but not override an existing
2336     value) in case of cross-compilation so that pkgconfig finds .pc files
2337     in the directory specific to the target architecture. Closes: #439979
2339   [ Frank Lichtenheld ]
2340   * Add a warning in dpkg-buildpackage if the build-dependencies are not
2341     satisfied during -S. Closes: #445552
2342   * Add a missing space in the German scripts translation. Closes: #463398
2343   * Add improved deb-shlibs.5 manual page by Zack Weinberg. Closes: #466135
2344   * dpkg-buildpackage exports some build related environment variables
2345     now. Based on a patch by Matthias Klose. Closes: #465282
2346     (See dpkg-buildpackage(1) and https://wiki.ubuntu.com/DistCompilerFlags
2347      for details)
2348   * Add support for use of SHA1 and SHA256 checksums in .dsc and
2349     .changes files. Information will be available in Checksums-Sha{1,256}
2350     fields. .changes format version increased to 1.8.
2351   * Link dselect against libncursesw. Closes: #466321
2352   * Forward port a patch from the old changelog parser to the new
2353     one that got lost during the transition. '+' and '.' can now
2354     be used in distribution names yet again. Reported by dann frazier.
2355     Closes: #467470
2357   [ Updated dpkg translations ]
2358   * Korean (Changwoo Ryu).
2359   * Polish (Robert Luberda).
2360   * Romanian (Eddy Petrişor).
2361   * Slovak (Ivan Masár). Closes: #471342
2362   * Swedish (Peter Karlsson).
2363   * Thai (Theppitak Karoonboonyanan). Closes: #468916
2365   [ Updated manpages translations ]
2366   * German (Helge Kreutzmann).
2367   * Polish (Robert Luberda).
2368   * Swedish (Peter Karlsson).
2370   [ Updated dselect translations ]
2371   * Basque (Piarres Beobide). Closes: #462403
2373   [ Updated scripts translations ]
2374   * German (Helge Kreutzmann).
2375   * Polish (Robert Luberda).
2376   * Swedish (Peter Karlsson).
2378   [ Updated dselect translations ]
2379   * Polish (Robert Luberda).
2380   * Romanian (Eddy Petrişor).
2382  -- Guillem Jover <guillem@debian.org>  Sun, 30 Mar 2008 12:48:22 +0300
2384 dpkg (1.14.16.6) unstable; urgency=medium
2386   * Let dpkg-gensymbols skip directories which are just symlinks when scanning
2387     the package build dir.
2388   * Bump urgency to medium to compensate lost days in testing migration due to
2389     the two last uploads.
2391  -- Raphaël Hertzog <hertzog@debian.org>  Sat, 26 Jan 2008 19:20:40 +0100
2393 dpkg (1.14.16.5) unstable; urgency=low
2395   * Fix dpkg-gensymbols handling of #include so that one can include multiple
2396     times the same file and have it properly taken into account.
2397   * Add many armel-specific symbols to dpkg-gensymbols' blacklist.
2398     Closes: #462318
2400  -- Raphaël Hertzog <hertzog@debian.org>  Thu, 24 Jan 2008 14:20:10 +0100
2402 dpkg (1.14.16.4) unstable; urgency=low
2404   * Import capit in Dpkg::Cdata from Dpkg::Fields. Closes: #462172
2406  -- Guillem Jover <guillem@debian.org>  Wed, 23 Jan 2008 08:44:32 +0200
2408 dpkg (1.14.16.3) unstable; urgency=low
2410   [ Raphaël Hertzog ]
2411   * Remove the ":utf8" layer that utf8-encodes already valid utf8.
2412     Closes: #462098
2413   * Disable variable substitution in dpkg-genchanges. Closes: #462079, #462089
2415   [ Guillem Jover ]
2416   * Make start-stop-daemon set the supplementary groups if the real user or
2417     group are different than the ones we should switch to. Closes: #462075
2418   * Fix segfault in start-stop-daemon when using --group w/o --chuid (as
2419     a side effect, using --group alone works for the first time in years).
2420     Closes: #462072
2421   * Fix timeout computations for start-stop-daemon --retry option. This has
2422     not worked properly for a long time (maybe never), but came to light
2423     due to #460903's fix. Closes: #462104
2425  -- Guillem Jover <guillem@debian.org>  Tue, 22 Jan 2008 23:39:59 +0200
2427 dpkg (1.14.16.2) unstable; urgency=low
2429   * Change uid after changing gid and initializing supplementary groups in
2430     start-stop-daemon. Closes: #462018
2431   * Change temporary dpkg Breaks on dpkg-dev (= 1.14.13) and (= 1.14.14)
2432     to Conflicts, so that users from etch can upgrade to sid (or lenny
2433     once dpkg has migrated).
2435  -- Guillem Jover <guillem@debian.org>  Tue, 22 Jan 2008 13:05:22 +0200
2437 dpkg (1.14.16.1) unstable; urgency=low
2439   * Add libtimedate-perl to dpkg-dev's Depends and to Build-Depends.
2440     Reported by Aurelien Jarno. Closes: #461875
2442  -- Frank Lichtenheld <djpig@debian.org>  Mon, 21 Jan 2008 12:48:51 +0100
2444 dpkg (1.14.16) unstable; urgency=low
2446   [ Guillem Jover ]
2447   * Add build-essential as an implicit Build-Depends in dpkg-checkbuilddeps.
2448     Closes: #402901
2449   * Add build-essential to dpkg-dev Recommends.
2450   * Do not warn about unrecognized Homepage field in binary package stanzas
2451     in dpkg-genchanges and dpkg-source. Closes: #460309
2452   * Do not use the enoent helper binary, and use perl POSIX module instead.
2453   * Keep checking for the process when start-stop-daemon is called with
2454     --retry even if the daemon removed the pidfile. Closes: #460903
2455     Thanks to Justin Pryzby for the analysis.
2456   * Make --quiet silence --test in start-stop-daemon. Closes: #367998
2457   * Check current uid and gid in start-stop-daemon before calling setuid,
2458     setgid and initgroups. Closes: #222524
2459     Based on a patch by Samuel Thibault.
2460   * Remove unimplemented --test option from update-alternatives.
2461     Closes: #392432, #461247
2462   * Additionally check if errno is EEXIST after rmdir(2), as SUSv3 specifies
2463     that on non-empty directories it can either return that or ENOTEMPTY.
2464     This fixes run time problems on Solaris.
2465   * Fix start-stop-daemon --help output to state that --name is one of the
2466     possible required options to use. Closes: #354999
2467   * Demote dselect from priority important to optional. Closes: #461327
2468   * Fix portability issues on HP-UX, by not using backticks inside double
2469     quotes in m4 files. Closes: #24514
2470   * Switch Maintainer address to <debian-dpkg@lists.debian.org> from
2471     <team@dpkg.org>.
2472   * Add README.feature-removal-schedule describing the features to be removed
2473     and README.api describing the provided APIs.
2475   [ Frank Lichtenheld ]
2476   * Make the -L option of dpkg-parsechangelog actually work (it's
2477     only been eleven years...)
2478   * Import the code from my external Parse::DebianChangelog as
2479     Dpkg::Changelog and Dpkg::Changelog::Debian. Using this
2480     from parsechangelog/debian adds the following requested
2481     features:
2482      - Option to use a non-lossy format. Closes: #95579
2483      - Various options to better control how many entries
2484        should be displayed. Closes: #226932
2486   [ Raphaël Hertzog ]
2487   * Replaced all the remaining code in controllib.pl by new modules. All
2488     scripts have been adjusted to use the new modules and controllib.pl has
2489     been removed.
2490   * The code to parse debian/control is available in a perl module
2491     Dpkg::Control. Closes: #26554
2492   * Temporarily add a Breaks: dpkg-dev (= 1.14.13), dpkg-dev (= 1.14.14) on
2493     dpkg for the convenience of sid users. Closes: #459815
2494   * Update dpkg-source(1) to explain better what the directory after -b is.
2495     Closes: #323606
2496   * Also force version in ${binary:Version} if dpkg-gencontrol -v<version>
2497     is used. That way we're consistent with the definition of that variable
2498     in deb-substvars(5). Closes: #433477
2499   * Add support of Dm-Upload-Allowed field. Closes: #453400
2500   * Fix dpkg-shlibdeps's filtering of duplicated dependencies in fields of
2501     lesser priority (when -d is used).
2502   * Fix behaviour of dpkg-shlibdeps when the same binary was passed multiple
2503     times for use in different dependency fields (-d option).
2504   * Change logic of -si option of dpkg-genchanges to include the original
2505     tarball only if the current upstream version differs from the upstream
2506     version of the previous changelog entry. Replaces the heuristic based
2507     on revision number (-0, -0.1 or -1). Closes: #28701
2508   * Some code refactoring on dpkg-genchanges and bug fixes in the generation
2509     of the Description: field. As a result, source only uploads will no more
2510     have Description fields.
2511   * Add support of wildcard entries in symbols files. This makes it much
2512     simpler to write symbols files for well managed libraries but in that case
2513     dpkg-gensymbols can't check any more if symbols have disappeared.
2514     Closes: #459359
2516   [ Updated manpages translations ]
2517   * Fix typo in French. Closes: #460021
2518   * German (Helge Kreutzmann).
2520   [ Updated dpkg translations ]
2521   * Basque (Piarres Beobide). Closes: #459565
2522   * French (Christian Perrier).
2523   * German, Basque, Norwegian Bokmål, Swedish, Vietnamese, Simplified Chinese,
2524     Galician unfuzzied.
2525   * Russian (Yuri Kozlov). Closes: #460708
2527   [ Updated scripts translations ]
2528   * Russian (Yuri Kozlov). Closes: #460709
2529   * Swedish (Peter Karlsson).
2531  -- Guillem Jover <guillem@debian.org>  Mon, 21 Jan 2008 10:00:45 +0200
2533 dpkg (1.14.15) unstable; urgency=low
2535   [ Raphaël Hertzog ]
2536   * Make sure {dpkg-dev,dselect}.preinst are included in the source tarball.
2537     Closes: #452730
2538   * Blacklist armel-specific symbols in dpkg-gensymbols. Reported by Riku
2539     Voipio. Closes: #457964
2540   * Fix typos in various manpages. Patch from A. Costa. Closes: #458276
2541   * Make dpkg-shlibdeps choose the right symbols files when we have several
2542     debian/*/DEBIAN/symbols for a given soname. Closes: #458860
2543   * Add a -S<pkgbuilddir> option to dpkg-shlibdeps to indicate a package build
2544     tree to scan first when trying to find a needed library.
2545   * Change dpkg-gensymbols to mark symbols that disappeared with #MISSING
2546     instead of #DEPRECATED, it's clearer for people.
2547   * Fix Dpkg::Shlibs::Objdump to properly take into account R_*_COPY
2548     relocations. Closes: #454036
2549   * Explain better the order in which postinst/prerm scripts are called
2550     between a package and its dependencies. Thanks to Nicolas François and
2551     Helge Kreutzmann for their suggestions. Closes: #379641
2552   * Fix Dpkg::BuildOptions so that dpkg-buildpackage doesn't double all
2553     options in DEB_BUILD_OPTIONS when called with the -j parameter.
2554     Closes: #453656
2556   [ Guillem Jover ]
2557   * Move compression related variables to a new Dpkg::Compression module.
2558   * Remove disabled, obsolete and quite incomplete Hebrew translations.
2559   * Revert dpkg-dev versioned dependency bump on dpkg >= 1.14.13 back to
2560     >= 1.14.6, as the compression variables are now in a module in dpkg-dev.
2561   * Do not display garbage in dselect on monochrome terminals, by setting
2562     a missing ncurses character attribute. Closes: #155741, #157093
2563     Thanks to Sven Rudolph.
2564   * Do not loop endlessly in dselect with very long package descriptions.
2565     Closes: #179320, #342495
2566     Thanks to John Zaitseff.
2567   * Ignore wrapped lines in install-info when matching section titles.
2568     Closes: #214684
2569     Thanks to Andreas Metzler and Ian Zimmerman.
2570   * Do not use strdup for execvp arguments. Closes: #379027
2571   * Do not print 'failed to kill' warning in start-stop-daemon when polling
2572     the pid. Closes: #157305, #352554
2573     Thanks to Samuel Thibault.
2574   * Properly print build message in dpkg-buildpackage for lzma and bzip2
2575     compressed sources. Closes: #458519
2576   * Promote bzip2 Recommends to Depends for dpkg-dev. Closes: #458521
2577   * Add lzma to dpkg-dev Depends.
2578   * Do not automatically enable -j if DEB_BUILD_OPTIONS contains parallel=n,
2579     and allow overriding its value from the environment. Closes: #458589
2580   * Fix Dpkg::BuildOptions to parse all options in DEB_BUILD_OPTIONS, so
2581     that dpkg-buildpackage called with -j preserves unrecognized options.
2582   * Fix several signed vs unsigned value comparisons that were making some
2583     code to never be executed.
2585   [ Updated dpkg translations ]
2586   * French (Christian Perrier).
2587   * German (Sven Joachim). Closes: #459223
2588   * Norwegian Bokmål (Hans Fredrik Nordhaug). Closes: #457918, #458732
2589   * Simplified Chinese (Deng Xiyue). Closes: #459018
2590   * Swedish (Peter Karlsson).
2591   * Vietnamese (Clytie Siddall). Closes: #459016
2593   [ Updated scripts translations ]
2594   * French (Christian Perrier).
2595   * Swedish (Peter Karlsson).
2597   [ Updated man pages translations ]
2598   * Swedish (Peter Karlsson).
2600  -- Guillem Jover <guillem@debian.org>  Mon, 07 Jan 2008 12:12:16 +0200
2602 dpkg (1.14.14) unstable; urgency=low
2604   * Fix override disparity: set priority of dselect to important.
2605   * Add libio-string-perl to Build-Depends as it's needed by a non-regression
2606     test (fix FTBFS, thus a quick upload).
2607   * Make dpkg-dev depend on dpkg (>= 1.14.13) as the latest Dpkg.pm is needed
2608     for dpkg-source.
2610  -- Raphaël Hertzog <hertzog@debian.org>  Thu, 27 Dec 2007 11:20:38 +0100
2612 dpkg (1.14.13) unstable; urgency=low
2614   [ Frank Lichtenheld ]
2615   * Add an own manpage for Dpkg's version format. Mostly stolen
2616     from policy. Closes: #373003
2617   * Fix control file parsing for field values starting with a colon.
2618     Apparently nobody ever needed this until Vcs-Cvs came along.
2619     Closes: #453364
2620   * Copy the usr/share/doc directory to dpkg-dev and dselect (Instead
2621     of using symlinks). The space requirements are minimal and adding
2622     the needed dependencies to comply with policy would be way more
2623     inconvenient. Pointed out by Rene Engelhard. Closes: #452730
2624   * Allow more than one arch and more than one type of a package
2625     in debian/files. Parts of the patch by Goswin von Brederlow
2626     and Bastian Blank. Closes: #356299, #377400, #229143
2627   * Allow building only architecture independent packages (-A).
2628     Closes: #109794, #200454
2629   * Bump Standards-Version to 3.7.3 (no changes)
2631   [ Raphaël Hertzog ]
2632   * When dpkg-shlibdeps finds a lib in a directory which is just a symlink to
2633     another directory that is also considered, remember the other directory
2634     name as the canonical one. Closes: #453885
2635   * dpkg-shlibdeps doesn't warn any more about libm.so.6 being unused if the
2636     binary is also linked against libstdc++ since g++ always add an implicit
2637     -lm. Closes: #454616
2638   * Included files in symbols files (via #include) do no more need to repeat
2639     the header line. Closes: #455260
2640   * Tweak the sort algorithm between dependencies so that intervals
2641     are displayed as "a (>= 1), a (<< 2)" instead of the opposite.
2642     Closes: #455520
2643   * Extend format of symbols files to support arbitrary fields of
2644     meta-information. First field is Build-Depends-Package used to extract the
2645     version requirement possibly encoded in the Build-Depends field and make
2646     sure that the generated dependency is at least as strict as this one.
2647   * Fix dpkg-gensymbols to not update version info of a deprecated symbol.
2648     Closes: #457739
2649   * Fix dpkg-source's behaviour with options -sk -sK -sp -sP. Closes: #457784
2651   [ Guillem Jover ]
2652   * Ignore the man pages when building without NLS support. Closes: #457673
2653   * Fix perl warnings:
2654     - Check for undefined values when reading from the alternative db.
2655   * Properly handle symlinks for alternatives with nonexistent slave links.
2656     Closes: #76295, #246906, #433567, #451872, #220044, #392440, #441021
2657     Closes: #443241
2658     Based on a patch by Daniel Leidert <daniel.leidert@wgdd.de>.
2659   * Fail when diverting to a non existent directory. Closes: #245562
2660     Thanks to Flavio Stanchina <flavio@stanchina.net>.
2661   * Refactor update-alternatives.
2663   [ Updated dpkg translations ]
2664   * French (Christian Perrier, as this was trivial).
2665   * Spanish (Javier Fernández-Sanguino Peña). Closes: #456984
2666   * Swedish (Peter Karlsson).
2668   [ Updated man pages translations ]
2669   * German (Helge Kreutzmann).
2670   * Swedish (Peter Karlsson).
2672   [ Updated scripts translations ]
2673   * French (Frédéric Bothamy).
2674   * German (Helge Kreutzmann).
2675   * Japanese (Kenshi Muto). Closes: #455841
2676   * Swedish (Peter Karlsson).
2678  -- Guillem Jover <guillem@debian.org>  Thu, 27 Dec 2007 09:16:45 +0200
2680 dpkg (1.14.12) unstable; urgency=low
2682   [ Raphaël Hertzog ]
2683   * Add -I<file> option to dpkg-gensymbols to force the usage of a specific
2684     symbols file.
2685   * Dpkg::Shlibs::find_library() now returns canonicalized paths.
2686   * dpkg-shlibdeps always tries the realpath() of a lib as fallback when
2687     trying to identify the package of a lib (and not only for symlinks).
2688   * dpkg-shlibdeps doesn't fail any more if it can't find unversioned
2689     libraries on the presumption that they are just private libraries. Outputs
2690     a warning instead.
2691   * Expand the dpkg-shlibdeps manual page with explanations concerning
2692     failures.
2693   * The environment variable DPKG_GENSYMBOLS_CHECK_LEVEL can be used to force
2694     dpkg-gensymbols to use a precise level of checks. Closes: #452022
2696   [ Guillem Jover ]
2697   * Define several private functions and variables as static.
2698   * Move extern declarations to header files and stop defining them as extern.
2699   * Unify parsing of Section and Priority in dpkg-gencontrol with Homepage.
2700   * Switch dpkg-scanpackages to use the new Dpkg::ErrorHandling and
2701     Dpkg::Versions modules.
2703  -- Guillem Jover <guillem@debian.org>  Thu, 29 Nov 2007 06:14:09 +0200
2705 dpkg (1.14.11) unstable; urgency=low
2707   [ Raphaël Hertzog ]
2708   * dpkg-shlibdeps now ignores the lack of dependency information in some
2709     specific cases (instead of failing):
2710     - when the library is in the same package than the binary analyzed
2711     - when the library is not versioned and can't have a shlibs file
2712   * dpkg-shlibdeps now only displays 10 warnings about symbols not found for
2713     each binary and a count of skipped warnings. Closes: #452318
2714   * dpkg-shlibdeps: optimize "dpkg -S" lookups by caching results, patch
2715     from Aaron M. Ucko <ucko@debian.org>. Closes: #452577
2717   [ Guillem Jover ]
2718   * Fix dpkg-scanpackages to properly support an optional override file.
2719     Closes: #452621
2721  -- Guillem Jover <guillem@debian.org>  Sat, 24 Nov 2007 07:19:02 +0200
2723 dpkg (1.14.10) unstable; urgency=low
2725   [ Raphaël Hertzog ]
2726   * dpkg-shlibdeps now correctly identify private libraries (avoid many
2727     warnings with perl/python modules). Closes: #452338
2728   * Move capit() to a Dpkg::Fields module and use it in dpkg-shlibdeps.
2729     Closes: #452262
2730   * Add more debug messages to dpkg-shlibdeps to ease collecting information
2731     in case of problems.
2732   * dpkg-shlibdeps now accepts again empty dependencies in shlibs files.
2733   * dpkg-shlibdeps will try harder to identify packages providing a library
2734     by looking up dpkg -S on the realpath of any symlink to a library.
2735     Closes: #452339
2736   * dpkg-source now correctly identifies the extension of the
2737     orig.tar.{gz,bz2,lzma} file and won't unexpectedly create "Format: 2.0"
2738     .dsc files.
2740   [ Guillem Jover ]
2741   * Add support for Package-Type in dpkg-name.
2742   * Restore cross compilation support by honouring the environment host and
2743     arch variables to override the default values on the dpkg-dev scripts.
2745   [ Updated man pages translations ]
2746   * Swedish (Peter Karlsson)
2748   [ Added scripts translations ]
2749   * Swedish (Peter Karlsson)
2751  -- Guillem Jover <guillem@debian.org>  Fri, 23 Nov 2007 06:32:27 +0200
2753 dpkg (1.14.9) unstable; urgency=low
2755   [ Raphaël Hertzog ]
2756   * Fix bad behaviour of Dpkg::Path::get_pkg_root_dir() and adjust
2757     dpkg-shlibdeps accordingly. Closes: #452012
2758   * Fix Dpkg::Deps to accept empty fields. Closes: #452013
2760   [ Updated man pages translations ]
2761   * German (Helge Kreutzmann).
2763  -- Guillem Jover <guillem@debian.org>  Tue, 20 Nov 2007 07:15:41 +0200
2765 dpkg (1.14.8) unstable; urgency=low
2767   [ Raphaël Hertzog ]
2768   * Heavy rework of dpkg-shlibdeps:
2769     - Support "symbols" files to generate finer-grained dependencies.
2770       Those files can be created by the new dpkg-gensymbols command.
2771       Closes: #430367
2772     - Uses now all paths in RPATH (instead of only the first).
2773       Closes: #395942
2774     - Support parsing include directives in /etc/ld.so.conf. Closes: #431597
2775     - Libraries are also searched in the public directories of packages
2776       being built and thus debian/shlibs.local can effectively define
2777       dependencies for libraries that are being built. Closes: #80340
2778     - "symbols" files use the full SONAME as key instead of splitting it in
2779       (name, version) like in the "shlibs" format. This allows binaries to
2780       be linked with unversioned libraries and not fail. Note that
2781       unversioned libraries are still a very bad idea.  Closes: #48208
2782     - dpkg-shlibdeps now supports '-x<package>' options that can be used to
2783       exclude packages from generated dependencies (use with care though).
2784       Closes: #41907, #109954
2785     - If dpkg-shlibdeps doesn't find any dependency information for a
2786       shared library that is actively used, then it will fail. This can be
2787       disabled with the option '--ignore-missing-info'. Closes: #10807
2788   * Switch perl programs to use the new Dpkg::Deps module. This changes the
2789     behaviour of dpkg-gencontrol and dpkg-source which will rewrite and
2790     simplify dependencies and build dependencies as possible. Multiple
2791     dependencies on the same package are replaced by their intersection.
2792     Closes: #178203, #186809, #222652
2794   [ Frank Lichtenheld ]
2795   * Add $(MAKE) check to build target
2796   * Allow to use other compressions than gzip on dpkg-source -b
2797     (NOTE: this will result in a Format: 2.0 source package!).
2798     Closes: #382673
2799   * Various small fixes to the manpages suggested by Helge Kreutzmann.
2800     Closes: #445858
2801   * Fix Dpkg::BuildOptions (and thereby dpkg-buildpackage) to really
2802     set DEB_BUILD_OPTIONS. Found by Daniel Shepler. Closes: #446119
2803   * Change some ' in shell code in dpkg-source.1 and dpkg-query.1 to
2804     proper \(aq. Reported by Daniel van Eeden. Closes: #447476
2806   [ Guillem Jover ]
2807   * Use shipped perl modules when calling perl programs at build time.
2808   * Switch perl programs to use the new Dpkg::ErrorHandling and Dpkg::Arch
2809     perl modules.
2810   * Add support for format strings in Dpkg::ErrorHandling functions.
2811   * Move build and host arch detection code from dpkg-architecture to
2812     Dpkg::Arch.
2813   * Add initial udeb support:
2814     - Support new fields fields Package-Type, Subarchitecture, Kernel-Version
2815       and Installer-Menu-Item. Closes: #383916
2816     - New '--type' option for dpkg-scanpackages.
2817   * Make dpkg-dev Conflict on dpkg-cross << 2.0.0 which was sourcing
2818     dpkg-buildpackage expecting it to be a shell script. Closes: #445852
2819   * Get rid of undefined macros from man pages. Thanks to Colin Watson
2820     for the analysis.
2822   [ Updated dselect translations ]
2823   * Czech (Miroslav Kure).
2825   [ Added dpkg translations ]
2826   * Thai (Theppitak Karoonboonyanan). Closes: #446501
2828   [ Updated dpkg translations ]
2829   * Czech (Miroslav Kure).
2830   * Galician (Jacobo Tarrio). Closes: #446624
2831   * Polish (Robert Luberda).
2832   * Russian (Yuri Kozlov). Closes: #446278
2834   [ Updated man pages translations ]
2835   * German (Helge Kreutzmann). Closes: #448354
2836   * Polish (Robert Luberda).
2837   * Swedish (Peter Karlsson).
2839   [ Added scripts translations ]
2840   * German (Helge Kreutzmann). Closes: #448353
2842   [ Updated scripts translations ]
2843   * Polish (Robert Luberda).
2844   * Swedish (Peter Karlsson).
2846  -- Guillem Jover <guillem@debian.org>  Mon, 19 Nov 2007 10:36:30 +0200
2848 dpkg (1.14.7) unstable; urgency=low
2850   [ Guillem Jover ]
2851   * Add back $dpkglib into @INC, needed by the controllib.pl require in
2852     822-date. Closes: #440962
2853   * Document in dpkg-scanpackages that apt now requires Packages.bz2 in
2854     preference to Packages.gz. Closes: #440973
2855   * Stop recognizing the obsolete Optional field when building packages.
2856   * Use fakeroot, if present, by default to gain root privileges in
2857     dpkg-buildpackage.
2858   * Fix typos in dpkg-deb.1 and start-stop-daemon.8. Closes: #441051
2859     Thanks to A. Costa.
2860   * After '<prerm> remove' fails and while doing the error unwinding, if
2861     the '<postinst> abort-remove' call succeeds, preserve the old status
2862     instead of unconditionally setting it to 'Installed'. Closes: #432893
2863     Thanks to Brian M. Carlson.
2864   * Add Vcs-Browser and Vcs-Git fields to debian/control.
2865   * Add a Homepage field to debian/control (to be changed later when
2866     there's a more formal site).
2867   * Allow comparing unsupported architectures for equality and identity.
2868     Based on a patch by Frank Lichtenheld. Closes: #427210
2869   * Document Origin and Bugs fields in deb-control.5. Closes: #173463
2870   * Do not replace substvars for build dependencies (it was not supported
2871     anyway).
2873   [ Frank Lichtenheld ]
2874   * Add _MTN to dpkg-source -i default regex. Suggested by Jari Aalto.
2875   * Convert dpkg-buildpackage to a Perl script.
2876     Fix some bugs in the new script detected in experimental:
2877     Closes: #444362
2878   * dpkg-buildpackage accepts a -j<n> option now which will set
2879     MAKEFLAGS(-j<n>) and DEB_BUILD_OPTIONS(parallel=<n>) accordingly.
2880     parallel=<n> in DEB_BUILD_OPTIONS will be passed to MAKEFLAGS as
2881     well. Based on an idea by Robert Millan. Closes: #440636
2882   * Allow dpkg-source -I without a pattern which will load a default
2883     list of pattern similar to -i without regexp. Patch by
2884     Jari Aalto. Closes: #440972
2885   * Rework documentation of dpkg-source's -i and -I options.
2886     Closes: #323911, #440956
2887   * Add --utf8-strings to gpg call in dpkg-buildpackage since
2888     that seems to be the better default. Suggested by Székelyi Szabolcs.
2889     Closes: #379418
2890   * Let dpkg-buildpackage error out early if the version number from
2891     the changelog is not a valid Debian version. Closes: #216075
2892   * Fix dpkg-source to create correct diffs for files with spaces in
2893     their name (apparently we don't have many of those ;).
2894     Based on a patch by Marcel Toele. Closes: #445380
2896   [ Updated dpkg translations ]
2897   * Basque (Piarres Beobide). Closes: #440859
2898   * Danish (Claus Hindsgaul). Closes: #441106
2899   * French (Frédéric Bothamy).
2900   * German (Sven Joachim). Closes: #440537
2901   * Nepali (Shiva Prasad Pokharel). Closes: #437825
2902   * Portuguese (Miguel Figueiredo). Closes: #441113
2903   * Romanian (Eddy Petrişor).
2904   * Vietnamese (Clytie Siddall). Closes: #440502
2905   * Korean (Sunjae Park). Closes: #443190
2907   [ Updated man pages translations ]
2908   * German (Helge Kreutzmann).
2909   * Swedish (Peter Karlsson).
2910   * Korean (Sunjae Park). Closes: #443191
2912   [ Updated scripts translations ]
2913   * Correct a typo in the French translation. Closes: #443276
2914   * Swedish (Peter Karlsson).
2916  -- Guillem Jover <guillem@debian.org>  Mon, 08 Oct 2007 07:31:34 +0300
2918 dpkg (1.14.6) unstable; urgency=low
2920   [ Frank Lichtenheld ]
2921   * Synchronise usage information of dpkg, dpkg-deb, and
2922     dpkg-query man pages. This fixes some small mistakes
2923     and also Closes: #321520
2925   [ Guillem Jover ]
2926   * Man pages cleanup:
2927     - Some italics and bold fixes.
2928     - Unify ellipsis, argument separator, and remove redundant program name
2929       preceding the options.
2930     - Substitute 'FILES' header with 'SEE ALSO' in dpkg-buildpackage(1),
2931       and remove leftover string from man page split. Closes: #439306
2932     - Split option descriptions so that it gets easier to distinguish.
2933     - Unify author and copyright information formatting.
2934   * Move variables automatically modified at build time for the perl scripts
2935     to a new style perl module (Dpkg) and make all programs use it.
2936   * Switch 'dpkg-gettext.pl' to a new style perl module (Dpkg::Gettext).
2937   * Implement support for Breaks field. Closes: #379140
2938     Thanks to Ian Jackson.
2939   * Run the deconfiguration of each package to be deconfigured once, instead
2940     of once per each conflicting package being removed. Closes: #378003
2941     Thanks to Ian Jackson.
2942   * Do not segfault when the result from a 'dpkg-query -l' is bigger than
2943     the total number of current packages, and do not produce repeated
2944     results with overlapping patterns on 'dpkg-query -W'. Closes: #428427
2945   * Tightening dpkg-dev versioned Depends to dpkg 1.14.6, and dpkg Conflicts
2946     against << dpkg-dev 1.14.6, where the perl modularization started.
2947   * Do not print empty lines after 'Setting up ...' output. Closes: #392317
2948   * When a slave alternative is inapplicable do not attempt to create the
2949     slave link before removing it again. Closes: #411699
2950     Thanks to Ian Jackson.
2951   * Do not consider it a file conflict if the package contains a symlink
2952     to a directory where the existing symlink on-disk points to the
2953     same place. Closes: #377682
2954     Thanks to Ian Jackson.
2955   * Fix perl warnings:
2956     - When removing a non diverted file with dpkg-divert. Closes: #438416
2957   * Implement support for Homepage field. Closes: #142324
2958   * Ignore XB- fields instead of XC- fields from control file binary package
2959     stanzas in dpkg-genchanges.
2960   * Explicitly ignore all known fields from the control file source package
2961     stanza in dpkg-genchanges, instead of leaving unknown fields unwarned.
2962   * Implement support for Vcs-Browser, Vcs-Arch, Vcs-Bzr, Vcs-Cvs, Vcs-Darcs,
2963     Vcs-Git, Vcs-Hg, Vcs-Mtn and Vcs-Svn fields in control file source
2964     package stanza.
2965   * Implement support for Tag field.
2967   [ Updated scripts translations ]
2968   * French (Frédéric Bothamy, Christian Perrier).
2969   * Swedish (Peter Karlsson).
2971   [ Updated dpkg translations ]
2972   * Dzongkha (Tshewang Norbu). Closes: #430931
2973   * Nepali (Shiva Prasad Pokharel). Closes: #435353
2974   * Polish (Robert Luberda).
2975   * Russian (Yuri Kozlov). Closes: #436147
2976   * Swedish (Peter Karlsson).
2978   [ Updated dselect translations ]
2979   * Russian (Yuri Kozlov). Closes: #436149
2980   * Swedish (Peter Karlsson).
2982   [ Updated man pages translations ]
2983   * German (Helge Kreutzmann).
2984   * Polish (Robert Luberda).
2985   * Swedish (Peter Karlsson).
2987  -- Guillem Jover <guillem@debian.org>  Wed, 05 Sep 2007 07:36:02 +0300
2989 dpkg (1.14.5) unstable; urgency=low
2991   [ Guillem Jover ]
2992   * Add lpia support to ostable and triplettable.
2993   * Fix dpkg-source to not emit duplicated entries for the Architecture field
2994     in the .dsc file.
2995   * Fix dpkg-scanpackages to load the override file after having filled the
2996     packages information. Closes: #428169, #428470
2997   * Add '.shelf' to the default dpkg-source -i regex. Closes: #427827
2998     Thanks to Adeodato Simó.
2999   * Support a colon separated list of paths from the ELF RPATH field in
3000     dpkg-shlibdeps. Thanks to Jiří Paleček. Closes: #427988
3001   * Man pages cleanup:
3002     - Reference deb-substvars(5) instead of dpkg-substvars(5). Closes: #429182
3003     - Mark dpkg-* commands in bold.
3004     - Unify title header.
3005     - Remove an additional space in install-info(8) and mark gzip in bold
3006       and remove redundant reference to GNU.
3007     - Fix explanation of dpkg-source '-b' option, remove a reference to
3008       checking for a missing empty string argument, and add a reference
3009       to '-sX' arguments affecting the behaviour. Closes: #428167
3010     - Remove documented dpkg-gencontrol options in dpkg-source left over
3011       from the man pages split.
3013   [ Frank Lichtenheld ]
3014   * Fix typo in German translation of start-stop-daemon(8).
3015     Noted by Joachim Breitner. Closes: #430008
3016   * Correct permission and owner/group handling when extracting
3017     tar balls to match more the user's preferences instead of
3018     ours or the ones from the originator of the tar ball. Patch
3019     by Ian Jackson. Closes: #390915, #207289
3020   * dpkg-source warns now about new empty files since those will
3021     not be represented in the diff. Closes: #383394
3023   [ Updated dselect translations ]
3024   * French (Christian Perrier).
3025   * Romanian (Eddy Petrişor).
3027   [ Updated dpkg translations ]
3028   * Estonian (Ivar Smolin). Closes: #427589
3029   * Portuguese (Miguel Figueiredo).
3030   * Romanian (Eddy Petrişor).
3031   * Spanish (Javier Fernandez-Sanguino). Closes: #429958
3033   [ Updated man pages translations ]
3034   * German (Helge Kreutzmann).
3036  -- Frank Lichtenheld <djpig@debian.org>  Tue, 03 Jul 2007 00:27:07 +0200
3038 dpkg (1.14.4) unstable; urgency=low
3040   [ Guillem Jover ]
3041   * Fix perl warnings:
3042     - When unpacking a source package with -sp from a different directory
3043       than the one containing the tarball. Closes: #424998
3044   * Remove an unused variable in dpkg-statoverride by renaming it to the
3045     initially intended name. Closes: #425041
3046   * Fix loose regex in dpkg-source (/\.debian.tar/ -> /\.debian\.tar/).
3047     Thanks to Kylan Robinson. Closes: #425629
3048   * Revert change on 1.14.0 from Aaron M. Ucko. Trim down duped entries only
3049     when passing them to dpkg-query instead. Closes: #425641
3050   * Recognize again architecture wildcards. Closes: #424670
3052   [ Updated dpkg translations ]
3053   * Basque (Piarres Beobide). Closes: #425776
3054   * French (Frédéric Bothamy).
3055   * Galician (Jacobo Tarrío).
3057  -- Guillem Jover <guillem@debian.org>  Thu, 24 May 2007 19:30:26 +0300
3059 dpkg (1.14.3) unstable; urgency=low
3061   [ Guillem Jover ]
3062   * Fix perl warnings:
3063     - In dpkg-genchanges when called with -S. Closes: #423193
3064     - In architecture comparison operations. Closes: #423452
3065     - Fill slavepaths undefined entries with an empty string to guarantee
3066       they are always defined. Closes: #423140, #423451, #423544, #423555
3067   * Include the new split man pages deb-substvars.5, deb-override.5 and
3068     deb-shlibs.5 in dpkg-dev.
3069   * Fix deb-substvars.5 section to match reality.
3070   * Refactor update-alternatives.
3071   * Fix dpkg-divert to work again w/o specifying the '--divert' and
3072     '--package' or '--local' options. Closes: #423864
3073   * Document in install-info.8 that when no '--section' option is specified,
3074     install-info will try to use the INFO-DIR-SECTION entry from the info
3075     file. Add missing commas. Thanks to Kurt B. Kaiser. Closes: #397737
3076   * Disambiguate in install-info.8 the use of 'Info directory' with
3077     'Info dir file'. Closes: #420766
3078   * Document in deb-control.5 that the control file can have '#'-style
3079     comments. Closes: #406481
3080   * Make start-stop-daemon fork twice while daemonizing.
3082   [ Updated dpkg-dev translations ]
3083   * French (Frédéric Bothamy). Closes: #423392
3085   [ Updated dpkg translations ]
3086   * French (Christian Perrier).
3087   * German (Sven Joachim). Closes: #423401
3089   [ Updated dselect translations ]
3090   * German (Sven Joachim). Closes: #423403
3092  -- Guillem Jover <guillem@debian.org>  Tue, 15 May 2007 16:02:59 +0300
3094 dpkg (1.14.2) unstable; urgency=low
3096   [ Guillem Jover ]
3097   * Remove bashisms in dpkg-buildpackage. Closes: #422239
3098   * Handle case in update-alternatives when there's no existing alternative
3099     to configure. Closes: #260987, #353252, #367717, #392431
3100   * Add solaris support to ostable and triplettable. Closes: #361866
3101   * Properly create the generic name symlink in update-alternatives for new
3102     alternatives. Closes: #422979
3103   * Include translations again, which disappeared due to a dirty source tree
3104     and a bogus Makefile.am for the man pages. Closes: #423029, #423085
3106  -- Guillem Jover <guillem@debian.org>  Wed, 09 May 2007 22:22:45 +0300
3108 dpkg (1.14.1) unstable; urgency=low
3110   [ Guillem Jover ]
3111   * Fix partial upgrades by tightening dpkg-dev versioned Depends to
3112     dpkg 1.14.0, and dpkg Conflicts against << dpkg-dev 1.14.0, where
3113     the triplettable support first appeared. Closes: #422848
3115  -- Guillem Jover <guillem@debian.org>  Tue, 08 May 2007 18:23:49 +0300
3117 dpkg (1.14.0) unstable; urgency=low
3119   [ Guillem Jover ]
3120   * Make the copyright information in dpkg-deb.1 and dpkg-split.1 match the
3121     one in the source. Thanks to Nicolas François. Closes: #379320
3122   * Allow dpkg-buildpackage to properly override '-b' when passed after '-B'.
3123     Thanks to Julian Gilbey. Closes: #397479
3124   * Move retrieval of uid and gid information from controllib.pl into a
3125     function, so that scripts not needing it do not execute that code.
3126     Based on a patch by Riku Voipio. Closes: #396884
3127   * Do not bail out in dpkg when building without start-stop-daemon support,
3128     by checking if the macro value is true instead of it being defined.
3129     Thanks to Mark Rosenstand.
3130   * Make all perl scripts use strict and warnings, to ease catching errors.
3131   * Refactor update-alternatives code, with the side effect that now commands
3132     on non existing link group files will return an error code (except
3133     for --remove, now). Closes: #273407
3134   * Add a missing newline to a warning message in dpkg. Closes: #390914
3135     Thanks to Ian Jackson.
3136   * Fix typo in variable name in dpkg-source which was causing it to not
3137     create directories when extracting the diff. Closes: #374645
3138   * Fix up and down keystrokes in the dselect help message. Closes: #383438
3139     Thanks to Sven Joachim.
3140   * Convert 822-date to be a simple wrapper around 'date -R'. 822-date is
3141     now deprecated and should not be used anymore. It might be removed
3142     sometime in the future. Closes: #31634, #367712, #314462
3143     Thanks to Frank Lichtenheld.
3144   * Add '.gitignore' to the default dpkg-source -i regex. Closes: #409566
3145     Thanks to Julien Cristau.
3146   * Add '.hg' to the default dpkg-source -i regex. Closes: #414794
3147   * Use l10n-friendlier strings to describe dependencies. Closes: #390916
3148     Thanks to Ian Jackson.
3149   * Change priority for dpkg-dev from standard to optional to match the
3150     override.
3151   * Do not use a build-stamp in debian/rules.
3152   * Fix confusing bottom status lines in dselect, unifying them by removing
3153     the method or package name and capitalizing. Closes: #9085
3154   * Check proper error value returned by BZ2_bzerror. Closes: #410605
3155   * Exit with an error instead of an assert if a file name is too long when
3156     building a .deb package. Closes: #393069
3157   * Exit with an error instead of an assert if the number of conflictors is
3158     exceeded. Remove bogus comments. Closes: #377855
3159   * Fix regular expression special-casing Origin, Bugs and Maintainer fields
3160     which was making X[SBC]- fields containing such strings to propagate into
3161     the .deb control file unprocessed. Thanks to Colin Watson.
3162   * Add support for '--admindir' in dpkg-buildpackage, dpkg-checkbuilddeps
3163     and dpkg-shlibdeps. Closes: #162348
3164   * Cleaning and format unification of manual pages.
3165   * Make the override-file argument to dpkg-scanpackages optional.
3166   * Refactor compression filtering code.
3167   * Split override file information from dpkg-scanpackages.1 into
3168     deb-override.5 manual page.
3169   * Split dpkg-source.1 into independent man pages, namely deb-substvars.5,
3170     deb-shlibs.5, dpkg-buildpackage.1, dpkg-distaddfile.1, dpkg-genchanges.1,
3171     dpkg-gencontrol.1, dpkg-parsechangelog.1 and dpkg-shlibdeps.1.
3172   * Support building binary packages with the member data.tar.lzma compressed
3173     with lzma.
3174   * Require gettext 0.16.1.
3175   * Show the epoch (if present) when displaying package versions.
3176     Closes: #107449, #179913, #345594, #393924, #405668
3177     Based on a patch by Jeffrey W. Baker.
3178   * Switch from pseudo-tags to usertags, and update the documentation.
3179   * Fix typo in German dpkg man page. Closes: #416167
3180     Thanks to Martin Weis.
3181   * Properly sort Uploaders field in generated .dsc files.
3182   * Reorder a bit the fields in output files.
3183   * Speed up dpkg-shlibdeps by avoiding doing a dpkg-query for duped
3184     libraries. Thanks to Aaron M. Ucko. Closes: #421290
3185   * Generalize source architecture handling by abstracting it through the new
3186     Debian triplet and the new triplettable.
3187   * Add armel support to ostable and triplettable. Closes: #414087
3189   [ Updated dpkg translations ]
3190   * Dutch (Bart Cornelis).
3191   * French (Frédéric Bothamy).
3192   * Polish (Robert Luberda).
3193   * Romanian (Eddy Petrişor).
3194   * Simplified Chinese (Anthony Wong). Closes: #415320
3195   * Traditional Chinese (Anthony Wong). Closes: #415230
3197   [ Added dpkg translations ]
3198   * Estonian added (Ivar Smolin). Closes: #422404
3199   * Kurdish added (Erdal Ronahi). Closes: #418154
3200   * Marathi added (Priti Patil). Closes: #416810
3202   [ Updated man pages translations ]
3203   * German (German l10n team). Closes: #418528
3204   * Polish (Robert Luberda).
3206   [ Updated dselect translations ]
3207   * Dutch (Bart Cornelis).
3208   * Polish (Robert Luberda).
3210  -- Guillem Jover <guillem@debian.org>  Tue, 08 May 2007 11:11:50 +0300
3212 dpkg (1.13.25) unstable; urgency=low
3214   [ Guillem Jover ]
3215   * Fix year 2018 in changelog for Michael Alan Dorman's upload in 1998,
3216     which was confusing the changelog parsers. Closes: #402526
3217   * Document in its man page that update-alternatives requires cooperation
3218     from all packages dealing with the specific file. Closes: #396338
3219     Thanks to Tomas Pospisek <tpo_deb@sourcepole.ch>.
3220   * Require POSIX inside subprocerr in controllib.pl. Closes: #390636
3221     Thanks to Brendan O'Dea <bod@debian.org>.
3222   * Support extracting lzma compressed source and binary packages,
3223     and add a Suggests on package lzma. Closes: #347715
3224   * Add '/emul/ia32-linux' biarch paths to dpkg-shlibdeps. Closes: #403216
3225   * Remove non-modified /etc/dpkg/dpkg.cfg configuration file when upgrading
3226     from versions 1.9.21 through 1.10.28, to avoid getting prompted about
3227     conffile changes. Closes: #398061
3229   [ Updated dpkg translations ]
3230   * Chinese (Traditional, Asho Yeh).
3231   * Korean (Sunjae Park). Closes: #394135, #404938
3232   * Norwegian Bokmal (Hans Fredrik Nordhaug). Closes: #391143
3233   * Nepali (Shiva Prasad Pokharel).
3234   * Romanian (Eddy Petrişor).
3235   * Catalan (Jordà Polo).
3236   * Swedish (Peter Karlsson).
3237   * Vietnamese (Clytie Siddall). Closes: #399343
3239   [ Added dpkg translations ]
3240   * Punjabi (A S Alam).
3242   [ Updated dpkg-dev translations ]
3243   * Catalan (Jordi Mallach).
3245   [ Updated dselect translations ]
3246   * Korean (Sunjae Park). Closes: #404943
3248  -- Guillem Jover <guillem@debian.org>  Tue,  2 Jan 2007 00:23:57 +0200
3250 dpkg (1.13.24) unstable; urgency=low
3252   [ Guillem Jover ]
3253   * Fix dselect segfault by adding a field description matching the
3254     dependency field enum position. Closes: #392731, #392724
3256   [ Updated dpkg Translations ]
3257   * Nepali (Shiva Prasad Pokharel). Closes: #373728
3259  -- Guillem Jover <guillem@debian.org>  Fri, 13 Oct 2006 16:34:39 +0300
3261 dpkg (1.13.23) unstable; urgency=low
3263   [ Guillem Jover ]
3264   * Add initial support for the Breaks field, by parsing but rejecting it.
3265     Thanks to Ian Jackson <iwj@ubuntu.com>. Closes: #375703
3266   * Use dpkg-architecture from the source tree to get the target Debian
3267     architecture, instead of duplicating the logic in the m4 files.
3268   * Remove comment headers in dselect/helpmsgs.{cc,h} about the files being
3269     autogenerated, replace them with a proper license and copyright comment.
3270     Closes: #382308
3271   * Add a new line at the end of m4/compiler.m4 file, to cope with an
3272     autoreconf failure due to the new m4 1.4.7.
3274   [ Nicolas François ]
3275   * Specify --null before the -T tar's option to avoid the "tar: -: file name
3276     read contains nul character" warning.
3277     Closes: #376351, #375749, #376724, #377279
3279   [ Added dpkg Translations ]
3280   * Dzongkha (Kinley Tshering).
3282   [ Updated dpkg Translations ]
3283   * Basque (Piarres Beobide). Closes: #375118
3284   * Brazilian Portuguese (Andre Luis Lopes).
3285   * Catalan (Robert Millan, Jordi Mallach). Closes: #383448
3286   * Czech (Miroslav Kure).
3287   * Danish (Claus Hindsgaul).
3288   * Dutch (Bart Cornelis).
3289   * Dzongkha (Tenzin Dendup). Closes: #388192
3290   * French (Frédéric Bothamy).
3291   * Galician (Jacobo Tarrio).
3292   * German (Sven Joachim). Closes: #381409, #381740
3293   * Hungarian (SZERVÁC Attila).
3294   * Italian (Stefano Canepa, Davide Viti). Closes: #387821
3295   * Japanese (Kenshi Muto). Closes: #386963
3296   * Khmer (Khoem Sokhem). Closes: #375099
3297   * Portuguese (Miguel Figueiredo, Rui Branco).
3298   * Romanian (Eddy Petrişor).
3299   * Russian (Yuri Kozlov). Closes: #376746, #391143
3300   * Slovak (Peter Mann). Closes: #387282
3301   * Spanish (Javier Fernandez-Sanguino). Closes: #386759
3302   * Swedish (Daniel Nylander). Closes: #383643
3303   * Vietnamese (Clytie Siddall). Closes: #383588
3305   [ Added dpkg-dev Translations ]
3306   * Catalan (Jordi Mallach).
3307   * French (Philippe Batailler).
3309   [ Updated dselect Translations ]
3310   * Brazilian Portuguese (Andre Luis Lopes).
3311   * Catalan (Robert Millan, Jordi Mallach).
3312   * Danish (Claus Hindsgaul).
3313   * German (Sven Joachim). Closes: #384843
3314     (Sven is now the new German translation maintainer for dpkg and dselect).
3315   * Hungarian (SZERVÁC Attila).
3316   * Indonesian (Arief S Fitrianto). Closes: #391144
3317   * Italian (Stefano Canepa).
3318   * Japanese (Kenshi Muto).
3319   * Norwegian Bokmål (Hans Fr. Nordhaug).
3320   * Russian (Yuri Kozlov).
3321   * Slovak (Peter Mann).
3322   * Spanish (Javier Fernández-Sanguino Peña). Closes: #391144
3323   * Swedish (Daniel Nylander).
3324   * Vietnamese (Clytie Siddall).
3326   [ Updated man pages translations ]
3327   * French (Philippe Batailler).
3328   * German (Helge Kreutzmann). Closes: #379030
3330   [ Added man pages translations ]
3331   * German (Helge Kreutzmann).
3332     Closes: #379286, #379298, #379417, #379433, #379661, #379798, #379825
3333     Closes: #379985, #380130, #380239, #380365, #381047, #380660, #380443
3334     Closes: #381349, #381488
3335   * Japanese (KISE Hiroshi).
3336     Closes: #381141, #381865, #384768, #385675, #386965, #388837
3338  -- Guillem Jover <guillem@debian.org>  Thu, 12 Oct 2006 02:56:09 +0300
3340 dpkg (1.13.22) unstable; urgency=low
3342   [ Guillem Jover ]
3343   * Version the po4a Build-Depends to >= 0.23 as we are using options
3344     introduced in that version. Thanks to Sergio Gelato. Closes: #370536
3345   * Add '.bzrtags' directory to default dpkg-source -i regex.
3346     Suggested by Adeodato Simó. Closes: #370392
3347   * Print update-alternatives '--config' listing layout evenly spaced.
3348     Closes: #325895
3349   * Clarify the legend in update-alternatives '--help' (Andrew Ferrier).
3350     Closes: #305318
3351   * Add the source version inside parenthesis to the Source field in the
3352     generated .changes and binary packages if the binary package version
3353     differs (like in binNMUs). Closes: #62529
3354   * Add missing comment serving as documentation about abort-remove on
3355     removal in dpkg.postinst (Justin Pryzby). Closes: #372145
3356   * Fix typo in dpkg-deb manpage (Robert Luberda). Closes: #373999
3357   * Clarify dpkg-architecture new options '-e' and '-i' in man page, add
3358     backward compatibility information and give some examples.
3359     Thanks for the initial suggestions to Junichi Uekawa. Closes: #370830
3360   * Modified some strings to be able to merge them in the .pot files.
3361   * Add new '--umask' option to start-stop-daemon. Closes: #368003
3363   [ Frank Lichtenheld ]
3364   * dpkg-source issued spurious warnings about fields defined with
3365     XB-. They now get correctly suppressed. Closes: #374154
3366   * Give a correct warning when the user requested an unknown
3367     sign command that we will default to a pgp style interface.
3368     Closes: #133470
3370   [ Updated dpkg Translations ]
3371   * Romanian (Eddy Petrişor).
3372   * Galician (Jacobo Tarrio).
3373   * French (Christian Perrier).
3374   * Swedish (Peter Karlsson).
3375   * Basque (Piarres Beobide). Closes: #373107
3376   * Polish (Robert Luberda).
3377   * Catalan (Guillem Jover).
3379   [ New dpkg Translations ]
3380   * Nepali (Paras Pradhan). Closes: #373728
3382   [ Updated dselect Translations ]
3383   * Simplified Chinese (Kov Tchai). Closes: #366260
3385   [ Updated man pages translations ]
3386   * Polish (Robert Luberda).
3388   [ Christian Perrier ]
3389   * Typo fix in update-alternatives ("alternativse"). Thanks to Eddy Petrisor
3390     for spotting it. Translations unfuzzied.
3391   * Make similar messages in dpkg-statoverride and dpkg-divert exactly similar
3392     Thanks to Eddy Petriso for spotting them, again.
3394  -- Guillem Jover <guillem@debian.org>  Wed, 21 Jun 2006 18:03:29 +0300
3396 dpkg (1.13.21) unstable; urgency=low
3398   [ Guillem Jover ]
3399   * Disambiguate error message about conflicting command line actions by
3400     providing both long and short option names. Based on a suggestion by
3401     Josip Rodin. Closes: #45575
3402   * Add '/lib32' and '/usr/lib32' to the dpkg-shlibdeps library path search
3403     list. Closes: #367892
3404   * Revert usage of English perl non-essential module from install-info.
3405     Closes: #369928, #369958, #370157, #370174, #370210
3406   * Print the correct file being parsed by dpkg-parsechangelog's debian
3407     parser. Closes: #368961
3408   * Fix dependency cycle breaking in the case when every link involves
3409     a Provides (Ian Jackson). This is a proper fix for #349442.
3410     Closes: #370017
3412   [ Updated dpkg Translations ]
3413   * Czech (Miroslav Kure).
3414   * Vietnamese (Clytie Siddall).
3416  -- Guillem Jover <guillem@debian.org>  Sun,  4 Jun 2006 19:02:44 +0300
3418 dpkg (1.13.20) unstable; urgency=low
3420   [ Frank Lichtenheld ]
3421   * Add gettext support for the Perl scripts. Based on a patch by
3422     Nicolas François. Closes: #165843
3423   * Only print usage information of dpkg-scanpackages on stdout
3424     if requested explicitly. Use stderr in case of error.
3425     Closes: #366659
3426   * Add remarks to dpkg-scansources and dpkg-scanpackages
3427     man pages about the need to compress the generated files
3428     to be able to access them via apt. Closes: #65839
3429   * Allow '+' and '.' in distribution names in Debian changelogs.
3430     Based on a patch by John Wright.
3431     Closes: #361171
3432   * Use the Debian keyring in dpkg-source when checking signatures
3433     of .dsc files, if available. Closes: #364726
3434   * Let dpkg-buildpackage pass through all remotely sensible
3435     -sX options to dpkg-source (-s[nsAkurKUR] currently).
3436     Closes: #36586
3437   * Improve the description of --showformat in dpkg-deb
3438     man page and add a pointer to the complete description
3439     of the option in dpkg-query.
3440   * Don't spew out garbage from dpkg-deb, if the second argument
3441     to -I is a absolute filename. Based on a patch by Ian Eure.
3442     Closes: #35573
3443   * Fix --ignore-depends argument value parsing. Closes: #169125
3444   * Completely remove md5sum diversion madness.  Instead, we Pre-Depend
3445     on a version of textutils which provides /usr/bin/md5sum.  We rely on
3446     the logic in coreutils to remove our diversions. Patch by
3447     Ian Jackson. Closes: #315784, #313605
3448   * Try harder to detect dependency cycles that contain Provides
3449     links. Closes: #349120, #349442
3450   * Update archtable to reflect current archive: Add amd64 and remove
3451     sh. Closes: #367329
3452   * Don't claim in dpkg man page that we set DPKG_OLD_CONFFILE and
3453     DPKG_NEW_CONFFILE on sub shells since we actually don't.
3454   * Fix printing of user defined fields with --showformat and
3455     document the existence of this feature in dpkg-query man page.
3456   * Make --forget-old-unavail more reliable by deleting architecture
3457     information of removed packages. Patch by Piotr Engelking.
3458     Closes: #208532
3459   * When building packages with dpkg-deb give a more useful error
3460     message in case a conffile entry has leading whitespace. Patch
3461     by David Lopez Moreno. Closes: #281562
3462   * Don't drop directories that contain our conffiles too early from
3463     our file listing. Otherwise we might leave them behind on purge
3464     if we share them with other packages.
3465     Closes: #174180, #198128, #198522, #318825, #366178
3467   [ Nicolas François ]
3468   * Fix typos in the Russian man pages. Thanks to Stepan Golosunov.
3469     Closes: #366587
3470   * Honour tabbing requested via --showformat even if the field to
3471     be printed is empty. Closes: #361671
3472   * Flush the terminal's input before prompting what to do with a
3473     configuration file. Closes: #316551
3474   * Fix the --force-depends-version option. Closes: #57104
3476   [ Guillem Jover ]
3477   * Standardize scripts usage output format and at the same time make
3478     the strings easier for the translators. Add '--help' and '--version'
3479     for most of the scripts. Print the usage and version to stdout.
3480   * Do not strip the epoch from the source:Upstream-Version substvar.
3481     Closes: #366351
3482   * Properly check and report lock file existence in install-info.
3483     Based on patch by Ben Pfaff. Closes: #368874
3484   * Correct default info directory for '--infodir' in intall-info man
3485     page (Ben Pfaff). Closes: #368875
3486   * Print the bogus version and prefix the error message with 'dpkg: '
3487     when using '--compare-versions'. Closes: #369177
3488   * Remove duplicated string " , at changelog " in dpkg-parsechangelog's
3489     debian style parser (Julian Gilbey). Closes: #369205
3490   * Update the Section and Priority fields in the status file from the
3491     new packages. We assume that the information from the binary package
3492     is correct, otherwise it should be fixed there to match the archive
3493     override file (Koblinger Egmont).
3494     Closes: #54529, #58106, #81171, #230610, #237622, #237626
3495   * Bump Standards-Version to 3.7.2 (no changes needed).
3496   * Add lintian overrides for dpkg, dpkg-dev, dselect and sources.
3497   * Replace logrotate installation logic with dh_installlogrotate.
3499   [ Updated dpkg Translations ]
3500   * Portuguese (Miguel Figueiredo).
3501   * Polish (Robert Luberda).
3502   * Hungarian (SZERVÁC Attila).
3503   * Romanian (Eddy Petrişor).
3504   * Russian (Yuri Kozlov). Closes: #366353
3505   * Czech (Miroslav Kure).
3506   * Simplified Chinese (Kov Tchai). Closes: #366985
3507   * Swedish (Peter Karlsson).
3508   * Galician (Jacobo Tarrio).
3509   * Slovak (Peter Mann).
3510   * Dutch (Bart Cornelis).
3511   * Basque (Piarres Beobide). Closes: #366185
3513   [ Updated dselect Translations ]
3514   * Polish (Robert Luberda).
3515   * Basque (Piarres Beobide). Closes: #366187
3516   * Czech (Miroslav Kure).
3517   * Romanian (Eddy Petrişor).
3519   [ Updated man pages translations ]
3520   * Polish (Robert Luberda).
3522  -- Guillem Jover <guillem@debian.org>  Wed, 31 May 2006 07:43:16 +0300
3524 dpkg (1.13.19) unstable; urgency=low
3526   [ Frank Lichtenheld ]
3527   * Add -follow (back) to find call in dpkg-scanpackages.
3528     Closes: #358011
3529   * Fix error in archive.c that lead to a infinite loop when
3530     installing files with long, non-ASCII filenames in
3531     certain locales. Closes: #346436
3533   [ Updated dpkg Translations ]
3534   * French (Christian Perrier).
3535   * Galician (Jacobo Tarrio).
3536   * Romanian (Eddy Petrişor).
3537   * Dutch (Bart Cornelis).
3538   * Swedish (Peter Karlsson).
3539   * Danish (Claus Hindsgaul). Closes: #362317
3540   * Czech (Miroslav kure).
3541   * Vietnamese (Clytie Siddall). Closes: #363264
3542   * Spanish (Javier Fernández-Sanguino Peña). Closes: #357911
3543   * Basque (Piarres Beobide). Closes: #363683, #363679
3544   * Japanese (Kenshi Muto). Closes: #365334
3546   [ Updated dselect Translations ]
3547   * Romanian (Eddy Petrişor).
3548   * Galician (Jacobo Tarrio).
3549   * French (Christian Perrier).
3550   * Dutch (Bart Cornelis).
3552   [ Nicolas Francois ]
3553   * Generate the Russian man pages in the KOI8-R charset. Closes: #361987
3554   * Document the shlibs.local format in dpkg-source(1). Closes: #316485
3555   * Fix a typo in an error message. Thanks to Justin Pryzby. Closes: #364539
3557   [ Guillem Jover ]
3558   * Fix strings so that they can be more easily translated. Closes: #134358
3559   * Add new substvars source:Version, source:Upstream-Version and
3560     binary:Version so packages will be able to avoid breaking on binNMUs.
3561     Based on a patch by Ken Bloom and Jeroen van Wolffelaar. Closes: #358530
3562   * Support binNMU safe packages even when source and binary differ in
3563     version.
3564   * Rename dpkg:UpstreamVersion to dpkg:Upstream-Version. Make dpkg:Version
3565     and dpkg:Upstream-Version get the current dpkg versions instead of the
3566     ones from the package being built.
3567   * Split usage strings to make it easier for translators when those change.
3568     Closes: #323957
3569   * Standardize start-stop-daemon usage output format.
3570   * Make install-info '--dir-file' option compatible with GNU install-info
3571     by renaming the infodir variable to dirfile and not appending the
3572     '/dir' string except when initializing from '--info-dir' or
3573     '--infodir' (Wayne Davison). Closes: #61640, #67237, #286275
3574   * Make install-info add a new line after adding the last entry at the
3575     end of the dir file, which makes the info readers able to see those
3576     last entries (Nicolas François). Closes: #164495
3577   * Use the numerical value of errno instead of a string in install-info
3578     when checking if the locking error was due to an already existing
3579     file, which is locale dependent, and die accordingly. Based on a patch
3580     by Nicolas François. Closes: #199204, #210781
3581   * Escape hyphens in man pages.
3582   * Bump Standards-Version to 3.7.1.
3583   * Wrapped debian/control fields except Uploaders given current policy.
3585  -- Guillem Jover <guillem@debian.org>  Thu,  4 May 2006 14:05:21 +0300
3587 dpkg (1.13.18) unstable; urgency=low
3589   [ Updated dpkg Translations ]
3590   * Romanian (Sorin Batariuc). Closes: #356664
3591   * Danish (Claus Hindsgaul). Closes: #356188
3592   * Polish (Robert Luberda).
3593   * Dutch (Bart Cornelis).
3595   [ Updated dselect Translations ]
3596   * Spanish (Javier Fernández-Sanguino Peña). Closes: #357912
3597   * Danish (Claus Hindsgaul). Closes: #356188
3598   * Polish (Robert Luberda).
3599   * Russian (Yuri Kowlov). Closes: #361415
3601   [ Updated man pages translations ]
3602   * Typos corrected in French dpkg-source man page
3603     Thanks to Nicolas Bonifas who spotted them
3604   * Russian completed. Thanks to Yuri Kozlov.
3605     Closes: #361415
3607   [ Christian Perrier ]
3608   * Correct typos in man pages. Thanks to A. Costa for spotting them
3609     Closes: #358091, #358092, #358093, #358094, #358095
3611   [ Guillem Jover ]
3612   * Add a '[!]' in --force-all help denoting that it is a dangerous option.
3613     Closes: #359935
3614   * Prefix any chroot path to the exec file name when stating it in
3615     start-stop-daemon. Closes: #318771, #333066
3616   * Add '-r' to the help output of start-stop-daemon (Jared Spiegel).
3617     Closes: #354869
3618   * Use mustsetvar when setting the value of the sversion variable in
3619     dpkg-buildpackage (Andrew Suffield). Closes: #158953
3620   * Pass '--admindir' option over to dpkg-query when passing '--admindir' or
3621     '--root' to dpkg (initial patch by Branden Robinson).
3622     Closes: #153305, #271041, #282853, #307715, #355915
3623   * Support system library directories in dpkg-shlibdeps symlinked from
3624     '/lib/ldconfig'. Closes: #356452
3625   * Document that 'dpkg --get-selections' and 'dpkg-query -l' without a
3626     pattern will not list packages in state purge. Closes: #355633
3627   * Obsolete force/refuse 'auto-select' dpkg option.
3628   * Add new '--clear-selections' option to dpkg (Andrew Suffield).
3629     Closes: #112388
3630   * Use '--clear-selections' in the dpkg man page example on how to transfer
3631     the status to another installation. Closes: #137442
3633  -- Guillem Jover <guillem@debian.org>  Mon, 10 Apr 2006 06:40:22 +0300
3635 dpkg (1.13.17) unstable; urgency=low
3637   [ Frank Lichtenheld ]
3638   * Fix handling of -DArchitecure=foo in dpkg-gencontrol. Closes: #251911
3639   * Handle architectures in all dependency fields in debian/control,
3640     even those of binary packages. Closes: #252657, #324741, #347819
3641   * More dpkg-scanpackages fixes (--arch option handling). Closes: #353506
3643   [ Guillem Jover ]
3644   * Add missing parentheses surrounding a man page section reference
3645     in the dpkg-source man page (Matt Kraai). Closes: #353731
3646   * Fix misspelling of "occurred" as "occoured" in dpkg-gencontrol and
3647     dpkg-source (Matt Kraai). Closes: #353949
3648   * Major cleanup of manpages, by using properly the bold and italic
3649     attributes and other embellishments.
3650   * Add dpkg-query(1) in the SEE ALSO section in dpkg(1). Closes: #354643
3651   * Don't try to compile in SELinux support on GNU/kFreeBSD amd64.
3652   * Add new quiet option to dpkg-source to supress warnings. Closes: #355065
3653   * Do not expand architecture aliases anymore in .dsc files.
3654   * Change start-stop-daemon's --exec behaviour again on GNU/Linux to compare
3655     the referred file pointed by the '/proc/<pid>/exe' symlink, stripping
3656     any ' (deleted)' string and stating the result. Closes: #354867
3658   [ Updated man pages translations ]
3659   * Polish (Robert Luberda). Closes: #353782
3660   * French (Philippe Batailler).
3662   [ Updated dselect Translations ]
3663   * Hungarian (Szervác Attila).
3664   * Dutch (Bart Cornelis).
3665   * Czech (Miroslav Kure).
3667   [ Updated dpkg Translations ]
3668   * Italian (Lele Gaifax)
3669   * Simplified Chinese (Carlos Z.F. Liu).
3670   * Portuguese (Miguel Figueiredo).
3671   * Dutch (Bart Cornelis).
3672   * Hungarian (Szervác Attila).
3673   * Czech (Miroslav Kure).
3674   * Russian (Yuri Kozlov). Closes: #357724
3676  -- Guillem Jover <guillem@debian.org>  Mon, 20 Mar 2006 03:33:03 +0200
3678 dpkg (1.13.16) unstable; urgency=low
3680   * The "not really a brown paper bag needed but it's close" release
3682   [ Guillem Jover ]
3683   * Move auxiliary autotools scripts to config/.
3684   * Require gettext 0.14.5.
3685   * Move the methods directory to dselect/methods, so the contents will not
3686     be installed if dselect is not to be built.
3687   * Move dselect gettext strings to its own domain provided now by the
3688     dselect package.
3690   [ Frank Lichtenheld ]
3691   * Fix override handling in dpkg-scanpackages which was broken in
3692     1.13.14 and .15. Closes: #353305
3693   * Make -isp the default behaviour of dpkg-gencontrol as it is
3694     always used anyway these days. Suggested by Matthew Vernon.
3695     Closes: #215233
3696   * Typo fixes in man pages by A. Costa:
3697     - dpkg-deb.1 Closes: #353424
3698     - dpkg-statoverride.8 Closes: #353425
3699     - install-info.8 Closes: #353426
3700     - start-stop-daemon.8 Closes: #353427
3701     - update-alternatives.8 Closes: #353428
3702     - dpkg.1, dpkg.cfg.5 Closes: #353429
3704  -- Frank Lichtenheld <djpig@debian.org>  Sat, 18 Feb 2006 17:59:00 +0100
3706 dpkg (1.13.15) unstable; urgency=low
3708   [ Guillem Jover ]
3709   * Add a missing closing parenthesis in a dpkg string (Jordi Mallach).
3711   [ Christian Perrier ]
3712   * Updated Translations:
3713     - Brazilian Portuguese (Andre Luis Lopes). Closes: #352432
3714     - Galician (Jacobo Tarrio). Closes: #352443
3716   [ Updated Translations ]
3717   * Catalan (Jordi Mallach).
3718   * Portuguese (Miguel Figueiredo).
3719   * Swedish (Daniel Nylander).
3721   [ New Translations ]
3722   * Hungarian (Szervác Attila).
3724   [ New Manpage Translations ]
3725   * Hungarian (Szervác Attila): dpkg.cfg.5 and dselect.cfg.5.
3727  -- Frank Lichtenheld <djpig@debian.org>  Wed, 15 Feb 2006 23:37:40 +0100
3729 dpkg (1.13.14) experimental; urgency=low
3731   [ Guillem Jover ]
3732   * Make start-stop-daemon print the proper version instead of 'VERSION'.
3733   * Set the HOME environment variable when using the --chuid switch in
3734     start-stop-daemon. Closes: #295169, #267784
3735   * Cleanup and unify program usage and version output, make it more i18n
3736     friendly. Fix wrong gettext usage with interparsed macros.
3737     Thanks to Changwoo Ryu for noticing. Closes: #237915
3738   * Mark some strings as translatable (Changwoo Ryu). Closes: #256387
3739   * Remove a trailing 'C' character from update-alternatives manpage.
3740   * Use pkg-config to get the proper flags to link against libselinux.
3741     Add a Build-Dependency on pkg-config, tighten libselinux1-dev to
3742     at least version 1.28-4 which provides a .pc file, and remove
3743     libsepol1-dev as libselinux1-dev is Depending on it.
3744   * Add command descriptions in the synopsis, and add a usage example for
3745     -f in the dpkg-query manpage. Thanks for the initial patch to
3746     Philippe Batailler. Closes: #352091
3747   * Document about the default log file, the behaviour in case of multiple
3748     --log options and add a reference to dpkg.cfg manpage in the dpkg manpage.
3749     Thanks to James R. Van Zandt. Closes: #350440
3750   * Escape ` and ' in manpages otherwise they are converted to quotation
3751     marks, which makes cut and paste not work. Thanks to Denis Barbier.
3752     Closes: #349925
3754   [ Frank Lichtenheld ]
3755   * Let dpkg-source ignore comments in the hunk header as used by
3756     diff -p (Anand Kumria). Closes: #344880
3757   * Let dpkg-buildpackage create a .changes file even if signing the
3758     .dsc file failed. This makes it easier to just sign the package
3759     later (Julian Gilbey). Closes: #217963
3760   * Change heuristics of dpkg-buildpackage's gpg check to allow for
3761     more complex setups (Julian Gilbey). Closes: #163061
3762   * Add files and dirs used by bzr to default dpkg-source -i regex
3763     (maximilian attems). Closes: #345164
3764   * Add .git directory to default dpkg-source -i regex.
3765     Suggested by Hans Ulrich Niedermann. Closes: #351885
3766   * dpkg-scanpackages can now output Packages files with multiple
3767     versions of a single package (Don Armstrong). Closes: #229589.
3768   * dpkg-scanpackages outputs help when given the --help or -h option
3769     (Don Armstrong). Closes: #319541
3770   * Document dpkg-scanpackage -m in man page.
3771   * Let warn dpkg-source if more than one -sX option was given and
3772     document the behaviour in this case in the man page.
3773     Closes: #246637
3774   * Make dpkg-source -b more robust regarding to existing symlinks
3775     by creating new files in a secure manner. Closes: #178839, #338591
3776   * Fix some semantic errors in dpkg-shlibdeps due to typos in used
3777     variables.
3778   * On package configuration, differentiate between modified and
3779     deleted configuration files (Ian Jackson). Closes: #351361
3780   * Improve processing of disappearing conffiles (Ian Jackson).
3781     This is part of the fix for #108587.
3782   * Let dpkg-source -x touch all patched files to have the same
3783     timestamp to mitigate time-skew problems (Denis Barbier).
3784     Closes: #105750
3785   * Strip any newlines from Uploaders field on dpkg-source -b.
3786     Closes: #254449
3788   [ Christian Perrier ]
3789   * Switch to po4a for manpages translation. Closes: #320122
3790     This adds a Build-Depends on po4a.
3791   * Add Vietnamese to po/LINGUAS as it was previously missing.
3792   * Updated Translations:
3793     - Catalan (Jordi Mallach). Closes: #351587
3794     - French (Christian Perrier): 1011t.
3795     - Galician (Jacobo Tarrio): 1002t. Closes: #351795
3796     - Basque (Piarres Beobide): 1002t. Closes: #351845
3797     - Slovak (Peter Mann): 1002t. Closes: #352087, #352311
3798     - Vietnamese (Clytie Siddal): 1011t. Closes: #352307
3800  -- Frank Lichtenheld <djpig@debian.org>  Sun, 12 Feb 2006 02:32:12 +0100
3802 dpkg (1.13.13) unstable; urgency=low
3804   [ Frank Lichtenheld ]
3805   * dpkg and dselect are now in section admin, not section base.
3806     Correct info in the control file.
3807   * Bump Standards-Version to 3.6.2 (no changes).
3808   * Fix typo in dpkg-architecture man page. Closes: #334330
3809   * Honor LD_LIBRARY_PATH in dpkg-shlibdeps. Fixes a regression
3810     from 1.13.11 to .12.
3811   * Don't recurse into package directories to search for local
3812     shlibs files since it is obviously a waste of time. Based
3813     on a suggestion by Steve Langasek. Closes: #338725
3815   [ Christian Perrier ]
3816   * Updated Translations:
3817     - Dutch (Bart Cornelis). Fix error mentioned in #323908 by
3818       Stephan Kramer.
3819     - Japanese (Kenshi Muto). Closes: #349808
3821   [ Guillem Jover ]
3822   * Fix typo in dpkg-statoverride manpage. Closes: #348113
3823     Thanks to Marc Haber <mh+debian-packages@zugschlus.de>.
3824   * Document the --no-debsig option in dpkg manpage. Closes: #316367
3825     Thanks to Bastian Kleineidam <calvin@debian.org>.
3826   * Fix typos in dselect manpage. Closes: #310358
3827     Thanks to A Costa <agcosta@gis.net>.
3828   * Fix typo in start-stop-daemon's help output. Closes: #333673
3829     Thanks to Christoph Maser <cm@financial.com>.
3830   * Document the correct format string for dpkg-query --showformat option.
3831     Update -l example and lower case the program name in the title header.
3832     Thanks to Zefram <zefram@fysh.org>. Closes: #174976
3833   * Make dpkg-architecture not print the warning about a mismatch between
3834     gcc target machine type and GNU target system type if the actions are
3835     '-e' or '-i'.
3837  -- Frank Lichtenheld <djpig@debian.org>  Sat, 28 Jan 2006 13:04:16 +0100
3839 dpkg (1.13.12) experimental; urgency=low
3841   * Due to the changes in dpkg-shlibdeps it is not recommended
3842     to use this version for building packages intended to be
3843     uploaded into an official archive, yet.
3845   [ Frank Lichtenheld ]
3846   * Update AUTHORS and debian/copyright for new maintainer team.
3848   * Don't use the ldd output in dpkg-shlibdeps. Search for the
3849     matching libraries ourself. This fixes problems with both
3850     symlinked directories, Closes: #103024, #145714, #164020, #285857
3851     and biarch builds. Closes: #317082
3852   * Let dpkg-gencontrol bail out with an error if parsedep
3853     found an error while parsing a dependency field. Closes: #228125
3854   * dpkg-source -x now tries to chown all files extracted from
3855     tar files. The temporary directory is now created with mode
3856     0700, too. Together this should make it safer to run
3857     dpkg-source -x as root. Based on suggestions by Marcus
3858     Brinkmann and Colin Watson. Closes: #144571, #238460
3859   * Let dpkg-source -b check the build relation fields before
3860     putting them into the .dsc. As a side effect they also
3861     get normalized. Closes: #254449
3862   * Check the gpg signatures of .dsc files before unpacking. See
3863     the upstream changelog for a full description of the semantics.
3864     Based on a patch by Matt Zimmerman. Closes: #48711
3865   * Let dpkg-source ensure (as good as possible) that all
3866     build source packages can also be unpacked.
3867     Closes: #6820, #7014
3868     Also fixed handling of md5sum -b output in dpkg-source on
3869     the way. Based on a patch by Ingo Saitz. Closes: #316123
3870   * Check for illegal architecture strings in dpkg-gencontrol and
3871     dpkg-source. dpkg-gencontrol will only issue a warning while
3872     dpkg-source will error out. Closes: #96920
3873   * Add support "package types" to dpkg-shlibdeps. Patch by Joey Hess.
3874     Closes: #335056, #345475
3875   * Fix man page references to dpkg and dselect man pages. Many
3876     of them still had a wrong section.
3877     Closes: #332826
3878   * Let dpkg-source -b warn about special permissions of files added
3879     in the diff since these will get lost. Closes: #306125
3880   * dpkg-source -x didn't work in case the upstream version or
3881     the Debian version ended with ~. Fixed.
3883   [ Christian Perrier ]
3884   * Updated Translations:
3885     - French (Christian Perrier).
3886     - Polish (Bartosz Fenski). Closes: #314237
3887     - Norwegian Bokmal (Hans F. Nordhaug). Closes: #315548, #315990
3888     - Czech (Miroslav Kure). Closes: #323775, #345347
3889     - Russian (Yuri Kozlov). Closes: #323821, #335170
3890     - Japanese (Kenshi Muto). Closes: #323938
3891     - Brazilian Portuguese (Andre Luis Lopes). Closes: #325224, #332872
3892     - Russian (Yuri Kozlov). Closes: #335170, #349151
3893     - Swedish (Peter karlsson). Closes: #325990, #344058, #337164, #334063
3894     - Norwegian Nynorsk (Håvard Korsvoll). Closes: #315987
3895     - Portuguese (Miguel Figueiredo).
3896       Closes: #315461, #323674, #323642, #330021
3897     - Spanish (Javier Fernández-Sanguino Peña). Closes: #323662, #315253
3898     - Danish (Claus Hindsgaul). Closes: #348575, #323779, #337948, #325687
3899     - Dutch (Bart Cornelis). Closes: #323908
3900     - German (Michael Piefel). Closes: #323964
3901     - Italian (Stefano Canepa). Closes: #324114, #344671, #347225
3902     - Catalan (Jordi Mallach). Closes: #324456
3903     - Basque (Piarres Beobide). Closes: #342089, #332698
3904     - Tagalog (Eric Pareja). Closes: #337307
3905     - Simplified Chinese (Tchaikov). Closes: #338268
3906     - Galician (Jacobo Tarrío). Closes: #338904
3907     - Romanian (Eddy Petrişor). Closes: #340674
3908     - Vietnamese (Phan Vinh Thinh, Clytie Siddall).
3909     - Indonesian (Parlin Imanuel). Closes: #344513
3910     - Greek (Galaxico). Closes: #344646
3911     - Czech (Miroslav Kure). Closes: #345347
3912   * Fixed broken translation:
3913     - Brazilian Portuguese (James Troup). Closes: #332872
3914   * Fix Russian man page for start-stop-deamon(8)
3915     Closes: #325804
3916   * Fix German man page for update-alternatives(8)
3917     Closes: #329908
3918   * Fix typo in dpkg online help message. Unfuzzy translations
3919     Closes: #349299
3921   [ Guillem Jover ]
3922   * Add armeb to cputable. Closes: #331232
3923     Thanks to Lennert Buytenhek <buytenh+debian@wantstofly.org>.
3924   * Don't try to compile in SELinux support on GNU/kFreeBSD.  Closes: #313300
3925     Thanks to Aurelien Jarno <aurel32@debian.org>.
3926   * When linking statically, explicitly add libsepol, even if its only a
3927     transitive library. The proper fix should come with a pkg-config file.
3928     Based on a patch by Bart Martens <bart.martens@advalvas.be>.
3929     Closes: #347744, #348659
3930   * Add support for architecture wildcards, but for now they will only be
3931     exposed in debian/control files, not in binary nor source packages.
3932     Closes: #291939
3933   * Change start-stop-daemon's --exec option behaviour on GNU/Linux to
3934     compare the filename pointed by '/proc/<pid>/exe' instead of the inode
3935     and device numbers. Thanks to Vasilis Vasaitis <v.vasaitis@sms.ed.ac.uk>.
3936     Closes: #337942
3938  -- Frank Lichtenheld <djpig@debian.org>  Tue, 24 Jan 2006 11:15:36 +0100
3940 dpkg (1.13.11.1) unstable; urgency=low
3942   * Change maintainers to new team.
3944  -- Scott James Remnant <scott@netsplit.com>  Thu, 12 Jan 2006 07:56:49 +0000
3946 dpkg (1.13.11) unstable; urgency=low
3947   
3948   The "Good, clean fun" Release.
3950   * Fixed the always broken error handling so that only the intended
3951     cleanup handlers are run, rather than ones that we didn't expect.
3952     This corrects the bug when a package's postrm fails and the package is
3953     left in an installed state with no files; the package will now be left
3954     in a half-installed state, as originally intended.  Found by Marga
3955     Manterola while documenting the maintainer scripts.  Closes: #296026.
3956   * Fixed removal of files involved in diversions during upgrade, caused by
3957     checking whether the "directory" was in use by another package without
3958     actually checking whether or not it was a directory.  Closes: #310390.
3959   * Fixed package saving to not disappear packages who divert anything from
3960     the installing package out of the way.  Closes: #113626.
3961   * Improved clean-up of unpack failure during install or upgrade, to leave
3962     the system in exactly the same state as it started in.
3963     Closes: #47404, #82407, #121173, #170869, #201848, #236733, #268639.
3964   * Fixed crash when unpacking a package which has an unversioned Replaces
3965     declared on it by another package previously unpacked in the same run
3966     (Colin Watson).  Closes: #322595.
3968   * New install unwinding fixed to ensure we don't leave a version in the
3969     status db for a not-installed package.
3970   * Corrected error call when encountering a corrupted filesystem tarfile
3971     to not print "Success".  Closes: #95570.
3972   * Fixed castration of potentially unsafe devices to not follow symlinks.
3973     Closes: #169928.
3974   * Marked log file descriptor as close-on-exec.  Closes: #320925.
3975   * Re-worked dpkg-source -x to allow all manner of strange things maintainers
3976     seem to do, unpacking isn't the right place to enforce sanity; we'll
3977     do it in -b later on >:-).  Closes: #316470, #317760, #318473, #318745,
3978     #322359, #322361, #322362.
3980   * Corrected dselect synopsis line to match consensus.  Closes: #318659.
3981   * Changed dpkg-name to use a shell redirect rather than the /dev/stderr
3982     device that may not be writable.  Closes: #318376.
3983   * Adjusted various dpkg-query options to avoid outputting a trailing
3984     newline.  Closes: #151651, #319781.
3985   * Changed references to "statusoverride" file to just "statoverride"
3986     to make it match reality.  Closes: #320952.
3987   * Fixed several bugs with the default diff ignore list used by dpkg-source.
3988   * Added ,,* to the list of default diff ignore list.  Closes: #322917.
3990   * Fixes to dpkg-dev (Frank Lichtenheld):
3991     - dpkg-checkbuilddeps will now exit with an error if it is unable to
3992       parse a dependency field.  Closes: #171762, #302229.
3993     - dpkg-genchanges will now output a warning if given -sd for a native
3994       package, as it's going to ignore it.  Closes: #5571.
3995     - dpkg-source fixed to give a more meaningful error message if given
3996       a directory as the first argument.  Closes: #306874.
3997     - dpkg-source fixed to handle being given an absolute path to -b.
3998       Closes: #147574.
3999     - Fix controllib.pl to allow whitespace before version operators.
4000       Closes: #273489, #310306.
4001     - Fix architecture dependency parsing that sometimes generated wrong
4002       list of requirements.  Closes: #319816.
4003     - Make the default control field name mangling behaviour "nicer" by
4004       upper-casing all letters that come after a dash.  Closes: #306474.
4005     - Ignore trailing newlines in single paragraph control files.
4006       Closes: #57194, #156319
4007   * Documentation:
4008     - Fixed typo in dpkg-architecture man page.  Closes: #317770.
4009     - Documented dpkg-deb -W/--show and --showformat.  Closes: #319784.
4011  -- Scott James Remnant <scott@netsplit.com>  Wed, 17 Aug 2005 04:44:44 +0100
4013 dpkg (1.13.10) unstable; urgency=low
4014   
4015   The "Bully's Special Prize" Release.
4017   * Removed /usr/sbin/start-stop-daemon.  Closes: #313400.
4018   * Fixed md5sum diversion removal.  Closes: #313415.
4019   * Fixed dpkg-source to handle native tarballs with a Debian revision.
4020     Closes: #313381, #313433.
4021   * Fixed upgrade from pre-sarge dpkg outside of dselect.  Closes: #314575.
4022   * Changed log times to be local rather than UTC.  Closes: #313347.
4023   * Changed log writing to be line-buffered.  Closes: #314550.
4024   * Moved log creation to postinst, and don't fail if base-passwd hasn't
4025     been configured yet.  Closes: #316084.
4026   * Don't try to compile in SELinux support on Hurd.  Closes: #313398.
4027   * Place code for SELinux support in the right place so it will actually
4028     get compiled in and used (Manoj Srivastava).  Closes: #314886.
4030   * Documentation:
4031     - Added missing word to dpkg-architecture manpage.  Closes: #313554.
4032     - Reference to dpkg manpage in dpkg.cfg corrected.  Closes: #314262.
4033   * Updated Translations (Christian Perrier):
4034     - Basque (Piarres Beobide Egana).  Closes: #313474.
4035     - Catalan (Jordi Mallach).  Closes: #313288.
4036     - Czech (Miroslav Kure).  Closes: #314431.
4037     - Danish (Claus Hindsgaul).
4038     - French (Christian Perrier).
4039     - German (Jens Seidel).  Closes: #314125.
4040     - Greek (Greek team).  Closes: #314828.
4041     - Italian (Lele Gaifax).
4042     - Japanese (Kenshi Muto).  Closes: #313330.
4043     - Russian (Yuri Kozlov).  Closes: #313620.
4044   * Hebrew translation de-activated on request of the translator until there
4045     is better support for RTL languages.  Closes: #313282.
4047  -- Scott James Remnant <scott@netsplit.com>  Tue, 28 Jun 2005 14:19:06 +0100
4049 dpkg (1.13.9) unstable; urgency=low
4050   
4051   The "On like Donkey Kong" Release.
4053   * Only open the log file when we first need to write to it, this avoids
4054     the need to suppress errors when not root which fakeroot defeated anyway.
4055   * Stop dpkg-source clobbering an existing .orig directory during unpacking.
4056     Closes: #21236.
4057   * Allow an alternate output directory to be specified to dpkg-source by
4058     giving a second argument to -x.  Closes: #246802, #282323.
4059   * Added .arch-inventory to default diff ignore regexp.  Closes: #304297.
4061   SELinux support (Manoj Srivastava):
4062   * On SELinux-enabled systems, try to set the security context when the
4063     package is unpacked.  Closes: #193653, #249496, #307139.
4064   * Added build-dependancy on libselinux1-dev.
4066   Improvements to dpkg-source (Brendan O'Dea):
4067   * Support unpacking of "Wig And Pen" (Format 2.0) source packages.
4068   * Multiple pristine upstream tarballs allowed.
4069   * Native and upstream tarballs may be bzip2-compressed instead of gzip,
4070     as may the debian diff or tarball.
4071   * Unsupported format error fixed to output the unsupported format
4072     rather than the supported one.  Closes: #156317.
4074  -- Scott James Remnant <scott@netsplit.com>  Sun, 12 Jun 2005 15:52:43 +0100
4076 dpkg (1.13.8) experimental; urgency=low
4077   
4078   The "In like Flynn" Release.
4080   * Linux 2.6.12 changed the behaviour of mmap to fail and set EINVAL when
4081     given a zero length, rather than returning NULL.  This is POSIXly
4082     correct, so handle zero-length package control files (like available).
4084  -- Scott James Remnant <scott@netsplit.com>  Fri, 10 Jun 2005 07:39:44 +0100
4086 dpkg (1.13.7) experimental; urgency=low
4087   
4088   The "Maidenhead Creeping Water Plant" Release.
4090   * Reduced inability to open a log file to a warning, suppressed for
4091     non-root operations.  Closes: #312383.
4093  -- Scott James Remnant <scott@netsplit.com>  Thu,  9 Jun 2005 06:12:56 +0100
4095 dpkg (1.13.6) experimental; urgency=low
4096   
4097   The "Just kidding about the God part" Release.
4099   * Fixed incorrect installation location of /etc/logrotate.d/dpkg caused
4100     by a mis-understanding of dh_install's abilities.
4102  -- Scott James Remnant <scott@netsplit.com>  Mon,  6 Jun 2005 05:58:36 +0100
4104 dpkg (1.13.5) experimental; urgency=low
4105   
4106   The "Flatulent Elm of West Ruislip" Release.
4108   * Actions and package states are now logged by default in the
4109     /var/log/dpkg.log file.  This file is rotated monthly and can be
4110     disabled by commenting the line in /etc/dpkg/dpkg.cfg.
4111   * User decisions about conffiles are now logged.
4112   * dpkg-source no longer complains about Enhances field.  Closes: #159642,
4113     #159745, #159746.
4114   * preinst no longer relies on procps being installed.  Closes: #311808.
4116   * Architecture Support:
4117     - Change DEB_*_GNU_CPU from i386 to i486, to reflect reality.
4118       DEB_*_ARCH_CPU remains at i386, you should be checking against that.
4119       Closes: #310394.
4120     - Fixed order ostable is read to prevent Linux becoming the Hurd.
4121       Closes: #309603.
4122   * Updated Manpage Translations (Christian Perrier):
4123     - Syntax error corrected in Swedish man page for dpkg-deb.
4124       Closes: #300980.
4125     - Syntax error corrected in Spanish man page for dpkg-scanpackages.
4126       Closes: #300981
4128  -- Scott James Remnant <scott@netsplit.com>  Mon,  6 Jun 2005 05:34:21 +0100
4130 dpkg (1.13.4) experimental; urgency=low
4131   
4132   The "Or the Wabbit gets it" Release.
4134   * Add -L option to dpkg-architecture to list architecture strings
4135     we can accept.
4137  -- Scott James Remnant <scott@netsplit.com>  Tue, 29 Mar 2005 13:31:15 +0100
4139 dpkg (1.13.3) experimental; urgency=low
4140   
4141   The "Paying off Karma at a vastly accelerated rate" Release.
4143   * Missing newline added to warning output function.  Closes: #283798.
4144   * Fixed prototype warning in dpkg-scansources.  Closes: #213577, #219760,
4145     #267505.
4146   * Removed trailing line from debian origins file.  Closes: #264904.
4147   * Changed dpkg-buildpackage to say "source changed by" rather than
4148     "source maintainer is".  Closes: #247313.
4149   * Fixed dpkg-gencontrol to allow '-' in architecture names.  Closes: #274677.
4150   * Fixed "unknown information field" error to report field that it doesn't
4151     know about.  Closes: #275243.
4153   * Documentation:
4154     - Remove "medium-level" from description of dpkg.  Closes: #292454.
4155     - Harmonised argument names in update-alternatives(8).
4156       Closes: #267095, #284941
4157     - Documented what the '+' and '*' mean in update-alternatives --config
4158       output.  Closes: #270486.
4159     - Mention aptitude alongside dselect in 'dpkg --usage' and
4160       'dpkg-deb --help', fix quote style of mention in 'dpkg --help'.
4161       Closes: #274800, #278118.
4162     - Associate --truename with the description of what it does in
4163       dpkg-divert(8).  Closes: #277076.
4164     - Removed last remaining references to the packaging manual, replacing
4165       with better references.  Closes: #262775.
4166     - Documented format of file dpkg --set-selections takes.  Closes: #270043.
4168  -- Scott James Remnant <scott@netsplit.com>  Mon, 21 Mar 2005 03:10:27 +0000
4170 dpkg (1.13.2) experimental; urgency=low
4171   
4172   The "Mysteriously Unnamed" Release.
4174   * md5sum has been removed, the coreutils or textutils version will be
4175     diverted to /usr/bin/md5sum.  Closes: #6633, #136110.
4176     The following bugs are filed against the dpkg md5sum, so no longer apply.
4177     Closes: #95755, #193877, #223381, #264195, #270241, #286632,
4178   * Take Replaces into account when installing packages; don't issue a
4179     "trying to overwrite" error if the file that already exists is in
4180     a package that Replaces the one being installed.
4181     Closes: #164595, #184635, #277890.
4182   * Allow actions and status changes to be logged to a file.  Disabled by
4183     default, uncomment line in /etc/dpkg/dpkg.cfg to enable.
4184     Closes: #957, #53376, #77109, #143882, #284499.
4185   * Don't truncate output of 'dpkg -l' when stdout is not a tty.
4186     Closes: #92263, #253860, #258608, #261822, #282790.
4187   * Fix further compilation problems with gcc 4.0.  Closes: #299699
4188   * Handle tar files without trailing slash in directory names.
4189     Closes: #287152.
4190   * Output arguments to maintainer scripts with -D2.  Closes: #237684,
4191     #296030.
4192   
4193   * Architecture Support:
4194     - Added ppc64.  Closes: #263743.
4195     - Split archtable into cputable and ostable, archtable is retained
4196       for compatibility with other packages that might use it only.
4197     - dpkg-architecture no longer canonises -t argument.  Closes: #173205.
4198     - dpkg-architecture output includes new DEB_*_ARCH_OS and
4199       DEB_*_ARCH_CPU variables that contain the Debian system and CPU
4200       names respectively.
4201     - dpkg-architecture outputs (mostly) correct GNU system names now,
4202       in particular this means that it will output "linux-gnu" instead
4203       of "linux".  You should use the new _ARCH_OS variables instead.
4204   * Documentation:
4205     - Add examples to dpkg-divert(8).  Closes: #291816.
4206     - Correct typo in dpkg-architecture(1).  Closes: #299090.
4208  -- Scott James Remnant <scott@netsplit.com>  Fri, 18 Mar 2005 16:21:32 +0000
4210 dpkg (1.13.1) experimental; urgency=low
4211   
4212   The "Livin' like a good boy oughta" Release.
4213   
4214   * Removed dpkg --print-gnu-build-architecture option.  Use variables
4215     defined by dpkg-architecture instead.
4216   * Soft-deprecated dpkg --print-installation-architecture.  Use
4217     dpkg --print-architecture instead, which now does the same thing.
4218   * dpkg --print-architecture no longer calls c-compiler.  Closes: #164863.
4219   * Removed third field from /usr/share/dpkg/archtable.
4221   * Now we no-longer pre-depend on dselect, check the upgrade will work
4222     in preinst and give the user a chance to abort if they haven't yet
4223     installed dselect and need to.  Closes: #282335.
4224   * Fix handling of GNU longname and longlink when a tarfile entry has
4225     both.  Closes: #128388.
4226   * md5sum no longer outputs "-" when no argument is supplied.
4227     Closes: #164591, #164889.
4228   * Add darcs metadirectory to dpkg-source diff ignore list.  Closes: #289760.
4229   * Add new '-f' short option to dpkg-query as equivalent to --showformat.
4230     Closes: #281627.
4231   * Report conffile conflicts and per-package errors on the status-fd.
4232     Closes: #297880.
4233   * Correct typo in dpkg-architecture.  Closes: #282701.
4234   * Fix start-stop-daemon's support for GNU/kFreeBSD.  Closes: #258051.
4236   * Architecture Support:
4237     - Added kfreebsd-amd64.  Closes: #280963.
4238     - Added m32r.  Closes: #280710.
4239     - Clean up of archtable.  Closes: #118910, #286898.
4240     - Clean up of dpkg-architecture.  Closes: #256323.
4241   * Updated Translations (Christian Perrier):
4242     - French (French Team).
4243     - Greek (Konstantinos Margaritis).  Closes: #295922.
4245  -- Scott James Remnant <scott@netsplit.com>  Thu,  3 Mar 2005 12:09:07 +0000
4247 dpkg (1.13.0) experimental; urgency=low
4248   
4249   The "Three banana strategy" Release.
4251   * Remove the /usr/info or /usr/info/dir symlinks we used to create.
4252     Closes: #206063, #288415.
4253   * Fix cast in lvalue assignment that gcc 4.0 doesn't like.
4254     Closes: #282669, #284797.
4255   * Correct bashism in disk method update script.  Closes: #260568.
4257   * Scorched-earth reimplementation of the build process and control files
4258     with debhelper and automake.  Closes: #200683, #217946, #229629, #260568,
4259     #266995, #279701, #283640, #292973, #293041.
4260   * Remove SGML and POD documentation formats due to both licensing and
4261     sanity issues.  Closes: #285806.
4262   * The dpkg-doc and dpkg-static packages are no more.
4263   * dpkg.cfg cleaned up to remove non-useful examples.
4264     Closes: #169618, #305192.
4265   
4266  -- Scott James Remnant <scott@netsplit.com>  Fri, 14 Jan 2005 19:28:00 +0000
4268 dpkg (1.10.28) unstable; urgency=low
4269   
4270   The "Awh, yeah?  Ripper!" Release.
4272   * New Translations (Christian Perrier):
4273     - Romanian (Eddy Petrisor).  Closes: #309714.
4274     - Tagalog (Eric Pareja).  Closes: #296407.
4275   * Updated Translations (Christian Perrier):
4276     - French (Christian Perrier).
4277     - Greek (Konstantinos Margaritis).  Closes: #295922
4278     - Indonesian (Arief S Fitrianto).  Closes: #296733
4279   * Updated Manpage Translations (Christian Perrier):
4280     - French (Philippe Batailler).
4281     - Syntax error corrected in Brazilian Portuguese man page for
4282       update-alternatives.  Closes: #300646
4284  -- Scott James Remnant <scott@netsplit.com>  Thu, 26 May 2005 18:18:10 +0100
4286 dpkg (1.10.27) unstable; urgency=low
4288   The "Grab your gun and bring in the cat" Release.
4290   * New Translations (Christian Perrier):
4291     - Indonesian (Arief S Fitrianto).
4292     - Norwegian Bokmål (Bjorn Steensrud).
4293   * Updated Translations (Christian Perrier):
4294     - Dutch (confusing option corrected by Christian Perrier).
4295     - Galician (Jacobo Tarrio).
4296     - Korean (Seo Sanghyeon).
4297     - Simplified Chinese (Carlos Liu).
4298     - Traditional Chinese (Asho Yeh).
4300  -- Scott James Remnant <scott@netsplit.com>  Thu, 10 Feb 2005 15:10:22 +0000
4302 dpkg (1.10.26) unstable; urgency=low
4304   The "Captain Tight-Pants" Release.
4306   * Fix incorrect claim that 'Q' in dselect quits without saving changes
4307     (really 'X').
4308   * Revert to current 'stable' behaviour of Space/Enter/'Q' in the dselect
4309     help screen, Space leaves the help screen and Enter and 'Q' do nothing.
4310     It's dangerous to encourage users to press Enter or 'Q' since they
4311     commit changes in the package selection screen.
4313   * New Translations (Christian Perrier):
4314     - Basque (Piarres Beobide Egaña).  Closes: #281245.
4315       (Was really added in 1.10.24, but forgotten from ALL_LINGUAS.)
4316     - Bosnian (Safir Šećerović).
4317     - Slovak (benco).  Closes: #284896, #289341
4318     - Traditional Chinese (Asho Yeh).  Closes: #287375.
4319   * Updated Translations (Christian Perrier):
4320     - Brazilian Portuguese (André Luís Lopes).  Closes: #281228.
4321     - Catalan (Jordi Mallach).  Closes: #281333.
4322     - Czech (Miroslav Kure).  Closes: #281231.
4323     - Danish (Claus Hindsgaul).  Closes: #281103.
4324     - Dutch (Christian Perrier).  Closes: #282087.
4325     - Galician (Héctor Fernéndez López).
4326     - German (Michael Piefel).  Closes: #281503.
4327     - Italian (Stefano Canepa). Closes: #282543.
4328     - Japanese (Kenshi Muto).  Closes: #281144.
4329     - Korean (Changwoo Ryu).  Closes: #282246.
4330     - Norwegian Nynorsk (Håvard Korsvoll).  Closes: #281456.
4331     - Polish (Bartosz Feñski).
4332     - Portuguese (Miguel Figueiredo).  Closes: #281122, #289359.
4333     - Russian (Yuri Kozlov).  Closes: #281166.
4334     - Simplified Chinese (Tchaikov, Carlos Liu).
4335     - Spanish (Javier Fernández-Sanguino Peña).  Closes: #281117.
4336     - Swedish (Peter Karlsson).  Closes: #281165.
4338  -- Scott James Remnant <scott@netsplit.com>  Tue, 11 Jan 2005 16:26:51 +0000
4340 dpkg (1.10.25) unstable; urgency=low
4342   The "你他媽的天下所有的人都該死" Release.
4344   This release is to correct the mangled Simplified Chinese translation
4345   included in 1.10.24 caused by rebellion of the translator's mail client.
4347   * Updated Translations (Christian Perrier):
4348     - Dutch (Bart Cornelis).  Closes: #278700.
4349     - Polish (Bartosz Fenski).  Closes: #280406.
4350     - Simplified Chinese (Tchaikov, Carlos Liu).  Closes: #278676.
4352  -- Scott James Remnant <scott@netsplit.com>  Thu, 11 Nov 2004 20:06:57 +0000
4354 dpkg (1.10.24) unstable; urgency=low
4356   The "Donald, where's your troosers?" Release.
4358   * Add support for uncompressed data.tar archive members and bzip2-
4359     compressed data.tar.bz2 members of binary packages.  Closes: #34727.
4361   * New Translations (Christian Perrier):
4362     - Basque (Piarres Beobide).  Closes: #265491.
4363     - Greek (George Papamichelakis).  Closes: #260809.
4364     - Hebrew (Lior Kaplan).  Closes: #275267.
4365     - Simplified Chinese (Tchaikov, Carlos Liu).  Closes: #265197.
4366   * Updated Translations (Christian Perrier):
4367     - Brazilian Portuguese (Andre Luis Lopes).  Closes: #260964, #273947,
4368       #278063.
4369     - Czech (Miroslav Kure).  Closes: #255904, #278178.
4370     - Catalan (Jordi Mallach).  Closes: #278098.
4371     - Danish (Claus Hindsgaul).  Closes: #278097.
4372     - Dutch (Bart Cornelis).  Closes: #268271, #268886, #274366, #278061.
4373     - Galician (Hector Fernandez).
4374     - German (Michael Piefel).  Closes: #276462, #278168.
4375     - French (Christian Perrier).
4376     - Japanese (Kenshi Muto).  Closes: #272456, #278141.
4377     - Italian (Lele Gaifax).
4378     - Korean (Changwoo Ryu).  Closes: #261528, #278142.
4379     - Norwegian Nynorsk (Håvard Korsvoll).  Closes: #275387, #278286.
4380     - Polish (Bartosz Fenski).  Closes: #268452, #278064.
4381     - Portuguese (Miguel Figueiredo).  Closes: #268266, #261424, #261519,
4382       #278294.
4383     - Russian (Yuri Kozlov).  Closes: #268452, #278154.
4384     - Spanish (Javier Fernández-Sanguino Peña).  Closes: #277173, #278117.
4385     - Swedish (Peter Karlsson).
4386   * Updated Manpage Translations (Christian Perrier):
4387     - French (Philippe Batailler).  Closes: #268048.
4388     - Spanish (Ruben Porras).  Closes: #261807.
4389     - Swedish (Peter Karlsson).
4391  -- Scott James Remnant <scott@netsplit.com>  Wed, 27 Oct 2004 09:25:58 +0100
4393 dpkg (1.10.23) unstable; urgency=low
4395   The "Let the Wookie win" Release.
4397   * Updated hurd start-stop-daemon support.  Closes: #133640, #254180.
4398   * Removed usage of non-POSIX test options.  Closes: #256302.
4400   * Architecture Support:
4401     - Renamed x86-64 to amd64.  Closes: #252346, #254598.
4402   * Documentation:
4403     - Correct typo in dpkg-divert(8).  Closes: #254175.
4404   * New Translations:
4405     - Korean (Changwoo Ryu).  Closes: #254590.
4406   * Updated Translations:
4407     - Catalan (Jordi Mallach).
4408     - Danish (Claus Hindsgaul).  Closes: #252407.
4409     - French (Christian Perrier).  Closes: #252586.
4410     - Italian (Lele Gaifax).
4411     - Polish (Bartosz Fenski).  Closes: #254209.
4412     - Spanish manpages (Ruben Porras).  Closes: #246158, #246159, #246160,
4413       #246161, #246162, #246163, #246164.
4415  -- Scott James Remnant <scott@netsplit.com>  Mon, 19 Jul 2004 19:52:14 +0100
4417 dpkg (1.10.22) unstable; urgency=low
4419   The DebConf4 Release.
4421   This release is mostly intended to mop up the minor and trivial bug
4422   fixes in the list and clear out the documentation changes.  As such,
4423   it should be treated with even more suspicion than is normal.
4425   * Use colouring to break cycles earlier to avoid long loops whilst
4426     installing or configuring packages.  Closes: #232445, #246857.
4427   * Don't try to configure packages that disappeared in the same
4428     run.  Closes: #202997.
4429   * Fix segfault when "gcc -dumpmachine" returns a non-matching triplet.
4430     Closes: #211850.
4431   * Remove restriction that package names be at least two characters long.
4432     Closes: #237734.
4433   * Fix dpkg-source (actually controllib.pl) to output the field name
4434     properly again.  Closes: #226931, #246595.
4435   * Make dpkg-scanpackages output Origin and Bugs fields with proper
4436     casing.  Closes: #154422.
4437   * Add support for DOS line-endings to md5sum.  Closes: #246103.
4438   * Fix start-stop-daemon segfault on Hurd.  Closes: #133640.
4439   * Allow dpkg-shlibdeps to run as non-root users.  Closes: #96881.
4440   * Correct various compiler warnings.  Closes: #229766.
4442   * Architecture Support:
4443     - Added x86-64 (x86_64 / amd64).  Closes: #238483, #241938.
4444     - Added i?86-gnu (Hurd).  Closes: #216695, #236331.
4445     - Added i386-kfreebsd-gnu and i386-knetbsd-gnu.  Closes: #250176.
4446   * Packaging:
4447     - Create $(docdir) even when --without-sgml-doc is passed so the
4448       ChangeLog can be installed.  Closes: #137719.
4449     - Stop hardcoding the list of manual page languages in debian/rules,
4450       so we include Spanish, Russian and Brazilian Portugese.  Closes: #245994.
4451     - Quote LDFLAGS in debian/rules to allow multiple options.
4452       Closes: #230242.
4453   * Documentation:
4454     - Move dpkg-scanpackages and dpkg-scansources to section 1 as they
4455       are user tools.  Closes: #114946.
4456     - Correct hyphen characters in manpages.  Closes: #212284, #247086, #226800.
4457     - Remove obsolete references to the Debian Packaging Manual.
4458       Closes: #122910, #140695.
4459     - Correct 'n' and 'p' key descriptions in dselect help message.
4460       Closes: #120562.
4461     - Add --force-bad-verify to dpkg manpage.  Closes: #192812.
4462     - Correct dpkg manpage to refer to --force-remove-reinstreq instead of
4463       -non-existant --force-reinstreq option.  Closes: #232831.
4464     - Correct documentation of --compare-versions arguments.  Closes: #232317.
4465     - Correct usage of "et al" to "et al.".  Closes: #230751.
4466     - Add dpkg-reconfigure(8) to SEE ALSO section of dpkg(8).  Closes: #233282.
4467     - Suggest packages that provide additional functionality in the dpkg
4468       manpage.  Closes: #81355.
4469     - Suggest dselect update in description of dpkg --update-avail.
4470       Closes: #206163.
4471     - Suggest aptitude as well as dselect.  Closes: #217042.
4472     - Suggest fakeroot for dpkg-source -r.  Closes: #175897.
4473     - Correct documentation of start-stop-daemon.  Closes: #41554, #211856.
4474     - Correct documentation of start-stop-daemon manpage to refer to --retry
4475       alongside --stop.  Closes: #204691.
4476     - Add note that start-stop-daemon will chdir("/") unless -d is specified.
4477       Closes: #217823, #218060.
4478     - Correct documentation of dpkg-query --list.  Closes: #232639.
4479     - Correct invalid use of &quot; within update-alternatives(8) with .BR.
4480       Closes: #244624.
4481     - Rewrite description of dpkg-source -i to indicate the intent of the
4482       default setting rather than the exact exclusions.  Closes: #227169.
4483     - Correct documentation of dpkg-statoverride --update.  Closes: #85079.
4484     - Correct documentation of update-alternatives --install.  Closes: #179648.
4485     - Documented dpkg:Version and dpkg:UpstreamVersion substvars.
4486       Closes: #85815, #85818.
4487     - Fix spelling error in utils/md5sum.1.  Closes: #250281.
4488     - Replace "&c." with the slightly clearer "etc.".  Closes: #235773.
4489     - Correct various typos.  Closes: #219623, #221235.
4490   * Updated Translations:
4491     - Catalan (Jordi Mallach).
4492     - French (Christian Perrier).  Closes: #246359.
4493     - Italian (Lele Gaifax).
4494     - Japanese manpages (KISE Hiroshi).  Closes: #248483.
4495     - Russian (Nikolai Prokoschenko).  Closes: #249254.
4496     - Spanish manpages (Ruben Porras).  Closes: #246158, #246159, #246160,
4497       #246161, #246162, #246163, #251830.
4498   * New Translations:
4499     - German start-stop-daemon and update-alternatives manpages
4500       (Helge Kreutzmann).  Closes: #247116, #249454.
4501     - Spanish dpkg-scansources manpage (Ruben Porras).  Closes: #246164.
4503  -- Scott James Remnant <scott@netsplit.com>  Tue,  1 Jun 2004 18:21:40 -0300
4505 dpkg (1.10.21) unstable; urgency=low
4507   * Fix incorrect linked list node removal code that caused every second
4508     shared or diverted conffile to be deleted by dpkg.
4509     Closes: #10879, #33046, #47267, #90623, #98210, #109691, #146167.
4510     Closes: #155456, #204275.
4511   * Call mknod with the required device type.  Closes: #158916.
4512   * Correct the default query output format to be consistent with
4513     what the underlying library expects.  Closes: #174973.
4514   * Fix missing NULL-termination in dpkg-query -W display of dependency
4515     fields.  Closes: #174978
4516   * Strip output from md5sum(1) after the first whitespace character.
4517     Closes: #200763.
4518   * Output a warning if we cannot open a configuration file instead of
4519     treating it as a fatal error, in case our home directory is not readable
4520     by root.  Closes: #200701.
4521   * Set LC_ALL to C before spawning off dpkg --search, to avoid searching
4522     on localized strings.  Closes: #244316.
4523   * Don't require argument for start-stop-daemon -V.  Closes: #237589.
4524   * Correct use of @ARGV within dpkg-scanpackages, allowing -u to work
4525     once again.  Closes: #225086, #241503.
4526   * Make sure file permissions passed to dpkg-statoverride are numeric.
4527     Closes: #161156.
4528   * Correctly break out of the loop in install-info.
4529     Closes: #124225, #160761.
4530   * Add --dir-file option to install-info for GNU install-info
4531     compatibility.  Closes: #179192
4532   * Refer to debian-policy in dpkg-doc's description instead of the
4533     non-existant packaging-manual.  Closes: #120970.
4534   * Remove incorrect mention of build-essential from dpkg-checkbuilddeps
4535     manpage.  Closes: #219210.
4536   * Add a note about diverting shared libraries to the dpkg-divert
4537     manpage.  Closes: #214699.
4538   * Updated Translations:
4539     - Brazilian Portugese (Andre Luis Lopes).  Closes: #237864.
4540     - Catalan (Jordi Mallach).
4541     - Danish (Claus Hindsgaul).  Closes: #237624.
4542     - Dutch (Pieter-Paul Spiertz, Bart Cornelis, Erwin).
4543       Closes: #102094, #151799, #207758.
4544     - French (Sam Hocevar).  Closes: #243191.
4545     - German (Florian Ernst).  Closes: #109669, #115352, #187952, #244098.
4546     - Japanese manpages (KISE Hiroshi).  Closes: #220776.
4547     - Polish (Bartosz Fenski).  Closes: #242870.
4548     - Spanish (Javier Fernández-Sanguino Peña).  Closes: #166052.
4549     - Swedish (Peter Karlsson).
4550   * New Translations:
4551     - Japanese dpkg-source manpage (KISE Hiroshi).  Closes: #239000.
4552     - Norwegian Nynorsk (Gaute Hvoslef Kvalnes).  Closes: #233614.
4553     - Portguese (Miguel Figueiredo).  Closes: #240081.
4554     - Spanish dpkg-source manpage (Ruben Porras).  Closes: #171489.
4556  -- Scott James Remnant <scott@netsplit.com>  Sun, 25 Apr 2004 18:55:10 +0100
4558 dpkg (1.10.20) unstable; urgency=high
4560   * Update Japanese translation.  Closes: #224616
4561   * Update French translation.  Closes: #218713
4562   * Fix spelling error in German md5sum man page.  Closes: #230750
4563   * Fix typo in pt_BR po file.  Closes: #192102
4564   * Revert fix for #232916, this turns out to be a bug in the pgpgp
4565     wrapper, dpkg worked fine with pgp itself.
4567  -- Scott James Remnant <scott@netsplit.com>  Thu, 11 Mar 2004 11:24:54 +0000
4569 dpkg (1.10.19) unstable; urgency=high
4571   * Distinguish unmet build dependencies from build conflicts.
4572     Closes: #217943, #235266.
4573   * Force NULL-termination of all tar file entry names.  Closes: #232025.
4574   * Allow dselect to use the full window width.  Closes: #139781.
4575   * Pass correct number of arguments for format string when out of disk
4576     space.  Closes: #213038, #217286, #213543, #213846.
4577   * Remove duplicated entries from ChangeLog.  Closes: #157437.
4578   * Fix dpkg-buildpackage when used with PGP.  Closes: #232916.
4579   * Update support for Debian FreeBSD.  Closes: #211566.
4580   * Store Architecture in the status file.  Closes: #228253.
4581   * Don't print offending lines in md5sum.  Closes: #170953.
4582   * Check bounds of md5sum lines.  Closes: #168443, #199489, #199693.
4584  -- Scott James Remnant <scott@netsplit.com>  Mon,  8 Mar 2004 19:05:32 +0000
4586 dpkg (1.10.18.1) unstable; urgency=medium
4588   * Non-maintainer upload to fix release-critical bugs.
4589   * Terminate string buffer in main/remove.c.  Closes: #228379.
4590   * Prevent stashing of hardlinked devices and setuid or setgid binaries
4591     by removing permissions on upgrade as well as on remove.
4592     Closes: #225692.
4593   * Update dpkg conflicts to << 1.10, instead of 1.9.
4594     Closes: #190611, #221989, #222760.
4596  -- Scott James Remnant <scott@netsplit.com>  Thu, 26 Feb 2004 01:17:27 +0000
4598 dpkg (1.10.18) unstable; urgency=medium
4600   * Rebuild, tagging and releasing correctly from cvs this time.
4602  -- Adam Heath <doogie@debian.org>  Mon, 27 Oct 2003 13:39:56 -0600
4604 dpkg (1.10.17) unstable; urgency=medium
4606   * Make dselect do conflict resolution when dealing with automatically
4607     selected recommended package. Thanks to Colin Watson for the analysis
4608     and patch. Closes: Bug#151663
4609   * Branden Robinson <branden@debian.org>:
4610     s/dpkg-checkbuild/dpkg-checkbuilddeps/ in usage.
4611   * dpkg-checkbuilddeps now sets $reduce_arch.  Closes: #212796.
4612   * Goswin Brederlow <brederlo@informatik.uni-tuebingen.de>:
4613     Add -u in dpkg-scanpackages.  Closes: #214123.
4614     Add -a<arch> command to dpkg-scanpackages.
4615   * Add .#* to dpkg-source's default ignore filter.  Closes: #217380.
4616   * Matthias Urlichs <smurf@smurf.noris.de>:
4617     Don't assume /usr/info/dir exists if /usr/info does.  Closes: #165770.
4618   * Jordi Mallach <jordi@debian.org>:
4619     Update Catalan translation.
4620   * Fix errors with dependency fields that reference ${dpkg:Version}.
4621     Closes: #213108.
4623  -- Adam Heath <doogie@debian.org>  Mon, 27 Oct 2003 13:04:57 -0600
4625 dpkg (1.10.16) unstable; urgency=low
4627   * Almost *EVERY* damn file was including config.h in the wrong spot.
4628     After making it the first include, then off_t/size_t/etc could actually
4629     be redefined to be 64-bit compatible.
4630   * Jordi Mallach <jordi@debian.org>:
4631     Fix configure to set HAVE_SETLOCALE.  Closes: #211816
4632   * "Loïc Le Loarer" <lll_deb@m4x.org>:
4633     Add a -d|--chdir option to start-stop-daemon.  Closes: #151802
4634   * Split the background block into 2 parts: one that does the fork, and
4635     opens /dev/tty and /dev/null, and one that does everything else.  The
4636     second block is then moved to be run right before the exec.  This
4637     allows error messages to be seen from the child(previously, they were
4638     lost), and allows for the chroot to not require the device files.
4639     These changes based on the bugs filed by:
4640     Marc Herbert <Marc.Herbert@ens-lyon.fr>: Closes: #155219
4641     Loïc Le Loarer <lll_deb@m4x.org>: Closes: #151800
4642   * Mario Lang <mlang@debian.org>:
4643     When --start, --startas and --pidfile are given, print 'process'
4644     instead of '(null)' for the process name, if it's already running.
4645     Closes: #209355
4646   * Imported several translated manpages, from debian-doc cvs:
4647     * Spanish: 822-date.1 cleanup-info.8 deb-control.5 deb-old.5
4648       deb.5 dpkg-checkbuilddeps.1 dpkg-deb.1 dpkg-divert.8 dpkg-name.1
4649       dpkg-scanpackages.8 dpkg-split.8 dpkg-statoverride.8 dpkg.8
4650       dselect.8 md5sum.1 start-stop-daemon.8 update-alternatives.8
4651       "Esteban Manchado Velázquez" <zoso@debian.org>: Closes: #171489
4652     * French: deb.5
4653       Julien Louis <arthur51@ifrance.com>: Closes: #164906
4654     * Portuguese: dpkg.8 dselect.8
4655   * Matt Zimmerman <mdz@debian.org>
4656     In dpkg's manpage, -O had an inverted word.  Closes: #111711
4657   * Marcin Owsiany <porridge@debian.org>:
4658     Fix Polish translation of 'conflicts with'  Closes: #112057
4659   * Jiri Masik <masik@darbujan.fzu.cz>:
4660     Improve Czech translation of: "dpkg - warning: ignoring request to
4661     remove %s which isn't installed."  Closes: #117518
4662   * Marco Nenciarini <mnencia@prato.linux.it>:
4663     Fix missing space in Italian translation when listing files, and the
4664     file is diverted.  Closes: #138244
4665   * Piotr Roszatycki <Piotr_Roszatycki@netia.net.pl>:
4666     Update Polish translation.  Closes: #142370
4667   * Martin Quinson <mquinson@ens-lyon.fr>:
4668     Fix missing space in French translation of: "%s - warning: downgrading
4669     %.250s from %.250s to %.250s.\n"  Closes: #149142
4670   * Hidetaka Iwai <tyuyu@sings.jp>:
4671     Fix typo in Japanese translation of dpkg --force-help; dowgrade ->
4672     downgrade:  Closes: #157819
4673   * Martin Quinson <mquinson@ens-lyon.fr>:
4674     Fix French translation when listing files, and the file is diverted.
4675     Closes: #162154
4676   * Rune Schjellerup <olberd@odense.kollegienet.dk>:
4677     Fix Danish translation of(was missing the leading space): " does not
4678     appear to be available\n"  Closes: #192972
4679   * Fix md5sum when handling large files.  Closes: #162691
4680   * Fix dpkg-checkbuilddeps calling of parsedep.  It wasn't setting
4681     use_arch.  Closes: #212796.
4682   * Joey Hess <joeyh@debian.org>:
4683     Change formatting of info.dir.  Closes: #167379.
4685  -- Adam Heath <doogie@debian.org>  Sat, 25 Oct 2003 15:46:16 -0500
4687 dpkg (1.10.15) unstable; urgency=low
4689   * Fix detection of va_copy.
4690   * Back out debian/rules build-arch detection.  It is *not* possible *at
4691     all* to detect available targets in a rules file.  Period.
4693  -- Adam Heath <doogie@debian.org>  Fri, 19 Sep 2003 20:02:19 -0500
4695 dpkg (1.10.14) unstable; urgency=low
4697   * controllib.pl:
4698     * Rewrote the parsedep stuff, so that it wasn't done during control
4699       file parsing.  Scripts that need the internal parsed format should
4700       call parsedep on the field's value.
4701     * Split the substvars parsing into a separate function.
4702     * No longer validate dependency fields when reading the control file.
4703       Some fields may have vars in them, which breaks the validation.
4704     * dpkg-gencontrol calls substvars after parsing the control file, and
4705       then validates the substituted depends lines.  Originally,
4706       substitution occured only during writing of the final output file.
4707     * Andreas Barth <aba@not.so.argh.org>:
4708       Fix bad regex that didn't allow spaces in dependency field parsing.
4709       It now directly matches what the c code expects.  It previously was
4710       allowing all of \S, which matched on '('.
4711       Closes: #211660.
4712   * Remove stale debug in debian/control that would have broken
4713     installation on s390.
4714   * We were calling our own local copy of dpkg-gencontrol, but the
4715     system-installed copy of dpkg-shlibdeps.  Now, both are called from
4716     the build directory.
4718  -- Adam Heath <doogie@debian.org>  Fri, 19 Sep 2003 12:29:34 -0500
4720 dpkg (1.10.13) unstable; urgency=low
4722   * Fix parsing of deps when both () and [] are specified.
4723   * Set $host_arch in controllib.pl:parsedep.
4724   * dpkg-checkbuilddeps doesn't output the [] stuff when finding invalid
4725     deps.
4727  -- Adam Heath <doogie@debian.org>  Wed, 17 Sep 2003 13:23:15 -0500
4729 dpkg (1.10.12) unstable; urgency=low
4731   * Fix dpkg-source output of build-depends lines.
4733  -- Adam Heath <doogie@debian.org>  Tue, 16 Sep 2003 13:43:45 -0500
4735 dpkg (1.10.11) unstable; urgency=low
4737   * dpkg no longer provides any BYHAND files.  If you need the source
4738     tarball, use the orig.tar.gz file available in the pool.  The
4739     precompiled tars were hold-overs from when debs were not standard
4740     ar/tar files.
4741   * Install /usr/share/doc/dpkg/pseudo-tags, which talks about the bug
4742     titling we use to mark bugs for filtering in the Debian bts.
4743   * Updated ca.po.
4744   * Teach dpkg-source that ~ is legal in version numbers
4745   * Add build-depends on sgml-base, and increase gettext build-depends to
4746     0.12.1-3.
4747   * Updated config.sub and config.guess in cvs.
4748   * Change use of strncpy in parsedb to memcpy.  Closes: #160447
4749   * No longer generate helpmsgs.{cc,h}.
4750   * several controllib changes:
4751     * Moved dependency parsing logic from dpkg-checkbuilddeps.
4752       The dpkg-checkbuilddeps parser didn't support empty fields, while
4753       the controllib parser did.
4754     * All dependency fields parsed by controllib.pl support [arch]
4755       specifiers.  If the arch specifier doesn't apply for the current
4756       arch, then the item will not be added to the internal list structure.
4757     * Comment lines(that begin with '#') are removed during parsing.
4758     * Store the original casing of field names, for use in error reporting.
4759     * Store the original field's casing with 'o:' prepended in %fi.
4760       * ballombe@merulo.debian.org:
4761         dpkg-checkbuilddeps now handles empty fields.  Closes: #111562
4762       * Branden Robinson <branden@debian.org>:
4763         support comments(first char on line begins with '#') in
4764         debian/control.  Closes: #191810
4765       * Bastian Blank <waldi@debian.org>:
4766         Allow for per-arch generated dependency fields.  Closes: #170575
4767       * Branden Robinson <branden@debian.org>:
4768         Report the original casing of field names when they are unknown.
4769         Closes: #177753
4770   * Patch dpkg-buildpackage to call debian/rules -qn build-arch, and if
4771     it's available, modify -B handling appropriately.  If build-arch is not
4772     available, then when -B was called, do *not* pass -B on to
4773     dpkg-checkbuilddeps.  Closes: #203097
4774   * Frank Lichtenheld <frank@lichtenheld.de>:
4775     Apply patch, to handle missing infodir.bak, and empty files.  Closes:
4776     #196361
4777   * Change standard_startup and standard_shutdown into macros.  Closes:
4778     #200351.
4779   * Andrew Suffield <asuffield@debian.org>:
4780     Fix inverted test of eof in parsedb, while looking for eof after
4781     field name.  Closes: #198218
4782   * Yann Dirson <dirson@debian.org>
4783     Add set -e to dpkg-doc.postinst.  Closes: #191261
4784   * Michael Weber <michaelw@debian.org>:
4785     dpkg --print-architecture now does gcc -dumpmachine instead of
4786     --print-libgcc-file-name.  Closes: #131893, #8241, #106793, #210285
4787   * Daniel Silverstone <dsilvers@digital-scurf.org>:
4788     Apply patch to change hashing function, and increase bin size, for
4789     the package database.  Closes: #206416
4790   * Paul Eggert <eggert@CS.UCLA.EDU>:
4791     Apply patch to make dpkg work with POSIX 1003.1-2001.  Closes:
4792     #204894
4793   * Joey Hess <joeyh@debian.org>:
4794     Fix "stripping trailing /" message from dpkg-statoverride.  Closes:
4795     #203782
4796   * Sami Liedes <sliedes@cc.hut.fi>:
4797     Increase filesdb bin size, and alter hashing function.  Closes:
4798     #179385
4799   * Anthony Towns <aj@azure.humbug.org.au>:
4800     Retry removing empty dirs during purge.  Closes: #112386
4801   * Darren Salt <linux@youmustbejoking.demon.co.uk>:
4802     Add .cvsignore to dpkg-source's default diff ignore regex.  Also fix
4803     missing \ escape for .deps.  Closes: #174013
4804   * Koblinger Egmont <egmont@uhulinux.hu>:
4805     Fix segfault with --status-fd.  Closes: #173618
4806   * Colin Watson <cjwatson@debian.org>,
4807     Andrew Suffield <asuffield@debian.org>:
4808     Add .svn, {arch}, and .arch-ids to dpkg-source -i default regex.
4809     Closes: #169359
4810   * Falk Hueffner <falk@debian.org>:
4811     Added alphaev68-linux-gnu to archtable.  Closes: #199360
4812   * Elie Rosenblum <fnord@debian.org>:
4813     Apply patch to support OpenBSD.  Closes: #154277
4814   * Geoff Richards <qef@laxan.com>:
4815     Add --config to action section, and add as EXAMPLES section.  Closes:
4816     #208014, #115759
4817   * Yann Dirson <dirson@debian.org>:
4818     install-info --version and --help now display on stdout.  Closes:
4819     #154633
4820   * Dan Jacobson <jidanni@dman.ddts.net>:
4821     Mention what dpkg and dpkg-query -S will not find.  Closes: #153096
4822   * Sebastian Leske <sleske@enterprise.mathematik.uni-essen.de>:
4823     Mention in dpkg(8) that downgrading a package can have serious
4824     consequences.  Closes: #61156
4825   * Dan Jacobson <jidanni@dman.ddts.net>:
4826     In dpkg-scanpackages(8), including small note that other tools might
4827     use the generated Packages file.  Closes: #208894
4828   * Warren Turkal <wturkal@cbu.edu>:
4829     Fix some typos in dpkg-source(1).  Closes: #207259, #204123, #167426
4830   * Dan Jacobson <jidanni@dman.ddts.net>:
4831     Alter text in dselect(8), implying that other interfaces are available
4832     for installing packages.  Closes: #206164.
4833   * Daniel Bonniot <bonniot@users.sourceforge.net>:
4834     Note in start-stop-daemon(8) that --nicelevel takes an argument.
4835   * Ruben Porras <nahoo82@telefonica.net>:
4836     Remove duplicate 'can' in deb-control(5).  Closes: #183840
4837   * Dan Jacobson <jidanni@dman.ddts.net>:
4838     Fix short description in dpkg-scansources(8).  Closes: #175770
4839   * Zefram <zefram@fysh.org>:
4840     In dpkg(8), move dpkg-query options to their own subsection, like
4841     dpkg-deb.  Closes: #174971
4842   * Thomas Hood <jdthood@yahoo.co.uk>
4843     Add --dry-run and --simulate as synonyms to --no-act.  Closes:
4844     #165099
4845   * Junichi Uekawa <dancer@netfort.gr.jp>:
4846     Fix wrong reference to DEB_BUILD_GNU_SYSTEM on --host in
4847     dpkg-architecture(1).  Closes: #163621
4848   * Michael Klein <michael.klein@puffin.lb.shuttle.de>:
4849     s/Usuaully/Usually/ in deb-control.5.  Closes: #161819
4850   * Joey Hess <joeyh@debian.org>:
4851     Removed reference in dselect(8) about recommends not being handled
4852     well.  Closes: #157973
4853   * Andrew Suffield <aps100@doc.ic.ac.uk>:
4854     s/dpkg-source/dpkg-parsechangelog/ in dpkg-parsechangelog -h.
4855     Closes: #155822
4856   * Matej Vela <vela@debian.org>:
4857     Unhighlight "May be repeated multiple times." in dpkg-source(1).
4858     Closes: #151845
4859   * Jordi Mallach <jordi@debian.org>:
4860     Make all actions in dpkg-deb -h lower case.  Closes: #150642
4861   * Alexander Hvostov <root@aoi.dyndns.org>:
4862     Add -g|--group to start-stop-daemon, and document properly.  Closes:
4863     #127342
4864   * Szerb Tamas <toma@mlf.linux.rulez.org>:
4865     s/THANKS/THANKS.gz/ in dpkg(8).  Closes: #91348
4866   * "James R. Van Zandt" <jrv@vanzandt-pc.mitre.org>:
4867     In dpkg(8), mention running dselect, install after --set-selections.
4868     Closes: #175236
4869   * Yann Dirson <dirson@debian.org>:
4870     Remove disabled --command-fd from help.  Closes: #169619
4871   * Tobias Burnus <tburnus@physik.fu-berlin.de>:
4872     Apply patch to update-alternatives that provides --set and --remove-all
4873     commands.  Closes: #133745.
4874   * Osamu Aoki <debian@aokiconsulting.com>:
4875     Add --all to update-alternatives, that calls --config on all
4876     alternatives.  Closes: #126621
4877   * Dan Jacobson <jidanni@jidanni.org>:
4878     Alter --config prompt, to be more clear, that one must 'press' enter to
4879     accept the default.  Closes: #203557
4880   * Peter Moulder <pmoulder@bowman.csse.monash.edu.au>:
4881     Fix some -w issues in update-alternatives.  Closes: #137313
4882   * Eduard Bloch <edi@gmx.de>:
4883     Apply patch to check whether the target path exists on removing.
4884     Closes: #37254
4885   * Colin Walters <walters@debian.org>:
4886     After opening files, set binmode.  Closes: #175363
4888  -- Adam Heath <doogie@debian.org>  Tue, 16 Sep 2003 12:52:11 -0500
4890 dpkg (1.10.10) unstable; urgency=low
4892   * Update archtable for hurd.  Closes: #187509.
4893   * Make the dpkg-iasearch conflicts versioned.  Closes: #170698.
4894   * Surround sed call with '' in Makefile.in.  Closes: #187534.
4895   * Strip trailing / from the file args in dpkg-statoverride.  Closes:
4896     #184239.
4897   * Modified to use autotools-dev.  Closes: #179656.
4898   * Add netbsd support.  Closes: #179658, #179659.
4899   * Support hypenated values in dpkg-architeture. Closes: #179661
4900   * No longer managed the /usr/doc symlinks.
4902  -- Adam Heath <doogie@debian.org>  Sat, 26 Apr 2003 15:10:24 -0500
4904 dpkg (1.10.9) unstable; urgency=low
4906   * Fix dereference in main/help.c:cu_closefd(), which was the cause of
4907     close(random number) on most arches, but close(0) on s390x.
4908   * Add s390x to archtable.  Closes: #160976.
4910  -- Adam Heath <doogie@debian.org>  Sun, 15 Sep 2002 13:21:38 -0500
4912 dpkg (1.10.8) unstable; urgency=low
4914   * Make the multiline regex have an upper bound, instead of being
4915     unbounded, as newer perls have a larger stack frame, which cause them
4916     to segfault quicker with larger inputs.  Closes: #159756.
4918  -- Adam Heath <doogie@debian.org>  Thu,  5 Sep 2002 16:32:01 -0500
4920 dpkg (1.10.7) unstable; urgency=low
4922   * Fix double free in modstatdb_init, in the case that modstatdb_shutdown
4923     was called previously.  Closes: #159515.
4925  -- Adam Heath <doogie@debian.org>  Tue,  3 Sep 2002 18:59:19 -0500
4927 dpkg (1.10.6) unstable; urgency=low
4929   * Don't call nffreeall, in any of the c/c++ programs.  It appears dselect
4930     slightly corrupts it's memory enough that it can't be freed without
4931     segfaulting.  Closes: #159023.
4933  -- Adam Heath <doogie@debian.org>  Sun,  1 Sep 2002 00:19:18 -0500
4935 dpkg (1.10.5) unstable; urgency=low
4937   * Fix segfault in md5sum if the file being checked doesn't exist.
4938     Closes: #154503.
4939   * Fix extraction of md5sum in dpkg-scanpackages.  Closes: #153769.
4940   * Handle directories better in md5sum.  Closes: #157453.
4941   * Fix read past buffer in lib/nfmalloc.c.  Closes: #157304.
4942   * Fix several read pass buffer bugs, and a memleak.  Closes: #155362.
4943   * Fix segfault when --auto-deconfigure is given.  Closes: #157762.
4944   * Allow spaces between the end of a version, and the trailing ')'.
4945     Closes: #154898.
4946   * Fixes for HURD:  Closes: #156545
4947     * Add i386-gnu0.3 to archtable.
4948     * Fix handling of static compiles, with regard to zlib.
4949   * Previous install-infos(before 1.10) handled multiple dir file entries,
4950     because they would copy the entire stanza unmodified.  The newest
4951     version does not do this, as it reformats the options, and thereby
4952     only takes the first line.  So, we now split all the lines from the
4953     stanza, and process them all.  Closes: #147492.
4954   * Fix corruption of available file, caused by use of memory that was
4955     previously freed.  Closes: #154257.
4956   * Fix several minor memleaks.
4957   * Remove /usr/sbin/start-stop-daemon.  Closes: #156437.
4959  -- Adam Heath <doogie@debian.org>  Thu, 29 Aug 2002 16:43:15 -0500
4961 dpkg (1.10.4) unstable; urgency=low
4963   * Remove -ffunction-sections and -fdata-sections.  Closes: #152130.
4964   * Install archtable into /usr/share/dpkg/.
4966  -- Adam Heath <doogie@debian.org>  Sun, 14 Jul 2002 15:17:56 -0500
4968 dpkg (1.10.3) unstable; urgency=low
4970   * Move dselect.cfg to dselect package. Closes: Bug#152132
4971   * Install methods into /usr/lib/dpkg/methods, not /usr/lib/dpkg.  Closes:
4972     #152161.
4973   * Fix test inversion in start-stop-daemon, when checking the pid given in
4974     a pid file.  Thanks Thomas Morin <thomas.morin@enst-bretagne.fr>.
4975     Closes: #152270.
4976   * If in --test mode, and --stop is given, increment n_killed, so that
4977     start-stop-daemon returns the proper exit value.  Thanks Thomas Morin
4978     <thomas.morin@enst-bretagne.fr>.  Closes: #151992.
4980  -- Adam Heath <doogie@debian.org>  Thu, 11 Jul 2002 22:58:43 -0500
4982 dpkg (1.10.2) unstable; urgency=low
4984   * Make configuration files in $HOME work again
4985   * dpkg + dpkg-static conflict with dpkg-dev << 1.9, to fix md5sum error
4986     in dpkg-source.  Closes: #151691.
4987   * Remove -Z from patch call, in dpkg-source, as it makes patch warn about
4988     missing timestamps.  Closes: #151965
4989   * Install debian/dselect.conffiles.
4991  -- Adam Heath <doogie@debian.org>  Thu,  4 Jul 2002 21:08:09 -0500
4993 dpkg (1.10.1) unstable; urgency=low
4995   * Add conflict with dpkg-iasearch which intruded on our namespace.
4996   * Replace manpages-de which includes one of our manpages.  Closes: #151485
4997   * Don't always call autoheader when building. Closes: #151471
4998   * Fix double conflict in dpkg. Closes: Bug#151581
4999   * Move dselect methods to dselect package.
5000   * dpkg-checkbuilddeps no longer checks for build-essential. dpkg should
5001     not hardcode Debian policy.
5002   * Make dpkg-genchanges accept ~ as part of a package filename.
5003     Closes: Bug#150739
5004   * Move dpkg.cfg and dselect.cfg manpages into dpkg package. Closes: Bug#132901
5006  -- Wichert Akkerman <wakkerma@debian.org>  Tue,  2 Jul 2002 12:34:07 +0200
5008 dpkg (1.10) unstable; urgency=low
5010   * dpkg now reorders symlinks when extracting debs.  However, this is also
5011     still done when building debs.  After a stable release of Debian has
5012     occurred with this modified dpkg, the reordering when building can be
5013     removed.
5014   * Fixed upper/lowercase problems with package names. Closes: Bug#58091
5015     (and 3 others).
5016   * Add Russian manual pages
5017   * Fix n in dselect package list (performs searchagain now)
5018   * Fix layout problem in dpkg-divert manpage. Closes: Bug#103667
5019   * When a package is set to hold, and a reinstallation is requested,
5020     -E will not properly skip it.  Closes: #45787.
5021   * Make dpkg-checkbuilddeps use dpkg-architecture. Closes: Bug#104230
5022   * Improve dpkg-archtecture documentation. Closes: Bug#104232
5023   * Update German translation. Closes: Bug#97239
5024   * Update Polish translation. Closes: Bug#115783
5025   * Update French translation.
5026   * Update Brazilian translation.
5027   * Update Danish translation.
5028   * Update Galician translation.
5029   * Update Portuguese translations.
5030   * Add Catalan translation
5031   * Add German md5sum manpage
5032   * Add Brazilian update-alternatives manpage. Closes: Bug#122132
5033   * Improve dselect manpage. Closes: Bug#103839
5034   * dpkg-name(1) no longer mentions the non-existing dpkg(5) manpage.
5035     Closes: Bug#104214
5036   * Improve handling of Recommends and Suggests in dselect. Closes: Bug#34942
5037   * Add per-user configuration files. Closes: Bug#103845
5038   * Split dselect into its own package. dpkg Pre-Depends on it
5039     to make sure no weird things happen during an upgrade but this
5040     will allow us to make dselect option at some point in the future.
5041     Closes: #114249.
5042   * Make colours in dselect user-configurable. Closes: Bug#103994
5043   * Make Q do an abort in the method selection menu to make things more
5044     consistent with the package list
5045   * Fix test for nice(2) failure in start-stop-daemon. Closes: Bug#104561
5046   * Improve the dselect helpscreen a bit. Closes: Bug#72634
5047   * New version comparison routine that can handle arbitrarily large numbers
5048     and accepts `~' as a low-sorting character. Closes: Bug#93386
5049   * dselect now accepts regular expressions when searching for packages
5050     and can search in package descriptions as well.
5051     Closes: Bug#81009,#83139
5052   * Move query commands into a seperate dpkg-query command. For the old options
5053     (-L,-l,-s,-S) dpkg will still call it for you.
5054   * Add configurable package listing support to dpkg-query
5055   * Handle window resize in dselect main menu. Closes: Bug#98275
5056   * update-rc.d moved to the sysvinit package. Closes: Bug#108887,#109282
5057   * Add --showformat and --show options to dpkg-deb and dpkg-query to
5058     allow one to customize the output format
5059   * several install-info cleanups:
5060     * Move /usr/info/dir to /usr/share/info/dir.  Closes: #67174.
5061     * If /usr/share/info doesn't exist, print a message saying so,
5062       instead of the confusing "couldn't lock" error.  Closes: #2531.
5063     * If /usr/share/info/dir doesn't exist, or is empty, try to copy the
5064       backup from /var/backups/infodir.bak.  Closes: #121309.
5065     * Add a --remove-exactly option, and allow for relative filenames.
5066       Closes: #92650.
5067     * Use the section from the .info file if --section is not given.
5068       Closes: #76100.
5069     * Error messages now include the filename being processed.
5070       Closes: #66735
5071     * /usr/share/info/dir now has it's entries formatted to even widths. 
5072       Closes: #11228
5073     * --calign|--align|--maxwidth are now ignored.
5074   * strip enoent as well. Closes: Bug#112378
5075   * Fix format error in Dutch translation. Closes: Bug#113120
5076   * When parsing stdin, md5sum now displays '-' as the filename, to match
5077     textutils md5sum.  Closes: #121489.
5078   * Apply patch from bug, to give update-alternatives a --list command.
5079     Closes: #120924.
5080   * Make dpkg-checkbuilddeps always check for build-essential.
5081     Closes: Bug#118420.
5082   * Use space seperated output instead of comma seperated in
5083     dpkg-checkbuilddeps
5084   * Update default ignore expression in dpkg-source to also match *~ and
5085     *.swp in subdirs. Closes: Bug#127458
5086   * Handle errors when verifying md5sums. Closes: Bug#102367
5087   * dpkg-source now uses reliable timestamps for changed files.
5088     Closes: Bug#105750
5089   * Fix typo in start-stop-daemon help message. Closes: Bug#131439
5090   * update-alternative exits with a non-zero exit code when displaying
5091     a non-existing alternative. Closes: Bug#131496
5092   * Use gzip -c in install-info. Closes: Bug#131758
5093   * start-stop-daemon works on HP-UX now. Closes: Bug#130130
5094   * Fix dselect spin when run without input. Closes: Bug#132476
5095   * Update-alternatives now correctly restores an alternative to auto mode
5096     when removing a manually selected alternative. Closes: Bug#132632
5097   * Copy bugs and origin information into status file. Closes: Bug#132714
5098   * Improve wording of update-alternatives --config text. Closes: Bug#133035
5099   * Add manpages for dpkg.cfg and dselect.cfg. Closes: Bug#132901
5100   * Improve test for illegal packagename for dpkg-gencontrol -p option
5101   * Fix segfault when getenv("PATH") returns null.  Closes: Bug#136349
5102   * Add Large File Summit extensions. Closes: Bug#130509
5103   * Fix typo in dpkg-source manpage. Closes: Bug#141906
5104   * Re-fix handling of multiple blank lines in control. Closes: Bug#143117
5105   * Document --force-confmiss and --force-bad-verify. Closes: Bug#146855
5106   * Drop upgrade compat stuff in dpkg postinst for ancient versions (over
5107     5 years old)
5108   * Always set CLOEXEC on the lock fd.  Closes: Bug#147872
5109   * Clean up tmp files when ctrl-c is sent to dpkg-source.  Closes:
5110     Bug#58653.
5111   * dpkg-source no longer requires exact case matches for fields in
5112     debian/control.  Closes: Bug#139159.
5113   * dpkg-scanpackages now gives proper case for Source and Installed-Size.
5114     Closes: Bug#119532.
5115   * dpkg-architecture: s/build on/built on/; same for 'build for'.
5116     Closes: Bug#140441.
5117   * cl-debian.pl now recognizes emergency as valid in changelogs.
5118     Closes: Bug#138013.
5119   * Properly count recursive expansion of variables, instead of just
5120     counting all variable expansions.  Closes: #144121.
5121   * Add -I<filename> to dpkg-buildpackage and dpkg-source, to excludes
5122     files from tar, when building a native package.  Closes: Bug#75947.
5123   * Close the old debian/files file, before doing a rename.  Closes:
5124     Bug#111503.
5125   * Fix documentation of -v<version> for dpkg-parsechangelog, removing the
5126     requirement that the version has to be in the changelog.  Closes:
5127     Bug#117968.
5128   * Fix typo in dpkg-source(1), s/-su/-sU/.  Closes: Bug#126340.
5129   * Add dpkg-scansources to dpkg-scanpackages(8).  Closes: Bug#147924.
5130   * Change /usr/info into a symlink to /usr/share/info if possible
5132  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 21 Jun 2002 21:53:15 +0200
5134 dpkg (1.9.21) unstable; urgency=low
5136   * Fix corrupt Swedish translations that would some error messages display
5137     incorrectly.
5138   * Enable --force-overwrite by default in /etc/dpkg/dpkg.cfg
5139   * dpkg.cfg is now no longer a conffile. This means the installer can
5140     change defaults depending on how an install is done
5141   * Detect truncated debs, and abort the unpack.  Closes: #138569.
5142   * Improve dpkg(8) --force documentation
5143   * Fix error in Russian dselect translation
5145  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 16 May 2002 19:42:29 +0200
5147 dpkg (1.9.20) unstable; urgency=medium
5149   * Fix assertion when --auto-deconfigure is set.  Closes: #137765.
5150   * Fix segfault discovered by fixing the above.
5151   * Fix segfault when getenv("PATH") returns null.  Closes: #136349
5152   * Recompiled against updated zlib, to fix possible security issue.  Also
5153     bumped build-depends to match.  Closes: #137931(grave)
5155  -- Adam Heath <doogie@debian.org>  Sun, 17 Mar 2002 02:52:44 -0600
5157 dpkg (1.9.19) unstable; urgency=medium
5159   * install-info continues to read all data from a pipe, until EOF.
5160     Closes: #99816(grave).
5161   * Add Catalan translation
5162   * Update Danish translation. Closes: Bug#131869
5163   * Update French translation.
5164   * update-alternative exits with a non-zero exit code when displaying
5165     a non-existing alternative. Closes: Bug#131496
5166   * Changed Maintainer to debian-dpkg@lists.
5167   * Fix "Up to date installed packages" for polish translation.  Closes:
5168     #116398.
5169   * Swap updated/up-to-date polish translations(they were reversed).
5170     Closes: #117583, #102961.
5171   * Mark /etc/alternatives/README as a conffile.
5172   * Strip .note, .comment, and /usr/lib/dpkg/enoent.
5173   * Make dpkg-gencontrol not warn about Uploaders.  Closes: #111090.
5175  -- Adam Heath <doogie@debian.org>  Sat,  2 Feb 2002 11:47:34 -0600
5177 dpkg (1.9.18) unstable; urgency=low
5179   * Fix MD5Sum corruption when upgrading a package.  Closes: Bug#113961.
5180   * Add Wichert and I to debian/control:Uploaders.
5182  -- Adam Heath <doogie@debian.org>  Sat,  3 Nov 2001 00:31:00 -0600
5184 dpkg (1.9.17) unstable; urgency=low
5186   * updated-rc.d moved to the sysvinit package. Closes: Bug#108887,#109282
5188  -- Wichert Akkerman <wakkerma@debian.org>  Wed, 22 Aug 2001 01:24:52 +0200
5190 dpkg (1.9.16) unstable; urgency=low
5192   * Revert architecture-change to dpkg-source from 1.9.11, see ChangeLog
5193     for details.
5195  -- Wichert Akkerman <wakkerma@debian.org>  Thu,  5 Jul 2001 22:42:11 +0200
5197 dpkg (1.9.15) unstable; urgency=low
5199   * Change policy of handling dscformat in dpkg-source
5200   * Fix the arglist construction for maintainer scripts
5201   * Revert dscformat to 1.0 since older dpkg-source versions do not have
5202     the new policy. In the future (starting at format 2.0 to maintain
5203     compatibility with old dpkg-source implementations) minor changes to
5204     the dscformat have to be fully backward and forward compatible.
5206  -- Wichert Akkerman <wakkerma@debian.org>  Sat, 30 Jun 2001 16:41:43 +0200
5208 dpkg (1.9.14) unstable; urgency=low
5210   * Make the Uploaders field in a .dsc file optional.
5211   * Disabled sanity checking of source packages.  
5213  -- Adam Heath <doogie@debian.org>  Mon, 25 Jun 2001 02:22:40 -0500
5215 dpkg (1.9.13) unstable; urgency=medium
5217   * Add a -W option to dpkg-source(and the other utils, where it is just
5218     passed thru), to turn certain errors into warnings(of which, only
5219     one is changed, namely, the 'tar doesn't contain preceeding directory'
5220     error).  Closes: #101813, and partially 101845.
5221   * Don't error out if the files in the tar have leading './', for
5222     dpkg-source.  (another partial close of 101845).
5223   * Handle the case where a single directory exists in the orig.tar.gz, but
5224     it is NOT of the form <pkg>-<ver>.  Closes: #101845.
5225   * Set LC_ALL in dpkg-source when we call external programs when we are
5226     going to parse their output.  Another bug from 101845.
5227   * Handle stating of truncated cpio filenames(100 char limit, bah), in
5228     dpkg-source.  Another bug from 101845.
5229   * Add support for an Uploaders field, which is read from the first
5230     paragraph of debian/control, and propagated to the .dsc.  This lists
5231     the people allowed to upload a package.  If it is not set, then the
5232     value of the Maintainer is placed into this field of the .dsc.  This
5233     bumps the .dsc format to 1.1.  Closes: #101815.
5234   * Handle symlinks in the tarball, and don't error out if found.
5235   * in controllib, make warnerrors default to warnings.  Affects
5236     dpkg-source.  This will be changed to be errors in the future.
5238  -- Adam Heath <doogie@debian.org>  Sun, 24 Jun 2001 13:48:52 -0500
5240 dpkg (1.9.12) unstable; urgency=medium
5242   * Fix do_script() bug. Closes: Bug#101552
5243   * Fix building and extracting of certain kinds of source packages.
5244     Closes: #101684.
5245   * Added Colin Watson to THANKS.
5247  -- Adam Heath <doogie@debian.org>  Wed, 20 Jun 2001 18:27:03 -0500
5249 dpkg (1.9.11) unstable; urgency=low
5251   * The "Hang on to your hats, it gets bumpy from here." release.
5252   * Trim trailing spaces from package names when checking builddeps.
5253     Closes: #101304.
5254   * Apply patch from bug to fix logic error that kept everything but
5255     Build-Deps from working in checkbuilddeps.  Closes: #101511.
5256   * Apply patch to correctly check the output of gcc on hurd, for
5257     dpkg-architecture. Closes: #99874.
5258   * The internal pod docs in dpkg-architecture were updated to reflect
5259     that -f was no longer implied when -q was given, but the build system
5260     wasn't generating new documentation.  Closes: #100997.
5261   * deb(5) now has a see-also for deb-old(5).  Closes: #99620.
5262   * Fix dpkg-shlibdeps infinite directory recursion thru symlinks.
5263     Closes: #97622.
5264   * Set the Architecture to 'source' only when doing source only uploads
5265     in the generated changes files.  Closes: #100144.
5266   * Document -nc in the dpkg-buildpackage manpage.  Closes: #101038.
5267   * Make dpkg-source work with GNU md5sum.  Closes: #97666.
5268   * in dpkg-source, when both arch: all and arch: <arch> packages exist in
5269     debian/control, don't promote the source arch: to any, but only list
5270     all and <arch>.  Closes: #94608
5271   * Apply patch from Colin Watson:  Closes: #89679
5272     * Reset SIGPIPE to DEFAULT when forking gzip.
5273     * set LANG to C before execing cpio, as we parse its output.
5274     * In checktarcpio() and checktarsane(), use the previously open pipes,
5275       instead of the opening files on disk(which was the old, ancient way).
5276     * Improve the output parsing of tar in checktarsane().
5277   * warn instead of die when find returns an error(which happens if there
5278     is a dangling symlink, because we use -follow).  Closes: #51479.
5279   * Change list of allowed urgencies in debian/changelog to: low, medium,
5280     high, and critcial.  Closes: #94475.
5281   * Error out if an illegal package name is used in dpkg-gencontrol.pl.
5282     Closes: #61211
5283   * Apply patch from Marcus Brinkmann to dpkg-buildpackage:  Closes:
5284     #98201.
5285     * Option -a implies option -d.
5286     * Set ARCH correctly to host architecture, rather than build arch.
5288  -- Adam Heath <doogie@debian.org>  Tue, 19 Jun 2001 22:15:25 -0500
5290 dpkg (1.9.10) unstable; urgency=low
5292   * Fix [arch] parsing, and handle extra spaces better.  Closes: #100512,
5293     #101031.
5294   * Apply patch from bug, to fix cleanup of dpkg-divert temp files.
5295     Closes: #100474.
5296   * Swap j/k keys on the main menu, so they function like the package
5297     selection screen(and like vi).  Closes: #100502.
5298   * Multiple fixes in bug: Closes: #99892.
5299     * s/DEAD_JOE/DEADJOE/ in dpkg-source.
5300     * Switch to auto mode if alternative symlink is missing.
5301   * Update Spanish translation
5303  -- Adam Heath <doogie@debian.org>  Sat, 16 Jun 2001 14:57:45 -0500
5305 dpkg (1.9.9) unstable; urgency=low
5307   * The leading and trailing spaces patch in the last upload had some
5308     issues with trailing spaces.  This fixes them.  No bug to close, as the
5309     bts is still down.
5311  -- Adam Heath <doogie@debian.org>  Wed,  6 Jun 2001 22:36:57 -0500
5313 dpkg (1.9.8) unstable; urgency=low
5315   * Remove leading and trailing spaces from versions, and check for
5316     embedded spaces, inside dpkg.  Closes: #99186.
5317   * Handle varied use of spaces in dpkg-checkbuilddeps.  Closes: #98899.
5318   * Reset SIGPIPE back to default, in dpkg-source.  Closes: #98563.
5319   * Remove bogus $! check from dpkg-architecture.  Closes: #99428.
5321  -- Adam Heath <doogie@debian.org>  Sat,  2 Jun 2001 15:15:04 -0500
5323 dpkg (1.9.7) unstable; urgency=low
5325   * If a new file doesn't exist on disk, but is a going to be installed as
5326     a directory, then don't error out.  Closes: Bug#17381.
5327   * Update japanese manpages.  Closes: Bug#97831.
5328   * Update it.po.  Closes: Bug#98273.
5329   * Fix bad cleanup in dpkg-divert.  Closes: Bug#98578,#98828,#98831.
5331  -- Adam Heath <doogie@debian.org>  Mon, 28 May 2001 18:59:03 -0500
5333 dpkg (1.9.4) unstable; urgency=low
5335   * Oops.  EOF_mmap incorrectly detecting the end of the data block.
5336     Closes: Bug#95981.
5337   * After fixing the above bug, and using debootstrap to build a sid
5338     chroot, I discovered that my previous dependency cycle fix could cause
5339     segfaults in some situations.
5341  -- Adam Heath <doogie@debian.org>  Tue,  1 May 2001 23:04:46 -0500
5343 dpkg (1.9.3) unstable; urgency=low
5345   * Fix compiles on ppc. Closes: Bug#95918.
5347  -- Adam Heath <doogie@debian.org>  Tue,  1 May 2001 00:29:45 -0500
5348    
5349 dpkg (1.9.2) unstable; urgency=low
5351   * Recompile, to fix incorrect path 1.9.1/dpkg-divert. Closes: Bug#95845
5353  -- Adam Heath <doogie@debian.org>  Mon, 30 Apr 2001 14:21:28 -0400
5355 dpkg (1.9.1) unstable; urgency=low
5357   * Fix segfault with empty status and available, and when missing a
5358     trailing new line.  Closes: Bug#95496
5359   * Make dpkg-shlibdeps not care if dpkg --search return with an error.
5360     Closes: Bug#95568
5361   * Fix corruption of user-defined fields in status and available.
5362     Closes: Bug#95567.
5363   * Changed dpkg.cfg to include no-debsig by default, as no debs are
5364     currently signed, and we get false errors when debsig-verify is
5365     installed.  This will be removed in the future, when the archive tools
5366     support package signatures.  Closes: Bug#95573
5367   * dpkg-buildpackage should only check for valid signinterface if the
5368     user specifies one. Closes: Bug#95598
5369   * Fix removing of diversions.  Closes: Bug#95655
5370   * Fix md5sum -c. Closes: Bug#95586
5372  -- Adam Heath <doogie@debian.org>  Sat, 28 Apr 2001 16:28:21 -0500
5374 dpkg (1.9.0) unstable; urgency=low
5376   * Things should mostly work OpenBSD 2.8 as well now
5377   * Added a --status-pipe option.
5378   * Fixed several memleaks.
5379   * Profiled dpkg.
5380     * Reworked lib/parse.c:parsedb().  Instead of using getc(), then
5381       calling varbufaddc(), it now reads the entire file at once into a
5382       huge buffer, then moves pointers around, to do the parsing.  This
5383       gave a speedup of 33% on a dual celeron 333, when reading status and
5384       available.
5385     * various other speedups.
5386   * Removed all --smallmem code, as smallmem and largemem now actually
5387     use about the same amount of memory, and largemem is faster.  Both
5388     --largemem and --smallmem are now obselete options, and will print
5389     a warning if used. Closes: Bug#84905, #67528
5390   * Initialize unitialized variables.  This should solve several
5391     segfaults. Closes: Bug#25317(plus 9 others, thru the beauty of
5392     merges)
5393   * Found that when working with dependency cycles, and part of the cycle
5394     was a provide, the provider was not being considered, so the cycle
5395     could not be broken. Closes: Bug#87985(and 3 others)
5396   * Update German translation, Closes: Bug#80529,#80532,#87581
5397   * Update French translation, Closes: Bug#65284,#85035,#87238
5398   * Update Japanese translation, Closes: Bug#93873
5399   * Updated all other translations (but no bugs filed)
5400   * Add Danish translation
5401   * Remove spurious '%s' in Polish translation, Closes: Bug#74814
5402   * Add French manpages, courtesy of Philippe Batailler
5403   * Ingore vim swapfiles in dpkg-source, Closes: Bug#81630
5404   * remove --import option from dpkg-statoverride, Closes: Bug#81358
5405   * Replace nfmalloc implementation with obstack. Added obstack.[ch] to
5406     optlib, for non-GNU systems.
5407   * dpkg-divert only allows absolute filenames now. Closes: Bug#82419
5408   * Handle diffs from non-existing files to existing files. Closes: Bug#82708,
5409     #90982.
5410   * Small fixes to the buildsystem. Closes: Bug#84361
5411   * Fix dpkg-statoverride --update for things other then plain files.
5412     Closes: Bug#84449
5413   * Fix race with source directory disappearing in dpkg-source.
5414     Closes: Bug#45511
5415   * Fix manpage for dpkg-gencontrol. Closes: Bug#84625
5416   * Add -n option for dpkg-gencontrol to specify a filename. Closes: Bug#75796
5417   * Use POSIX glob instead of regexp in debian/rules. Closes: Bug#83042,
5418     #84582
5419   * fix typo in usage message for dpkg-divert, Closes: Bug#85977
5420   * Use full path for argv[0] when calling scripts. Closes: Bug#68783
5421   * Add ia64 support to dpkg-architecture.
5422   * Minor script changes, Closes: Bug#87485
5423   * Stop dpkg-genchanges from complaining about missing packages
5424     when doing a source-only build. Closes: Bug#87571,#15644,#25496
5425   * Various dpkg-architecture cleanups. Closes: Bug#87505
5426   * Modify dpkg-architecture to handle gcc versions containing letters.
5427     Closes: Bug#83083
5428   * dpkg-buildpackage updates: Closes: Bug#87572,#85847
5429     + make -C work properly
5430     + fix test for gpg secret keyring
5431     + improve source messages
5432     + skip signing pause when building unsigned packages
5433     + test for invalid signinterface. Closes: Bug#87579
5434     + remove debsign support, it's useless and doesn't work
5435     + Use correct architecture when naming .changes file. Closes: Bug#88015
5436   * Fix wording in dpkg-statoverride manpage for --add. Closes: Bug#85080
5437   * Fix typo in start-stop-daemon manpage. Closes: Bug#88225
5438   * Add dpkg-checkbuilddeps to check if build dependencies are satisfied
5439     and modify dpkg-buildpackage to call it if wanted.
5440     Closes: Bug#86453,#83812,#60717,#74372,#67896,#60717,#13961
5441   * dpkg-parsechangelog can read a changelog from stdin now. Closes: Bug#80142
5442   * Fix confusing wording for dpkg-buildpackage -uc option in manpage.
5443     Closes: Bug#83468
5444   * dpkg-statoverride now exits with exitcode 1 if we do a --list but don't
5445     output anything. Closes: Bug#84328
5446   * Remove Linux reference from all scripts, they should run fine on
5447     other OSes as well.
5448   * Mark last argument in dpkg-scanpackages usage info as optional.
5449     Closes: Bug#86658
5450   * Fix cache in dpkg-scanpackages version comparison. Closes: Bug#90722
5451   * Fix formatting error in dpkg-source.1. Closes: Bug#82723
5452   * Change dpkg-gencontrol to fix comma-related syntax errors after
5453     processing substvars. Closes: Bug#92908
5454   * Verify package signatures if debsig-verify is installed. Closes: Bug#37017
5455   * Handle window resize in dselect main menu. Closes: Bug#93559
5456   * Initialize all parts of the package record.  This should fix several
5457     segfaults people have been seeing in dpkg.  Closes: Bug#90328.
5458   * Apply patch from bug#86847, that escapes intl chars in filenames.
5459     Closes: Bug#83752, #85040, #86847, #89000.
5460   * Errors during dpkg -s(and other similiar commands) are now printed
5461     on stderr.  Closes: Bug#88987.
5462   * Add a --retry option to start-stop-daemon. Closes: Bug#75139
5463   * Fix regeps to extract Closes magic from a changelog so the #
5464     is really optional. Closes: Bug#94474
5465   * Remove useless statement from dpkg-shlibdeps. Closes: Bug#90516
5466   * Make the debian changelog parser identify itself with $progname.
5467     Closes: Bug#89409
5468   * Give a syntax error when we get an unexpected PGP signature in control
5469     files. Closes: Bug#75562
5470   * Change dpkg manpage to reflect that --force-statoveride is no enabled
5471     by default. Closes: Bug#95023
5472   * Handle dangling symlinks, by ignoring error code 1 from find, when
5473     processing --recursive. Closes: Bug#4784
5474   * dpkg -L, -S, -l, -s, and -p now return an error code if any package
5475     does not exist. Closes: Bug#4974, #72406
5476   * dselect has a configuration file as well now
5477   * Get ENOENT value at runtime in dpkg-divert instead of hardcoding it.
5478     Closes: Bug# 31620
5479   * Fix wrong ENOENT test in dpkg-divert. Closes: Bug#95088
5480   * Add support for more SuperH variants (sh[34]{,eb}-linux-gnu)
5481   * Fix formating and a typo in the dpkg manpage
5482   * Document the dpkg.cfg configuration file in dpkg(8)
5484  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 26 Apr 2001 12:39:16 +0200
5486 dpkg (1.8.3.1) unstable; urgency=low
5488   * Revert change to nfmalloc.c that was causing SIGBUS on sparc.
5490  -- Ben Collins <bcollins@debian.org>  Sat, 13 Jan 2001 08:52:11 -0500
5492 dpkg (1.8.3) unstable; urgency=low
5494   * Do chown before chmod in dpkg-statoverride, Closes: Bug#81943
5495   * Fix recusion in dpkg-shlibdeps, Closes: Bug#81322
5496   * Really completely revert dpkg-source patches which broke backwards
5497     compatibility
5499  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 12 Jan 2001 00:02:22 -0800
5501 dpkg (1.8.2) unstable; urgency=low
5503   * Don't attempt to read from an input source when we only want 0 bytes.
5504     Also handle buggy systems that return EAGAIN instead of EINTR.  Closes:
5505     #81881.
5507  -- Adam Heath <doogie@debian.org>  Thu, 11 Jan 2001 00:43:50 -0600
5509 dpkg (1.8.1.1) unstable; urgency=low
5511   * Apply patch from bug to fix badly generated diffs(in some
5512     circumstances).  Closes: #81152
5514  -- Adam Heath <doogie@debian.org>  Sat,  6 Jan 2001 16:07:33 -0600
5516 dpkg (1.8.1) unstable; urgency=low
5518   * Make --name a valid option.  Closes: #31206, #51953.
5519   * dpkg-deb -I <pkg> <control> works again
5520   * Update Swedish translation
5522  -- Wichert Akkerman <wakkerma@debian.org>  Thu,  4 Jan 2001 19:31:13 +0100
5524 dpkg (1.8.0) unstable; urgency=low
5526   * Add -k|--symlink option to dpkg-name.  Closes: #35040
5527   * Made the accelerator keys in dselect's main menu separate options, so
5528     that they can be translated separately.  Closes: #50955.
5529   * Added depends on sysvinit (>= 2.72), so that we can make sure that
5530     /etc/rcS.d exists.  Closes: #55037.
5531   * update-rc.d: Changed documentation and help, as -f only applies during
5532     remove.  Closes: #55049.
5533   * Added a --force-all option.  Closes: #61354.
5534   * Format help string for --abort-after like other option help strings.
5535     Closes: #62464.
5536   * Fix dselect methods to pass admindir to dpkg from dselect.
5537   * Minor tweak so that when patch 2.5.4 is manually used to apply a diff,
5538     it doesn't get applied multiple times.  Closes: #65021
5539   * Add --nicelevel to start-stop-daemon, to alter a programs priority
5540     before starting.  Closes: #65191.
5541   * Document that --largemem is the default, and that the test point is
5542     24 megs.  Closes: #65607.
5543   * Document that --set-selections does not actually install any
5544     packages.  Closes: #65340.
5545   * Fix typo in dpkg-deb.1.  Closes: #65945.
5546   * Add --truename option to dpkg-divert.  Closes: #68489.
5547   * Documented COLUMNS in dpkg(8).  Closes: #77001.
5548   * Modified DPKG_C_GCC_TRY_WARNS() to call AC_SUBST, so that we can
5549     use the result of the test during build time.  Closes: Bug#75138
5550   * Added description for "suggests" in main/depcon.c:describedepcon().
5551     Closes: Bug#74113
5552   * Removed bashing from dpkg.postinst.
5553   * Make '#' optional in Closes: tags.  Closes: Bug#63137.
5554   * Add -t to -h output in dpkg-buildpackage:  Closes: Bug#49598.
5555   * Fix typo in --compare-versions error message.  Closes: Bug#66474.
5556   * -R doesn't mean --root.  Closes: Bug#66068, #72013
5557   * Add armv3l to archtable.  Closes: Bug#72125
5558   * Fix two memory leaks, and lesson the memory foot print a tad.  Hints
5559     taken from 74259.
5560   * Fix some things perl5.6 complains about. Closes: Bug#77337
5561   * Fix referenes to dpkg-deb manpage. Closes: Bug#77855
5562   * Update Galish translation
5563   * Add new --import option to dpkg-statoverride to make it easy to
5564     import suidmanager settings.
5565   * Speedup patches by Adam Heath
5566   * statoverride fixes by Robert Luberda, Closes: Bug#78436
5567   * Add Linux S/390 support. Closes: Bug#79063
5568   * Using libz to decompress data instead of calling gzip.
5569     Closes: Bug#49581
5570   * Add gettext to build-depends
5571   * Fix warning when trying to remove a non-existing statoverride.
5572     Closes: Bug#79352
5573   * Be more paranoid with file permissions when extracing files
5574   * Apply statoverrides to more then just files
5575   * Update update-alternatives manpage to use FHS instead of FSSTND.
5576     Closes: Bug#80237
5577   * List descriptions for udebs in .changes
5579  -- Wichert Akkerman <wakkerma@debian.org>  Mon, 25 Dec 2000 17:19:31 +0100
5581 dpkg (1.7.2) unstable; urgency=low
5583   * Fix parsing of configuration files
5584   * Add new powerpc-linux-gnu entry to archtable. Closes: Bug#76522
5585   * No longer bother to install emacs things. I don't use emacs myself
5586     and can't support that properly.
5587   * scripts/dpkg-shlibdeps.pl: Make it parse soname's in the format of
5588     "libfoo-X.X.so" (e.g. libdb-3.1.so) and use it. Also make it give a
5589     warning if there is a NEEDED line in the objdump output that we cannot
5590     grok.
5591   * scripts/dpkg-shlibdeps.pl: resolve library paths using a combination
5592     of the libc major version, and ldconfig -p output. Solves problems
5593     with errant libc5 deps.
5594   * Correct name of .changes file when doing source-only builds
5595   * Fix -ap option for dpkg-buildpackage. Closes: Bug#77305
5596   * Fix typo in update-alternatives manpage. Closes: Bug#77829
5597   * Fix typo in script-regexp update-rc.d. Closes: Bug#76029
5599  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 23 Nov 2000 18:55:50 +0100
5601 dpkg (1.7.1) unstable; urgency=medium
5603   * Fix a typo in the dpkg-statoveride manpage
5604   * dpkg-statoverride reads and writes the right file now
5605   * Make update-alternatives use the right dir for alternatives again
5607  -- Wichert Akkerman <wakkerma@debian.org>  Tue,  7 Nov 2000 01:16:39 +0100
5609 dpkg (1.7.0) unstable; urgency=low
5611   * Allow the administrator to override file mode and ownership using the
5612     new dpkg-statoverride tool.
5613   * Use objdump instead of ldd in dpkg-shlibdeps
5614   * Fix logic in dpkg-shlibdeps so it looks for dependencies as specified
5615     in its documentation
5616   * Make update-alternatives update slave links with --config and properly
5617     switch the alternative to manual mode
5618   * HURD updates, Closes: Bug#57753,#57754,#57755
5619   * dpkg-architecture: -q should not imply -f, Closes: Bug#57761
5620   * add dpkg:UpstreamVersion and dpkg:Version substvars in dpkg-genchanges
5621     and dpkg-gencontrol.  Closes: Bug#62069,#64774
5622   * dpkg-genchanges: add new Changed-By field to .changes with the last
5623     person who made a change, and modify the Maintainer-field to be the
5624     actual maintainer. Update the format-version to 1.7 to reflect this.
5625   * dpkg-genchanges: allow a space between # and a to-be-closed bugnumber
5626   * dpkg-deb: reorder files when building a package
5627   * dpkg-statoverride: new tool to override ownership and modes for files
5628   * Check COLUMNS environment for dpkg -l output. Closes: Bug#65536
5629   * Add Origin and Bugs fields to the control file
5630   * Install new /etc/dpkg/origins/debian file
5631   * Corrections and updates to Swedish translation.
5632   * Add Galician, German, Dutch and Brazilian translations
5633   * archtable: add ia64 and sh; revert sparc64 so that it turns into sparc.
5634     There wont be a full binary-sparc64 port. Closes: Bug#70788
5635   * dselect/main.cc: small fixups to get it to compile with gcc-2.96
5636   * Clean up fd handling in some places. Closes: Bug#69359,#69360,#69361
5637   * Document -k option for dpkg-buildpackage. Closes: Bug#71808
5638   * Install commented dummy shlibs.default and shlibs.override files
5639   * Give dpkg a configurationfile
5640   * dpkg-scanpackages now uses the most recent version if multiple versions
5641     of a package are found.
5642   * don't rename a file to itself in dpkg-source. Closes: Bug#75060
5643   * Fix buffer overflow in cmdname handling in start-stop-daemon.
5644     Closes: Bug#75103
5645   * Don't abort if start-stop-daemon tries to read a non-existing pidfile.
5646     Closes: Bug#75105
5647   * Update formating of start-stop-daemon manpage. Closes: Bug#75110
5648   * Make a missing package a warning instead of an error in dpkg-genchanges
5650  -- Wichert Akkerman <wakkerma@debian.org>  Sun,  5 Nov 2000 17:28:39 +0100
5652 dpkg (1.6.13) frozen unstable; urgency=low
5654   * Add Format-flag to .dsc format: we know we are going to change the
5655     format in the next release, this change will make dpkg-source abort
5656     with a reasonable error instead of doing unexpected things.
5657   * Fix error in gettext'ized string
5658   * Updated Czech, French, Polish and Spanish translations. Closes: Bug#63663
5659   * debian-changelog-mode.el: fix documentation string for
5660     debian-changelog-finalise-last. Closes: Bug#63003
5662  -- Wichert Akkerman <wakkerma@debian.org>  Mon,  8 May 2000 16:08:53 +0200
5664 dpkg (1.6.12.99) frozen unstable; urgency=low
5666   * Pre-release for 1.6.13. which will only feature translation updates
5667   * Fix typo in dpkg-divert, Closes: Bug#60243
5668   * dpkg-genchanges: recognize non-deb packages (tarballs, such as
5669     dpkg-non-deb and boot-floppies disk tarballs). This makes sure that we
5670     include them when figuring out the Arch field in the .changes
5671   * mark another string as translateable, Closes: Bug#62543
5672   * fix location of --abort-after in --help output, Closes: Bug#62464
5673   * fix allocation error in checkpath(), Closes: Bug#62364
5674   * add Hold to list of desired package states in -l output, Closes: Bug#58765
5676  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 21 Apr 2000 11:52:59 +0200
5678 dpkg (1.6.12) frozen unstable; urgency=high
5680   * Fix test for gpg/pgp in dpkg-buildpackage. You can now build
5681     unsigned packages again. Closes: Bug#60395
5682   * Updated Spanish and Swedish translations. Closes: Bug#41735
5683   * Merge patch from Joel Klecker to remove emacsen-common stuff from dpkg-dev
5685  -- Wichert Akkerman <wakkerma@debian.org>  Mon,  3 Apr 2000 16:50:02 +0200
5687 dpkg (1.6.11) frozen unstable; urgency=high
5689   * Oops, missed one case where the libc/ncurses conflict reared its
5690     ugly head and broke dselect miserably. 
5691   * fix syntax error in dpkg-divert. Closes: Bug#60050
5693  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 10 Mar 2000 11:52:07 +1100
5695 dpkg (1.6.10) frozen unstable; urgency=low
5697   * The `it rains in Sydney' release
5698   * Mark another string in dselect as translateable, Closes: Bug#58618
5699   * Fix typos, Closes: Bug#58619
5700   * Change dselect keybindings slightly so `n' really does searchagain
5701   * Updated Czech and Spanish translations, Closes: Bug#58617
5702   * dpkg-divert.pl: reinstate last writeability-patch. Modified
5703     to not abort on ENOENT: this indicates a directory does not (yet)
5704     exist. If this happens don't try to rename. This should fix all
5705     current dpkg-divert problems. Closes: Bug#59207,#58596
5706   * update-alternatives: switch back to auto-mode when manually selected
5707     alternative is removed, Closes: Bug#54933
5708   * dselect no longer segfaults on SIGWINCH but does The Right Thing
5709     instead. Closes: Bug#54303,#58697,#59419
5711  -- Wichert Akkerman <wakkerma@debian.org>  Tue,  7 Mar 2000 15:09:47 +1100
5713 dpkg (1.6.9) frozen unstable; urgency=low
5715   * Fix typo in update-alternatives manpage
5716   * dpkg-architecture: -q should not imply -f, Closes: Bug#57761
5717   * Cleanup bits of install-info to make it more stable
5718   * Fix Build-Dependency for ncurses, Closes: Bug#58073
5719   * Some more documentation updates, Closes: Bug#57985
5720   * Revert patch to check for writeable filesystems in dpkg-divert,
5721     Closes: Bug#57840
5723  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 18 Feb 2000 12:11:58 +0100
5725 dpkg (1.6.8) frozen unstable; urgency=low
5727   * Turn --force-overwrite on by default
5728   * Fix a couple of small buildsystem errors
5729   * Support multiple adjacent newlines in control-style files, Closes: Bug#56056
5730   * Updated Czech and Swedish translations
5731   * Revert patch to change order of things when purging a package,
5732     Closes: Bug#56374
5733   * Handle failed open of /dev/tty in dpkg -l, Closes: Bug# 55041
5734   * Update Japanese translations, Closes: Bug# 56641, #57494, #57595
5735   * Update extended description for dpkg-dev, Closes: Bug# 56675
5736   * Implement verbose option for update-alternative
5737   * Fix conflicts handling
5739  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 10 Feb 2000 15:31:31 +0100
5741 dpkg (1.6.7) frozen unstable; urgency=low
5743   * dpkg compiles on HP-UX, Solaris and IRIX now
5744   * start-stop-daemon can chroot now, Closes: Bug#54513
5745   * Allow space between # and the bugnumber in the changelog
5746   * Display package description with waddnstr, Closes: Bug#54313
5747   * Updated Japanese manpages, Closes: Bug#54690, #55080
5748   * Upload full source for packages with version *-0.1, Closes: Bug#54651
5750  -- Wichert Akkerman <wakkerma@debian.org>  Sun, 16 Jan 2000 18:36:10 +0100
5752 dpkg (1.6.6) unstable; urgency=low
5754   * dpkg-buildpackage supports debsign, Closes: Bug#58333
5755   * fix update-alternatives manpage, Closes: Bug#53859
5756   * Updated Polish translation
5757   * Pass admindir to dpkg, Closes: Bug#54039
5758   * Fix dpkg -l output
5759   * Remove dpkg-safelist again, it had issues
5761  -- Wichert Akkerman <wakkerma@debian.org>  Fri,  7 Jan 2000 19:51:45 +0100
5763 dpkg (1.6.5) unstable; urgency=low
5765   * Update Spanish translation
5766   * Don't strip 8th bit in dselect packagelists, Closes: Bug# 49061
5767   * Don't use \z in dpkg-scansources, Closes: Bug# 53182
5768   * Correctly unregister internals manual, Closes: Bug# 53200
5769   * dselect helpessages can be translated now, Closes: Bug# 51381
5770   * dselect UI tweaks, including a new --expert mode
5771   * Added build-depends, Closes: Bug# 53394
5772   * Added THANKS-file with people who have contributed to the code
5773   * Use full width of tty in packagelisting, Closes: Bug# 53395
5774   * Add -z option to dpkg-deb to set compressionlevel when building
5775     packages, Closes: Bug# 53398
5776   * Fix segfaults when producing a diff between current and new conffile,
5777     Closes: Bug# 52197
5779  -- Wichert Akkerman <wakkerma@debian.org>  Sat, 25 Dec 1999 04:47:09 +0100
5781 dpkg (1.6.4) unstable; urgency=low
5783   * No longer byte-compile for emacs
5784   * Add Swedish translation
5785   * start-stop-daemon: honour --oknodo if we fail to kill a process
5786     Closes: Bug#52580,#52185,#52457
5787   * Fix dselect program description, Closes: Bug#52328
5788   * Fix architecture-detection in dpkg-gencontrol, Closes: Bug#52616
5789   * Accept single-number values in update-rc.d, Closes: Bug#46810
5791  -- Wichert Akkerman <wakkerma@debian.org>  Sun, 19 Dec 1999 16:27:48 +0100
5793 dpkg (1.6.3) unstable; urgency=high
5795   * Comment dselect changes from 1.6.2, they seem to have a problem
5796     Closes: #52043,52058,52088,51437
5797   * Really fix emacs-stuff. Hopefully. Closes: #51919,51525
5798   * Fix copyright display in dselect menu, Closes: #52093
5799   * Fix uid/gid-changes in start-stop-daemon, Closes: #52081
5801  -- Wichert Akkerman <wakkerma@debian.org>  Tue,  7 Dec 1999 17:06:00 +0100
5803 dpkg (1.6.2) unstable; urgency=low
5805   * New dpkg-scansources, Closes: #51888
5806   * Fix default for elispdir, Closes: #51919,51525
5807   * New manpages for cleanup-info and dpkg-divert, Closes: #51539, 46657
5808   * Buildsystem updates, Closes: #51525, 51855, 51914
5809   * Modify dselect behaviour for suggests and recommends
5811  -- Wichert Akkerman <wakkerma@debian.org>  Sun,  5 Dec 1999 19:29:50 +0100
5813 dpkg (1.6.1) unstable; urgency=low
5815   * Fix some slight packaging errors
5817  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 26 Nov 1999 20:18:48 +0100
5819 dpkg (1.6) unstable; urgency=low
5821   * Major overhaul of the buildsystem
5822   * Update Standards-Version to 3.1.0
5823   * Move to version 1.6 to reflect the amount of changes made
5824   * Fix mixup with Czech and Polish translations, Closes: Bug# 48986
5825   * utils/start-stop-daemon.c: Added ability for user.group arg to
5826     --chuid. Also, always call initgroups() when using --chuid.
5827   * utils/start-stop-daemon.8: Document above change, also add note to the
5828     --make-pidfile option concerning its problem with daemons that fork
5830  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 25 Nov 1999 04:30:01 +0100
5832 dpkg (1.4.1.19) unstable; urgency=low
5834   * Fix replaces for dpkg-dev
5835   * Add gettext-support to dselect
5836   * Added Czech and Polish translations for dpkg
5837   * Fixed incorrect patch for --print-architecture (oops, oh well
5838     it was already broken when there was no gcc anyway :)
5839   * Fixed missing mipseb that was supposed to be in the archtable
5840   * Better output in update-alternatives --config, now shows the
5841     current, and the prefered choices.
5842   * dpkg-name: ignore epoch when getting version
5843   * 50dpkg-dev.el: add it as a conffile for dpkg-dev
5844   * internals.sgml: Removed references to the versions of build tools,
5845     they date the document.
5846   * debian-changelog-mode.el: added hint for better log-email handling
5847   * Added recognition for new source-depends fields for policy
5848     referenced in bug #41232
5849   * dpkg-buildpackage: add -ap option to force a pause prior to starting
5850     the sign process. This helps for people who don't keep their signatures
5851     on the filesystem (on a floppy perhaps, then mount as needed).
5852   * minor script corrections
5853   * dpkg-dev control: Change gcc to c-compiler in the recommends field, and
5854     move cpio, patch and make to the depends line
5855   * Leave file info intact in available when installing packages. MD5sum,
5856     Filename, and MSDOS-Filename used to get lost when installing a
5857     package.
5858   * Added armv4l to archtable
5859   * Added 'D' to the list of choices for conffile handling, closes: #48137
5860   * Converted internals.sgml to debiandoc format. Also added a dpkg-doc
5861     package that contains the generated output from this file (.ps, .html
5862     and .info), includes doc-base support. Internals.sgml is also not
5863     generated on the binary-arch target, and is no longer "byhand"
5864   * dpkg-gencontrol: add "Source" to the fields placed in the control file
5865   * dpkg-parsechangelog: fixed loop for parsepath (#48526)
5866   * main/{processarc.c,depcon.c}: added new structure for conflictors,
5867     which contains a struct for conflicts. This is used to create an array
5868     of conflicting packages, which are going to be replaced. Allows for
5869     multiple conflicts and replaces. All conflictor handlers were
5870     converted to loops to handle each one (processarc.c).
5871   * dpkg-divert: Fix check for writable filesystem, closes: #48646
5873  -- Wichert Akkerman <wakkerma@debian.org>  Sat, 30 Oct 1999 15:14:40 +0200
5875 dpkg (1.4.1.18) unstable; urgency=low
5877   * Backout dep check patch
5879  -- Ben Collins <bcollins@debian.org>  Sat, 23 Oct 1999 00:39:24 -0400
5881 dpkg (1.4.1.17) unstable; urgency=low
5883   * Add support for long filenames, along with --assert-longfilenames
5884   * Added --chuid option to start-stop-daemon to allow switching to
5885     a different uid when starting a process
5886   * Add mipseb and mipsel to the archtable too, since mips and mipseb are
5887     both viable names for the mips big endian arch, and mipsel is also needed
5888   * Update dpkg-architecure's archtable
5889   * Added --config option to update-alternatives to allow easy changing
5890     of the registered alternatives for a specific name
5891   * Updated the deb-control(5) man page with all the current fields
5892     and uses
5893   * Made the large info screen show 5 lines of the pkglist so that
5894     it scrolled properly, and still showed the cursor in dselect
5895   * Removed references to dpkg(5) which seems to not exist anymore
5896   * Fixed `dpkg-deb --help' and dpkg-deb(1) from reporting --no-check
5897     when it's actually --nocheck (went with the hardcoded option, so
5898     this is just a documentation fix).
5899   * Added better check in disk.setup for a working NFS server. Makes
5900     it compatible with other non-Linux servers.
5901   * Corrected dpkg(8)'s example of using dpkg -i (showed it used with
5902     a .tar.gz instead of a .deb)
5903   * Applied patch to correct improper TMPDIR handling in dpkg-deb
5904   * When encountering an error in extracting the tar archives in the
5905     packages, we should abort the install, not simply give an error
5906     and continue.
5907   * Make dpkg give the builtin arch if there was an error while exec()'ing
5908     the C compiler with --print-architecture. We still fail if the
5909     output from gcc was bad in some way, since they may be of importance.
5910   * Removed the maintainer-configure portion in debian/rules, since
5911     we should be shipping the source with all the auto* stuff
5912     already generated anyway
5913   * Removed the ltconfig patch, and resort to a debian/rules fix
5914     to libtool itself after running configure
5915   * Removed shlibs.default.i386. It's now a template for arch porting to
5916     Debian/dpkg, we install it still, if there exists a file matching the
5917     arch
5918   * Reimplemented a better *stat cache for the removal checking code,
5919     this helps a lot when doing upgrades where the packages are a lot
5920     different in layout
5921   * Increased largemem auto detection to >= 24megs, since it's not uncommon
5922     for dpkg to actually use 16megs of ram all on its own when using the
5923     largemem setting (old minimum was 16megs)
5924   * debian/rules: chmod -x everything in /usr/lib to make lintian happy.
5925     in the clean phase just rm -rf $(BUILD), we don't need to run
5926     distclean and all that other stuff. Don't run "make dist", we
5927     simply copy the .tar.gz that dpkg-source creates for the byhand
5928     source.
5929   * Make start-stop-daemon exit(1) when we don't find one of the
5930     pid's we are trying to kill, in accordance with the man page.
5931   * When running --configure on an already installed package, just
5932     say it's installed, and not that it is in an unconfigurable
5933     state
5934   * Fixed some compiler warnings
5935   * Make dpkg check for uid 0 requirement, before checking the path
5936     since not being root, is probably the reason that the PATH is
5937     borked in the first place
5938   * Make -p short for --print-avail, and -P short for --purge
5939   * Fix typo in md5sum(1) man page
5940   * start-stop-daemon: Add --background and --make-pidfile options
5941   * update-alternatives: make sure we remove "old" symlinks when they
5942     are no longer pertinent. Add /etc/alternatives/README that refers
5943     to the update-alternatives(8) man page.
5944   * dpkg-divert: Add check for being able to write to the old/new
5945     destination before doing a rename. We fail on this, without
5946     changing the diversion registry
5947   * Fix bad regex in update-rc.d
5949  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 21 Oct 1999 17:49:03 +0200
5951 dpkg (1.4.1.16) unstable; urgency=medium
5953   * Hardcode ENOENT again since the errno-part of the POSIX module
5954     isn't in perl-*-base. sigh.
5956  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 15 Oct 1999 04:01:14 +0200
5958 dpkg (1.4.1.15) unstable; urgency=low
5960   * non-maintainer release.
5961   * Move dselect into its own package
5962   * Remove conffiles before directories when purging
5963   * Check if integrity from other packages will broken when processing
5964     an archive
5965   * dpkg-deb can handle package made with Linux ar.
5966   * Add check to update-alternatives to see if the sequencecode is between
5967     0 and 99
5968   * Fix failed assertion, which was actually two bugs: a logic error in
5969     checkforremoval and a wrong assumption in findbreakcycle
5970   * dselect doesn't die when you resize the terminal
5971   * check if a file is also in a new package before removing it when upgrading
5972   * offer to show a diff between the old and new conffile
5973   * dpkg-scanpackages: don't abort but only skip a package if we can't
5974     open it
5975   * Add HURD-support to  start-stop-daemon
5976   * Reinstate patch to not read available when doing --list-files
5977   * Add a couple of --force options to handle changed conffiles
5979  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 14 Oct 1999 04:20:56 +0200
5981 dpkg (1.4.1.14) unstable; urgency=low
5983   * non-maintainer release.
5984   * dpkg-source works again on empty diffs, Closes: Bug# 46159
5985   * Install locale-files in /usr/share, Closes: Bug# 46631
5986   * Make /usr/share/doc/dpkg-dev a symlink to /usr/share/doc/dpkg
5987   * Actually include fix to make update-alternatives works filesystems (oops!)
5988   * Check if codenumber is between 0 and 99, Closes: Bug# 46810
5990  -- Wichert Akkerman <wakkerma@debian.org>  Tue,  5 Oct 1999 19:19:05 +0200
5992 dpkg (1.4.1.13) unstable; urgency=low
5994   * Non-maintainer release.
5995   * NMU number 13, lets see what breaks :)
5996   * update-alternatives works across filesystems now
5997   * Make -sgpg work in dpkg-buildpackage (typo)
5999  -- Wichert Akkerman <wakkerma@debian.org>  Tue, 28 Sep 1999 01:26:19 +0200
6001 dpkg (1.4.1.12) unstable; urgency=low
6003   * Non-maintainer release.
6004   * Fix typo in chmodsafe_unlink that made dpkg chmod files that
6005     weren't setuid or setgid
6007  -- Wichert Akkerman <wakkerma@debian.org>  Sun, 26 Sep 1999 02:41:30 +0200
6009 dpkg (1.4.1.11) unstable; urgency=low
6011   * Non-maintainer release.
6012   * Added sparc64 to archtable
6013   * Added entries for newer alpha architectures to the archtable
6014   * Always run patch and diff with LANG set to C.
6015   * Handle diff warning for files with no newline at the end of file
6016     Closes: Bug#45642
6018  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 24 Sep 1999 03:23:54 +0200
6020 dpkg (1.4.1.10) unstable; urgency=low
6022   * Non-maintainer release.
6023   * Build dpkg-scansources manpages using pod2man
6024   * dpkg-buildpackage changes:
6025     + fix signinterface-detection
6026     + use gpg by default if $HOME/.gnupg/secring.gpg exists
6028  -- Wichert Akkerman <wakkerma@debian.org>  Thu, 16 Sep 1999 15:36:43 +0200
6030 dpkg (1.4.1.9) unstable; urgency=low
6032   * Non-maintainer release.
6033   * Updated dpkg-scansources to current version from Roderick Schertler
6034   * Update location of GPL in internals-manual
6035   * Update location of GPL and dpkg copyright in all manpages
6036   * Include patch from Roman Hodek for dpkg-source to handle diffs of files
6037     with lines that begin with two dashes.
6038   * Move dpkg-scansources to dpkg-dev package
6039   * Move dpkg-scansources manpage to section 8
6040   * Fix error that moved a lot of manpages to the dpkg package.
6041   * It looks like not reading the available-file for listfiles was not greeted
6042     with much enthiousiasm, so reverse the change.
6044  -- Wichert Akkerman <wakkerma@debian.org>  Wed, 15 Sep 1999 03:45:07 +0200
6046 dpkg (1.4.1.8) unstable; urgency=low
6048   * Non-maintainer release.
6049   * Merge dpkg-doc-ja
6050   * Add patch from Raphaël Hertzog <rhertzog@hrnet.fr> for dpkg-scansources
6051     to skip comments in signatures. This allows packages to also use GnuPG.
6053  -- Wichert Akkerman <wakkerma@debian.org>  Mon, 13 Sep 1999 04:16:33 +0200
6055 dpkg (1.4.1.7) unstable; urgency=low
6057   * Non-maintainer release.
6058   * Use /usr/share/doc
6059   * Merge changes from dpkg-iwj tree:
6060     + change section in dpkg-deb.1 to 1
6061     + Use COPYINGFILE instead of hardcoded GPL-location in showcopyright()
6062     + varbufprintf (used for some error messages) vsnprintf return value
6063       assumption changed to correspond to reality rather than glibc-doc.
6064     + Don't read available-info when not needed (slightly improved from 
6065       dpkg-iwj: don't read for listfiles either :)
6066     + Cleanup --assert-* code
6067     + Assume largemem on systems without sysinfo(2).
6068     + modify preexec-script for easier script execution
6069     + Do not chmod(".../path/to/symlink",0600) causing many bad perms.
6070     + Sanity-check numbers for parameters
6071     + Move some logic from process_archive into wantinstall
6072     + Print '0' in dpkg-scanpackages if no packages found.
6074  -- Wichert Akkerman <wakkerma@debian.org>  Fri, 10 Sep 1999 04:06:32 +0200
6076 dpkg (1.4.1.6) unstable; urgency=low
6078   * Non-maintainer release.
6079   * scripts/dpkg-architecture.pl: Update to latest version.
6080   * scripts/dpkg-architecture.1: Likewise.
6081   
6082  -- Marcus Brinkmann <brinkmd@debian.org>  Sat, 24 Jul 1999 18:24:21 +0200
6084 dpkg (1.4.1.5) unstable; urgency=low
6086   * Non-maintainer release.
6087   * (dpkg-dev): Use emacsen-common for debian-changelog-mode.el
6088     (closes:Bug#20776,#31030).
6089   * Removed references to the packaging and policy manuals from debian/control.
6090   * Put debian-changelog-mode.el in dpkg-dev and remove from dpkg (closes:Bug#29271).
6091   * Fix paths in 50dpkg-dev.el using Roderick Schertler's patch
6092     (closes:Bug#28270,#29702,#26876,#29184,and others).
6093   * Note that bug number 17367 was fixed in 1.4.0.26.
6094   * Add Zack Weinberg's install-info patch for GNU install-info
6095     compatibility (closes:Bug#28965).
6096   * Add dpkg-architecture stuff from Marcus Brinkmann.
6097   * Remove debian-keyring suggests from dpkg.
6098   * Add -k<keyid> flag to dpkg-buildpackage.
6099   * --textmode works in gpg, remove kluge from dpkg-buildpackage.
6100   * Cleanup configure.in slightly (stop using tl_ macros, fix gettext stuff).
6101   * Attempt to make Debian source useful for non-Debian systems
6102     (i.e. distclean tree instead of maintainer-clean tree).
6103   * Sync with wichert's 1.4.1.4.
6104   * Add my ltconfig-1.3.2.diff (RPATH workaround).
6105   * Add dpkg-scansources program and man page.
6106   * Man pages in /usr/share/man.
6108  -- Joel Klecker <espy@debian.org>  Tue, 13 Jul 1999 18:12:15 -0700
6110 dpkg (1.4.1.4) unstable; urgency=low
6112   * Also change developer-keyring to debian-keyring for dpkg-dev package
6113   * Include spanish translation from Nicolás Lichtmaier <nick@debian.org>
6114   * Depend on perl5 instead of perl
6116  -- Wichert Akkerman <wakkerma@debian.org>  Mon,  5 Jul 1999 00:04:14 +0200
6118 dpkg (1.4.1.3) unstable; urgency=low
6120   * Modify tarobject() so it does not complain if we are creating a
6121     directory that replaces a removed file. This works around the
6122     problem that the filedatabase doesn't remember what filetype a
6123     file was by assuming it already was a directory
6125  -- Wichert Akkerman <wakkerma@debian.org>  Mon, 31 May 1999 23:49:23 +0200
6127 dpkg (1.4.1.2) unstable; urgency=low
6129   * Non-maintainer upload
6130   * Rebuild, so this is glibc2.1 (unless you're on m68k), which is rumoured
6131     to also fix the i8n-problems.
6132   * Incorporate 1.6 format of .changes, patch from Guy Maor
6133   * Fix bug in section-handling of dpkg-scanpackages, patch from Guy Maor
6134   * Disable force-overwrites again, since we're in unstable
6135   * Assume largemem on systems for which sysinfo is not available, Bug# 33658
6137  -- Wichert Akkerman <wakkerma@debian.org>  Wed, 26 May 1999 15:50:17 +0200
6139 dpkg (1.4.1.1) unstable; urgency=low
6141   * Non-maintainer upload
6142   * Install emacs-startup scripts with mode 0644 (lintian)
6143   * Incorporate changes in NMU 1.4.0.32 made by Vincent Renardias
6144     <vincent@waw.com> for slink:
6145     + Apply patch from Jim Pick for update-alternatives.pl to
6146       fix 'Important' bugs #30891 in dpkg and (#27382, #27383, #27696,
6147       #27703, #27736, #27097(merged bugs)) in jdk1.1.
6148   * Incorporate changes in NMU 1.4.0.33 made by me for slink:
6149     + Fix illegal perl construct (Bug# 30985)
6150     + Initialize oialtname->useinstead and oicontest->camefrom to 0 (Bug# 30397)
6151     + Update shlibs.default for libncurses 4 (Bug# 30332)
6152     + Suggest debian-keyring instead of developer-keyring (Bug# 27376, 30248)
6153     + Abort dpkg-divert when attempting to divert a directory (Bug# 30126)
6154     + Make dpkg-deb.1 aware that it is in section 1, not 8
6155     + Fix section in reference to dpkg-deb in dpkg.8 (Bug# 29740)
6156     + Fix typo in --force-help (Bug# 26193)
6157     + Correct path for debian-changelog-mode.el (Bug# 24606)
6158     + Make disk-method for dpkg use /var/run instead of /tmp to fix
6159       symlink-attacks (Bug# 21399)
6160     + Document -n and -f options for update-rc.d in manpage (Bug# 15913)
6161     + Add --abort-after option to change after how many errors we abort and
6162       change the default to 50 (Bug# 22940)
6163     + Fix controllib.pl: don't check debian/substvars unless needed, and
6164       don't depend on language settings (Bug# 31508)
6165     + Allow a - in the architecture-field (Bug# 25537)
6167  -- Wichert Akkerman <wakkerma@debian.org>  Mon,  1 Feb 1999 00:44:01 +0100
6169 dpkg (1.4.1) unstable; urgency=low
6171   * Maintainer release by IWJ.
6172   * Changed Maintainer: field description.
6173   * Various changes to make the damn thing build.
6174   * Add .cvsignore files.
6176  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun,  1 Nov 1998 17:33:38 +0000
6178 dpkg (1.4.0.31) unstable; urgency=low
6180   * dpkg/processarc.c: Make newfileslist static like the other arguments
6181     for register_cleanup's cu_* functions.
6182   * N-th fix for controllib.pl (simulate old behavior by trying stdin,
6183     stdout, and stderr for getlogin()).
6184   * Enable --force-overwrite for slink release, and comment where to do
6185     so (dpkg/main.c).
6186   * Recompile against ncurses4.
6188  -- Daniel Jacobowitz <dan@debian.org>  Thu, 22 Oct 1998 17:37:23 -0400
6190 dpkg (1.4.0.30) unstable; urgency=low
6192   * dpkg-dev isn't allowed to have a Recommends: debian-keyring (as that's
6193     in contrib), so it's now lowered to a Suggests: . Thanks to James Troup
6194     for pointing this out. 
6196  -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sat, 26 Sep 1998 13:59:23 +0200
6198 dpkg (1.4.0.29) unstable; urgency=low
6200   * For now, prefer PGP over GPG.
6202  -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Tue, 22 Sep 1998 09:38:09 +0200
6204 dpkg (1.4.0.28) unstable; urgency=low
6206   * Added gpg (GNU Privacy Guard) support:
6207     * scripts/buildpackage.sh: default to GPG (unless no GPG, but only a PGP
6208       secret key file is found), as GPG, unlike PGP, is DFSG-free.
6209     * Updated dpkg-source(1), and added gpg(1) and pgp(1) to the SEE ALSO
6210       section.
6211     * Worked around broken textmode implementation in GPG.
6212     * dpkg-dev now Suggests: gnupg .
6213   * No longer includes developer-keys.pgp . Instead, dpkg now Suggests: and
6214     dpkg-dev now Recommends: developer-keyring.
6215   * Compiled with latest libstdc++ (2.9).
6217  -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Mon, 21 Sep 1998 13:17:14 +0200
6220 dpkg (1.4.0.27) unstable; urgency=low
6222   * REALLY fixed dpkg-dev, and new attempt to placate installer on internals.
6224  -- Daniel Jacobowitz <dan@debian.org>  Fri, 27 Jul 1998 15:58:04 -0400
6226 dpkg (1.4.0.26.0.1) unstable; urgency=low
6228   * Binary-only upload for x86 and fixed dpkg-dev
6230  -- Daniel Jacobowitz <dan@debian.org>  Fri, 24 Jul 1998 15:58:04 -0400
6232 dpkg (1.4.0.26) unstable; urgency=low
6234   * Non-maintainer upload.
6236   * Make --root work with maintainer scripts (Patch by Scott Barker,
6237     bugs #4863 and #3170).
6238   * Fix $(lispdir) bug if compiling without emacs (noticed by Joey Hess).
6240  -- Daniel Jacobowitz <dan@debian.org>  Thu, 23 Jul 1998 12:02:04 -0400
6242 dpkg (1.4.0.25) unstable; urgency=low
6244   * Non-maintainer upload.
6245   
6246   * Add the requested -nc option to dpkg-buildpackage (Do
6247     not clean source tree, useful in debugging cycles).
6248   * controllib.pl: Again by popular acclamation, fix the getlogin() warnings.
6249     I redirected STDERR onto fd 0 before calling getlogin().
6250   * tools.m4: Fix display of whether c++ works.
6251   * dpkg-deb/extract.c: glibc 2.1 and some kernels want to make
6252     fflush() move the current fpos.  Until someone can fix that,
6253     protect with seek.
6254   * Add an extra 0, to dselect/{pkg,meth}keys.cc so it compiles again.
6255   * Start using lchown() if available.
6256   * Really fix #20353. (aclocal.m4 was the wrong place; that's a generated
6257     file.  The correct place is in tl_canon.m4.)
6259  -- Daniel Jacobowitz <dan@debian.org>  Tue, 21 Jul 1998 03:14:14 -0400
6261 dpkg (1.4.0.24) unstable; urgency=low
6263   * Non-maintainer upload.
6265   * dpkg/main.c: Turn --force-overwrite off as default.
6266   * dpkg/main.c: don't list --force-overwrite as default in --force-help,
6267     noticed by Peter Weiss <Peter.Weiss@Informatik.Uni-Oldenburg.DE> and
6268     others. [#23542, part of #17409].
6269   * dpkg/dpkg.8: replaced with a newer version from Jim Van Zandt
6270     <jrv@vanzandt.mv.com>. [#21061]
6272   * dpkg-deb/build.c (do_build): add missing \n and improve error message
6273     when conffile name is too long. [#7057]
6275   * scripts/update-alternatives.8: replaced with better man page from
6276     Charles Briscoe-Smith <cpb4@ukc.ac.uk>. [#17283]
6277   * scripts/dpkg-source.1: corrected logic error in documentation for
6278     dpkg-gencontrol's -p option, as noticed by Oliver Elphick
6279     <olly@linda.lfix.co.uk>. [#14655]
6280   * scripts/controllib.pl (findarch): correct typo in error message,
6281     noticed by Yann Dirson <ydirson@a2points.com>. [#22106]
6282   * scripts/dpkg-buildpackage.sh: fix typo s/source version/source
6283     maintainer/, noticed by Joey Hess <joey@kite.ml.org>, Adam P. Harris
6284     <apharris@onshore.com> and others. [#10175, #15559]
6285   * scripts/dpkg-genchanges.pl: applied patch from Roman Hodek
6286     <Roman.Hodek@informatik.uni-erlangen.de> which solves problems with
6287     architecture specific packages in mostly architecture independent
6288     multi-binary source packages. [#14341, #20192].
6290   * doc/Makefile.am: remove any reference to the packaging manual, as it is
6291     now provided by the separate "packaging-manual" package.
6292   * doc/packaging.sgml: removed.
6293   * doc/developer-keys.pgp: updated to the current debian keyring.
6295   * aclocal.m4: applied patch from Joel Klecker <jk@espy.org> to handle
6296     egcs' --print-libgcc-file-name output. [#20353]
6297   
6298   * debian/copyright: correct FSF address.
6299   * debian/rules: add code from lesstif's debian/rules to make libtool
6300     less of a fool (i.e. not use -rpath and to link shared libraries
6301     against libraries it depends on).  Code by Richard Braakman
6302     <dark@xs4all.nl> and Yann Dirson <dirson@debian.org>.
6303   * debian/rules: remove all reference to the packaging manual as it is
6304     now provided by the seperate "packaging-manual" package. [#21581,
6305     #21186, #22698, #23342]
6306   * debian/rules: link dpkg-divert.1.gz to undocumented.7.gz as the lack
6307     of a real manpage has been reported in #11093.
6308   * debian/README.compile: removed gawk and bogus comment about gettext
6309     being in experimental, as reported by Santiago Vila <sanvila@unex.es>
6310     [#23344].  Added libpaperg (debiandoc2ps needs paperconf).
6311   * debian/shlibs.default.i386: updated for glibc, reported by Herbert Xu
6312     <herbert@gondor.apana.org.au>. [#13140]
6313   * debian/control (dpkg-dev): depend on perl as POSIX (not a part of
6314     perl-base) is needed by most of the perl dpkg-* scripts, noticed by
6315     Joel Klecker <jk@espy.org>. [#22115]
6317  -- James Troup <jjtroup@comp.brad.ac.uk>  Wed, 24 Jun 1998 14:38:52 +0200
6319 dpkg (1.4.0.23.2) frozen unstable; urgency=low
6321   * Non-maintainer upload.
6322   * dpkg/main.c: Turn --force-overwrite back on as default.
6324  -- James Troup <jjtroup@comp.brad.ac.uk>  Tue, 23 Jun 1998 22:19:26 +0200
6326 dpkg (1.4.0.23.1) frozen unstable; urgency=low
6328   * No real changes, only a new version code to make this go to frozen too.
6330  -- Nils Rennebarth <nils@debian.org>  Wed, 10 Jun 1998 17:29:58 +0200
6332 dpkg (1.4.0.23) frozen unstable; urgency=low
6334   * Non-maintainer bug-fix release
6335   * Update the disk method to the hamm directory structure (Bug#21000)
6337  -- Nils Rennebarth <nils@debian.org>  Sun,  7 Jun 1998 19:14:51 +0200
6339 dpkg (1.4.0.22) frozen unstable; urgency=medium
6341   * Non-maintainer bug-fix release
6342   * Install main changelog file as `changelog.gz' instead of
6343     `changelog.dpkg.gz' (Debian Policy, section 5.8) (Bug#6052,15157)
6344   * Avoid use of /tmp/*.$$ in preinst and postinst (Bug#19712)
6345   * Make sure diversions file is always created with mode 0644 (Bug#19494)
6346   * When removing a file, chmod it to 000 if it's a char or block
6347     device or remove its s[ug]id bits, if any (Bug#6006)
6348   * Minor fixes in the programmer's manual (Bug#6206)
6349   * Always create readable status and available files
6350     (Bug#9869,11887,14636,15786,19146)
6351   * Make dpkg-gencontrol honour -DArchtecture=xxxx (Bug#9893)
6352   * Allow different archs for the same binary in debian/files (Bug#9894)
6353   * Added workaround in /usr/lib/dpkg/methods/disk/setup
6354     to avoid bash warning (Bug#10111,10131)
6355   * Recognize old .deb packages with other locales (Bug#12232)
6356   * Added `SHELL=bash' to debian/rules: it uses bash-specific structs
6357   * Move some files from dpkg to dpkg-dev (part of Bug#13295)
6358   * Minor fix in packaging manual regarding to Standards-Version (Bug#14696)
6359   * Fixed --altdir and --admindir in update-alternatives (Bug#15332)
6360   * Strip /usr/lib/libdpkg* (Bug#15671)
6361   * dpkg: send output of --help, --force-help and -Dhelp to stdout
6362     (Bug#16051,18574)
6363   * send correct signals with start-stop-daemon (Bug#17258)
6364   * Make `dpkg-divert --test --remove' work as expected (Bug#19531)
6365   * Determine properly the architecture if gcc is egcs (Bug#20353)
6367  -- Juan Cespedes <cespedes@debian.org>  Sun,  5 Apr 1998 17:37:01 +0200
6369 dpkg (1.4.0.21) unstable; urgency=low
6371   * Non-maintainer release to include a new update-rc.d
6372   * Fixed date on files in the archive from 2017 and 2018 by running
6373     touch foo; find . -newer foo | xargs -r touch; rm foo
6374   * Changed start-stop-deamon message "No <program> found; none killed." to
6375     "No <program> found running; none killed."
6377  -- Miquel van Smoorenburg <miquels@cistron.nl>  Thu,  5 Mar 1998 14:19:46 +0100
6379 dpkg (1.4.0.20) unstable; urgency=low
6381   * Disabled --force-overwrites.
6382   * Removed core file from source
6384  -- Michael Alan Dorman <mdorman@debian.org>  Tue,  9 Jan 1998 03:34:28 -0500
6386 dpkg (1.4.0.19) unstable; urgency=low
6388   * Changed methods/disk.setup to use output of
6389     'dpkg --print-installation-architecture' instead of hard-coded 
6390     '1386' (fixes #10995).
6391   * Patched dpkg-source to properly quote metacharacters in strings 
6392     before using them in pattern-matching expressions (fixes #10811).
6393   * Fixed several documentation typos (fixes #10764).
6394   * dpkg-source now works around 100-character filename limitation of cpio
6395     (fixes #10400).
6396   * dpkg-source now properly handles '\ no newline in source' message from
6397     patch (fixes #5041).
6398   
6399  -- Klee Dienes <klee@debian.org>  Sun, 13 Jul 1997 19:28:22 -0700
6401 dpkg (1.4.0.18) unstable; urgency=low
6403   * dpkg-source now uses new -z option to GNU patch (still needs to be
6404     changed to detect and use old version as well) (fixes #9904, #10005, #10007).
6405   * Added i686 to archtable.
6406   * shlibs.default now uses xlib6 instead of elf-x11r6lib (fixes #9926).
6407   * debian-changelog-mode now uses interruptible completing type-in fields
6408     instead of the previous 'select-a-letter method'.  I consider this
6409     better and more standard than the previous way, but I'd welcome
6410     opinions to the contrary.  Consider this a 'probationary' change for
6411     now (fixes #9873, #9874).
6413  -- Klee Dienes <klee@debian.org>  Sun, 25 May 1997 09:56:08 -0400
6415 dpkg (1.4.0.17) unstable; urgency=low
6417   * All of the dpkg binaries (but not dpkg-dev or dselect) now speak
6418     french, thanks to patches from Christophe Le Bars <clebars@teaser.fr>
6419   * Fix leading spaces before day in 822-date.
6420   * Changes from Tom Lees <tom@lpsg.demon.co.uk> to better support
6421     building on non-Debian systems; minor Makefile fixes.
6422   * Added 'ppc powerpc powerpc' to archtable.
6423   * Changed documentation paper size to US/Letter instead of A4 (A4
6424     may be better, but it's easier to print US/Letter on A4 than it is 
6425     to print A4 on US/Letter).
6426   
6427  -- Klee Dienes <klee@debian.org>  Tue,  13 May 1997 15:24:31 -0400
6429 dpkg (1.4.0.16) experimental; urgency=low
6431   * Added generated sources to GNU-format source archive so it no longer
6432     requires perl to build.
6434  -- Klee Dienes <klee@debian.org>  Sat, 10 May 1997 17:34:29 -0400
6436 dpkg (1.4.0.15) experimental; urgency=low
6438   * Changed dpkg-genchanges to check for ($arch == $substvar{'Arch'}), not
6439     ($arch ne 'all') (fixes #9688).
6440   * Fixed bug in start-stop-daemon.c (was using optarg after argument
6441     parsing was over) (fixes #9597, #9603, #9364).
6442   * Provide 50dpkg-dev.el for xemacs as well as emacs.
6443   * Explicitly provide path for debian-changelog-mode in 50dpkg-dev to use
6444     .el file as workaround until xemacs can read emacs19 .elc files.
6445   * Pass top_distdir explicitly to 'make dist' to accomodate bug in
6446     automake_1.1o-1.
6447   * Fix debian/build to make html documentation without including
6448     directories in tar archives (fixes #9348).
6449   
6450  -- Klee Dienes <klee@debian.org>  Fri,  9 May 1997 13:17:18 -0400
6452 dpkg (1.4.0.14) experimental; urgency=low
6454   * Fixed buglet in install-info.pl (fixes #9438).
6455   * Re-write of update-rc.d.pl, primarily by Miquel van Smoorenburg
6456     <miquels@cistron.nl> (fixes #9434, #9436).
6457   * Renamed "dpkg Programmer's Manual" to "dpkg Internals Manual".
6458   
6459  -- Klee Dienes <klee@debian.org>  Tue,  6 May 1997 22:01:07 -0400
6461 dpkg (1.4.0.13) experimental; urgency=low
6463   * Fix to start-stop-daemon so that it still takes numeric arguments (had
6464     been broken in 1.4.0.12) (fixes #9598).
6465   * Fix 822-date to sanity-check localtime() output (seconds must be the
6466     same as GMT).
6467   * Patch from Guy Maor <maor@ece.utexas.edu> to dpkg-source.pl to support
6468     pristine (MD5-equivalent) upstream sources.
6469   * Patch from Michael Alan Dorman <mdorman@calder.med.miami.edu> to
6470     update-rc.d.pl to fix handling multiple start/stop entries on a single
6471     line.
6472   * Several fixes to dpkg-genchanges to support -B option (added in
6473     1.4.0.12) (fixes #9340).
6474   * Handle errors from 822-date in debian-changelog-mode.el.
6475   * Changed cl-debian.pl to correctly handle extra whitespace in changelog
6476     datestamps.
6478  -- Klee Dienes <klee@debian.org>  Mon,  5 May 1997 18:12:43 -0400
6480 dpkg (1.4.0.12) experimental; urgency=low
6482   * Re-wrote 822-date for clarity and to support timezone offsets >= 12h
6483     (New Zealand in DST is +1300, for example) (fixes #7130).
6484   * Patch from Juergen Menden <menden@morgana.camelot.de> to support
6485     archdependent-only builds (fixes #8912, #9245, #5359).
6486   * Fix archtable entry for powerpc (fixes #8794).
6487   * Strip /sbin/* and /usr/sbin/* in debian/rules (fixes #8853).
6488   * Moved start-stop-daemon to /sbin (fixes #8669).
6489   * Set sharedstatedir and localstatedir for $(MAKE) install in
6490     debian/rules (fixes #8852).
6491   * Fixes for update-rc.d(8) from Jim Van Zandt <jrv@vanzandt.mv.com>
6492     (fixes #8576).
6493   * No longer do variable substitutions when generating change file (fixes
6494     #5862).
6495   * Support symbolic signal names in start-stop-daemon (fixes #7715).
6496   * Add autoload for debian-changelog-mode to /etc/emacs/site-start.d
6497     (fixes #4519, #5841).
6498   * Add recommendation for gcc and make in dpkg-dev (gcc is needed for dpkg
6499     --print-architecture, used by dpkg-gencontrol; make is needed for any
6500     debian/rules file) (fixes #8470).
6501   * Minor changes to packaging manual section on source package
6502     conversion (fixes #6801).
6503   * Renamed "programmer's manual" to 'packaging manual'.
6504   * Start of new "programmer's manual" containing information on dpkg
6505     internals and build information.  This manual uses the new
6506     TeXinfo-SGML format, currently included in doc/.
6507   * dselect/pkgdepcon.cc now checks for debug not NULL, not just depdebug.
6508   * Changed makefiles to support building outside of source directory.
6509   * Include GNU-format source distribution with other non-debian packages.
6511  -- Klee Dienes <klee@debian.org>  Sun,  4 May 1997 11:08:19 -0500
6513 dpkg (1.4.0.11) experimental; urgency=low
6515   * Patches for alpha and libc6 from Michael Alan Dorman
6516     <mdorman@calder.med.miami.edu>.
6517   * Fixed minor problems in dpkg-shlibdeps regular expressions for libc6.
6518   * Fix regex to detect directory creation in dpkg-source.pl.
6519   * Minor changes for automake-1.1n.
6521  -- Klee Dienes <klee@debian.org>  Sun, 23 Mar 1997 18:09:33 -0500
6523 dpkg (1.4.0.10) unstable; urgency=medium
6525   * Fixed bug in controllib.pl (@fowner was entire passwd entry,
6526     not just [uid, gid] as it should have been).
6528  -- Klee Dienes <klee@debian.org>  Thu, 20 Mar 1997 13:06:52 -0500
6530 dpkg (1.4.0.9) unstable; urgency=low
6532   * Check fputs() return values for (ret >= 0), not (ret != 0) (fixes #7522).
6533   * dpkg-shlibdeps no longer gives error for Java and statically linked
6534     binaries (fixes #4988).
6535   * Change 'details of the old format' to 'details of the new format' in
6536     deb-old.5 (fixes #7605).
6537   * dpkg-source -b now warns (was previously silent) if maintainer changes
6538     create new subdirectories.  dpkg-source -x now warns (previously gave
6539     error) if maintainer changes create new subdirectories (partially
6540     fixes #6866, #6671, #5045, #6482).    
6541   * Added manual page for start-stop-daemon (8). 
6542   * Added C version of start-stop-daemon by 
6543     Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl> (fixes #1670).
6544   * Converted to use GNU automake for the build process by Tom Lees 
6545     <tom@lpsg.demon.co.uk>.<
6546   * Preliminary support for dpkg functions as a shared library (now
6547     provides libdpkg.so, but much work needs to be done in better
6548     segregating and defining the interface).
6549   * Preliminary internationalization support by Galen Hazelwood
6550     <galenh@debian.org>.  Only the library, dpkg-deb, md5sum, and dpkg
6551     have been converted so far.  No translations have yet been
6552     constructed.
6553   * Handle 'libc.so.6 => /lib/libc.so.6 (0x40010000)' format from libc6
6554     ldd (fixes #7603, #7926, #8688, #9179, #9134, #8516).
6555   * Removed policy.sgml (it has been moved to the debian-policy package).
6556   * Include patch from Darren Stalder <torin@daft.com> for
6557     dpkg-buildpackage to choose PGP key based on Maintainer: field of 
6558     package being built (or -m<maintainer> option, if present) (fixes 
6559     #7898).
6560   * Changed controllib.pl to use $ENV{LOGNAME}, getlogin(), and $<
6561     (in that order) to determine the intended ownership of 
6562     debian/{files,substvars},  (fixes #7324, #6823, #5659, #5965, #5929,
6563     #9239, #5366).
6564   * Don't sign .dsc file in dpkg-buildpackage if building a binary-only
6565     release (fixes #7260).
6566   * Updated developer-keys.pgp to latest revision (fixes #6134).
6567   
6568  -- Klee Dienes <klee@debian.org>  Mon, 17 Mar 1997 16:11:24 -0500
6570 dpkg (1.4.0.8) unstable; urgency=medium
6572   * Corrected update-rc.d for bash 2.0
6573   * Updated developer-keys.pgp from
6574     http://www.iki.fi/liw/debian/debian-keyring.tar.gz
6576  -- Guy Maor <maor@ece.utexas.edu>  Mon, 3 Feb 1997 04:05:01 -0600
6578 dpkg (1.4.0.7) stable unstable; urgency=HIGH
6580   * Fixed --assert-support-predepends failing between unpack & configure.
6581   * Added --assert-working-epoch option.
6583  -- Guy Maor <maor@ece.utexas.edu>  Sat, 25 Jan 1997 23:02:11 -0600
6585 dpkg (1.4.0.6) stable unstable; urgency=high
6587   * Patched lib/vercmp.c to hopefully fix dselect epoch processing
6588     (Bug#6204), (Bug#4590).
6589   * Patched scripts/dpkg-buildpackage, scripts/dpkg-genchanges,
6590     scripts/dpkg-gencontrol for epoch processing, courtesy of Loic Prylli 
6591     <lprylli@graville.fdn.fr> (Bug#6138, Bug#5225).
6592   * Patched dpkg-genchanges to actually honor the -u switch to specify
6593     directory (Bug#5564).
6594   * Applied patch to main/archive.c to correct problems setting set[gu]id
6595     binaries, courtesy of Herbert Xu <herbert@greathan.apana.org.au>
6596     (Bug#5479). 
6597   * Applied patch to dpkg-source to correct debian-only package names,
6598     courtesy of Guy Maor <maor@ece.utexas.edu> (Bug#5355).
6600  -- Michael Alan Dorman <mdorman@calder.med.miami.edu>  Thu, 2 Jan 1997 11:36:09 -0500
6602 dpkg (1.4.0.5) stable frozen unstable; urgency=medium
6604   * Distribution for frozen too.
6606  -- Heiko Schlittermann <heiko@lotte.sax.de>  Thu, 5 Dec 1996 09:13:42 +0100
6608 dpkg (1.4.0.4) stable unstable; urgency=medium
6610   * Bug2962 fixed: patch from Ian Jackson applied
6611     (cursor keys won't work after search)
6612   * Manuals 2.1.2.2
6614  -- Heiko Schlittermann <heiko@lotte.sax.de>  Fri, 15 Nov 1996 20:21:18 +0100
6616 dpkg (1.4.0.3) unstable; urgency=medium
6618   * dpkg-source -x: created bad permissions (set x-bit for
6619     all files pointed to by a symlink)
6621  -- Heiko Schlittermann <heiko@lotte.sax.de>  Fri, 18 Oct 1996 18:32:06 +0200
6623 dpkg (1.4.0.2) unstable; urgency=medium
6625   * dpkg-buildpackage.sh: reverted the quoting change -- (you
6626     should use super, sudo, realy, but not su.  Or write a wrapper
6627     around su)
6628   * dpkg-buildpackge.sh: passing -m, -C, -v options to dpkg-genchanges
6629     more the way Ian likes ;-)
6630   * dpkg-source.pl: new function deoctify() as replacement for eval()
6631     (turn \ddd into the corresponding character) [rem: probably better
6632     solution would be to convert cpios output names into complete \ddd 
6633     representation as well tars output names] 
6634   * dpkg-source.pl: fixed 2 typos in failure message on creating 
6635     $origtargz.tmp-nest.
6636   * main/main.c: typo `tread' -> `treat'
6637   * main/enquiry.c: fixed the ignorance for some relations in --compare-versions
6638   * main/enquiry.c: missing version is now handled as described in `dpkg --help'
6639     (or at least as I understood `dpkg --help' PLEASE TRY IT)
6640   * lib/parsehelp.c: fixed parsing of epoch information
6642  -- Heiko Schlittermann <heiko@lotte.sax.de>  Sun, 6 Oct 1996 23:27:47 +0200
6644 dpkg (1.4.0.1) unstable; urgency=medium
6646   * dpkg-source: doesn't get screwed up from hardlinks
6647     in the archive now
6648   * dpkg-source: doesn't get screwed up from `unprintable' characters
6649     in file names (e.g. from the kbd package) 
6650   * controllib.pl: $varlistvile -> $varlistfile (thanx Karl Sackett)
6651   * dpkg-buildpackge: quoting for $rootcommand (thanx  Michael Meskes)
6652     and `eval' as default $rootcommand
6653   * dpkg-*, controllib.pl: created debian/files and debian/substvars
6654     are chown'ed to `getlogin()' and its group
6655   * doc/: mv changed to mv -f
6656   * dpkg-buildpackage: added an option -a for overriding the
6657     architecture in the changes _file_name_
6658   * dpkg-buildpackage: pass -m* -v* .. options to dpgk-genchangelog
6659   * dpkg-name moved to dpkg-dev
6661  -- Heiko Schlittermann <heiko@lotte.sax.de>  Sat, 21 Sep 1996 22:06:01 +0200
6663 dpkg (1.4.0) unstable; urgency=low (HIGH for new source format)
6665   * Corrected buffer overrun when dpkg-deb generates filename.  (Bug#4467.)
6666   * dpkg-shlibdeps works with DEBIAN/shlibs (thanks Heiko Schlittermann).
6667   * Added libm.so.5 to shlibs.default for i386/m68k.
6669   * Split binary package into two: dpkg and dpkg-dev.
6670   * dpkg-source(1) documents mode and ownership setting during extraction.
6672   * dpkg-scanpackages moved to /usr/bin.
6673   * Include /usr/bin/dpkg-deb, not dpkg-deb.dist; don't rename in scripts.
6674   * Copyright file changed slightly.
6675   * debian-changelog-mode uses magic key substitution strings.  (Bug#4419.)
6676   * Changed email address in control file to <ian@chiark.greenend.org.uk>.
6677   * Manuals and own Standards-Version: updated to 2.1.1.0.
6679  -- Ian Jackson <ian@chiark.greenend.org.uk>  Thu, 12 Sep 1996 01:13:33 +0100
6681 dpkg (1.3.14) unstable; urgency=low
6683   * dpkg-buildpackage new -tc (clean source tree) option.
6685   * Formatted documentation removed by `make clean' and so not in source.
6686   * Manuals and own Standards-Version: updated to 2.1.0.0.
6687   * Distribute {policy,programmer}.{html.tar,ps}.gz with each upload.
6689  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sun, 1 Sep 1996 20:43:40 +0100
6691 dpkg (1.3.13) unstable; urgency=low (HIGH for building new src X programs)
6693   * X shared libraries added to shlibs.default (=> `elf-x11r6lib').
6694   * dpkg-source tar invocation fixed so that TAPE env var doesn't break it.
6695   * dpkg-source copes better with missing final newline messages from diff.
6697   * dpkg-buildpackage usage message fixed: -si is the default.  (Bug#4350.)
6698   * dpkg-source error message about src dir mismatch typo fixed.  (Bug#4349.)
6700   * dpkg-source(1) has suggestions for dpkg-buildpackage -r option.
6701   * dpkg-source change date fixed.  (Bug#4351.)
6702   * More developers' keys.
6703   * Manual updates, own Standards-Version updated.
6705  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 31 Aug 1996 20:08:18 +0100
6707 dpkg (1.3.12) unstable; urgency=medium
6709   * dpkg prints old version number when upgrading.  (Bug#4340.)
6710   * dpkg-deb tries to detect and flag corruption by ASCII download.
6712   * dpkg-genchanges and dpkg-buildpackage say what source is included.
6714   * dpkg-buildpackage passes +clearsig=on to PGP (or pgpcommand).  (Bug#4342.)
6716   * dpkg-source prints better error for cpio not honouring -0t.
6717   * control file Suggests cpio >= 2.4.2, rather than just cpio.
6719  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 30 Aug 1996 15:31:51 +0100
6721 dpkg (1.3.11) unstable; urgency=low
6723   * EBUSY when dpkg removes a directory is only a warning.
6725   * dpkg-genchanges generates sensible warning (not confusing error
6726     about mismatch) for missing Section/Priority in binary packages.
6728   * Added dpkg --print-gnu-build-architecture option.
6729   * shlibs.default for m68k provided, as a copy of i386 version.
6731  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 29 Aug 1996 14:05:02 +0100
6733 dpkg (1.3.10) unstable; urgency=medium
6735   * dpkg-source(1) manpage alias symlinks are not dangling.
6736   * dselect selects things by default if they are installed.
6737   * Added `pentium' as alias for `i386' architecture.
6738   * Added `Suggests: cpio, patch' and explanatory text to Description.
6739     (Bugs #4262, #4263.)
6741   * More developers' PGP keys.
6742   * Manual updates, new source format released.
6744  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 26 Aug 1996 14:30:44 +0100
6746 dpkg (1.3.9) unstable; urgency=low (high for new source format)
6748   * dpkg --get-selections and --set-selections added.
6749   * New dpkg --force-not-root flag.
6751   * Don't replace directory with another package's file.  (Bug#4202.)
6753   * All manpages now installed compressed.
6754   * Copyright file moved to /usr/doc/dpkg/copyright.
6755   * Standards-Version updated (0.2.1.1).
6757  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 24 Aug 1996 19:09:30 +0100
6759 dpkg (1.3.8) unstable; urgency=low (high for new source format)
6761   * dpkg-buildpackage -sa, -si options work correctly.
6763   * update-rc.d(8) updated to reflect design and reality.
6764   * Programmers' and policy manual updates.
6766  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 23 Aug 1996 12:48:26 +0100
6768 dpkg (1.3.7) unstable; urgency=low (medium for source pkg docs)
6770   * dselect +/-/_/= on lines for all broken, new, local or whatever
6771     packages do not affect _all_ packages.  (Bug#4129.)
6773   * Support for diff-only uploads in source packaging tools.
6774   * dpkg-genchanges -d<descripfile> option renamed to -C.
6775   * dpkg-buildpackage understands -m, -v, -C (for dpkg-genchanges).
6776   * Support for debian/shlibs.local added to dpkg-shlibdeps.
6777   * Shared library files' search order defined in dpkg-source(1), and
6778     relevant files added to the FILES section.
6780   * Programmers' manual describes source packaging tools.
6781   * Policy manual mentions shared library control area file.
6782   * dpkg-source manpage includes dpkg-shlibdeps in title line.
6783   * Manuals have changelog and automatic version numbering.
6784   * changelogs (for dpkg and for manuals) installed.
6785   * binary target split into binary-arch and binary-indep in manual.
6786   * Manpages should be compressed.
6787   * Copyright file is moved to /usr/doc/<package>/copyright.
6788   * Changelogs must be installed in /usr/doc/<package>.
6789   
6790   * dpkg-deb(8) moved to dpkg-deb(1).
6792   * binary target split into binary-arch and binary-indep in source.
6793   * changelog entry for 1.2.14 copied from that (forked) release.
6795  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 22 Aug 1996 15:36:12 +0100
6797 dpkg (1.3.6) experimental; urgency=low (HIGH for new source format)
6799   * dpkg-source now has broken argument unparsing for tar.  (Bug#4195.)
6801   * dpkg-gencontrol writes to debian/tmp/DEBIAN/control by default.
6802   * dpkg-shlibdeps script added.
6804   * Back to old sh update-rc.d, and removed manpage, because new Perl
6805     version and the manpage have different syntax and semantics.
6806   * update-rc.d prints usage message for missing terminal `.'.  (Bug#4122.)
6808   * Use rm -rf instead of just rm -r in dpkg-deb --info &c.  (Bug#4200.)
6810   * Added support for Installed-Size to dpkg-gencontrol, and documented.
6811   * Source packaging substitution variables and name syntax rationalised.
6812   * dpkg-source scripts' usage messages improved slightly.
6813   * dpkg-source works with non-empty second (orig dir) argument.
6815   * Added rationale for copyright policy to manual.
6816   * More developers' PGP keys.
6817   * Control database handling cleanups (usu. Source field blanked).
6819  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 20 Aug 1996 15:39:58 +0100
6821 dpkg (1.3.5) experimental; urgency=low (high for debian-changelog-mode)
6823   * 822-date script included.  (Bug#4136.)
6824   * debian-changelog-add-version works on empty file.
6825   * debian-changelog-mode mode-help works properly.
6827   * dpkg-source tells patch not to make numbered backups.  (Bug#4135.)
6829   * More developers' PGP keys.
6830   * Paragraph on uucp -a and -g options removed from policy manual.
6832  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 14 Aug 1996 14:46:47 +0100
6834 dpkg (1.3.4) experimental; urgency=low
6836   * Removed debugging output from dpkg-source -x.  Oops.
6837   * Removed section on source package permissions from policy manual -
6838     dpkg-source now sorts these out.
6840  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sun, 11 Aug 1996 13:25:44 +0100
6842 dpkg (1.3.3) experimental; urgency=low
6844   * Programmers' & policy manuals in source tree; HTML in /usr/doc/dpkg.
6845   * Old guidelines.info and text files in /usr/doc/dpkg removed.
6847   * dpkg-source sets permissions on extracted debianised source tree
6848     and does not copy ownerships out of archive even if running as root.
6850   * Emacs mode `dpkg changelog' renamed to `Debian changelog'.
6851   * Default changelog format renamed from `dpkg' to `debian'.
6853   * debian-changelog-mode sets fill-prefix correctly.
6854   * debian-changelog-mode urgencies except HIGH lowercase by default.
6855   * debian-changelog-mode displays keymap in doc string and so mode help.
6857   * More maintainers' PGP keys.
6859   * Remove built changelog parsers with `clean' target in source.
6861  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 10 Aug 1996 23:35:51 +0100
6863 dpkg (1.3.2) experimental; urgency=LOW (MEDIUM for dpkg-source)
6865   * Faster update-rc.d written in Perl by Miquel van Smoorenburg.
6866   * install-info --test doesn't lock dir.  (Bug#3992, thanks Darren).
6868   * dpkg-source doesn't break in the presence of any symlinks.
6870   * More developers' keys added to doc/developer-keys.pgp.
6871   * Install developers' keys in /usr/doc/dpkg/developer-keys.pgp.
6872   * dpkg-source documents undefined substvar behaviour.
6873   * minor debian/rules cleanups.
6875  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 10 Aug 1996 02:13:47 +0100
6877 dpkg (1.3.1) experimental; urgency=LOW
6879   * manpage for dpkg-source et al now available.
6880   * dpkg-changelog-mode.el installed in site-lisp, but still no autoload.
6882   * dpkg-source prints correct string for not-understood tar -vvt output.
6883   * dpkg-source parsing of tar -vvt output made more robust.
6885   * dpkg-buildpackage prints usage message on usage error.
6886   * dpkg-gencontrol can print usage message.
6887   * -T<varlistfile> option added to dpkg-source.
6888   * Description of -f<fileslistfile> corrected in dpkg-distaddfile usage.
6889   * -m<maintainer> synopsis changed in dpkg-genchanges usage.
6890   * debian/substvars may now contain blank lines.
6892  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 8 Aug 1996 02:36:04 +0100
6894 dpkg (1.3.0) experimental; urgency=LOW
6896   * dpkg can install named pipes.
6897   * dpkg-deb supports directory for destination, generates filename.
6898   * dpkg-{source,gencontrol,genchanges,parsechangelog,buildpackage},
6899     dpkg-distaddfile scripts to support new source package format.
6900   * a.out build no longer supported.
6901   * Changed to new source package format.
6903  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 6 Aug 1996 02:31:52 +0100
6906 dpkg (1.2.14) stable unstable; urgency=MEDIUM
6908   * dselect +/-/_/= on lines for all broken, new, local or whatever
6909     packages do not affect _all_ packages.  (Bug#4129.)
6911   * NOTE - THE HISTORY FORKS HERE.  1.2.14's change appears in 1.3.7.
6913  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 22 Aug 1996 00:39:52 +0100
6916 dpkg (1.2.13) unstable; urgency=LOW
6918   * dpkg --search produces correct output for diversions.
6919   * dpkg-name remove unnecessary arch missing warning.  (Bug#3482.)
6921   * dpkg-deb --build warns about uppercase chars in package name.
6923   * dpkg-scanpackages error messages updated and manpage provided
6924     (thanks to Michael Shields).
6925   * dpkg-scanpackages warns about spurious entries in override file.
6926   * dpkg-scanpackages `noverride' renamed to `override' everywhere.
6927   * dpkg-scanpackages field ordering to put Architecture higher.
6928   * dpkg-scanpackages field names capitalised appropriately.
6929   * dpkg-scanpackages invokes find with -follow.  (Bug#3956.)
6931   * guidelines say #!/usr/bin/perl everywhere, not #!/bin/perl.
6932   * Many developers' PGP keys added.
6934   * configure script uses ${CC} instead of $(CC) (again :-/).
6935   * developers' keys included in dpkg source tree and /usr/doc.
6936   * configure remade using autoconf 2.10-3 (was 2.4-1).
6938  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 1 Aug 1996 02:46:34 +0100
6940 dpkg (1.2.12); priority=LOW
6942   * dpkg --search and --list understand and comment on diversions.
6943   * dpkg-divert displays diversions more intelligibly.
6945   * Guidelines are somewhat clearer about descriptions.
6946   * deb(5) describes new format; old moved to deb-old(5).  (Bug#3435.)
6947   * deb-control(5) carries a warning about being out of date.
6949   * Added 1996 to dselect version/copyright.
6951  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 4 Jul 1996 15:04:49 +0100
6953 dpkg (1.2.11); priority=MEDIUM
6955   * dselect had dependency bug if installed package newer than avail.
6956   * Added `replaces' to dselect's list of package relationship strings.
6958  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 1 Jul 1996 02:51:11 +0100
6960 dpkg (1.2.10); priority=MEDIUM
6962   * Fixed bug in old-style version/revision number parsing.  (Bug#3440.)
6964  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 29 Jun 1996 03:32:45 +0100
6966 dpkg (1.2.9); priority=MEDIUM
6968   * Fixed status database updates reading bug.
6969   * `Setting up' message includes version number.
6970   * `existence check' message changed to say `cannot access archive'.
6972  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 27 Jun 1996 13:39:36 +0100
6974 dpkg (1.2.8); priority=LOW
6976   * dpkg --record-avail puts data in Size field.
6977   * strip / for rmdir(2) in cleanup to work around kernel bug.  (Bug#3275.)
6978   * dpkg-split --msdos no longer allows `-' and other chars in filenames.
6980   * manual dpkg-split(8) written.
6981   * dpkg-split minor typo in --auto usage error message fixed.
6982   * dpkg-deb(8) very minor cosmetic fix to --build option.
6984  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 25 Jun 1996 03:00:14 +0100
6986 dpkg (1.2.7); priority=LOW
6988   * dpkg-scanpackages syntax errors fixed.
6990  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 21 Jun 1996 04:10:38 +0100
6992 dpkg (1.2.6); priority=MEDIUM
6994   * NFS, CDROM and partition dselect methods include mountpoint
6995     in paths given to dpkg in [I]install, so they should now work.
6997   * Removed some leftover files from source tree.
6999  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 12 Jun 1996 14:35:19 +0100
7001 dpkg (1.2.5); priority=MEDIUM
7003   * Allow, but do not create, packages in half-installed state
7004     with no version number.  (Aargh.)
7006  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 10 Jun 1996 04:55:43 +0100
7008 dpkg (1.2.4); priority=MEDIUM
7010   * New dpkg-name from Erick (<pkg>_<version>_<arch>.deb convention).
7011   * Disappeared packages can't own conffiles any more !  (Bug#3214.)
7012   * install-info creates Miscellaneous sections with a newline
7013     following the heading.  (Bug#3218.)
7014   * cleanup-info script installed in /usr/sbin; called as appropriate
7015     by postinst.  Thanks to Kim-Minh Kaplan.  (Bug#3125.)
7016   * Allow superseded Essential packages to be purged after they've
7017     been removed (clear the Essential flag on removal, and ignore it
7018     on packages that are in stat_configfiles).
7020   * dselect disk methods understand `y' as well as `yes' for using
7021     development tree.
7022   * dselect doesn't make packages appear as `new' again if update
7023     of available packages fails.
7024   * dselect places method selection cursor over option last selected.
7026   * dpkg-scanpackages doesn't die when repeated packages are found.
7027   * dpkg-scanpackages allows many old maintainers (`//'-separated).
7029   * `Version' field is now mandatory (some operations already
7030     wouldn't work right anyway if it was't there).
7032   * update-rc.d(8) now says you must remove the script.  (Bug#3215.)
7033   * dpkg --force-help says that --force-overwrite is on by default.
7034   * dpkg-deb manpage rewritten.
7035   * debian.README (= /usr/doc/copyright/dpkg) edited slightly.
7037   * Some database parsing grunge removed (pdb_preferversion, &c).
7038   * Source tree doc/sgml contains some embryonic manuals.
7039   * Leftover files in lib directory in source tree deleted.
7041  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 10 Jun 1996 03:52:01 +0100
7043 dpkg (1.2.3); priority=HIGH
7045   * install-info doesn't replicate section headings (Bug#3125, #2973).
7046   * New dpkg-name manpage broken off from script (oops!).
7047   * dselect help screens made consistent with new strings, flags, &c.
7048   * dselect error flag column labelled E (Error), not H (Hold).
7049   * `Escape' no longer bound to `exit list without saving' in dselect.
7051  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 28 May 1996 02:14:57 +0100
7053 dpkg (1.2.2); priority=MEDIUM
7055   * Fixed dselect coredump found by Erick Branderhorst (thanks).
7056   * Sort obsolete removed packages separately, not under Available.
7058  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 23 May 1996 21:31:05 +0100
7060 dpkg (1.2.1); priority=MEDIUM
7062   * `=' key in dselect really does `hold' rather than `unhold'.
7063   * dselect dependency processing now interacts better with `hold'.
7064   * dselect `I' key (not `i') modifies display of the info window.
7065   * dselect shows unavailable packages as being unavailable.
7066   * dselect main menu headings and many other strings changed to try to
7067     discourage people from deselecting every package and using [R]emove.
7068     Notably, `select' changed to `mark' throughout.
7070   * dselect disk methods now print a few fewer double slashes.
7071   * dselect disk access methods will offer to use dpkg --record-avail
7072     to scan the available packages, if no Packages file is found.
7074   * New dpkg --compare-versions option, for the benefit of scripts &c.
7075   * New dpkg --clear-avail option forgets all available packages info.
7076   * New dpkg --print-avail option, prints `available' data (from Packages, &c).
7077   * dpkg usage message is more informative, but no longer fits on screen.
7078   * dpkg --avail option renamed --record-avail.
7080   * Latest dpkg-name from Erick Branderhorst.
7081   * dpkg-scanpackages has more sensible problem reporting.
7082   * postinst configure now gets null argument (not <unknown> or <none>)
7083     when there is no previously configured version.
7085   * Guidelines say that postinst configure is given previous version.
7086   * Guidelines don't refer to maintainer-script-args.txt in main text.
7087   * Guidelines (Texinfo source) uploaded separately.
7089   * Own version of strcpy (used for debugging) removed.
7090   * Interface to access methods document in source (doc/dselect-methods.txt).
7091   * debian.buildscript moves changes file into parent directory.
7093  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 22 May 1996 01:26:31 +0100
7095 dpkg (1.2.0); priority=MEDIUM
7097   * dselect can sort packages by available and installed states, and
7098     display their version numbers.  (Use O, o and V.)
7099   * Hold is properly integrated as a real `wanted state', rather than
7100     a separate flag.
7101   * Epochs in version numbers implemented, using the syntax
7102     <epoch>:<version>-<revision>.  (Epoch not usually displayed.)
7103   * dselect disk method is architecture-independent (uses dpkg's
7104     installation architecture, and looks in the right part of the tree).
7106   * dselect disk method doesn't try to satisfy the predependencies of
7107     packages which are on hold.
7108   * Fixed conflict-related assertion failure.  (Bug#2784.)
7109   * conffiles do not cause file conflicts if the conflicting package
7110     is in the `configuration only' state.  (Bug#2720.)
7111   * Fixed messages where available version number was reported as installed
7112     version in conflict and dependency messages.  (Bug#2654, Bug#2974.)
7114   * New format .deb files are default even for a.out compiles (but
7115     a.out version of dpkg is in old format).
7116   * Characters @:= (at colon equals) in package names now strictly
7117     forbidden everywhere (_ is still allowed in existing packages).
7118   * New dpkg --print-installation-architecture option prints installation
7119     architecture (compiled in), rather than build architecture (determined
7120     from gcc -print-libgcc-file-name).
7122   * Version messages show whether compiled a.out or ELF (i386 only).
7123   * Fixed missing space in version syntax error messages.
7124   * Manpage dpkg.8 installed with warning about inaccuracy.
7126   * Guidelines don't say to stop and restart daemons in runlevels 2345;
7127     instead they say to start in 2345 and stop in 016.
7128   * Guidelines and version messages say just Debian Linux.
7129   * Guidelines typo fix `"stop2' => `"stop"'.  (Bug#2867.)
7131   * doc/Makefile.in clean properly deletes various guidelines.info* files.
7133  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 16 May 1996 00:01:21 +0100
7135 dpkg (1.1.6); priority=MEDIUM
7137   * Check virtual dependencies when removing (ouch! - thanks SDE.)
7138   * Fixed bug in internal database validity management that could
7139     make dselect and dpkg dump core.  (Bug#2613.)
7140   * Fixed two coredumping bugs when using local diversions.  (Bug#2804.)
7141   * Fixed disappearance of overwritten packages.  (Bug#2696.)
7142   * install-info won't modify dir file before start of menu.
7143   * install-info will create Miscellaneous heading if no sections yet.
7145   * Only alphanums and +-. allowed in package names - enforced by
7146     dpkg-deb --build and documented in Guidelines.
7147   * dselect doesn't display packages unless they are installed, selected
7148     or available.
7149   * dselect doesn't show spurious section and priority headings.
7150   * dselect has a few extra keybindings (from Lee Olds).
7151   * --force message changed to `--force enabled' so that default is OK.
7153   * dpkg-name now includes architecture component in .deb filename,
7154     and translates - in package name to _.
7155   * .deb file has architecture component in filename.
7157   * Guidelines changed to say Pre-Depends is for experts only.
7158   * Guidelines say to provide a unidiff (-u) rather than an old context diff.
7159   * Guidelines say 755 root.root for shared libraries.
7161  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 1 May 1996 00:47:22 +0100
7163 dpkg (1.1.5); priority=MEDIUM (HIGH for diversions users)
7165   * Fixed coredump when using diversions.  (Bug#2603.)
7166   * Fixed typo in dpkg-divert which could lose diversions.  (Bug#2662.)
7168   * --force-overwrite is the default.
7169   * diversions.text provides better examples.
7171  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 10 Apr 1996 13:59:30 +0100
7173 dpkg (1.1.4); priority=MEDIUM
7175   * Allow overwriting of conflicting packages being removed.  (Bug#2614.)
7177   * a.out control file says Pre-Depends: libc4 | libc.  (Bug#2640.)
7178   * ELF control file and libc dependencies changed to use finalised scheme.
7179   * ELF control file and libc dependencies for i386 only.  (Bug#2617.)
7181   * Guidelines say use only released libraries and compilers.
7182   * Install wishlist as /usr/doc/dpkg/WISHLIST.
7183   * Remove spurious entries for Guidelines in info dir file.
7185   * dpkg-deb --build checks permissions on control (DEBIAN) directory.
7187   * Spaces in control file fields not copied by dpkg-split.  (Bug#2633.)
7188   * Spaces in split file part control data ignore.  (Bug#2633.)
7190   * Portability fixes, including patch from Richard Kettlewell.
7191   * Fixed minor configure.in bug causing mangled GCC -W options.
7193  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 4 Apr 1996 01:58:40 +0100
7195 dpkg (1.1.3); priority=LOW
7197   * dselect disk methods support Pre-Depends installation ordering.
7198   * When dpkg fails and --auto-deconfigure would help it says so.
7199   * dpkg --search output lists several packages with same file on one line.
7200   * Improved dpkg usage message somewhat.
7202   * dpkg-deb --build checks permissions and types of maintainer scripts.
7203   * dpkg-deb --build treats misspecified conffiles as error, not warning.
7204   * dpkg --print-architecture prints compiler's architecture while
7205     dpkg --version (&c) print system's arch (this to help cross-compiling).
7206   * More minor guidelines changes, including dir entry fixup.
7208   * configure script caches more values.
7209   * Changed maintainer email address to ian@chiark.chu.cam.ac.uk.
7211  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 16 Mar 1996 19:18:08 +0000
7213 dpkg (1.1.2); priority=LOW
7215   * Packaging guidelines installed properly (and as guidelines
7216     rather than debian-guidelines).
7217   * ELF version has more checks to stop you wrecking your dpkg installation.
7218   * dselect disk methods now look for a `local' tree as well, for
7219     people who want locally-available software of various kinds.
7220   * dpkg-divert has debugging message removed.
7221   * Minor guidelines changes.
7223   * Various makefile cleanups, mainly to do with ELF vs. a.out support.
7224   * debian.rules cleans out ~ files itself, as well as calling make clean.
7225   * debian.rules names .nondebbin.tar.gz file ELF too, if appropriate.
7227  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 14 Mar 1996 03:38:29 +0000
7229 dpkg (1.1.1elf); priority=LOW
7231   * Added /usr/lib/dpkg/elf-executables-ok and elf-in-kernel.
7232   * Replaces field now allows automatic removal of conflicting packages.
7233   * Replaces field now required to overwrite other packages' files.
7234   * Architecture field, and dpkg --print-architecture, supported.
7235   * build new format archives by default when compiled with ELF compiler.
7237   * symlinks are now installed atomically (good for shared libraries).
7238   * create /var/lib/dpkg/diversions in postinst if necessary (Bug#2465.)
7239   * Pre-Depends now correctly fails if package never configured.
7240   * dselect disk methods mount with -o nosuid,nodev.
7241   * update-rc.d defaults doesn't add both K and S in any one runlevel;
7242     dpkg postinst fixes up this situation if it sees it.
7244   * Assorted fixups to the Guidelines, which are now in one piece.
7245   * dpkg --list prints version string in one piece.
7246   * dpkg-scanpackages doesn't produce notice on output with list of
7247     packages with Section and/or Priority control file fields.
7249   * control file and debian.rules work both for ELF and non-ELF compiles.
7250   * most files compiled with -O2 (-O3 only for some critical files) -
7251     this fixes ELF build.
7253  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 11 Mar 1996 04:25:28 +0000
7255 dpkg (1.1.0); priority=LOW
7257   * dpkg supports Pre-Depends.
7258   * postinst script gets most-recently-configured version as $2.
7260   * lib/tarfn.c #includes <errno.h> (portability fix).
7262  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 11 Feb 1996 21:07:03 +0000
7264 dpkg (1.0.17); priority=LOW
7266   * dpkg --recursive follows symlinks (useful for devel tree).
7268  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 10 Feb 1996 15:58:46 +0000
7270 dpkg (1.0.16); priority=LOW
7272   * dpkg-deb much faster reading new format archives.  (Bug#2256.)
7273   * Developers' documentation in /usr/doc/dpkg/, /usr/info/.
7275   * Fixed typo in control file Description.
7277   * configure script tries to improve matters wrt sysinfo.
7278   * any debian-tmp.deb is deleted by `./debian.rules clean'.
7280  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 4 Feb 1996 15:51:59 +0000
7282 dpkg (1.0.15); priority=LOW
7284   * dselect disk methods should never unmount things they didn't mount.
7285   * debian.README aka /usr/doc/copyright updated.
7287  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 30 Jan 1996 15:05:39 +0000
7289 dpkg (1.0.14); priority=MEDIUM
7291   * fixed file descriptor leak in dpkg introduced in 1.0.11.
7292   * included dpkg-name in this package (conflicts with dpkg-name).
7294   * redraw in dselect main menu changed to use clearok (like in lists).
7295   * sa_restorer in struct sigaction no longer used (portability fix).
7296   * removed Guidelines from source package.
7298  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 30 Jan 1996 02:52:29 +0000
7300 dpkg (1.0.13); priority=MEDIUM
7302   * dselect partition and mounted methods work again.
7303   * dpkg-deb --no-act in usage message.
7305  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 26 Jan 1996 18:37:03 +0000
7307 dpkg (1.0.12); priority=MEDIUM (HIGH for users of 1.0.11)
7309   * Fixed frequent dpkg coredump introduced in 1.0.11.  (Bug#2219.)
7310   * dpkg-deb ensures version numbers start with alphanumerics.
7312  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 24 Jan 1996 00:42:31 +0000
7314 dpkg (1.0.11); priority=MEDIUM
7316   * corrected potentially serious problem with dpkg low-memory in-core
7317     files database.
7318   * dpkg-split --msdos puts output files in right directory.  (Bug#2165.)
7320   * diversions implemented - see `dpkg-divert --help'.
7322   * dselect shows and uses (for dependencies) currently installed
7323     version of a package if that is more recent.
7324   * dpkg --force-... options are in separate help screen.
7325   * better error messages for corrupted .deb archives.  (Bug#2178.)
7326   * dselect NFS method will unmount correct copy of NFS area if mounted
7327     twice.
7329   * removes some ELF compilation warnings.
7331  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 19 Jan 1996 02:41:46 +0000
7333 dpkg (1.0.10); priority=MEDIUM
7335   * dpkg-deb option parsing unmuddled (-I option was removed
7336     in 1.0.9 and broke dpkg-deb).  (Bug#2124.)
7338   * dpkg-split will work when ELF `ar' is installed, and is faster.
7340   * nfs dselect method now available.
7341   * disk methods don't prompt spuriously for Packages files.
7342   * cdrom+harddisk methods can find Packages files.
7344   * dpkg-scanpackages (creates Packages files) now in /usr/sbin.
7346   * various changes to help compilation of dpkg-deb, dpkg-split
7347     and md5sum on non-Debian systems.
7348   * <sys/fcntl.h> replaced by <fcntl.h> throughout.
7350  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 14 Jan 1996 02:55:19 +0000
7352 dpkg (1.0.9); priority=MEDIUM
7354   * dselect uninitialised variable coredump fixed (thanks Carl).
7356   * version numbers printed by --version fixed.  (Bug#2115.)
7357   * disk method problem with missing Packages files fixed.  (Bug#2114.)
7358   * dependency version relationships now <= >= << >> =.  (Bug#2060.)
7360   * install-info is in /usr/sbin, not /usr/bin.  (Bug#1924.)
7361   * dpkg regards Revision field as obsolete.
7363   * <asm/unistd.h> changed to <linux/unistd.h> (for m68k port).
7364   * scripts/Makefile.in `clean' target deletes scripts.
7366  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 11 Jan 1996 20:51:20 +0000
7368 dpkg (1.0.8); priority=LOW
7370   * update-alternatives slightly more helpful message.  (Bug#1975.)
7371   * cosmetic improvements to disk installation method.  (Bug#1970,1956.)
7372   * mounted filesystem and unmounted partition separate methods.  (Bug#1957.)
7374  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 12 Dec 1995 04:07:47 +0000
7376 dpkg (1.0.7); priority=MEDIUM (HIGH to upgrade syslogd)
7378   * dselect harddisk/CDROM method script handles multiple package
7379     areas.
7380   * Everything has a manpage, though many are very unhelpful indeed.
7382  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 30 Nov 1995 03:59:14 +0000
7384 dpkg (1.0.6); priority=MEDIUM (HIGH to upgrade syslogd)
7386   * conffiles can now be taken over properly from one package by
7387     another which replaces it.  (Bug#1482.)
7388   * dpkg will not deconfigure essential packages when --auto-deconfigure
7389     is set (this bug was fairly unlikely ever to be exercised).
7391   * dpkg checks for the presence of certain important programs on the PATH.
7392   * dselect is now more informative when a dependency is missing, saying
7393     "<package> does not appear to be available".  (Bug#1642, 1705).
7395   * `make distclean' fixed; config.* &c removed from source archive.
7396   * lib/lock.c now uses fcntl rather than flock, for better portability.
7398   * `Package_Revision: 0' removed from control file.
7399   * Some inaccuracies and bad formatting in various messages corrected.
7401  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 21 Nov 1995 20:15:18 +0000
7403 dpkg (1.0.5); priority=LOW
7405   * dpkg-split allows some space for the header.  (Bug#1649.)
7406   * dpkg-split now has --msdos option for 8.3 filenames.
7407   * dpkg-split --join &c will not complain about trailing garbage.
7409   * dselect & dpkg will no longer ignore SIGHUP will running subprocesses.
7411  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 13 Oct 1995 13:59:51 +0100
7413 dpkg (1.0.4); priority=MEDIUM (HIGH for dselect users with 1.0.3)
7415   * fixed bug which prevented dselect from displaying the bottom line of
7416     any listing screen.  This was introduced in 1.0.3, sorry !
7418   * a conffile will never cause a prompt if the package maintainer
7419     distributes a file identical to the user's, even if the file has
7420     been edited by both the user and the maintainer or is a
7421     newly-registered conffile.  (Bug#1639.)
7423   * dselect disk/cdrom method script says where to get Packages file.
7424   * dselect help has better descriptions of the functions of Return and Q.
7426   * postinst now warns about some problems with /usr/lib/dpkg/methods/hd.
7428  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 12 Oct 1995 01:45:38 +0100
7430 dpkg (1.0.3); priority=MEDIUM
7432   * dselect: fixed segfault when doing some multiple (de)selections.
7434  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 10 Oct 1995 03:21:12 +0100
7436 dpkg (1.0.2); priority=MEDIUM
7438   * problem with screen refresh after `o' (change order) corrected.
7440  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 9 Oct 1995 13:11:04 +0100
7442 dpkg (1.0.1); priority=LOW
7444   * much better dpkg performance on low-memory systems.
7445   * start-stop-daemon --name should now work. (oops!)
7446   * fixed typo which could turn into memory overwriting bug sometime.
7448  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 8 Oct 1995 20:12:29 +0100
7450 dpkg (1.0.0); priority=LOW
7452   * Version 1.0.0: dpkg is no longer beta.
7454   * tar extractor no longer looks up an empty string using getgrnam
7455     (this causes the libc to coredump when using NIS).
7457  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 1 Oct 1995 13:07:36 +0100
7459 dpkg (0.93.80); priority=LOW
7461   * dselect help screen intro changed to remove `much' before `help'.
7463   * update-alternatives.pl contains hardcoded ENOENT value, instead
7464     of requiring POSIX.pm to be present.
7466   * Makefiles changed to strip when installing instead of when building.
7468  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 30 Sep 1995 01:44:12 +0100
7470 dpkg (0.93.79) BETA; priority=LOW
7472   * DPKG_NO_TSTP environment variable which stops dpkg sending the
7473     process group a SIGTSTP (Bug#1496).
7474   * End key should work in dselect lists (Bug#1501).
7475   * various message typos (missing \n's) fixed (Bug#1504).
7477  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 29 Sep 1995 03:27:01 +0100
7479 dpkg (0.93.78) BETA; priority=LOW
7481   * dselect keystrokes help file typo fix.
7483  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 28 Sep 1995 20:31:02 +0100
7485 dpkg (0.93.77) BETA; priority=MEDIUM
7487   * dpkg --remove --pending will purge things when appropriate.
7489   * fixed failure to null-terminate dpkg conflict problem messages.
7490   * fixed bug in formatting of dependency version problem messages.
7492   * Conffiles resolution prompt for new conffile: typo fixed.
7493   * Changed dpkg usage error to suggest `-Dhelp' instead of `--Dhelp'.
7495  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 20 Sep 1995 23:44:35 +0100
7497 dpkg (0.93.76) BETA; priority=MEDIUM
7499   * dpkg --auto-deconfigure option (used automatically by dselect) allows
7500     `important' packages which many others depend on to be split.
7501   * dpkg should no longer fail an assertion during complicated
7502     multiple configurations involving packages which are on hold.
7504   * update-alternatives supports negative priorities.
7505   * /etc/alternatives is included in the .deb archive.
7507   * Package priorities changed: Required (Req), Important (Imp), Standard (Std),
7508     Optional (Opt) and Extra (Xtr).  For backward compatibility Base is an
7509     alias for Required, and Recommended is kept as a level just below Standard.
7511   * dselect shows introductory help screen when entering package lists (both
7512     main and recursive).
7513   * dselect help messages made more friendly.
7514   * dselect package list `quit, confirm, and check dependencies' key is
7515     now Return rather than lowercase `q'; likewise method list `select this
7516     one and configure it' key.
7517   * dselect selects packages with priority `standard' or better by default.
7518   * dselect `v=verbose' becomes `v=terse' when in verbose mode.
7520   * hard disk method unmounts /var/lib/dpkg/methods/mnt on failure.
7521   * disk methods' install message uses `stty' to find out what the
7522     interrupt character is, and uses that in the prompt (rather than ^C).
7523   * dpkg now tolerates ^Z characters in Packages files.
7524   * harddisk method doesn't display extra slash when updating packages file.
7525   * harddisk method burbles less if it doesn't have a good default.
7527   * dpkg-deb now supports new flexible format, but old format still default.
7529  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 20 Sep 1995 02:49:41 +0100
7531 dpkg (0.93.75) BETA; priority=MEDIUM
7533   * dselect no longer segfaults when you try to modify the last item.
7535   * dselect Makefile compiles with -g, and links without -s, but installs
7536     with -s, so that built source directory has debugabble binary.
7538  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 12 Sep 1995 02:59:29 +0100
7540 dpkg (0.93.74) BETA; priority=LOW
7542   * dpkg-split implemented and installed in /usr/bin/dpkg-split.
7543     (NB this is not compatible with Carl Streeter's old dpkg-split script.)
7544   * dpkg uses dpkg-split.
7545   * floppy disk method available - NB this is a first attempt only.
7547   * hard disk method uses --merge-avail rather than --update-avail.
7548   * installation by default of `standard' packages removed again.
7549     (I don't think this is the right place to do this.)
7550   * update-alternatives --remove correctly deletes all slave links;
7551     minor cosmetic improvements.
7553  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 11 Sep 1995 02:06:05 +0100
7555 dpkg (0.93.73) BETA; priority=LOW
7557   * dselect multi-package selection now done by `divider' lines
7558     actually in the package list, rather than horizontal highlight
7559     movement.
7560   * dselect help available, and keybindings rationalised.
7562   * postinst removes /usr/lib/dpkg/methods/hd if upgrading from
7563     0.93.42.3 or earlier.
7564   * `hold' flag changed to be settable by the user only, and
7565     made orthogonal to the `reinstallation required' flag.
7566   * dpkg will install by default any packages with priority of
7567     `standard' or better unless they're explictly deselected.
7569   * dselect dependency/conflict resolution will suggest marking absent
7570     packages for `purge' rather than `deinstall'.
7571   * disk method script produces message about invoking dpkg.
7572   * dpkg produces warning, not error, when it gets EPERM trying to
7573     remove a directory belonging to a package being removed.
7574   * dpkg, dpkg-deb usage error reporting improved.
7575   * dselect detects too-dumb terminals and stops.
7576   * dpkg-deb(8) updated a little (thanks to Bill Mitchell).
7578   * dselect debugmake script uses -O0.
7580  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 10 Sep 1995 12:23:05 +0100
7582 dpkg (0.93.72) BETA; priority=MEDIUM
7584   * /usr/sbin/update-alternatives added.
7586   * New names for certain control file fields (old names work
7587     as aliases): Optional -> Suggests, Recommended -> Recommends,
7588     Class -> Priority.
7589      
7590  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 3 Sep 1995 16:37:41 +0100
7592 dpkg (0.93.71) BETA; priority=LOW
7594   * dpkg doesn't silently overwrite `new' conffiles (Bug#1283).
7595   * case now not significant in Essential, Status and Class (Bug#1280).
7596   * dselect checks method scripts for execute, not for write.
7598   * spelling fixes in lib/dbmodify.c and dselect/helpmsgs.src.
7600   * dselect `clean' target deletes helpmsgs.cc and helpmsgs.cc.new.
7602  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 31 Aug 1995 13:56:08 +0100
7604 dpkg (0.93.70) BETA; priority=MEDIUM
7606   * dselect unmounted harddisk method has many silly bugs fixed.
7608   * dpkg --root option restored (was removed by mistake in 0.93.68).
7609   * minor cosmetic change to dselect subprocess failure message.
7611  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 9 Aug 1995 22:18:55 +0100
7613 dpkg (0.93.69) BETA; priority=MEDIUM
7615   * dpkg --configure and --remove should work properly when
7616     they have to defer processing (this tends to happen when many
7617     packages are processed at once).  (Bug#1209.)
7619   * dpkg --configure and --remove work better when `processing'
7620     several related packages with --no-act.
7622   * dpkg --auto is now two options, --pending or -a (for configure,
7623     remove, &c) and --recursive or -R (for install, unpack, &c).
7625   * dpkg debug options in usage message, and values available (-Dh).
7627  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 9 Aug 1995 22:18:55 +0100
7629 dpkg (0.93.68) BETA; priority=MEDIUM
7631   * dpkg won't get an internal error if you try to use the default
7632     conffiles response (ie, if you just hit return).  (Bug#1208.)
7634   * dselect hard disk and CD-ROM methods - the real thing, but ALPHA.
7636   * dselect allows you to go straight to `update' or `install' if
7637     you have already set up an access method.
7638   * new dpkg options --yet-to-unpack, --merge-avail and --update-avail.
7639   * dpkg -G is an abbreviation for dpkg --refuse-downgrade.
7640   * dpkg -R alias for --root withdrawn, pending reuse with different meaning.
7641   * dpkg --help message rationalised somewhat.
7643   * Obsolete `examples' and `dpkg-split' directories removed from
7644     source tree.  The `hello' package is a better example.
7646  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 7 Aug 1995 02:16:25 +0100
7648 dpkg (0.93.67) BETA; priority=LOW for C dpkg alpha testers, HIGH for others
7650   * dpkg no longer statically linked and -g.
7651   * calls to abort() changed to print string, file and line number first.
7652   * removed unused variable from dpkg source.
7654  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 4 Aug 1995 01:39:52 +0100
7656 dpkg (0.93.66) ALPHA; priority=MEDIUM
7658   * dpkg will correctly remove overwritten files from the lists of
7659     the package(s) that used to contain them.
7661   * dpkg --purge is now an action, rather than a modifier for --remove,
7662     and the -P alias for it is withdrawn.
7664   * dpkg --unpack/--install filenames in messages are now more sensible
7665     about when to use .../ (show as many trailing components as possible
7666     in 40 characters, or the whole path if that the last component is
7667     longer than that).
7669  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 3 Aug 1995 02:11:03 +0100
7671 dpkg (0.93.65) ALPHA; priority=MEDIUM
7673   * dpkg --remove should, when a package being removed is depended-on
7674     by another that is also queued for removal, defer the depended-on
7675     package rather than aborting it.  (Bug#1188.)
7677   * dpkg will not attempt to configure or remove a package more than
7678     once in the same run.  (Bug#1169.)
7680   * dpkg cosmetic fix to dependency problems message (this bug
7681     hasn't been triggered to my knowledge).
7683   * perl-dpkg no longer installed in /usr/bin.
7685  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 2 Aug 1995 13:02:58 +0100
7687 dpkg (0.93.64) ALPHA; priority=MEDIUM
7689   * dpkg marks a package as no longer `to be configured in this run'
7690     when an error occurs, so that other packages which depend on it
7691     will fail (rather than causing a loop and an assertion failure,
7692      packages.c:166: failed assertion `dependtry <= 4').
7694   * dselect initial selection granularity is single-package.
7695   * dpkg --no-also-select option renamed to --selected-only (old option
7696     still accepted, but no longer in --help).  Changed -N to -O.
7698   * dselect `update' option changed to `install' (and other options
7699     renamed too).  NB: old access methods will not work, because
7700     the `update' script should now be an `install' script.
7702   * dselect `installation methods' renamed to `access methods'.
7703   * dpkg --skip-same-version and --refuse-downgrade produce friendlier
7704     messages when they skip packages.
7705   * --licence option now properly mentioned in all programs' --version
7706     messages.
7708   * bad fix for ELF compile problem involving myopt.h removed (compile
7709     problem turned out to be a GCC bug.)
7711  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 1 Aug 1995 03:03:58 +0100
7713 dpkg (0.93.63) ALPHA; priority=LOW
7715   * preinst works around shell bug/misfeature involving `trap'.
7717   * dpkg --skip-same-version doesn't skip packages which have
7718     an error flag set or which aren't in a standard `installed' state.
7720   * dpkg --search now does a substring search if the string doesn't
7721     start with a wildcard character (*, [ or ?) or slash.
7723   * problem with C/C++ linkage of stuff in "myopt.h" fixed, to help
7724     with compiling with GCC 2.7.0.
7726   * dselect Makefile.in `clean' deletes curkeys.inc &c, so that they are
7727     not shipped in the distribution source and will be rebuilt on the
7728     target system.
7730  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 27 Jul 1995 13:38:47 +0100
7732 dpkg (0.93.62) ALPHA; priority=HIGH
7734   * dpkg purges leftover control scripts from /var/lib/dpkg/tmp.ci,
7735     rather than associating them with the wrong package.  (Bug#1101.)
7737   * dpkg won't `disappear' packages containing no files or directories,
7738     nor a package required for depends/recommended.  (Bug#1128.)
7740   * dpkg follows directory symlinks.  (Bug#1125.)
7742   * dselect fixups for ELF/GCC2.7.0 compilation.
7744  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 21 Jul 1995 21:43:41 +0100
7746 dpkg (0.93.61) ALPHA; priority=LOW
7748   * dselect keybindings and status characters and descriptions changed
7749     (in pursuance of Bug#1037, user interface problems, still open.)
7751   * Some cleanups to fix mistakes discovered by ELF-GCC 2.7.0, and fixup
7752     for newer C++ draft standard (`for' variable declaration scope change).
7754  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 18 Jul 1995 01:42:51 +0100
7756 dpkg (0.93.60) ALPHA; priority=HIGH
7758   * dpkg doesn't think packages have `disappeared' if you install
7759     several packages at once.  (later reported as Bug#1132.)
7761   * usage error messages tidied up.
7763  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 16 Jul 1995 17:56:56 +0100
7765 dpkg (0.93.59) ALPHA; priority=HIGH
7767   * dpkg doesn't break maintainer scripts &c if package `foo' exists
7768     when processing package `foobar'.  (Related to Bug#1101.)
7770   * dpkg implements `disappear' functionality.
7771   * dpkg/dselect remove dead entries from /var/lib/dpkg/status.
7773   * dpkg --list now sorted correctly and output somewhat improved.
7774   * some debugging messages moved from dbg_stupidlyverbose to dbg_scripts.
7775   * dpkg prints `Removing foo' message even if foo is not configured.
7776   * dpkg only prints `serious warning: files list file ... missing'
7777     once for each package.
7779  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 16 Jul 1995 02:32:11 +0100
7781 dpkg (0.93.58) ALPHA; priority=HIGH
7783   * dpkg should write out status even for packages which it has only
7784     encountered in the `available' file so far.
7786  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 14 Jul 1995 20:19:21 +0100
7788 dpkg (0.93.57) ALPHA; priority=LOW
7790   * dpkg does chroot when running maintainer scripts (--instdir
7791     should work right now, though I haven't been able to test it).
7793  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 14 Jul 1995 01:32:30 +0100
7795 dpkg (0.93.56) ALPHA; priority=HIGH
7797   * dpkg can now overwrite symlinks to directories, and will
7798     do correct handling of symlinks to plain files.
7799   * dpkg should not replace any directory with a symlink.
7801  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 13 Jul 1995 02:43:36 +0100
7803 dpkg (0.93.55) ALPHA; priority=MEDIUM
7805   * dpkg can now extract hardlinks.
7806   * dpkg configuration/removal works in the presence of dependency cycles.
7807   * dpkg should no longer fail an assertion at processarc.c:193.
7809  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 12 Jul 1995 01:34:44 +0100
7811 dpkg (0.93.54) ALPHA; priority=MEDIUM
7813   * dpkg and dselect no longer throw away all Class and Section
7814     information in /var/lib/dpkg/available.  (Oops.)
7815   * dpkg --refuse-<something> now works (this broke some dselect
7816     method scripts' attempts to use --refuse-downgrade).
7817   * dpkg --audit and --list implemented.
7819  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 10 Jul 1995 00:35:13 +0100
7821 dpkg (0.93.53) ALPHA; priority=LOW
7823   * dpkg --install/--unpack only skips on-hold packages with --auto.
7824   * dpkg doesn't fclose() the --fsys-tarfile pipe twice.
7825   * dpkg error handling and reporting cleaned up.
7826   * dpkg now lists any failed packages/files just before exiting.
7828  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 9 Jul 1995 16:31:36 +0100
7830 dpkg (0.93.52) ALPHA; priority=MEDIUM
7832   * dpkg won't segfault due to missing (Package_)Revision fields.
7833   * dpkg --search works.
7834   * dpkg will set execute permissions on scripts if necessary.
7835   * dpkg prints filenames in --unpack and --install.
7837  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 8 Jul 1995 12:41:39 +0100
7839 dpkg (0.93.51) ALPHA; priority=HIGH
7841   * dpkg --status and --listfiles now work.
7843   * dpkg --remove --auto won't try to remove everything (!)
7844   * dpkg --unpack doesn't coredump after unpacking the first package.
7845   * dpkg won't fail an assertion if it bombs out of --configure
7846     or --remove because of too many errors.
7848   * Support for `Essential' in dpkg (not yet in dselect).
7849   * `available' (Packages) file class and section override those
7850     from package control files.
7851   * `Essential: yes' added to control file.
7853   * Locking strategy changed, now uses flock (no more stale locks).
7854   * preinst now more helpful about conffiles upgrade problem.
7856  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 8 Jul 1995 01:15:26 +0100
7858 dpkg (0.93.50) ALPHA
7860   * C dpkg now in service.
7862   * dselect now installs in /usr/bin instead of /usr/sbin.
7863   * Improved `explanation of display' help and changed HSOC to EIOW.
7864   * dselect goes back to top of info display when you move the
7865     highlight.
7867   * Added <sys/types.h> to md5sum/md5.c, for the benefit of FreeBSD.
7868   * --admindir doesn't append `var/lib/dpkg' to its argument.
7870  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 19 May 1995 21:03:08 +0100
7872 dpkg (0.93.42.3) BETA; priority=LOW
7874   * Rebuilt using ncurses 1.9.2c-0.
7875   * Silenced `subcritical error' message if errno == ENOENT.
7877  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 12 Jun 1995 13:09:24 +0100
7879 dpkg (0.93.42.2) BETA; priority=HIGH
7881   * install-info --remove properly removes multi-line entries.
7882   * Slightly changed ^L redraw code in dselect package list.
7884  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 10 Jun 1995 14:06:01 +0100
7886 dpkg (0.93.42.1) BETA; priority=HIGH esp. for new installations
7888   * update-rc.d default no longer adds K entries in runlevels 2345.
7890  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 6 Jun 1995 18:56:23 +0100
7892 dpkg (0.93.42) BETA; priority=LOW; HIGH for dselect users
7894   * Fix unitialised variable reference bug in dselect (#890).
7895   * Fix problem with wordwrapping package and method descriptions.
7896   * Create /var/lib/dpkg/methods/mnt.
7898  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 19 May 1995 21:03:08 +0100
7900 dpkg (0.93.41) BETA; priority=LOW
7902   * Create /var/lib/dpkg/methods.
7903   * dpkg.pl noisily ignores --skip-same-version rather than barfing.
7905  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 16 May 1995 13:28:27 +0100
7907 dpkg (0.93.40) BETA; priority=LOW
7909   * dselect's subprogram failure message made to stand out more.
7911   * When switching out of curses, always move the cursor to the
7912     bottom right corner of the screen.
7914  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 16 May 1995 01:03:38 +0100
7916 dpkg (0.93.39) BETA; priority=LOW
7918   * dselect can now:
7919     - allow you to select and configure an installation method;
7920     - invoke installation method scripts to update the available file
7921       and unpack packages;
7922     - invoke dpkg to configure and remove packages.
7923     There are no installation methods available yet.
7925   * Search feature in dselect works (it was purely an ncurses bug).
7927   * dpkg-*.nondebbin.tar.gz now available (built by debian.rules).
7929   * The target directory for dpkg-deb --extract (also available as
7930     dpkg --extract) is no longer optional.  dpkg-deb suggests the use
7931     of dpkg --install if you omit it.
7933   * Added <errno.h> to lib/lock.c and fixed ref. to `byte' in
7934     md5sum/md5.c, for portability to Solaris 2.
7936   * Rebuilt `configure' and `config.h.in' using autoconf 2.3.
7937   * Revised function attribute support checking in configure script.
7938   * Removed obsolete `dselect.pl' from scripts directory.
7939   * New option --licence on all the C programs.
7941  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 14 May 1995 18:05:38 +0100
7943 dpkg (0.93.38) BETA; priority=MEDIUM
7945   * Version number comparisons (in dpkg and dselect) now >= <=
7946     as documented (Bug#831; thanks to Christian Linhart).
7948   * dselect now has a non-superuser readonly mode.
7949   * dselect doesn't pop up unsatisfied `Optional's when quitting.
7950   * `unable to delete saved old file' message fixed dpkg_tmp to dpkg-tmp.
7952   * Made dpkg convert `revision' to `package_revision' when reading
7953     (eg) the `status' file.  libdpkg.a has `revision' as a synonym
7954     for `package_revision' and writes the former.
7956   * Major improvements and many changes to C option parsing, database
7957     management, error handling, Makefiles &c to support dpkg.
7958   * dpkg-deb should now work if sizeof(void*) < sizeof(void(*)()).
7960  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 24 Apr 1995 12:34:39 +0100
7962 dpkg (0.93.37) BETA; priority=LOW (MEDIUM for dselect users)
7964   * Fixed segfault if no description available (Bug#735);
7965     thanks to Peter Tobias for the bug report.
7966   * Fixed other assorted minor bugs in description displays.
7968   * Changed dpkg-deb --info short option from -i to -I, to make
7969     it unique across dpkg and dpkg-deb (-i still works with
7970     dpkg-deb for backwards compatibility).
7972   * Produce more sensible error when main package list is empty.
7974  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 7 Apr 1995 02:24:55 +0100
7976 dpkg (0.93.36) BETA; priority=LOW (MEDIUM for dselect users)
7978   * All the C code (including dselect) updated to support `provides'
7979     (virtual packages).
7980   * Revamped dselect's related package selection/deselection
7981     algorithms.
7982   * Everything can now handle arbitrary `class' values (as well
7983     as the predefined ones which we understand and can interpret).
7984   * Fixed bug that prevented display update when moving down a small
7985     recursive package list in dselect.
7986   * Column heading characters corrected from `SHOC' to `HSOC'.
7988  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 6 Apr 1995 12:48:13 +0100
7990 dpkg (0.93.35) BETA; priority=MEDIUM
7992  * Preserve ownerships and permissions on configuration files.
7993  * Fix bug in conffile updating that could leave a hardlink
7994    <foo>.dpkg-new to the conffile <foo>.
7996  * Improved dselect's package list help messages.
7997  * Highlight now moves on after (de)selecting just one package.
7998  * Better algorithm for scrolling up/down when moving highlight.
7999  * Fixed bug in display of `preformatted' extended Description lines.
8000    (dselect is still ALPHA, but is fairly stable.)
8002  * Improved dpkg's message when configuring a package that doesn't
8003    exist, and when selecting or skipping a package that isn't
8004    currently selected (during unpack processing).
8006  * Description in control file expanded.
8008  * Scroll back to top when changing what is in the `info' area.
8010 dpkg (0.93.34) BETA; priority=LOW (HIGH for dselect users)
8012  * dselect: Fixed bug which caused a coredump if you exited the
8013    package list if you'd made any changes.  Ouch !
8015  * dselect: Improved selection algorithm to show fewer extraneous
8016    packages; improved display for unavailable packages.
8018  * dpkg: Improved progress messages during unpacking somewhat.
8020 dpkg (0.93.33) BETA; priority=LOW (HIGH for dselect users)
8022  * dselect now has a main menu.
8024  * Fixed nasty uninitialised data bug in dselect.
8026  * dselect now locks and unlocks the packages database.
8028 Mon, 27 Mar 1995 03:30:51 BST  Ian Jackson <iwj10@cus.cam.ac.uk>
8030         * dpkg (0.93.32): Alpha dselect released and installed in
8031                           /usr/sbin/dselect.
8032         * dpkg (0.93.32): Many portability enhancements: should now
8033                           compile using GCC 2.6.3, and dpkg-deb should
8034                           compile better on non-Linux systems.
8035         * dpkg (0.93.32): dpkg will not loop if its stdin disappears
8036                           and it needs to prompt.
8037         * dpkg (0.93.32): Fixed removal dependency error to show
8038                           correct package (Bug #648).
8039         * dpkg (0.93.32): Tidied up copyright notices.
8040         * dpkg (0.93.32): First draft of update-rc.d manpage, not yet
8041                           installed in /usr/man.
8042         * dpkg (0.93.32): Changes to top-level Makefile.in to improve
8043                           error trapping.
8044         * dpkg (0.93.32): Improved Makefile `clean' and `distclean'
8045                           targets.
8046         * dpkg (0.93.32): Deleted irrelevant `t.c' from lib and
8047                           dselect directories.
8048         * dpkg (0.93.32): Added vercmp.c with version comparison code.
8049         * dpkg (0.93.32): varbufextend message changed - varbufs not
8050                           just for input buffers.
8051         * dpkg (0.93.32): varbuf has C++ member functions in header
8052                           #ifdef __cplusplus.
8054 Changes in dpkg 0.93.31:
8056 * start-stop-daemon --pidfile now works (Bug#571).
8057 * Fixed dependency processing bugs which could require a rerun of
8058   dpkg --configure (Bug#566).
8059 * Fixed garbage output for `language' of control file in dpkg-deb --info.
8061 Changes in dpkg 0.93.30:
8063 * Added /usr/sbin/start-stop-daemon.
8065 Changes in dpkg 0.93.09:
8067 * Made postinst scripts really be run when dpkg --purge used.
8068 * Added new --force-extractfail option - VERY DANGEROUS.
8070 Changes in dpkg 0.93.28:
8072 * Removed undef of 0x_p21 in read_database_file, which caused the
8073   the whole status database to become trashed when any update files
8074   were read.
8075 * Make infinite-loop prevention and cycle detection work.
8076 * Made findbreakcycle work (ie, break properly when cycle detected).
8077 * New script, update-rc.d, to update links /etc/rc?.d/[KS]??*.
8078 * dpkg.pl now sets the umask to 022.
8079 * Cosmetic error message fix to dpkg-deb.
8080 * Deleted OLD directory altogether.
8081 * Improved error-trapping in top-level Makefile loops.
8083 Changes in dpkg 0.93.27:
8085 * Make version number specifications in Depends &c work.
8086 * Added AC_PROG_CXX to autoconf.in for dselect.
8087 * Changed myopt.h not to have cipaction field in cmdinfo (this was
8088   specially for dpkg-deb) - now we have a generic void*.
8089 * Renamed `class' member of `pkginfoperfile' to `clas' [sic].
8090 * Much work in `dselect' subdirectory.
8091 * Deleted executables, objects and libraries from OLD tree !
8092 * Minor changes to various copyright notices and top-of-file comments.
8093 * Don't install nasty Perl dselectish thing as /usr/bin/dselect.
8095 Changes in dpkg 0.93.26:
8097 * Added --no-also-select instead of not auto-selecting on --unpack
8098   but doing so on --install; removed --force-unpack-any.
8100 Changes in dpkg 0.93.25:
8102 * Fixed duplicate output (failure to flush before fork) bug.
8103 * More clarification of md5sum.c copyright.
8104 * Corrected typo in ChangeLog in 0.93.24 source package.
8106 Changes in dpkg 0.93.24:
8108 * dpkg could copy conffiles info from one package to another.  Aargh.
8109   Bug #426.
8110 * dpkg failed to initialise status if you tried to remove or
8111   configure a nonexistent package.  Bug #419.
8112 * install-info now handles START-INFO-DIR-ENTRY entries like:
8113    * Gdb::                         The GNU debugger.
8114   Previously it would only accept (Bug #407):
8115    * Gdb: (gdb).                   The GNU debugger.
8116 * When installing a new foo.info[.gz], install-info now replaces
8117    * Foo: (foo.info).              The Gnoo Foo.
8118   as well as just * Foo: (foo). ...
8119 * Moved option parsing out of dpkg-deb into libdpkg.
8120 * Assorted minor source code rearrangements.
8121 * Fixed assorted copyright notices, clarified md5sum copyright.
8122 * Corrected typo in 0.93.23 source package's ChangeLog.
8124 Changes in dpkg 0.93.23:
8126 * `dpkg-deb' --build now does a syntax check on the control file.
8127 * `dselect' is now no longer called `debian', spurious copy removed
8128   from package top-level source directory.
8129 * C control information parsing complete and somewhat tested.
8130 * Moved `global' include files into $(srcdir)/include from ../lib,
8131   added some files to the lib Makefile, and arranged for pop_cleanup().
8133 Changes in dpkg 0.93.22:
8135 * Fixed bug which caused dpkg to see failures of md5sum where there
8136   were none (would also have caused dpkg to miss a real failure).
8137 * Fixed failure to update some `status' database fields.
8139 Changes in dpkg 0.93.21:
8141 * Fixed error-handling bug which could corrupt database.
8143 Changes in dpkg 0.93.20:
8145 * Fixed bug which ran old (/var/adm/dpkg) postinst scripts.
8146 * Fixed dpkg usage message which claimed -i => both --install & --info.
8147 * Use Colin Plumb's MD5 code - faster, and better copyright.
8148 * Manpages: dpkg-deb(8), deb-control(5), deb(5) - thanks to Raul
8149   Deluth Miller.  Also, an xfig picture of some C program innards.
8151 Changes in dpkg 0.93.19:
8153 * Don't delete the `list' file from the dpkg database.
8154 * Fixed various bugs in the conffile handling.
8155 * Conffiles that are symlinks will now be treated as if the
8156   `dereferenced' name of the file was listed in conffiles.  This means
8157   that /etc/foo -> /usr/etc/foo will cause all conffile updates of
8158   /etc/foo to create /usr/etc/foo.dpkg-tmp &c instead.  However, the
8159   link will be removed if --purge is used to delete all the conffiles.
8160 * When doing a new installation, or when updating a conffile that
8161   wasn't listed as a conffile in the old version of the package, don't
8162   do any prompting but just install the version from the archive.
8163 * Corrected error message if exec of dpkg --vextract failed
8164   and --instroot or --root specified.
8165 * Added new --force-unpack-any option.
8166 * Extra newline after --status output.
8167 * Added -W options to CFLAGS.
8168 * Fixed mistake in previous ChangeLog entry.
8170 Changes in dpkg 0.93.18:
8172 * Fixed invocation of dpkg-deb --vextract if --root or --instdir
8173   not specified.
8174 * Create /var/lib/dpkg/updates.
8176 Changes in dpkg 0.93.17:
8178 * install-info --remove exits with status 0 if it doesn't find the
8179   thing to remove, instead of status 1.
8180 * Error handling functions have __attribute__((format...)) if GCC.
8181 * push_cleanup its arg takes void **argv instead of char **argv.
8182 * Top-level Makefile.in has set -e before `for' loops.
8183 * dpkg-deb --info not-an-existing-file produces fewer error messages.
8185 Changes in dpkg 0.93.16:
8187 * Made --root= option really extract to $instroot instead of `/'.
8188 * install-info clears the 0444 bits in its umask.
8189 * Fixed a few database handling bugs which cause dpkg always to fail,
8190   and usually to corrupt the status database in various ways.
8191 * dpkg-deb completely rewritten, now doesn't tinker with
8192   /var/{adm,lib}/dpkg.  Should be faster.
8193 * Directory structure and Makefiles in source package reorganised.
8195 Changes in dpkg 0.93.15:
8197 * Added `debian' (dselect), still very primitive.
8198 * Database format changed, and moved from /var/adm to /var/lib.
8199 * Added dpkg --avail mode, --list, --status and --search.
8200 * Set of dpkg => dpkg-deb pass-through operations changed (but
8201   dpkg-deb not yet updated).
8202 * Added --root, --admindir and --instdir, as well as --isok &c.
8203 * Moved much stuff into /usr/lib/dpkg-lib.pl, rewritten status
8204   database handling.
8205 * Put packages in `purge' state even if `deinstall' requested if
8206   they have no postrm and no conffiles.
8207 * Version number comparisons fixed.
8208 * insert-version.pl now installes lib.pl filename too.
8209 * Strip trailing slashes when reading files from file lists.
8211 Changes in dpkg 0.93.14:
8213 * Fixed parsing of DEPENDS &c fields with trailing whitespace.
8214 * postinst now fixes up broken ispell.control file.
8215 * Cyclic dependency/multiple package removal processing: don't consider
8216   packages we've just removed when looking for a reason not to go ahead.
8217 * Added call to postinst with `purge' argument for expunging old
8218   configuration etc. that aren't listed in conffiles.
8220 Changes in dpkg 0.93.13:
8222 * sub S_ISREG defined in dpkg.pl.
8223 * Checking of DEPENDS &c fields was too lax, causing an internal error
8224   if you fed it certain kinds of broken control file.
8225 * Fixed misleading message from bogus installationstatus call.
8226 * New -u and -U options to dpkg-deb which don't unpack the /DEBIAN
8227   directory, and use these in dpkg.pl; clean up /DEBIAN in postinst.
8229 Changes in dpkg 0.93.12:
8231 * No longer needs *.ph files, since these appear to be broken.
8232 * Postinst fixes up *.control files with curly brackets.
8233 * embryo of dselect.
8235 Changes in dpkg 0.93.11:
8237 * New --ignore-depends option.
8238 * This ChangeLog changed format here.
8240 Wed Nov 30 15:38:21 GMT 1994  Ian Jackson  <iwj10@cus.cam.ac.uk>
8242         * dpkg 0.93.11 released.
8244         * conffile updating fixed.
8246         * Message `updgrade' in dpkg changed to `replace'.
8248         * install-info now copes with multi-line entries.
8250         * version numbers now done automatically in dpkg and install-info.
8252         * more debugging around conffiles updates.
8254         * *.hash files not deleted so soon.
8256         * adds brand new packages to status array so we can install them.
8258         * postinst does h2ph for {sys,linux}/{stat,types}.ph if required.
8260 Mon Nov 28 02:00:13 GMT 1994  Ian Jackson  <iwj10@cus.cam.ac.uk>
8262         * dpkg 0.93.10 released.
8264         * dpkg.pl completely rewritten.
8266         * dpkg-deb: removed dabase-processing and --install option.
8268         * Makefiles reworked, debian.rules added.
8270         * Don't install anything in /usr/doc/examples.
8272         * dpkg-*.deb contains /usr/bin/dpkg-deb.dist, fixed up by postinst.
8274 Thu Oct 20 13:22:20 1994  Ian Murdock  (imurdock@debra.debian.org)
8276         * dpkg 0.93.9 released.
8278         * dpkg.pl: Use $argument, not $package, with `--build'.
8279         Make sure that saved postinst scripts are executable.
8281 Tue Oct 18 09:40:57 1994  Ian Murdock  (imurdock@debra.debian.org)
8283         * dpkg 0.93.8 released.
8285         * deb/remove.c (pkg_remove): Do not report an error from rmdir ()
8286         when `errno' is ENOTEMPTY (Directory not empty), because in this
8287         case we have found the highest-level directory in the package and
8288         are ready to exit the loop (i.e., it is a normal occurrence).
8290 Mon Oct 17 10:44:32 1994  Ian Murdock  (imurdock@debra.debian.org)
8292         * Makefile.in: Adapted all Makefiles to the GNU Coding Standards.
8294         * deb/remove.c (pkg_remove): Make sure that parent directories are
8295         removed LAST!  This will result in complete removal of packages
8296         when --remove is called.  dpkg 0.93.7 (and earlier) had problems
8297         with this because it tried to remove directories in order, which
8298         will work most of the time, but not necessarily all of the time.
8300         * deb/list.c (pkg_list): Output is sorted by package name.
8302 Tue Oct  4 12:27:10 1994  Ian Murdock  (imurdock@debra.debian.org)
8304         * deb/contents.c (pkg_contents): When a list file cannot be
8305         opened, silently fail and let the front-end explain the problem.
8307         * deb/util.c (return_info): When a control file cannot be opened,
8308         silently fail and let the front-end explain the problem.
8310         * deb/search.c (pkg_search): Exit 0 if the regular expression is
8311         matched and 1 if it is not.
8313 Mon Oct  3 18:38:53 1994  Ian Murdock  (imurdock@debra.debian.org)
8315         * dpkg.pl: New file.  Replaces dpkg.sh.
8317         * deb/Makefile.in: Renamed `dpkg-util.deb' to `dpkg-deb'.
8319         * deb/build.c (pkg_build): `--build' is less verbose, instead
8320         letting the front-end add verbosity where appropriate.
8322         * deb/install.c (pkg_install): Ditto.
8324         * deb/remove.c (pkg_remove): Ditto.
8326         * deb/search.c (pkg_search): Ditto.
8328         * deb/describe.c (pkg_describe): `--describe' is less verbose,
8329         instead letting the front-end add verbosity where appropriate.
8330         The ``Description:'' label has been removed.
8332         * deb/version.c (pkg_version): `--version' is less verbose,
8333         instead letting the front-end add verbosity where appropriate.
8334         The ``Version:'' label has been removed, as has the maintainer
8335         information.
8337 Mon Sep 12 14:22:04 1994  Ian Murdock  (imurdock@debra.debian.org)
8339         * deb/version.c (pkg_version): `--version' now reports the
8340         version number of dpkg if no argument is specified.
8342 Thu Sep  1 13:31:37 1994  Ian Murdock  (imurdock@debra.debian.org)
8344         * dpkg 0.93.7 released.
8346         * deb/build.c (pkg_build): check status and exit if non-zero.
8348         * deb/contents.c (pkg_contents): ditto.
8350         * deb/install.c (archive_extract): ditto.
8352 Thu Sep  1 13:20:08 1994  Ian Murdock  (imurdock@debra.debian.org)
8354         * deb/version.c (pkg_version): indent to the same point as
8355         pkg_describe.
8357 Thu Sep  1 12:21:11 1994  Ian Murdock  (imurdock@debra.debian.org)
8359         * Makefile.in (dist): added debian.rules binary, source and
8360         dist targets to make final distribution easier to make.
8361         (install): install programs to /usr/bin.
8363         * deb/Makefile.in (install): install programs to /usr/bin.
8365         * deb/list.c (pkg_list): enforce a maximum limit of ten characters
8366         for the package name in the output.
8367         (pkg_list): left-justify the version number to make it easier for
8368         the front-end to parse the output.
8369         (pkg_list): replace first '\n' character in packages[n].description
8370         with '\0'.
8372         * deb/install.c (archive_extract): use the `p' option to `tar' to
8373         ensure that permissions are preserved.
8375 Sat Aug 27 09:53:37 1994  Ian Murdock  (imurdock@debra.debian.org)
8377         * dpkg 0.93.6 released.
8379         * deb/util.c (return_info): only unlink CONTROL if ARCHIVE_FLAG is
8380         true!
8382 Fri Aug 26 15:38:22 1994  Ian Murdock  (imurdock@debra.debian.org)
8384         * dpkg 0.93.5 released.
8386         * deb/contents.c (pkg_contents): merged function archive_contents
8387         into function pkg_contents.
8389         * deb/contents.c (pkg_contents): use lstat (rather than stat) so
8390         that symbolic links are recognized.
8391         (pkg_contents): print the usual `<path> -> <link_to>' now that we
8392         recognize symbolic links.
8394         * deb/util.c (return_info): create a FIFO to pipe the needed
8395         information to the ``formatter'' rather than creating a directory
8396         in /tmp for the package information, which is what we used to do.
8398 Thu Aug 25 11:46:27 1994  Ian Murdock  (imurdock@debra.debian.org)
8400         * lib/fake-ls.c (mk_date_string): return a pointer to malloc'ed
8401         area.
8402         (mk_mode_string): ditto.
8404         * dpkg.sh: make sure the control information is extracted to a
8405         uniquely-named temporary directory during package installation.
8407         * dpkg.sh: execute the pre- and post-removal scripts during
8408         package removal.
8410         * dpkg.sh: exit immediately if dpkg-util.deb reports failure.
8412         * deb/install.c (pkg_control): make sure that `package' exists and
8413         is a Debian archive before doing anything.
8415         * deb/install.c (pkg_extract): make sure that `package' exists and
8416         is a Debian archive before doing anything.
8418         * deb/install.c (pkg_install): unlink `extract_output' when done.
8420         * deb/remove.c (pkg_remove): use lstat (rather than stat) so that
8421         --remove does not get confused and think that a symbolic link to a
8422         directory is actually a directory, which results in the symbolic
8423         link never being removed at all.
8425 ChangeLog begins Thu Aug 25 11:46:27 1994 for dpkg 0.93.5.