1 dpkg (1.17.24) unstable; urgency=low
4 * Add missing versioned Breaks on packages creating trigger cycles.
5 Namely debian-security-support, doc-base, gitweb, grace, install-info,
6 libapache2-mod-php5, libapache2-mod-php5filter, php5-fpm and xine-ui.
8 * Switch versioned Breaks for trigger cycles from <= to << relations (with
9 the necessary version adjustments).
10 * Add Conflicts for removed packages expecting dpkg to ship install-info.
11 Namely octave3.2-info, octave3.0-info and polgen-doc. Closes: #776984
12 * Do not accept unknown user or group names on «dpkg-statoverride --add».
13 Regression introduced in dpkg 1.17.11. Closes: #775124
14 * Check that HAVE_DECL_SYS_SIGLIST is 0 instead of undefined, to fix a
15 build failure on uclibc based systems. Closes: #777044
16 Based on a patch by Alex Potapenko <opotapenko@gmail.com>.
17 * Disable dependency checks on trigger processing. There are still trigger
18 cycles showing up this close to the Debian release, which are hard to
19 detect automatically as they are caused by maintainer script actions.
20 Requested by Niels Thykier <niels@thykier.net> (Debian Release Manager).
23 * Drop myself from Uploaders.
25 [ Updated programs translations ]
26 * All complete languages (shadow package).
27 * Thai (Theppitak Karoonboonyanan).
29 [ Updated manpages translations ]
30 * German (Helge Kreutzmann).
32 -- Guillem Jover <guillem@debian.org> Sun, 22 Feb 2015 22:54:51 +0100
34 dpkg (1.17.23) unstable; urgency=low
37 * Use a matching group instead of ${^MATCH} in s/// in dselect build script.
38 * Skip tar extractor tests if tar is not GNU tar >= 1.27.
39 * Reset the trigger cycle tracking on unsatisfied dependencies during
40 trigger processing. Closes: #771730
41 * Fix out-of-bounds buffer read accesses when parsing field and trigger
42 names or checking package ownership of conffiles and directories.
43 Reported by Joshua Rogers <megamansec@gmail.com>.
44 * Add versioned Breaks on packages creating trigger cycles. Namely auctex,
45 apt-cudf, ccache, cups, distcc, fusionforge-plugin-mediawiki, gap-core,
46 gxine, hoogle, icecc, libjs-protoaculous, mcollective, pypy, wordpress
47 and xfonts-traditional.
49 [ Updated programs translations ]
50 * Basque (Iñaki Larrañaga Murgoitio). Closes: #771893
51 * Catalan (Guillem Jover).
52 * Czech (Miroslav Kure).
53 * Esperanto (Felipe Castro).
54 * French (Sébastien Poher).
55 * Italian (Milo Casagrande).
56 * Portuguese (Miguel Figueiredo).
57 * Russian (Yuri Kozlov). Closes: #771691
58 * Simplified Chinese (Zhou Mo). Closes: #771264
59 * Spanish (Javier Fernández-Sanguino)
60 * Swedish (Peter Krefting).
61 * Thai (Theppitak Karoonboonyanan). Closes: #772965
63 [ Updated scripts translations ]
64 * Catalan (Guillem Jover).
65 * Polish (Łukasz Dulny).
66 * Russian (Yuri Kozlov). Closes: #772841
68 [ Updated manpages translations ]
69 * French (Sébastien Poher).
70 * Italian (Beatrice Torracca). Closes: #771673
72 [ Updated dselect translations ]
73 * Catalan (Guillem Jover).
74 * Czech (Miroslav Kure).
75 * Norwegian Bokmål (Hans Fredrik Nordhaug).
76 * Polish (Łukasz Dulny).
77 * Portuguese (Miguel Figueiredo).
78 * Russian (Yuri Kozlov). Closes: #771682
79 * Spanish (Javier Fernández-Sanguino)
80 * Vietnamese (Trần Ngọc Quân).
82 -- Guillem Jover <guillem@debian.org> Tue, 23 Dec 2014 17:45:44 +0100
84 dpkg (1.17.22) unstable; urgency=low
87 * Add version introducing --ctrl-tarfile in dpkg-deb(1) man page.
88 * Bump minimal version for dir_to_symlink and symlink_to_dir commands
89 to 1.17.14 in dpkg-maintscript-helper(1) man page. Closes: #769843
90 * Reintroduce update-alternatives, dpkg-divert and dpkg-statoverride
91 compatibility symlinks under /usr/sbin/. There are still packages
92 using those paths, but the relevant lintian check did not list any,
93 so this got removed prematurely.
94 * Add Breaks on old man-db, fontconfig and readahead-fedora packages using
95 awaiting triggers, as they produce trigger cycles. Closes: #768599
96 * Escape package and architecture names on control file parsing warning,
97 as those get injected into a variable that is used as a format string,
98 and they come from the package fields, which are under user control.
99 Regression introduced in dpkg 1.16.0. Fixes CVE-2014-8625. Closes: #768485
100 Reported by Joshua Rogers <megamansec@gmail.com>.
101 * Do not match partial field names in control files. Closes: #769119
102 Regression introduced in dpkg 1.10.
103 * Fix build on Mac OS X. Regression introduced in dpkg 1.17.11.
104 Reported by Dominyk Tiller <dominyktiller@gmail.com>.
105 * Normalize tar entry uid and gid from the current system only in dpkg
106 unpack. Regression introduced in dpkg 1.17.14. Closes: #769211
107 * Restore multiple processing instances check for packages and archives
108 specified on the command-line. Regression introduced in dpkg 1.17.20.
109 * Fail on trigger processing when it is required to progress. Trigger
110 processing is sometimes required and sometimes opportunistic, and we
111 should only fail on the former but ignore the latter. Closes: #768852
112 * Do not ignore trigger cycles for direct dependencies, these are just
113 normal trigger cycles, and as such should not be special cased.
114 * Register all pending triggers for deferred processing when being called
115 as «dpkg --configure pkgname…». This is a mostly conformant workaround
116 for frontends like apt that do not correctly call «dpkg --configure -a»
117 or «dpkg --triggers-only -a» after their normal runs, and leave packages
118 in triggers-pending and triggers-awaited states. Closes: #766758
120 [ Updated programs translations ]
121 * Catalan (Guillem Jover).
122 * Danish (Joe Dalton).
123 * French (Sébastien Poher).
124 * German (Sven Joachim).
125 * Japanese (Kenshi Muto). Closes: #771255
126 * Polish (Łukasz Dulny).
127 * Simplified Chinese (Zhou Mo). Closes: #766724, #770280
128 * Swedish (Peter Krefting).
129 * Turkish (Mert Dirik).
130 * Vietnamese (Trần Ngọc Quân)
132 [ Updated scripts translations ]
133 * French (Sébastien Poher).
134 * German (Helge Kreutzmann).
135 * Swedish (Peter Krefting).
137 [ Updated manpages translations ]
138 * French (Sébastien Poher). Closes: #767934
139 * German (Helge Kreutzmann). Closes: #752123
140 * Simplified Chinese (Zhou Mo). Closes: #767573
141 * Swedish (Peter Krefting).
143 [ Updated dselect translations ]
144 * Danish (Joe Dalton).
145 * Dutch (Frans Spiesschaert). Closes: #771237
146 * French (Sébastien Poher). Closes: #767918
147 * Japanese (Kenshi Muto). Closes: #771256
148 * Swedish (Peter Krefting).
150 -- Guillem Jover <guillem@debian.org> Fri, 28 Nov 2014 02:02:34 +0100
152 dpkg (1.17.21) unstable; urgency=low
155 * Get consistent git-style diff support, by adding (>= 2.7) to the dpkg-dev
156 patch Depends, and a Breaks patch (<< 2.7) to libdpkg-perl.
157 * Error out on obsolete Build-Profiles field syntax.
158 * Document -g and -G options in dpkg-genchanges(1). Closes: #766568
159 * Do not accept values bundled with long options in dpkg-parsechangelog.
160 The parser was accepting things like «--count10», which is just broken.
161 Instead allow only «--count=10» in addition to «--count 10».
162 * Accept «-S value» in addition to «-Svalue» in dpkg-parsechangelog.
164 * Add support for new interest-await and activate-await trigger directives.
165 And a new --await option to dpkg-trigger. This might allow possibly
166 switching the default meaning after a transition period no shorter than
167 two minor versions, so in 1.19.x or 1.20.x. Perhaps.
168 * Do trigger cycle detection after dependency checks in dependtry <= 1,
169 and before dependency cycle breaking in dependtry > 1. This makes sure
170 to always catch trigger cycles, but still gives the opportunity to try
171 to process triggers for packages that are not yet ready in the first
172 dependtry, but which might be a bit later on, without wrongly detecting
173 avoidable and bogus trigger cycles. Closes: #766557
174 * Update features removal schedule:
175 - The -u, --udeb dpkg-scanpackages options got removed, state that.
176 - Remove the entry about obsolete fields, as these need to be preserved
177 for backward compatibility, they are part of the external interface to
178 be able to handle ancient binary packages.
180 [ Updated programs translations ]
181 * Catalan (Guillem Jover).
182 * German (Sven Joachim). Closes: #766311
183 * Simplified Chinese (Zhou Mo).
185 [ Updated scripts translations ]
186 * Catalan (Guillem Jover).
188 -- Guillem Jover <guillem@debian.org> Sat, 25 Oct 2014 02:21:43 +0200
190 dpkg (1.17.20) unstable; urgency=low
193 * Add a requeueing insertion protection for process_queue().
194 * Make sure to always switch to the next dependtry after we have made no
195 progress for a while. Regression stemming from non future proof changes
196 introduced with the initial triggers implementation in dpkg 1.14.17
197 combined with changes in dpkg 1.17.19. Closes: #766242, #766322
198 * Make the initial dependtry be 1 instead of 0. This gets rid of an unused
199 dependtry step, which got accidentally introduced when the perl dpkg was
200 rewritten in C, ages ago.
201 * Allow detached upstream signatures for upstream orig.tar files in the
202 .dsc file. Suggested by Daniel Kahn Gillmor <dkg@fifthhorseman.net>.
204 * Inline alternative status description into translatable string in
205 update-alternatives. Required-by: #766311
206 * Reword description for installed status in dpkg(1) man page.
208 [ Updated programs translations ]
209 * German (Sven Joachim).
210 * Simplified Chinese (Zhou Mo).
211 * Vietnamese (Trần Ngọc Quân).
213 -- Guillem Jover <guillem@debian.org> Thu, 23 Oct 2014 00:43:05 +0200
215 dpkg (1.17.19) unstable; urgency=low
218 * Bump the Breaks on devscripts to 2.14.10 due to the new dpkg-architecture
219 command-line parsing strictness introduced in 1.17.17. Closes: #764965
220 * Create pidfiles even when start-stop-daemon is not asked to background
221 the process itself. Although a bit of a dubious usage, because any error
222 before executing the program will not be properly reported to the caller.
223 Regression introduced in dpkg 1.17.14. Closes: #765110
224 * Add new --remove-pidfile option to start-stop-daemon.
225 * Mention --pid and --ppid in start-stop-daemon(8) man page DESCRIPTION.
226 * Add invoke hooks for dpkg --add-architecture and --remove-architecture.
227 Prompted by Helmut Grohne <helmut@subdivi.de>.
228 * Reverse --verify-format logic to actually accept 'rpm' as valid.
230 * Fix trigger dependency checks and cycle detection.
231 Regression introduced in dpkg 1.17.17.
232 Closes: #765434, #765668, #765734, #765781, #765789, #765952
233 * Rework dependency problem debug and notice output on trigger processing.
235 [ Updated programs translations ]
236 * Italian (Milo Casagrande): Closes: #765748
237 * Turkish (Mert Dirik). Closes: #764942
238 * Simplified Chinese (Zhou Mo). Closes: #765693
240 [ Updated scripts translations ]
241 * German (Helge Kreutzmann).
243 [ Updated manpages translations ]
244 * German (Helge Kreutzmann).
246 -- Guillem Jover <guillem@debian.org> Mon, 20 Oct 2014 15:17:49 +0200
248 dpkg (1.17.18) unstable; urgency=low
251 * Handle empty minimum versions when initializing dependency versions,
252 as the code is mapping the minimum version 0 to '' to avoid outputting
253 useless versions. Regression introduced in dpkg 1.17.17. Closes: #764929
255 [ Updated programs translations ]
256 * Catalan (Guillem Jover).
258 [ Updated dselect translations ]
259 * Catalan (Guillem Jover).
260 * German (Sven Joachim).
262 -- Guillem Jover <guillem@debian.org> Sun, 12 Oct 2014 15:47:44 +0200
264 dpkg (1.17.17) unstable; urgency=low
267 * Add dpkg-vendor, Dpkg/File.pm and Dpkg/Util.pm to the list of files with
268 translatable strings, so that they can be translated.
269 * Fix some typos for versioned and mentioned in comments and changelogs.
270 * Mark for translation and unify "rm cleanup" string in dpkg.
271 * Mark for translation and improve dselect method handling error messages.
272 * Defer trigger processing if the package does not fulfill dependencies.
274 * Do not write to the database when changing selections with --dry-run.
276 * Add missing imports from Dpkg::BuildProfiles in dpkg-genchanges.
277 Regression introduced in dpkg 1.17.14. Closes: #764216
278 Reported by Johannes Schauer <j.schauer@email.de>.
279 * Initialize dependencies with the correct minimum version from a symbols
280 file with multiple SONAMEs in dpkg-shlibdeps.
281 Thanks to Jérémy Bobbio <lunar@debian.org>. Closes: #764721
283 - Allow multiple whitespace in Dpkg::BuildProfiles::get_build_profiles()
284 when parsing the DEB_BUILD_PROFILES environment variable.
285 Thanks to Johannes Schauer <j.schauer@email.de>.
286 - New Dpkg::Getopt private module.
287 - Document public module Dpkg.
288 - Document public module Dpkg::Gettext.
289 - Mark Dpkg::BuildProfiles as a public module.
290 - Document all public module versions in a CHANGES section.
291 - Remove EXPORTED from POD section titles.
292 - Document private modules as such in a CHANGES section.
293 * Set the DEB_TARGET_* dpkg-architecture variables from architecture.mk.
294 Missed in dpkg 1.17.14.
295 * Initialize DEB_TARGET_ARCH variable without requiring DEB_HOST_ARCH,
296 which is not being set at all when querying for DEB_TARGET_ variables.
297 * Normalize dpkg-architecture command-line parsing, so that «--option=value»
298 «--option value», «-ovalue» and «-o value» will all be accepted.
299 * Add long option names for all dpkg-architecture short options.
300 * Add support for --host-arch, --host-type, --target-arch and --target-type
301 long options in dpkg-buildpackage. These will get passed through to
302 dpkg-architecture. This restores the ability to specify the target
303 architecture when building cross-compilers. Regression introduced in
304 dpkg 1.17.14. Reported by Helmut Grohne <helmut@subdivi.de>.
305 * Do not modify the topic variable values in list functions in perl code.
306 * List Dpkg::Exit and Dpkg::Interface::Storable as public modules in
307 libdpkg-perl package description.
309 [ Updated programs translations ]
310 * German (Sven Joachim).
311 * Vietnamese (Trần Ngọc Quân).
313 [ Updated scripts translations ]
314 * German (Helge Kreutzmann).
316 -- Guillem Jover <guillem@debian.org> Sun, 12 Oct 2014 04:59:09 +0200
318 dpkg (1.17.16) unstable; urgency=low
320 * Set the copyright holder in the po4a calls for man pages.
321 * Switch remaining topic to named variable in Dpkg::Source::Patch:analyze(),
322 otherwise the loop was expecting values in one variable but storing them
323 in another. Regression introduced in dpkg 1.17.14. Closes: #764206
324 * Set umask to 0 when creating symlinks in tar test case, to normalize
325 results. POSIX specifies that symlinks have undefined permissions in
326 their mode, so their setting is system dependent. Linux does not honor
327 the umask for symlinks, other systems like Hurd or kFreeBSD do.
328 Regression introduced in dpkg 1.17.14. Closes: #764171
330 -- Guillem Jover <guillem@debian.org> Mon, 06 Oct 2014 13:29:17 +0200
332 dpkg (1.17.15) unstable; urgency=low
334 * Do not blacklist pie and stackprotector build flags on mips/mipsel.
335 Thanks to Aurelien Jarno <aurelien@aurel32.net>. Closes: #763672
336 * Fix build failures due to mismatched umask in libdpkg tar test case.
337 Set it to a known value of 0022.
339 -- Guillem Jover <guillem@debian.org> Mon, 06 Oct 2014 03:21:58 +0200
341 dpkg (1.17.14) unstable; urgency=low
344 * Fix '--' to '-' on translations for single character options.
345 * Correct the copyright holder in the gettext Makevars files.
346 * Switch debian/copyright to machine-readable format 1.0, and extensively
347 update the information within.
348 * Bump Standards-Version to 3.9.6 (no changes needed).
349 * Disable unused run-time type information for dselect.
350 * Fix compiler flag detection with non-GCC compilers in the build system.
351 * Fix perl warning on dpkg-source when typing Ctrl-D on patch name prompt.
352 * Add new dpkg-deb --ctrl-tarfile command.
354 - Add support for target system information via the new DEB_TARGET_ family
355 of variables, and new -A and -T options to override defaulting to the
357 - Clarify that -a, -t, -e and -i work with the host system.
358 * Place 'Commands:' before 'Options:' sections on --help output in
359 dpkg-architecture and dpkg-vendor.
360 * Always warn in dpkg-genchanges on missing Section or Priority value,
362 * Fix order of Files field on generated .changes file in dpkg-genchanges.
363 Regression introduced in dpkg 1.17.7.
364 * Stop warning on unknown arbitrary fields from dpkg-deb.
365 * Remove unnecessary handling of obsolete Package_Revision field in dselect
367 * Fix the build system to parse the system curses.h header instead of
368 dselect-curses.h, to not just default on the builtin and override keys
369 for dselect key bindings support. Regression introduced in dpkg 1.15.1.
370 * Emit a warning when using the obsolete Dpkg::Deps check_package() function.
371 * Add support for versioned Provides to Dpkg::Deps::KnownFacts, missed in
374 - Add a mention of packaging helpers support in dpkg-maintscript-helper(1).
376 - Move dpkg-buildflags(1) generic feature area details to the section top.
377 - Fix prerm invocation arguments in update-alternatives(8).
378 Reported by jre <jre.winesim@gmail.com>. Closes: #761025
379 * Add new deps_iterate() function to Dpkg::Deps. Closes: #759747
380 Based on a patch by Dima Kogan <dima@secretsauce.net>.
381 * Add support for relative symlinks to dpkg-maintscript-helper symlink_to_dir
382 command. Suggested by Don Armstrong <don@debian.org>.
383 * Add a new dpkg-buildflags qa feature area:
384 - Add a new bug feature, disabled by default, which will enable fatal
385 warnings for code that can pose actual problems. Closes: #682659
386 - Add a new canary feature, disabled by default, which will allow tracking
387 build flags propagation. Closes: #628516
388 * Pass DEB_BUILD_OPTIONS to dpkg-buildflags in buildflags.mk, required to
389 get noopt to work at all, for example.
390 * Add a new dpkg-buildflags reproducible feature area:
391 - Add a new timeless feature, disabled by default, which will add
392 «-Wdate-time» to CPPFLAGS.
393 Thanks to Paul Wise <pabs@debian.org>. Closes: #762683
394 * Fix error message from buffer_copy() read and write functions. This
395 affects error messages from partial or broken .deb packages for example.
396 Regression introduced in dpkg 1.17.10. Closes: #759498
397 * Remove lpia architecture support.
398 * Improvements and portability fixes to start-stop-daemon:
399 - Abort if the system or compatibility setsid() fails.
400 - Do not exit from the first parent before the pidfile has been created,
401 when using --background and --make-pidfile, to avoid the race condition.
402 Based on a patch by Nir Soffer <nirs@hyperms.com>. Closes: #686420
403 - Make sure the pidfile is always created with a 022 umask.
404 Reported by Will Conley <willconley3@gmail.com>. Closes: #760222
405 - Do not abort on --stop when only --pid or --ppid options are specified.
406 Thanks to Christos Trochalakis <yatiohi@ideopolis.gr>. Closes: #763767
407 - On kFreeBSD systems do not unnecessarily make kvm_openfiles() open
408 /dev/mem. This causes issues on FreeBSD jails for example.
409 Reported by Steven Chamberlain <steven@pyro.eu.org>.
410 - On systems using libkvm, do not fail when kvm_getprocs() cannot find
412 * Map i786 to i386 also for the multiarch pathname in dpkg-architecture.
413 * Handle omitted binary packages due to build profiles in dpkg-genchanges.
414 Based on a patch by Johannes Schauer <j.schauer@email.de>. Closes: #758191
415 * Update restriction formula syntax for build profiles:
416 - Restriction lists are now restriction formulas.
417 - Restriction formulas are given in disjunctive normal form expression:
418 <foo> <bar baz> <blub>
419 - Removal of the implicit prefix/namespace mechanic.
420 - Construct the profiles entry of the Packages-List field by converting
421 the "<bar baz> <blub>" syntax into "bar,baz+blub".
422 - Include a temporary compatibility mapping with the old way to write
423 the Build-Profiles field in binary packages which can be removed once
424 all affected source packages have moved to the new syntax.
425 Thanks to Johannes Schauer <j.schauer@email.de>. Closes: #760158
426 * Normalize instdir in dpkg by removing trailing «/» and «/.». This gets
427 rid of several inconsistencies and doubled «/» in syscalls and output
429 * Never try to remove the root directory or its backups. There's no point in
430 it, and makes life more difficult for a read-only root with a read-write
431 overlay or a symlink farm. Requested by sepero111@gmx.com.
432 * Remove arbitrary filename limit from dpkg-deb, which was lifted some
433 time ago when the code switched to a dynamic string via varbuf.
434 * Do not pipe the files to sign from dpkg-buildpackage to GnuPG. When GnuPG
435 uses the gpg-agent it is unable to detect the correct tty configuration
436 if stdin is a pipe instead of the current terminal. Closes: #762391
437 * Add a new --hash option to enable generating only specific file checksums
438 in dpkg-scanpackages. Requested by Thorsten Glaser <tg@debian.org>.
439 * Add architecture restriction options for dpkg-architecture -L. This allows
440 to select specific subsets of all valid known architectures, matching by
441 wildcard (-W), endianness (-E) or bits (-B). The restricting options can
442 be combined, or omitted altogether. Closes: #762635
443 * Say arch-wildcard instead of arch-alias in dpkg-architecture --help output.
445 - Do not leave temporary files behind on failure or when interrupted.
446 - Add basic unit tests for the FNV hashing function.
447 - Add unit tests for the libdpkg tar extractor.
448 * Add --build and --extract command aliases to dpkg-source.
449 * Print file or package names instead of pointers in dpkg debug output,
450 to make it more meaningful and reproducible.
451 * Fix off-by-one error in libdpkg command argv size calculation.
452 Based on a patch by Bálint Réczey <balint@balintreczey.hu>. Closes: #760690
453 * Switch the libdpkg string hashing function from FNV-1 to the recommended
455 * Switch the dpkg files database string hashing function from what appears
456 to be a custom hash function to the libdpkg FNV-1a implementation. As a
457 side effect this fixes an integer overflow. Addresses: #760741
458 * Double the dpkg files database hash table size to the closest 2^18 prime.
459 Times have changed, and it's common to have at least these many files.
460 This reduces the amount of collisions.
461 * Document optional dpkg -C argument in --help output. Closes: #763000
462 * Consider a hardlink tar entry as a regular file for mode values, i.e.
463 assign to it S_IFREG instead of 0.
466 * Explain better in deb-triggers(5) why interest/activate-noawait should be
469 [ Updated programs translations ]
470 * Catalan (Guillem Jover): Fix mismatched format string.
471 * Czech (Miroslav Kure).
472 * Polish (Łukasz Dulny).
473 * Turkish (Mert Dirik). Closes: #763825
475 [ Updated manpages translations ]
476 * German (Helge Kreutzmann).
477 * Italian (Guillem Jover): Swap order of some dpkg-deb arguments.
478 Thanks to xor <xor@paranoici.org>. Closes: #759149
480 -- Guillem Jover <guillem@debian.org> Mon, 06 Oct 2014 00:11:08 +0200
482 dpkg (1.17.13) unstable; urgency=low
485 * Remove unbalanced trailing single-quote in dpkg-deb error message.
486 Reported by Trần Ngọc Quân <vnwildman@gmail.com>.
487 * Remove architecture blacklist from hardening build flag option
488 stackprotectorstrong. Thanks to Romain Francoise <rfrancoise@debian.org>.
490 - Merge binary:Package descriptions in dpkg-query(1).
491 - Split --remove and --purge options in dpkg(1). This also clarifies on
492 which package states each option can operate. Closes: #576338
493 - Remove duplicate “of the” in dpkg-maintscript-helper(1).
494 * Fix dpkg-maintscript-helper dir_to_symlink to handle relative symlink
495 targets. Thanks to Helmut Grohne <helmut@subdivi.de>.
496 * Fix dpkg-maintscript-helper symlink_to_dir to assure absolute pathnames
498 * Fix dpkg-source not detecting modified files during --commit or -b.
499 Regression introduced in dpkg 1.17.11. Closes: #758426
500 Reported by Neil Williams <codehelp@debian.org>.
501 * Only test the strerror() compatible code if sys_errlist and sys_nerr
502 are present. This fixes a build failure on GNU/Hurd. Closes: #758199
503 * Switch start-stop-daemon on GNU/kFreeBSD systems to use libkvm, instead
504 of relying on linprocfs which is not the native procfs on kFreeBSD, and it
505 is usually not mounted as FreeBSD programs do not expect it to be present.
507 [ Updated programs translations ]
508 * Czech (Miroslav Kure).
509 * German (Sven Joachim).
510 * Vietnamese (Trần Ngọc Quân).
512 [ Updated manpages translations ]
513 * French (Jean-Pierre Giraud, Vincent Thomas, Raphaël Hertzog).
515 [ Updated scripts translations ]
516 * French (Raphaël Hertzog).
517 * German (Helge Kreutzmann).
519 -- Guillem Jover <guillem@debian.org> Tue, 19 Aug 2014 20:14:45 +0200
521 dpkg (1.17.12) unstable; urgency=low
524 * Only build the compatibility selinux code if libselinux is available or
525 the user requested it. Also fixes build failures on non-Linux systems.
528 - Add a short description to each virtual field in dpkg-query(1), and
529 mention the version they got introduced in dpkg.
530 - Fix formatting of last paragraphs inside dselect(1) --color description.
531 * Rework dselect columns code, to make it easier to maintain and read.
532 * Add new architecture columns to dselect package list view. The new
533 columns, shown by default, can be turned off with the new ‘A’ key,
534 or bound to another key via the new “archdisplay” keybinding.
535 * Fix a descriptor leak on dselect subprocesses when --debug is used.
536 * Use «tar --format=gnu» when creating source archives. This makes sure we
537 get a deterministic output format, regardless of what tar defaults to.
538 Thanks to Jan Blunck <jblunck@infradead.org>..
539 * Use perl's length instead of defined when checking some environment
540 variables, if we require them to have content.
541 * Allow specifying the same build type option multiple times in
542 dpkg-buildpackage and dpkg-genchanges. There seems to be scripts with
543 such invocations in the wild. Closes: #757795
545 [ Updated programs translations ]
546 * German (Sven Joachim).
548 [ Updated scripts translations ]
549 * German (Helge Kreutzmann).
551 [ Updated manpages translations ]
552 * German (Helge Kreutzmann).
554 -- Guillem Jover <guillem@debian.org> Fri, 15 Aug 2014 03:30:39 +0200
556 dpkg (1.17.11) unstable; urgency=low
559 * Switch URLs in docs and code comments from http:// to https:// if the
560 latter is available (round two). This includes the quilt patch header
561 templates, and examples in man pages.
562 * Update some dpkg git URLs to the new and newer (cgit switch) scheme.
563 * Changes to libcompat:
564 - Make the library testable.
565 - Do not run qsort() over the scandir() list if it is NULL.
566 - Add a setexecfilecon() compatibility function out from dpkg code.
567 * Use SELinux setexecfilecon() if available in dpkg instead of ad-hoc code.
568 * Replace obsolete <sys/fcntl.h> with <fcntl.h>, which fixes compilation on
569 Android. Thanks to Fredrik Fornwall <fredrik@fornwall.net>. Closes: #752036
570 * Fix file triggers/Unincorp descriptor leak on subprocesses. Regression
571 introduced with the initial triggers implementation in dpkg 1.14.17.
573 * Do not disable the stack-protector build flags on arm64 in Debian and
574 derivatives, the toolchain supports them now.
575 Thanks to Adam Conrad <adconrad@debian.org>. Closes: #751032
576 * When parsing the statoverride database from dpkg-statoverride do not
577 consider it an error and refuse to operate at all if the user or group
578 names are not known to the system, just preserve them. Closes: #563307
579 * Do not write to the available file when unpacking binary packages. This
580 information is not useful as dpkg has never recorded the archive path,
581 so it has never been truly available for re-installation anyway.
582 * Add versioned Provides support:
583 - Add a new dpkg --assert-versioned-provides command.
584 - Packages can provide a specific version, “virtual (= 1.0)” which will
585 be honored, previously it would just be accepted when parsing.
586 - Non-versioned virtual packages will not satisfy versioned dependencies.
587 - Versioned virtual packages will satisfy non-versioned dependencies.
588 Based on skeletal code by Ben Collins <bcollins@debian.org>.
589 Closes: #7330, #24934, #112131, #134582, #180316
590 * On removal check Depends and Pre-Depends for packages in unpacked and
591 half-configured states too.
592 * Add support for new hardening build flag stackprotectorstrong in Debian
593 and derivatives, enabled by default. It will fallback to stackprotector
594 when the former is not functional or disabled by the user.
595 Thanks to Romain Francoise <rfrancoise@debian.org>.
596 * Change «dpkg-deb --field» code to use the libdpkg deb822 parser instead
597 of an ad-hoc one. This makes sure any field fixup and sanity check is
598 performed on the input, and gets reflected on the output.
599 * Add new dpkg-query virtual fields db:Status-Want, db:Status-Status and
600 db:Status-Eflag to allow fine-grained access to the Status values.
601 * Automatically add the Testsuite field in dpkg-source to the .dsc file.
602 * Spell nocheck option in dpkg-scanpackages wait_child() call correctly.
603 Spotted by James McCoy <jamessan@debian.org> (in devscripts).
604 * Move the explanation of functional checks from --verify-format to the
605 --verify command in the dpkg(1) man page. Closes: #747264
606 * Improve dpkg-buildpackage(1) man page:
607 - Mark DEB_CHECK_COMMAND environment variable in bold.
608 - Add final item for done hook in the actions sequence.
609 - Mention that -nc does not apply either when -F is specified.
610 - Mention that the --FOO-option options can be used multiple times.
611 - Fix a typo in the BUGS section.
612 * Mark the “and” between the filenames as regular format in dpkg-source(1).
613 * Add --format and --ignore-bad-version to dpkg-source --help output.
614 * Clarify error message in Dpkg::Source::Quilt when patches fail to apply,
615 to note that the patch might be malformed (besides not accepting patches
617 * Try to preallocate the disk size for extracted files on unpack. This
618 might help in avoiding filesystem fragmentation, and possibly improve
619 performance on some filesystems.
620 * Print the correct removed binary filename when building a source package
621 with dpkg-source --include-removal. Closes: #755166
622 * Add powerpcel support to cputable. Thanks to Jae Junh <jaejunh@embian.com>.
623 * Bump the i386 architecture GNU triplet to i586-linux-gnu to match the
624 change in gcc. Somewhat reluctantly, as i386 wants to be its unique
625 snowflake and use a GNU triplet not matching its baseline. This will
626 cause problems when cross-building and using unmatched combinations of
627 dpkg-dev and gcc. Closes: #751363
628 * Update i386 architecture GNU cpu regex in cputable to match i786 too.
629 * Remove unused pkglibdir variable from libdpkg.pc.in.
631 - Add new set_as_auto() method to Dpkg::Substvars.
632 - Add support for sig and delete_sig spawn() options in Dpkg::IPC.
633 - Add %opts to ensure_open() member in Dpkg::Compression::FileHandle.
634 - Change find_command() to handle an empty or undef argument in Dpkg:Path.
635 * Mark Format and Installed-Size as automatic substvars in dpkg-genchanges
636 and dpkg-gencontrol respectively.
637 * Warn on usage of deprecated Source-Version substvar.
638 * Say OpenPGP instead of PGP when referring to the standard on code comments
640 * Add a hint to the “no dependency information found” error message in
641 dpkg-shlibdeps, to check if the library is actually packaged.
642 Thanks to Sylvestre Ledru <sylvestre@debian.org>. Closes: #756230
643 * Delete the current compressor SIGPIPE disposition in Dpkg::Source::Archive,
644 which fixes ignoring SIGPIPE from the calling process. Closes: #756526
645 * Ignore DEB_CHECK_COMMAND in dpkg-buildpackage if the command is not found.
646 * Emit a warning when using the deprecated -is/-ip/-isp/-ips options in
648 * Only print build type once in dpkg-genchanges, instead of once for each
649 specified -A or -B option and then yet another time for the general build
651 * Unify build options description in --help output for dpkg-buildpackage
653 * Only allow one build type option in dpkg-genchanges and dpkg-buildpackage.
654 * Correctly filter the host architecture on the Architecture field in the
655 generated .changes file from dpkg-genchanges, when the debian/files
656 contains arch-specific packages but dpkg-genchanges was called with
657 one of the build types excluding them.
658 * Add new -g and -G options to dpkg-genchanges and dpkg-buildpackage for
659 source plus arch-indep/specific builds. Closes: #756975
660 * Fix dpkg --add-architecture and --remove-architecture to check that they
661 get exactly one argument. Closes: #757254
663 [ Updated programs translations ]
664 * Danish (Joe Dalton). Closes: #754127
665 * French (Jean-Baka Domelevo Entfellner, Julien Patriarca).
666 * Portuguese (Miguel Figueiredo). Closes: #756920
667 * Spanish (Guillem Jover): Fix «dpkg-query -l» header. Closes: #756209
668 * Swedish (Peter Krefting).
670 [ Updated scripts translations ]
671 * Swedish (Peter Krefting).
673 [ Updated manpages translations ]
674 * Swedish (Peter Krefting).
676 -- Guillem Jover <guillem@debian.org> Sat, 09 Aug 2014 17:16:27 +0200
678 dpkg (1.17.10) unstable; urgency=medium
681 * Use libtool to build the static libraries, which makes it possible to
682 embed libcompat inside libdpkg, as required by some external programs
683 linking against the latter. Closes: #746122
684 * Fix word wrapping logic in dselect. Regression introduced in dpkg 1.17.3.
685 * Fix possible out of bounds buffer read access in the error output on
686 bogus ar member sizes.
687 * Fix memory leaks in buffer_copy() on error conditions.
689 - Improve C code coverage.
690 - Add template test cases for most perl modules.
691 - Add test cases for Dpkg::Deps OR relationships.
692 - Add minimal test case for Dpkg::Source::Quilt.
693 - Add test cases for Dpkg::Source::Patch CVE-2014-0471 and CVE-2014-3127.
694 - Add test case for patch disabling hunks; not security sensitive.
695 * Fix non-security sensitive TOCTOU race in triggers database loading.
696 * Fix non-security sensitive TOCTOU race in update-alternative alternative
698 * Fix non-security sensitive TOCTOU race in update-alternative rename code.
699 * Add a workaround to start-stop-daemon for bogus OpenVZ Linux kernels that
700 prepend, instead of appending, the " (deleted)" marker in /proc/PID/exe.
702 * Move dpkg-architecture -L argument to the Commands --help output section.
703 * Make dpkg-maintscript-helper print only once that we are moving a
704 conffile, and not on every interim state transition. Closes: #747370
705 * Do not use global match variables in perl code.
707 - Attempt to clarify and improve wording of some strange or confused
708 constructs. Reported by Helge Kreutzmann.
709 - Expand Vcs-* field names into each supported field name in
710 deb-src-control(5) to make it easier to search for them.
711 - Change control.tar.gz reference to simply control.tar in deb(5).
712 - Document in dpkg-deb(1) -Z option that bzip2 and lzma are deprecated.
713 - Add notes in dpkg-gensymbols(1) about symbol backward-compatibility.
714 Based on a patch by Bernhard R. Link <brlink@debian.org>.
716 - Document that dpkg-buildpackage(1) -j argument is optional.
717 - Add current and deprecated media types to deb(5).
718 - Document in dpkg(1) that --audit now does more than just searching for
719 partially installed packages.
720 * Add support for automatic parallel job selection in dpkg-buildpackage,
721 matching currently active processors, when using -jauto. Closes: #748012
723 - Bump $VERSION for Dpkg::Patch, missed in 1.16.1.
724 - Bump $VERSION for Dpkg::Deps, missed in 1.17.0.
725 - Update and fix CHANGES POD sections for public modules.
726 - Add missing Dpkg::Deps::Multiple profile_is_concerned() and
727 reduce_profiles() methods, inherited by Dpkg::Deps::Union,
728 Dpkg::Deps::AND and Dpkg::Deps::OR.
729 * Do not mangle quilt series files with a missing newline on the last line.
731 * Quiesce tar warnings in cron job by redirecting stderr to /dev/null, as
732 it seems --warning=none does not work correctly. Closes: #748544
733 * Do not emit a trailing space from Dpkg::Control::Hash on a field's empty
734 first line. Bump dpkg-dev Breaks on devscripts to 2.14.4, as previous
735 versions expect a trailing space from dpkg-parsechangelog output.
736 Based on a patch by Johannes Schauer <j.schauer@email.de>. Closes: #749044
737 * Do not assume that sensible-editor is present on «dpkg-source --commit»,
738 as that command is very Debian specific. Fallback to try VISUAL, EDITOR,
739 or vi, if the previous commands are either unset or not found.
740 * Use badusage() instead of ohshit() on dpkg --ignore-depends argument
742 * Add per package dpkg --audit support.
743 * Add support for DragonFlyBSD to ostable and triplettable.
744 Thanks to Hleb Valoshka <375gnu@gmail.com>.
745 * Add support for DragonFlyBSD to start-stop-daemon. Closes: #734452
746 Based on a patch by Hleb Valoshka <375gnu@gmail.com>.
747 * Correctly parse patch headers in Dpkg::Source::Patch, to avoid directory
748 traversal attempts from hostile source packages when unpacking them.
749 Reported by Javier Serrano Polo <javier@jasp.net> as an unspecified
750 directory traversal; meanwhile also independently found by me both
751 #749183 and what was supposed to be #746498, which was later on published
752 and ended up being just a subset of the other non-reported issue.
753 Fixes CVE-2014-3864 and CVE-2014-3865. Closes: #746498, #749183
755 [ Updated programs translations ]
756 * Catalan (Guillem Jover).
757 * Italian (Milo Casagrande). Closes: #750105
759 [ Updated scripts translations ]
760 * German (Helge Kreutzmann).
762 [ Updated manpages translations ]
763 * German (Helge Kreutzmann).
766 * Let dpkg-source unpack additional tarballs in a deterministic order.
767 Thanks to Samuel Bronson for the report. Closes: #747148
769 -- Guillem Jover <guillem@debian.org> Thu, 05 Jun 2014 20:18:04 +0200
771 dpkg (1.17.9) unstable; urgency=high
774 * Do not allow patch files with C-style encoded filenames. Closes: #746306
775 Fixes CVE-2014-3127 and unconditionally fixes CVE-2014-0471.
776 Reported by Javier Serrano Polo <javier@jasp.net>.
777 * Switch alternative database backups from xz to gzip. Closes: #746354
778 * Do not leak long tar names on bogus or truncated archives.
779 * Do not leak the filepackages iterator when a directory is used by other
781 * Fix short lived memory leaks in «dpkg-split --split».
782 * Fix memory leak in unused Keybindings screen in dselect.
783 * Do not leak color string on «dselect --color».
784 * Fix memory leaks when parsing alternatives.
785 * Fix off-by-one stack buffer overrun in start-stop-daemon on GNU/Linux and
786 GNU/kFreeBSD if the executable pathname is longer than _POSIX_PATH_MAX.
787 Although this should not have security implications as the buffer is
788 surrounded by two arrays (so those catch accesses even if the stack
789 grows up or down), and we are compiling with -fstack-protector anyway.
790 * Mark the command_get_pager() tests on a tty as TODO for now, so that
791 we do not get failures on build daemons.
792 * Make test suite errors abort the build again. Closes: #746331
794 [ Updated scripts translations ]
795 * French (Steve Petruzzello). Closes: #746350
796 * German (Helge Kreutzmann).
798 [ Updated manpages translations ]
799 * German (Helge Kreutzmann).
801 -- Guillem Jover <guillem@debian.org> Wed, 30 Apr 2014 05:45:20 +0200
803 dpkg (1.17.8) unstable; urgency=high
806 * Do not backup nonexistent database files from the cron.daily file.
807 And stop emitting tar warnings. Closes: #745592, #745651
809 - Improve Perl code coverage.
810 - Improve C code coverage.
811 * Handle space-only strings when parsing versions in libdpkg.
812 * Document the environment requirements for the dpkg-maintscript-helper
813 supports command in the man page. Closes: #739634
814 * Improve wording for «dpkg --verify» and --verify-format in the man page.
816 * Switch test runner from Test::Harness to TAP::Harness.
817 * Use the perl TAP::Harness for the C test suite instead of the automake
818 tap-driver, to avoid requiring automake >= 1.12, currently not present
820 * Enable failed test case reporting from the TAP::Harness, so that we get
821 more meaningful reports on failure from the C test suite.
822 * Correctly parse C-style diff filenames in Dpkg::Source::Patch, to avoid
823 directory traversal attempts from hostile source packages when unpacking
824 them. Reported by Jakub Wilk <jwilk@debian.org>. Fixes CVE-2014-0471.
826 [ Updated programs translations ]
827 * German (Sven Joachim).
828 * Russian (Yuri Kozlov). Closes: #745869
829 * Vietnamese (Trần Ngọc Quân).
831 -- Guillem Jover <guillem@debian.org> Mon, 28 Apr 2014 13:33:11 +0200
833 dpkg (1.17.7) unstable; urgency=low
837 - Mention in deb-symbols(5), that the “main-dependency-template” is
838 always used. Closes: #737731
839 - Clarify in deb-control(5) «Multi-Arch: no» field omission.
840 - Clarify in dpkg-buildpackage(1) --check-option description.
841 - Document dpkg-query --control-path life expectancy. See: #699647
842 - Fix indentation of “Extract options (with -x)” title in dpkg-source(1).
843 - Improve symlink <-> directory switch information in
844 dpkg-maintscript-helper(1). Closes: #739388
845 - Add missing flags affected by hardening options to dpkg-buildflags(1).
846 * Use exit instead of return to exit a subshell in dpkg-maintscript-helper.
847 Thanks to Richard Levitte <richard@levitte.org>. Closes: #738957
848 * Localize $_ in Perl functions with while (<$fh>) style loops.
849 * Perl test suite cleanup:
850 - Switch test suite runner from ExtUtils::Command::MM to Test::Harness.
851 - Enable colors in test suite runner.
852 - Remove sequence number prefixes from test case filenames.
853 * Do not generate perl warnings on nonexistent fields with
854 «dpkg-parsechangelog --show».
855 * Fix bogus message on dependency parse errors in dpkg-checkbuilddeps.
857 * Document is_pgp_signed as a public Dpkg::Control::Hash option.
859 * Do not generate perl warnings on undef versions in
860 Dpkg::Deps::deps_compare(). See: #737731
861 * Clarify dpkg-genchanges error message on binary builds without any binary
862 artifact built. Closes: #726520
863 * Improve dpkg-source warning message when ignoring file removals,
864 by adding a hint about the --include-removal option.
865 Thanks to Moritz Muehlenhoff <jmm@debian.org>. Closes: #738310
866 * Add a new dpkg-source extraction --ignore-bad-version option.
868 * Add Architecture and Build-Profiles information to Package-List field,
869 as optional name=value1,value2 entries, with names «arch» and «profile».
870 Use the now recognized field Build-Profiles from binary stanzas in the
871 source control file to fill the «profile» value.
872 * Do not interpret the .dsc filename as a regex when recomputing the
873 md5sum for the .changes file after signing the .dsc. Closes: #742535
874 * Cache vendor info Control::Hash objects in Dpkg::Vendor::get_vendor_info()
875 when parsing the vendor file on each hook invocation.
876 * If the vendor does not have a Dpkg::Vendor module, try loading a module
877 from the parent vendors, before falling back to Dpkg::Vendor::Default.
879 * Set Ubuntu build flags for ppc64el instead of ppc64, as Ubuntu never ended
880 up shipping a ppc64 architecture. Also honor noopt DEB_BUILD_OPTIONS flag.
881 Thanks to Adam Conrad <adconrad@debian.org. Closes: #738691
882 * Add OpenRISC or1k support to cputable.
883 Thanks to Christian Svensson <christian@cmd.nu>. Closes: #736717
884 * Add support for FCFLAGS, OBJCFLAGS and OBJCXXFLAGS build flags.
886 * Improvements and portability fixes to start-stop-daemon:
887 - When using the Linux procfs switch to use /proc/PID/status instead of
888 /proc/PID/stat to read the process name.
889 - Add a generic KVM-based implementation to initialize the entire
891 - Fix FreeBSD KVM code to use current kinfo_proc layout.
892 - Add a native FreeBSD pid_is_exec() method, which is more reliable than
893 the KVM-based one, and means neither linprocfs nor procfs are required
894 on such system anymore. Note that GNU/kFreeBSD is still using Linux
895 procfs code (which ends up using linprocfs).
896 - Fix OpenBSD KVM code to use current kinfo_proc layout.
897 - Detect system specific headers at configure time instead of hardcoding
898 their usage depending on system macros.
899 - Add a new --ppid matching option to check for parent PID.
900 Suggested by Alex Mestiashvili <mailatgoogl@gmail.com>.
901 - On GNU/Hurd do not link unnecessarily against libshouldbeinlibc and
903 * Set TAR preprocessor variable at build time instead of hardcoding it.
904 This will allow non-GNU systems to easily use another value for their
905 GNU tar, which is usually either gnutar or gtar.
906 * Require compound literals support in the compiler at configure time.
907 * Fix compound literals usage with compilers in C99 mode, by not assigning
908 them to static variables.
909 * Test suite cleanup:
910 - Do not unnecessarily shut up stdout in t-subproc.
911 - Test command_exec() exit code.
912 - Test allocations with new test_alloc() instead of pass/fail macros.
913 - Switch C test suite to use TAP.
914 * Add support for Packages-files in dpkg --update-avail and --merge-avail
915 from pipes, or standard input if the argument is omitted or is ‘-’.
916 Closes: #357093, #367297
917 * Error out on not-installed packages passed to «dpkg --verify».
918 * Deprecate compressing .deb files with bzip2, by making dpkg-deb issue a
919 warning, as the compressor has been superseded by xz when it comes to
920 compression ratio, and in cases where higher compatibility or raw speed
921 is desired gzip is still the better option. Although unpacking will be
922 kept being supported to handle existing bzip2 compressed .deb files.
923 * Use GNU tar's --no-unquote when using -T in dpkg-deb to avoid mangling
924 filenames. Reported by Niels Thykier <niels@thykier.net>. Closes: #743687
925 * Backup all databases with user data, not just the status database.
926 * Add Conflicts to dpkg against packages using install-info that were
927 removed after lenny or squeeze, but may have survived upgrades to wheezy.
928 Thanks to Andreas Beckmann <anbe@debian.org>. Closes: #735159
929 * Be verbose on «make check» errors by printing the test suite log.
931 [ Updated dpkg translations ]
932 * German (Sven Joachim).
933 * Swedish (Peter Krefting).
934 * Thai (Theppitak Karoonboonyanan). Closes: #745032
935 * Vietnamese (Trần Ngọc Quân).
937 [ Updated scripts translations ]
938 * German (Helge Kreutzmann).
939 * Swedish (Peter Krefting).
941 [ Updated manpages translations ]
942 * German (Helge Kreutzmann).
943 * Italian (Beatrice Torracca). Closes: #742449
944 * Swedish (Peter Krefting).
946 -- Guillem Jover <guillem@debian.org> Mon, 21 Apr 2014 05:03:52 +0200
948 dpkg (1.17.6) unstable; urgency=low
951 * Move signing in dpkg-buildpackage to the end of the build.
952 * Add new --check-command and --check-option options to dpkg-buildpackage,
953 and DEB_CHECK_COMMAND environment variable as a default value, to
954 specify a package checker to use before the signing process.
955 * Detect a missing gain-root-command even if dpkg-buildpackage is running
957 * Detect a missing sign-command in dpkg-buildpackage, before starting the
958 build, to avoid a failure at the end of the process.
959 * Remove trailing newlines from dpkg-deb warning message.
960 * Change dpkg-deb conffile name length warning into an error, as dpkg will
961 reject those packages at install time anyway.
962 * Unify and clarify dpkg-deb and dpkg conffile name length error message.
964 * Add new start-stop-daemon --pid option. Closes: #253265
965 * Mention Multi-Arch: no value in man pages. Closes: #732648
966 * Correctly hyphenate binary-only and source-only in dpkg-buildpackage
968 * Use makedev(3) when extracting .deb archives rather than ad-hoc
969 computations, to be able to support large major/minor device numbers,
970 supported on at least Linux, NetBSD and OpenBSD based systems.
971 Thanks to Peter Chang <dpf@google.com>.
972 * Turn the ARM Embedded ABI symbols blacklist into a regex, to stop having
973 to keep up with the GNU toolchain, or other toolchains emitting different
975 * Blacklist GOMP critical section symbols. Closes: #708033
976 * Add support for Ignore-Blacklist-Groups field in symbols files, with the
977 two available group values aeabi and gomp. Closes: #694524
978 * Allow updating checksums in Dpkg::Checksums without erroring out.
979 * Add shell hooks support to dpkg-buildpackage, based on the debuild
980 implementation in devscripts 2.13.9. Closes: #476221
981 * Add support for Testsuite source field.
982 * Clarify error message about missing revision in non-native source package.
983 Closes: #719348, #733746
984 * Set default compression options in source format specific modules instead
985 of dpkg-source. This makes sure the correct compression level is set, even
986 for “3.0 (native)” packages with non-default compressors. Closes: #733326
987 * Change default source package compressor for new formats (>= 2.0) to xz.
988 * Ignore the same packages in «dpkg-query --list» when computing the
989 column width as when printing the entries. Closes: #734114
990 * Do not produce .deb archives with uncompressed gzip members on
991 «dpkg-deb -Zgzip -z0», instead create them as non-compressed members,
992 as if -Znone had been passed, as documented. Closes: #718295
993 * Add support for .deb archives with a control member not compressed
994 (control.tar) or compressed with xz (control.tar.xz).
995 * Add support for creating uniformly compressed .deb archive members,
996 with the new dpkg-deb option --uniform-compression.
997 * Fix file descriptor leaks in diversions and statoverride databases.
999 * Allow missing prior-version argument in dpkg-maintscript-helper
1000 dir_to_symlink and symlink_to_dir commands. Closes: #733980
1002 [ Updated dpkg translations ]
1003 * Swedish (Peter Krefting).
1004 * Vietnamese (Trần Ngọc Quân).
1006 [ Updated scripts translations ]
1007 * German (Helge Kreutzmann).
1008 * Swedish (Peter Krefting).
1010 [ Updated manpages translations ]
1011 * German (Helge Kreutzmann).
1012 * Swedish (Peter Krefting).
1014 -- Guillem Jover <guillem@debian.org> Wed, 15 Jan 2014 05:29:45 +0100
1016 dpkg (1.17.5) unstable; urgency=low
1019 * Switch non-tty output to be line buffered by default, and set it to fully
1020 buffered only for programs with precious and abundant output, not just
1021 progress reporting output (i.e. dpkg-query). This was causing out-of-order
1022 error and debug messages in relation to normal progress reporting, which
1023 could be very confusing. Regression introduced in dpkg 1.17.2.
1024 * Fix segfault in update-alternatives when adding or renaming slaves for
1025 an existing alternative. Regression introduced in dpkg 1.17.2.
1027 * Fix dpkg-maintscript-helper symlink_to_dir and dir_to_symlink commands:
1028 - Always run postinst code regardless of prior-version, as the package
1029 might have been never configured before.
1030 - Be more strict when checking the expected state of paths.
1031 - Rename subcommand shell code to check-files-ownership.
1032 - Change dir_to_symlink switch code to use a staging empty directory,
1033 to avoid dpkg removing files from other packages, when removing the
1034 package old files during upgrade.
1035 - Bump minimal version in man page to 1.17.5.
1037 * Mention gpg2 too as one of the default sign commands in dpkg-buildpackage.
1039 [ Updated dpkg translations ]
1040 * German (Sven Joachim).
1042 [ Updated scripts translations ]
1043 * German (Helge Kreutzmann).
1045 [ Updated manpages translations ]
1046 * German (Helge Kreutzmann).
1048 -- Guillem Jover <guillem@debian.org> Thu, 12 Dec 2013 08:29:45 +0100
1050 dpkg (1.17.4) unstable; urgency=low
1052 * Keep the diversions and statoverride database files open during dpkg
1053 runs, to avoid eager inode number reuse by the filesystem if these files
1054 get replaced multiple times in maintainer scripts, as we rely on the
1055 inode numbers being different when checking if the databases need to
1056 be reloaded. Regression introduced in 1.17.2. Closes: #731524
1057 * Add debug output to diversions and statoverride database loading code.
1058 * Reset the statoverrides information from the in-core database when
1059 reloading it from disk, otherwise removals in maintainer scripts will
1060 not be seen during the current dpkg run.
1061 * Get rid of dpkg-split global partqueue queue variable.
1062 * Use warningv() in dpkg instead of ad-hoc printing message when
1063 overriding with --force option.
1064 * Switch URLs in docs and code comments from http:// to https:// if the
1065 latter is available.
1067 -- Guillem Jover <guillem@debian.org> Sat, 07 Dec 2013 07:34:54 +0100
1069 dpkg (1.17.3) unstable; urgency=low
1072 * Check availability of warning flags at build time. Fixes a build failure
1073 on systems with old g++ compilers not accepting -Wc++11-compat.
1074 * Move DPKG_C_C99 call just after AC_PROG_CC, so that subsequent checks
1075 can take advantage of the possibly set flags to enable C99 features.
1076 * Improve configure C99 compiler check output.
1077 * Use C++11 nullptr instead of 0 or NULL, which is way more descriptive
1078 and has a better type. Check for C++11 compiler support, and fallback
1079 nullptr to 0 if unavailable.
1081 [ Updated programs translations ]
1082 * Vietnamese (Trần Ngọc Quân). Closes: #731409
1084 -- Guillem Jover <guillem@debian.org> Thu, 05 Dec 2013 10:19:38 +0100
1086 dpkg (1.17.2) unstable; urgency=low
1089 * Make Dpkg::Arch debwildcard_to_debtriplet() more robust by matching
1090 on exact 'any' strings, instead of substrings.
1091 * Add manpages-it Replaces to dselect and dpkg-dev. Closes: #717983
1092 Reported by Andreas Beckmann <anbe@debian.org>.
1093 * Document default dpkg-deb compressor change to xz in man page.
1094 Thanks to Salvatore Bonaccorso <carnil@debian.org>. Closes: #718437
1095 * Version manpages-it in Replaces with (<< 2.80-4), now that the package
1096 does not ship the overlapping paths any more.
1097 * Automatically prepend needed spaces for continuation --force-help lines.
1098 * Be more precise on deb format errors with data member in dpkg-deb.
1099 * Do not allow deb packages with control and data members swapped.
1100 * Clarify «dpkg-deb --extract» bad usage error message on missing arguments
1101 by printing all required arguments at once. Closes: #718899
1102 * Clarify the insertion order of _ members in deb(5) man page.
1103 * Fix use after free in alternative_parse_fileset() on update-alternatives.
1104 Reported by Pedro Ribeiro <pedrib@gmail.com>.
1105 * Fix use after free in dpkg_arch_load_list() on libdpkg.
1106 Reported by Pedro Ribeiro <pedrib@gmail.com>.
1107 * Fix theoretical stack buffer overflow in w_dependency() on libdpkg, not
1108 currently applicable. Reported by Pedro Ribeiro <pedrib@gmail.com>.
1109 * Add ppc64el support to cputable. Closes: #718945
1110 Thanks to Jeff Bailey <jeffbailey@google.com>.
1111 * Use dpkg-gencontrol -c argument as a fallback lock file in case
1112 debian/control does not exist. Closes: #667008
1113 * Pass the package reference count (i.e. number of present instances) to
1114 maintainer scripts via the new variable DPKG_MAINTSCRIPT_PACKAGE_REFCOUNT.
1116 * Fix field names on error messages in libdpkg, by either capitalizing them
1117 or by renaming them to match reality.
1118 * Do not capitalize error and warning messages.
1119 * When ignoring invalid remove requests in dpkg consider that progress,
1120 reset the loop detector and avoid the assert. Closes: #143307
1121 * Activate all path components for file triggers on removal.
1122 Regression introduced in 1.17.0. Closes: #725437
1123 * Activate file triggers on disappearance more accurately, only when we know
1124 we are inevitably removing things.
1125 * Fix «dpkg-query --list» output when using multibyte character strings,
1126 to avoid unaligned columns and mojibake. Closes: #257505, #718541
1127 Based on a patch by Changwoo Ryu <cwryu@debian.org>.
1128 * Use fully buffered output on non-tty stdout.
1129 Reported by Shawn Landden <shawnlandden@gmail.com>.
1130 * Recognize «start-stop-daemon -C» as documented. Closes: #719746
1131 Reported by Brian S. Julin <bri@abrij.org>.
1132 * When update-alternatives is told to change slave links, do not warn that
1133 the link group is broken, just print a notice that the alternative is
1134 being updated due to the changes.
1135 * Add a new «dpkg --verify» command to check the integrity of packages
1136 installed files. Add a --verify-format option to excplicitly select the
1137 output format, currently only rpm compatible output is supported, but
1138 the default might change in the future. Closes: #187019
1139 * Improve dpkg “Preparing to replace” and “Unpacking” progress messages.
1140 Closes: #32427, #71106
1141 * Print the package version on main dpkg progress messages.
1142 * Do not store timestamps in gzip headers when using the command, to try to
1143 mimic the zlib behavior. This does not affect Debian as it's been using
1144 zlib for a very long time. Closes: #719844
1145 * Reset environment variables affecting compressor commands when not using
1146 the shared library implementations. Namely XZ_DEFAULTS, XZ_OPT, BZIP and
1148 * Use a simple list to track packages owning a file, instead of using a
1149 list of arrays of pointers which waste 10 pointers per non-shared file,
1150 instead of 1. This significantly reduces dpkg memory usage.
1151 * Honor new DEB_SIGN_KEYID environment variable in dpkg-buildpackage.
1152 Suggested by Harald Dunkel <harri@afaics.de>. Closes: #615813, #719418
1153 * Always check subprocess exit codes in Dpkg::Source::Package modules.
1154 Reported by Ian Jackson <ijackson@chiark.greenend.org.uk>.
1155 * Add support for pie and stack-protector options to dpkg-buildflags FFLAGS,
1156 and update the man page to mention FFLAGS are a subset of CFLAGS.
1158 * Improve and unify -O option handling in dpkg-genchanges, dpkg-gensymbols
1159 and dpkg-shlibdeps, by always taking an optional filename argument and
1160 describing in the man page the default output files.
1161 * Use “hyphen” instead of “dash” when we mean the ‘-’ character in the
1162 documentation and code comments.
1163 * Do not NULL-terminate the list in the compat scandir(), as this might
1164 cause a segfault in case the function returns 0 entries.
1165 * Always return from ensure_statoverrides() if file is NULL, otherwise
1166 we might get us to read garbage from memory or segfault.
1167 * Add new symlink_to_dir command to dpkg-maintscript-helper. Closes: #720712
1168 Based on a patch by Bastien ROUCARIÈS <roucaries.bastien@gmail.com>.
1169 * Add new dir_to_symlink command to dpkg-maintscript-helper. Closes: #583585
1170 * Distinguish dpkg error reports between errors while processing packages
1172 * Fix crashes in the first call to gettext() after fork() on Mac OS X, by
1173 forcing the initialization at program start of the CoreFoundation cached
1175 * Set a default gettext domain for libdpkg code, so that other programs
1176 using a different domain can still get correct translations, like dselect.
1177 * Cleanup libdpkg-perl API:
1178 - Dpkg::Compression: Deprecate $default_compression_level,
1179 $default_compression and $compression_re_file_ext package variables.
1180 - Dpkg::Exit: Deprecate @handlers package variable.
1181 - Dpkg::Source::Package: Deprecate $diff_ignore_default_regexp and
1182 @tar_ignore_default_pattern package variables.
1183 - Dpkg::Changelog::Entry::Debian: Deprecate $regex_header and
1184 $regex_trailer package variables.
1185 * Add GnuPG 2.x support. Add gnupg2 and gpgv2 as alternative Recommends to
1186 gnupg and gpgv (to not pull them by default), but prefer gpgv2 over gpgv,
1187 and gpg2 over gpg at run-time if they are available.
1188 * Switch dpkg conflictor tracking from a fixed-size array to a queue,
1189 fixing several related issues, due to conflictors not being removed from
1190 the array after processing them. dpkg could fill it due to additions in
1191 previous package processing producing very confusing error messages; and
1192 a theoretical problem where a package could get appended to be removed,
1193 then reinstalled as a new version, to get removed again when revisiting
1194 the array in a subsequent package processing. Closes: #726112
1195 * Do not accept empty field names in dpkg.
1196 * Do not accept an initial hyphen in field names.
1197 * Add experimental build profiles support:
1198 - Add support for <!profile.name> build-time restrictions in dependencies.
1199 - Add support for DEB_BUILD_PROFILES environment variable.
1200 - Add new option -P to dpkg-buildpackage and dpkg-checbuilddeps.
1201 - Add new Built-For-Profiles output field in .deb and .changes files.
1202 Based on a patch by Patrick "P. J." McDermott <pjm@nac.net>,
1203 Wookey <wookey@debian.org> and Johannes Schauer <j.schauer@email.de>.
1205 * Bump Standards-Version to 3.9.5.
1206 * Document interactions of dpkg-source --extend-diff-ignore and -i in the
1207 man page. Closes: #729874
1209 [ Updated programs translations ]
1210 * German (Sven Joachim).
1211 * Vietnamese (Trần Ngọc Quân).
1213 [ Updated scripts translations ]
1214 * German (Helge Kreutzmann).
1216 [ Updated manpages translations ]
1217 * French (Christian Perrier): fix incorrectly translated sentence,
1218 thanks to Fabien Givors.
1219 * German (Helge Kreutzmann).
1221 -- Guillem Jover <guillem@debian.org> Thu, 05 Dec 2013 04:56:31 +0100
1223 dpkg (1.17.1) unstable; urgency=low
1225 * Man pages cleanup:
1226 - Make explicit that dpkg-shlibdeps -e can be used multiple times.
1227 - Improve documentation on how to update the available database before
1228 setting package selections. Suggested by Klaus Ita <koki.eml@gmail.com>.
1229 * Add manpages-it Replaces to dpkg due to new translated man pages.
1230 Reported by Alessio Gaeta <alga777@gmail.com>. Closes: #717983
1231 * Reword libdpkg-perl description and only list public modules.
1232 * Remove space before value in dpkg-parsechangelog -S option on pkg-info.mk.
1234 * Make the build system install start-stop-daemon directly under /sbin,
1235 instead of moving it around in debian/rules.
1237 -- Guillem Jover <guillem@debian.org> Sun, 28 Jul 2013 14:44:50 +0200
1239 dpkg (1.17.0) unstable; urgency=low
1242 * Switch update-alternatives back to a fatal error on out of range priority
1244 * Document dpkg-deb --debug in --help output.
1245 * Bump Standards-Version to 3.9.4 (no changes needed).
1246 * Use the new canonical dpkg git Vcs URLs.
1247 * Remove ancient version from zlibg1-dev Build-Depends.
1248 * Add compression development packages to libdpkg-dev Depends.
1249 * Man pages cleanup:
1250 - Disable justification and hyphenation in SEE ALSO sections.
1251 - Remove unneeded double quotes in .SH headings.
1252 - Do not use “header” when “format” or “field” is meant.
1253 - Move dangers of installing via dpkg-deb from BUGS to a NOTES section.
1254 - Remove BUGS sections containing obvious or misplaced information.
1255 - Move BUGS sections before EXAMPLES and SEE ALSO sections.
1256 - Place ENVIRONMENT and FILES sections contiguously.
1257 - Move EXIT STATUS section before ENVIRONMENT.
1258 - Rename CAVEATS sections to NOTES.
1259 - Fold BACKWARD COMPATIBILITY section into other sections.
1260 - Document since when DEB_*_MULTIARCH variables are supported.
1261 - Move compiler flags subsection from ENVIRONMENT to NOTES.
1262 - Unify WARNING and ERROR sections into DIAGNOSTICS.
1263 - Unify command-line options into a single OPTIONS section.
1264 - Mark programs, variables, fields and command-line options in bold.
1265 - Fold dpkg-architecture(1) DEBIAN/RULES section into EXAMPLES.
1266 - Fix dpkg-architecture(1) debian/rules usage documentation.
1267 - Move dpkg-buildflags(1) HARDENING into a new FEATURE AREAS subsection.
1268 - Improve dpkg-buildflags(1) usage documentation.
1269 Thanks to Matthijs Kooijman <matthijs@stdin.nl>. Closes: #657627
1270 - Clarify that DPKG_MAINTSCRIPT_PACKAGE is not arch-qualified.
1271 - Add triggers to the list of binary control information files.
1272 Thanks to Charles Plessy <plessy@debian.org>.
1273 * Use colon instead of dot for user:group in dpkg debug output.
1274 * Remove support for obsolete DM-Upload-Allowed from Dpkg::Vendor::Debian.
1275 * Fix update-alternatives to use the current alternative link as the first
1276 best value, to avoid flip-flops of alternatives with equal priority.
1278 * Fix clang warnings due to change of alignment requirements.
1279 * Change copyright file to point to GPL-2 instead of GPL.
1280 * Do not pass -e in shell script shebangs, set it in the body.
1281 * Add new dpkg-parsechangelog --show-field option to print a field value.
1283 * Add new dpkg-buildpackage --force-sign option.
1284 * By default do not sign builds for UNRELEASED uploads on dpkg-buildpackage.
1286 * Also check Build-Depends-Arch for minimal versions in dpkg-shlibdeps.
1288 * Document dpkg-buildflags export mode usage in man page. Closes: #691449
1289 Thanks to Jonathan Nieder <jrnieder@gmail.com>.
1290 * Rename dpkg-buildflags configure exporter to cmdline, but preserve
1291 configure as a legacy alias.
1292 * Mask fortify hardening option from dpkg-buildflags output on noopt.
1293 New glibc 2.16 and later, issue a warning on this condition.
1295 * Refer to path instead of file on dpkg-statoverride.
1296 * Always print a descriptive architecture column, even for empty or missing
1297 architectures on «dpkg-query --list».
1298 * Rework SELinux code on unpack to reload the label database if it has
1299 changed, for example while upgrading the SELinux policy package.
1300 * Execute maintainer scripts in a new execution context, based on the
1301 current one and the specific maintainer script filename, and if it's
1302 not different to the current one, use "dpkg_script_t" as a fallback.
1303 * Do not unnecessarily create a dpkg update log record on remove or purge.
1304 * Always reset want status when removing or purging a package; so this
1305 now resets holds among others. Closes: #163763
1306 * Always reset want status when installing a package; so this now resets
1307 holds among others. Closes: #162541
1308 * Defer cleanup of .dpkg-new and .dpkg-tmp paths on removal to the point
1309 when we are definitely removing the main path.
1310 * Activate file triggers on removal more accurately, only when we know
1311 we are inevitably removing things.
1312 * Change dir to / before executing maintainer scripts. Closes: #686782
1313 * Add new dpkg-deb --deb-format option and base --new and --old on it,
1314 as the latter are not future-proof, and neither can be guaranteed to
1315 produce a reliable output file format.
1316 * Drop archtable. It serves no purpose, it's Debian specific, it's
1317 usually outdated, and everyone should be using dpkg-architecture anyway.
1318 * Add musl-linux support to ostable and triplettable.
1319 Requested-by Kevin Bortis <wermut@gmail.com>.
1320 * Remove update-alternatives, dpkg-divert and dpkg-statoverride
1321 compatibility symlinks under /usr/sbin/.
1322 * Remove install-info wrapper.
1323 * Only ignore older packages if the existing version is informative. This
1324 allows any program using libdpkg to parse the available file to see again
1325 packages with versions lesser than 0-0 (like 0~0-0). Closes: #676664
1326 * Fix Dpkg::Control::Hash set_options() to take a hash as argument instead
1328 * Add a new Dpkg::Vendor get_vendor_dir() function.
1329 * Print correct path to vendor directory on error message in dpkg-vendor.
1330 * Do not hardcode the dpkg system configuration directory in perl scripts,
1331 respect build time setting.
1332 * Deprecate Dpkg perl module lowercase and exported by default variables,
1333 replaced by new unified uppercase non-exported by default ones.
1334 * Do not set -fstack-protector in the default build flags on arm64 (it's
1335 not yet supported). Thanks to Matthias Klose <doko@ubuntu.com>.
1337 * Add GCJFLAGS support to dpkg-buildflags. Closes: #708375
1338 * Clarify that dpkg --set-selections needs an up-to-date available db,
1339 by documenting it on the dpkg(1) man page, and warning whenever dpkg
1340 finds unknown packages while setting the selections. Closes: #703092
1341 * Print nicer error messages in perl scripts using Getopt::Long by trapping
1342 $SIG{__WARN__} to call usageerr() on option parse errors.
1343 * Move the exit call out from usage() in dpkg-scansources so that usageerr()
1344 gives a correct exit code. Thanks to Bernhard R. Link <brlink@debian.org>.
1345 * Print correct error message on unknown dpkg-name options before --.
1346 * Require at least one filename on dpkg-name after --.
1347 * Switch program usage errors to not print entire --help output.
1349 * Document that «dpkg-parsechangelog -l-» can be used to read from stdin.
1350 * Support parsing compressed changelog files transparently. Closes: #684196
1351 * Sort files inside new diffs generated by dpkg-source lexicographically.
1353 * Add support for a build_arch option in Dpkg::Deps deps_parse().
1354 Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #697297
1355 * Move epoch-less or revision-less output logic to Dpkg::Version.
1356 Based on a patch by Bernhard R. Link <brlink@debian.org>.
1357 * Catch mismatches between version strings and format versions in
1358 dpkg-source. Ensure that a 3.0 (quilt) package has a non-native version
1359 and that a 3.0 (native) package has a native version. Closes: #700177
1360 Thanks to Bernhard R. Link <brlink@debian.org>.
1361 * Add support for mipsn32(el) and mips64(el) to arch tables.
1362 Thanks to YunQiang Su <wzssyqa@gmail.com>. Closes: #685096, #707323
1363 * Document --file and --label parser options in dpkg-parsechangelog(1).
1364 * Add a new configure --with-dpkg-deb-compressor option to allow selecting
1365 the default dpkg-deb compressor, mainly for downstreams.
1366 * Switch dpkg-deb default compressor from gzip to xz. Build dpkg.deb using
1367 gzip to make debootstrap life easier on non-Debian based systems.
1368 * Add support for gzip compression strategies to dpkg-deb. The new
1369 strategies are: filtered, huffman, rle and fixed.
1370 * Change dpkg and dpkg-deb help output to recommend apt instead of dselect
1371 as a user-friendly frontend.
1372 * Remove temporary file on error during «dpkg-divert --rename».
1373 * Fix value caching in Dpkg::Arch by not shadowing the variables.
1374 * Fix chmod() arguments order in Dpkg::Source::Quilt. Closes: #710265
1375 Thanks to Pablo Oliveira <pablo@sifflez.org>.
1376 * Add new dpkg-shlibdeps -l option to add private shared library directories.
1377 This should be used instead of abusing LD_LIBRARY_PATH to pass the paths,
1378 which might be problematic when cross-compiling. Closes: #698881
1379 * Only apply empty line and comma cleanups when doing substvar replacements
1380 on fields where those are relevant. Closes: #659814
1381 * Do not scan control files twice for PGP signature presence.
1384 * Fix dpkg-maintscript-helper rm_conffile and mv_conffile to do nothing
1385 when the conffile is no longer owned by the current (or named) package.
1386 Thanks to Steve Langasek for the patch. Closes: #716948
1387 * Improve dpkg-maintscript-helper behaviour in “Multi-Arch: same” packages
1388 by arch-qualifying package names read from the environment. Also add
1389 a warning about this potential problem in the manual page.
1390 * Fix usage of non-existent _() function in multiple places of the Perl
1391 code. Thanks to Lincoln Myers <lincoln@netapp.com> for the patch.
1394 [ Updated programs translations ]
1395 * Fix typo in Spanish translation of update-alternatives.
1396 Thanks to Javier Fernandez-Sanguino <jfs@debian.org>. Closes: #713020
1398 [ Updated programs translations ]
1399 * Vietnamese (Trần Ngọc Quân). Closes: #715334
1401 [ Added man page translations ]
1402 * Italian (Beatrice Torracca). Closes: #711647
1404 [ Updated man page translations ]
1405 * Fix wrong translation of "fortify" in French dpkg-buildflags(1) man page.
1406 Thanks to Christian Perrier <bubulle@debian.org>. Closes: #712976
1407 * Fix typo in dpkg-source(1) man page French translation.
1408 Thanks to Cédric Boutillier <boutil@debian.org>. Closes: #708292
1409 * Japanese (TAKAHASHI Motonobu). Closes: #704240
1411 -- Guillem Jover <guillem@debian.org> Fri, 26 Jul 2013 23:54:54 +0200
1413 dpkg (1.16.10) unstable; urgency=low
1416 * Fix typos in 1.16.9 changelog entry. Closes: #691954
1417 Thanks to Nicolás Alvarez <nicolas.alvarez@gmail.com>.
1418 * Add missing @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.in.
1419 * Do not use an undefined va_list variable in dpkg_put_errno().
1420 * Abort installation if we cannot set the security context for a file.
1421 * Fix OpenPGP armored signature parsing, to be resilient against doctored
1422 input, including source package control files. Closes: #695919
1423 * Make sure the OpenGPG armor contains a signature block, even on EOF.
1424 * Do not accept Armor Header Lines inside a paragraph.
1425 * Do not abort dselect when multiarch is detected, as that only makes
1426 users downgrade and hold on an older version w/ worse multiarch support.
1427 * Fix warning in Dpkg::Source::Archive with «perl -w» due to redefinition
1428 of getcwd() by removing unused POSIX modules usage. Closes: #700978
1430 [ Updated programs translations ]
1431 * Esperanto (Felipe Castro).
1432 * Spanish (Javier Fernández-Sanguino).
1433 * Vietnamesea (Trần Ngọc Quân). Closes: #692100
1435 [ Updated scripts translations ]
1436 * Fix mistranslation in French translation of scripts.
1437 Thanks to Filipus Klutiero. Closes: #698530
1438 * Fix typos in French translation of scripts.
1439 Thanks to Sylvestre Ledru. Closes: #702627
1440 * Fix Russian translation (wrong order of parameters in a string).
1441 Thanks to Andrey Rahmatullin for noticing and Yuri Kozlov for fixing
1442 the translation. Closes: #698869
1444 -- Guillem Jover <guillem@debian.org> Fri, 08 Mar 2013 04:41:26 +0100
1446 dpkg (1.16.9) unstable; urgency=low
1449 * Fix dpkg-source regression in "3.0 (quilt)" source packages while
1450 unapplying patches that remove all files in a directory. Closes: #683547
1451 * Fix segfault in field format parsing on empty strings, affecting
1452 «dpkg-query -W -f ''» and «dpkg-deb -W --showformat=''». LP: #1035512
1453 * Fix dpkg's French usage string which was missing the final “s“ in
1454 --print-foreign-architectures. Closes: #685863
1457 * Use “statoverrides” instead of “statusoverrides” in dpkg-statoverride.
1459 * Comment out dpkg(1) documentation about disabled --command-fd option.
1461 * Cleanup dpkg-divert unit-test environment to avoid build failures.
1463 * Fix update-alternatives test suite to behave correctly on non-Debian
1464 binary paths. Known to be affecting at least Gentoo and Mac OS X.
1465 * Do not leak subcall command arguments in update-alternatives.
1466 * Fix segfault on update-alternatives when passing --slave without any
1467 action at all. LP: #1037431
1468 * Fix memory leak in dpkg filesavespackage().
1469 * Do not print garbage (or worse) on dpkg shared conffile debug output.
1470 * Use a hash instead of a ref to a hash for keys() in Dpkg::BuildFlags
1471 get_feature_areas(). This causes compilation failures with older perl
1472 versions, which can be an issue with partial upgrades.
1473 * Fix filter subpattern debug output format string to print an actual
1474 value instead of just blanks.
1475 * Ignore trailing filter subpattern slashes on reinclusion comparison.
1476 This makes sure to reinclude directories previously excluded so that
1477 contained files marked for inclusion do not fail to unpack due to a
1478 missing directory. Closes: #688416
1479 * Do not consider obsolete conffiles as actively owned by the package.
1480 This ensures conffile entries are not mishandled nor mixed up when
1481 configuring packages owning the non-obsolete conffiles. Closes: #689836
1482 Based on a patch by Andreas Beckmann <debian@abeckmann.de>.
1483 * Properly mark in the database obsolete conffiles on package replaces.
1484 * Sync the Conffiles field values for all package instances. Because
1485 only the first package instance being configured will have a *.dpkg-new
1486 conffile available to be processed, the subsequent ones need to use the
1487 hash from the previously processed entries.
1488 * Fix logic for previously configured conffiles, so that the shared
1489 conffile checks actually work on reinstallation. Closes: #684776
1490 * Avoid info database corruption and bogus accesses on unknown format
1491 values, by always reading the format file and validating it.
1492 * Clarify that the most probable reason for multiarch database
1493 inconsistencies is due to upgrades from unofficial dpkg versions.
1494 * Only satisfy a dependency on a “Multi-Arch: foreign” if arch-unqualified.
1495 * Take architecture into account in virtual packages on remove and
1496 configure dpkg actions. Closes: #683411
1497 * Update update-alternatives --query format and examples in man page to
1498 match the implementation.
1499 * Add two missing 3rd person ‘s’ in dpkg-gensymbols(1). Closes: #689863
1500 Thanks to Paul Menzel <pm.debian@googlemail.com>.
1501 * Fix regression on old-style binNMUs for packages that specify an
1502 explicit binary version to dpkg-gencontrol, by always fixing up the
1503 source version. Closes: #690823
1505 [ Updated programs translations ]
1506 * Catalan (Guillem Jover).
1507 * Czech (Miroslav Kure).
1508 * Danish (Joe Dalton). Closes: #690808
1509 * French (Christian Perrier).
1510 * German (Sven Joachim).
1511 * Italian (Milo Casagrande).
1512 * Japanese (Kenshi Muto).
1513 * Polish (Michał Kułach). Closes: #690449
1514 * Portuguese (Miguel Figueiredo). Closes: #682582, #690431
1515 * Russian (Yuri Kozlov). Closes: #688050, #690415
1516 * Slovak (Ivan Masár). Closes: #690426
1517 * Swedish (Peter Krefting).
1518 * Thai (Theppitak Karoonboonyanan). Closes: #690678
1519 * Traditional Chinese (imacat). Closes: #687002
1521 [ Updated scripts translations ]
1522 * Polish (Michał Kułach). Closes: #683104
1523 * Spanish (Omar Campagne). Closes: #685297
1525 [ Updated dselect translations ]
1526 * Basque (Iñaki Larrañaga Murgoitio). Closes: #686421
1527 * Czech (Miroslav Kure).
1528 * Danish (Joe Dalton). Closes: #689820
1529 * Polish (Michał Kułach).
1531 [ Updated man page translations ]
1532 * French (Thomas Vincent, Sylvestre Ledru, Christian Perrier).
1533 Closes: #682978, #683221
1534 * German (Helge Kreutzmann).
1535 * Japanese (Hideki Yamane). Closes: #685103
1536 * Polish (Michał Kułach).
1537 * Spanish (Omar Campagne, Guillem Jover). Closes: #683514
1538 * Swedish (Peter Krefting).
1540 -- Guillem Jover <guillem@debian.org> Sat, 20 Oct 2012 05:59:50 +0200
1542 dpkg (1.16.8) unstable; urgency=low
1544 [ Updated programs translations ]
1545 * Esperanto (Felipe Castro).
1546 * French (Christian Perrier).
1547 * Polish (Michał Kułach). Closes: #680561
1548 * Russian (Yuri Kozlov). Closes: #677850, #680411
1549 * Slovak (Ivan Masár).
1550 * Spanish (Javier Fernández-Sanguino)
1552 [ Updated man page translations ]
1553 * French (Christian Perrier).
1555 [ Updated scripts translations ]
1556 * French (Christian Perrier).
1557 * Russian (Yuri Kozlov).
1559 [ Updated dselect translations ]
1560 * Danish (Joe Dalton). Closes: #680108
1561 * Russian (Yuri Kozlov).
1562 * Traditional Chinese (Asho Yeh - 阿信).
1564 -- Guillem Jover <guillem@debian.org> Sat, 21 Jul 2012 02:11:04 +0200
1566 dpkg (1.16.7) unstable; urgency=low
1569 * Fix bogus dpkg-query --control-show badusage() strings.
1572 * Fix dpkg-gencontrol to correctly compute the source version
1573 in the case of "old-style" bin-nmus. Closes: #679959
1575 [ Updated dselect translations ]
1576 * Catalan (Guillem Jover).
1577 * French (Christian Perrier).
1578 * German (Sven Joachim).
1579 * Swedish (Peter Krefting).
1581 [ Updated programs translations ]
1582 * French (Christian Perrier).
1583 * German (Sven Joachim).
1584 * Italian (Milo Casagrande).
1585 * Swedish (Peter Krefting).
1587 [ Updated man page translations ]
1588 * Swedish (Peter Krefting).
1589 * French (Christian Perrier).
1591 [ Updated scripts translations ]
1592 * Swedish (Peter Krefting).
1593 * French (Christian Perrier).
1595 -- Raphaël Hertzog <hertzog@debian.org> Mon, 02 Jul 2012 21:16:12 +0200
1597 dpkg (1.16.6) unstable; urgency=low
1600 * Do not translate SE Linux context to human readable form while unpacking,
1601 as that might cause the operation to fail if the mcstransd daemon
1602 stopped running during the transaction. Closes: #679641
1603 Thanks to Russell Coker <russell@coker.com.au>.
1604 * Add --control-list and --control-show to dpkg-query --help output.
1607 * Fix import of error functions in dpkg-buildflags. Regression introduced
1610 [ Updated scripts translations ]
1611 * German (Helge Kreutzmann).
1613 [ Updated man page translations ]
1614 * German (Helge Kreutzmann).
1616 -- Guillem Jover <guillem@debian.org> Sat, 30 Jun 2012 21:45:10 +0200
1618 dpkg (1.16.5) unstable; urgency=low
1621 * dpkg-source will now clean up after a failed application of a quilt
1622 patch. Closes: #652970
1623 And it will display a message explaining the most likely cause of
1624 failure (patch applying with fuzz).
1625 * When dpkg-source regenerates the automatic patch (with formats "2.0"
1626 or "3.0 (quilt)") it will keep the current patch header to avoid
1627 losing changes made by the maintainer.
1628 * Modify dpkg-source --commit to auto-whitelist modified binary files.
1629 That way the same command can be used whatever kind of upstream files
1631 * dpkg-source now supports a new option --no-unapply-patches to force
1632 patches to be kept applied after build (used by formats "2.0" and "3.0
1633 (quilt)"). Closes: #643043
1636 * Add a dpkg-buildflags --status action to describe the flag settings.
1637 Thanks to Bernhard R. Link <brlink@debian.org>. Closes: #664058
1638 * Add support for “binary-only” key-value option in changelogs, to allow
1639 marking changelog entries as part of a binary only upload, having a
1640 different version from the source package. Closes: #440094, #672723
1641 * Minimize source architecture list on «dpkg-source -b» by removing
1642 architectures already covered by architecture wildcards. Closes: #675333
1643 * Do not assume $ENV{'HOME'} is defined in Dpkg::Source::Package.
1644 Thanks to Niels Thykier <niels@thykier.net>. Closes: #677631
1645 * Document in more detail in deb(5) the supported ar archive format.
1646 * Document in deb-src-control(5) the “Private-” field prefix.
1647 * Add new start-stop-daemon --no-close option to disable closing file
1648 descriptors on --background. Closes: #627333, #646425
1649 * Switch source compression to xz.
1650 * Detect ar header fields truncation due to too long member names or too
1651 large member sizes. Closes: #678933
1652 * Add new dpkg-query --control-list and --control-show commands, which
1653 replace the now deprecated --control-path.
1654 * Print master and slave alternarive link names in update-alternatives
1655 --query and always print alternative link in --config. Closes: #679010
1656 * Cleanup and clarify buffer I/O error reporting. Closes: #621763
1657 * Avoid full stop and double newline at the end of errors and warnings.
1658 Thanks to Jonathan Nieder <jnieder@gmail.com>. Closes: #624000
1659 * Change all programs to accept -? instead of -h for help output.
1660 * Add support for specific arch-qualified dependencies. Closes: #676232
1661 Thanks to Thibaut Girka <thib@sitedethib.com>.
1662 * Accept “:native” arch-qualified Build-Dependencies. Closes: #558095
1663 Thanks to Thibaut Girka <thib@sitedethib.com>.
1664 * Do not use undefined values returned form deps_parse() in dpkg-shlibdeps.
1666 * Add an Architecture column to «dpkg-query -l» before the Description
1667 column. Suggested by Jonathan Nieder <jnieder@gmail.com>. Closes: #673190
1669 [ Updated dpkg translations ]
1670 * Swedish (Peter Krefting).
1672 [ Updated dselect translations ]
1673 * Swedish (Peter Krefting).
1675 [ Updated scripts translations ]
1676 * German (Helge Kreutzmann).
1678 [ Updated man page translations ]
1679 * German (Helge Kreutzmann).
1680 * Swedish (Peter Krefting).
1682 -- Guillem Jover <guillem@debian.org> Sat, 30 Jun 2012 04:28:51 +0200
1684 dpkg (1.16.4.3) unstable; urgency=low
1686 * On «update-alternatives --install» only warn for now on out of range
1687 priorities and clamp the values, as there seems to be packages using
1688 priorities > INT_MAX, which although bogus as they were previously
1689 overflowing the int used to store them, that would cause installation
1690 failures when upgrading from squeeze. This will be reverted to an
1691 error after wheezy. Closes: #676874
1693 -- Guillem Jover <guillem@debian.org> Sun, 17 Jun 2012 10:56:15 +0200
1695 dpkg (1.16.4.2) unstable; urgency=low
1697 * Check correctly for out of range negative field width values in dpkg-query
1698 --show format strings. Regression introduced in 1.16.4. Closes: #676796
1700 -- Guillem Jover <guillem@debian.org> Sat, 09 Jun 2012 16:16:17 +0200
1702 dpkg (1.16.4.1) unstable; urgency=low
1704 * Fix explicit file trigger activation. Regression introduced in 1.16.4.
1707 -- Guillem Jover <guillem@debian.org> Fri, 08 Jun 2012 23:17:11 +0200
1709 dpkg (1.16.4) unstable; urgency=low
1712 * Deprecate compressing .deb files with lzma, by making dpkg-deb issue a
1713 warning, as the format has several deficiencies that have been addressed
1714 by upstream in xz. Although unpacking will be kept being supported to
1715 handle existing lzma compressed .deb files.
1716 * Add alternative changelog formats documentation from the policy manual
1717 to dpkg-parsechangelog(1). Closes: #584141
1718 * Add MiNT support to ostable and triplettable.
1719 Requested by Thorsten Glaser <tg@mirbsd.de>.
1720 * Add new frontend.txt file to dpkg-dev documenting some public interfaces
1721 for dpkg frontends. Closes: #670897
1722 * Clarify in dpkg(1) when --force-conf* options cause action.
1723 Suggested by Sven Joachim <svenjoac@gmx.de>. Closes: #391818
1724 * Add “gcc | c-compiler” to libdpkg-perl Suggests, due to Dpkg::Arch usage.
1726 * Do not mask PIE from dpkg-buildflags on m68k, it appears to work now.
1727 Requested by Thorsten Glaser <tg@mirbsd.de>.
1728 * Remove deprecated support for PGP style signing command interface from
1730 * Remove obsolete --udeb dpkg-scanpackages option.
1731 * Add arm64 support to cputable. Closes: #672408
1732 Thanks Wookey <wookey@wookware.org>.
1733 * Check parsed integers for invalid or no digit errors in start-stop-daemon
1734 and update-alternatives.
1735 * Check all parsed integers for out of range errors; i.e. that no negative
1736 values are allowed if not appropriate, and that no overflows occur.
1738 * Switch start-stop-daemon(8) man page examples from /var/run to /run.
1739 * Do not obscure Dpkg::Source::Package ‘require’ errors with custom
1740 error message. Thanks to Thomas Adam <thomas.adam@smoothwall.net> and
1741 Jonathan Nieder <jrnieder@gmail.com>.
1742 * Add new Dpkg::Substvars::set_as_used() member function.
1743 * Rename Dpkg::Substvars no_warn() member function to mark_as_used(), keep
1744 the old name aliased to the new one producing a deprecation warning.
1745 * Add support for Build-Depends-Arch and Build-Conflicts-Arch fields, and
1746 a new -A option to dpkg-checkbuilddeps. Closes: #629480
1747 Thanks to Roger Leigh <rleigh@debian.org>.
1748 * Add support for “none” as a valid dpkg-deb compression strategy value.
1750 * Clarify in dpkg(1) that the «dpkg -l» example only lists installed
1751 packages, and that to list available packages «dpkg-query --load-avail»
1752 has to be used instead. Closes: #673305
1753 * Clarify also in the dpkg(1) man page (already present in the dpkg.cfg(5)
1754 man page) the valid filenames for /etc/dpkg/dpkg.cfg.d/ fragment files.
1756 * Fix start-stop-daemon to not follow symlinks when creating pidfiles.
1757 Thanks to Carsten Hey <carsten@debian.org>. Closes: #675918
1758 * Refactor the file locking logic into a new Dpkg::File module, and move
1759 the libfile-fcntllock-perl dependency from dpkg-dev to libdpkg-perl.
1760 * Demote the libfile-fcntllock-perl Depends to a Recommends by falling back
1761 to use flock based locking, because it being an XS module makes building
1762 a new perl package bumping the perl ABI impossible, as both packages
1763 become uninstallable. Thanks to Dominic Hargreaves <dom@earth.li>.
1765 * Put an & before field_capitalize() calls in Dpkg::Control::Fields to
1766 fix a usage before declaration warning with perl 5.16. Closes: #676262
1767 * Do not warn in dpkg-divert on missing files list file for packages never
1768 installed before. Closes: #673518
1769 * Add support for liblzma to handle .xz and .lzma compressed files, and
1770 switch to it instead of using xz-utils. This removes the xz-utils
1771 Pre-Depends from dpkg. Thanks to Jonathan Nieder <jrnieder@gmail.com>.
1772 * Always activate all path components for file triggers, this fixes file
1773 trigger handling for conffiles and dpkg-trigger invocations.
1774 Closes: #675613, #676061, #676062, #676107, #676118, #676122
1775 * Do not reset Multi-Arch field in the update log when removing the package.
1777 * Fix dpkg-split to honour the DPKG_ADMINDIR environment variable.
1779 [ Updated man page translations ]
1780 * German (Helge Kreutzmann).
1781 * French (Christian Perrier). Fixes a mistranslation and some
1782 inconsistencies reported by Vincent Danjean( thanks). Closes: #673158
1784 -- Guillem Jover <guillem@debian.org> Thu, 07 Jun 2012 23:43:19 +0200
1786 dpkg (1.16.3) unstable; urgency=low
1789 * Do not look for newline beyond the read buffer on dpkg-deb extract.
1790 * Check update-alternative name and link arguments for all commands.
1792 * Check all dpkg-divert filename arguments to be absolute and to not
1793 contain newlines. Closes: #21722
1794 * Print errors while reading the file list files on a new line instead
1795 of just after the progress percentage. Closes: #552517
1796 * Document in dpkg-source(1) that patches for source format “3.0 (quilt)”
1797 are expected to apply without any fuzz. Closes: #666752
1798 Based on a patch by Luca Capello <luca@pca.it>.
1799 * Remove redundant -Wformat-security from default dpkg-buildflags, which
1800 is already implied by -Werror=format-security. Closes: #664964
1801 Suggested by Peter Eisentraut <petere@debian.org>.
1802 * Document in dpkg-query(1) that commands producing multiple paragraphs
1803 will preserve the order of the packages specified on the argument list.
1804 * Change start-stop-daemon --exec on GNU/Hurd, FreeBSD, NetBSD, OpenBSD
1805 and Solaris to check for executables matching device and inode numbers
1806 instead of filenames.
1807 * Change start-stop-daemon --name on GNU/Hurd to check the process' argv[1]
1808 in addition to argv[0], to handle both binaries and interpreted scripts.
1809 Reported by Mats Erik Andersson <mats.andersson@gisladisker.se>.
1810 * Handle deb format versions as major.minor integers instead of strings or
1811 floats, the latter being susceptible to parsing errors depending on the
1812 current locale (although this was only affecting the old deb format).
1813 * Ignore the minor format version number for deb-split format, unifying
1814 the behaviour with the deb format.
1815 * Add support for an abitable containing arch attribute overrides.
1816 * Add x32 support to abitable, ostable and triplettable. Closes: #667037
1817 * Fix start-stop-daemon to work with relative --exec arguments and --chdir.
1819 * Ignore request to rename a file owned by the diverting package on
1820 «dpkg-divert --add --rename». Closes: #588077
1821 * Clarify dpkg-gensymbols(1) by way of examples that architecture wildcards
1822 are supported in symbols files. Closes: #670048
1823 * Fix memory leak due to Dpkg::Control objects not being garbage-collected.
1824 Thanks to Ben Harris <bjh21@cam.ac.uk>. Closes: #669012
1825 * Compute the md5sum hash on unpack for empty files too, so that these
1826 can be checked correctly for matching content when installing multiple
1828 * Generate md5sums files automatically at unpack time if missing from the
1829 binary package. Closes: #155676, #155799
1830 * Add missing list and md5sums database file checks to «dpkg --audit».
1832 [ Helge Kreutzmann ]
1833 * Fix a typo in man/dpkg-buildflags.1.
1835 [ Updated dpkg translations ]
1836 * French (Christian Perrier).
1837 * German (Sven Joachim).
1838 * Swedish (Peter Krefting).
1840 [ Updated dselect translations ]
1841 * French (Christian Perrier).
1842 * German (Sven Joachim).
1843 * Swedish (Peter Krefting).
1845 [ Updated scripts translations ]
1846 * French (Christian Perrier).
1847 * Swedish (Peter Krefting).
1849 [ Updated man translations ]
1850 * French (Christian Perrier).
1851 * German (Helge Kreutzmann).
1852 * Swedish (Peter Krefting).
1854 -- Guillem Jover <guillem@debian.org> Fri, 27 Apr 2012 10:10:10 +0200
1856 dpkg (1.16.2) unstable; urgency=low
1859 * Move <config.h> and <compat.h> to the top of trigdeferred.l to properly
1860 use the configured features and compat code.
1861 * Honour --disable-nls when the system lacks obstack support, by updating
1862 the obstack compat module from gnulib.
1863 * Link the libdpkg unit tests with libcompat and libintl, so that systems
1864 needing them will compile correctly.
1865 * Check for the presence of the strnlen declaration and correctly provide
1866 the compat one in case the systems lacks it.
1867 * Do not assume existence of paths on the build system in the test suite.
1868 * Do not fail to link dselect on MacOS X when using --disable-nls.
1869 * Remove versioned coreutils Pre-Depends from dpkg due to the ancient
1870 md5sum transition. Reported by Bill Allombert <ballombe@debian.org>.
1872 * Change dpkg-architecture to only compute the requested variables. This:
1873 - Fixes the bootstrapping problem, as the dpkg build system only needs
1874 the host architecture, for which dpkg itself is not required.
1875 - Reduces the amount of work performed, including loading and parsing
1876 unnecessary table files or calling either of gcc or dpkg programs.
1877 * Improve error message in dpkg-gencontrol and dpkg-gensymbols when
1878 debian/control does not have any package stanza. Closes: #642473
1879 Based on a patch by Kyle Willmon <kylewillmon@gmail.com>.
1880 * Add Pre-Depends on tar >= 1.23 (satisfied in stable) to dpkg due to it
1881 using the ‘--warning=no-timestamp’ option. Closes: #642802
1882 * Do not segfault on GNU/Linux when dpkg cannot retrieve the block size
1883 for the filesystem containing the info database. LP: #872734
1884 * Fix two memory leaks per tar entry in the tar extractor used on unpack.
1885 * Mark dpkg and dselect as Multi-Arch foreign.
1886 Reported by Steve Langasek <vorlon@debian.org>.
1887 * Mark dpkg-dev and libdpkg-perl as Multi-Arch foreign. Closes: #648217
1888 Thanks to Colin Watson <cjwatson@ubuntu.com>.
1889 * Add new deb-origin.5 man page. Closes: #608884
1890 Thanks to Matt Kraai <kraai@ftbfs.org>.
1891 * Return correct status on start-stop-daemon --status when using --pidfile.
1892 * Treat dpkg-deb compression level independently for each backend. This
1893 has the effect of changing the current behaviour for level 0 on all
1894 compressors except gzip.
1895 * Add new dpkg-deb -S option to specify the compression strategy. The only
1896 currently supported value is “extreme” for xz. Closes: #647915
1897 * Stop using brace expansion to install man pages by using dh_installman
1898 instead of dh_install, the former does not abort on empty glob expansion.
1899 * Do not use absolute paths for programs in perl and shell code.
1900 * Add missing ‘*’ in asprintf() and vasprintf() compat declarations.
1901 * Add support for virtual output binary:Summary and db:Status-Abbrev fields.
1902 Closes: #192619, #427945
1903 * Add support for virtual output source:Package and source:Version fields.
1905 * Use a different temporary file per process on libcompat's vsnprintf()
1906 function to avoid race conditions from children after fork(3).
1907 Reported by Daniel Ruoso <daniel@ruoso.com>. Closes: #655411
1908 * Fix start-stop-daemon --exec and --name options on FreeBSD, NetBSD and
1909 OpenBSD by swapping the process matching implementations.
1910 * Fix start-stop-daemon --name option on GNU/Hurd to match the process name.
1911 * Document in more detail the implications of start-stop-daemon matching
1912 options. Closes: #367608
1913 * Improve and clarify dpkg-shlibdeps superfluous linking warning messages.
1914 Based on a patch by Peter Eisentraut <petere@debian.org>. Closes: #656496
1915 * Relax --merge-avail Packages file parser, to not fail on bogus versions.
1916 * When building only arch-indep binaries with «dpkg-buildpackage -A», name
1917 the .changes file using ‘all’ as architecture. Closes: #661638
1918 * Handle unknown architectures gracefully in dpkg-buildflags.
1920 * Add missing --status-logger to dpkg --help output.
1921 * Do not print bogus errno string for invalid package names in dpkg
1922 --ignore-depends option.
1923 * Change dpkg-query to not load the available file by default for --list
1924 and --show, add a new --load-avail option to expose the old behaviour.
1925 * Only allow setting selections via «dpkg --set-selections» for known
1926 packages (i.e. those present in either the status or available files).
1927 * Always ignore older versions when parsing the available file, not only
1928 for --update-avail and --merge-avail.
1929 * Mark not-installed non-arch-qualified selections for removal.
1930 * Add new «dpkg --assert-multi-arch» command to allow checking for
1931 multi-arch support availability.
1932 * Bump Standards-Version to 3.9.3 (no changes needed).
1933 * Add architecture consistency checks to «dpkg --audit».
1934 * Add new dpkg --add-architecture and --remove-architecture commands to
1935 track supported architectures.
1938 * Update Dpkg::Shlibs to look into multiarch paths when cross-building
1939 too. Closes: #595144
1940 * Rewrite architecture.mk with explicit loops instead of duplicating many
1941 similar lines. Based on a patch by Thorsten Glaser <tg@mirbsd.de>.
1942 * Modify dpkg-gencontrol and dpkg-distaddfile to grab a write lock
1943 on debian/control before updating debian/files to avoid simultaneous
1944 updates. Closes: #642608
1945 Add libfile-fcntllock-perl to dpkg-dev's Depends since we use this module
1946 to handle the locking.
1947 * Update dpkg-gensymbols(1) to clarify that -e accepts shell patterns
1948 expansions and not regular expressions. And let dpkg-gensymbols output a
1949 warning when a pattern doesn't match any file. Closes: #649248
1950 * Add new option "-a <arch>" to dpkg-checkbuilddeps to check build
1951 dependencies for another architecture. This is really basic for now since
1952 it assumes all build dependencies must be satisfied on the listed
1953 architecture. Closes: #648180 Thanks to Colin Watson for the patch.
1954 * Error out if a dpkg database .list file is not a regular file. LP: #369898
1955 * Fix dpkg-mergechangelogs to not error out on invalid versions.
1957 * Fix dpkg-source --commit on "3.0 (quilt)" when an explicit patch file
1958 is given with a relative filename. Closes: #652414
1959 * Further clarify in dpkg-source(1) the conditions under which it's possible
1960 to pass an explicit patch file to dpkg-source --commit.
1961 * Add new --query-features command to dpkg-buildflags. Thanks to Kees Cook
1962 for the patch. Closes: #651481
1963 * Fix description of Multi-Arch in deb-control(5). Closes: #654453
1964 Thanks to Jakub Wilk for spotting the mistake.
1965 * Drop misleading spaces in deb-symbols(5) in the format description.
1966 * Clean up dpkg-architecture(1) dropping useless information and
1967 adding a reference to /usr/share/dpkg/architecture.mk.
1968 * Update dpkg-buildpackage to use the "build-arch" (for -B) and
1969 "build-indep" (for -A) targets unless "make -qn" says that they do not
1970 exist. Closes: #229357
1971 * Improve deb-shlibs(5) to mention that the dependency field must
1972 use the same syntax as a Depends field. Closes: #658696
1973 * Update dpkg-maintscript-helper(1) to recommend usage of the version
1974 removing/renaming a conffile with a "~" suffix as "priorversion"
1975 parameter. Thanks to Sam Morris <sam@robots.org.uk> for the patch.
1977 * Fix debug output of dpkg-maintscript-helper. LP: #936340
1980 * Bump po4a version in Build-Depends to 0.41, since earlier versions do
1981 not handle --srcdir correctly. Closes: #644370
1983 [ Guillem Jover, Steve Langasek, Raphaël Hertzog ]
1984 * Add new dpkg --print-foreign-architectures command.
1985 * Add support for virtual output binary:Package field.
1986 * Implement Multi-Arch support.
1988 [ Helge Kreutzmann ]
1989 * Fix a typo in man/dpkg-deb.1.
1991 [ Updated dpkg translations ]
1992 * German (Sven Joachim).
1993 * Italian (Milo Casagrande). Closes: #627832, #657849
1994 * Swedish (Peter Krefting).
1995 * French (Christian Perrier)
1996 * Polish (Michał Kułach). Closes: #658126
1998 [ Updated scripts translations ]
1999 * German (Helge Kreutzmann).
2000 * Spanish (Omar Campagne). Closes: #636238
2001 * Swedish (Peter Krefting).
2003 [ Updated man page translations ]
2004 * German (Helge Kreutzmann), including typo fix in dpkg-genchanges
2005 Closes: #646496, sub optimal translation of package states LP: #368783
2006 and an fix by Chris Leick
2007 * Japanese (TAKAHASHI Motonobu).
2008 * Spanish (Omar Campagne). Closes: #643969
2009 * Swedish (Peter Krefting).
2010 * Minor errors corrected in French (thanks to David Prévot)
2011 * Fix translation of -B and -A options of dpkg-buildpackage.
2012 Thanks to Vincent Danjean. Closes: #654626
2014 [ Updated dselect translations ]
2015 * Dutch (Jeroen Schot). Closes: #651813
2017 -- Guillem Jover <guillem@debian.org> Mon, 19 Mar 2012 07:27:12 +0100
2019 dpkg (1.16.1.2) unstable; urgency=medium
2022 * Fix another typo to correctly set DEB_*_ARCH_BITS in architecture.mk.
2023 * Set urgency to medium as changes are minor, and it should migrate
2024 quickly in case 1.16.2 comes soon.
2027 * Update dpkg-buildflags(1) to note that the processor option
2028 -D_FORTIFY_SOURCE=2 is set in CPPFLAGS now instead of CFLAGS and
2029 CXXFLAGS. Closes: #646073
2031 -- Raphaël Hertzog <hertzog@debian.org> Fri, 25 Nov 2011 11:18:30 +0100
2033 dpkg (1.16.1.1) unstable; urgency=low
2036 * Fix dpkg-source to not ignore the automatic patch when checking
2037 for unrecorded changes. Closes: #643148
2038 * Let dpkg-source --commit create debian/patches when required.
2040 * Fix dpkg-buildflags --dump to return 0 as exit code and not 1.
2041 * Update dpkg-buildflags(1) to not include quotes in the examples
2042 setting DEB_BUILD_MAINT_OPTIONS.
2043 * Stop outputting build flags in dpkg-buildpackage as it confuses
2044 maintainers who are overriding them in debian/rules and who
2045 are not seeing the expected value in the build log.
2046 * Fix trigger setup code to not reset the status of packages
2047 when they are in a status different from triggers-awaited,
2048 triggers-pending or installed. Closes: #644492
2049 * Fix dpkg-source to ignore changes on debian/patches/.dpkg-source-applied
2050 when building a "2.0" source package. Closes: #642656
2051 * Fix buildflags.mk to re-export the environment variables that
2052 the maintainer can use to change the build flags. Closes: #644412
2055 * Change dpkg-buildflags to set preprocessor option -D_FORTIFY_SOURCE=2
2056 in CPPFLAGS, instead of CFLAGS and CXXFLAGS. Closes: #642521, #643632
2057 * Fix typo to correctly set DEB_*_ARCH_BITS instead of DEB_*_ARCH in
2058 architecture.mk. Thanks to Thorsten Glaser <tg@mirbsd.org>.
2059 * Make dpkg-buildflags disable full relro (bindnow) if relro is not enabled.
2061 -- Guillem Jover <guillem@debian.org> Fri, 14 Oct 2011 07:08:31 +0200
2063 dpkg (1.16.1) unstable; urgency=low
2066 * Dpkg::Deps: Implement new "reset" method and bump module version to 1.01
2068 * Improved description of --search in dpkg-query(1). Closes: #621066
2069 Thanks to Lars Buitinck <larsmans@gmail.com> for the patch.
2070 * Let update-alternatives fsync() its administrative files before
2071 moving them in place to avoid empty files with some filesystems.
2073 * Tighten the regexp used by dpkg-source to ignore the .pc directory of
2074 quilt. Thanks to Mike Hommey for noticing the problem.
2075 * Change behaviour of dpkg-source's --extend-diff-ignore to also
2076 extend the current diff-ignore if it has already been set.
2077 * Fix dependency checking code to consider a dependency on a virtual
2078 package provided by a package in triggers-pending status as satisfied.
2079 * Do not fail when encountering a pre-dependency in triggers-awaited state,
2080 instead process the awaited triggers. Closes: #526774
2081 * "any" no longer hides "all" in the Architecture field of a .dsc.
2082 * Fix dpkg --remove to really remove the triggers from the various
2083 internal files in /var/lib/dpkg/info/triggers/. Closes: #525160
2084 * Avoid a perl warning in dpkg-gensymbols when no symbols file has been
2085 generated (because it would have been empty). Closes: #626684
2086 * Re-enable the Package-List field but drop the Architecture column since we
2087 have no clear use case yet. It can always be added later on.
2088 Also drop the source line since it duplicates other fields.
2090 * Add the extraction part of Dpkg::Source::Package to the supported API.
2091 Useful to extract source packages without having to depend on dpkg-source
2092 (and hence dpkg-dev).
2093 * Add the Dpkg::Vendor module to the supported API. Useful for lintian
2094 when dpkg-dev is absent.
2095 * Check presence of required parameters in dpkg-vendor. Closes: #628726
2096 Thanks to Niels Thykier <niels@thykier.net> for the patch.
2097 * Avoid a Perl warning in dpkg-buildflags when HOME is not set.
2099 * dpkg-source can now also use debian/source/local-patch-header (that is not
2100 included in the generated source package) instead of
2101 debian/source/patch-header. Closes: #629582
2102 * Changed dpkg-source --after-build to automatically unapply patches that it
2103 has applied during --before-build.
2104 * Fix two possible causes for the assertion failure "pigp->trigpend_head".
2105 LP: #798793, #424358 Closes: #560251
2106 * Use "special" instead of "particular" to qualify the "3.0 (custom)" format
2107 in dpkg-source(1). Closes: #631435
2108 * Add some supplementary checks to ensure debian/control has the required
2109 fields. Closes: #631439
2110 * dpkg-gensymbols(1): document syntax of comments. Closes: #630996
2111 * Allow empty lines in symbols files to better delimit multiple libraries.
2112 Thanks to Cyril Brulebois <kibi@debian.org> for the patch.
2113 * dpkg: if "prerm upgrade" fails when downgrading, do not try to run
2114 "prerm failed-upgrade" with the prerm of the oldest prerm, it can't work
2115 around a bug of a newer prerm anyway.
2116 * dpkg: support new "interest-noawait" and "activate-noawait" trigger
2118 * dpkg-buildflags(1): make it clear that DEB_*_(SET|APPEND) environment
2119 variables are meant for users and should not be used by packages.
2120 * update-alternatives: do not allow to reuse a slave link in another
2121 slave alternative. Closes: #631547
2122 * Improve dpkg-source's logic to identify ignored files. Closes: #632168
2123 * Fix a small typo in dpkg-source(1). Closes: #632937
2124 * Reword the description of dpkg-source --before-build and --after-build
2125 to be clearer. Closes: #608260
2126 * dpkg-buildpackage no longer exports the compiler flags. Closes: #560070
2127 Packages must directly call dpkg-buildflags to retrieve them.
2128 * dpkg-buildflags supports a prepend command to modify the build
2129 flags. Particularly useful for package maintainers who don't want
2130 their supplementary flags to take precedence over user submitted
2132 * Add new --dump action to dpkg-buildflags and make it the default action.
2134 * dpkg-mergechangelogs now checks the return value of the close() call.
2135 Thanks to Niels Thykier <niels@thykier.net> for the patch. Closes: #633539
2136 * Similar changes to dpkg-shlibdeps and dpkg-gencontrol, also by Niels.
2137 * Fix update-alternatives to not remove a real file when dropping a
2138 symlink for a slave that's not provided by the new current choice.
2140 * Improve dpkg-source's error message complaining about the lack
2141 of the upstream tarball. Closes: #634510
2142 * Add some common makefile snippets for use in rules files in
2143 /usr/share/dpkg/: default.mk, architecture.mk, buildflags.mk, pkg-info.mk,
2144 vendor.mk Closes: #606839
2145 * Fix the dpkg-divert test-suite to also skip test that would fail if run
2146 under root. Closes: #634961
2147 * Change merge conflict separators created by dpkg-mergechangelogs to match
2148 the usual norm of being composed of 7 characters. LP: #815700
2149 * With source format 2.0 and 3.0 (quilt), dpkg-source now fails by default
2150 when upstream changes have not been recorded in a quilt patch. The new
2151 --commit operation can be used to properly record the changes before-hand.
2153 And it fails before installing the automatic patch in debian/patches/
2155 * dpkg-buildflags now supports "--export=configure" to output compilation
2156 flags on a single line with double quotes as delimiter of the various
2157 values. It also uses DEB_<flag>_MAINT_<op> to let the maintainer
2158 extend the build flags to use. Last but not least, it can now also strip
2159 options from the returned build flags.
2160 * Fix possible segfault of dpkg in findbreakcycle(). LP: #733414
2161 * dpkg-source now properly cleans up the temporary tarball generated for
2162 native formats in case of unexpected interruption. Closes: #631494
2163 * Fix simplification logic of union dependencies. Closes: #637564
2164 * Fix dpkg's handling of a hardlink pointing to a conffile. Closes: #638291
2165 * Add example of extend-diff-ignore's usage in dpkg-source(1).
2167 * dpkg-buildflags now returns hardening flags by default. Closes: #489771
2168 They can be individually enabled/disabled via DEB_BUILD_MAINT_OPTIONS,
2169 see dpkg-buildflags(1). Thanks to Kees Cook for his help.
2172 * Install deb-src-control(5) man pages in dpkg-dev. Closes: #620520
2173 * Add ‘.gitmodules’ to the default dpkg-source ignore lists. Closes: #620490
2174 * Document in dpkg-query(1) man page that on --listfiles each list of
2175 files per package name is separated by a blank line. Same goes for
2176 --status and --print-avail.
2177 * Use execvp(3) unconditionally in command_exec(). Making the call always
2178 fallback to use the system shell in case of error, such as with empty
2179 maintainer scripts. Thanks to Jonathan Nieder <jrnieder@gmail.com>.
2181 * Improve deb-split(5) format description by splitting debian-split
2182 member contents into a list.
2183 * Switch to debhelper compatibility level 7.
2184 - Use dh_prep instead of deprecated “dh_clean -k”.
2185 * Bump Standards-Version to 3.9.2 (no changes needed).
2186 * Generate filenames following current conventions on “dpkg-split --join”,
2187 by including the architecture in the debian-split member of a split
2188 package and using underscores to separate filename parts.
2189 * Support conffiles with spaces when diffing them. Closes: #147583
2190 * Allow installing packages with bogus versions with new
2191 --force-bad-version.
2192 * Do not fail when unpacking a diverted hardlink. Closes: #245322
2193 Based on a patch by Christopher Baines <cbaines8@gmail.com>.
2194 * Document in dpkg-deb(1) that --fsys-tarfile will always process the
2195 input archive sequentially. Closes: #616609
2196 * Remove long non-functional --new and --old dpkg-deb option handling
2197 from dpkg which were being treated as dpkg commands.
2198 * Remove reference to --nocheck dpkg-deb option from dpkg man page as
2199 the latter does not pass it to the former.
2200 * Clarify the current dpkg behaviour when running the dpkg-deb and
2201 dpkg-query back-ends, of not passing through back-end specific options
2202 when running them from dpkg. Closes: #610940
2203 * Use “unselected” as an adjective in dpkg output messages instead of
2204 “deselected”. Closes: #231089
2205 * Clarify exit status in dpkg-split and start-stop-daemon --help output.
2206 * Clarify “EXIT STATUS” section in man pages by using a table.
2207 * Add a --status command to start-stop-daemon returning LSB Init Script
2208 status action exit codes.
2209 * Add start-stop-daemon process name kernel limits for Solaris, NetBSD,
2210 OpenBSD, FreeBSD and Darwin.
2211 * On package removal, keep only directories actually containing conffiles,
2212 and not directories just matching the substring in the conffile or the
2213 directory itself. Thanks to Ondřej Surý <ondrej@debian.org>.
2214 * On purge correctly remove symlinks acting as directories, when they are
2215 not being used by any other package's files.
2216 * Do not lose track of parent directories on removal so that they can
2217 be properly cleaned up on purge if not used by any other package.
2218 Based on a patch by Ondřej Surý <ondrej@debian.org>. Closes: #454694
2219 * Add ‘.hgsigs’ to the default dpkg-source ignore lists.
2220 Based on a patch by Jakub Wilk <jwilk@debian.org>. Closes: #627462
2221 * Do not allow blank lines in field values. Closes: #308082
2222 * Do not warn on missing architecture on packages in config-files state,
2223 but then make sure the architecture field is usable. Closes: #604241
2224 * Run du with --apparent-size when generating the Installed-Size field in
2225 dpkg-gencontrol to get consistent results independent of build system.
2226 Thanks to Ludovic Brenta <ludovic@ludovic-brenta.org>. Closes: #630533
2227 * Do not fail to unpack shared directories missing on the file system
2228 from packages being replaced by other packages. Closes: #631808
2229 * Do not require programs to define thisname, provide two new functions
2230 to handle the program name (dpkg_set_progname and dpkg_get_progname).
2232 * Man pages cleanup:
2233 - Rename “USAGE” dselect(1) section to “ACTIONS” and clarify they can
2234 be performed interactively or from command line.
2235 - Add missing built-in methods to dselect(1).
2236 - Add missing escaping to field dashes in deb-control(5).
2237 - Use dashes instead of underscores for variable text.
2238 - Clarify that several front-end fields are not dselect specific in
2240 - Use [option...] instead of [options] and friends.
2241 - Use italics or bold instead of surrounding the text with <>.
2242 - Correctly format text with bold and italics.
2243 - Use minus signs and hyphens consistently in man pages.
2244 - Fix reference to /etc/dpkg/dselect.cfg.d instead of dpkg.cfg.d in
2246 - Add missing optional group|gid --chuid argument in start-stop-daemon(8).
2247 * Refer to Sources and Packages files as part of a repository instead of
2248 as being of exclusive use or owned by APT, which has never been the case.
2249 * Unify somewhat dpkg-maintscript-helper --help output with other commands.
2250 * Add build-indep and build-arch targets as aliases for build in
2252 * Use the perl interpreter found by configure to call dpkg-architecture.pl
2253 in the m4 DPKG_ARCHITECTURE macro.
2254 * Add new --verbose option to dpkg-deb and change --extract to honour it.
2256 * Add new --raw-extract option to dpkg-deb combining --control and
2257 --extract. Closes: #552123
2258 * Defer hardlink renames so that there's never a point were the new
2259 file contents are accessible from the final path before they have
2260 been fsync()ed and cannot be executed causing ETXTBSY when trying
2261 to open the to be installed paths for writing.
2262 Thanks to Jonathan Nieder <jrnieder@gmail.com>. Closes: #635683
2263 * Clarify the default dpkg-deb compression-levels on the man page.
2264 * Clarify dpkg --update-avail usage error message. Closes: #628055
2265 * Change Dpkg::Compression default values depending on the compressor
2266 used, and as such dpkg-source inherits this functionality.
2267 Prompted by Timo Juhani Lindfors <timo.lindfors@iki.fi>.
2268 * Print an actual error or warning message instead of assert()ing on
2269 readlink()/stat() size discrepancies. Closes: #639229
2270 * Update alternative links only if they change. This allows for a
2271 read-only file system and a writable database. Closes: #636700
2272 Based on a patch by Salvatore Bonaccorso <carnil@debian.org>.
2273 * Fix double “error:” string in dpkg missing PATH error output.
2275 * Do not warn on strange timestamps when unpacking with dpkg-deb.
2277 * Reduce dpkg-trigger binary size by refactoring libdpkg modules so that
2278 it does not end up pulling triglib.
2279 * Reduce dpkg-deb binary size by refectoring libdpkg modules so that it
2280 does not end up pulling triglib.
2281 * Do not fail on --compare-version when generating parse warnings.
2282 Existing packages with invalid versions should not fail on their
2283 maintainer scripts due to that.
2284 * Use the user name (instead of the user id) when setting the supplementary
2285 groups in start-stop-daemon. Closes: #641834
2286 * Use --srcdir and --destdir po4a options, and bump Build-Depends version
2289 [ Updated dpkg translations ]
2290 * German (Sven Joachim). Closes: #620312
2291 * Swedish (Peter Krefting).
2292 * French (Christian Perrier).
2294 [ Updated man page translations ]
2295 * French (Christian Perrier).
2296 * German (Helge Kreutzmann) including improvement by "Flo".
2297 * Swedish (Peter Krefting).
2299 [ Updated scripts translations ]
2300 * French (Christian Perrier, Sylvestre Ledru). Closes: #637096
2301 * German (Helge Kreutzmann).
2302 * Swedish (Peter Krefting).
2304 -- Guillem Jover <guillem@debian.org> Fri, 23 Sep 2011 06:00:11 +0200
2306 dpkg (1.16.0.3) unstable; urgency=medium
2308 * Allow again Priority field values not known to dpkg. Regression
2309 introduced in 1.16.0.
2311 -- Guillem Jover <guillem@debian.org> Wed, 04 May 2011 10:01:30 +0200
2313 dpkg (1.16.0.2) unstable; urgency=high
2315 * Fix dpkg-split --auto to not fail when opening the new depot file.
2316 * Fix dpkg-split to correctly set the last part split size.
2317 * Fix build failure on DEB_BUILD_OPTIONS=noopt due to a missing <locale.h>
2318 include in gettext.h needed by the gettext context functions.
2320 -- Guillem Jover <guillem@debian.org> Sat, 16 Apr 2011 00:14:15 +0200
2322 dpkg (1.16.0.1) unstable; urgency=low
2325 * Fix regression affecting dpkg -R. Closes: #620636
2326 * Don't fail during unpack if the system doesn't support changing timestamps
2327 of symlinks. Closes: #620679
2329 -- Guillem Jover <guillem@debian.org> Tue, 05 Apr 2011 07:28:20 +0200
2331 dpkg (1.16.0) unstable; urgency=low
2334 * Use DPKG_MAINTSCRIPT_PACKAGE environment variable as package name on
2335 dpkg-divert when no --package or --local options have been specified.
2336 * Do not allow versions starting with non-digit when doing strict parsing,
2338 * Update dpkg(1) to note that --status-fd output does not contain newlines
2339 in error messages anymore (this was fixed in 1.15.0).
2340 * Add a new --status-logger option to dpkg, similar to --status-fd but
2341 instead invoke the command ourselves and feed the status information
2342 to its standard input. Suggested by Raphaël Hertzog.
2343 * Add missing space in update-alternative --set-selections output.
2344 * Add missing options to update-alternative --help output.
2345 * Count “conffile name is duplicated” for dpkg-deb warning count summary.
2346 * Improve and clarify strings for translation. Closes: #604914
2347 * Prefix all fatal error messages with “error: ”.
2348 * Do not check presence of update-rc.d in the PATH in dpkg, as it's not
2349 a program needed for dpkg correct operation.
2350 * Fix dpkg -GEO options on multiple versions of the same packages.
2352 * Propagate --admindir to programs run from maintainer scritpts.
2354 * Do not fail when trying to remove the root directory. This will only
2355 happen either on distributions where dpkg is a foreign package manager,
2356 or on artificial dpkg databases.
2357 * Always warn when parsing any package control data which does not have
2358 an Architecture field except for status and status log files when
2359 packages are not-installed or half-installed.
2360 * By default reject installing packages w/o an Architecture field. They
2361 now need --force-architecture, dpkg will still warn about them though.
2362 * Fix build failure when passing --disable-nls to configure.
2363 * Do not segfault on “dpkg -i --no-act”.
2364 * Add missing semicolon to the vsnprintf() compat declaration.
2365 Thanks to Robert Millan. Closes: #612203
2366 * On install for Ubuntu adjust the i386 GNU cpu name in cputable.
2367 Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #611741
2368 * Sync the info database directory on unpack instead of the temporary
2369 control information directory, and print the correct pathname on error
2370 instead of the last file acted on that directory.
2371 * Document in dpkg-query --help output and man page that --list and --show
2372 arguments are optional.
2373 * Do not read and write the available file unnecessarily.
2374 Thanks to Michel Lespinasse <walken@zoy.org>. Closes: #397121
2375 * Fix typo in «dpkg-name --overwrite» argument parsing so that it actually
2376 works at all. Thanks to Ivan Gagis <igagis@gmail.com>. LP: #728708
2377 * Add armhf support to ostable and triplettable. Closes: #594179
2378 * Set the modification time for unpacked symlinks on supported systems.
2379 * Fix undefined value usage in dpkg-genchanges when adding files w/o a
2380 matching architecture, because they are not present in debian/control,
2381 this is most commonly the case due to dpkg-distaddfile.
2382 * Terminate immediately on dpkg-divert rename errors instead of propagating
2383 up the error codes, this improves error reporting and avoids triggering
2384 leak detectors. Closes: #620380
2385 * When moving a diverted file across filesystems in dpkg-divert, remove
2387 * Fix large file support for .deb and split .deb in dpkg-deb, dpkg-split
2388 and dpkg on 32-bit architectures.
2391 * Fail properly when debian/source/format is empty. Closes: #600854
2392 * Add new deb-src-control(5) manual page documenting the debian/control
2393 file contained in source packages.
2394 - it documents the X[SBC]- prefix. Closes: #476335
2395 - it documents the VCS-* fields too. Closes: #483119
2396 Thanks to Oxan van Leeuwen <oxan@oxanvanleeuwen.nl> who wrote it
2397 as part of the Google Code In program.
2398 * Enhance dpkg-shlibdeps to not fail immediately when a library is not found.
2399 Instead continue and fail after all problems have been reported. Thanks
2400 to Chris Baines <cbaines8@gmail.com> for the patch. Closes: #596841
2401 * Fix dpkg-source to not list Debian packaging files as modified
2402 upstream files in Format "1.0" when unpacking to a non-standard
2404 * Apply patch from Colin Watson to let dpkg-buildflags return -O3
2405 instead of -O2 when building ppc64 packages on Ubuntu. Closes: #612472
2406 * Add new function get_control_path() to Dpkg::Path, it wraps dpkg-query
2408 * Update dpkg-shlibdeps to be multiarch-ready:
2409 - use get_control_path() to find symbols/shlibs files
2410 - parse correctly the output of dpkg --search
2411 * Small fix to support files >2GB in .deb on 64-bit systems. Closes: #616502
2412 Thanks to Martin Dorey <mdorey@bluearc.com> for the patch.
2413 * dpkg-source now keeps the file ordering in the autogenerated patch when
2414 regenerating it. Closes: #606080
2415 Thanks to Colin Watson for the patch.
2416 * dpkg-source now uses a timestamp retrieved from the filesystem when
2417 resetting the timestamp of patched files so that a time skew when using
2418 NFS doesn't introduce any inconsistency. Closes: #613023
2419 Thanks to Jonathan Nieder <jrnieder@gmail.com> for the patch and the
2421 * dpkg-source will now remove quilt's .pc directory when --unapply-patches
2422 is in use. Closes: #591858
2423 * dpkg-source is now a bit less strict when parsing patches:
2424 - it accepts seeing the same file twice; Closes: #608829
2425 - it doesn't match on the English text "No newline at end of file" as it
2426 might be translated in some cases. Closes: #612465
2427 * Improve parser in Dpkg::Control::Hash to not require an empty line
2428 before the PGP signature. Closes: #617923
2429 Thanks to Roger Leigh for the initial patch.
2430 * Fix a regression in dpkg-divert where using --rename led to a failure when
2431 the rename implies crossing file systems. Thanks to Durk Strooisma for
2433 * Use the correct mtime when installing a file with statoverrides.
2434 Regression introduced in 1.16.0. LP: #739179
2435 * Remove duplicate word in german translation of dpkg(1). Closes: #616096
2436 * Strip repeated non-significant spaces before and after newlines
2437 in Uploaders. Closes: #598922
2438 * Ignore whitespaces after options in headers of changelog entries.
2440 * Fix dpkg-source's regression with empty patches (introduced while fixing
2441 #613023). Closes: #619541
2444 * Remove support for use of synchronous sync(2), due to its pernicious
2445 side-effects and to ease maintenance.
2446 * Clarify that an up-to-date dpkg only needs to be unpacked for
2447 dpkg-maintscript-helper to work.
2450 * Add new variables to dpkg-architecture, DEB_HOST_MULTIARCH and
2451 DEB_BUILD_MULTIARCH, that return the "ideal" GNU triplet for each
2452 architecture which should be used as the path component for library
2456 * Add support for Built-Using field. Closes: #619311
2458 [ Updated programs translations ]
2459 * German (Sven Joachim).
2460 * Portuguese (Miguel Figueiredo).
2461 * Spanish (Javier Fernandez-Sanguino).
2462 * Swedish (Peter Krefting).
2464 [ Updated man page translations ]
2465 * German (Helge Kreutzmann).
2466 * Swedish (Peter Krefting).
2468 [ Updated scripts translations ]
2469 * German (Helge Kreutzmann).
2470 * Swedish (Peter Krefting).
2472 [ Updated dselect translations ]
2473 * Spanish (Javier Fernandez-Sanguino).
2475 -- Guillem Jover <guillem@debian.org> Fri, 01 Apr 2011 23:56:54 +0200
2477 dpkg (1.15.8.10) unstable; urgency=low
2479 * Do not segfault on “update-alternatives --auto” when the link group only
2480 has alternatives which are dangling symlinks. Closes: #611545
2482 -- Guillem Jover <guillem@debian.org> Sun, 30 Jan 2011 20:28:27 +0100
2484 dpkg (1.15.8.9) unstable; urgency=low
2487 * Drop Breaks on konqueror to avoid some lenny -> squeeze upgrade
2488 problems. It was only needed to ensure install-info is installed
2489 even for partial upgrades. Closes: #610991
2490 * Do the same for all emacs/jed packages. For jed, the breaks has been
2491 rendered useless as the maintainers dropped the install-info dependencies
2494 [ Updated dpkg translations ]
2495 * Remove space before "…" in several Catalan strings (Jordi Mallach).
2496 * Romanian (Stan Ioan-Eugen).
2498 -- Raphaël Hertzog <hertzog@debian.org> Mon, 24 Jan 2011 20:24:53 +0100
2500 dpkg (1.15.8.8) unstable; urgency=low
2503 * Truncate the output part file on “dpkg-split -s”. Regression introduced
2506 [ Updated man page translations ]
2507 * Two typos fixed in French (Christian Perrier, thanks to Julien
2511 * Fix multiple security issues with dpkg-source (CVE-2010-1679):
2512 - Enhance checks to catch maliciously crafted patches which could modify
2513 files outside of the unpacked source package.
2514 - Do not consider a top-level symlink like a directory when
2515 extracting a tarball.
2516 - Exclude .pc while extracting the upstream tarball in 3.0 (quilt)
2517 as patch blindly writes in that directory during unpack (and would
2518 follow any existing symlink).
2520 -- Raphaël Hertzog <hertzog@debian.org> Thu, 06 Jan 2011 21:04:33 +0100
2522 dpkg (1.15.8.7) unstable; urgency=low
2525 * Defer symlink renames so that there's never a point were a symlink
2526 is broken, this is particularly important for shared libraries.
2528 * On Linux use sync_file_range() to initiate asynchronous writeback
2529 of just unpacked files. Suggested by Ted Ts'o <tytso@mit.edu>.
2530 Thanks to Jonathan Nieder <jrnieder@gmail.com>. Closes: #605009
2531 * On non-Linux use posix_fadvise(POSIX_FADV_DONTNEED) to notify the kernel
2532 dpkg does not need the unpacked files any longer, and that it can start
2533 writeback to be able to evict them from the cache at a later point.
2534 * Fix stanza delimiting on -L, -s and -p output. This was making the output
2535 for multiple packages unrealiable to parse. Closes: #606315
2537 [ Updated dpkg translations ]
2538 * Basque (Iñaki Larrañaga Murgoitio). Closes: #607253
2539 * Catalan (Guillem Jover).
2540 * Czech (Miroslav Kure). Closes: #605099
2541 * Esperanto (Felipe E. F. de Castro). Closes: #607437
2542 * French (Christian Perrier).
2543 * German (Sven Joachim).
2544 * Indonesian (Arief S Fitrianto). Closes: #605248
2545 * Italian (Milo Casagrande). Closes: #607306
2546 * Japanese (Kenshi Muto). Closes: #607259
2547 * Norwegian Bokmål (Hans Fredrik Nordhaug).
2548 * Portuguese (Miguel Figueiredo). Closes: #605506
2549 * Russian (Yuri Kozlov). Closes: #607292
2550 * Simplified Chinese (Aron Xu).
2551 * Slovak (Ivan Masár). Closes: #607302
2552 * Spanish (Javier Fernandez-Sanguino).
2553 * Thai (Theppitak Karoonboonyanan). Closes: #607501
2555 [ Updated man page translations ]
2556 * French (Christian Perrier).
2557 * German (Helge Kreutzmann).
2558 * Spanish (Omar Campagne).
2560 [ Updated dselect translations ]
2561 * Spanish (Javier Fernandez-Sanguino).
2563 [ Updated scripts translations ]
2564 * German (fix by Sven Joachim).
2565 * Spanish (Javier Fernandez-Sanguino).
2567 -- Guillem Jover <guillem@debian.org> Mon, 20 Dec 2010 02:26:26 +0100
2569 dpkg (1.15.8.6) unstable; urgency=low
2572 * Ensure debian/source/local-options is always excluded from the source
2573 package even if the user provides customized -i or -I options.
2575 * Fix Dpkg::Version's handling of version with a debian revision but an
2576 empty version (e.g. "-0.1"). Thanks to James Vega <jamessan@debian.org>
2577 for the patch. Closes: #597651
2578 * With "3.0 (quilt)" source package, create .pc/.quilt_series with the
2579 correct series file if the source package provides vendor specific patch
2583 * Disable by default usage of synchronous sync(2), as it causes undesired
2584 I/O on unrelated file systems. Closes: #588339, #595927, #600075
2585 * Add new --force-unsafe-io to disable safe I/O operations on unpack.
2588 [ Updated man page translations ]
2589 * French (Christian Perrier). Including a typo fix and a typographical
2590 change reported by Vincent Danjean. Closes: #601852
2591 * Spanish (Omar Campagne). Closes: #596519
2593 [ Updated programs translations ]
2594 * Basque (Iñaki Larrañaga Murgoitio). Closes: #599923
2595 * Catalan (Jordi Mallach).
2596 * Danish (Ask Hjorth Larsen). Closes: #600240
2597 * German (Sven Joachim). Improved by Holger Wansing.
2598 * Italian (Pietro Battiston). Fix translation of "however". Closes: #602518
2599 * Portuguese (Miguel Figueiredo). Closes: #596168
2600 * Romanian (Andrei Popescu). Closes: #604769
2601 * Russian (Yuri Kozlov). Closes: #595455
2602 * Vietnamese (Clytie Siddall). Closes: #598473
2604 [ Updated scripts translations ]
2605 * Catalan (Jordi Mallach).
2606 * German (Sven Joachim).
2608 [ Updated dselect translations ]
2609 * Catalan (Jordi Mallach).
2610 * German (Sven Joachim).
2612 -- Guillem Jover <guillem@debian.org> Thu, 25 Nov 2010 07:10:48 +0100
2614 dpkg (1.15.8.5) unstable; urgency=low
2617 * Do not print a warning when parsing status or status log files on
2618 half-installed packages w/o a Description or Maintainer field, as
2619 this happens normally when the package was never installed before.
2621 * Improve git format documentation in dpkg-source(1).
2622 Thanks to Joey Hess, based on a patch by Tanguy Ortolo.
2623 * Clarify effect of “dpkg --purge” on homedir files in dpkg(1).
2624 Thanks to The Fungi <fungi@yuggoth.org>. Closes: #593628
2625 * Add gettext plurals infrastructure support.
2626 * Add gettext messages for plural forms. Closes: #594218
2627 * Fix possible but improbable segfault in update-alternatives in case
2628 the master file name contains a format string specifier. Reported by
2630 * Fix realloc usage on compat scandir() implementation.
2633 * Fix dpkg-genchanges to not split the short description in the middle of a
2634 UTF8 character. Closes: #593442
2635 * Drop -k parameter from the tar call used by dpkg-source to extract
2636 tarballs. Upstream binary files modified by the packager were not properly
2637 installed due to this. Thanks to James Westby for the report.
2639 * Make dpkg Breaks: dpkg-dev (<< 1.15.8) so that older versions of dpkg-dev
2640 that did not depend on libdpkg-perl must be upgraded together with dpkg.
2643 [ Helge Kreutzmann ]
2644 * Fix encoding of German addendum. Closes: #595643
2646 [ Updated programs translations ]
2647 * Esperanto (Felipe Castro). Closes: #596173
2648 * French (Christian Perrier).
2649 * German (Sven Joachim).
2650 * Indonesian (Arief S Fitrianto). Closes: #596657
2651 * Italian (Milo Casagrande). Closes: #592953, #595615
2652 * Japanese (Kenshi Muto). Closes: #595468
2653 * Korean (Changwoo Ryu). Closes: #595556
2654 * Norwegian Bokmål (Hans Nordhaug). Closes: #595208
2655 * Simplified Chinese (Aron Xu). Closes: #594513
2656 * Slovak (Ivan Masár). Closes: #595968
2657 * Swedish (Peter Krefting).
2658 * Thai (Theppitak Karoonboonyanan). Closes: #594011
2660 [ Updated man page translations ]
2661 * French (Christian Perrier).
2662 * German (Helge Kreutzmann).
2663 * Swedish (Peter Krefting).
2665 [ Updated scripts translations ]
2666 * French (Christian Perrier). Includes a fix to a specific
2667 message translation that was imprecise. Closes: #596333
2668 * German (Helge Kreutzmann). Improved by Holger Wansing.
2669 * Norwegian Bokmål (Hans Fredrik Nordhaug). Closes: #595299
2670 * Spanish (Omar Campagne). Closes: #596518
2671 * Swedish (Peter Krefting).
2672 * Russian (Yuri Kozlov). Closes: #595175
2674 -- Guillem Jover <guillem@debian.org> Tue, 14 Sep 2010 01:26:21 +0200
2676 dpkg (1.15.8.4) unstable; urgency=low
2679 * Fix use after free segfault on update-alternatives --remove-all.
2680 Closes: #591653, #591654
2681 * Always print a message on warning when parsing control files.
2682 * On database parsing only warn on bogus versions previously accepted,
2683 the other instances will keep producing errors, to avoid newly
2684 introduced bogosity. Closes: #590885, #590896, #591692, #591885
2685 * Fix compilation on Solaris and Darwin:
2686 - Link update-alternatives against libintl if libc does not have i18n
2688 - Include <limits.h> for _POSIX_MAX_PATH in update-alternatives.
2689 Thanks to Fabian Groffen <grobian@gentoo.org>.
2692 * Fix make -C man install so that it actually finds the manual pages
2693 to install. Closes: #591588
2694 * When analyzing the ELF format of a binary in dpkg-shlibdeps, fallback on
2695 usual objdump when the cross objdump failed. Closes: #591522
2698 * Ensure removal of leftover backup .dpkg-tmp files after unpacking
2699 failures, when the backup is still a hard link to the original file.
2702 -- Guillem Jover <guillem@debian.org> Fri, 13 Aug 2010 06:02:10 +0200
2704 dpkg (1.15.8.3) unstable; urgency=low
2707 * Fix dpkg-divert test suite to cope with + and other special characters for
2708 regexps in the build directory name. Thanks to Jonathan Nieder for the
2709 patch and to Phil Kern for the report. Closes: #591182
2712 * Fix buffer overflow in dpkg_ar_member_put_header causing it to write the
2713 header to fd 0 (instead of ar_fd) depending on the stack layout, affecting
2714 armel. Thanks to Phil Kern for the analysis and Reinhard Tartler for the
2715 initial patch. Closes: #591312
2717 -- Guillem Jover <guillem@debian.org> Mon, 02 Aug 2010 10:38:07 +0200
2719 dpkg (1.15.8.2) unstable; urgency=low
2721 * Bump libdpkg-perl Depends on dpkg to 1.15.8, as it will break dpkg
2722 versions before that when installing and removing libdpkg-perl,
2723 because older update-alternatives and dpkg-divert require Dpkg.pm and
2724 Dpkg/Gettext.pm which will disappear due to the Replaces. Closes: #590867
2725 Thanks to Sven Joachim <svenjoac@gmx.de> for the analysis.
2726 * Allow specifying again absolute and relative paths for dpkg-buildpackage
2727 -r option. Closes: #591010
2729 -- Guillem Jover <guillem@debian.org> Sat, 31 Jul 2010 04:20:01 +0200
2731 dpkg (1.15.8.1) unstable; urgency=low
2733 * Fix off-by-one error in update-alternatives that lead to an infinite loop
2734 while writing the administrative file. Closes: #590854
2736 -- Raphaël Hertzog <hertzog@debian.org> Thu, 29 Jul 2010 21:18:16 +0200
2738 dpkg (1.15.8) unstable; urgency=low
2741 * Add new commands --before-build and --after-build to dpkg-source
2742 and modify dpkg-buildpackage to call them automatically at the
2743 start and at the end of the process. With "3.0 (quilt)" source packages
2744 this ensures patches are applied even in case of binary-only builds.
2746 * Merge non-regression test for Ubuntu's specificities concerning
2747 changelog handling. Closes: #582389
2748 * Fix some copy-paste mistakes in dpkg-architecture(1). Thanks to Ian Fleming
2749 <iflema@yahoo.com.au> for the patch and Colin Watson for forwarding out of
2750 Launchpad. Closes: #582404 LP: #564308
2751 * Clarify description of dpkg --configure in dpkg(1). Thanks to Colin Watson
2752 for the patch and to Robert Persson for the report.
2753 Closes: #582406 LP: #77287
2754 * Fix the non-regression test lib/dpkg/test/t-ar.c by not overflowing the
2755 size of ar_name. Thanks to Colin Watson for the report, analysis and patch.
2757 * Modify Dpkg::Shlibs::Objdump to use the cross objdump binary when cross
2758 compiling. Thanks to Loïc Minier for the initial patch. Closes: #578365
2759 * Make dpkg-maintscript-helper more robust when required parameters are
2760 missing. Closes: #582814
2761 * Clarify that dpkg-maintscript-helper rm_conffile needs the last version of
2762 the package that did not remove the obsolete conffile if this was not
2763 implemented at the time the file became obsolete. Closes: #582893
2764 * Enhance dpkg-maintscript-helper rm_conffile and mv_conffile to work
2765 properly when <lastversion> is not given (or is empty). Closes: #582819
2766 * Small fix in dpkg-gensymbols' handling of tags. Closes: #583656
2767 Thanks to Michael Tautschnig <mt@debian.org> for the report and the fix.
2768 * update-alternatives has been rewritten in C, the only feature change
2769 should be that it uses its own logfile /var/log/alternatives.log (rotated
2771 * Implement new --unapply-patches option for dpkg-source with source formats
2772 2.0 and 3.0 (quilt) that unapplies the patches after a successful build.
2773 This option can be put in debian/source/local-options in the package VCS
2774 repository for instance.
2775 * Implement new --abort-on-upstream-changes option for dpkg-source with
2776 source formats 1.0, 2.0 and 3.0 (quilt). It aborts every time that you try
2777 to build a source package which contains (unmanaged) changes to the
2778 upstream source code. Closes: #579012
2779 * dpkg-source now captures the output of patch and prints it on error so
2780 that the user can better diagnose what went wrong. Closes: #575304
2781 * Fix Dpkg::Changelog to cope properly with an entry of version "0".
2782 Add non-regression test for this. Closes: #587382
2783 * Add --export command to dpkg-buildflags to be used in shell with eval.
2784 * Modify source format "3.0 (git)" to use git bundles. Thanks to Joey Hess
2786 The usage of git bundle avoids distributing cruft. Closes: #477954
2787 It's no longer needed to tell which branch contains the debian packaging,
2788 it uses automatically the one that was used at build-time. Closes: #534637
2789 * Pass --no-name option to gzip to avoid encoding the timestamp in the file
2790 so that the result is more predictable. Closes: #587724
2791 Also pass --rsyncable to make source packages more rsync friendly.
2792 * Replace dpkg-source's tar ignore pattern "*~" with "*/*~" to avoid
2793 matching on the top level directory. Closes: #588265
2794 * In source formats "2.0" and "3.0 (quilt)", make sure to remove the
2795 upstream-provided debian directory before copying the debian-provided
2796 version of that directory in place. Closes: #590297
2799 * Require gettext 0.18:
2800 - Remove embedded gettext files from the repository, now properly
2801 installed by autopoint for all po/ directories.
2802 - Add versioned Build-Depends.
2803 * Fix variable usage after delete in dselect.
2804 * Change default configure admindir to LOCALSTATEDIR/lib/dpkg from
2805 LOCALSTATEDIR/dpkg, so that we can use a correct --localstatedir=/var.
2806 * Add two new dpkg options --path-exclude and --path-include for filtering
2807 files on package installation. This allows embedded systems to skip
2808 /usr/share/doc, manpages, etc. Based on work from Tollef Fog Heen and
2809 Martin Pitt, thanks! Closes: #68788, #68861, #497304, #525567, #583902
2810 * Remove obsolete internal status aliases “postinst-failed” for
2811 stat_halfconfigured and “removal-failed” for stat_halfinstalled.
2812 * Check version syntax when parsing it from libdpkg based programs.
2814 * Rewrite mksplit in C, and merge it into dpkg-split.
2815 * Rewrite dpkg-divert in C.
2816 * Use linux-any wildcard for libselinux1-dev Build-Depends instead of
2817 using a list of negated architectures.
2818 * Use Breaks instead of Conflicts in dpkg, dpkg-dev and libdpkg-perl binary
2820 * Move Dpkg.pm and Dpkg/Gettext.pm from dpkg to libdpkg-perl.
2821 * Bump Standards-Version to 3.9.1.
2822 * Detect when another process has locked the database, and mention that
2823 problematic dpkg --audit results might be due to ongoing operations.
2825 * Add new dpkg --force-confask option that forces a conffile prompt when
2826 the conffile from the new package does not differ from the previous one.
2827 Thanks to Henning Makholm <henning@makholm.net>. Closes: #102609
2828 * On dpkg-divert --rename, check if the source file exists, and disable
2829 renaming if it does not. Closes: #550252
2830 As a side effect, this avoids useless errors when the destination
2831 directory is not existent or writable. Closes: #581544
2832 * Properly compute the longest package description from all to be displayed
2833 on “dpkg-query --list”, so that it does not get incorrectly trimmed.
2834 * Consistently use earlier/later instead of smaller/bigger when describing
2835 comparison relationships. Closes: #587641
2836 * Stop exporting DPKG_LIBDIR to maintainer scripts, no need for it anymore.
2837 * Assign correct SE Linux label on non-regular files. Based on a patch by
2838 Russell Coker <russell@coker.com.au>. Closes: #587949
2839 * Add -F option to dpkg-buildpackage to be able to explicitly specify a
2840 normal full build and combine it with -nc. Closes: #547993
2841 * Add missing mentions of the Breaks field alongside the other fields
2842 sharing the same syntax in deb-control(5).
2843 Thanks to Osamu Aoki <osamu@debian.org>. Closes: #590472
2845 [ Updated programs translations ]
2846 * Catalan (Guillem Jover).
2847 * German (Sven Joachim).
2848 * Russian (Yuri Kozlov). Closes: #579149
2849 * Swedish (Peter Krefting).
2851 [ Updated man page translations ]
2852 * German (Helge Kreutzmann).
2853 * Russian (Yuri Kozlov). Closes: #579149
2854 * Spanish (Omar Campagne).
2855 * Swedish (Peter Krefting).
2857 [ New scripts translation ]
2858 * Spanish (Omar Campagne).
2860 [ Updated scripts translations ]
2861 * French (Christian Perrier).
2862 * German (Helge Kreutzmann). Improved by Holger Wansing.
2863 * Russian (Yuri Kozlov). Closes: #579149
2864 * Swedish (Peter Krefting).
2866 -- Guillem Jover <guillem@debian.org> Thu, 29 Jul 2010 09:37:35 +0200
2868 dpkg (1.15.7.2) unstable; urgency=low
2871 * Update dpkg-buildflags to respect $XDG_CONFIG_HOME and to use
2872 $XDG_CONFIG_HOME/dpkg/buildflags.conf by default.
2873 * Update deb-substvars(5) to codify how variables containing multiple
2874 lines must be managed.
2875 * Fix boolean evaluation of Dpkg::Version so that version 0 evaluates to
2876 false and dpkg-shlibdeps can strip the minimal version specification.
2878 Document this behaviour in the API and add non-regression test to ensure
2880 * Let dpkg-buildflags error out when a required parameter is missing.
2882 * Add Bug-Ubuntu field in DEP-3 template provided in the automatic header
2883 of patches in 3.0 (quilt) source packages. Thanks to Benjamin Drung
2884 <bdrung@ubuntu.com> for the patch. Closes: #578002
2885 * Update deb-override(5) by removing references to usage of sections
2886 to place the packages on the mirrors and by indicating that the Debian
2887 policy offers a list of allowed values for section and priority.
2889 * Update reference to triggers.txt.gz in dpkg-trigger(1) and deb-triggers(5)
2890 to match the new location. Closes: #580774
2891 * Drop mention of PKG_CONFIG_LIBDIR in dpkg-buildpackage(1), the feature has
2892 been removed in 1.15.6.
2893 * Rename /usr/lib/dpkg/maintscript-helper into
2894 /usr/bin/dpkg-maintscript-helper, it is a public interface even if working
2895 around known limitations.
2896 * Add "supports" command to dpkg-maintscript-helper to ensure the wanted
2897 command is supported before calling it.
2900 * Add powerpcspe support to ostable and triplettable.
2901 Thanks to Sebastian Andrzej Siewior <sebastian@breakpoint.cc> and
2902 Kyle Moffett <Kyle.D.Moffett@boeing.com>. Closes: #568123, #575158
2903 * Fix dpkg --root by properly stripping again the root directory from the
2904 path of the maintainer script to execute. Closes: #580984
2905 * On Linux use sync() instead of an fsync() per file on deferred extraction,
2906 to workaround performance degradation on ext4. Closes: #578635
2909 * Fix syntax error in dpkg-name. Closes: #581315
2911 -- Guillem Jover <guillem@debian.org> Wed, 19 May 2010 07:57:14 +0200
2913 dpkg (1.15.7.1) unstable; urgency=low
2915 * Fix dpkg-source -b (without -i) for source packages 1.0. Closes: #578693
2916 It was erroneously ignoring all changes because the ignore regex was
2917 wrong (due to the change to ignore debian/source/local-options).
2918 * Add missing call to textdomain() in dpkg-mergechangelogs to make
2921 -- Raphaël Hertzog <hertzog@debian.org> Thu, 22 Apr 2010 08:05:20 +0200
2923 dpkg (1.15.7) unstable; urgency=low
2926 * Clarify the plan concerning dpkg-source, debian/source/format and
2927 the default source format in dpkg-source(1). Add a warning
2928 in dpkg-source to invite people to always create debian/source/format.
2929 We deprecate the fallback to "1.0" (it's there for backwards compatibility
2930 only) and debian/source/format is going to be mandatory at some point in
2931 the future. Closes: #553928
2932 * Add .gitattributes to list of files ignored by dpkg-source.
2933 * Document most common warnings and errors of dpkg-source in its manual
2935 * Let dpkg-source read options from debian/source/local-options as well but
2936 do not include that file in the generated source package.
2937 * Improve explanation of --all option in dpkg-parsechangelog(1). Thanks to
2938 Jari Aalto. Closes: #575706
2939 * Fix dpkg to not lose package metadata on filesystems where readdir()
2940 returns new files added after the opendir() call, btrfs in particular
2941 triggered the problematic behaviour. Closes: #575891
2942 * Tigthen the regex used by dpkg-source to match the component name of
2943 supplementary tarballs so that underscore (_) are not allowed as it was
2945 * Introduce a new script called dpkg-buildflags: its purpose is to retrieve
2946 compilation flags and it should be used within debian/rules to pass
2947 the right compilation flags to the build process. dpkg-builpackage still
2948 exports them to not break packages currently relying on them but packages
2949 should now start using dpkg-buildflags instead. Closes: #560070
2950 * For Ubuntu set default value of LDFLAGS to -Wl,-Bsymbolic-functions.
2951 * Cleanup some old Conflicts/Replaces, thanks to Helge Kreutzmann.
2952 * Modify dselect to treat all unknown package as known and marked for purge.
2953 This is a temporary work-around so that dselect doesn't try to reinstall
2954 packages of priority > standard that were removed or not installed. Thanks
2955 to Robert Luberda for the patch. Closes: #559519, #556889
2956 * dpkg now exports DPKG_MAINTSCRIPT_NAME to maintainer scripts with the
2957 type of maintainer script currently running (preinst, postinst, prerm,
2958 postrm). Closes: #546577
2959 * dpkg now exports DPKG_LIBDIR to maintainer scripts pointing to the
2960 private directory containing internal programs like the upcoming
2962 * Add $DPKG_LIBDIR/maintscript-helper program that can be used in
2963 maintainer scripts to perform common operations working around
2964 current dpkg limitations: first version supports removing obsolete
2965 conffiles and renaming conffiles. Closes: #514316
2966 * Fix "dpkg-scansources -e", it was calling a non-existing function.
2968 * Add new script dpkg-mergechangelogs to do 3-way merges of Debian
2969 changelogs. Add libalgorithm-merge-perl to Recommends for the
2970 benefit of this script.
2973 * Modern tar files typically use NormalFile1 rather than NormalFile0 for
2974 file objects. A typo meant that the former never triggered rename
2975 deferral. Closes: #577756
2976 * Use the new list of files on rename deferral instead of old one, so that
2977 newly added files get installed.
2980 * Report deferred trigger errors on status-fd. Closes: #574599
2981 Thanks to Michael Vogt <michael.vogt@ubuntu.com>.
2982 * When creating hard links to normal files on extraction use the .dpkg-new
2983 filename for source as the file is not yet in place due to the rename
2984 deferral. Thanks to Colin Watson for the initial patch.
2985 * Do not output the Package-Type field on udeb.
2986 * Fix versioned Replaces to not produce file overwrite errors on downgrades.
2988 * Fix installation of replaced and replacing packages in reverse order
2989 (first the replacing then the replaced) for which the replaced package
2990 is supposed to get disappeared, to disappear the correct package and not
2991 lose track of the ownership of the replaced files.
2993 [ Updated dpkg translations ]
2994 * German (Sven Joachim).
2996 [ Updated dselect translations ]
2997 * German (Sven Joachim).
2999 [ Updated man page translations ]
3000 * German (Helge Kreutzmann).
3002 [ Updated scripts translations ]
3003 * German (Helge Kreutzmann).
3005 -- Guillem Jover <guillem@debian.org> Wed, 21 Apr 2010 04:05:55 +0200
3007 dpkg (1.15.6.1) experimental; urgency=low
3010 * Fix two memory leaks introduced in 1.15.6.
3011 * Always use C99 variadic macros, as the build requires them anyway, we
3012 avoid exposing the configure variable HAVE_C99 on installed headers.
3013 * Use __attribute__ keyword depending on compiler support, we avoid
3014 exposing the configure variable HAVE_C_ATTRIBUTE on installed headers.
3015 * Do not allow a --retry schedule in start-stop-daemon where forever is
3016 the last item, as it needs something to repeat over. Closes: #570938
3017 * Show dselect dependency/conflicts resolution screen again, by switching
3018 the code to use STL's min() and max() instead of preprocessor macros, to
3019 avoid multiple evaluation of arguments. Regression introduced in 1.15.6.
3020 Based on a patch by Robert Luberda <robert@debian.org>. Closes: #574816
3021 * Defer the fsync and rename for normal files in tar extraction so that
3022 it's done in one pass afterwards, to avoid massive I/O degradation due to
3023 the serialization from each write + fsync. This restores extraction times
3024 to numbers closer to the ones before the fsync patch introduced in 1.15.6.
3027 * Accept source packages without "Format" field for compatibility with very
3028 old source packages. Thanks to Colin Watson for the report and the patch.
3031 [ Updated dpkg translations ]
3032 * French (Christian Perrier).
3033 * Swedish (Peter Krefting).
3035 [ Updated scripts translations ]
3036 * Swedish (Peter Krefting).
3038 -- Guillem Jover <guillem@debian.org> Wed, 24 Mar 2010 13:56:28 +0100
3040 dpkg (1.15.6) experimental; urgency=low
3043 * debian/control: Add the accent on my first name.
3045 - rename Dpkg::Deps dump() methods into output([$fh]), overload string
3046 representation ("$dep") to provide the result of $dep->output()
3047 - prefix public functions in Dpkg::Deps with deps_ and export them
3049 - rename Dpkg::Source::Compressor in Dpkg::Compression::Process
3050 - rename Dpkg::Source::CompressedFile in Dpkg::Compression::FileHandle
3051 and completely redesign its API
3052 - update Dpkg::Compression's API to use compression_* functions
3053 instead of granting direct access to variables, integrate
3054 there management of default compression
3055 - introduce Dpkg::Interface::Storable and update many modules
3057 - update Dpkg::BuildOptions to provide an object-oriented interface
3058 - update Dpkg::Checksums to provide an object-oriented interface
3059 * Drop debian-maintainers from Suggests since it's obsolete, the
3060 corresponding keyring is in debian-keyring.
3061 * Merge support of symbol patterns in dpkg-gensymbols. Thanks to
3062 Modestas Vainius for his work (see further for more details).
3063 * Accept filename with spaces and colon in the output of objdump.
3064 Required so that dpkg-shlibdeps support such files properly.
3065 Thanks to Raphaël Geissert for the patch. Closes: #565712
3066 * When unpacking a "3.0 (quilt)" source package, tell quilt where
3067 patches are (to be) stored. Requires quilt >= 0.48-5 to work.
3069 * Fix update-alternatives to not try to reinstall an unknown alternative
3070 when the link group is broken, instead switch to the best choice in
3071 automatic mode. Closes: #566406
3072 * Don't return duplicate bug numbers in Launchpad-Bugs-Fixed:.
3073 Thanks to Brian Murray <brian@ubuntu.com> for the report
3074 and the patch. Closes: #569618
3075 * Add $VERSION numbers to all perl modules. Closes: #465256
3076 1.00 and higher means that the API should be stable
3077 * While parsing diff's output, accept any sentence that contains the word
3078 differ (as specified by POSIX) to identify that binary files could not be
3079 compared. Closes: #570008
3080 * dpkg-gencontrol does no longer accept arch-specific dependencies in
3081 arch: all packages. Closes: #560071
3082 * dpkg-gencontrol no longer warns if a substitution variable provided by -V
3083 is not used (the warning is meant to catch unused substitutions coming
3084 from the file, those are package specific with debhelper). Closes: #557133
3085 * dpkg-gencontrol now indicates which package is concerned by the substvars
3086 warning that it displays. Closes: #566837
3087 * dpkg-buildpackage now supports options --source-option=<opt> and
3088 --changes-option=<opt> to forward arbitrary options to dpkg-source and
3089 dpkg-genchanges respectively. Closes: #566230
3090 * The -T option of dpkg-{source,gencontrol,genchanges} can now be used
3091 multiple times to read substitution variables from multiple files.
3093 * dpkg-source now supports an option --create-empty-orig in formats
3094 "2.0" and "3.0 (quilt)" to auto-create the main original tarball when
3095 there are supplementary tarballs. This makes it easier to bundle
3096 multiple software together. Closes: #554488
3097 * dpkg-source supports long option names --diff-ignore and --tar-ignore for
3098 -i and -I. A new option --extend-diff-ignore is introduced. Those options
3099 can thus now be used in debian/source/options.
3100 * Generate manual pages for perl modules.
3101 * Introduce the libdpkg-perl package and clarify its status in README.api.
3102 * Update Standards-Version to 3.8.4 (no changes needed).
3103 * Drop unused lintian override for arch-dep-package-has-big-usr-share on
3105 * The rewritten Dpkg::Checksums deals properly with filenames with
3106 spaces. Closes: #572030
3107 * dpkg-source does no longer fallback to other source formats if the
3108 requested one is not usable. Closes: #557459
3109 * Modify dpkg-source to error out when it would apply patches containing
3110 insecure paths (with "/../") and also error out when it would apply a
3111 patch through a symlink. Those checks are required as patch will happily
3112 modify files outside of the target directory and unpacking a source package
3113 should not be able to have any side-effect outside of the target
3114 directory. Fixes CVE-2010-0396.
3115 * Also error out when the quilt series contains a path with "/../" as this
3116 can cause patch to create files outside of the source package due
3117 to the -B .pc/$path option that it gets.
3120 * Handle argument parsing in dpkg-checkbuilddeps and dpkg-scanpackages
3121 in a way consistent with the rest of the tools.
3122 * Recognize --help in addition to -h in dpkg-checkbuilddeps.
3123 * Add a --version option to dpkg-checkbuilddeps.
3124 * Improve and mark more messages in writedb() to make translators lifes
3125 easier. Closes: #408525
3126 * Improve update-alternatives --display output to use two leading spaces
3127 for current link and slave information. Use single quotes for both “best”
3128 and the alternative it's pointing to. Closes: #549167
3129 * Refer to “half configured” instead of “failed config” in «dpkg-query -l»
3130 header and dselect package status printing for consistency.
3131 * Make “dpkg-statoverride --quiet” actually do something, and quiesce
3132 most of the inoquous warning messages. Closes: #403211
3133 * Make “dpkg-statoverride --update --add” fail if it cannot update the
3134 mode and owner of the file. This would fail later on when dpkg itself
3135 applies the overrides, so better to signal this earlier.
3136 * Add sparc64 to cputable. Thanks to Aurelien Jarno <aurel32@debian.org>.
3138 * Do not allow diverting a file to itself, which makes the file to get
3139 removed. Closes: #312206
3140 * Make the check for duplicate fields in a stanza in libdpkg actually work,
3141 which now makes it fatal, as was intended originally. This should not
3142 cause problems for anything using dpkg-dev to build packages as those
3143 are already fatal on that case.
3144 * Add new deb-split(5) man page.
3145 * Fix misspellings of “explicitly” all over the place.
3146 * Normalize ar member names when reading (removing trailing spaces and
3147 slash), this allows deb-split packages be created with GNU ar.
3148 * Validate compression level on dpkg-deb argument parsing.
3149 * Fix error handling, clean up and refactor compression code.
3150 Thanks to Jonathan Nieder for several of the patches.
3151 * Do not print unambiguous epoch on dpkg file overwrite error.
3152 * Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn().
3153 * Change dpkg-dev to Depend on perl instead of perl5 and perl-modules.
3154 * Fix small memory leaks related to scandir() in dpkg-deb and libdpkg.
3155 * Fix dpkg-query and dpkg-trigger to actually print a version on --version.
3156 * Always spawn a new shell on conffile prompt, instead of supporting
3157 self backgrounding, remove DPKG_NO_TSTP environment variable support.
3159 * Set DPKG_SHELL_REASON, DPKG_CONFFILE_OLD and DPKG_CONFFILE_NEW environment
3160 variables when spawning a shell for conffile examination. Closes: #60329
3161 Thanks to Daniel Martin <Daniel.Martin@jhu.edu> for the idea.
3162 * Add support for disabling update-alternatives at configure time using
3163 --without-update-alternatives.
3164 * Add support for disabling install-info at configure time using
3165 --without-install-info.
3166 * Update debian/copyright.
3167 * Use Debian instead of ‘Debian GNU/Linux’ when referring to the
3169 * On dpkg --no-act with --install, --unpack or --record-avail, and
3170 dpkg-deb --info or --field use mkdtemp() to create a temporary directory
3171 instead of insecure tempnam() or tmpnam() functions.
3172 * Remove --license and --licence options from tools.
3173 * Securely remove newly installed files when rolling-back a failed unpack.
3174 * Change default lzma compression level from 9 to 6.
3175 Thanks to Jonathan Nieder for the initial patch.
3176 * Add support for xz compressed data.tar member of binary packages. Add
3177 xz-utils to dpkg's Pre-Depends. Closes: #542160
3178 Thanks to Jonathan Nieder for the initial patch.
3179 * Use xz command to handle lzma compressed files in dpkg and dpkg-dev.
3180 This removes the lzma package from both dpkg and dpkg-dev dependencies.
3181 * Do not set PKG_CONFIG_LIBDIR in dpkg-buildpackage when cross-building.
3182 The proper solution to this is to let the build system choose the
3183 appropriate pkg-config binary for the build or host system in the same
3184 way pkg.m4 is handling it now. Closes: #551118
3185 * Dynamically link against all external libraries. This includes libbz2
3186 and zlib for dpkg-deb and and libselinux for dpkg on GNU/Linux.
3187 * Mark the libdpkg.a API as volatile and require any possible users to set
3188 LIBDPKG_VOLATILE_API to acknowledge that fact.
3189 * Add a new libdpkg-dev package with the headers and the static library,
3190 although its API should be considered volatile.
3191 * Reorganize the doc contents that goes into each package:
3192 - README.multicd only in dselect.
3193 - README.api only in development packages, dpkg-dev and libdpkg-dev.
3194 - triggers.txt only in dpkg-dev.
3195 * Move source.lintian-overrides to debian/source/lintian-overrides.
3196 * Switch SE Linux support to explicitly set path context. This fixes the
3197 mislabeling of files under <admindir> on conffile extraction or on unpack
3198 errors, due to improper default context restoration. Closes: #498438
3199 * Use FIEMAP when available (on Linux based systems) to sort the .list
3200 files loading order. With a cold cache it improves up to a 70%.
3201 Thanks to Morten Hustveit <morten@debian.org>.
3202 * When FIEMAP is not available use posix_fadvise() to start preloading the
3203 .list files before loading them. With a cold cache it improves up to 40%.
3204 Thanks to Stefan Fritsch <sf@sfritsch.de>. Closes: #557560
3205 * Call fsync(2) after writing files on disk, to get the atomicity
3206 guarantees when doing rename(2). Based on a patch by
3207 Jean-Baptiste Lallement <jeanbaptiste.lallement@gmail.com>.
3209 * Call fsync(2) on database directories after creating, renaming or
3210 unlinking files, to guarantee the new file entry is correctly listed
3211 in the directory. Base on a patch by
3212 Jean-Baptiste Lallement <jeanbaptiste.lallement@gmail.com>.
3213 * Document in the man page the effects of setting TMPDIR for dpkg and
3214 dpkg-deb, HOME for dselect and dpkg and PAGER for dpkg. Closes: #572836
3215 * Document the exit codes for dpkg-query. Closes: #571798
3216 * Document “dpkg-query -l” abbreviated state information in the man page.
3217 Based on a patch by Marc-Jano Knopp <pub_br_debian.org@marc-jano.de>.
3219 * Honour LINGUAS environment variable when installing translated man pages.
3220 * Allow disabling at configure time Unicode ncurses support for dselect.
3221 Based on a patch by Yuri Vasilevski <yvasilev@gentoo.org>.
3223 [ Modestas Vainius ]
3224 * Implement symbol patterns (Closes: #563752). From now on, it is possible to
3225 match multiple symbols with a single entry in the symbol file template.
3226 While the concept is not new (wildcards also match multiple symbols),
3227 patterns cover much more ground and are a lot more flexible. Together with
3228 the framework, 3 basic pattern types are supported:
3229 - c++ - matching C++ symbols by their demangled name (as emitted by
3231 - symver - matching by symbol version. It replaces the wildcards feature
3232 which is still supported for backwards compatibility but is reimplemented
3233 on top of the new framework;
3234 - regex - matching symbol names with perl regular expression.
3235 Basic patterns may be combined where it makes sense.
3236 * As a positive side effect of the new symbol patterns implementation,
3237 patterns are now treated like normal symbols whenever possible, e.g. a
3238 pattern is MISSING if it does not match anything. As a result,
3239 dpkg-gensymbols is now able to detect NEW/MISSING symbols when patterns are
3240 present in the symbol file (Closes: #541464). Please note, however, that
3241 there is no way to detect symbol changes in the pattern match sets.
3242 * Add source version to the dpkg-gensymbols diff label, reformat it according
3243 to the rules of dpkg-name.
3244 * Add -a<arch> option to dpkg-gensymbols.
3245 * Add -q option to dpkg-gensymbols. -c0 will never fail but still generate a
3246 diff. Use -c0 -q to keep dpkg-gensymbols completely quiet as before
3250 * Fix a file handle leak in “dpkg-deb --info”. Thanks to Raphael Geissert
3251 for the report and patch.
3253 [ Helge Kreutzmann ]
3254 * Add dpkg-gensymbols.1 to the translatable man page set.
3256 [ Updated dpkg translations ]
3257 * Catalan (Guillem Jover).
3258 * French (Christian PERRIER).
3259 * German (Sven Joachim).
3260 * Italian 'Milo Casagrande). Closes: #567531
3261 * Simplified Chinese (Aron Xua). Closes: #558794
3262 * Slovak (Ivan Masár). Closes: #559269
3263 * Swedish (Peter Krefting).
3265 [ Updated dselect translations ]
3266 * Catalan (Guillem Jover).
3267 * French (Christian Perrier).
3268 * German (Sven Joachim).
3269 * Spanish (Javier Fernández-Sanguino). Closes: #572861
3270 * Swedish (Peter Krefting).
3272 [ Updated man page translations ]
3273 * French (Christian Perrier): correcting inconsistencies for the translation
3274 of "original" here and there. Thanks to Julien Valroff for pointing this.
3275 * German (Helge Kreutzmann).
3276 * Swedish (Peter Krefting).
3278 [ Updated scripts translations ]
3279 * Catalan (Guillem Jover).
3280 * French (Christian PERRIER).
3281 * German (Helge Kreutzmann).
3282 * Swedish (Peter Krefting).
3284 -- Guillem Jover <guillem@debian.org> Fri, 12 Mar 2010 00:15:31 +0100
3286 dpkg (1.15.5.6) unstable; urgency=low
3288 * dpkg-source: with format "3.0 (quilt)" ensure quilt's .pc directory is
3289 created before trying to register a new patch in .pc/applied-patches.
3290 Thanks to Tommi Vainikainen <thv+debian@iki.fi> for the report and the
3291 patch. Closes: #561237
3292 * Fix dpkg-buildpackage to set "parallel=" in DEB_BUILD_OPTIONS instead of
3293 the invalid "parallel=-1" when option "-j" is given. Closes: #562038
3294 * Clarify how dpkg-source --print-format works and display messages on
3295 STDERR when the requested format is discarded. Closes: #560391
3296 * Add ${misc:Depends} in all Depends fields.
3298 -- Raphaël Hertzog <hertzog@debian.org> Fri, 08 Jan 2010 17:57:43 +0100
3300 dpkg (1.15.5.5) unstable; urgency=low
3302 * Allow again new lines in dpkg-source and dpkg-genchanges on substvar and
3303 maintainer arguments.
3305 -- Guillem Jover <guillem@debian.org> Tue, 22 Dec 2009 09:49:49 +0100
3307 dpkg (1.15.5.4) unstable; urgency=low
3309 * Fix Dpkg::Index::get() and remove(). Thanks to Roderich Schupp
3310 <roderich.schupp@googlemail.com> for the patch. Closes: #558595
3311 * Modify implementation of "3.0 (quilt)" source format to not be
3312 behave differently depending on whether quilt is installed or not.
3313 The option --without-quilt is thus gone and dpkg-source creates
3314 and relies on the .pc directory to know whether patches are applied
3315 or not. Closes: #557667
3316 * Add new dpkg-source option --single-debian-patch supported by the source
3317 format "3.0 (quilt)" so that it behaves more like 1.0 and its single diff
3318 that is constantly updated with all upstream changes. Useful if the
3319 workflow is VCS based and can't generate a full patch set.
3320 * dpkg-source now uses debian/source/patch-header as header of the automatic
3321 Debian patch in format "3.0 (quilt)".
3322 * Fix Debian changelog parser so that the trailer line is again checked.
3324 -- Raphaël Hertzog <hertzog@debian.org> Mon, 07 Dec 2009 09:24:31 +0100
3326 dpkg (1.15.5.3) unstable; urgency=low
3329 * Avoid usage of IO::String in dpkg-scanpackages, rely on Dpkg::IPC
3330 instead to directly get a pipe file descriptor. Closes: #557013
3331 * Put "3.0 (quilt)" in the default list of formats tried by dpkg-source
3332 after "1.0" and before "3.0 (native)".
3333 * Let dpkg-source fail if several upstream orig.tar files are available
3334 (using different compression scheme) since we don't know which one
3336 * Add missing "use Dpkg::Gettext" in Dpkg::Changelog::Entry::Debian.
3338 * When building "3.0 (quilt)" source packages, use QUILT_PATCH_OPTS="-t -F 0
3339 -N -u -V never -g0" so that quilt is as strict as dpkg-source's internal
3340 implementation of quilt. Closes: #557664, #558233
3341 * Before accepting to build a 3.0 (quilt) source packages, ensure that
3342 debian/patches is a directory (or non-existing) and that
3343 debian/patches/series is a file (or non-existing). Closes: #557618
3344 * Dpkg::IPC::fork_and_exec() now includes the changed environment
3345 variables in the default error message displayed when the sub-process
3349 * Verify that the alternative used in update-alternatives --set has been
3350 registered instead of failing with an undefined value in the slave
3351 method. Closes: #554136
3352 * Strip leading spaces in the first line of a field's value in
3353 Dpkg::Control::Hash. Closes: #557547
3355 -- Guillem Jover <guillem@debian.org> Fri, 27 Nov 2009 19:23:36 +0100
3357 dpkg (1.15.5.2) unstable; urgency=low
3359 * Change Dpkg::Version API to accept invalid versions by default and add
3360 is_valid() method. The boolean evaluation of a version object returns
3361 true if the version is valid, false otherwise.
3362 * Update dpkg-shlibdeps to always use Dpkg::Version now that it can
3363 contain the empty version string. Closes: #556786
3364 * Keep compatibility with perl 5.8 by avoiding the _ prototype.
3366 -- Raphaël Hertzog <hertzog@debian.org> Wed, 18 Nov 2009 11:54:50 +0100
3368 dpkg (1.15.5.1) unstable; urgency=low
3370 * Fix build failures due to off_t type mismatch caused by not including
3371 <config.h> first on the unit tests. Suggested by Pierre Habouzit and
3372 Julien Cristau, thanks!
3374 -- Guillem Jover <guillem@debian.org> Tue, 17 Nov 2009 16:42:00 +0100
3376 dpkg (1.15.5) unstable; urgency=low
3379 * Remove obsolete conffiles on purge. Closes: #421367, #453005, #454628
3380 * Update list of binaries dpkg checks on the PATH.
3381 - Remove install-info, now a wrapper that will disappear soonish.
3382 - Add programs used by dpkg itself: sh, rm, find, tar and dpkg-deb.
3383 * Check and warn on duplicate conffiles in dpkg-deb. Closes: #131633
3384 * Make the upstream build system silent by default with automake 1.11 or
3385 newer, and always verbose when building the Debian packages.
3386 * Fix small leak when parsing ‘--ignore-depends’ option values.
3387 * Define compatibility WCOREDUMP only if the system does not have it.
3388 * When start-stop-daemon fails to set the io scheduling warn instead of
3389 finishing fatally. Closes: #553580
3390 * Update md5 file paths in debian/copyright.
3391 Thanks to Jonathan Nieder <jrnieder@gmail.com>.
3392 * On ‘dpkg-trigger --help’ print the default admindir instead of the one
3393 passed on the command line.
3394 * Abort on configure if the required C99 extensions are not supported.
3395 * Add C coding style document.
3396 * Make dpkg as strict as dpkg-statoverride on input when validating the
3397 parsed data from the statdb.
3398 * Rewrite dpkg-statoverride in C.
3399 * Use C99 snprintf function family semantics to avoid having to call them
3400 in a loop to grow the varbuf buffer. This should reduce memory usage and
3401 be slightly faster on varbufprintf calls.
3402 * Use the size from stat to allocate the buffers for readlink, instead of
3403 indefinitely calling readlink and growing the buffer. This should reduce
3404 memory usage when handling lots of symlinks, and be slightly faster.
3405 * Rework varbuf api to avoid increasing buffers indefinitely when adding
3406 content to them, regardless of space being already available.
3407 * Fix build macros to allow start-stop-deaemon to use TIOCNOTTY.
3408 * Generate the autoconf version from git to make it easier to see when a
3409 snapshot version is being used.
3410 * Add infrastructure for doxygen, for now not installed anywhere.
3411 * Allow overriding the pkg-config path to ease cross-compilation.
3412 Suggested by Tollef Fog Heen <tfheen@err.no>.
3413 * Fix spelling errors in the Catalan translation. Closes: #553328
3414 Thanks to Robert Millan.
3415 * Update the FSF postal address in the source code license headers by
3416 replacing it with a URL to the gnu.org page.
3417 * Fix a file descriptor leak in dpkg-deb.
3418 Reported by Raphael Geissert <atomo64@gmail.com>.
3419 * Fix resource leaks on error conditions in compat scandir.
3420 * Add a new status-fd action when disappearing a package. Closes: #537338
3423 * Add versioned dependency on base-files (>= 5.0.0) to dpkg-dev to ensure
3424 that /etc/dpkg/origins/default exists. Closes: #545274
3425 * Update Standards-Version to 3.8.3 (no changes needed).
3426 * Major changes to the perl API:
3427 - Dpkg::Control is now Dpkg::Control::Info
3428 - Dpkg::Cdata is gone and is replaced by a new Dpkg::Control
3429 - Dpkg::Control::Fields contains authoritative information
3430 about fields allowed in various types of control information
3431 (and can be customized by each vendor). It also integrates
3432 information that was previously available through Dpkg::Deps.
3433 - Dpkg::Changelog has been split in multiple modules and largely
3434 modified to offer an interface that is now more in line with the
3436 * All dpkg-* perl programs that work with control information have been
3437 updated to use the new Dpkg::Control interface.
3438 In this process, dpkg-scanpackages has been fixed to not skip non-standard
3439 fields. Closes: #494136
3440 * Create Launchpad-Bugs-Fixed directly in the changelog parsing code thanks
3441 to a new vendor hook post-process-changelog-entry. Closes: #536066
3442 * Integrate dpkg-ftp into dselect. Add the required Replaces and Conflicts.
3443 * dpkg-scanpackages/dpkg-scansources now supports compressed override files.
3444 * dpkg-scanpackages now supports a new --medium option as needed to
3445 generate Packages.cd file for consumption by the multicd dselect access
3446 method. Closes: #402527
3447 * Integrate dpkg-multicd into dselect. Add the required Replaces and
3448 Conflicts. The dpkg-scanpackages fork is dropped. Closes: #516631
3449 * Fix bashisms in dselect multicd access method. Closes: #530070
3450 * Add support of "xz" compression method for source packages. Add dependency
3451 dpkg-dev → xz-utils to ensure xz and unxz are available.
3452 * Fix dpkg-source --include-binaries to correctly compute the path name of
3453 the discovered binary files. Closes: #554612
3454 * Remove extra quoting that should not be there while passing an exclude
3455 file to git ls-files during build of 3.0 (git) source package.
3456 Thanks to Courtney Bane for the patch. Closes: #551829
3457 * Optimize dpkg-source -b by avoiding many diff calls when not required.
3458 Thanks to Mike Hommey for the idea. Closes: #554689
3459 * Add new option --print-format to dpkg-source to be able to know by advance
3460 the source format that would be used during a build.
3461 * Modify dpkg-source -b to use default build options from
3462 debian/source/options. Thus it's now possible to have sticky options, for
3463 example for the choice of a compression method (--compression=<comp>).
3464 * dpkg-source outputs the list of upstream files modified by the diff.gz
3465 (applies only to source packages using format 1.0). Closes: #482166
3466 It also recommends usage of 3.0 (quilt) format during dpkg-source -b if it
3467 detects changes to upstream files that are stored in the .diff.gz.
3468 * Add DEP-3 compliant headers to automatic patches created by dpkg-source
3469 in 3.0 (quilt) source format. Closes: #543581
3470 * Switch dpkg to source format "3.0 (native)" with bzip2 compression.
3472 [ Updated dpkg translations ]
3473 * Czech (Miroslav Kure).
3474 * French (Christian Perrier).
3475 * German (Sven Joachim).
3476 * Italian (Milo Casagrande). Closes: #548615, #555806
3477 * Polish (Wiktor Wandachowicz). Closes: #548541
3478 * Swedish (Peter Krefting).
3480 [ Updated dselect translations ]
3481 * Czech (Miroslav Kure).
3482 * French (Christian Perrier).
3483 * German (Sven Joachim).
3484 * Polish (Wiktor Wandachowicz). Closes: #548541
3485 * Swedish (Peter Krefting).
3487 [ Updated man page translations ]
3488 * French (Christian Perrier).
3489 * French translation error fixed (Christian Perrier)
3490 Thanks to Pietro Battiston for spotting it. Closes: #545446
3491 * German (Helge Kreutzmann).
3492 * Polish (Wiktor Wandachowicz). Closes: #548541
3493 * Swedish (Peter Krefting).
3495 [ Updated scripts translations ]
3496 * German (Helge Kreutzmann).
3497 * Polish (Wiktor Wandachowicz). Closes: #548541
3498 * Swedish (Peter Krefting).
3500 -- Guillem Jover <guillem@debian.org> Tue, 17 Nov 2009 10:17:57 +0100
3502 dpkg (1.15.4.1) unstable; urgency=medium
3504 * Do not mark any package as unseen in dselect. This is a workaround
3505 until it learns how to store such information again. Closes: #545366
3507 -- Guillem Jover <guillem@debian.org> Mon, 19 Oct 2009 15:15:17 +0200
3509 dpkg (1.15.4) unstable; urgency=low
3512 * Call _g instead of g_ in dpkg-name.
3513 * Fix inverted logic when deciding to assume the architecture in dpkg-name
3514 when the package didn't have such field.
3515 * Do not take into account Revision and Package_Revision fields in dpkg-name
3516 and dpkg-scanpackages as they have been handled already by “dpkg-deb -I”.
3517 * Switch dpkg-scansources to use Dpkg::Cdata instead of duplicating the
3518 .dsc parsing code. As a side effect it now handles properly bogus files.
3519 * Do not remap obsolete fields in dpkg-scanpackages as they have been
3520 handled already by “dpkg-deb -I”.
3521 * Properly mark packages being purged for disappearance from the database.
3522 This will make the status database not be left behind with traces of old
3523 not-installed packages. Closes: #472208
3524 * On parse mark not-installed leftover packages for automatic removal from
3525 the database on next dump. This obsoletes the --forget-old-unavail option,
3526 thus making it now a no-op. Closes: #33394, #429262
3527 * Document “hold” under package selection states instead of flags in dpkg(1).
3528 * Remove trailing ‘/’ and ‘/.’ from the directory name to be used as the
3529 package name on “dpkg-deb -b”. Closes: #218018, #373602
3530 * Remove obsolete ‘hold’ and ‘hold-reinstreq’ internal status flags.
3531 * Add fakeroot to dpkg-dev Recommends. Closes: #536821
3532 * Fix an always false test when trying to decide which package to deselect
3533 to resolve a dependency problem in dselect.
3534 * Add uClibc Linux support to ostable and triplettable. Closes: #455501
3535 * Add uClinux support to ostable and triplettable.
3536 Thanks to Simon Richter <sjr@debian.org>.
3537 * When aborting due to file conflicts print the version of the conflicted
3538 package. Closes: #540019
3539 * Remove double slash in database path visible to the user in some error
3541 * Stop matching sparc64-*-* GNU triplets with sparc Debian architecture.
3542 * Add support for config.d style directories in dpkg and dselect,
3543 (/etc/dpkg/dpkg.cfg.d and /etc/dpkg/dselect.cfg.d respectively).
3544 * Define DPKG_MAINTSCRIPT_ARCH on the maintainer script environment to the
3545 architecture the package got built for.
3546 * Document DPKG_MAINTSCRIPT_PACKAGE maintainer script environment variable
3548 * Document DPKG_RUNNING_VERSION maintainer script environment variable
3550 * Change po4a usage to not create unwanted changes depending if doing out or
3552 * Use po4a “--previous” support when updating the man pages.
3553 Suggested by Christian Perrier <bubulle@debian.org>.
3554 * On configuration error print file name and line number.
3555 * Allow quoting values in configuration file options.
3556 * Add new --pre-invoke and --post-invoke hooks in dpkg.
3557 * Add new --control-path command to dpkg-query.
3558 * Use ohshit on bad version syntax in --compare-versions.
3559 * Add Multi-Arch to the list of known binary package fields for dpkg-dev.
3560 Thanks to Steve Langasek <vorlon@debian.org>.
3563 * Replace install-info by a wrapper around GNU's install-info. The wrapper
3564 will be dropped in squeeze+1. dpkg now Breaks: old versions of
3565 info-browsers that do not depend on the new install-info package
3566 that provides the real functionality. Closes: #9771, #523980
3567 See https://wiki.debian.org/Transitions/DpkgToGnuInstallInfo for details.
3568 * Fix dpkg's preinst in case /var/lib/dpkg/alternatives contains unexpected
3569 sub-directories. Closes: #535138
3570 And also when one of the file doesn't contain correct alternatives
3571 information (improper number of lines). Closes: #537558
3572 * Upgrade Standards-Version to 3.8.2 (no changes).
3573 * Update deb-substvars(5) to list fields that do not support substvars.
3575 * Fix dpkg-parsechangelog to include all entries with -v0 parameter.
3577 * Fix update-alternatives to mention the correct slave link that can't
3578 be installed due to a conflicting file instead of quoting the master link.
3579 * Add support for extra override file in dpkg-scanpackages. Thanks to Robert
3580 Millan for the patch. Closes: #537559
3581 * Add support for extra override file in dpkg-scansources.
3582 * Document format of extra override file in a new manual page
3583 deb-extra-override(5).
3584 * Update sample in dpkg-gensymbols(1) to give an accurate listing of
3585 64 bit arches. Thanks to Julien Cristau for the patch. Closes: #540382
3586 * Create /etc/cron.daily/dpkg to handle the backup of
3587 /var/lib/dpkg/status in /var/backups. This is taken out of the cron
3588 package and need no conflicts/breaks as the code does nothing if
3589 the current status file is already backuped. Thanks to Leo 'costela'
3590 Antunes <costela@debian.org> for the patch. Closes: #541412
3591 * Change behaviour of dpkg --merge-avail to not update a package's
3592 information if the version provided is older than the one already listed
3593 in the available file. Thanks to Ian Jackson
3594 <ian@davenant.greenend.org.uk> for the patch. Closes: #496114
3595 * dpkg-architecture can now export DEB_{HOST,BUILD}_ARCH_{BITS,ENDIAN}
3596 (pointer size and endianness):
3597 - cputable (in dpkg) modified to contain those information
3598 - dpkg-dev depends on dpkg (>= 1.15.4) to ensure that we have an updated
3599 cputable (and so that a versioned build-dependency on dpkg-dev is enough
3600 to use this new feature)
3602 * Split overly long Binary: field values over multiple lines. This is
3603 allowed since policy 3.8.3. Closes: #494714
3604 * Improve performance of dpkg-shlibdeps by caching minimal version
3605 associated to each library in Dpkg::Shlib::SymbolFile. Thanks to
3606 Jiří Paleček <jpalecek@web.de> for the patch.
3607 * Slightly improve dpkg-source(1) by giving the section name that we're
3608 referring to. Closes: #544037
3609 * Fix translation error in German manpage of dpkg-buildpackage. Thanks
3610 to Joachim Breitner <nomeata@debian.org>. Closes: #541829
3612 [ Modestas Vainius ]
3613 * Provide a meaningful label for dpkg-gensymbols diff.
3615 [ Updated dpkg translations ]
3616 * Asturian (Marcos Alvarez Costales). Closes: #535327
3617 * French (Christian Perrier).
3618 * German (Sven Joachim).
3619 * Italian (Milo Casagrande). Closes: #536538
3620 * Russian (Yuri Kozlov). Closes: #542254
3621 * Slovak (Ivan Masár). Closes: #537742
3622 * Swedish (Peter Krefting).
3624 [ Updated dselect translations ]
3625 * Russian (Yuri Kozlov). Closes: #542254
3626 * Slovak (Ivan Masár). Closes: #537741
3628 [ Updated man page translations ]
3629 * French (Christian Perrier).
3630 * German (Helge Kreutzmann), proofread by Jens Seidel.
3631 * Swedish (Peter Krefting).
3633 [ Updated scripts translations ]
3634 * French completed (Christian Perrier).
3635 * German (Helge Kreutzmann).
3636 * Russian (Yuri Kozlov). Closes: #542254
3637 * Swedish (Peter Krefting).
3639 -- Guillem Jover <guillem@debian.org> Sun, 06 Sep 2009 09:37:45 +0200
3641 dpkg (1.15.3.1) unstable; urgency=low
3643 [ Modestas Vainius ]
3644 * Fix wildcard support in symbol files. Closes: #536034
3646 -- Guillem Jover <guillem@debian.org> Wed, 08 Jul 2009 11:26:36 +0200
3648 dpkg (1.15.3) unstable; urgency=low
3651 * Unset TAR_OPTIONS when extracting .deb archives.
3652 * Use default compressor values in dpkg-source from Dpkg::Source::Compressor.
3653 * Fix dpkg-scanpackages to properly detect spurious overrides.
3654 * Rewrite dpkg-name in perl.
3655 * Do not close already closed files in some error conditions in libdpkg.
3656 * Use the correct units (KiB) in dpkg-split when referring to partsize.
3657 * Document in dpkg-statoverride(8) that mode needs to be specified in
3658 octal. Closes: #534551
3659 * Mark argument names in dpkg-statoverride.1 in italic.
3660 * Explicitly pass field argument to Dpkg::ErrorHandling::unknown().
3661 * Move unknown() from Dpkg::ErrorHandling to Dpkg::Fields.
3664 * Unset TAR_OPTIONS when creating/extracting tar archives for source
3665 packages. Closes: #530860
3666 * Add cleanup of all invalid (master) alternatives in preinst script.
3667 Closes: #530633, #531611, #532739, #521760
3668 * Let update-alternatives fix a manual alternative with a dangling symlink
3669 by switching it to automatic mode. Closes: #529999
3670 * Add missing paragraph separator in dpkg-buildpackage(1). Thanks to Per
3671 Andersson <avtobiff@gmail.com>. Closes: #532769
3672 * Fix English mistake (“as you request” → “as you requested”) in several
3673 places. Thanks to David Stansby for the patch. Closes: #533171
3674 * Support tags before symbols in symbols file contained in source packages.
3675 The first two tags are "optional" (use it to not fail if the symbol might
3676 disappear from the library without breaking the ABI) and "arch" to
3677 restrict the set of architectures where the symbol is supposed to exist.
3678 Thanks to Modestas Vainius <modestas@vainius.eu> for the patch.
3679 See dpkg-gensymbols(1) for more information. Closes: #521551
3680 * Do not include #MISSING lines in symbols files integrated in binary
3681 packages. Closes: #526251
3682 * Assume an implicit version of "Base" for all unversioned symbols
3683 that are merged into a SymbolFile. Closes: #533181
3684 * Add new tag "ignore-blacklist" to force-include symbols which are
3685 normally blacklisted. This can be useful for libgcc to include symbols
3686 that the toolchain allows to be shared but that are often static (and
3687 hence are blacklisted for this reason). Closes: #533642
3688 * In dpkg-source, explicitly pass --keyring ~/.gnupg/trustedkeys.gpg to
3689 gpgv as it does not use it if other --keyring parameters are given.
3691 * In dpkg-vendor, allow to use dashes instead of spaces in vendor
3692 filenames. Closes: #532222
3693 * Skip dpkg-genchanges' warning about lower version numbers for backports
3694 (recognized by ~bpo or ~vola in their version number). Closes: #525115
3695 * Support all checksum algorithms in dpkg-scanpackages/dpkg-scansources.
3697 * Fix dependency parsing code in Dpkg::Deps to not accept "foo\nbar"
3698 even if foo is valid. Closes: #534464
3699 Thanks to Andrew Sayers for spotting the problem.
3701 [ Joachim Breitner ]
3702 * Warn about unused substvars in dpkg-gencontrol. Closes: #532760
3704 [ Updated dpkg translations ]
3705 * Catalan (Jordi Mallach). Closes: #532109
3706 * Czech (Miroslav Kure).
3707 * German (Sven Joachim). Closes: #534831
3708 * Simplified Chinese (Deng Xiyue). Closes: #531387
3709 * Swedish (Peter Krefting).
3711 [ Updated dselect translations ]
3712 * Czech (Miroslav Kure).
3714 [ Updated man page translations ]
3715 * German (Helge Kreutzmann).
3716 * Swedish (Peter Krefting).
3718 [ Updated scripts translations ]
3719 * German (Helge Kreutzmann).
3720 * Swedish (Peter Krefting).
3722 -- Guillem Jover <guillem@debian.org> Sat, 27 Jun 2009 19:06:43 +0200
3724 dpkg (1.15.2) unstable; urgency=low
3727 * Fix FTBFS on GNU/Hurd due to a mismatched define usage in
3728 start-stop-daemon. Closes: #530446
3729 * Remove obsolete priorities support from dselect.
3730 Thanks to Sven Joachim <svenjoac@gmx.de>.
3731 * Fix bashism (“echo -e”) in dselect disk setup method. Closes: #530071
3732 * Properly parse fdisk output in dselect disk setup method.
3733 * Fix memory leaks due to not destroying some pkg iterators.
3735 [ Updated dpkg translations ]
3736 * Asturian (Marcos Alvarez Costales). Closes: #529889
3737 * Basque (Piarres Beobide). Closes: #529857
3738 * French (Christian Perrier).
3739 * German (Sven Joachim).
3741 [ Updated man page translations ]
3742 * German (Helge Kreutzmann).
3744 [ Updated dselect translations ]
3745 * French (Christian Perrier).
3747 [ Updated scripts translations ]
3748 * French (Christian Perrier).
3749 * German (Helge Kreutzmann).
3751 -- Guillem Jover <guillem@debian.org> Tue, 26 May 2009 01:00:36 +0200
3753 dpkg (1.15.1) unstable; urgency=low
3756 * Fix dpkg-genchanges to not include the additional upstream tarballs
3757 when they are not desired (specific to source packages using format 3.0
3759 * Call quilt only once to apply all patches instead of once per patch
3760 when building 3.0 (quilt) source packages. Closes: #518453
3761 * Fix dpkg-shlibdeps so that it works again when analyzing binaries
3762 outside of package's directory. Closes: #518687
3763 * Modify dpkg-shlibdeps to let shlibs.local override symbols files too.
3764 * Drop support of debian/control's “Format” field used by dpkg-source while
3765 it's not too late. Instead debian/source/format should be used to indicate
3766 the desired source package format.
3767 * Update deb-triggers(5) and dpkg-trigger(1) to add a reference to
3768 /usr/share/doc/dpkg/triggers.txt.gz. Closes: #519717
3769 * Avoid perl warnings in dpkg-gencontrol and dpkg-genchanges when the
3770 Architecture field is missing in a binary package. Closes: #510282
3771 * Modify Dpkg::Version::check_version() to not die by default.
3773 * dpkg-source now ignores all possible vi swap file extensions (and not
3774 only .swp). The corresponding exclude pattern for -I also got tightened to
3775 only catch filenames starting with a dot. Closes: #515540
3776 * dpkg-gencontrol displays a better error message when an ORed dependency
3777 is used in a union field like Conflicts, Replaces or Breaks.
3779 * dpkg-source's signature check is now done with gpgv if possible and
3780 timeouts if not completed within 10 seconds. Closes: #490929
3781 When using gpg, use --no-default-keyring to be consistent with gpgv's
3782 behaviour to not use the user's keyring. Closes: #440841
3783 * Update dpkg-dev dependencies: Closes: #472942
3784 - Move gnupg to Recommends. It's needed to sign .dsc and .changes.
3785 - Add gpgv to Recommends. Useful to check signatures of extracted packages.
3786 - Add debian-maintainers to Suggests. Together with debian-keyring they
3787 contain all the GPG keys required to verify official Debian packages.
3788 * Drop /etc/dpkg/origins as it's taken over by base-files (see #487437).
3789 * Fix dpkg-shlibdeps to properly initialize a symbol-based dependency
3790 even when some symbols are associated with a (fake) version "0". Such a
3791 version means that the symbol has always existed in all versions of the
3793 * When dpkg delegates to dpkg-query or dpkg-deb to do the actual work, add
3794 the "--" marker to explicitly document the end of options so that
3795 arguments starting with a dash are not interpreted as options.
3797 Thanks to Bill Allombert for the patch.
3798 * dpkg now correctly refuses empty parameters when an integer value is
3799 wanted. Closes: #386197 Based on a patch by Bill Allombert.
3800 * Fix a mistake in the french translation of dpkg's manual page.
3801 Thanks to Jonathan Gibert. Closes: #522032
3802 * Fix dpkg-source to not die when uncompressor processes are killed by
3803 SIGPIPE due to tar closing the pipe without exhausting all the data
3804 available. Closes: #523329
3805 * dpkg-gencontrol now handles properly (empty) dependencies which contain
3806 only spaces. Closes: #522787
3807 * dpkg-source now accepts additional tarballs (in format "3.0 (quilt)")
3808 with a "component" name containing dashes. Closes: #524376
3809 * Fix dpkg-source to not complain on binary files that are ignored and are
3810 not going to be included in the debian tarball of a "3.0 (quilt)" source
3811 package. Closes: #524375
3812 * Bump Standards-Version to 3.8.1 (no change required).
3813 * Do not store usernames and group names in tarballs created by dpkg-source,
3814 they are anyway ignored at unpack time. Closes: #523184
3815 * Fix update-alternatives to not remove real files installed in place of
3816 an alternative link when the corresponding alternative is fully removed.
3818 * Add a new dpkg-vendor tool to query vendor information stored in
3819 /etc/dpkg/origins. It can be used in debian/rules to enable different
3820 behaviour depending on the current vendor at the time of the build.
3822 Modify dpkg-buildpackage to not set the DEB_VENDOR environment variable,
3823 packages should use the dpkg-vendor program instead.
3824 * Ensure that the automatic patch created in format "3.0 (quilt)" is always
3825 well registered with quilt even when it's updated by a new call to
3826 dpkg-source. Thanks to Goswin von Brederlow for the initial patch.
3828 * Do not update/create debian/patches/.dpkg-source-applied during build,
3829 it's only meant to document what patches have been applied at extraction
3830 time. Closes: #525835
3831 * Let dpkg-buildpackage add the missing execute right on debian/rules if
3832 needed. Display a warning when it happens. Closes: #499088
3833 * Allow to combine -nc and -S in dpkg-buildpackage but display a warning
3834 saying that it's not advised. Closes: #304404
3835 * Let dpkg-buildpackage error out with subprocerr() when dpkg-checkbuilddeps
3836 is interrupted/killed by a signal. Closes: #498734
3837 * Fix dpkg-buildpackage/dpkg-genchanges to properly interpret option -v0.
3839 * Improves how dpkg-parsechangelog handles non-existing versions
3840 in its --since, --until, --to, --from options. Approximate the intent
3841 by selecting the nearest version instead. Closes: #477638
3842 * Update dpkg-parsechangelog's documentation to make it clearer that spaces
3843 are not allowed between single characters options and their values.
3845 * Don't let dpkg-scanpackages complain about missing overrides when
3846 no overrides file has been given. Closes: #468106
3847 Thanks to Piotr Engelking for the patch.
3850 * Fix typo in dpkg output (‘unexecpted’ → ‘unexpected’). Closes: #519082
3851 Thanks to Ivan Masár.
3852 * Sync archtable with architectures currently present in Debian sid.
3854 - Add kfreebsd-i386 and kfreebsd-amd64.
3855 * Add avr32 to cputable. Closes: #523456
3856 * Detect the curses headers to use instead of hardcoding them.
3857 * Make dpkg-source do not set arch:any in .dsc on arch-restricted packages.
3858 Thanks to Philipp Kern <pkern@debian.org>. Closes: #526617
3859 * Add '.hgtags' to the default dpkg-source -i regex and -I pattern.
3861 * Use backticks instead of non-portable make $(shell) function in automake.
3862 * Do not install dselect and start-stop-daemon man pages when the programs
3863 have been disabled from configure.
3864 * Move Debian specific keyrings to the Debian vendor class and change the
3865 Ubuntu vendor class to inherit from it.
3866 * Do not set the Arch substvar in dpkg-source, avoiding generating warnings
3867 when there's no compiler present. Closes: #526132
3868 * Preserve faulting errno when printing reason in start-stop-daemon fatal
3870 * Only print fatal errno string in start-stop-daemon if it was non-zero.
3871 * Print the valid values for the IO scheduler class in start-stop-daemon
3873 * Print a warning when using obsolete '--print-installation-architecture'.
3875 * Remove obsolete --largemem and --smallmem dpkg options.
3876 * Remove obsolete --force-auto-select dpkg option.
3877 * Remove obsolete priorities support from dpkg.
3878 * Remove obsolete 822-date program.
3879 * Do not right justify the database reading progress percent counter.
3880 * Remove deprecated status on substvars for dpkg-source dpkg-genchanges,
3881 and stop producing warnings.
3882 * Make deprecated dpkg-scanpackages --udeb option produce a warning.
3883 * Change dpkg-source --help output to state there's no default substvar
3884 file to match reality.
3885 * Warn in start-stop-daemon if the argument to --name is longer than the
3886 supported kernel process name size. Closes: #353015, #519128
3887 * Do not warn in dpkg-deb when parsing unknown fields with the “Private-”
3888 prefix. Based on a patch by Nils Rennebarth. Closes: #353040
3890 [ Frank Lichtenheld ]
3891 * Dpkg::Version: Remove unnecessary function next_elem which just
3892 replicates the standard shift behaviour.
3895 * Add "keyrings" vendor hook, used by dpkg-source to allow vendors to
3896 supply additional keyrings against which source package signatures will
3897 be verified. Implement this for Ubuntu. Closes: #525834
3899 [ Updated dselect translations ]
3900 * German (Sven Joachim).
3901 * Swedish (Peter Krefting).
3903 [ Updated scripts translations ]
3904 * French (Christian Perrier).
3905 * German (Helge Kreutzmann).
3906 * Swedish (Peter Krefting).
3908 [ Added dpkg translations ]
3909 * Asturian (Marcos Alvarez Costales). Closes: #519478, #519813, #519998
3910 * Esperanto (Felipe Castro). Closes: #523023
3912 [ Updated dpkg translations ]
3913 * French (Christian Perrier).
3914 * German (Sven Joachim).
3915 * Slovak (Ivan Masár). Closes: #519084
3916 * Swedish (Peter Krefting).
3917 * Russian (Yuri Kozlov). Closes: #526659
3919 [ Updated man page translations ]
3920 * German (Helge Kreutzmann).
3921 * Swedish (Peter Krefting).
3923 -- Guillem Jover <guillem@debian.org> Thu, 21 May 2009 06:45:45 +0200
3925 dpkg (1.15.0) experimental; urgency=low
3928 * Do not suggest manually changing the alternative symlinks on
3929 update-alternative's verbose mode. Closes: #412487
3930 * Refactor subprocess signal setup.
3931 * Mark and coalesce similar strings for translation.
3932 * Add '.be' to the default dpkg-source -i regex. Closes: #481716
3933 Based on a patch by Ben Finney.
3934 * Fix link order when using libcompat.a and libintl.a by placing them after
3935 libdpkg.a. Based on a patch by Martin Koeppe. Closes: #481805
3936 * Remove duplicate program name from dpkg-trigger badusage output.
3937 * Trim trailing slash and slash dot from 'dpkg -S' arguments when those
3938 are path names, but not on patterns. Closes: #129577
3939 * Fix the support for passing more than one --status-fd option to dpkg.
3940 Until now only the last one was being used.
3941 * Replace realloc plus error checking usage with m_realloc.
3942 * Add '.hgignore' to the default dpkg-source -i regex and -I pattern.
3944 * Support diverting files when origin and destination are on different file
3945 systems. Based on a patch by Juergen Kreileder. Closes: #102144, #149961
3946 * Do not silently enable --rename on dpkg-divert --remove. Closes: #160848
3947 * Do not allocate memory when lstat fails during package upgrade.
3948 * Properly lstat the correct file when using --root on package upgrade.
3949 Thanks to Egmont Koblinger. Closes: #281057
3950 * Print a longer string when a disallowed field value is found when parsing.
3951 * Use $(filter ...) instead of $(findstring ...) to extract space separated
3952 options from DEB_BUILD_OPTIONS in debian/rules.
3953 * Do not leave new conffile as .dpkg-new when it has been diverted, also
3954 properly activate the file trigger for the diverted conffile.
3955 Based on a patch by Timothy G Abbott. Closes: #58735, #476899
3956 * Improve comment on BUGS section in dpkg-deb.1 about lack of authentication
3957 and checksum support in .deb files. Closes: #492052
3958 * Use a troff special character for the copyright symbol on man pages.
3959 * Mark program names in dpkg-trigger.1 in bold.
3960 * Unmark dselect debug messages for translation.
3961 * Use a the warning function to uniformly print all warning messages.
3962 * Properly use internerr to report about programming bugs.
3963 * Do not log repeated strings when the write call wrote partial data.
3964 * Change dir to / after chroot when using --instdir.
3965 Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #509578
3966 * Make dpkg log files user readable. Closes: #480556
3967 * Clarify in the start-stop-daemon man page that the signal sent by default
3968 is TERM not KILL. Closes: #507568
3969 * Warn in dpkg-deb man page that -x will modify the extraction directory
3970 permissions. Closes: #502496
3971 * Make start-stop-daemon behave the same way whether --chuid gets a user
3972 name or a uid. Closes: #368000
3973 * Add new option --procsched to start-stop-daemon to be able to set the
3974 process scheduling policy and priority. Closes: #175740
3975 * Add initial C unit test suite for libdpkg.
3976 * Sanitize --status-fd output by replacing newlines with spaces.
3978 * Remove unneeded cpio dependency from dpkg-dev.
3979 * Add kopensolaris support to ostable and triplettable. Closes: #509312
3980 * Document in deb.5 in detail the currently supported format, ar member
3981 names, types of tar archives and data.tar members.
3982 * Print correct feature name on «dpkg --assert-*» failures.
3983 * Add progress reporting to dpkg while reading the file list database.
3984 Based on a patch by Romain Francoise.
3985 * Add new option --iosched to start-stop-daemon to be able to set the
3986 IO scheduling class and priority. Closes: #443535
3987 Thanks to Chris Coulson <chrisccoulson@googlemail.com>.
3988 * Add tar format detection support to the internal extractor.
3989 * Add support for ustar long names using the prefix field. Closes: #474092
3990 * Code refactoring and cleanup, some of the major changes include:
3991 - Use standard interfaces instead of ad-hoc ones.
3993 - Fix compilation warnings.
3994 - Constify string members in structures and arguments in functions.
3995 - Make local functions static.
3996 - Remove unused functions, macros and variables.
3997 - Fix and cleanup libcompat broken replacement implementations.
3998 - Reduction of module interdependencies.
3999 - Rename function and variable names to make them more clear.
4000 - Cleanup and split of header files.
4003 * Enhance dpkg-shlibdeps' error message when a library can't be found to
4004 include the ELF format of the desired library. Closes: #474671
4005 * dpkg-gensymbols now refuses empty values for the the -v -P and -e
4007 * Update dpkg(1) to refer to conffile whenever we speak of configuration
4008 file handled by dpkg. Thus harmonize vocabulary with the policy. Thanks
4009 to Helge Kreutzmann <debian@helgefjell.de>. Closes: #381219
4010 * Improve error message stating that dpkg is unable to create a file so that
4011 it also refers to the real filename instead of the non-diverted name only.
4012 Thanks to Daniel Hahler for the patch. Closes: #457135
4013 * dpkg-gencontrol can now again read the control file from its standard
4014 input with "-c-". Closes: #465340
4015 * Add DEB_VENDOR environment variable in the build environment to be able
4016 to change behaviour dynamically depending on the vendor of the current
4017 system (or target system when the user overrides DEB_VENDOR by setting
4018 it himself). Closes: #457371
4019 * dpkg-shlibdeps give less strong warnings for symbols not found in NEEDED
4020 libraries when the shared library is a non-public directory and is likely
4021 to be a plugin. Closes: #481165
4022 * Clarify list of packages displayed by dpkg --get-selections and
4023 dpkg-query -l. Thanks to Jidanni. Closes: #487455
4024 * Document -A option in dpkg-buildpackage(1). Closes: #482834
4025 * Add some warning concerning the available file and the related commands.
4026 They are mostly obsolete for APT users. Closes: #481185
4027 * Add new option --listpackage to dpkg-divert. Thanks to Timothy G Abbott
4028 <tabbott@MIT.EDU> for the patch. Closes: #485012
4029 * Add new option --require-valid-signature to dpkg-source. Closes: #390282
4030 * In dpkg-query(1) document the origin of the various fields and warn that
4031 they are not always available. Closes: #488293
4032 * Improve error message in install-info when the file doesn't exist.
4033 Thanks to Thomas Hood <jdthood@yahoo.co.uk>. Closes: #107098
4034 * Use description of installed package as fallback in dselect.
4035 Based on a patch from Bruce Sass <bmsass@shaw.ca>. Closes: #21659
4036 * Reduce memory usage of dselect by avoiding usage of a big infopad.
4037 Thanks to Michel Lespinasse <walken@zoy.org> for the patch.
4039 * Largely improve and update dpkg-buildpackage's manual page.
4040 * Clarify two points in dpkg-source(1). Closes: #490693
4041 * Support RUNPATH exactly like RPATH in dpkg-shlibdeps. Closes: #502258
4042 Thanks to Javier Serrano Polo <jasp00@terra.es>.
4043 * Set Standards-Version to 3.8.0 (no changes needed).
4044 * Drop some unneeded lintian overrides.
4045 * Fix a chmod call in dpkg-source to not fail when POSIXLY_CORRECT is set.
4047 * Optimize dpkg-shlibdeps by caching parsed symbols files and
4048 objdump objects. Thanks to Modestas Vainius <modestas@vainius.eu> for the
4049 patch. Closes: #503954
4050 * Add new framework to hook vendor-specific logic (see
4051 module Dpkg::Vendor::Default).
4052 * Add Ubuntu vendor object implementing lookup of launchpad bugs in
4053 changelogs and a safety-check for Maintainer fields of forked packages
4054 (launched during source build). Closes: #426752, #499924
4055 * Improve behaviour of update-alternatives --config. Thanks to
4056 Osamu Aoki <osamu@debian.org> for the initial patch. We can know
4057 select between manual and auto in --config and --all. Closes: #392430
4058 * Fix update-alternatives to not switch to manual mode an alternative
4059 with a broken symlink (instead let the current action fix it).
4060 Also ensure that a message is displayed by default when such a switch is
4061 made. Closes: #141325, #87677
4062 * Fix update-alternatives' logic to rename files. It failed to ignore errors
4063 in some cases where it wanted to when the source file didn't exist.
4065 This also makes update-alternatives less noisy when this happens since we
4066 don't call mv when we know that it's going to fail.
4068 * Properly remove inappropriate slave links in update-alternatives even when
4069 we switch to manual mode with --set or --config. Closes: #388313
4070 * Modify update-alternatives to always remove the alternative group when the
4071 last alternative is removed (even in manual mode).
4072 * Ensure that update-alternative --install fix the links if the alternative
4073 installed is the one currently selected. Closes: #100135
4074 * Let update-alternatives deal with empty files in its administrative
4075 directory by ignoring them. Closes: #457863
4076 * Add new --target and --as-root options to dpkg-buildpackage to call
4077 any debian/rules target with the proper build environment.
4079 * Move update-alternatives, dpkg-divert and dpkg-statoverride to /usr/bin
4080 but keep compatibility symlinks in /usr/sbin for the squeeze release
4081 until all maintainer scripts are fixed (see
4082 http://lintian.debian.org/tags/command-with-path-in-maintainer-script.html).
4084 * Use dh_lintian to install lintian overrides. Build-Depends on debhelper
4085 (>= 6.0.7) for this. Update debhelper compatibility level to 6 at the same
4087 * Drop cleanup-info script.
4088 * Reset umask to 0022 in dpkg-gencontrol and dpkg-gensymbols to ensure that
4089 files created in the DEBIAN directory have sane permissions.
4091 * Rewrite update-alternatives (so that we can understand it again) and
4092 implement new features on top of it:
4093 - the --config output is now sorted. Closes: #437060
4094 - it now logs information to /var/log/dpkg.log. Closes: #445270
4095 - it forbids reusing master alternative as slave and vice-versa.
4097 - it forbids reusing alternative links managed by other alternatives
4098 - new sanity checks on --install parameters. Closes: #423176
4099 - install slave link only if the corresponding slave file is available.
4101 - new option --get-selections to export the configuration of all
4102 alternatives. It's a simple way to discover the name of all available
4103 alternatives. Closes: #273406, #392429
4104 - new option --set-selections to reconfigure a set of alternatives in
4106 * Document in update-alternatives(8) how one can repair all broken
4107 alternatives with a single command. Closes: #250258, #395556
4108 * Modify dpkg-gensymbols to replace #PACKAGE# on the fly while installing
4109 symbols files so that package having libraries whose name varies between
4110 architectures do not need to hardcode the package name. Closes: #517264
4113 * Add a --query option to update-alternatives. Closes: #336091, #441904
4115 [ Updated scripts translations ]
4116 * Polish (Wiktor Wandachowicz). Closes: #514106
4118 [ Updated manpages translations ]
4119 * Polish (Wiktor Wandachowicz). Closes: #514106
4121 [ Updated dpkg translations ]
4122 * Portuguese (Miguel Figueiredo).
4123 * Korean (Changwoo Ryu).
4124 * Romanian (Eddy Petri?or)
4125 * Slovak (Ivan Masár). Closes: #514490
4127 -- Guillem Jover <guillem@debian.org> Mon, 02 Mar 2009 06:13:53 +0200
4129 dpkg (1.14.25) unstable; urgency=low
4132 * Fix typo in package description ('privides' -> 'provides').
4133 Thanks to Pascal De Vuyst <pascal.devuyst@gmail.com>. Closes: #510755
4134 * Do not lose conffiles while replacing them from another package on the
4135 same install run. Closes: #513857
4136 As a side effect this fixes the following symptoms:
4137 - Do not do unneeded conffile prompts when it wasn't locally changed.
4138 - Do not ensure (and thus do not output debug information) that the
4139 .dpkg-new and .dpkg-tmp directories for an existing directory do not
4140 exist. Closes: #80416
4143 * dpkg-deb now always produces GNU tarballs inside .deb and ignores
4144 TAR_OPTIONS. Closes: #513863
4146 [ Updated dpkg translations ]
4147 * Basque (Piarres Beobide). Closes: #506092, #509851
4148 * Simplified Chinese (Deng Xiyue). Closes: #506177
4149 * Traditional Chinese (Tetralet). Closes: #513312
4151 [ Updated dselect translations ]
4152 * Basque (Piarres Beobide). Closes: #509852
4153 * Norwegian Bokmål (Hans F. Nordhaug).
4154 * Portuguese (Miguel Figueiredo). Closes: #509904
4156 [ Updated scripts translations ]
4157 * Add missing space in French translation.
4158 Thanks to Cyril "Oeil de lynx" Brulebois.
4160 -- Guillem Jover <guillem@debian.org> Tue, 03 Feb 2009 00:00:41 +0200
4162 dpkg (1.14.24) unstable; urgency=low
4165 * Fix parsing of objdump output (by dpkg-shlibdeps) in a special case where
4166 the symbol name is separated only with a single space. Closes: #506139
4167 * Fix dpkg-shlibdeps behaviour when Build-Depends-Package is used in the
4168 symbols file. It was merging all dependency templates into the generated
4169 dependency instead of simply modifying the minimal version. Thanks to
4170 Modestas Vainius <modestas@vainius.eu>. Closes: #507346
4171 * Fix dpkg-source to correctly extract a source package even when called
4172 from a non-writable directory when a target directory has been specified
4173 on the command line. Closes: #507217, #507219
4176 * Do not allow installing packages with non-obsolete conffiles owned by
4177 other packages without a proper Replaces field. Closes: #508392
4179 [ Updated dselect translations ]
4180 * Galician (Marce Villarino). Closes: #509887
4182 [ Updated dpkg translations ]
4183 * Galician (Marce Villarino). Closes: #509150
4184 * Vietnamese (Clytie Siddall). Closes: #509424
4186 [ Updated scripts translations ]
4187 * Improve German translation.
4189 -- Guillem Jover <guillem@debian.org> Mon, 29 Dec 2008 05:38:31 +0100
4191 dpkg (1.14.23) unstable; urgency=low
4194 * Blacklist "__gnu_local_gp" symbol for dpkg-gensymbols. Closes: #500188
4195 Thanks to Thiemo Seufer <ths@debian.org>.
4196 * Important bugfix in dpkg-gensymbols for people using includes in symbol
4197 files: the current object didn't flow back from the included file to
4199 * Fix Dpkg::Version comparison code. Closes: #504135
4202 * Untangle fatal abort condition from the “too many errors” one in the
4203 archives and packages processing loop. Closes: #367226
4204 * Abort on unrecoverable fatal errors instead of continuing execution, as
4205 the recovery code assumed the execution would not be reaching it again
4206 and some times bogus update files were created either with incompletely
4207 written content or with '#padding' lines. Closes: #497041, #499070
4209 [ Updated dpkg translations ]
4210 * Brazilian Portuguese (Felipe Augusto van de Wiel).
4211 * Catalan (Jordi Mallach).
4212 * Czech (Miroslav Kure). Closes: #505910
4213 * French (Christian Perrier)
4214 * German (Sven Joachim).
4215 * Greek (Emmanuel Galatoulas). Closes: #498585
4216 * Japanese (Kenshi Muto).
4217 * Korean (Changwoo Ryu). Closes: #505777
4218 * Norwegian Bokmål (Hans F. Nordhaug).
4219 * Polish (Wiktor Wandachowicz).
4220 * Portuguese (Miguel Figueiredo). Closes: #505869
4221 * Russian (Yuri Kozlov). Closes: #499028, #505735
4222 * Romanian (Eddy Petri?or).
4223 * Slovak (Ivan Masár). Closes: #506024
4224 * Spanish (Javier Fernandez-Sanguino). Closes: #505836
4225 * Swedish (Peter Krefting).
4227 [ Updated scripts translations ]
4228 * Fix typo in Russian. Closes: #499736
4229 * Fix wrong translation in French. Closes: #504123
4230 * French (Christian Perrier).
4232 [ Updated manpages translations ]
4233 * German (Helge Kreutzmann).
4235 -- Guillem Jover <guillem@debian.org> Tue, 18 Nov 2008 11:50:56 +0200
4237 dpkg (1.14.22) unstable; urgency=low
4240 * The last "small fix" actually broke conversion of source packages to
4241 "3.0 (quilt)" format when they have local changes and no pre-existing
4242 quilt series file. Now always provide a valid name in QUILT_SERIES.
4244 * Fix permissions of the automatically generated patch in "2.0" and "3.0
4245 (quilt)" format. They were improperly set to 0600 due to tempfile()
4246 and were not reset to a sane value. Closes: #496925
4247 * Fix dpkg-gensymbols to not scan (real) directories accessed through a
4248 symlink contained in the build tree as they may well not be part of
4249 the package (with absolute symlinks). It was already skipping symlinks
4250 (since 1.14.16.6) for similar reasons.
4252 [ Updated dpkg translations ]
4253 * Basque (Piarres Beobide). Closes: #496753
4254 * Brazilian Portuguese (Felipe Augusto van de Wiel).
4255 * Galician (Jacobo Tarrio).
4256 * Norwegian Bokmal (Hans Fredrik Nordhaug). Closes: #497309
4257 * Swedish (Daniel Nylander and Peter Krefting).
4258 * Vietnamese (Clytie Siddall). Closes: #497893
4260 [ Updated manpages translations ]
4261 * Swedish (Peter Krefting).
4263 [ Updated scripts translations ]
4264 * Swedish (Peter Krefting).
4266 -- Raphaël Hertzog <hertzog@debian.org> Fri, 05 Sep 2008 16:54:45 +0200
4268 dpkg (1.14.21) unstable; urgency=low
4271 * Small fix in "3.0 (quilt)" source format when using non-standard name
4272 of the quilt series.
4273 * Handle debian.tar.gz files like diff.gz in dpkg-buildpackage and
4274 dpkg-genchanges to detect the kind of upload.
4275 * Add "armel" to /usr/share/dpkg/archtable. Closes: #487768
4276 * Modified Dpkg::BuildOptions to recognize and use spaces as separator
4277 in DEB_BUILD_OPTIONS (in order to conform with the Debian policy
4278 ruling established in #430649). Closes: #486937
4279 * Fix dpkg-source to not use -i and -I by default with "1.0" source
4280 packages. Closes: #495138
4283 * When loading the status file fix up any inconsistent package in state
4284 triggers-awaited w/o the corresponding package with pending triggers.
4285 Closes: #487637, #486843, #489068
4286 * Fix --no-act in triggers related code. Closes: #495097
4287 * Do not assert when dpkg stops processing packages due to too many
4288 errors occurred while configuring or removing packages.
4289 Thanks to Ian Jackson <ian@davenant.greenend.org.uk>. Closes: #483655
4290 * Move lzma from dpkg Suggests to Pre-Depends. Closes: #456332
4291 * Match description of -si option in dpkg-buildpackage to the one in
4292 dpkg-genchanges. Closes: #493743
4293 * Close --status-fd file descriptors on exec, so that they are not
4294 inherited by the children. Closes: #471488, #487684
4295 * State that the preferred front-end is aptitude and replace one instance
4296 of dselect usage with apt-get. Closes: #483785
4298 [ Updated manpages translations ]
4299 * French (Florent Usseil).
4300 * German (Helge Kreutzmann).
4302 [ Updated scripts translations ]
4303 * Russian (Yuri Kozlov). Closes: #490076
4304 * German (Helge Kreutzmann).
4306 [ Updated dpkg translations ]
4307 * Basque (Piarres Beobide). Closes: #490905
4308 * Czech (Miroslav Kure).
4309 * French (Christian Perrier).
4310 * German (Sven Joachim).
4311 * Korean (Changwoo Ryu).
4312 * Romanian (Eddy Petri?or).
4313 * Russian (Yuri Kozlov). Closes: #488689
4314 * Simplified Chinese (Deng Xiyue). Closes: #496176
4315 * Slovak (Ivan Masár). Closes: #488903, #495505
4316 * Thai (Theppitak Karoonboonyanan). Closes: #488090
4318 [ Added dpkg translations ]
4319 * Lithuanian (Gintautas Miliauskas). Closes: #493326
4321 [ Updated dselect translations ]
4322 * Romanian (Eddy Petri?or).
4324 -- Guillem Jover <guillem@debian.org> Tue, 26 Aug 2008 05:32:39 +0300
4326 dpkg (1.14.20) unstable; urgency=low
4329 * Change UTF-8 '©' to '(C)' in deb-version.5 (unfuzzy translations).
4330 * Document --force-breaks in 'dpkg --force-help' output.
4331 * Document triggers --debug values in dpkg.1. Thanks to Sven Joachim.
4332 * Improve package descriptions for dpkg, dpkg-dev and dselect.
4333 Thanks to Justin B Rye for the review and corrections. Closes: #484002
4334 * When dpkg-divert does renames do no check the target file if the source
4335 does not exist and the rename is thus being disabled. This also allows
4336 to remove bogus diversions. Closes: #476973, #469033
4337 * Properly close triggers 'File' file, so it does not get leaked to children.
4340 * Add missing 'use File::Path' in Dpkg::Source::Package::V3::quilt.
4341 * Use debian/patches/debian-changes-<version> (without the trailing ".diff")
4342 as default name for the automatic patch created by the format "3.0
4343 (quilt)". This ensures a saner cohabitation with patch systems that
4344 apply all of debian/patches/*.{diff,patch}.
4345 * Improve patch parser to accept more patches that are accepted by patch
4347 * Correctly skip comments in quilt series files (concerns "3.0 (quilt)" source
4348 packages). Closes: #486323
4349 * The automatically created patches (in source package formats "2.0" and
4350 "3.0 (quilt)") will now contain "/dev/null" as previous filename when the
4351 patch creates a new file (instead of putting the same name).
4352 * Set PERL_DL_NONLZY to 1 in perl scripts that are likely to be called in
4353 package's configuration scripts to work around the perl bug #479711.
4355 [ Helge Kreutzmann ]
4356 * Fix a typo in dselect.1.
4358 [ Updated dpkg translations ]
4359 * Basque (Piarres Beobide). Closes: #481043
4360 * Brazilian Portuguese (Felipe Augusto van de Wiel).
4361 * Catalan (Jordi Mallach). Closes: #383448
4362 * Czech (Miroslav Kure).
4363 * French (Christian Perrier).
4364 * Galician (Jacobo Tarrio). Closes: #483441
4365 * German (Sven Joachim).
4366 * Norwegian Bokmal (Hans Fredrik Nordhaug). Closes: #480626
4367 * Polish (Wiktor Wandachowicz).
4368 * Simplified Chinese (Deng Xiyue). Closes: #483143
4369 * Swedish (Peter Karlsson).
4370 * Vietnamese (Clytie Siddall). Closes: #481199
4372 [ Updated manpages translations ]
4373 * German (Helge Kreutzmann).
4374 * Polish (Wiktor Wandachowicz).
4375 * Swedish (Peter Karlsson).
4377 [ Updated scripts translations ]
4378 * French (Christian Perrier).
4379 * German (Helge Kreutzmann).
4380 * Polish (Wiktor Wandachowicz).
4381 * Russian (Yuri Kozlov).
4382 * Swedish (Peter Karlsson).
4384 [ Updated dselect translations ]
4385 * Brazilian Portuguese (Felipe Augusto van de Wiel).
4386 * Polish (Wiktor Wandachowicz).
4388 -- Raphaël Hertzog <hertzog@debian.org> Wed, 18 Jun 2008 09:33:54 +0200
4390 dpkg (1.14.19) unstable; urgency=low
4393 * Fix a double-free by setting scontext to NULL after calling freecon.
4394 Based on a patch by Russell Coker. Closes: #474339
4395 * Add missing import of internerr in Dpkg::Source::Patch.pm.
4396 Thanks to Marco d'Itri. Closes: #479205
4397 * Consider also custom Package-Type fields when printing warnings in
4398 dpkg-gencontrol. Closes: #452273
4401 * Add missing import of subprocerr in Dpkg::Source::Package. Thanks to Sven
4402 Joachim for the patch.
4403 * Handle symlinks better when deciding if dpkg-source has to copy the
4404 original tarball in the current extraction directory. Closes: #475668
4405 * Fix the dpkg-source error message about unrepresentable changes to
4406 source because the type of a file changed (new and old were inverted).
4407 * Fix dpkg-genchanges to detect udeb based on Package-Type control
4408 header instead of file extension analysis on uploaded files.
4410 * Fix dpkg-source to grant correct permissions to tarballs of native
4411 source packages. Closes: #477784
4412 * Add Conflicts: devscripts (<< 2.10.26) to ensure that people are
4413 using versions of debsign/mergechanges that support the Checksums fields
4414 in *.dsc and *.changes.
4415 * Cleanup the various Conflicts/Replaces fields to remove references
4416 to package that have disappeared before sarge (this includes dpkg-doc-ja,
4417 dpkgname, and dpkg-static which has never officially been built).
4418 dpkg-iasearch has been kept as popcon still reports a few installations.
4419 * Collapsed multiple conflicts of dpkg with old versions of dpkg-dev
4420 in a single Conflicts: dpkg-dev (<< 1.14.16).
4421 * The "3.0 (quilt)" source package format now parses correctly series files
4422 with patch options and warn if something else than -p1 is used.
4423 * Change the way dpkg-source finds the perl object to use to unpack/build
4424 a source package to ignore the minor part of the Format: version.
4425 For example "1.0" and "1.1" would both map to Dpkg::Source::Package::V1
4426 instead of ::V1_0 and ::V1_1 before. Similarly "3.0 (quilt)" now maps to
4427 ::V3::quilt instead of ::V3_0::quilt.
4428 * Fix changelog parser to not fail when an unexpected changelog entry
4429 appears without the preceding heading line. Closes: #478925
4430 * Change the "2.0" and "3.0 (quilt)" source packages to refuse by default
4431 binary files in the debian sub-directory. They have to be whitelisted
4432 through debian/source/include-binaries. Closes: #473041
4433 * Make sure triggers are activated when a file is removed in a directory
4434 shared by multiple packages. Closes: #479850
4436 [ Helge Kreutzmann ]
4437 * Minor fixes and clarifications to man pages.
4439 [ Updated dpkg translations ]
4440 * Brazilian Portuguese (Felipe Augusto van de Wiel). Closes: #480579
4441 * Czech (Miroslav Kure).
4442 * French (Florent Ussel).
4443 * Galician (Jacobo Tarrio).
4444 * German (Sven Joachim).
4445 * Polish (Wiktor Wandachowicz).
4446 * Portuguese (Miguel Figueiredo).
4447 * Russian (Yuri Kozlov). Closes: #478827
4448 * Slovak (Ivan Masár). Closes: #478897
4449 * Swedish (Peter Karlsson).
4451 [ Updated manpages translations ]
4452 * German (Helge Kreutzmann).
4453 * Polish (Wiktor Wandachowicz).
4454 * Swedish (Peter Karlsson).
4456 [ Updated scripts translations ]
4457 * German (Helge Kreutzmann).
4458 * Polish (Wiktor Wandachowicz).
4459 * Russian (Yuri Kozlov). Closes: #479142
4460 * Swedish (Peter Karlsson).
4462 [ Updated dselect translations ]
4463 * Brazilian Portuguese (Felipe Augusto van de Wiel).
4464 * Czech (Miroslav Kure).
4465 * French (Christian Perrier).
4466 * German (Sven Joachim).
4467 * Russian (Yuri Kozlov). Closes: #478802
4468 * Slovak (Ivan Masár). Closes: #479007
4470 -- Guillem Jover <guillem@debian.org> Mon, 12 May 2008 08:33:07 +0300
4472 dpkg (1.14.18) unstable; urgency=low
4475 * Bump po4a version in Build-Depends to 0.33.1-1, as usage of UTF-8
4476 in original man pages was causing build failures. Closes: #473498
4477 * Add triggers documentation to dpkg-dev. Closes: #473449
4478 * Add deb-triggers.5 and dpkg-trigger.1 man pages, and document new
4479 statuses and options in dpkg.1.
4482 * When dpkg-source builds a source package of Format: 2.0 or 3.0 (quilt) it
4483 applies the patches before the build if
4484 debian/patches/.dpkg-source-applied doesn't exist. This file is created
4485 during extraction if patches are applied, and is auto-excluded from the
4486 debian tarball. This enables on-the-fly conversion of source packages from
4487 Format: 1.0 to Format: 3.0 (quilt) without manual intervention of the
4488 user. This feature can be disabled with the option --no-preparation.
4489 * The dpkg-source option --skip-patches disables application of patches
4490 during extraction of source packages using Format: 2.0 or Format: 3.0
4492 * Ensure the Files field is last in *.dsc and *.changes. This is a
4493 work-around for some braindead dsc parsers (dupload and sbuild for
4494 instance, see #473518 and #470440).
4495 * Initialize dependencies for libraries having symbols files with the
4496 smallest minimal version listed in the symbols file instead of using
4497 an unversioned dependency. It's the only way to ensure the library
4498 presence if it wasn't available in all versions of the package that ever
4499 existed. Closes: #474079
4500 * Don't use the -p option of diff for Format: 1.0 source packages.
4501 dpkg-source of sarge doesn't accept data after @@. Closes: #474417
4503 [ Updated dselect translations ]
4504 * German. (Sven Joachim).
4505 * Swedish (Peter Karlsson).
4507 [ Updated dpkg translations ]
4508 * Portuguese (Miguel Figueiredo).
4509 * Simplified Chinese (Deng Xiyue). Closes: #473523
4510 * Swedish (Peter Karlsson).
4511 * Vietnamese (Clytie Siddall). Closes: #473726
4513 [ Updated manpages translations ]
4514 * German (Helge Kreutzmann).
4515 * Swedish (Peter Karlsson).
4517 [ Updated scripts translations ]
4518 * German (Helge Kreutzmann).
4519 * Swedish (Peter Karlsson).
4521 -- Guillem Jover <guillem@debian.org> Tue, 08 Apr 2008 07:00:10 +0300
4523 dpkg (1.14.17) experimental; urgency=low
4526 * Replace strdup plus error checking usage with a new m_strdup function.
4528 * Add new keybinding in dselect to restore all selections back to
4529 whatever's currently installed. Closes: #151540
4530 Thanks to Colin Watson.
4531 * Use system timersub and fix timeval normalization in multiplication in
4532 start-stop-daemon. Thanks to Andreas Påhlsson. Closes: #462225
4533 * Cosmetic fixes to start-stop-daemon output and man page. Document that
4534 --chuid will change the group even if it has not been specified. Add
4535 EXIT STATUS and EXAMPLE sections to man page. Thanks to Justin Pryzby.
4536 * Add Raphaël Hertzog to Uploaders, and remove Brendan O'Dea and
4537 Christian Perrier with their permission.
4538 * Use functions from libcompat when those are not provided by the system.
4539 - Add strnlen to libcompat.
4540 - Link programs against libcompat which provides obstack. Closes: #142042
4541 * Change dpkg-gencontrol to not output the Homapage field on udeb.
4542 * Reintroduce 'no-debsig' back in dpkg.cfg to avoid failing to install any
4543 package when debsig-verify is installed. Closes: #311843
4544 * Fix some small memory leaks. Closes: #469520
4545 Thanks to Sean Finney.
4546 * Correct broken dselect logic for self-conflicting packages.
4547 Thanks to Ian Jackson.
4548 * Implement 'Breaks' properly in dselect. Closes: #448946
4549 Thanks to Ian Jackson.
4550 * Fix erroneous description of Breaks in dselect output.
4551 Thanks to Ian Jackson.
4552 * Allow compilation with --disable-nls on systems without libintl.h where
4553 a non glibc claims to be glibc. Closes: #465420
4554 * Fix crash when a .deb file becomes unreadable while dpkg is starting.
4555 Thanks to Ian Jackson. Closes: #255882
4556 * Few file descriptor cleanup and error handling fixes.
4557 Thanks to Ian Jackson. Closes: #443338
4558 * Move test suite invocation to a new check target in debian/rules.
4559 * Add support for nocheck DEB_BUILD_OPTIONS in debian/rules, so that the
4560 dpkg test suite can be skept if desired.
4561 * Improve log and status-fd output by printing more status change updates
4562 and actions. Thanks to Ian Jackson.
4563 * Implement triggers support. Thanks to Ian Jackson.
4564 Closes: #17243, #68981, #215374, #217622, #248693, #308285
4567 * Add a warning displayed by dpkg-genchanges if the current version is
4568 smaller than the previous one. Closes: #4655
4569 * Add -d and -c options in dpkg-checkbuilddeps to override
4570 build-depends/conflicts. Closes: #114774
4571 * Include list of libraries in dpkg-gensymbols' warning about new/lost
4573 * Add -R option to dpkg-buildpackage so that one can replace the usual
4574 "debian/rules" by something else. Closes: #355654
4575 * Always list all binary packages in the Description: field of .changes
4576 files. It's nice for reviewers and mentors.debian.net was using this field
4577 on source only uploads to display short description of what the package is
4579 * Handle the case when the library has a different SONAME than the one used
4580 to find it. Closes: #462413
4581 * Fix Dpkg::Version and Dpkg::Fields::Object to import _g() from
4582 Dpkg::Gettext. Thanks to Adam Heath and Olivier Berger for spotting
4583 this. Closes: #465651
4584 * Change PATH during make check to look into build directories containing
4585 dpkg and the related scripts. Thanks to Mike Frysinger. Closes: #466957
4586 * Some lintian cleanup:
4587 - add overrides for some useless I: tags
4588 - drop unused overrides
4589 - updated several manual pages to fix hyphen-used-as-minus-sign
4590 - fixed manpage-has-errors-from-man in several manual pages
4591 - removed empty debian/dpkg.prerm
4592 * Removed old upgrade code from dpkg's preinst and postinst which only
4593 concerns upgrading from dpkg version older than the one in oldstable
4594 already. And thus we get rid of old the last usage of read in those
4595 scripts (fixes lintian's warning read-in-maintainer-script).
4596 * Removed sorting of dependencies in dpkg-gencontrol and dpkg-source. But
4597 kept it for all other fields (Enhances, Conflicts, Replaces, Breaks,
4598 Build-Conflicts and Build-Conflicts-Indep).
4599 * Instead changed dpkg-shlibdeps to sort the dependencies generated in
4600 ${shlibs:*} variables.
4601 * Changed the logic of simplification of dependencies: if any dependency
4602 must be discarded due to another dependency appearing further
4603 in the field, the superseding dependency will take the place of the
4604 discarded one. Added a test case for this.
4605 * dpkg-shlibdeps properly accounts usage of symbols provided by private
4606 libraries without SONAME. Closes: #469838
4607 * Add a new warning to dpkg-shlibdeps when a library NEEDED is in fact
4608 not used by any of the binaries analyzed. Closes: #472332
4609 * Add a new --warnings=<value> option to select the set of warnings to
4610 activate. By default, do not activate the warning about useless
4611 libraries at the binary level (instead the new warning above is activated
4612 by default: it's less strict and more useful).
4613 * dpkg-source has been heavily refactored to make it easier to support
4614 multiple source package formats. Several new source package formats have
4616 - the format "2.0" is the original wig&pen
4617 - the format "3.0 (quilt)" is based on 2.0. It uses a tarball for the
4618 debian directory and can thus include binary files. Binaries
4619 outside of the debian directory can be also included if they
4620 are listed in debian/source/include-binaries (and option
4621 --include-binaries will generate this file automatically).
4622 Closes: #4588, #4628
4623 - thus it will also preserve timestamps on Debian-provided
4624 documentation like README.Debian. Closes: #366555
4625 - it handles an explicit series of patches and the patch can thus be
4626 named without constraints. Patches can contain arbitrary
4627 headers/comments between file chunks. Closes: #363018
4628 - it ignores changes on a number of temporary and VCS-specific files
4629 by default. Closes: #203792, #323909
4630 - the patches in debian/patches can remove files. Closes: #12564
4631 - the patches are applied at unpack time. Closes: #463048
4632 - the formats "3.0 (quilt/native)" don't include VCS directories by
4633 default. Closes: #435126
4634 - the format "3.0 (custom)" can be used to create a source package
4635 containing arbitrary files. It's useful for helper tools that can
4636 generate the files by themselves in a more efficient way
4637 (like all the *-buildpackage tools). Closes: #246918
4638 - the formats "3.0 (git/bzr)" are experimental formats based
4639 on corresponding VCS repositories. Thanks to Joey Hess and Colin Watson
4641 * dpkg-source has a new --no-check option. It disables GPG check and
4642 checksums checks. Closes: #220758
4643 * dpkg-shlibdeps is now able to look into directories containing libraries
4644 used by cross-built binaries provided that the right environment variable
4645 are set. Closes: #453267
4646 * Change default value of LDFLAGS (set by dpkg-buildpackage) to ''
4647 instead of '-Wl,-Bsymbolic-functions'. It's safer at this point of the
4649 * dpkg-buildpackage will set PKG_CONFIG_LIBDIR (but not override an existing
4650 value) in case of cross-compilation so that pkgconfig finds .pc files
4651 in the directory specific to the target architecture. Closes: #439979
4653 [ Frank Lichtenheld ]
4654 * Add a warning in dpkg-buildpackage if the build-dependencies are not
4655 satisfied during -S. Closes: #445552
4656 * Add a missing space in the German scripts translation. Closes: #463398
4657 * Add improved deb-shlibs.5 manual page by Zack Weinberg. Closes: #466135
4658 * dpkg-buildpackage exports some build related environment variables
4659 now. Based on a patch by Matthias Klose. Closes: #465282
4660 (See dpkg-buildpackage(1) and https://wiki.ubuntu.com/DistCompilerFlags
4662 * Add support for use of SHA1 and SHA256 checksums in .dsc and
4663 .changes files. Information will be available in Checksums-Sha{1,256}
4664 fields. .changes format version increased to 1.8.
4665 * Link dselect against libncursesw. Closes: #466321
4666 * Forward port a patch from the old changelog parser to the new
4667 one that got lost during the transition. '+' and '.' can now
4668 be used in distribution names yet again. Reported by dann frazier.
4671 [ Updated dpkg translations ]
4672 * Korean (Changwoo Ryu).
4673 * Polish (Robert Luberda).
4674 * Romanian (Eddy Petrişor).
4675 * Slovak (Ivan Masár). Closes: #471342
4676 * Swedish (Peter Karlsson).
4677 * Thai (Theppitak Karoonboonyanan). Closes: #468916
4679 [ Updated manpages translations ]
4680 * German (Helge Kreutzmann).
4681 * Polish (Robert Luberda).
4682 * Swedish (Peter Karlsson).
4684 [ Updated dselect translations ]
4685 * Basque (Piarres Beobide). Closes: #462403
4687 [ Updated scripts translations ]
4688 * German (Helge Kreutzmann).
4689 * Polish (Robert Luberda).
4690 * Swedish (Peter Karlsson).
4692 [ Updated dselect translations ]
4693 * Polish (Robert Luberda).
4694 * Romanian (Eddy Petrişor).
4696 -- Guillem Jover <guillem@debian.org> Sun, 30 Mar 2008 12:48:22 +0300
4698 dpkg (1.14.16.6) unstable; urgency=medium
4700 * Let dpkg-gensymbols skip directories which are just symlinks when scanning
4701 the package build dir.
4702 * Bump urgency to medium to compensate lost days in testing migration due to
4703 the two last uploads.
4705 -- Raphaël Hertzog <hertzog@debian.org> Sat, 26 Jan 2008 19:20:40 +0100
4707 dpkg (1.14.16.5) unstable; urgency=low
4709 * Fix dpkg-gensymbols handling of #include so that one can include multiple
4710 times the same file and have it properly taken into account.
4711 * Add many armel-specific symbols to dpkg-gensymbols' blacklist.
4714 -- Raphaël Hertzog <hertzog@debian.org> Thu, 24 Jan 2008 14:20:10 +0100
4716 dpkg (1.14.16.4) unstable; urgency=low
4718 * Import capit in Dpkg::Cdata from Dpkg::Fields. Closes: #462172
4720 -- Guillem Jover <guillem@debian.org> Wed, 23 Jan 2008 08:44:32 +0200
4722 dpkg (1.14.16.3) unstable; urgency=low
4725 * Remove the ":utf8" layer that utf8-encodes already valid utf8.
4727 * Disable variable substitution in dpkg-genchanges. Closes: #462079, #462089
4730 * Make start-stop-daemon set the supplementary groups if the real user or
4731 group are different than the ones we should switch to. Closes: #462075
4732 * Fix segfault in start-stop-daemon when using --group w/o --chuid (as
4733 a side effect, using --group alone works for the first time in years).
4735 * Fix timeout computations for start-stop-daemon --retry option. This has
4736 not worked properly for a long time (maybe never), but came to light
4737 due to #460903's fix. Closes: #462104
4739 -- Guillem Jover <guillem@debian.org> Tue, 22 Jan 2008 23:39:59 +0200
4741 dpkg (1.14.16.2) unstable; urgency=low
4743 * Change uid after changing gid and initializing supplementary groups in
4744 start-stop-daemon. Closes: #462018
4745 * Change temporary dpkg Breaks on dpkg-dev (= 1.14.13) and (= 1.14.14)
4746 to Conflicts, so that users from etch can upgrade to sid (or lenny
4747 once dpkg has migrated).
4749 -- Guillem Jover <guillem@debian.org> Tue, 22 Jan 2008 13:05:22 +0200
4751 dpkg (1.14.16.1) unstable; urgency=low
4753 * Add libtimedate-perl to dpkg-dev's Depends and to Build-Depends.
4754 Reported by Aurelien Jarno. Closes: #461875
4756 -- Frank Lichtenheld <djpig@debian.org> Mon, 21 Jan 2008 12:48:51 +0100
4758 dpkg (1.14.16) unstable; urgency=low
4761 * Add build-essential as an implicit Build-Depends in dpkg-checkbuilddeps.
4763 * Add build-essential to dpkg-dev Recommends.
4764 * Do not warn about unrecognized Homepage field in binary package stanzas
4765 in dpkg-genchanges and dpkg-source. Closes: #460309
4766 * Do not use the enoent helper binary, and use perl POSIX module instead.
4767 * Keep checking for the process when start-stop-daemon is called with
4768 --retry even if the daemon removed the pidfile. Closes: #460903
4769 Thanks to Justin Pryzby for the analysis.
4770 * Make --quiet silence --test in start-stop-daemon. Closes: #367998
4771 * Check current uid and gid in start-stop-daemon before calling setuid,
4772 setgid and initgroups. Closes: #222524
4773 Based on a patch by Samuel Thibault.
4774 * Remove unimplemented --test option from update-alternatives.
4775 Closes: #392432, #461247
4776 * Additionally check if errno is EEXIST after rmdir(2), as SUSv3 specifies
4777 that on non-empty directories it can either return that or ENOTEMPTY.
4778 This fixes run time problems on Solaris.
4779 * Fix start-stop-daemon --help output to state that --name is one of the
4780 possible required options to use. Closes: #354999
4781 * Demote dselect from priority important to optional. Closes: #461327
4782 * Fix portability issues on HP-UX, by not using backticks inside double
4783 quotes in m4 files. Closes: #24514
4784 * Switch Maintainer address to <debian-dpkg@lists.debian.org> from
4786 * Add README.feature-removal-schedule describing the features to be removed
4787 and README.api describing the provided APIs.
4789 [ Frank Lichtenheld ]
4790 * Make the -L option of dpkg-parsechangelog actually work (it's
4791 only been eleven years...)
4792 * Import the code from my external Parse::DebianChangelog as
4793 Dpkg::Changelog and Dpkg::Changelog::Debian. Using this
4794 from parsechangelog/debian adds the following requested
4796 - Option to use a non-lossy format. Closes: #95579
4797 - Various options to better control how many entries
4798 should be displayed. Closes: #226932
4801 * Replaced all the remaining code in controllib.pl by new modules. All
4802 scripts have been adjusted to use the new modules and controllib.pl has
4804 * The code to parse debian/control is available in a perl module
4805 Dpkg::Control. Closes: #26554
4806 * Temporarily add a Breaks: dpkg-dev (= 1.14.13), dpkg-dev (= 1.14.14) on
4807 dpkg for the convenience of sid users. Closes: #459815
4808 * Update dpkg-source(1) to explain better what the directory after -b is.
4810 * Also force version in ${binary:Version} if dpkg-gencontrol -v<version>
4811 is used. That way we're consistent with the definition of that variable
4812 in deb-substvars(5). Closes: #433477
4813 * Add support of Dm-Upload-Allowed field. Closes: #453400
4814 * Fix dpkg-shlibdeps' filtering of duplicated dependencies in fields of
4815 lesser priority (when -d is used).
4816 * Fix behaviour of dpkg-shlibdeps when the same binary was passed multiple
4817 times for use in different dependency fields (-d option).
4818 * Change logic of -si option of dpkg-genchanges to include the original
4819 tarball only if the current upstream version differs from the upstream
4820 version of the previous changelog entry. Replaces the heuristic based
4821 on revision number (-0, -0.1 or -1). Closes: #28701
4822 * Some code refactoring on dpkg-genchanges and bug fixes in the generation
4823 of the Description: field. As a result, source only uploads will no more
4824 have Description fields.
4825 * Add support of wildcard entries in symbols files. This makes it much
4826 simpler to write symbols files for well managed libraries but in that case
4827 dpkg-gensymbols can't check any more if symbols have disappeared.
4830 [ Updated manpages translations ]
4831 * Fix typo in French. Closes: #460021
4832 * German (Helge Kreutzmann).
4834 [ Updated dpkg translations ]
4835 * Basque (Piarres Beobide). Closes: #459565
4836 * French (Christian Perrier).
4837 * German, Basque, Norwegian Bokmål, Swedish, Vietnamese, Simplified Chinese,
4839 * Russian (Yuri Kozlov). Closes: #460708
4841 [ Updated scripts translations ]
4842 * Russian (Yuri Kozlov). Closes: #460709
4843 * Swedish (Peter Karlsson).
4845 -- Guillem Jover <guillem@debian.org> Mon, 21 Jan 2008 10:00:45 +0200
4847 dpkg (1.14.15) unstable; urgency=low
4850 * Make sure {dpkg-dev,dselect}.preinst are included in the source tarball.
4852 * Blacklist armel-specific symbols in dpkg-gensymbols. Reported by Riku
4853 Voipio. Closes: #457964
4854 * Fix typos in various manpages. Patch from A. Costa. Closes: #458276
4855 * Make dpkg-shlibdeps choose the right symbols files when we have several
4856 debian/*/DEBIAN/symbols for a given soname. Closes: #458860
4857 * Add a -S<pkgbuilddir> option to dpkg-shlibdeps to indicate a package build
4858 tree to scan first when trying to find a needed library.
4859 * Change dpkg-gensymbols to mark symbols that disappeared with #MISSING
4860 instead of #DEPRECATED, it's clearer for people.
4861 * Fix Dpkg::Shlibs::Objdump to properly take into account R_*_COPY
4862 relocations. Closes: #454036
4863 * Explain better the order in which postinst/prerm scripts are called
4864 between a package and its dependencies. Thanks to Nicolas François and
4865 Helge Kreutzmann for their suggestions. Closes: #379641
4866 * Fix Dpkg::BuildOptions so that dpkg-buildpackage doesn't double all
4867 options in DEB_BUILD_OPTIONS when called with the -j parameter.
4871 * Move compression related variables to a new Dpkg::Compression module.
4872 * Remove disabled, obsolete and quite incomplete Hebrew translations.
4873 * Revert dpkg-dev versioned dependency bump on dpkg >= 1.14.13 back to
4874 >= 1.14.6, as the compression variables are now in a module in dpkg-dev.
4875 * Do not display garbage in dselect on monochrome terminals, by setting
4876 a missing ncurses character attribute. Closes: #155741, #157093
4877 Thanks to Sven Rudolph.
4878 * Do not loop endlessly in dselect with very long package descriptions.
4879 Closes: #179320, #342495
4880 Thanks to John Zaitseff.
4881 * Ignore wrapped lines in install-info when matching section titles.
4883 Thanks to Andreas Metzler and Ian Zimmerman.
4884 * Do not use strdup for execvp arguments. Closes: #379027
4885 * Do not print 'failed to kill' warning in start-stop-daemon when polling
4886 the pid. Closes: #157305, #352554
4887 Thanks to Samuel Thibault.
4888 * Properly print build message in dpkg-buildpackage for lzma and bzip2
4889 compressed sources. Closes: #458519
4890 * Promote bzip2 Recommends to Depends for dpkg-dev. Closes: #458521
4891 * Add lzma to dpkg-dev Depends.
4892 * Do not automatically enable -j if DEB_BUILD_OPTIONS contains parallel=n,
4893 and allow overriding its value from the environment. Closes: #458589
4894 * Fix Dpkg::BuildOptions to parse all options in DEB_BUILD_OPTIONS, so
4895 that dpkg-buildpackage called with -j preserves unrecognized options.
4896 * Fix several signed vs unsigned value comparisons that were making some
4897 code to never be executed.
4899 [ Updated dpkg translations ]
4900 * French (Christian Perrier).
4901 * German (Sven Joachim). Closes: #459223
4902 * Norwegian Bokmål (Hans Fredrik Nordhaug). Closes: #457918, #458732
4903 * Simplified Chinese (Deng Xiyue). Closes: #459018
4904 * Swedish (Peter Karlsson).
4905 * Vietnamese (Clytie Siddall). Closes: #459016
4907 [ Updated scripts translations ]
4908 * French (Christian Perrier).
4909 * Swedish (Peter Karlsson).
4911 [ Updated man pages translations ]
4912 * Swedish (Peter Karlsson).
4914 -- Guillem Jover <guillem@debian.org> Mon, 07 Jan 2008 12:12:16 +0200
4916 dpkg (1.14.14) unstable; urgency=low
4918 * Fix override disparity: set priority of dselect to important.
4919 * Add libio-string-perl to Build-Depends as it's needed by a non-regression
4920 test (fix FTBFS, thus a quick upload).
4921 * Make dpkg-dev depend on dpkg (>= 1.14.13) as the latest Dpkg.pm is needed
4924 -- Raphaël Hertzog <hertzog@debian.org> Thu, 27 Dec 2007 11:20:38 +0100
4926 dpkg (1.14.13) unstable; urgency=low
4928 [ Frank Lichtenheld ]
4929 * Add an own manpage for Dpkg's version format. Mostly stolen
4930 from policy. Closes: #373003
4931 * Fix control file parsing for field values starting with a colon.
4932 Apparently nobody ever needed this until Vcs-Cvs came along.
4934 * Copy the usr/share/doc directory to dpkg-dev and dselect (Instead
4935 of using symlinks). The space requirements are minimal and adding
4936 the needed dependencies to comply with policy would be way more
4937 inconvenient. Pointed out by Rene Engelhard. Closes: #452730
4938 * Allow more than one arch and more than one type of a package
4939 in debian/files. Parts of the patch by Goswin von Brederlow
4940 and Bastian Blank. Closes: #356299, #377400, #229143
4941 * Allow building only architecture independent packages (-A).
4942 Closes: #109794, #200454
4943 * Bump Standards-Version to 3.7.3 (no changes)
4946 * When dpkg-shlibdeps finds a lib in a directory which is just a symlink to
4947 another directory that is also considered, remember the other directory
4948 name as the canonical one. Closes: #453885
4949 * dpkg-shlibdeps doesn't warn any more about libm.so.6 being unused if the
4950 binary is also linked against libstdc++ since g++ always add an implicit
4951 -lm. Closes: #454616
4952 * Included files in symbols files (via #include) do no more need to repeat
4953 the header line. Closes: #455260
4954 * Tweak the sort algorithm between dependencies so that intervals
4955 are displayed as "a (>= 1), a (<< 2)" instead of the opposite.
4957 * Extend format of symbols files to support arbitrary fields of
4958 meta-information. First field is Build-Depends-Package used to extract the
4959 version requirement possibly encoded in the Build-Depends field and make
4960 sure that the generated dependency is at least as strict as this one.
4961 * Fix dpkg-gensymbols to not update version info of a deprecated symbol.
4963 * Fix dpkg-source's behaviour with options -sk -sK -sp -sP. Closes: #457784
4966 * Ignore the man pages when building without NLS support. Closes: #457673
4967 * Fix perl warnings:
4968 - Check for undefined values when reading from the alternative db.
4969 * Properly handle symlinks for alternatives with nonexistent slave links.
4970 Closes: #76295, #246906, #433567, #451872, #220044, #392440, #441021
4972 Based on a patch by Daniel Leidert <daniel.leidert@wgdd.de>.
4973 * Fail when diverting to a non existent directory. Closes: #245562
4974 Thanks to Flavio Stanchina <flavio@stanchina.net>.
4975 * Refactor update-alternatives.
4977 [ Updated dpkg translations ]
4978 * French (Christian Perrier, as this was trivial).
4979 * Spanish (Javier Fernández-Sanguino Peña). Closes: #456984
4980 * Swedish (Peter Karlsson).
4982 [ Updated man pages translations ]
4983 * German (Helge Kreutzmann).
4984 * Swedish (Peter Karlsson).
4986 [ Updated scripts translations ]
4987 * French (Frédéric Bothamy).
4988 * German (Helge Kreutzmann).
4989 * Japanese (Kenshi Muto). Closes: #455841
4990 * Swedish (Peter Karlsson).
4992 -- Guillem Jover <guillem@debian.org> Thu, 27 Dec 2007 09:16:45 +0200
4994 dpkg (1.14.12) unstable; urgency=low
4997 * Add -I<file> option to dpkg-gensymbols to force the usage of a specific
4999 * Dpkg::Shlibs::find_library() now returns canonicalized paths.
5000 * dpkg-shlibdeps always tries the realpath() of a lib as fallback when
5001 trying to identify the package of a lib (and not only for symlinks).
5002 * dpkg-shlibdeps doesn't fail any more if it can't find unversioned
5003 libraries on the presumption that they are just private libraries. Outputs
5005 * Expand the dpkg-shlibdeps manual page with explanations concerning
5007 * The environment variable DPKG_GENSYMBOLS_CHECK_LEVEL can be used to force
5008 dpkg-gensymbols to use a precise level of checks. Closes: #452022
5011 * Define several private functions and variables as static.
5012 * Move extern declarations to header files and stop defining them as extern.
5013 * Unify parsing of Section and Priority in dpkg-gencontrol with Homepage.
5014 * Switch dpkg-scanpackages to use the new Dpkg::ErrorHandling and
5015 Dpkg::Versions modules.
5017 -- Guillem Jover <guillem@debian.org> Thu, 29 Nov 2007 06:14:09 +0200
5019 dpkg (1.14.11) unstable; urgency=low
5022 * dpkg-shlibdeps now ignores the lack of dependency information in some
5023 specific cases (instead of failing):
5024 - when the library is in the same package than the binary analyzed
5025 - when the library is not versioned and can't have a shlibs file
5026 * dpkg-shlibdeps now only displays 10 warnings about symbols not found for
5027 each binary and a count of skipped warnings. Closes: #452318
5028 * dpkg-shlibdeps: optimize "dpkg -S" lookups by caching results, patch
5029 from Aaron M. Ucko <ucko@debian.org>. Closes: #452577
5032 * Fix dpkg-scanpackages to properly support an optional override file.
5035 -- Guillem Jover <guillem@debian.org> Sat, 24 Nov 2007 07:19:02 +0200
5037 dpkg (1.14.10) unstable; urgency=low
5040 * dpkg-shlibdeps now correctly identify private libraries (avoid many
5041 warnings with perl/python modules). Closes: #452338
5042 * Move capit() to a Dpkg::Fields module and use it in dpkg-shlibdeps.
5044 * Add more debug messages to dpkg-shlibdeps to ease collecting information
5045 in case of problems.
5046 * dpkg-shlibdeps now accepts again empty dependencies in shlibs files.
5047 * dpkg-shlibdeps will try harder to identify packages providing a library
5048 by looking up dpkg -S on the realpath of any symlink to a library.
5050 * dpkg-source now correctly identifies the extension of the
5051 orig.tar.{gz,bz2,lzma} file and won't unexpectedly create "Format: 2.0"
5055 * Add support for Package-Type in dpkg-name.
5056 * Restore cross compilation support by honouring the environment host and
5057 arch variables to override the default values on the dpkg-dev scripts.
5059 [ Updated man pages translations ]
5060 * Swedish (Peter Karlsson)
5062 [ Added scripts translations ]
5063 * Swedish (Peter Karlsson)
5065 -- Guillem Jover <guillem@debian.org> Fri, 23 Nov 2007 06:32:27 +0200
5067 dpkg (1.14.9) unstable; urgency=low
5070 * Fix bad behaviour of Dpkg::Path::get_pkg_root_dir() and adjust
5071 dpkg-shlibdeps accordingly. Closes: #452012
5072 * Fix Dpkg::Deps to accept empty fields. Closes: #452013
5074 [ Updated man pages translations ]
5075 * German (Helge Kreutzmann).
5077 -- Guillem Jover <guillem@debian.org> Tue, 20 Nov 2007 07:15:41 +0200
5079 dpkg (1.14.8) unstable; urgency=low
5082 * Heavy rework of dpkg-shlibdeps:
5083 - Support "symbols" files to generate finer-grained dependencies.
5084 Those files can be created by the new dpkg-gensymbols command.
5086 - Uses now all paths in RPATH (instead of only the first).
5088 - Support parsing include directives in /etc/ld.so.conf. Closes: #431597
5089 - Libraries are also searched in the public directories of packages
5090 being built and thus debian/shlibs.local can effectively define
5091 dependencies for libraries that are being built. Closes: #80340
5092 - "symbols" files use the full SONAME as key instead of splitting it in
5093 (name, version) like in the "shlibs" format. This allows binaries to
5094 be linked with unversioned libraries and not fail. Note that
5095 unversioned libraries are still a very bad idea. Closes: #48208
5096 - dpkg-shlibdeps now supports '-x<package>' options that can be used to
5097 exclude packages from generated dependencies (use with care though).
5098 Closes: #41907, #109954
5099 - If dpkg-shlibdeps doesn't find any dependency information for a
5100 shared library that is actively used, then it will fail. This can be
5101 disabled with the option '--ignore-missing-info'. Closes: #10807
5102 * Switch perl programs to use the new Dpkg::Deps module. This changes the
5103 behaviour of dpkg-gencontrol and dpkg-source which will rewrite and
5104 simplify dependencies and build dependencies as possible. Multiple
5105 dependencies on the same package are replaced by their intersection.
5106 Closes: #178203, #186809, #222652
5108 [ Frank Lichtenheld ]
5109 * Add $(MAKE) check to build target
5110 * Allow to use other compressions than gzip on dpkg-source -b
5111 (NOTE: this will result in a Format: 2.0 source package!).
5113 * Various small fixes to the manpages suggested by Helge Kreutzmann.
5115 * Fix Dpkg::BuildOptions (and thereby dpkg-buildpackage) to really
5116 set DEB_BUILD_OPTIONS. Found by Daniel Shepler. Closes: #446119
5117 * Change some ' in shell code in dpkg-source.1 and dpkg-query.1 to
5118 proper \(aq. Reported by Daniel van Eeden. Closes: #447476
5121 * Use shipped perl modules when calling perl programs at build time.
5122 * Switch perl programs to use the new Dpkg::ErrorHandling and Dpkg::Arch
5124 * Add support for format strings in Dpkg::ErrorHandling functions.
5125 * Move build and host arch detection code from dpkg-architecture to
5127 * Add initial udeb support:
5128 - Support new fields fields Package-Type, Subarchitecture, Kernel-Version
5129 and Installer-Menu-Item. Closes: #383916
5130 - New '--type' option for dpkg-scanpackages.
5131 * Make dpkg-dev Conflict on dpkg-cross << 2.0.0 which was sourcing
5132 dpkg-buildpackage expecting it to be a shell script. Closes: #445852
5133 * Get rid of undefined macros from man pages. Thanks to Colin Watson
5136 [ Updated dselect translations ]
5137 * Czech (Miroslav Kure).
5139 [ Added dpkg translations ]
5140 * Thai (Theppitak Karoonboonyanan). Closes: #446501
5142 [ Updated dpkg translations ]
5143 * Czech (Miroslav Kure).
5144 * Galician (Jacobo Tarrio). Closes: #446624
5145 * Polish (Robert Luberda).
5146 * Russian (Yuri Kozlov). Closes: #446278
5148 [ Updated man pages translations ]
5149 * German (Helge Kreutzmann). Closes: #448354
5150 * Polish (Robert Luberda).
5151 * Swedish (Peter Karlsson).
5153 [ Added scripts translations ]
5154 * German (Helge Kreutzmann). Closes: #448353
5156 [ Updated scripts translations ]
5157 * Polish (Robert Luberda).
5158 * Swedish (Peter Karlsson).
5160 -- Guillem Jover <guillem@debian.org> Mon, 19 Nov 2007 10:36:30 +0200
5162 dpkg (1.14.7) unstable; urgency=low
5165 * Add back $dpkglib into @INC, needed by the controllib.pl require in
5166 822-date. Closes: #440962
5167 * Document in dpkg-scanpackages that apt now requires Packages.bz2 in
5168 preference to Packages.gz. Closes: #440973
5169 * Stop recognizing the obsolete Optional field when building packages.
5170 * Use fakeroot, if present, by default to gain root privileges in
5172 * Fix typos in dpkg-deb.1 and start-stop-daemon.8. Closes: #441051
5174 * After '<prerm> remove' fails and while doing the error unwinding, if
5175 the '<postinst> abort-remove' call succeeds, preserve the old status
5176 instead of unconditionally setting it to 'Installed'. Closes: #432893
5177 Thanks to Brian M. Carlson.
5178 * Add Vcs-Browser and Vcs-Git fields to debian/control.
5179 * Add a Homepage field to debian/control (to be changed later when
5180 there's a more formal site).
5181 * Allow comparing unsupported architectures for equality and identity.
5182 Based on a patch by Frank Lichtenheld. Closes: #427210
5183 * Document Origin and Bugs fields in deb-control.5. Closes: #173463
5184 * Do not replace substvars for build dependencies (it was not supported
5187 [ Frank Lichtenheld ]
5188 * Add _MTN to dpkg-source -i default regex. Suggested by Jari Aalto.
5189 * Convert dpkg-buildpackage to a Perl script.
5190 Fix some bugs in the new script detected in experimental:
5192 * dpkg-buildpackage accepts a -j<n> option now which will set
5193 MAKEFLAGS(-j<n>) and DEB_BUILD_OPTIONS(parallel=<n>) accordingly.
5194 parallel=<n> in DEB_BUILD_OPTIONS will be passed to MAKEFLAGS as
5195 well. Based on an idea by Robert Millan. Closes: #440636
5196 * Allow dpkg-source -I without a pattern which will load a default
5197 list of pattern similar to -i without regexp. Patch by
5198 Jari Aalto. Closes: #440972
5199 * Rework documentation of dpkg-source's -i and -I options.
5200 Closes: #323911, #440956
5201 * Add --utf8-strings to gpg call in dpkg-buildpackage since
5202 that seems to be the better default. Suggested by Székelyi Szabolcs.
5204 * Let dpkg-buildpackage error out early if the version number from
5205 the changelog is not a valid Debian version. Closes: #216075
5206 * Fix dpkg-source to create correct diffs for files with spaces in
5207 their name (apparently we don't have many of those ;).
5208 Based on a patch by Marcel Toele. Closes: #445380
5210 [ Updated dpkg translations ]
5211 * Basque (Piarres Beobide). Closes: #440859
5212 * Danish (Claus Hindsgaul). Closes: #441106
5213 * French (Frédéric Bothamy).
5214 * German (Sven Joachim). Closes: #440537
5215 * Nepali (Shiva Prasad Pokharel). Closes: #437825
5216 * Portuguese (Miguel Figueiredo). Closes: #441113
5217 * Romanian (Eddy Petrişor).
5218 * Vietnamese (Clytie Siddall). Closes: #440502
5219 * Korean (Sunjae Park). Closes: #443190
5221 [ Updated man pages translations ]
5222 * German (Helge Kreutzmann).
5223 * Swedish (Peter Karlsson).
5224 * Korean (Sunjae Park). Closes: #443191
5226 [ Updated scripts translations ]
5227 * Correct a typo in the French translation. Closes: #443276
5228 * Swedish (Peter Karlsson).
5230 -- Guillem Jover <guillem@debian.org> Mon, 08 Oct 2007 07:31:34 +0300
5232 dpkg (1.14.6) unstable; urgency=low
5234 [ Frank Lichtenheld ]
5235 * Synchronise usage information of dpkg, dpkg-deb, and
5236 dpkg-query man pages. This fixes some small mistakes
5237 and also Closes: #321520
5240 * Man pages cleanup:
5241 - Some italics and bold fixes.
5242 - Unify ellipsis, argument separator, and remove redundant program name
5243 preceding the options.
5244 - Substitute 'FILES' header with 'SEE ALSO' in dpkg-buildpackage(1),
5245 and remove leftover string from man page split. Closes: #439306
5246 - Split option descriptions so that it gets easier to distinguish.
5247 - Unify author and copyright information formatting.
5248 * Move variables automatically modified at build time for the perl scripts
5249 to a new style perl module (Dpkg) and make all programs use it.
5250 * Switch 'dpkg-gettext.pl' to a new style perl module (Dpkg::Gettext).
5251 * Implement support for Breaks field. Closes: #379140
5252 Thanks to Ian Jackson.
5253 * Run the deconfiguration of each package to be deconfigured once, instead
5254 of once per each conflicting package being removed. Closes: #378003
5255 Thanks to Ian Jackson.
5256 * Do not segfault when the result from a 'dpkg-query -l' is bigger than
5257 the total number of current packages, and do not produce repeated
5258 results with overlapping patterns on 'dpkg-query -W'. Closes: #428427
5259 * Tightening dpkg-dev versioned Depends to dpkg 1.14.6, and dpkg Conflicts
5260 against << dpkg-dev 1.14.6, where the perl modularization started.
5261 * Do not print empty lines after 'Setting up ...' output. Closes: #392317
5262 * When a slave alternative is inapplicable do not attempt to create the
5263 slave link before removing it again. Closes: #411699
5264 Thanks to Ian Jackson.
5265 * Do not consider it a file conflict if the package contains a symlink
5266 to a directory where the existing symlink on-disk points to the
5267 same place. Closes: #377682
5268 Thanks to Ian Jackson.
5269 * Fix perl warnings:
5270 - When removing a non diverted file with dpkg-divert. Closes: #438416
5271 * Implement support for Homepage field. Closes: #142324
5272 * Ignore XB- fields instead of XC- fields from control file binary package
5273 stanzas in dpkg-genchanges.
5274 * Explicitly ignore all known fields from the control file source package
5275 stanza in dpkg-genchanges, instead of leaving unknown fields unwarned.
5276 * Implement support for Vcs-Browser, Vcs-Arch, Vcs-Bzr, Vcs-Cvs, Vcs-Darcs,
5277 Vcs-Git, Vcs-Hg, Vcs-Mtn and Vcs-Svn fields in control file source
5279 * Implement support for Tag field.
5281 [ Updated scripts translations ]
5282 * French (Frédéric Bothamy, Christian Perrier).
5283 * Swedish (Peter Karlsson).
5285 [ Updated dpkg translations ]
5286 * Dzongkha (Tshewang Norbu). Closes: #430931
5287 * Nepali (Shiva Prasad Pokharel). Closes: #435353
5288 * Polish (Robert Luberda).
5289 * Russian (Yuri Kozlov). Closes: #436147
5290 * Swedish (Peter Karlsson).
5292 [ Updated dselect translations ]
5293 * Russian (Yuri Kozlov). Closes: #436149
5294 * Swedish (Peter Karlsson).
5296 [ Updated man pages translations ]
5297 * German (Helge Kreutzmann).
5298 * Polish (Robert Luberda).
5299 * Swedish (Peter Karlsson).
5301 -- Guillem Jover <guillem@debian.org> Wed, 05 Sep 2007 07:36:02 +0300
5303 dpkg (1.14.5) unstable; urgency=low
5306 * Add lpia support to ostable and triplettable.
5307 * Fix dpkg-source to not emit duplicated entries for the Architecture field
5309 * Fix dpkg-scanpackages to load the override file after having filled the
5310 packages information. Closes: #428169, #428470
5311 * Add '.shelf' to the default dpkg-source -i regex. Closes: #427827
5312 Thanks to Adeodato Simó.
5313 * Support a colon separated list of paths from the ELF RPATH field in
5314 dpkg-shlibdeps. Thanks to Jiří Paleček. Closes: #427988
5315 * Man pages cleanup:
5316 - Reference deb-substvars(5) instead of dpkg-substvars(5). Closes: #429182
5317 - Mark dpkg-* commands in bold.
5318 - Unify title header.
5319 - Remove an additional space in install-info(8) and mark gzip in bold
5320 and remove redundant reference to GNU.
5321 - Fix explanation of dpkg-source '-b' option, remove a reference to
5322 checking for a missing empty string argument, and add a reference
5323 to '-sX' arguments affecting the behaviour. Closes: #428167
5324 - Remove documented dpkg-gencontrol options in dpkg-source left over
5325 from the man pages split.
5327 [ Frank Lichtenheld ]
5328 * Fix typo in German translation of start-stop-daemon(8).
5329 Noted by Joachim Breitner. Closes: #430008
5330 * Correct permission and owner/group handling when extracting
5331 tar balls to match more the user's preferences instead of
5332 ours or the ones from the originator of the tar ball. Patch
5333 by Ian Jackson. Closes: #390915, #207289
5334 * dpkg-source warns now about new empty files since those will
5335 not be represented in the diff. Closes: #383394
5337 [ Updated dselect translations ]
5338 * French (Christian Perrier).
5339 * Romanian (Eddy Petrişor).
5341 [ Updated dpkg translations ]
5342 * Estonian (Ivar Smolin). Closes: #427589
5343 * Portuguese (Miguel Figueiredo).
5344 * Romanian (Eddy Petrişor).
5345 * Spanish (Javier Fernandez-Sanguino). Closes: #429958
5347 [ Updated man pages translations ]
5348 * German (Helge Kreutzmann).
5350 -- Frank Lichtenheld <djpig@debian.org> Tue, 03 Jul 2007 00:27:07 +0200
5352 dpkg (1.14.4) unstable; urgency=low
5355 * Fix perl warnings:
5356 - When unpacking a source package with -sp from a different directory
5357 than the one containing the tarball. Closes: #424998
5358 * Remove an unused variable in dpkg-statoverride by renaming it to the
5359 initially intended name. Closes: #425041
5360 * Fix loose regex in dpkg-source (/\.debian.tar/ -> /\.debian\.tar/).
5361 Thanks to Kylan Robinson. Closes: #425629
5362 * Revert change on 1.14.0 from Aaron M. Ucko. Trim down duped entries only
5363 when passing them to dpkg-query instead. Closes: #425641
5364 * Recognize again architecture wildcards. Closes: #424670
5366 [ Updated dpkg translations ]
5367 * Basque (Piarres Beobide). Closes: #425776
5368 * French (Frédéric Bothamy).
5369 * Galician (Jacobo Tarrío).
5371 -- Guillem Jover <guillem@debian.org> Thu, 24 May 2007 19:30:26 +0300
5373 dpkg (1.14.3) unstable; urgency=low
5376 * Fix perl warnings:
5377 - In dpkg-genchanges when called with -S. Closes: #423193
5378 - In architecture comparison operations. Closes: #423452
5379 - Fill slavepaths undefined entries with an empty string to guarantee
5380 they are always defined. Closes: #423140, #423451, #423544, #423555
5381 * Include the new split man pages deb-substvars.5, deb-override.5 and
5382 deb-shlibs.5 in dpkg-dev.
5383 * Fix deb-substvars.5 section to match reality.
5384 * Refactor update-alternatives.
5385 * Fix dpkg-divert to work again w/o specifying the '--divert' and
5386 '--package' or '--local' options. Closes: #423864
5387 * Document in install-info.8 that when no '--section' option is specified,
5388 install-info will try to use the INFO-DIR-SECTION entry from the info
5389 file. Add missing commas. Thanks to Kurt B. Kaiser. Closes: #397737
5390 * Disambiguate in install-info.8 the use of 'Info directory' with
5391 'Info dir file'. Closes: #420766
5392 * Document in deb-control.5 that the control file can have '#'-style
5393 comments. Closes: #406481
5394 * Make start-stop-daemon fork twice while daemonizing.
5396 [ Updated dpkg-dev translations ]
5397 * French (Frédéric Bothamy). Closes: #423392
5399 [ Updated dpkg translations ]
5400 * French (Christian Perrier).
5401 * German (Sven Joachim). Closes: #423401
5403 [ Updated dselect translations ]
5404 * German (Sven Joachim). Closes: #423403
5406 -- Guillem Jover <guillem@debian.org> Tue, 15 May 2007 16:02:59 +0300
5408 dpkg (1.14.2) unstable; urgency=low
5411 * Remove bashisms in dpkg-buildpackage. Closes: #422239
5412 * Handle case in update-alternatives when there's no existing alternative
5413 to configure. Closes: #260987, #353252, #367717, #392431
5414 * Add solaris support to ostable and triplettable. Closes: #361866
5415 * Properly create the generic name symlink in update-alternatives for new
5416 alternatives. Closes: #422979
5417 * Include translations again, which disappeared due to a dirty source tree
5418 and a bogus Makefile.am for the man pages. Closes: #423029, #423085
5420 -- Guillem Jover <guillem@debian.org> Wed, 09 May 2007 22:22:45 +0300
5422 dpkg (1.14.1) unstable; urgency=low
5425 * Fix partial upgrades by tightening dpkg-dev versioned Depends to
5426 dpkg 1.14.0, and dpkg Conflicts against << dpkg-dev 1.14.0, where
5427 the triplettable support first appeared. Closes: #422848
5429 -- Guillem Jover <guillem@debian.org> Tue, 08 May 2007 18:23:49 +0300
5431 dpkg (1.14.0) unstable; urgency=low
5434 * Make the copyright information in dpkg-deb.1 and dpkg-split.1 match the
5435 one in the source. Thanks to Nicolas François. Closes: #379320
5436 * Allow dpkg-buildpackage to properly override '-b' when passed after '-B'.
5437 Thanks to Julian Gilbey. Closes: #397479
5438 * Move retrieval of uid and gid information from controllib.pl into a
5439 function, so that scripts not needing it do not execute that code.
5440 Based on a patch by Riku Voipio. Closes: #396884
5441 * Do not bail out in dpkg when building without start-stop-daemon support,
5442 by checking if the macro value is true instead of it being defined.
5443 Thanks to Mark Rosenstand.
5444 * Make all perl scripts use strict and warnings, to ease catching errors.
5445 * Refactor update-alternatives code, with the side effect that now commands
5446 on non existing link group files will return an error code (except
5447 for --remove, now). Closes: #273407
5448 * Add a missing newline to a warning message in dpkg. Closes: #390914
5449 Thanks to Ian Jackson.
5450 * Fix typo in variable name in dpkg-source which was causing it to not
5451 create directories when extracting the diff. Closes: #374645
5452 * Fix up and down keystrokes in the dselect help message. Closes: #383438
5453 Thanks to Sven Joachim.
5454 * Convert 822-date to be a simple wrapper around 'date -R'. 822-date is
5455 now deprecated and should not be used anymore. It might be removed
5456 sometime in the future. Closes: #31634, #367712, #314462
5457 Thanks to Frank Lichtenheld.
5458 * Add '.gitignore' to the default dpkg-source -i regex. Closes: #409566
5459 Thanks to Julien Cristau.
5460 * Add '.hg' to the default dpkg-source -i regex. Closes: #414794
5461 * Use l10n-friendlier strings to describe dependencies. Closes: #390916
5462 Thanks to Ian Jackson.
5463 * Change priority for dpkg-dev from standard to optional to match the
5465 * Do not use a build-stamp in debian/rules.
5466 * Fix confusing bottom status lines in dselect, unifying them by removing
5467 the method or package name and capitalizing. Closes: #9085
5468 * Check proper error value returned by BZ2_bzerror. Closes: #410605
5469 * Exit with an error instead of an assert if a file name is too long when
5470 building a .deb package. Closes: #393069
5471 * Exit with an error instead of an assert if the number of conflictors is
5472 exceeded. Remove bogus comments. Closes: #377855
5473 * Fix regular expression special-casing Origin, Bugs and Maintainer fields
5474 which was making X[SBC]- fields containing such strings to propagate into
5475 the .deb control file unprocessed. Thanks to Colin Watson.
5476 * Add support for '--admindir' in dpkg-buildpackage, dpkg-checkbuilddeps
5477 and dpkg-shlibdeps. Closes: #162348
5478 * Cleaning and format unification of manual pages.
5479 * Make the override-file argument to dpkg-scanpackages optional.
5480 * Refactor compression filtering code.
5481 * Split override file information from dpkg-scanpackages.1 into
5482 deb-override.5 manual page.
5483 * Split dpkg-source.1 into independent man pages, namely deb-substvars.5,
5484 deb-shlibs.5, dpkg-buildpackage.1, dpkg-distaddfile.1, dpkg-genchanges.1,
5485 dpkg-gencontrol.1, dpkg-parsechangelog.1 and dpkg-shlibdeps.1.
5486 * Support building binary packages with the member data.tar.lzma compressed
5488 * Require gettext 0.16.1.
5489 * Show the epoch (if present) when displaying package versions.
5490 Closes: #107449, #179913, #345594, #393924, #405668
5491 Based on a patch by Jeffrey W. Baker.
5492 * Switch from pseudo-tags to usertags, and update the documentation.
5493 * Fix typo in German dpkg man page. Closes: #416167
5494 Thanks to Martin Weis.
5495 * Properly sort Uploaders field in generated .dsc files.
5496 * Reorder a bit the fields in output files.
5497 * Speed up dpkg-shlibdeps by avoiding doing a dpkg-query for duped
5498 libraries. Thanks to Aaron M. Ucko. Closes: #421290
5499 * Generalize source architecture handling by abstracting it through the new
5500 Debian triplet and the new triplettable.
5501 * Add armel support to ostable and triplettable. Closes: #414087
5503 [ Updated dpkg translations ]
5504 * Dutch (Bart Cornelis).
5505 * French (Frédéric Bothamy).
5506 * Polish (Robert Luberda).
5507 * Romanian (Eddy Petrişor).
5508 * Simplified Chinese (Anthony Wong). Closes: #415320
5509 * Traditional Chinese (Anthony Wong). Closes: #415230
5511 [ Added dpkg translations ]
5512 * Estonian added (Ivar Smolin). Closes: #422404
5513 * Kurdish added (Erdal Ronahi). Closes: #418154
5514 * Marathi added (Priti Patil). Closes: #416810
5516 [ Updated man pages translations ]
5517 * German (German l10n team). Closes: #418528
5518 * Polish (Robert Luberda).
5520 [ Updated dselect translations ]
5521 * Dutch (Bart Cornelis).
5522 * Polish (Robert Luberda).
5524 -- Guillem Jover <guillem@debian.org> Tue, 08 May 2007 11:11:50 +0300
5526 dpkg (1.13.25) unstable; urgency=low
5529 * Fix year 2018 in changelog for Michael Alan Dorman's upload in 1998,
5530 which was confusing the changelog parsers. Closes: #402526
5531 * Document in its man page that update-alternatives requires cooperation
5532 from all packages dealing with the specific file. Closes: #396338
5533 Thanks to Tomas Pospisek <tpo_deb@sourcepole.ch>.
5534 * Require POSIX inside subprocerr in controllib.pl. Closes: #390636
5535 Thanks to Brendan O'Dea <bod@debian.org>.
5536 * Support extracting lzma compressed source and binary packages,
5537 and add a Suggests on package lzma. Closes: #347715
5538 * Add '/emul/ia32-linux' biarch paths to dpkg-shlibdeps. Closes: #403216
5539 * Remove non-modified /etc/dpkg/dpkg.cfg configuration file when upgrading
5540 from versions 1.9.21 through 1.10.28, to avoid getting prompted about
5541 conffile changes. Closes: #398061
5543 [ Updated dpkg translations ]
5544 * Chinese (Traditional, Asho Yeh).
5545 * Korean (Sunjae Park). Closes: #394135, #404938
5546 * Norwegian Bokmal (Hans Fredrik Nordhaug). Closes: #391143
5547 * Nepali (Shiva Prasad Pokharel).
5548 * Romanian (Eddy Petrişor).
5549 * Catalan (Jordà Polo).
5550 * Swedish (Peter Karlsson).
5551 * Vietnamese (Clytie Siddall). Closes: #399343
5553 [ Added dpkg translations ]
5554 * Punjabi (A S Alam).
5556 [ Updated dpkg-dev translations ]
5557 * Catalan (Jordi Mallach).
5559 [ Updated dselect translations ]
5560 * Korean (Sunjae Park). Closes: #404943
5562 -- Guillem Jover <guillem@debian.org> Tue, 2 Jan 2007 00:23:57 +0200
5564 dpkg (1.13.24) unstable; urgency=low
5567 * Fix dselect segfault by adding a field description matching the
5568 dependency field enum position. Closes: #392731, #392724
5570 [ Updated dpkg Translations ]
5571 * Nepali (Shiva Prasad Pokharel). Closes: #373728
5573 -- Guillem Jover <guillem@debian.org> Fri, 13 Oct 2006 16:34:39 +0300
5575 dpkg (1.13.23) unstable; urgency=low
5578 * Add initial support for the Breaks field, by parsing but rejecting it.
5579 Thanks to Ian Jackson <iwj@ubuntu.com>. Closes: #375703
5580 * Use dpkg-architecture from the source tree to get the target Debian
5581 architecture, instead of duplicating the logic in the m4 files.
5582 * Remove comment headers in dselect/helpmsgs.{cc,h} about the files being
5583 autogenerated, replace them with a proper license and copyright comment.
5585 * Add a new line at the end of m4/compiler.m4 file, to cope with an
5586 autoreconf failure due to the new m4 1.4.7.
5588 [ Nicolas François ]
5589 * Specify --null before the -T tar's option to avoid the "tar: -: file name
5590 read contains nul character" warning.
5591 Closes: #376351, #375749, #376724, #377279
5593 [ Added dpkg Translations ]
5594 * Dzongkha (Kinley Tshering).
5596 [ Updated dpkg Translations ]
5597 * Basque (Piarres Beobide). Closes: #375118
5598 * Brazilian Portuguese (Andre Luis Lopes).
5599 * Catalan (Robert Millan, Jordi Mallach). Closes: #383448
5600 * Czech (Miroslav Kure).
5601 * Danish (Claus Hindsgaul).
5602 * Dutch (Bart Cornelis).
5603 * Dzongkha (Tenzin Dendup). Closes: #388192
5604 * French (Frédéric Bothamy).
5605 * Galician (Jacobo Tarrio).
5606 * German (Sven Joachim). Closes: #381409, #381740
5607 * Hungarian (SZERVÁC Attila).
5608 * Italian (Stefano Canepa, Davide Viti). Closes: #387821
5609 * Japanese (Kenshi Muto). Closes: #386963
5610 * Khmer (Khoem Sokhem). Closes: #375099
5611 * Portuguese (Miguel Figueiredo, Rui Branco).
5612 * Romanian (Eddy Petrişor).
5613 * Russian (Yuri Kozlov). Closes: #376746, #391143
5614 * Slovak (Peter Mann). Closes: #387282
5615 * Spanish (Javier Fernandez-Sanguino). Closes: #386759
5616 * Swedish (Daniel Nylander). Closes: #383643
5617 * Vietnamese (Clytie Siddall). Closes: #383588
5619 [ Added dpkg-dev Translations ]
5620 * Catalan (Jordi Mallach).
5621 * French (Philippe Batailler).
5623 [ Updated dselect Translations ]
5624 * Brazilian Portuguese (Andre Luis Lopes).
5625 * Catalan (Robert Millan, Jordi Mallach).
5626 * Danish (Claus Hindsgaul).
5627 * German (Sven Joachim). Closes: #384843
5628 (Sven is now the new German translation maintainer for dpkg and dselect).
5629 * Hungarian (SZERVÁC Attila).
5630 * Indonesian (Arief S Fitrianto). Closes: #391144
5631 * Italian (Stefano Canepa).
5632 * Japanese (Kenshi Muto).
5633 * Norwegian Bokmål (Hans Fr. Nordhaug).
5634 * Russian (Yuri Kozlov).
5635 * Slovak (Peter Mann).
5636 * Spanish (Javier Fernández-Sanguino Peña). Closes: #391144
5637 * Swedish (Daniel Nylander).
5638 * Vietnamese (Clytie Siddall).
5640 [ Updated man pages translations ]
5641 * French (Philippe Batailler).
5642 * German (Helge Kreutzmann). Closes: #379030
5644 [ Added man pages translations ]
5645 * German (Helge Kreutzmann).
5646 Closes: #379286, #379298, #379417, #379433, #379661, #379798, #379825
5647 Closes: #379985, #380130, #380239, #380365, #381047, #380660, #380443
5648 Closes: #381349, #381488
5649 * Japanese (KISE Hiroshi).
5650 Closes: #381141, #381865, #384768, #385675, #386965, #388837
5652 -- Guillem Jover <guillem@debian.org> Thu, 12 Oct 2006 02:56:09 +0300
5654 dpkg (1.13.22) unstable; urgency=low
5657 * Version the po4a Build-Depends to >= 0.23 as we are using options
5658 introduced in that version. Thanks to Sergio Gelato. Closes: #370536
5659 * Add '.bzrtags' directory to default dpkg-source -i regex.
5660 Suggested by Adeodato Simó. Closes: #370392
5661 * Print update-alternatives '--config' listing layout evenly spaced.
5663 * Clarify the legend in update-alternatives '--help' (Andrew Ferrier).
5665 * Add the source version inside parenthesis to the Source field in the
5666 generated .changes and binary packages if the binary package version
5667 differs (like in binNMUs). Closes: #62529
5668 * Add missing comment serving as documentation about abort-remove on
5669 removal in dpkg.postinst (Justin Pryzby). Closes: #372145
5670 * Fix typo in dpkg-deb manpage (Robert Luberda). Closes: #373999
5671 * Clarify dpkg-architecture new options '-e' and '-i' in man page, add
5672 backward compatibility information and give some examples.
5673 Thanks for the initial suggestions to Junichi Uekawa. Closes: #370830
5674 * Modified some strings to be able to merge them in the .pot files.
5675 * Add new '--umask' option to start-stop-daemon. Closes: #368003
5677 [ Frank Lichtenheld ]
5678 * dpkg-source issued spurious warnings about fields defined with
5679 XB-. They now get correctly suppressed. Closes: #374154
5680 * Give a correct warning when the user requested an unknown
5681 sign command that we will default to a pgp style interface.
5684 [ Updated dpkg Translations ]
5685 * Romanian (Eddy Petrişor).
5686 * Galician (Jacobo Tarrio).
5687 * French (Christian Perrier).
5688 * Swedish (Peter Karlsson).
5689 * Basque (Piarres Beobide). Closes: #373107
5690 * Polish (Robert Luberda).
5691 * Catalan (Guillem Jover).
5693 [ New dpkg Translations ]
5694 * Nepali (Paras Pradhan). Closes: #373728
5696 [ Updated dselect Translations ]
5697 * Simplified Chinese (Kov Tchai). Closes: #366260
5699 [ Updated man pages translations ]
5700 * Polish (Robert Luberda).
5702 [ Christian Perrier ]
5703 * Typo fix in update-alternatives ("alternativse"). Thanks to Eddy Petrisor
5704 for spotting it. Translations unfuzzied.
5705 * Make similar messages in dpkg-statoverride and dpkg-divert exactly similar
5706 Thanks to Eddy Petriso for spotting them, again.
5708 -- Guillem Jover <guillem@debian.org> Wed, 21 Jun 2006 18:03:29 +0300
5710 dpkg (1.13.21) unstable; urgency=low
5713 * Disambiguate error message about conflicting command line actions by
5714 providing both long and short option names. Based on a suggestion by
5715 Josip Rodin. Closes: #45575
5716 * Add '/lib32' and '/usr/lib32' to the dpkg-shlibdeps library path search
5717 list. Closes: #367892
5718 * Revert usage of English perl non-essential module from install-info.
5719 Closes: #369928, #369958, #370157, #370174, #370210
5720 * Print the correct file being parsed by dpkg-parsechangelog's debian
5721 parser. Closes: #368961
5722 * Fix dependency cycle breaking in the case when every link involves
5723 a Provides (Ian Jackson). This is a proper fix for #349442.
5726 [ Updated dpkg Translations ]
5727 * Czech (Miroslav Kure).
5728 * Vietnamese (Clytie Siddall).
5730 -- Guillem Jover <guillem@debian.org> Sun, 4 Jun 2006 19:02:44 +0300
5732 dpkg (1.13.20) unstable; urgency=low
5734 [ Frank Lichtenheld ]
5735 * Add gettext support for the Perl scripts. Based on a patch by
5736 Nicolas François. Closes: #165843
5737 * Only print usage information of dpkg-scanpackages on stdout
5738 if requested explicitly. Use stderr in case of error.
5740 * Add remarks to dpkg-scansources and dpkg-scanpackages
5741 man pages about the need to compress the generated files
5742 to be able to access them via apt. Closes: #65839
5743 * Allow '+' and '.' in distribution names in Debian changelogs.
5744 Based on a patch by John Wright.
5746 * Use the Debian keyring in dpkg-source when checking signatures
5747 of .dsc files, if available. Closes: #364726
5748 * Let dpkg-buildpackage pass through all remotely sensible
5749 -sX options to dpkg-source (-s[nsAkurKUR] currently).
5751 * Improve the description of --showformat in dpkg-deb
5752 man page and add a pointer to the complete description
5753 of the option in dpkg-query.
5754 * Don't spew out garbage from dpkg-deb, if the second argument
5755 to -I is a absolute filename. Based on a patch by Ian Eure.
5757 * Fix --ignore-depends argument value parsing. Closes: #169125
5758 * Completely remove md5sum diversion madness. Instead, we Pre-Depend
5759 on a version of textutils which provides /usr/bin/md5sum. We rely on
5760 the logic in coreutils to remove our diversions. Patch by
5761 Ian Jackson. Closes: #315784, #313605
5762 * Try harder to detect dependency cycles that contain Provides
5763 links. Closes: #349120, #349442
5764 * Update archtable to reflect current archive: Add amd64 and remove
5766 * Don't claim in dpkg man page that we set DPKG_OLD_CONFFILE and
5767 DPKG_NEW_CONFFILE on sub shells since we actually don't.
5768 * Fix printing of user defined fields with --showformat and
5769 document the existence of this feature in dpkg-query man page.
5770 * Make --forget-old-unavail more reliable by deleting architecture
5771 information of removed packages. Patch by Piotr Engelking.
5773 * When building packages with dpkg-deb give a more useful error
5774 message in case a conffile entry has leading whitespace. Patch
5775 by David Lopez Moreno. Closes: #281562
5776 * Don't drop directories that contain our conffiles too early from
5777 our file listing. Otherwise we might leave them behind on purge
5778 if we share them with other packages.
5779 Closes: #174180, #198128, #198522, #318825, #366178
5781 [ Nicolas François ]
5782 * Fix typos in the Russian man pages. Thanks to Stepan Golosunov.
5784 * Honour tabbing requested via --showformat even if the field to
5785 be printed is empty. Closes: #361671
5786 * Flush the terminal's input before prompting what to do with a
5787 configuration file. Closes: #316551
5788 * Fix the --force-depends-version option. Closes: #57104
5791 * Standardize scripts usage output format and at the same time make
5792 the strings easier for the translators. Add '--help' and '--version'
5793 for most of the scripts. Print the usage and version to stdout.
5794 * Do not strip the epoch from the source:Upstream-Version substvar.
5796 * Properly check and report lock file existence in install-info.
5797 Based on patch by Ben Pfaff. Closes: #368874
5798 * Correct default info directory for '--infodir' in intall-info man
5799 page (Ben Pfaff). Closes: #368875
5800 * Print the bogus version and prefix the error message with 'dpkg: '
5801 when using '--compare-versions'. Closes: #369177
5802 * Remove duplicated string " , at changelog " in dpkg-parsechangelog's
5803 debian style parser (Julian Gilbey). Closes: #369205
5804 * Update the Section and Priority fields in the status file from the
5805 new packages. We assume that the information from the binary package
5806 is correct, otherwise it should be fixed there to match the archive
5807 override file (Koblinger Egmont).
5808 Closes: #54529, #58106, #81171, #230610, #237622, #237626
5809 * Bump Standards-Version to 3.7.2 (no changes needed).
5810 * Add lintian overrides for dpkg, dpkg-dev, dselect and sources.
5811 * Replace logrotate installation logic with dh_installlogrotate.
5813 [ Updated dpkg Translations ]
5814 * Portuguese (Miguel Figueiredo).
5815 * Polish (Robert Luberda).
5816 * Hungarian (SZERVÁC Attila).
5817 * Romanian (Eddy Petrişor).
5818 * Russian (Yuri Kozlov). Closes: #366353
5819 * Czech (Miroslav Kure).
5820 * Simplified Chinese (Kov Tchai). Closes: #366985
5821 * Swedish (Peter Karlsson).
5822 * Galician (Jacobo Tarrio).
5823 * Slovak (Peter Mann).
5824 * Dutch (Bart Cornelis).
5825 * Basque (Piarres Beobide). Closes: #366185
5827 [ Updated dselect Translations ]
5828 * Polish (Robert Luberda).
5829 * Basque (Piarres Beobide). Closes: #366187
5830 * Czech (Miroslav Kure).
5831 * Romanian (Eddy Petrişor).
5833 [ Updated man pages translations ]
5834 * Polish (Robert Luberda).
5836 -- Guillem Jover <guillem@debian.org> Wed, 31 May 2006 07:43:16 +0300
5838 dpkg (1.13.19) unstable; urgency=low
5840 [ Frank Lichtenheld ]
5841 * Add -follow (back) to find call in dpkg-scanpackages.
5843 * Fix error in archive.c that lead to a infinite loop when
5844 installing files with long, non-ASCII filenames in
5845 certain locales. Closes: #346436
5847 [ Updated dpkg Translations ]
5848 * French (Christian Perrier).
5849 * Galician (Jacobo Tarrio).
5850 * Romanian (Eddy Petrişor).
5851 * Dutch (Bart Cornelis).
5852 * Swedish (Peter Karlsson).
5853 * Danish (Claus Hindsgaul). Closes: #362317
5854 * Czech (Miroslav kure).
5855 * Vietnamese (Clytie Siddall). Closes: #363264
5856 * Spanish (Javier Fernández-Sanguino Peña). Closes: #357911
5857 * Basque (Piarres Beobide). Closes: #363683, #363679
5858 * Japanese (Kenshi Muto). Closes: #365334
5860 [ Updated dselect Translations ]
5861 * Romanian (Eddy Petrişor).
5862 * Galician (Jacobo Tarrio).
5863 * French (Christian Perrier).
5864 * Dutch (Bart Cornelis).
5866 [ Nicolas Francois ]
5867 * Generate the Russian man pages in the KOI8-R charset. Closes: #361987
5868 * Document the shlibs.local format in dpkg-source(1). Closes: #316485
5869 * Fix a typo in an error message. Thanks to Justin Pryzby. Closes: #364539
5872 * Fix strings so that they can be more easily translated. Closes: #134358
5873 * Add new substvars source:Version, source:Upstream-Version and
5874 binary:Version so packages will be able to avoid breaking on binNMUs.
5875 Based on a patch by Ken Bloom and Jeroen van Wolffelaar. Closes: #358530
5876 * Support binNMU safe packages even when source and binary differ in
5878 * Rename dpkg:UpstreamVersion to dpkg:Upstream-Version. Make dpkg:Version
5879 and dpkg:Upstream-Version get the current dpkg versions instead of the
5880 ones from the package being built.
5881 * Split usage strings to make it easier for translators when those change.
5883 * Standardize start-stop-daemon usage output format.
5884 * Make install-info '--dir-file' option compatible with GNU install-info
5885 by renaming the infodir variable to dirfile and not appending the
5886 '/dir' string except when initializing from '--info-dir' or
5887 '--infodir' (Wayne Davison). Closes: #61640, #67237, #286275
5888 * Make install-info add a new line after adding the last entry at the
5889 end of the dir file, which makes the info readers able to see those
5890 last entries (Nicolas François). Closes: #164495
5891 * Use the numerical value of errno instead of a string in install-info
5892 when checking if the locking error was due to an already existing
5893 file, which is locale dependent, and die accordingly. Based on a patch
5894 by Nicolas François. Closes: #199204, #210781
5895 * Escape hyphens in man pages.
5896 * Bump Standards-Version to 3.7.1.
5897 * Wrapped debian/control fields except Uploaders given current policy.
5899 -- Guillem Jover <guillem@debian.org> Thu, 4 May 2006 14:05:21 +0300
5901 dpkg (1.13.18) unstable; urgency=low
5903 [ Updated dpkg Translations ]
5904 * Romanian (Sorin Batariuc). Closes: #356664
5905 * Danish (Claus Hindsgaul). Closes: #356188
5906 * Polish (Robert Luberda).
5907 * Dutch (Bart Cornelis).
5909 [ Updated dselect Translations ]
5910 * Spanish (Javier Fernández-Sanguino Peña). Closes: #357912
5911 * Danish (Claus Hindsgaul). Closes: #356188
5912 * Polish (Robert Luberda).
5913 * Russian (Yuri Kowlov). Closes: #361415
5915 [ Updated man pages translations ]
5916 * Typos corrected in French dpkg-source man page
5917 Thanks to Nicolas Bonifas who spotted them
5918 * Russian completed. Thanks to Yuri Kozlov.
5921 [ Christian Perrier ]
5922 * Correct typos in man pages. Thanks to A. Costa for spotting them
5923 Closes: #358091, #358092, #358093, #358094, #358095
5926 * Add a '[!]' in --force-all help denoting that it is a dangerous option.
5928 * Prefix any chroot path to the exec file name when stating it in
5929 start-stop-daemon. Closes: #318771, #333066
5930 * Add '-r' to the help output of start-stop-daemon (Jared Spiegel).
5932 * Use mustsetvar when setting the value of the sversion variable in
5933 dpkg-buildpackage (Andrew Suffield). Closes: #158953
5934 * Pass '--admindir' option over to dpkg-query when passing '--admindir' or
5935 '--root' to dpkg (initial patch by Branden Robinson).
5936 Closes: #153305, #271041, #282853, #307715, #355915
5937 * Support system library directories in dpkg-shlibdeps symlinked from
5938 '/lib/ldconfig'. Closes: #356452
5939 * Document that 'dpkg --get-selections' and 'dpkg-query -l' without a
5940 pattern will not list packages in state purge. Closes: #355633
5941 * Obsolete force/refuse 'auto-select' dpkg option.
5942 * Add new '--clear-selections' option to dpkg (Andrew Suffield).
5944 * Use '--clear-selections' in the dpkg man page example on how to transfer
5945 the status to another installation. Closes: #137442
5947 -- Guillem Jover <guillem@debian.org> Mon, 10 Apr 2006 06:40:22 +0300
5949 dpkg (1.13.17) unstable; urgency=low
5951 [ Frank Lichtenheld ]
5952 * Fix handling of -DArchitecure=foo in dpkg-gencontrol. Closes: #251911
5953 * Handle architectures in all dependency fields in debian/control,
5954 even those of binary packages. Closes: #252657, #324741, #347819
5955 * More dpkg-scanpackages fixes (--arch option handling). Closes: #353506
5958 * Add missing parentheses surrounding a man page section reference
5959 in the dpkg-source man page (Matt Kraai). Closes: #353731
5960 * Fix misspelling of "occurred" as "occoured" in dpkg-gencontrol and
5961 dpkg-source (Matt Kraai). Closes: #353949
5962 * Major cleanup of manpages, by using properly the bold and italic
5963 attributes and other embellishments.
5964 * Add dpkg-query(1) in the SEE ALSO section in dpkg(1). Closes: #354643
5965 * Don't try to compile in SELinux support on GNU/kFreeBSD amd64.
5966 * Add new quiet option to dpkg-source to suppress warnings. Closes: #355065
5967 * Do not expand architecture aliases anymore in .dsc files.
5968 * Change start-stop-daemon's --exec behaviour again on GNU/Linux to compare
5969 the referred file pointed by the '/proc/<pid>/exe' symlink, stripping
5970 any ' (deleted)' string and stating the result. Closes: #354867
5972 [ Updated man pages translations ]
5973 * Polish (Robert Luberda). Closes: #353782
5974 * French (Philippe Batailler).
5976 [ Updated dselect Translations ]
5977 * Hungarian (Szervác Attila).
5978 * Dutch (Bart Cornelis).
5979 * Czech (Miroslav Kure).
5981 [ Updated dpkg Translations ]
5982 * Italian (Lele Gaifax)
5983 * Simplified Chinese (Carlos Z.F. Liu).
5984 * Portuguese (Miguel Figueiredo).
5985 * Dutch (Bart Cornelis).
5986 * Hungarian (Szervác Attila).
5987 * Czech (Miroslav Kure).
5988 * Russian (Yuri Kozlov). Closes: #357724
5990 -- Guillem Jover <guillem@debian.org> Mon, 20 Mar 2006 03:33:03 +0200
5992 dpkg (1.13.16) unstable; urgency=low
5994 * The "not really a brown paper bag needed but it's close" release
5997 * Move auxiliary autotools scripts to config/.
5998 * Require gettext 0.14.5.
5999 * Move the methods directory to dselect/methods, so the contents will not
6000 be installed if dselect is not to be built.
6001 * Move dselect gettext strings to its own domain provided now by the
6004 [ Frank Lichtenheld ]
6005 * Fix override handling in dpkg-scanpackages which was broken in
6006 1.13.14 and .15. Closes: #353305
6007 * Make -isp the default behaviour of dpkg-gencontrol as it is
6008 always used anyway these days. Suggested by Matthew Vernon.
6010 * Typo fixes in man pages by A. Costa:
6011 - dpkg-deb.1 Closes: #353424
6012 - dpkg-statoverride.8 Closes: #353425
6013 - install-info.8 Closes: #353426
6014 - start-stop-daemon.8 Closes: #353427
6015 - update-alternatives.8 Closes: #353428
6016 - dpkg.1, dpkg.cfg.5 Closes: #353429
6018 -- Frank Lichtenheld <djpig@debian.org> Sat, 18 Feb 2006 17:59:00 +0100
6020 dpkg (1.13.15) unstable; urgency=low
6023 * Add a missing closing parenthesis in a dpkg string (Jordi Mallach).
6025 [ Christian Perrier ]
6026 * Updated Translations:
6027 - Brazilian Portuguese (Andre Luis Lopes). Closes: #352432
6028 - Galician (Jacobo Tarrio). Closes: #352443
6030 [ Updated Translations ]
6031 * Catalan (Jordi Mallach).
6032 * Portuguese (Miguel Figueiredo).
6033 * Swedish (Daniel Nylander).
6035 [ New Translations ]
6036 * Hungarian (Szervác Attila).
6038 [ New Manpage Translations ]
6039 * Hungarian (Szervác Attila): dpkg.cfg.5 and dselect.cfg.5.
6041 -- Frank Lichtenheld <djpig@debian.org> Wed, 15 Feb 2006 23:37:40 +0100
6043 dpkg (1.13.14) experimental; urgency=low
6046 * Make start-stop-daemon print the proper version instead of 'VERSION'.
6047 * Set the HOME environment variable when using the --chuid switch in
6048 start-stop-daemon. Closes: #295169, #267784
6049 * Cleanup and unify program usage and version output, make it more i18n
6050 friendly. Fix wrong gettext usage with interparsed macros.
6051 Thanks to Changwoo Ryu for noticing. Closes: #237915
6052 * Mark some strings as translatable (Changwoo Ryu). Closes: #256387
6053 * Remove a trailing 'C' character from update-alternatives manpage.
6054 * Use pkg-config to get the proper flags to link against libselinux.
6055 Add a Build-Dependency on pkg-config, tighten libselinux1-dev to
6056 at least version 1.28-4 which provides a .pc file, and remove
6057 libsepol1-dev as libselinux1-dev is Depending on it.
6058 * Add command descriptions in the synopsis, and add a usage example for
6059 -f in the dpkg-query manpage. Thanks for the initial patch to
6060 Philippe Batailler. Closes: #352091
6061 * Document about the default log file, the behaviour in case of multiple
6062 --log options and add a reference to dpkg.cfg manpage in the dpkg manpage.
6063 Thanks to James R. Van Zandt. Closes: #350440
6064 * Escape ` and ' in manpages otherwise they are converted to quotation
6065 marks, which makes cut and paste not work. Thanks to Denis Barbier.
6068 [ Frank Lichtenheld ]
6069 * Let dpkg-source ignore comments in the hunk header as used by
6070 diff -p (Anand Kumria). Closes: #344880
6071 * Let dpkg-buildpackage create a .changes file even if signing the
6072 .dsc file failed. This makes it easier to just sign the package
6073 later (Julian Gilbey). Closes: #217963
6074 * Change heuristics of dpkg-buildpackage's gpg check to allow for
6075 more complex setups (Julian Gilbey). Closes: #163061
6076 * Add files and dirs used by bzr to default dpkg-source -i regex
6077 (maximilian attems). Closes: #345164
6078 * Add .git directory to default dpkg-source -i regex.
6079 Suggested by Hans Ulrich Niedermann. Closes: #351885
6080 * dpkg-scanpackages can now output Packages files with multiple
6081 versions of a single package (Don Armstrong). Closes: #229589.
6082 * dpkg-scanpackages outputs help when given the --help or -h option
6083 (Don Armstrong). Closes: #319541
6084 * Document dpkg-scanpackage -m in man page.
6085 * Let warn dpkg-source if more than one -sX option was given and
6086 document the behaviour in this case in the man page.
6088 * Make dpkg-source -b more robust regarding to existing symlinks
6089 by creating new files in a secure manner. Closes: #178839, #338591
6090 * Fix some semantic errors in dpkg-shlibdeps due to typos in used
6092 * On package configuration, differentiate between modified and
6093 deleted configuration files (Ian Jackson). Closes: #351361
6094 * Improve processing of disappearing conffiles (Ian Jackson).
6095 This is part of the fix for #108587.
6096 * Let dpkg-source -x touch all patched files to have the same
6097 timestamp to mitigate time-skew problems (Denis Barbier).
6099 * Strip any newlines from Uploaders field on dpkg-source -b.
6102 [ Christian Perrier ]
6103 * Switch to po4a for manpages translation. Closes: #320122
6104 This adds a Build-Depends on po4a.
6105 * Add Vietnamese to po/LINGUAS as it was previously missing.
6106 * Updated Translations:
6107 - Catalan (Jordi Mallach). Closes: #351587
6108 - French (Christian Perrier): 1011t.
6109 - Galician (Jacobo Tarrio): 1002t. Closes: #351795
6110 - Basque (Piarres Beobide): 1002t. Closes: #351845
6111 - Slovak (Peter Mann): 1002t. Closes: #352087, #352311
6112 - Vietnamese (Clytie Siddal): 1011t. Closes: #352307
6114 -- Frank Lichtenheld <djpig@debian.org> Sun, 12 Feb 2006 02:32:12 +0100
6116 dpkg (1.13.13) unstable; urgency=low
6118 [ Frank Lichtenheld ]
6119 * dpkg and dselect are now in section admin, not section base.
6120 Correct info in the control file.
6121 * Bump Standards-Version to 3.6.2 (no changes).
6122 * Fix typo in dpkg-architecture man page. Closes: #334330
6123 * Honor LD_LIBRARY_PATH in dpkg-shlibdeps. Fixes a regression
6124 from 1.13.11 to .12.
6125 * Don't recurse into package directories to search for local
6126 shlibs files since it is obviously a waste of time. Based
6127 on a suggestion by Steve Langasek. Closes: #338725
6129 [ Christian Perrier ]
6130 * Updated Translations:
6131 - Dutch (Bart Cornelis). Fix error mentioned in #323908 by
6133 - Japanese (Kenshi Muto). Closes: #349808
6136 * Fix typo in dpkg-statoverride manpage. Closes: #348113
6137 Thanks to Marc Haber <mh+debian-packages@zugschlus.de>.
6138 * Document the --no-debsig option in dpkg manpage. Closes: #316367
6139 Thanks to Bastian Kleineidam <calvin@debian.org>.
6140 * Fix typos in dselect manpage. Closes: #310358
6141 Thanks to A Costa <agcosta@gis.net>.
6142 * Fix typo in start-stop-daemon's help output. Closes: #333673
6143 Thanks to Christoph Maser <cm@financial.com>.
6144 * Document the correct format string for dpkg-query --showformat option.
6145 Update -l example and lower case the program name in the title header.
6146 Thanks to Zefram <zefram@fysh.org>. Closes: #174976
6147 * Make dpkg-architecture not print the warning about a mismatch between
6148 gcc target machine type and GNU target system type if the actions are
6151 -- Frank Lichtenheld <djpig@debian.org> Sat, 28 Jan 2006 13:04:16 +0100
6153 dpkg (1.13.12) experimental; urgency=low
6155 * Due to the changes in dpkg-shlibdeps it is not recommended
6156 to use this version for building packages intended to be
6157 uploaded into an official archive, yet.
6159 [ Frank Lichtenheld ]
6160 * Update AUTHORS and debian/copyright for new maintainer team.
6162 * Don't use the ldd output in dpkg-shlibdeps. Search for the
6163 matching libraries ourself. This fixes problems with both
6164 symlinked directories, Closes: #103024, #145714, #164020, #285857
6165 and biarch builds. Closes: #317082
6166 * Let dpkg-gencontrol bail out with an error if parsedep
6167 found an error while parsing a dependency field. Closes: #228125
6168 * dpkg-source -x now tries to chown all files extracted from
6169 tar files. The temporary directory is now created with mode
6170 0700, too. Together this should make it safer to run
6171 dpkg-source -x as root. Based on suggestions by Marcus
6172 Brinkmann and Colin Watson. Closes: #144571, #238460
6173 * Let dpkg-source -b check the build relation fields before
6174 putting them into the .dsc. As a side effect they also
6175 get normalized. Closes: #254449
6176 * Check the gpg signatures of .dsc files before unpacking. See
6177 the upstream changelog for a full description of the semantics.
6178 Based on a patch by Matt Zimmerman. Closes: #48711
6179 * Let dpkg-source ensure (as good as possible) that all
6180 build source packages can also be unpacked.
6181 Closes: #6820, #7014
6182 Also fixed handling of md5sum -b output in dpkg-source on
6183 the way. Based on a patch by Ingo Saitz. Closes: #316123
6184 * Check for illegal architecture strings in dpkg-gencontrol and
6185 dpkg-source. dpkg-gencontrol will only issue a warning while
6186 dpkg-source will error out. Closes: #96920
6187 * Add support "package types" to dpkg-shlibdeps. Patch by Joey Hess.
6188 Closes: #335056, #345475
6189 * Fix man page references to dpkg and dselect man pages. Many
6190 of them still had a wrong section.
6192 * Let dpkg-source -b warn about special permissions of files added
6193 in the diff since these will get lost. Closes: #306125
6194 * dpkg-source -x didn't work in case the upstream version or
6195 the Debian version ended with ~. Fixed.
6197 [ Christian Perrier ]
6198 * Updated Translations:
6199 - French (Christian Perrier).
6200 - Polish (Bartosz Fenski). Closes: #314237
6201 - Norwegian Bokmal (Hans F. Nordhaug). Closes: #315548, #315990
6202 - Czech (Miroslav Kure). Closes: #323775, #345347
6203 - Russian (Yuri Kozlov). Closes: #323821, #335170
6204 - Japanese (Kenshi Muto). Closes: #323938
6205 - Brazilian Portuguese (Andre Luis Lopes). Closes: #325224, #332872
6206 - Russian (Yuri Kozlov). Closes: #335170, #349151
6207 - Swedish (Peter karlsson). Closes: #325990, #344058, #337164, #334063
6208 - Norwegian Nynorsk (Håvard Korsvoll). Closes: #315987
6209 - Portuguese (Miguel Figueiredo).
6210 Closes: #315461, #323674, #323642, #330021
6211 - Spanish (Javier Fernández-Sanguino Peña). Closes: #323662, #315253
6212 - Danish (Claus Hindsgaul). Closes: #348575, #323779, #337948, #325687
6213 - Dutch (Bart Cornelis). Closes: #323908
6214 - German (Michael Piefel). Closes: #323964
6215 - Italian (Stefano Canepa). Closes: #324114, #344671, #347225
6216 - Catalan (Jordi Mallach). Closes: #324456
6217 - Basque (Piarres Beobide). Closes: #342089, #332698
6218 - Tagalog (Eric Pareja). Closes: #337307
6219 - Simplified Chinese (Tchaikov). Closes: #338268
6220 - Galician (Jacobo Tarrío). Closes: #338904
6221 - Romanian (Eddy Petrişor). Closes: #340674
6222 - Vietnamese (Phan Vinh Thinh, Clytie Siddall).
6223 - Indonesian (Parlin Imanuel). Closes: #344513
6224 - Greek (Galaxico). Closes: #344646
6225 - Czech (Miroslav Kure). Closes: #345347
6226 * Fixed broken translation:
6227 - Brazilian Portuguese (James Troup). Closes: #332872
6228 * Fix Russian man page for start-stop-deamon(8)
6230 * Fix German man page for update-alternatives(8)
6232 * Fix typo in dpkg online help message. Unfuzzy translations
6236 * Add armeb to cputable. Closes: #331232
6237 Thanks to Lennert Buytenhek <buytenh+debian@wantstofly.org>.
6238 * Don't try to compile in SELinux support on GNU/kFreeBSD. Closes: #313300
6239 Thanks to Aurelien Jarno <aurel32@debian.org>.
6240 * When linking statically, explicitly add libsepol, even if its only a
6241 transitive library. The proper fix should come with a pkg-config file.
6242 Based on a patch by Bart Martens <bart.martens@advalvas.be>.
6243 Closes: #347744, #348659
6244 * Add support for architecture wildcards, but for now they will only be
6245 exposed in debian/control files, not in binary nor source packages.
6247 * Change start-stop-daemon's --exec option behaviour on GNU/Linux to
6248 compare the filename pointed by '/proc/<pid>/exe' instead of the inode
6249 and device numbers. Thanks to Vasilis Vasaitis <v.vasaitis@sms.ed.ac.uk>.
6252 -- Frank Lichtenheld <djpig@debian.org> Tue, 24 Jan 2006 11:15:36 +0100
6254 dpkg (1.13.11.1) unstable; urgency=low
6256 * Change maintainers to new team.
6258 -- Scott James Remnant <scott@netsplit.com> Thu, 12 Jan 2006 07:56:49 +0000
6260 dpkg (1.13.11) unstable; urgency=low
6262 The "Good, clean fun" Release.
6264 * Fixed the always broken error handling so that only the intended
6265 cleanup handlers are run, rather than ones that we didn't expect.
6266 This corrects the bug when a package's postrm fails and the package is
6267 left in an installed state with no files; the package will now be left
6268 in a half-installed state, as originally intended. Found by Marga
6269 Manterola while documenting the maintainer scripts. Closes: #296026.
6270 * Fixed removal of files involved in diversions during upgrade, caused by
6271 checking whether the "directory" was in use by another package without
6272 actually checking whether or not it was a directory. Closes: #310390.
6273 * Fixed package saving to not disappear packages who divert anything from
6274 the installing package out of the way. Closes: #113626.
6275 * Improved clean-up of unpack failure during install or upgrade, to leave
6276 the system in exactly the same state as it started in.
6277 Closes: #47404, #82407, #121173, #170869, #201848, #236733, #268639.
6278 * Fixed crash when unpacking a package which has an unversioned Replaces
6279 declared on it by another package previously unpacked in the same run
6280 (Colin Watson). Closes: #322595.
6282 * New install unwinding fixed to ensure we don't leave a version in the
6283 status db for a not-installed package.
6284 * Corrected error call when encountering a corrupted filesystem tarfile
6285 to not print "Success". Closes: #95570.
6286 * Fixed castration of potentially unsafe devices to not follow symlinks.
6288 * Marked log file descriptor as close-on-exec. Closes: #320925.
6289 * Re-worked dpkg-source -x to allow all manner of strange things maintainers
6290 seem to do, unpacking isn't the right place to enforce sanity; we'll
6291 do it in -b later on >:-). Closes: #316470, #317760, #318473, #318745,
6292 #322359, #322361, #322362.
6294 * Corrected dselect synopsis line to match consensus. Closes: #318659.
6295 * Changed dpkg-name to use a shell redirect rather than the /dev/stderr
6296 device that may not be writable. Closes: #318376.
6297 * Adjusted various dpkg-query options to avoid outputting a trailing
6298 newline. Closes: #151651, #319781.
6299 * Changed references to "statusoverride" file to just "statoverride"
6300 to make it match reality. Closes: #320952.
6301 * Fixed several bugs with the default diff ignore list used by dpkg-source.
6302 * Added ,,* to the list of default diff ignore list. Closes: #322917.
6304 * Fixes to dpkg-dev (Frank Lichtenheld):
6305 - dpkg-checkbuilddeps will now exit with an error if it is unable to
6306 parse a dependency field. Closes: #171762, #302229.
6307 - dpkg-genchanges will now output a warning if given -sd for a native
6308 package, as it's going to ignore it. Closes: #5571.
6309 - dpkg-source fixed to give a more meaningful error message if given
6310 a directory as the first argument. Closes: #306874.
6311 - dpkg-source fixed to handle being given an absolute path to -b.
6313 - Fix controllib.pl to allow whitespace before version operators.
6314 Closes: #273489, #310306.
6315 - Fix architecture dependency parsing that sometimes generated wrong
6316 list of requirements. Closes: #319816.
6317 - Make the default control field name mangling behaviour "nicer" by
6318 upper-casing all letters that come after a dash. Closes: #306474.
6319 - Ignore trailing newlines in single paragraph control files.
6320 Closes: #57194, #156319
6322 - Fixed typo in dpkg-architecture man page. Closes: #317770.
6323 - Documented dpkg-deb -W/--show and --showformat. Closes: #319784.
6325 -- Scott James Remnant <scott@netsplit.com> Wed, 17 Aug 2005 04:44:44 +0100
6327 dpkg (1.13.10) unstable; urgency=low
6329 The "Bully's Special Prize" Release.
6331 * Removed /usr/sbin/start-stop-daemon. Closes: #313400.
6332 * Fixed md5sum diversion removal. Closes: #313415.
6333 * Fixed dpkg-source to handle native tarballs with a Debian revision.
6334 Closes: #313381, #313433.
6335 * Fixed upgrade from pre-sarge dpkg outside of dselect. Closes: #314575.
6336 * Changed log times to be local rather than UTC. Closes: #313347.
6337 * Changed log writing to be line-buffered. Closes: #314550.
6338 * Moved log creation to postinst, and don't fail if base-passwd hasn't
6339 been configured yet. Closes: #316084.
6340 * Don't try to compile in SELinux support on Hurd. Closes: #313398.
6341 * Place code for SELinux support in the right place so it will actually
6342 get compiled in and used (Manoj Srivastava). Closes: #314886.
6345 - Added missing word to dpkg-architecture manpage. Closes: #313554.
6346 - Reference to dpkg manpage in dpkg.cfg corrected. Closes: #314262.
6347 * Updated Translations (Christian Perrier):
6348 - Basque (Piarres Beobide Egana). Closes: #313474.
6349 - Catalan (Jordi Mallach). Closes: #313288.
6350 - Czech (Miroslav Kure). Closes: #314431.
6351 - Danish (Claus Hindsgaul).
6352 - French (Christian Perrier).
6353 - German (Jens Seidel). Closes: #314125.
6354 - Greek (Greek team). Closes: #314828.
6355 - Italian (Lele Gaifax).
6356 - Japanese (Kenshi Muto). Closes: #313330.
6357 - Russian (Yuri Kozlov). Closes: #313620.
6358 * Hebrew translation de-activated on request of the translator until there
6359 is better support for RTL languages. Closes: #313282.
6361 -- Scott James Remnant <scott@netsplit.com> Tue, 28 Jun 2005 14:19:06 +0100
6363 dpkg (1.13.9) unstable; urgency=low
6365 The "On like Donkey Kong" Release.
6367 * Only open the log file when we first need to write to it, this avoids
6368 the need to suppress errors when not root which fakeroot defeated anyway.
6369 * Stop dpkg-source clobbering an existing .orig directory during unpacking.
6371 * Allow an alternate output directory to be specified to dpkg-source by
6372 giving a second argument to -x. Closes: #246802, #282323.
6373 * Added .arch-inventory to default diff ignore regexp. Closes: #304297.
6375 SELinux support (Manoj Srivastava):
6376 * On SELinux-enabled systems, try to set the security context when the
6377 package is unpacked. Closes: #193653, #249496, #307139.
6378 * Added build-dependency on libselinux1-dev.
6380 Improvements to dpkg-source (Brendan O'Dea):
6381 * Support unpacking of "Wig And Pen" (Format 2.0) source packages.
6382 * Multiple pristine upstream tarballs allowed.
6383 * Native and upstream tarballs may be bzip2-compressed instead of gzip,
6384 as may the debian diff or tarball.
6385 * Unsupported format error fixed to output the unsupported format
6386 rather than the supported one. Closes: #156317.
6388 -- Scott James Remnant <scott@netsplit.com> Sun, 12 Jun 2005 15:52:43 +0100
6390 dpkg (1.13.8) experimental; urgency=low
6392 The "In like Flynn" Release.
6394 * Linux 2.6.12 changed the behaviour of mmap to fail and set EINVAL when
6395 given a zero length, rather than returning NULL. This is POSIXly
6396 correct, so handle zero-length package control files (like available).
6398 -- Scott James Remnant <scott@netsplit.com> Fri, 10 Jun 2005 07:39:44 +0100
6400 dpkg (1.13.7) experimental; urgency=low
6402 The "Maidenhead Creeping Water Plant" Release.
6404 * Reduced inability to open a log file to a warning, suppressed for
6405 non-root operations. Closes: #312383.
6407 -- Scott James Remnant <scott@netsplit.com> Thu, 9 Jun 2005 06:12:56 +0100
6409 dpkg (1.13.6) experimental; urgency=low
6411 The "Just kidding about the God part" Release.
6413 * Fixed incorrect installation location of /etc/logrotate.d/dpkg caused
6414 by a mis-understanding of dh_install's abilities.
6416 -- Scott James Remnant <scott@netsplit.com> Mon, 6 Jun 2005 05:58:36 +0100
6418 dpkg (1.13.5) experimental; urgency=low
6420 The "Flatulent Elm of West Ruislip" Release.
6422 * Actions and package states are now logged by default in the
6423 /var/log/dpkg.log file. This file is rotated monthly and can be
6424 disabled by commenting the line in /etc/dpkg/dpkg.cfg.
6425 * User decisions about conffiles are now logged.
6426 * dpkg-source no longer complains about Enhances field. Closes: #159642,
6428 * preinst no longer relies on procps being installed. Closes: #311808.
6430 * Architecture Support:
6431 - Change DEB_*_GNU_CPU from i386 to i486, to reflect reality.
6432 DEB_*_ARCH_CPU remains at i386, you should be checking against that.
6434 - Fixed order ostable is read to prevent Linux becoming the Hurd.
6436 * Updated Manpage Translations (Christian Perrier):
6437 - Syntax error corrected in Swedish man page for dpkg-deb.
6439 - Syntax error corrected in Spanish man page for dpkg-scanpackages.
6442 -- Scott James Remnant <scott@netsplit.com> Mon, 6 Jun 2005 05:34:21 +0100
6444 dpkg (1.13.4) experimental; urgency=low
6446 The "Or the Wabbit gets it" Release.
6448 * Add -L option to dpkg-architecture to list architecture strings
6451 -- Scott James Remnant <scott@netsplit.com> Tue, 29 Mar 2005 13:31:15 +0100
6453 dpkg (1.13.3) experimental; urgency=low
6455 The "Paying off Karma at a vastly accelerated rate" Release.
6457 * Missing newline added to warning output function. Closes: #283798.
6458 * Fixed prototype warning in dpkg-scansources. Closes: #213577, #219760,
6460 * Removed trailing line from debian origins file. Closes: #264904.
6461 * Changed dpkg-buildpackage to say "source changed by" rather than
6462 "source maintainer is". Closes: #247313.
6463 * Fixed dpkg-gencontrol to allow '-' in architecture names. Closes: #274677.
6464 * Fixed "unknown information field" error to report field that it doesn't
6465 know about. Closes: #275243.
6468 - Remove "medium-level" from description of dpkg. Closes: #292454.
6469 - Harmonised argument names in update-alternatives(8).
6470 Closes: #267095, #284941
6471 - Documented what the '+' and '*' mean in update-alternatives --config
6472 output. Closes: #270486.
6473 - Mention aptitude alongside dselect in 'dpkg --usage' and
6474 'dpkg-deb --help', fix quote style of mention in 'dpkg --help'.
6475 Closes: #274800, #278118.
6476 - Associate --truename with the description of what it does in
6477 dpkg-divert(8). Closes: #277076.
6478 - Removed last remaining references to the packaging manual, replacing
6479 with better references. Closes: #262775.
6480 - Documented format of file dpkg --set-selections takes. Closes: #270043.
6482 -- Scott James Remnant <scott@netsplit.com> Mon, 21 Mar 2005 03:10:27 +0000
6484 dpkg (1.13.2) experimental; urgency=low
6486 The "Mysteriously Unnamed" Release.
6488 * md5sum has been removed, the coreutils or textutils version will be
6489 diverted to /usr/bin/md5sum. Closes: #6633, #136110.
6490 The following bugs are filed against the dpkg md5sum, so no longer apply.
6491 Closes: #95755, #193877, #223381, #264195, #270241, #286632,
6492 * Take Replaces into account when installing packages; don't issue a
6493 "trying to overwrite" error if the file that already exists is in
6494 a package that Replaces the one being installed.
6495 Closes: #164595, #184635, #277890.
6496 * Allow actions and status changes to be logged to a file. Disabled by
6497 default, uncomment line in /etc/dpkg/dpkg.cfg to enable.
6498 Closes: #957, #53376, #77109, #143882, #284499.
6499 * Don't truncate output of 'dpkg -l' when stdout is not a tty.
6500 Closes: #92263, #253860, #258608, #261822, #282790.
6501 * Fix further compilation problems with gcc 4.0. Closes: #299699
6502 * Handle tar files without trailing slash in directory names.
6504 * Output arguments to maintainer scripts with -D2. Closes: #237684,
6507 * Architecture Support:
6508 - Added ppc64. Closes: #263743.
6509 - Split archtable into cputable and ostable, archtable is retained
6510 for compatibility with other packages that might use it only.
6511 - dpkg-architecture no longer canonises -t argument. Closes: #173205.
6512 - dpkg-architecture output includes new DEB_*_ARCH_OS and
6513 DEB_*_ARCH_CPU variables that contain the Debian system and CPU
6515 - dpkg-architecture outputs (mostly) correct GNU system names now,
6516 in particular this means that it will output "linux-gnu" instead
6517 of "linux". You should use the new _ARCH_OS variables instead.
6519 - Add examples to dpkg-divert(8). Closes: #291816.
6520 - Correct typo in dpkg-architecture(1). Closes: #299090.
6522 -- Scott James Remnant <scott@netsplit.com> Fri, 18 Mar 2005 16:21:32 +0000
6524 dpkg (1.13.1) experimental; urgency=low
6526 The "Livin' like a good boy oughta" Release.
6528 * Removed dpkg --print-gnu-build-architecture option. Use variables
6529 defined by dpkg-architecture instead.
6530 * Soft-deprecated dpkg --print-installation-architecture. Use
6531 dpkg --print-architecture instead, which now does the same thing.
6532 * dpkg --print-architecture no longer calls c-compiler. Closes: #164863.
6533 * Removed third field from /usr/share/dpkg/archtable.
6535 * Now we no-longer pre-depend on dselect, check the upgrade will work
6536 in preinst and give the user a chance to abort if they haven't yet
6537 installed dselect and need to. Closes: #282335.
6538 * Fix handling of GNU longname and longlink when a tarfile entry has
6539 both. Closes: #128388.
6540 * md5sum no longer outputs "-" when no argument is supplied.
6541 Closes: #164591, #164889.
6542 * Add darcs metadirectory to dpkg-source diff ignore list. Closes: #289760.
6543 * Add new '-f' short option to dpkg-query as equivalent to --showformat.
6545 * Report conffile conflicts and per-package errors on the status-fd.
6547 * Correct typo in dpkg-architecture. Closes: #282701.
6548 * Fix start-stop-daemon's support for GNU/kFreeBSD. Closes: #258051.
6550 * Architecture Support:
6551 - Added kfreebsd-amd64. Closes: #280963.
6552 - Added m32r. Closes: #280710.
6553 - Clean up of archtable. Closes: #118910, #286898.
6554 - Clean up of dpkg-architecture. Closes: #256323.
6555 * Updated Translations (Christian Perrier):
6556 - French (French Team).
6557 - Greek (Konstantinos Margaritis). Closes: #295922.
6559 -- Scott James Remnant <scott@netsplit.com> Thu, 3 Mar 2005 12:09:07 +0000
6561 dpkg (1.13.0) experimental; urgency=low
6563 The "Three banana strategy" Release.
6565 * Remove the /usr/info or /usr/info/dir symlinks we used to create.
6566 Closes: #206063, #288415.
6567 * Fix cast in lvalue assignment that gcc 4.0 doesn't like.
6568 Closes: #282669, #284797.
6569 * Correct bashism in disk method update script. Closes: #260568.
6571 * Scorched-earth reimplementation of the build process and control files
6572 with debhelper and automake. Closes: #200683, #217946, #229629, #260568,
6573 #266995, #279701, #283640, #292973, #293041.
6574 * Remove SGML and POD documentation formats due to both licensing and
6575 sanity issues. Closes: #285806.
6576 * The dpkg-doc and dpkg-static packages are no more.
6577 * dpkg.cfg cleaned up to remove non-useful examples.
6578 Closes: #169618, #305192.
6580 -- Scott James Remnant <scott@netsplit.com> Fri, 14 Jan 2005 19:28:00 +0000
6582 dpkg (1.10.28) unstable; urgency=low
6584 The "Awh, yeah? Ripper!" Release.
6586 * New Translations (Christian Perrier):
6587 - Romanian (Eddy Petrisor). Closes: #309714.
6588 - Tagalog (Eric Pareja). Closes: #296407.
6589 * Updated Translations (Christian Perrier):
6590 - French (Christian Perrier).
6591 - Greek (Konstantinos Margaritis). Closes: #295922
6592 - Indonesian (Arief S Fitrianto). Closes: #296733
6593 * Updated Manpage Translations (Christian Perrier):
6594 - French (Philippe Batailler).
6595 - Syntax error corrected in Brazilian Portuguese man page for
6596 update-alternatives. Closes: #300646
6598 -- Scott James Remnant <scott@netsplit.com> Thu, 26 May 2005 18:18:10 +0100
6600 dpkg (1.10.27) unstable; urgency=low
6602 The "Grab your gun and bring in the cat" Release.
6604 * New Translations (Christian Perrier):
6605 - Indonesian (Arief S Fitrianto).
6606 - Norwegian Bokmål (Bjorn Steensrud).
6607 * Updated Translations (Christian Perrier):
6608 - Dutch (confusing option corrected by Christian Perrier).
6609 - Galician (Jacobo Tarrio).
6610 - Korean (Seo Sanghyeon).
6611 - Simplified Chinese (Carlos Liu).
6612 - Traditional Chinese (Asho Yeh).
6614 -- Scott James Remnant <scott@netsplit.com> Thu, 10 Feb 2005 15:10:22 +0000
6616 dpkg (1.10.26) unstable; urgency=low
6618 The "Captain Tight-Pants" Release.
6620 * Fix incorrect claim that 'Q' in dselect quits without saving changes
6622 * Revert to current 'stable' behaviour of Space/Enter/'Q' in the dselect
6623 help screen, Space leaves the help screen and Enter and 'Q' do nothing.
6624 It's dangerous to encourage users to press Enter or 'Q' since they
6625 commit changes in the package selection screen.
6627 * New Translations (Christian Perrier):
6628 - Basque (Piarres Beobide Egaña). Closes: #281245.
6629 (Was really added in 1.10.24, but forgotten from ALL_LINGUAS.)
6630 - Bosnian (Safir Šećerović).
6631 - Slovak (benco). Closes: #284896, #289341
6632 - Traditional Chinese (Asho Yeh). Closes: #287375.
6633 * Updated Translations (Christian Perrier):
6634 - Brazilian Portuguese (André Luís Lopes). Closes: #281228.
6635 - Catalan (Jordi Mallach). Closes: #281333.
6636 - Czech (Miroslav Kure). Closes: #281231.
6637 - Danish (Claus Hindsgaul). Closes: #281103.
6638 - Dutch (Christian Perrier). Closes: #282087.
6639 - Galician (Héctor Fernéndez López).
6640 - German (Michael Piefel). Closes: #281503.
6641 - Italian (Stefano Canepa). Closes: #282543.
6642 - Japanese (Kenshi Muto). Closes: #281144.
6643 - Korean (Changwoo Ryu). Closes: #282246.
6644 - Norwegian Nynorsk (Håvard Korsvoll). Closes: #281456.
6645 - Polish (Bartosz Feñski).
6646 - Portuguese (Miguel Figueiredo). Closes: #281122, #289359.
6647 - Russian (Yuri Kozlov). Closes: #281166.
6648 - Simplified Chinese (Tchaikov, Carlos Liu).
6649 - Spanish (Javier Fernández-Sanguino Peña). Closes: #281117.
6650 - Swedish (Peter Karlsson). Closes: #281165.
6652 -- Scott James Remnant <scott@netsplit.com> Tue, 11 Jan 2005 16:26:51 +0000
6654 dpkg (1.10.25) unstable; urgency=low
6656 The "你他媽的天下所有的人都該死" Release.
6658 This release is to correct the mangled Simplified Chinese translation
6659 included in 1.10.24 caused by rebellion of the translator's mail client.
6661 * Updated Translations (Christian Perrier):
6662 - Dutch (Bart Cornelis). Closes: #278700.
6663 - Polish (Bartosz Fenski). Closes: #280406.
6664 - Simplified Chinese (Tchaikov, Carlos Liu). Closes: #278676.
6666 -- Scott James Remnant <scott@netsplit.com> Thu, 11 Nov 2004 20:06:57 +0000
6668 dpkg (1.10.24) unstable; urgency=low
6670 The "Donald, where's your troosers?" Release.
6672 * Add support for uncompressed data.tar archive members and bzip2-
6673 compressed data.tar.bz2 members of binary packages. Closes: #34727.
6675 * New Translations (Christian Perrier):
6676 - Basque (Piarres Beobide). Closes: #265491.
6677 - Greek (George Papamichelakis). Closes: #260809.
6678 - Hebrew (Lior Kaplan). Closes: #275267.
6679 - Simplified Chinese (Tchaikov, Carlos Liu). Closes: #265197.
6680 * Updated Translations (Christian Perrier):
6681 - Brazilian Portuguese (Andre Luis Lopes). Closes: #260964, #273947,
6683 - Czech (Miroslav Kure). Closes: #255904, #278178.
6684 - Catalan (Jordi Mallach). Closes: #278098.
6685 - Danish (Claus Hindsgaul). Closes: #278097.
6686 - Dutch (Bart Cornelis). Closes: #268271, #268886, #274366, #278061.
6687 - Galician (Hector Fernandez).
6688 - German (Michael Piefel). Closes: #276462, #278168.
6689 - French (Christian Perrier).
6690 - Japanese (Kenshi Muto). Closes: #272456, #278141.
6691 - Italian (Lele Gaifax).
6692 - Korean (Changwoo Ryu). Closes: #261528, #278142.
6693 - Norwegian Nynorsk (Håvard Korsvoll). Closes: #275387, #278286.
6694 - Polish (Bartosz Fenski). Closes: #268452, #278064.
6695 - Portuguese (Miguel Figueiredo). Closes: #268266, #261424, #261519,
6697 - Russian (Yuri Kozlov). Closes: #268452, #278154.
6698 - Spanish (Javier Fernández-Sanguino Peña). Closes: #277173, #278117.
6699 - Swedish (Peter Karlsson).
6700 * Updated Manpage Translations (Christian Perrier):
6701 - French (Philippe Batailler). Closes: #268048.
6702 - Spanish (Ruben Porras). Closes: #261807.
6703 - Swedish (Peter Karlsson).
6705 -- Scott James Remnant <scott@netsplit.com> Wed, 27 Oct 2004 09:25:58 +0100
6707 dpkg (1.10.23) unstable; urgency=low
6709 The "Let the Wookie win" Release.
6711 * Updated hurd start-stop-daemon support. Closes: #133640, #254180.
6712 * Removed usage of non-POSIX test options. Closes: #256302.
6714 * Architecture Support:
6715 - Renamed x86-64 to amd64. Closes: #252346, #254598.
6717 - Correct typo in dpkg-divert(8). Closes: #254175.
6719 - Korean (Changwoo Ryu). Closes: #254590.
6720 * Updated Translations:
6721 - Catalan (Jordi Mallach).
6722 - Danish (Claus Hindsgaul). Closes: #252407.
6723 - French (Christian Perrier). Closes: #252586.
6724 - Italian (Lele Gaifax).
6725 - Polish (Bartosz Fenski). Closes: #254209.
6726 - Spanish manpages (Ruben Porras). Closes: #246158, #246159, #246160,
6727 #246161, #246162, #246163, #246164.
6729 -- Scott James Remnant <scott@netsplit.com> Mon, 19 Jul 2004 19:52:14 +0100
6731 dpkg (1.10.22) unstable; urgency=low
6733 The DebConf4 Release.
6735 This release is mostly intended to mop up the minor and trivial bug
6736 fixes in the list and clear out the documentation changes. As such,
6737 it should be treated with even more suspicion than is normal.
6739 * Use colouring to break cycles earlier to avoid long loops whilst
6740 installing or configuring packages. Closes: #232445, #246857.
6741 * Don't try to configure packages that disappeared in the same
6742 run. Closes: #202997.
6743 * Fix segfault when "gcc -dumpmachine" returns a non-matching triplet.
6745 * Remove restriction that package names be at least two characters long.
6747 * Fix dpkg-source (actually controllib.pl) to output the field name
6748 properly again. Closes: #226931, #246595.
6749 * Make dpkg-scanpackages output Origin and Bugs fields with proper
6750 casing. Closes: #154422.
6751 * Add support for DOS line-endings to md5sum. Closes: #246103.
6752 * Fix start-stop-daemon segfault on Hurd. Closes: #133640.
6753 * Allow dpkg-shlibdeps to run as non-root users. Closes: #96881.
6754 * Correct various compiler warnings. Closes: #229766.
6756 * Architecture Support:
6757 - Added x86-64 (x86_64 / amd64). Closes: #238483, #241938.
6758 - Added i?86-gnu (Hurd). Closes: #216695, #236331.
6759 - Added i386-kfreebsd-gnu and i386-knetbsd-gnu. Closes: #250176.
6761 - Create $(docdir) even when --without-sgml-doc is passed so the
6762 ChangeLog can be installed. Closes: #137719.
6763 - Stop hardcoding the list of manual page languages in debian/rules,
6764 so we include Spanish, Russian and Brazilian Portugese. Closes: #245994.
6765 - Quote LDFLAGS in debian/rules to allow multiple options.
6768 - Move dpkg-scanpackages and dpkg-scansources to section 1 as they
6769 are user tools. Closes: #114946.
6770 - Correct hyphen characters in manpages. Closes: #212284, #247086, #226800.
6771 - Remove obsolete references to the Debian Packaging Manual.
6772 Closes: #122910, #140695.
6773 - Correct 'n' and 'p' key descriptions in dselect help message.
6775 - Add --force-bad-verify to dpkg manpage. Closes: #192812.
6776 - Correct dpkg manpage to refer to --force-remove-reinstreq instead of
6777 non-existent --force-reinstreq option. Closes: #232831.
6778 - Correct documentation of --compare-versions arguments. Closes: #232317.
6779 - Correct usage of "et al" to "et al.". Closes: #230751.
6780 - Add dpkg-reconfigure(8) to SEE ALSO section of dpkg(8). Closes: #233282.
6781 - Suggest packages that provide additional functionality in the dpkg
6782 manpage. Closes: #81355.
6783 - Suggest dselect update in description of dpkg --update-avail.
6785 - Suggest aptitude as well as dselect. Closes: #217042.
6786 - Suggest fakeroot for dpkg-source -r. Closes: #175897.
6787 - Correct documentation of start-stop-daemon. Closes: #41554, #211856.
6788 - Correct documentation of start-stop-daemon manpage to refer to --retry
6789 alongside --stop. Closes: #204691.
6790 - Add note that start-stop-daemon will chdir("/") unless -d is specified.
6791 Closes: #217823, #218060.
6792 - Correct documentation of dpkg-query --list. Closes: #232639.
6793 - Correct invalid use of " within update-alternatives(8) with .BR.
6795 - Rewrite description of dpkg-source -i to indicate the intent of the
6796 default setting rather than the exact exclusions. Closes: #227169.
6797 - Correct documentation of dpkg-statoverride --update. Closes: #85079.
6798 - Correct documentation of update-alternatives --install. Closes: #179648.
6799 - Documented dpkg:Version and dpkg:UpstreamVersion substvars.
6800 Closes: #85815, #85818.
6801 - Fix spelling error in utils/md5sum.1. Closes: #250281.
6802 - Replace "&c." with the slightly clearer "etc.". Closes: #235773.
6803 - Correct various typos. Closes: #219623, #221235.
6804 * Updated Translations:
6805 - Catalan (Jordi Mallach).
6806 - French (Christian Perrier). Closes: #246359.
6807 - Italian (Lele Gaifax).
6808 - Japanese manpages (KISE Hiroshi). Closes: #248483.
6809 - Russian (Nikolai Prokoschenko). Closes: #249254.
6810 - Spanish manpages (Ruben Porras). Closes: #246158, #246159, #246160,
6811 #246161, #246162, #246163, #251830.
6813 - German start-stop-daemon and update-alternatives manpages
6814 (Helge Kreutzmann). Closes: #247116, #249454.
6815 - Spanish dpkg-scansources manpage (Ruben Porras). Closes: #246164.
6817 -- Scott James Remnant <scott@netsplit.com> Tue, 1 Jun 2004 18:21:40 -0300
6819 dpkg (1.10.21) unstable; urgency=low
6821 * Fix incorrect linked list node removal code that caused every second
6822 shared or diverted conffile to be deleted by dpkg.
6823 Closes: #10879, #33046, #47267, #90623, #98210, #109691, #146167.
6824 Closes: #155456, #204275.
6825 * Call mknod with the required device type. Closes: #158916.
6826 * Correct the default query output format to be consistent with
6827 what the underlying library expects. Closes: #174973.
6828 * Fix missing NULL-termination in dpkg-query -W display of dependency
6829 fields. Closes: #174978
6830 * Strip output from md5sum(1) after the first whitespace character.
6832 * Output a warning if we cannot open a configuration file instead of
6833 treating it as a fatal error, in case our home directory is not readable
6834 by root. Closes: #200701.
6835 * Set LC_ALL to C before spawning off dpkg --search, to avoid searching
6836 on localized strings. Closes: #244316.
6837 * Don't require argument for start-stop-daemon -V. Closes: #237589.
6838 * Correct use of @ARGV within dpkg-scanpackages, allowing -u to work
6839 once again. Closes: #225086, #241503.
6840 * Make sure file permissions passed to dpkg-statoverride are numeric.
6842 * Correctly break out of the loop in install-info.
6843 Closes: #124225, #160761.
6844 * Add --dir-file option to install-info for GNU install-info
6845 compatibility. Closes: #179192
6846 * Refer to debian-policy in dpkg-doc's description instead of the
6847 non-existent packaging-manual. Closes: #120970.
6848 * Remove incorrect mention of build-essential from dpkg-checkbuilddeps
6849 manpage. Closes: #219210.
6850 * Add a note about diverting shared libraries to the dpkg-divert
6851 manpage. Closes: #214699.
6852 * Updated Translations:
6853 - Brazilian Portugese (Andre Luis Lopes). Closes: #237864.
6854 - Catalan (Jordi Mallach).
6855 - Danish (Claus Hindsgaul). Closes: #237624.
6856 - Dutch (Pieter-Paul Spiertz, Bart Cornelis, Erwin).
6857 Closes: #102094, #151799, #207758.
6858 - French (Sam Hocevar). Closes: #243191.
6859 - German (Florian Ernst). Closes: #109669, #115352, #187952, #244098.
6860 - Japanese manpages (KISE Hiroshi). Closes: #220776.
6861 - Polish (Bartosz Fenski). Closes: #242870.
6862 - Spanish (Javier Fernández-Sanguino Peña). Closes: #166052.
6863 - Swedish (Peter Karlsson).
6865 - Japanese dpkg-source manpage (KISE Hiroshi). Closes: #239000.
6866 - Norwegian Nynorsk (Gaute Hvoslef Kvalnes). Closes: #233614.
6867 - Portguese (Miguel Figueiredo). Closes: #240081.
6868 - Spanish dpkg-source manpage (Ruben Porras). Closes: #171489.
6870 -- Scott James Remnant <scott@netsplit.com> Sun, 25 Apr 2004 18:55:10 +0100
6872 dpkg (1.10.20) unstable; urgency=high
6874 * Update Japanese translation. Closes: #224616
6875 * Update French translation. Closes: #218713
6876 * Fix spelling error in German md5sum man page. Closes: #230750
6877 * Fix typo in pt_BR po file. Closes: #192102
6878 * Revert fix for #232916, this turns out to be a bug in the pgpgp
6879 wrapper, dpkg worked fine with pgp itself.
6881 -- Scott James Remnant <scott@netsplit.com> Thu, 11 Mar 2004 11:24:54 +0000
6883 dpkg (1.10.19) unstable; urgency=high
6885 * Distinguish unmet build dependencies from build conflicts.
6886 Closes: #217943, #235266.
6887 * Force NULL-termination of all tar file entry names. Closes: #232025.
6888 * Allow dselect to use the full window width. Closes: #139781.
6889 * Pass correct number of arguments for format string when out of disk
6890 space. Closes: #213038, #217286, #213543, #213846.
6891 * Remove duplicated entries from ChangeLog. Closes: #157437.
6892 * Fix dpkg-buildpackage when used with PGP. Closes: #232916.
6893 * Update support for Debian FreeBSD. Closes: #211566.
6894 * Store Architecture in the status file. Closes: #228253.
6895 * Don't print offending lines in md5sum. Closes: #170953.
6896 * Check bounds of md5sum lines. Closes: #168443, #199489, #199693.
6898 -- Scott James Remnant <scott@netsplit.com> Mon, 8 Mar 2004 19:05:32 +0000
6900 dpkg (1.10.18.1) unstable; urgency=medium
6902 * Non-maintainer upload to fix release-critical bugs.
6903 * Terminate string buffer in main/remove.c. Closes: #228379.
6904 * Prevent stashing of hardlinked devices and setuid or setgid binaries
6905 by removing permissions on upgrade as well as on remove.
6907 * Update dpkg conflicts to << 1.10, instead of 1.9.
6908 Closes: #190611, #221989, #222760.
6910 -- Scott James Remnant <scott@netsplit.com> Thu, 26 Feb 2004 01:17:27 +0000
6912 dpkg (1.10.18) unstable; urgency=medium
6914 * Rebuild, tagging and releasing correctly from cvs this time.
6916 -- Adam Heath <doogie@debian.org> Mon, 27 Oct 2003 13:39:56 -0600
6918 dpkg (1.10.17) unstable; urgency=medium
6920 * Make dselect do conflict resolution when dealing with automatically
6921 selected recommended package. Thanks to Colin Watson for the analysis
6922 and patch. Closes: Bug#151663
6923 * Branden Robinson <branden@debian.org>:
6924 s/dpkg-checkbuild/dpkg-checkbuilddeps/ in usage.
6925 * dpkg-checkbuilddeps now sets $reduce_arch. Closes: #212796.
6926 * Goswin Brederlow <brederlo@informatik.uni-tuebingen.de>:
6927 Add -u in dpkg-scanpackages. Closes: #214123.
6928 Add -a<arch> command to dpkg-scanpackages.
6929 * Add .#* to dpkg-source's default ignore filter. Closes: #217380.
6930 * Matthias Urlichs <smurf@smurf.noris.de>:
6931 Don't assume /usr/info/dir exists if /usr/info does. Closes: #165770.
6932 * Jordi Mallach <jordi@debian.org>:
6933 Update Catalan translation.
6934 * Fix errors with dependency fields that reference ${dpkg:Version}.
6937 -- Adam Heath <doogie@debian.org> Mon, 27 Oct 2003 13:04:57 -0600
6939 dpkg (1.10.16) unstable; urgency=low
6941 * Almost *EVERY* damn file was including config.h in the wrong spot.
6942 After making it the first include, then off_t/size_t/etc could actually
6943 be redefined to be 64-bit compatible.
6944 * Jordi Mallach <jordi@debian.org>:
6945 Fix configure to set HAVE_SETLOCALE. Closes: #211816
6946 * "Loïc Le Loarer" <lll_deb@m4x.org>:
6947 Add a -d|--chdir option to start-stop-daemon. Closes: #151802
6948 * Split the background block into 2 parts: one that does the fork, and
6949 opens /dev/tty and /dev/null, and one that does everything else. The
6950 second block is then moved to be run right before the exec. This
6951 allows error messages to be seen from the child(previously, they were
6952 lost), and allows for the chroot to not require the device files.
6953 These changes based on the bugs filed by:
6954 Marc Herbert <Marc.Herbert@ens-lyon.fr>: Closes: #155219
6955 Loïc Le Loarer <lll_deb@m4x.org>: Closes: #151800
6956 * Mario Lang <mlang@debian.org>:
6957 When --start, --startas and --pidfile are given, print 'process'
6958 instead of '(null)' for the process name, if it's already running.
6960 * Imported several translated manpages, from debian-doc cvs:
6961 * Spanish: 822-date.1 cleanup-info.8 deb-control.5 deb-old.5
6962 deb.5 dpkg-checkbuilddeps.1 dpkg-deb.1 dpkg-divert.8 dpkg-name.1
6963 dpkg-scanpackages.8 dpkg-split.8 dpkg-statoverride.8 dpkg.8
6964 dselect.8 md5sum.1 start-stop-daemon.8 update-alternatives.8
6965 "Esteban Manchado Velázquez" <zoso@debian.org>: Closes: #171489
6967 Julien Louis <arthur51@ifrance.com>: Closes: #164906
6968 * Portuguese: dpkg.8 dselect.8
6969 * Matt Zimmerman <mdz@debian.org>
6970 In dpkg's manpage, -O had an inverted word. Closes: #111711
6971 * Marcin Owsiany <porridge@debian.org>:
6972 Fix Polish translation of 'conflicts with' Closes: #112057
6973 * Jiri Masik <masik@darbujan.fzu.cz>:
6974 Improve Czech translation of: "dpkg - warning: ignoring request to
6975 remove %s which isn't installed." Closes: #117518
6976 * Marco Nenciarini <mnencia@prato.linux.it>:
6977 Fix missing space in Italian translation when listing files, and the
6978 file is diverted. Closes: #138244
6979 * Piotr Roszatycki <Piotr_Roszatycki@netia.net.pl>:
6980 Update Polish translation. Closes: #142370
6981 * Martin Quinson <mquinson@ens-lyon.fr>:
6982 Fix missing space in French translation of: "%s - warning: downgrading
6983 %.250s from %.250s to %.250s.\n" Closes: #149142
6984 * Hidetaka Iwai <tyuyu@sings.jp>:
6985 Fix typo in Japanese translation of dpkg --force-help; dowgrade ->
6986 downgrade: Closes: #157819
6987 * Martin Quinson <mquinson@ens-lyon.fr>:
6988 Fix French translation when listing files, and the file is diverted.
6990 * Rune Schjellerup <olberd@odense.kollegienet.dk>:
6991 Fix Danish translation of(was missing the leading space): " does not
6992 appear to be available\n" Closes: #192972
6993 * Fix md5sum when handling large files. Closes: #162691
6994 * Fix dpkg-checkbuilddeps calling of parsedep. It wasn't setting
6995 use_arch. Closes: #212796.
6996 * Joey Hess <joeyh@debian.org>:
6997 Change formatting of info.dir. Closes: #167379.
6999 -- Adam Heath <doogie@debian.org> Sat, 25 Oct 2003 15:46:16 -0500
7001 dpkg (1.10.15) unstable; urgency=low
7003 * Fix detection of va_copy.
7004 * Back out debian/rules build-arch detection. It is *not* possible *at
7005 all* to detect available targets in a rules file. Period.
7007 -- Adam Heath <doogie@debian.org> Fri, 19 Sep 2003 20:02:19 -0500
7009 dpkg (1.10.14) unstable; urgency=low
7012 * Rewrote the parsedep stuff, so that it wasn't done during control
7013 file parsing. Scripts that need the internal parsed format should
7014 call parsedep on the field's value.
7015 * Split the substvars parsing into a separate function.
7016 * No longer validate dependency fields when reading the control file.
7017 Some fields may have vars in them, which breaks the validation.
7018 * dpkg-gencontrol calls substvars after parsing the control file, and
7019 then validates the substituted depends lines. Originally,
7020 substitution occurred only during writing of the final output file.
7021 * Andreas Barth <aba@not.so.argh.org>:
7022 Fix bad regex that didn't allow spaces in dependency field parsing.
7023 It now directly matches what the c code expects. It previously was
7024 allowing all of \S, which matched on '('.
7026 * Remove stale debug in debian/control that would have broken
7027 installation on s390.
7028 * We were calling our own local copy of dpkg-gencontrol, but the
7029 system-installed copy of dpkg-shlibdeps. Now, both are called from
7030 the build directory.
7032 -- Adam Heath <doogie@debian.org> Fri, 19 Sep 2003 12:29:34 -0500
7034 dpkg (1.10.13) unstable; urgency=low
7036 * Fix parsing of deps when both () and [] are specified.
7037 * Set $host_arch in controllib.pl:parsedep.
7038 * dpkg-checkbuilddeps doesn't output the [] stuff when finding invalid
7041 -- Adam Heath <doogie@debian.org> Wed, 17 Sep 2003 13:23:15 -0500
7043 dpkg (1.10.12) unstable; urgency=low
7045 * Fix dpkg-source output of build-depends lines.
7047 -- Adam Heath <doogie@debian.org> Tue, 16 Sep 2003 13:43:45 -0500
7049 dpkg (1.10.11) unstable; urgency=low
7051 * dpkg no longer provides any BYHAND files. If you need the source
7052 tarball, use the orig.tar.gz file available in the pool. The
7053 precompiled tars were hold-overs from when debs were not standard
7055 * Install /usr/share/doc/dpkg/pseudo-tags, which talks about the bug
7056 titling we use to mark bugs for filtering in the Debian bts.
7058 * Teach dpkg-source that ~ is legal in version numbers
7059 * Add build-depends on sgml-base, and increase gettext build-depends to
7061 * Updated config.sub and config.guess in cvs.
7062 * Change use of strncpy in parsedb to memcpy. Closes: #160447
7063 * No longer generate helpmsgs.{cc,h}.
7064 * several controllib changes:
7065 * Moved dependency parsing logic from dpkg-checkbuilddeps.
7066 The dpkg-checkbuilddeps parser didn't support empty fields, while
7067 the controllib parser did.
7068 * All dependency fields parsed by controllib.pl support [arch]
7069 specifiers. If the arch specifier doesn't apply for the current
7070 arch, then the item will not be added to the internal list structure.
7071 * Comment lines(that begin with '#') are removed during parsing.
7072 * Store the original casing of field names, for use in error reporting.
7073 * Store the original field's casing with 'o:' prepended in %fi.
7074 * ballombe@merulo.debian.org:
7075 dpkg-checkbuilddeps now handles empty fields. Closes: #111562
7076 * Branden Robinson <branden@debian.org>:
7077 support comments(first char on line begins with '#') in
7078 debian/control. Closes: #191810
7079 * Bastian Blank <waldi@debian.org>:
7080 Allow for per-arch generated dependency fields. Closes: #170575
7081 * Branden Robinson <branden@debian.org>:
7082 Report the original casing of field names when they are unknown.
7084 * Patch dpkg-buildpackage to call debian/rules -qn build-arch, and if
7085 it's available, modify -B handling appropriately. If build-arch is not
7086 available, then when -B was called, do *not* pass -B on to
7087 dpkg-checkbuilddeps. Closes: #203097
7088 * Frank Lichtenheld <frank@lichtenheld.de>:
7089 Apply patch, to handle missing infodir.bak, and empty files. Closes:
7091 * Change standard_startup and standard_shutdown into macros. Closes:
7093 * Andrew Suffield <asuffield@debian.org>:
7094 Fix inverted test of eof in parsedb, while looking for eof after
7095 field name. Closes: #198218
7096 * Yann Dirson <dirson@debian.org>
7097 Add set -e to dpkg-doc.postinst. Closes: #191261
7098 * Michael Weber <michaelw@debian.org>:
7099 dpkg --print-architecture now does gcc -dumpmachine instead of
7100 --print-libgcc-file-name. Closes: #131893, #8241, #106793, #210285
7101 * Daniel Silverstone <dsilvers@digital-scurf.org>:
7102 Apply patch to change hashing function, and increase bin size, for
7103 the package database. Closes: #206416
7104 * Paul Eggert <eggert@CS.UCLA.EDU>:
7105 Apply patch to make dpkg work with POSIX 1003.1-2001. Closes:
7107 * Joey Hess <joeyh@debian.org>:
7108 Fix "stripping trailing /" message from dpkg-statoverride. Closes:
7110 * Sami Liedes <sliedes@cc.hut.fi>:
7111 Increase filesdb bin size, and alter hashing function. Closes:
7113 * Anthony Towns <aj@azure.humbug.org.au>:
7114 Retry removing empty dirs during purge. Closes: #112386
7115 * Darren Salt <linux@youmustbejoking.demon.co.uk>:
7116 Add .cvsignore to dpkg-source's default diff ignore regex. Also fix
7117 missing \ escape for .deps. Closes: #174013
7118 * Koblinger Egmont <egmont@uhulinux.hu>:
7119 Fix segfault with --status-fd. Closes: #173618
7120 * Colin Watson <cjwatson@debian.org>,
7121 Andrew Suffield <asuffield@debian.org>:
7122 Add .svn, {arch}, and .arch-ids to dpkg-source -i default regex.
7124 * Falk Hueffner <falk@debian.org>:
7125 Added alphaev68-linux-gnu to archtable. Closes: #199360
7126 * Elie Rosenblum <fnord@debian.org>:
7127 Apply patch to support OpenBSD. Closes: #154277
7128 * Geoff Richards <qef@laxan.com>:
7129 Add --config to action section, and add as EXAMPLES section. Closes:
7131 * Yann Dirson <dirson@debian.org>:
7132 install-info --version and --help now display on stdout. Closes:
7134 * Dan Jacobson <jidanni@dman.ddts.net>:
7135 Mention what dpkg and dpkg-query -S will not find. Closes: #153096
7136 * Sebastian Leske <sleske@enterprise.mathematik.uni-essen.de>:
7137 Mention in dpkg(8) that downgrading a package can have serious
7138 consequences. Closes: #61156
7139 * Dan Jacobson <jidanni@dman.ddts.net>:
7140 In dpkg-scanpackages(8), including small note that other tools might
7141 use the generated Packages file. Closes: #208894
7142 * Warren Turkal <wturkal@cbu.edu>:
7143 Fix some typos in dpkg-source(1). Closes: #207259, #204123, #167426
7144 * Dan Jacobson <jidanni@dman.ddts.net>:
7145 Alter text in dselect(8), implying that other interfaces are available
7146 for installing packages. Closes: #206164.
7147 * Daniel Bonniot <bonniot@users.sourceforge.net>:
7148 Note in start-stop-daemon(8) that --nicelevel takes an argument.
7149 * Ruben Porras <nahoo82@telefonica.net>:
7150 Remove duplicate 'can' in deb-control(5). Closes: #183840
7151 * Dan Jacobson <jidanni@dman.ddts.net>:
7152 Fix short description in dpkg-scansources(8). Closes: #175770
7153 * Zefram <zefram@fysh.org>:
7154 In dpkg(8), move dpkg-query options to their own subsection, like
7155 dpkg-deb. Closes: #174971
7156 * Thomas Hood <jdthood@yahoo.co.uk>
7157 Add --dry-run and --simulate as synonyms to --no-act. Closes:
7159 * Junichi Uekawa <dancer@netfort.gr.jp>:
7160 Fix wrong reference to DEB_BUILD_GNU_SYSTEM on --host in
7161 dpkg-architecture(1). Closes: #163621
7162 * Michael Klein <michael.klein@puffin.lb.shuttle.de>:
7163 s/Usuaully/Usually/ in deb-control.5. Closes: #161819
7164 * Joey Hess <joeyh@debian.org>:
7165 Removed reference in dselect(8) about recommends not being handled
7166 well. Closes: #157973
7167 * Andrew Suffield <aps100@doc.ic.ac.uk>:
7168 s/dpkg-source/dpkg-parsechangelog/ in dpkg-parsechangelog -h.
7170 * Matej Vela <vela@debian.org>:
7171 Unhighlight "May be repeated multiple times." in dpkg-source(1).
7173 * Jordi Mallach <jordi@debian.org>:
7174 Make all actions in dpkg-deb -h lower case. Closes: #150642
7175 * Alexander Hvostov <root@aoi.dyndns.org>:
7176 Add -g|--group to start-stop-daemon, and document properly. Closes:
7178 * Szerb Tamas <toma@mlf.linux.rulez.org>:
7179 s/THANKS/THANKS.gz/ in dpkg(8). Closes: #91348
7180 * "James R. Van Zandt" <jrv@vanzandt-pc.mitre.org>:
7181 In dpkg(8), mention running dselect, install after --set-selections.
7183 * Yann Dirson <dirson@debian.org>:
7184 Remove disabled --command-fd from help. Closes: #169619
7185 * Tobias Burnus <tburnus@physik.fu-berlin.de>:
7186 Apply patch to update-alternatives that provides --set and --remove-all
7187 commands. Closes: #133745.
7188 * Osamu Aoki <debian@aokiconsulting.com>:
7189 Add --all to update-alternatives, that calls --config on all
7190 alternatives. Closes: #126621
7191 * Dan Jacobson <jidanni@jidanni.org>:
7192 Alter --config prompt, to be more clear, that one must 'press' enter to
7193 accept the default. Closes: #203557
7194 * Peter Moulder <pmoulder@bowman.csse.monash.edu.au>:
7195 Fix some -w issues in update-alternatives. Closes: #137313
7196 * Eduard Bloch <edi@gmx.de>:
7197 Apply patch to check whether the target path exists on removing.
7199 * Colin Walters <walters@debian.org>:
7200 After opening files, set binmode. Closes: #175363
7202 -- Adam Heath <doogie@debian.org> Tue, 16 Sep 2003 12:52:11 -0500
7204 dpkg (1.10.10) unstable; urgency=low
7206 * Update archtable for hurd. Closes: #187509.
7207 * Make the dpkg-iasearch conflicts versioned. Closes: #170698.
7208 * Surround sed call with '' in Makefile.in. Closes: #187534.
7209 * Strip trailing / from the file args in dpkg-statoverride. Closes:
7211 * Modified to use autotools-dev. Closes: #179656.
7212 * Add netbsd support. Closes: #179658, #179659.
7213 * Support hypenated values in dpkg-architeture. Closes: #179661
7214 * No longer managed the /usr/doc symlinks.
7216 -- Adam Heath <doogie@debian.org> Sat, 26 Apr 2003 15:10:24 -0500
7218 dpkg (1.10.9) unstable; urgency=low
7220 * Fix dereference in main/help.c:cu_closefd(), which was the cause of
7221 close(random number) on most arches, but close(0) on s390x.
7222 * Add s390x to archtable. Closes: #160976.
7224 -- Adam Heath <doogie@debian.org> Sun, 15 Sep 2002 13:21:38 -0500
7226 dpkg (1.10.8) unstable; urgency=low
7228 * Make the multiline regex have an upper bound, instead of being
7229 unbounded, as newer perls have a larger stack frame, which cause them
7230 to segfault quicker with larger inputs. Closes: #159756.
7232 -- Adam Heath <doogie@debian.org> Thu, 5 Sep 2002 16:32:01 -0500
7234 dpkg (1.10.7) unstable; urgency=low
7236 * Fix double free in modstatdb_init, in the case that modstatdb_shutdown
7237 was called previously. Closes: #159515.
7239 -- Adam Heath <doogie@debian.org> Tue, 3 Sep 2002 18:59:19 -0500
7241 dpkg (1.10.6) unstable; urgency=low
7243 * Don't call nffreeall, in any of the c/c++ programs. It appears dselect
7244 slightly corrupts it's memory enough that it can't be freed without
7245 segfaulting. Closes: #159023.
7247 -- Adam Heath <doogie@debian.org> Sun, 1 Sep 2002 00:19:18 -0500
7249 dpkg (1.10.5) unstable; urgency=low
7251 * Fix segfault in md5sum if the file being checked doesn't exist.
7253 * Fix extraction of md5sum in dpkg-scanpackages. Closes: #153769.
7254 * Handle directories better in md5sum. Closes: #157453.
7255 * Fix read past buffer in lib/nfmalloc.c. Closes: #157304.
7256 * Fix several read pass buffer bugs, and a memleak. Closes: #155362.
7257 * Fix segfault when --auto-deconfigure is given. Closes: #157762.
7258 * Allow spaces between the end of a version, and the trailing ')'.
7260 * Fixes for HURD: Closes: #156545
7261 * Add i386-gnu0.3 to archtable.
7262 * Fix handling of static compiles, with regard to zlib.
7263 * Previous install-infos(before 1.10) handled multiple dir file entries,
7264 because they would copy the entire stanza unmodified. The newest
7265 version does not do this, as it reformats the options, and thereby
7266 only takes the first line. So, we now split all the lines from the
7267 stanza, and process them all. Closes: #147492.
7268 * Fix corruption of available file, caused by use of memory that was
7269 previously freed. Closes: #154257.
7270 * Fix several minor memleaks.
7271 * Remove /usr/sbin/start-stop-daemon. Closes: #156437.
7273 -- Adam Heath <doogie@debian.org> Thu, 29 Aug 2002 16:43:15 -0500
7275 dpkg (1.10.4) unstable; urgency=low
7277 * Remove -ffunction-sections and -fdata-sections. Closes: #152130.
7278 * Install archtable into /usr/share/dpkg/.
7280 -- Adam Heath <doogie@debian.org> Sun, 14 Jul 2002 15:17:56 -0500
7282 dpkg (1.10.3) unstable; urgency=low
7284 * Move dselect.cfg to dselect package. Closes: Bug#152132
7285 * Install methods into /usr/lib/dpkg/methods, not /usr/lib/dpkg. Closes:
7287 * Fix test inversion in start-stop-daemon, when checking the pid given in
7288 a pid file. Thanks Thomas Morin <thomas.morin@enst-bretagne.fr>.
7290 * If in --test mode, and --stop is given, increment n_killed, so that
7291 start-stop-daemon returns the proper exit value. Thanks Thomas Morin
7292 <thomas.morin@enst-bretagne.fr>. Closes: #151992.
7294 -- Adam Heath <doogie@debian.org> Thu, 11 Jul 2002 22:58:43 -0500
7296 dpkg (1.10.2) unstable; urgency=low
7298 * Make configuration files in $HOME work again
7299 * dpkg + dpkg-static conflict with dpkg-dev << 1.9, to fix md5sum error
7300 in dpkg-source. Closes: #151691.
7301 * Remove -Z from patch call, in dpkg-source, as it makes patch warn about
7302 missing timestamps. Closes: #151965
7303 * Install debian/dselect.conffiles.
7305 -- Adam Heath <doogie@debian.org> Thu, 4 Jul 2002 21:08:09 -0500
7307 dpkg (1.10.1) unstable; urgency=low
7309 * Add conflict with dpkg-iasearch which intruded on our namespace.
7310 * Replace manpages-de which includes one of our manpages. Closes: #151485
7311 * Don't always call autoheader when building. Closes: #151471
7312 * Fix double conflict in dpkg. Closes: Bug#151581
7313 * Move dselect methods to dselect package.
7314 * dpkg-checkbuilddeps no longer checks for build-essential. dpkg should
7315 not hardcode Debian policy.
7316 * Make dpkg-genchanges accept ~ as part of a package filename.
7318 * Move dpkg.cfg and dselect.cfg manpages into dpkg package. Closes: Bug#132901
7320 -- Wichert Akkerman <wakkerma@debian.org> Tue, 2 Jul 2002 12:34:07 +0200
7322 dpkg (1.10) unstable; urgency=low
7324 * dpkg now reorders symlinks when extracting debs. However, this is also
7325 still done when building debs. After a stable release of Debian has
7326 occurred with this modified dpkg, the reordering when building can be
7328 * Fixed upper/lowercase problems with package names. Closes: Bug#58091
7330 * Add Russian manual pages
7331 * Fix n in dselect package list (performs searchagain now)
7332 * Fix layout problem in dpkg-divert manpage. Closes: Bug#103667
7333 * When a package is set to hold, and a reinstallation is requested,
7334 -E will not properly skip it. Closes: #45787.
7335 * Make dpkg-checkbuilddeps use dpkg-architecture. Closes: Bug#104230
7336 * Improve dpkg-archtecture documentation. Closes: Bug#104232
7337 * Update German translation. Closes: Bug#97239
7338 * Update Polish translation. Closes: Bug#115783
7339 * Update French translation.
7340 * Update Brazilian translation.
7341 * Update Danish translation.
7342 * Update Galician translation.
7343 * Update Portuguese translations.
7344 * Add Catalan translation
7345 * Add German md5sum manpage
7346 * Add Brazilian update-alternatives manpage. Closes: Bug#122132
7347 * Improve dselect manpage. Closes: Bug#103839
7348 * dpkg-name(1) no longer mentions the non-existing dpkg(5) manpage.
7350 * Improve handling of Recommends and Suggests in dselect. Closes: Bug#34942
7351 * Add per-user configuration files. Closes: Bug#103845
7352 * Split dselect into its own package. dpkg Pre-Depends on it
7353 to make sure no weird things happen during an upgrade but this
7354 will allow us to make dselect option at some point in the future.
7356 * Make colours in dselect user-configurable. Closes: Bug#103994
7357 * Make Q do an abort in the method selection menu to make things more
7358 consistent with the package list
7359 * Fix test for nice(2) failure in start-stop-daemon. Closes: Bug#104561
7360 * Improve the dselect helpscreen a bit. Closes: Bug#72634
7361 * New version comparison routine that can handle arbitrarily large numbers
7362 and accepts `~' as a low-sorting character. Closes: Bug#93386
7363 * dselect now accepts regular expressions when searching for packages
7364 and can search in package descriptions as well.
7365 Closes: Bug#81009,#83139
7366 * Move query commands into a separate dpkg-query command. For the old options
7367 (-L,-l,-s,-S) dpkg will still call it for you.
7368 * Add configurable package listing support to dpkg-query
7369 * Handle window resize in dselect main menu. Closes: Bug#98275
7370 * update-rc.d moved to the sysvinit package. Closes: Bug#108887,#109282
7371 * Add --showformat and --show options to dpkg-deb and dpkg-query to
7372 allow one to customize the output format
7373 * several install-info cleanups:
7374 * Move /usr/info/dir to /usr/share/info/dir. Closes: #67174.
7375 * If /usr/share/info doesn't exist, print a message saying so,
7376 instead of the confusing "couldn't lock" error. Closes: #2531.
7377 * If /usr/share/info/dir doesn't exist, or is empty, try to copy the
7378 backup from /var/backups/infodir.bak. Closes: #121309.
7379 * Add a --remove-exactly option, and allow for relative filenames.
7381 * Use the section from the .info file if --section is not given.
7383 * Error messages now include the filename being processed.
7385 * /usr/share/info/dir now has it's entries formatted to even widths.
7387 * --calign|--align|--maxwidth are now ignored.
7388 * strip enoent as well. Closes: Bug#112378
7389 * Fix format error in Dutch translation. Closes: Bug#113120
7390 * When parsing stdin, md5sum now displays '-' as the filename, to match
7391 textutils md5sum. Closes: #121489.
7392 * Apply patch from bug, to give update-alternatives a --list command.
7394 * Make dpkg-checkbuilddeps always check for build-essential.
7396 * Use space separated output instead of comma separated in
7398 * Update default ignore expression in dpkg-source to also match *~ and
7399 *.swp in subdirs. Closes: Bug#127458
7400 * Handle errors when verifying md5sums. Closes: Bug#102367
7401 * dpkg-source now uses reliable timestamps for changed files.
7403 * Fix typo in start-stop-daemon help message. Closes: Bug#131439
7404 * update-alternative exits with a non-zero exit code when displaying
7405 a non-existing alternative. Closes: Bug#131496
7406 * Use gzip -c in install-info. Closes: Bug#131758
7407 * start-stop-daemon works on HP-UX now. Closes: Bug#130130
7408 * Fix dselect spin when run without input. Closes: Bug#132476
7409 * Update-alternatives now correctly restores an alternative to auto mode
7410 when removing a manually selected alternative. Closes: Bug#132632
7411 * Copy bugs and origin information into status file. Closes: Bug#132714
7412 * Improve wording of update-alternatives --config text. Closes: Bug#133035
7413 * Add manpages for dpkg.cfg and dselect.cfg. Closes: Bug#132901
7414 * Improve test for illegal packagename for dpkg-gencontrol -p option
7415 * Fix segfault when getenv("PATH") returns null. Closes: Bug#136349
7416 * Add Large File Summit extensions. Closes: Bug#130509
7417 * Fix typo in dpkg-source manpage. Closes: Bug#141906
7418 * Re-fix handling of multiple blank lines in control. Closes: Bug#143117
7419 * Document --force-confmiss and --force-bad-verify. Closes: Bug#146855
7420 * Drop upgrade compat stuff in dpkg postinst for ancient versions (over
7422 * Always set CLOEXEC on the lock fd. Closes: Bug#147872
7423 * Clean up tmp files when ctrl-c is sent to dpkg-source. Closes:
7425 * dpkg-source no longer requires exact case matches for fields in
7426 debian/control. Closes: Bug#139159.
7427 * dpkg-scanpackages now gives proper case for Source and Installed-Size.
7429 * dpkg-architecture: s/build on/built on/; same for 'build for'.
7431 * cl-debian.pl now recognizes emergency as valid in changelogs.
7433 * Properly count recursive expansion of variables, instead of just
7434 counting all variable expansions. Closes: #144121.
7435 * Add -I<filename> to dpkg-buildpackage and dpkg-source, to excludes
7436 files from tar, when building a native package. Closes: Bug#75947.
7437 * Close the old debian/files file, before doing a rename. Closes:
7439 * Fix documentation of -v<version> for dpkg-parsechangelog, removing the
7440 requirement that the version has to be in the changelog. Closes:
7442 * Fix typo in dpkg-source(1), s/-su/-sU/. Closes: Bug#126340.
7443 * Add dpkg-scansources to dpkg-scanpackages(8). Closes: Bug#147924.
7444 * Change /usr/info into a symlink to /usr/share/info if possible
7446 -- Wichert Akkerman <wakkerma@debian.org> Fri, 21 Jun 2002 21:53:15 +0200
7448 dpkg (1.9.21) unstable; urgency=low
7450 * Fix corrupt Swedish translations that would some error messages display
7452 * Enable --force-overwrite by default in /etc/dpkg/dpkg.cfg
7453 * dpkg.cfg is now no longer a conffile. This means the installer can
7454 change defaults depending on how an install is done
7455 * Detect truncated debs, and abort the unpack. Closes: #138569.
7456 * Improve dpkg(8) --force documentation
7457 * Fix error in Russian dselect translation
7459 -- Wichert Akkerman <wakkerma@debian.org> Thu, 16 May 2002 19:42:29 +0200
7461 dpkg (1.9.20) unstable; urgency=medium
7463 * Fix assertion when --auto-deconfigure is set. Closes: #137765.
7464 * Fix segfault discovered by fixing the above.
7465 * Fix segfault when getenv("PATH") returns null. Closes: #136349
7466 * Recompiled against updated zlib, to fix possible security issue. Also
7467 bumped build-depends to match. Closes: #137931(grave)
7469 -- Adam Heath <doogie@debian.org> Sun, 17 Mar 2002 02:52:44 -0600
7471 dpkg (1.9.19) unstable; urgency=medium
7473 * install-info continues to read all data from a pipe, until EOF.
7474 Closes: #99816(grave).
7475 * Add Catalan translation
7476 * Update Danish translation. Closes: Bug#131869
7477 * Update French translation.
7478 * update-alternative exits with a non-zero exit code when displaying
7479 a non-existing alternative. Closes: Bug#131496
7480 * Changed Maintainer to debian-dpkg@lists.
7481 * Fix "Up to date installed packages" for polish translation. Closes:
7483 * Swap updated/up-to-date polish translations(they were reversed).
7484 Closes: #117583, #102961.
7485 * Mark /etc/alternatives/README as a conffile.
7486 * Strip .note, .comment, and /usr/lib/dpkg/enoent.
7487 * Make dpkg-gencontrol not warn about Uploaders. Closes: #111090.
7489 -- Adam Heath <doogie@debian.org> Sat, 2 Feb 2002 11:47:34 -0600
7491 dpkg (1.9.18) unstable; urgency=low
7493 * Fix MD5Sum corruption when upgrading a package. Closes: Bug#113961.
7494 * Add Wichert and I to debian/control:Uploaders.
7496 -- Adam Heath <doogie@debian.org> Sat, 3 Nov 2001 00:31:00 -0600
7498 dpkg (1.9.17) unstable; urgency=low
7500 * updated-rc.d moved to the sysvinit package. Closes: Bug#108887,#109282
7502 -- Wichert Akkerman <wakkerma@debian.org> Wed, 22 Aug 2001 01:24:52 +0200
7504 dpkg (1.9.16) unstable; urgency=low
7506 * Revert architecture-change to dpkg-source from 1.9.11, see ChangeLog
7509 -- Wichert Akkerman <wakkerma@debian.org> Thu, 5 Jul 2001 22:42:11 +0200
7511 dpkg (1.9.15) unstable; urgency=low
7513 * Change policy of handling dscformat in dpkg-source
7514 * Fix the arglist construction for maintainer scripts
7515 * Revert dscformat to 1.0 since older dpkg-source versions do not have
7516 the new policy. In the future (starting at format 2.0 to maintain
7517 compatibility with old dpkg-source implementations) minor changes to
7518 the dscformat have to be fully backward and forward compatible.
7520 -- Wichert Akkerman <wakkerma@debian.org> Sat, 30 Jun 2001 16:41:43 +0200
7522 dpkg (1.9.14) unstable; urgency=low
7524 * Make the Uploaders field in a .dsc file optional.
7525 * Disabled sanity checking of source packages.
7527 -- Adam Heath <doogie@debian.org> Mon, 25 Jun 2001 02:22:40 -0500
7529 dpkg (1.9.13) unstable; urgency=medium
7531 * Add a -W option to dpkg-source(and the other utils, where it is just
7532 passed thru), to turn certain errors into warnings(of which, only
7533 one is changed, namely, the 'tar doesn't contain preceding directory'
7534 error). Closes: #101813, and partially 101845.
7535 * Don't error out if the files in the tar have leading './', for
7536 dpkg-source. (another partial close of 101845).
7537 * Handle the case where a single directory exists in the orig.tar.gz, but
7538 it is NOT of the form <pkg>-<ver>. Closes: #101845.
7539 * Set LC_ALL in dpkg-source when we call external programs when we are
7540 going to parse their output. Another bug from 101845.
7541 * Handle stating of truncated cpio filenames(100 char limit, bah), in
7542 dpkg-source. Another bug from 101845.
7543 * Add support for an Uploaders field, which is read from the first
7544 paragraph of debian/control, and propagated to the .dsc. This lists
7545 the people allowed to upload a package. If it is not set, then the
7546 value of the Maintainer is placed into this field of the .dsc. This
7547 bumps the .dsc format to 1.1. Closes: #101815.
7548 * Handle symlinks in the tarball, and don't error out if found.
7549 * in controllib, make warnerrors default to warnings. Affects
7550 dpkg-source. This will be changed to be errors in the future.
7552 -- Adam Heath <doogie@debian.org> Sun, 24 Jun 2001 13:48:52 -0500
7554 dpkg (1.9.12) unstable; urgency=medium
7556 * Fix do_script() bug. Closes: Bug#101552
7557 * Fix building and extracting of certain kinds of source packages.
7559 * Added Colin Watson to THANKS.
7561 -- Adam Heath <doogie@debian.org> Wed, 20 Jun 2001 18:27:03 -0500
7563 dpkg (1.9.11) unstable; urgency=low
7565 * The "Hang on to your hats, it gets bumpy from here." release.
7566 * Trim trailing spaces from package names when checking builddeps.
7568 * Apply patch from bug to fix logic error that kept everything but
7569 Build-Deps from working in checkbuilddeps. Closes: #101511.
7570 * Apply patch to correctly check the output of gcc on hurd, for
7571 dpkg-architecture. Closes: #99874.
7572 * The internal pod docs in dpkg-architecture were updated to reflect
7573 that -f was no longer implied when -q was given, but the build system
7574 wasn't generating new documentation. Closes: #100997.
7575 * deb(5) now has a see-also for deb-old(5). Closes: #99620.
7576 * Fix dpkg-shlibdeps infinite directory recursion thru symlinks.
7578 * Set the Architecture to 'source' only when doing source only uploads
7579 in the generated changes files. Closes: #100144.
7580 * Document -nc in the dpkg-buildpackage manpage. Closes: #101038.
7581 * Make dpkg-source work with GNU md5sum. Closes: #97666.
7582 * in dpkg-source, when both arch: all and arch: <arch> packages exist in
7583 debian/control, don't promote the source arch: to any, but only list
7584 all and <arch>. Closes: #94608
7585 * Apply patch from Colin Watson: Closes: #89679
7586 * Reset SIGPIPE to DEFAULT when forking gzip.
7587 * set LANG to C before execing cpio, as we parse its output.
7588 * In checktarcpio() and checktarsane(), use the previously open pipes,
7589 instead of the opening files on disk(which was the old, ancient way).
7590 * Improve the output parsing of tar in checktarsane().
7591 * warn instead of die when find returns an error(which happens if there
7592 is a dangling symlink, because we use -follow). Closes: #51479.
7593 * Change list of allowed urgencies in debian/changelog to: low, medium,
7594 high, and critcial. Closes: #94475.
7595 * Error out if an illegal package name is used in dpkg-gencontrol.pl.
7597 * Apply patch from Marcus Brinkmann to dpkg-buildpackage: Closes:
7599 * Option -a implies option -d.
7600 * Set ARCH correctly to host architecture, rather than build arch.
7602 -- Adam Heath <doogie@debian.org> Tue, 19 Jun 2001 22:15:25 -0500
7604 dpkg (1.9.10) unstable; urgency=low
7606 * Fix [arch] parsing, and handle extra spaces better. Closes: #100512,
7608 * Apply patch from bug, to fix cleanup of dpkg-divert temp files.
7610 * Swap j/k keys on the main menu, so they function like the package
7611 selection screen(and like vi). Closes: #100502.
7612 * Multiple fixes in bug: Closes: #99892.
7613 * s/DEAD_JOE/DEADJOE/ in dpkg-source.
7614 * Switch to auto mode if alternative symlink is missing.
7615 * Update Spanish translation
7617 -- Adam Heath <doogie@debian.org> Sat, 16 Jun 2001 14:57:45 -0500
7619 dpkg (1.9.9) unstable; urgency=low
7621 * The leading and trailing spaces patch in the last upload had some
7622 issues with trailing spaces. This fixes them. No bug to close, as the
7625 -- Adam Heath <doogie@debian.org> Wed, 6 Jun 2001 22:36:57 -0500
7627 dpkg (1.9.8) unstable; urgency=low
7629 * Remove leading and trailing spaces from versions, and check for
7630 embedded spaces, inside dpkg. Closes: #99186.
7631 * Handle varied use of spaces in dpkg-checkbuilddeps. Closes: #98899.
7632 * Reset SIGPIPE back to default, in dpkg-source. Closes: #98563.
7633 * Remove bogus $! check from dpkg-architecture. Closes: #99428.
7635 -- Adam Heath <doogie@debian.org> Sat, 2 Jun 2001 15:15:04 -0500
7637 dpkg (1.9.7) unstable; urgency=low
7639 * If a new file doesn't exist on disk, but is a going to be installed as
7640 a directory, then don't error out. Closes: Bug#17381.
7641 * Update japanese manpages. Closes: Bug#97831.
7642 * Update it.po. Closes: Bug#98273.
7643 * Fix bad cleanup in dpkg-divert. Closes: Bug#98578,#98828,#98831.
7645 -- Adam Heath <doogie@debian.org> Mon, 28 May 2001 18:59:03 -0500
7647 dpkg (1.9.4) unstable; urgency=low
7649 * Oops. EOF_mmap incorrectly detecting the end of the data block.
7651 * After fixing the above bug, and using debootstrap to build a sid
7652 chroot, I discovered that my previous dependency cycle fix could cause
7653 segfaults in some situations.
7655 -- Adam Heath <doogie@debian.org> Tue, 1 May 2001 23:04:46 -0500
7657 dpkg (1.9.3) unstable; urgency=low
7659 * Fix compiles on ppc. Closes: Bug#95918.
7661 -- Adam Heath <doogie@debian.org> Tue, 1 May 2001 00:29:45 -0500
7663 dpkg (1.9.2) unstable; urgency=low
7665 * Recompile, to fix incorrect path 1.9.1/dpkg-divert. Closes: Bug#95845
7667 -- Adam Heath <doogie@debian.org> Mon, 30 Apr 2001 14:21:28 -0400
7669 dpkg (1.9.1) unstable; urgency=low
7671 * Fix segfault with empty status and available, and when missing a
7672 trailing new line. Closes: Bug#95496
7673 * Make dpkg-shlibdeps not care if dpkg --search return with an error.
7675 * Fix corruption of user-defined fields in status and available.
7677 * Changed dpkg.cfg to include no-debsig by default, as no debs are
7678 currently signed, and we get false errors when debsig-verify is
7679 installed. This will be removed in the future, when the archive tools
7680 support package signatures. Closes: Bug#95573
7681 * dpkg-buildpackage should only check for valid signinterface if the
7682 user specifies one. Closes: Bug#95598
7683 * Fix removing of diversions. Closes: Bug#95655
7684 * Fix md5sum -c. Closes: Bug#95586
7686 -- Adam Heath <doogie@debian.org> Sat, 28 Apr 2001 16:28:21 -0500
7688 dpkg (1.9.0) unstable; urgency=low
7690 * Things should mostly work OpenBSD 2.8 as well now
7691 * Added a --status-pipe option.
7692 * Fixed several memleaks.
7694 * Reworked lib/parse.c:parsedb(). Instead of using getc(), then
7695 calling varbufaddc(), it now reads the entire file at once into a
7696 huge buffer, then moves pointers around, to do the parsing. This
7697 gave a speedup of 33% on a dual celeron 333, when reading status and
7699 * various other speedups.
7700 * Removed all --smallmem code, as smallmem and largemem now actually
7701 use about the same amount of memory, and largemem is faster. Both
7702 --largemem and --smallmem are now obselete options, and will print
7703 a warning if used. Closes: Bug#84905, #67528
7704 * Initialize unitialized variables. This should solve several
7705 segfaults. Closes: Bug#25317(plus 9 others, thru the beauty of
7707 * Found that when working with dependency cycles, and part of the cycle
7708 was a provide, the provider was not being considered, so the cycle
7709 could not be broken. Closes: Bug#87985(and 3 others)
7710 * Update German translation, Closes: Bug#80529,#80532,#87581
7711 * Update French translation, Closes: Bug#65284,#85035,#87238
7712 * Update Japanese translation, Closes: Bug#93873
7713 * Updated all other translations (but no bugs filed)
7714 * Add Danish translation
7715 * Remove spurious '%s' in Polish translation, Closes: Bug#74814
7716 * Add French manpages, courtesy of Philippe Batailler
7717 * Ingore vim swapfiles in dpkg-source, Closes: Bug#81630
7718 * remove --import option from dpkg-statoverride, Closes: Bug#81358
7719 * Replace nfmalloc implementation with obstack. Added obstack.[ch] to
7720 optlib, for non-GNU systems.
7721 * dpkg-divert only allows absolute filenames now. Closes: Bug#82419
7722 * Handle diffs from non-existing files to existing files. Closes: Bug#82708,
7724 * Small fixes to the buildsystem. Closes: Bug#84361
7725 * Fix dpkg-statoverride --update for things other then plain files.
7727 * Fix race with source directory disappearing in dpkg-source.
7729 * Fix manpage for dpkg-gencontrol. Closes: Bug#84625
7730 * Add -n option for dpkg-gencontrol to specify a filename. Closes: Bug#75796
7731 * Use POSIX glob instead of regexp in debian/rules. Closes: Bug#83042,
7733 * fix typo in usage message for dpkg-divert, Closes: Bug#85977
7734 * Use full path for argv[0] when calling scripts. Closes: Bug#68783
7735 * Add ia64 support to dpkg-architecture.
7736 * Minor script changes, Closes: Bug#87485
7737 * Stop dpkg-genchanges from complaining about missing packages
7738 when doing a source-only build. Closes: Bug#87571,#15644,#25496
7739 * Various dpkg-architecture cleanups. Closes: Bug#87505
7740 * Modify dpkg-architecture to handle gcc versions containing letters.
7742 * dpkg-buildpackage updates: Closes: Bug#87572,#85847
7743 + make -C work properly
7744 + fix test for gpg secret keyring
7745 + improve source messages
7746 + skip signing pause when building unsigned packages
7747 + test for invalid signinterface. Closes: Bug#87579
7748 + remove debsign support, it's useless and doesn't work
7749 + Use correct architecture when naming .changes file. Closes: Bug#88015
7750 * Fix wording in dpkg-statoverride manpage for --add. Closes: Bug#85080
7751 * Fix typo in start-stop-daemon manpage. Closes: Bug#88225
7752 * Add dpkg-checkbuilddeps to check if build dependencies are satisfied
7753 and modify dpkg-buildpackage to call it if wanted.
7754 Closes: Bug#86453,#83812,#60717,#74372,#67896,#60717,#13961
7755 * dpkg-parsechangelog can read a changelog from stdin now. Closes: Bug#80142
7756 * Fix confusing wording for dpkg-buildpackage -uc option in manpage.
7758 * dpkg-statoverride now exits with exitcode 1 if we do a --list but don't
7759 output anything. Closes: Bug#84328
7760 * Remove Linux reference from all scripts, they should run fine on
7762 * Mark last argument in dpkg-scanpackages usage info as optional.
7764 * Fix cache in dpkg-scanpackages version comparison. Closes: Bug#90722
7765 * Fix formatting error in dpkg-source.1. Closes: Bug#82723
7766 * Change dpkg-gencontrol to fix comma-related syntax errors after
7767 processing substvars. Closes: Bug#92908
7768 * Verify package signatures if debsig-verify is installed. Closes: Bug#37017
7769 * Handle window resize in dselect main menu. Closes: Bug#93559
7770 * Initialize all parts of the package record. This should fix several
7771 segfaults people have been seeing in dpkg. Closes: Bug#90328.
7772 * Apply patch from bug#86847, that escapes intl chars in filenames.
7773 Closes: Bug#83752, #85040, #86847, #89000.
7774 * Errors during dpkg -s(and other similar commands) are now printed
7775 on stderr. Closes: Bug#88987.
7776 * Add a --retry option to start-stop-daemon. Closes: Bug#75139
7777 * Fix regeps to extract Closes magic from a changelog so the #
7778 is really optional. Closes: Bug#94474
7779 * Remove useless statement from dpkg-shlibdeps. Closes: Bug#90516
7780 * Make the debian changelog parser identify itself with $progname.
7782 * Give a syntax error when we get an unexpected PGP signature in control
7783 files. Closes: Bug#75562
7784 * Change dpkg manpage to reflect that --force-statoveride is no enabled
7785 by default. Closes: Bug#95023
7786 * Handle dangling symlinks, by ignoring error code 1 from find, when
7787 processing --recursive. Closes: Bug#4784
7788 * dpkg -L, -S, -l, -s, and -p now return an error code if any package
7789 does not exist. Closes: Bug#4974, #72406
7790 * dselect has a configuration file as well now
7791 * Get ENOENT value at runtime in dpkg-divert instead of hardcoding it.
7793 * Fix wrong ENOENT test in dpkg-divert. Closes: Bug#95088
7794 * Add support for more SuperH variants (sh[34]{,eb}-linux-gnu)
7795 * Fix formating and a typo in the dpkg manpage
7796 * Document the dpkg.cfg configuration file in dpkg(8)
7798 -- Wichert Akkerman <wakkerma@debian.org> Thu, 26 Apr 2001 12:39:16 +0200
7800 dpkg (1.8.3.1) unstable; urgency=low
7802 * Revert change to nfmalloc.c that was causing SIGBUS on sparc.
7804 -- Ben Collins <bcollins@debian.org> Sat, 13 Jan 2001 08:52:11 -0500
7806 dpkg (1.8.3) unstable; urgency=low
7808 * Do chown before chmod in dpkg-statoverride, Closes: Bug#81943
7809 * Fix recusion in dpkg-shlibdeps, Closes: Bug#81322
7810 * Really completely revert dpkg-source patches which broke backwards
7813 -- Wichert Akkerman <wakkerma@debian.org> Fri, 12 Jan 2001 00:02:22 -0800
7815 dpkg (1.8.2) unstable; urgency=low
7817 * Don't attempt to read from an input source when we only want 0 bytes.
7818 Also handle buggy systems that return EAGAIN instead of EINTR. Closes:
7821 -- Adam Heath <doogie@debian.org> Thu, 11 Jan 2001 00:43:50 -0600
7823 dpkg (1.8.1.1) unstable; urgency=low
7825 * Apply patch from bug to fix badly generated diffs(in some
7826 circumstances). Closes: #81152
7828 -- Adam Heath <doogie@debian.org> Sat, 6 Jan 2001 16:07:33 -0600
7830 dpkg (1.8.1) unstable; urgency=low
7832 * Make --name a valid option. Closes: #31206, #51953.
7833 * dpkg-deb -I <pkg> <control> works again
7834 * Update Swedish translation
7836 -- Wichert Akkerman <wakkerma@debian.org> Thu, 4 Jan 2001 19:31:13 +0100
7838 dpkg (1.8.0) unstable; urgency=low
7840 * Add -k|--symlink option to dpkg-name. Closes: #35040
7841 * Made the accelerator keys in dselect's main menu separate options, so
7842 that they can be translated separately. Closes: #50955.
7843 * Added depends on sysvinit (>= 2.72), so that we can make sure that
7844 /etc/rcS.d exists. Closes: #55037.
7845 * update-rc.d: Changed documentation and help, as -f only applies during
7846 remove. Closes: #55049.
7847 * Added a --force-all option. Closes: #61354.
7848 * Format help string for --abort-after like other option help strings.
7850 * Fix dselect methods to pass admindir to dpkg from dselect.
7851 * Minor tweak so that when patch 2.5.4 is manually used to apply a diff,
7852 it doesn't get applied multiple times. Closes: #65021
7853 * Add --nicelevel to start-stop-daemon, to alter a programs priority
7854 before starting. Closes: #65191.
7855 * Document that --largemem is the default, and that the test point is
7856 24 megs. Closes: #65607.
7857 * Document that --set-selections does not actually install any
7858 packages. Closes: #65340.
7859 * Fix typo in dpkg-deb.1. Closes: #65945.
7860 * Add --truename option to dpkg-divert. Closes: #68489.
7861 * Documented COLUMNS in dpkg(8). Closes: #77001.
7862 * Modified DPKG_C_GCC_TRY_WARNS() to call AC_SUBST, so that we can
7863 use the result of the test during build time. Closes: Bug#75138
7864 * Added description for "suggests" in main/depcon.c:describedepcon().
7866 * Removed bashing from dpkg.postinst.
7867 * Make '#' optional in Closes: tags. Closes: Bug#63137.
7868 * Add -t to -h output in dpkg-buildpackage: Closes: Bug#49598.
7869 * Fix typo in --compare-versions error message. Closes: Bug#66474.
7870 * -R doesn't mean --root. Closes: Bug#66068, #72013
7871 * Add armv3l to archtable. Closes: Bug#72125
7872 * Fix two memory leaks, and lesson the memory foot print a tad. Hints
7874 * Fix some things perl5.6 complains about. Closes: Bug#77337
7875 * Fix referenes to dpkg-deb manpage. Closes: Bug#77855
7876 * Update Galish translation
7877 * Add new --import option to dpkg-statoverride to make it easy to
7878 import suidmanager settings.
7879 * Speedup patches by Adam Heath
7880 * statoverride fixes by Robert Luberda, Closes: Bug#78436
7881 * Add Linux S/390 support. Closes: Bug#79063
7882 * Using libz to decompress data instead of calling gzip.
7884 * Add gettext to build-depends
7885 * Fix warning when trying to remove a non-existing statoverride.
7887 * Be more paranoid with file permissions when extracing files
7888 * Apply statoverrides to more then just files
7889 * Update update-alternatives manpage to use FHS instead of FSSTND.
7891 * List descriptions for udebs in .changes
7893 -- Wichert Akkerman <wakkerma@debian.org> Mon, 25 Dec 2000 17:19:31 +0100
7895 dpkg (1.7.2) unstable; urgency=low
7897 * Fix parsing of configuration files
7898 * Add new powerpc-linux-gnu entry to archtable. Closes: Bug#76522
7899 * No longer bother to install emacs things. I don't use emacs myself
7900 and can't support that properly.
7901 * scripts/dpkg-shlibdeps.pl: Make it parse soname's in the format of
7902 "libfoo-X.X.so" (e.g. libdb-3.1.so) and use it. Also make it give a
7903 warning if there is a NEEDED line in the objdump output that we cannot
7905 * scripts/dpkg-shlibdeps.pl: resolve library paths using a combination
7906 of the libc major version, and ldconfig -p output. Solves problems
7907 with errant libc5 deps.
7908 * Correct name of .changes file when doing source-only builds
7909 * Fix -ap option for dpkg-buildpackage. Closes: Bug#77305
7910 * Fix typo in update-alternatives manpage. Closes: Bug#77829
7911 * Fix typo in script-regexp update-rc.d. Closes: Bug#76029
7913 -- Wichert Akkerman <wakkerma@debian.org> Thu, 23 Nov 2000 18:55:50 +0100
7915 dpkg (1.7.1) unstable; urgency=medium
7917 * Fix a typo in the dpkg-statoveride manpage
7918 * dpkg-statoverride reads and writes the right file now
7919 * Make update-alternatives use the right dir for alternatives again
7921 -- Wichert Akkerman <wakkerma@debian.org> Tue, 7 Nov 2000 01:16:39 +0100
7923 dpkg (1.7.0) unstable; urgency=low
7925 * Allow the administrator to override file mode and ownership using the
7926 new dpkg-statoverride tool.
7927 * Use objdump instead of ldd in dpkg-shlibdeps
7928 * Fix logic in dpkg-shlibdeps so it looks for dependencies as specified
7929 in its documentation
7930 * Make update-alternatives update slave links with --config and properly
7931 switch the alternative to manual mode
7932 * HURD updates, Closes: Bug#57753,#57754,#57755
7933 * dpkg-architecture: -q should not imply -f, Closes: Bug#57761
7934 * add dpkg:UpstreamVersion and dpkg:Version substvars in dpkg-genchanges
7935 and dpkg-gencontrol. Closes: Bug#62069,#64774
7936 * dpkg-genchanges: add new Changed-By field to .changes with the last
7937 person who made a change, and modify the Maintainer-field to be the
7938 actual maintainer. Update the format-version to 1.7 to reflect this.
7939 * dpkg-genchanges: allow a space between # and a to-be-closed bugnumber
7940 * dpkg-deb: reorder files when building a package
7941 * dpkg-statoverride: new tool to override ownership and modes for files
7942 * Check COLUMNS environment for dpkg -l output. Closes: Bug#65536
7943 * Add Origin and Bugs fields to the control file
7944 * Install new /etc/dpkg/origins/debian file
7945 * Corrections and updates to Swedish translation.
7946 * Add Galician, German, Dutch and Brazilian translations
7947 * archtable: add ia64 and sh; revert sparc64 so that it turns into sparc.
7948 There wont be a full binary-sparc64 port. Closes: Bug#70788
7949 * dselect/main.cc: small fixups to get it to compile with gcc-2.96
7950 * Clean up fd handling in some places. Closes: Bug#69359,#69360,#69361
7951 * Document -k option for dpkg-buildpackage. Closes: Bug#71808
7952 * Install commented dummy shlibs.default and shlibs.override files
7953 * Give dpkg a configurationfile
7954 * dpkg-scanpackages now uses the most recent version if multiple versions
7955 of a package are found.
7956 * don't rename a file to itself in dpkg-source. Closes: Bug#75060
7957 * Fix buffer overflow in cmdname handling in start-stop-daemon.
7959 * Don't abort if start-stop-daemon tries to read a non-existing pidfile.
7961 * Update formating of start-stop-daemon manpage. Closes: Bug#75110
7962 * Make a missing package a warning instead of an error in dpkg-genchanges
7964 -- Wichert Akkerman <wakkerma@debian.org> Sun, 5 Nov 2000 17:28:39 +0100
7966 dpkg (1.6.13) frozen unstable; urgency=low
7968 * Add Format-flag to .dsc format: we know we are going to change the
7969 format in the next release, this change will make dpkg-source abort
7970 with a reasonable error instead of doing unexpected things.
7971 * Fix error in gettext'ized string
7972 * Updated Czech, French, Polish and Spanish translations. Closes: Bug#63663
7973 * debian-changelog-mode.el: fix documentation string for
7974 debian-changelog-finalise-last. Closes: Bug#63003
7976 -- Wichert Akkerman <wakkerma@debian.org> Mon, 8 May 2000 16:08:53 +0200
7978 dpkg (1.6.12.99) frozen unstable; urgency=low
7980 * Pre-release for 1.6.13. which will only feature translation updates
7981 * Fix typo in dpkg-divert, Closes: Bug#60243
7982 * dpkg-genchanges: recognize non-deb packages (tarballs, such as
7983 dpkg-non-deb and boot-floppies disk tarballs). This makes sure that we
7984 include them when figuring out the Arch field in the .changes
7985 * mark another string as translateable, Closes: Bug#62543
7986 * fix location of --abort-after in --help output, Closes: Bug#62464
7987 * fix allocation error in checkpath(), Closes: Bug#62364
7988 * add Hold to list of desired package states in -l output, Closes: Bug#58765
7990 -- Wichert Akkerman <wakkerma@debian.org> Fri, 21 Apr 2000 11:52:59 +0200
7992 dpkg (1.6.12) frozen unstable; urgency=high
7994 * Fix test for gpg/pgp in dpkg-buildpackage. You can now build
7995 unsigned packages again. Closes: Bug#60395
7996 * Updated Spanish and Swedish translations. Closes: Bug#41735
7997 * Merge patch from Joel Klecker to remove emacsen-common stuff from dpkg-dev
7999 -- Wichert Akkerman <wakkerma@debian.org> Mon, 3 Apr 2000 16:50:02 +0200
8001 dpkg (1.6.11) frozen unstable; urgency=high
8003 * Oops, missed one case where the libc/ncurses conflict reared its
8004 ugly head and broke dselect miserably.
8005 * fix syntax error in dpkg-divert. Closes: Bug#60050
8007 -- Wichert Akkerman <wakkerma@debian.org> Fri, 10 Mar 2000 11:52:07 +1100
8009 dpkg (1.6.10) frozen unstable; urgency=low
8011 * The `it rains in Sydney' release
8012 * Mark another string in dselect as translateable, Closes: Bug#58618
8013 * Fix typos, Closes: Bug#58619
8014 * Change dselect keybindings slightly so `n' really does searchagain
8015 * Updated Czech and Spanish translations, Closes: Bug#58617
8016 * dpkg-divert.pl: reinstate last writeability-patch. Modified
8017 to not abort on ENOENT: this indicates a directory does not (yet)
8018 exist. If this happens don't try to rename. This should fix all
8019 current dpkg-divert problems. Closes: Bug#59207,#58596
8020 * update-alternatives: switch back to auto-mode when manually selected
8021 alternative is removed, Closes: Bug#54933
8022 * dselect no longer segfaults on SIGWINCH but does The Right Thing
8023 instead. Closes: Bug#54303,#58697,#59419
8025 -- Wichert Akkerman <wakkerma@debian.org> Tue, 7 Mar 2000 15:09:47 +1100
8027 dpkg (1.6.9) frozen unstable; urgency=low
8029 * Fix typo in update-alternatives manpage
8030 * dpkg-architecture: -q should not imply -f, Closes: Bug#57761
8031 * Cleanup bits of install-info to make it more stable
8032 * Fix Build-Dependency for ncurses, Closes: Bug#58073
8033 * Some more documentation updates, Closes: Bug#57985
8034 * Revert patch to check for writeable filesystems in dpkg-divert,
8037 -- Wichert Akkerman <wakkerma@debian.org> Fri, 18 Feb 2000 12:11:58 +0100
8039 dpkg (1.6.8) frozen unstable; urgency=low
8041 * Turn --force-overwrite on by default
8042 * Fix a couple of small buildsystem errors
8043 * Support multiple adjacent newlines in control-style files, Closes: Bug#56056
8044 * Updated Czech and Swedish translations
8045 * Revert patch to change order of things when purging a package,
8047 * Handle failed open of /dev/tty in dpkg -l, Closes: Bug# 55041
8048 * Update Japanese translations, Closes: Bug# 56641, #57494, #57595
8049 * Update extended description for dpkg-dev, Closes: Bug# 56675
8050 * Implement verbose option for update-alternative
8051 * Fix conflicts handling
8053 -- Wichert Akkerman <wakkerma@debian.org> Thu, 10 Feb 2000 15:31:31 +0100
8055 dpkg (1.6.7) frozen unstable; urgency=low
8057 * dpkg compiles on HP-UX, Solaris and IRIX now
8058 * start-stop-daemon can chroot now, Closes: Bug#54513
8059 * Allow space between # and the bugnumber in the changelog
8060 * Display package description with waddnstr, Closes: Bug#54313
8061 * Updated Japanese manpages, Closes: Bug#54690, #55080
8062 * Upload full source for packages with version *-0.1, Closes: Bug#54651
8064 -- Wichert Akkerman <wakkerma@debian.org> Sun, 16 Jan 2000 18:36:10 +0100
8066 dpkg (1.6.6) unstable; urgency=low
8068 * dpkg-buildpackage supports debsign, Closes: Bug#58333
8069 * fix update-alternatives manpage, Closes: Bug#53859
8070 * Updated Polish translation
8071 * Pass admindir to dpkg, Closes: Bug#54039
8072 * Fix dpkg -l output
8073 * Remove dpkg-safelist again, it had issues
8075 -- Wichert Akkerman <wakkerma@debian.org> Fri, 7 Jan 2000 19:51:45 +0100
8077 dpkg (1.6.5) unstable; urgency=low
8079 * Update Spanish translation
8080 * Don't strip 8th bit in dselect packagelists, Closes: Bug# 49061
8081 * Don't use \z in dpkg-scansources, Closes: Bug# 53182
8082 * Correctly unregister internals manual, Closes: Bug# 53200
8083 * dselect helpessages can be translated now, Closes: Bug# 51381
8084 * dselect UI tweaks, including a new --expert mode
8085 * Added build-depends, Closes: Bug# 53394
8086 * Added THANKS-file with people who have contributed to the code
8087 * Use full width of tty in packagelisting, Closes: Bug# 53395
8088 * Add -z option to dpkg-deb to set compressionlevel when building
8089 packages, Closes: Bug# 53398
8090 * Fix segfaults when producing a diff between current and new conffile,
8093 -- Wichert Akkerman <wakkerma@debian.org> Sat, 25 Dec 1999 04:47:09 +0100
8095 dpkg (1.6.4) unstable; urgency=low
8097 * No longer byte-compile for emacs
8098 * Add Swedish translation
8099 * start-stop-daemon: honour --oknodo if we fail to kill a process
8100 Closes: Bug#52580,#52185,#52457
8101 * Fix dselect program description, Closes: Bug#52328
8102 * Fix architecture-detection in dpkg-gencontrol, Closes: Bug#52616
8103 * Accept single-number values in update-rc.d, Closes: Bug#46810
8105 -- Wichert Akkerman <wakkerma@debian.org> Sun, 19 Dec 1999 16:27:48 +0100
8107 dpkg (1.6.3) unstable; urgency=high
8109 * Comment dselect changes from 1.6.2, they seem to have a problem
8110 Closes: #52043,52058,52088,51437
8111 * Really fix emacs-stuff. Hopefully. Closes: #51919,51525
8112 * Fix copyright display in dselect menu, Closes: #52093
8113 * Fix uid/gid-changes in start-stop-daemon, Closes: #52081
8115 -- Wichert Akkerman <wakkerma@debian.org> Tue, 7 Dec 1999 17:06:00 +0100
8117 dpkg (1.6.2) unstable; urgency=low
8119 * New dpkg-scansources, Closes: #51888
8120 * Fix default for elispdir, Closes: #51919,51525
8121 * New manpages for cleanup-info and dpkg-divert, Closes: #51539, 46657
8122 * Buildsystem updates, Closes: #51525, 51855, 51914
8123 * Modify dselect behaviour for suggests and recommends
8125 -- Wichert Akkerman <wakkerma@debian.org> Sun, 5 Dec 1999 19:29:50 +0100
8127 dpkg (1.6.1) unstable; urgency=low
8129 * Fix some slight packaging errors
8131 -- Wichert Akkerman <wakkerma@debian.org> Fri, 26 Nov 1999 20:18:48 +0100
8133 dpkg (1.6) unstable; urgency=low
8135 * Major overhaul of the buildsystem
8136 * Update Standards-Version to 3.1.0
8137 * Move to version 1.6 to reflect the amount of changes made
8138 * Fix mixup with Czech and Polish translations, Closes: Bug# 48986
8139 * utils/start-stop-daemon.c: Added ability for user.group arg to
8140 --chuid. Also, always call initgroups() when using --chuid.
8141 * utils/start-stop-daemon.8: Document above change, also add note to the
8142 --make-pidfile option concerning its problem with daemons that fork
8144 -- Wichert Akkerman <wakkerma@debian.org> Thu, 25 Nov 1999 04:30:01 +0100
8146 dpkg (1.4.1.19) unstable; urgency=low
8148 * Fix replaces for dpkg-dev
8149 * Add gettext-support to dselect
8150 * Added Czech and Polish translations for dpkg
8151 * Fixed incorrect patch for --print-architecture (oops, oh well
8152 it was already broken when there was no gcc anyway :)
8153 * Fixed missing mipseb that was supposed to be in the archtable
8154 * Better output in update-alternatives --config, now shows the
8155 current, and the preferred choices.
8156 * dpkg-name: ignore epoch when getting version
8157 * 50dpkg-dev.el: add it as a conffile for dpkg-dev
8158 * internals.sgml: Removed references to the versions of build tools,
8159 they date the document.
8160 * debian-changelog-mode.el: added hint for better log-email handling
8161 * Added recognition for new source-depends fields for policy
8162 referenced in bug #41232
8163 * dpkg-buildpackage: add -ap option to force a pause prior to starting
8164 the sign process. This helps for people who don't keep their signatures
8165 on the filesystem (on a floppy perhaps, then mount as needed).
8166 * minor script corrections
8167 * dpkg-dev control: Change gcc to c-compiler in the recommends field, and
8168 move cpio, patch and make to the depends line
8169 * Leave file info intact in available when installing packages. MD5sum,
8170 Filename, and MSDOS-Filename used to get lost when installing a
8172 * Added armv4l to archtable
8173 * Added 'D' to the list of choices for conffile handling, closes: #48137
8174 * Converted internals.sgml to debiandoc format. Also added a dpkg-doc
8175 package that contains the generated output from this file (.ps, .html
8176 and .info), includes doc-base support. Internals.sgml is also not
8177 generated on the binary-arch target, and is no longer "byhand"
8178 * dpkg-gencontrol: add "Source" to the fields placed in the control file
8179 * dpkg-parsechangelog: fixed loop for parsepath (#48526)
8180 * main/{processarc.c,depcon.c}: added new structure for conflictors,
8181 which contains a struct for conflicts. This is used to create an array
8182 of conflicting packages, which are going to be replaced. Allows for
8183 multiple conflicts and replaces. All conflictor handlers were
8184 converted to loops to handle each one (processarc.c).
8185 * dpkg-divert: Fix check for writable filesystem, closes: #48646
8187 -- Wichert Akkerman <wakkerma@debian.org> Sat, 30 Oct 1999 15:14:40 +0200
8189 dpkg (1.4.1.18) unstable; urgency=low
8191 * Backout dep check patch
8193 -- Ben Collins <bcollins@debian.org> Sat, 23 Oct 1999 00:39:24 -0400
8195 dpkg (1.4.1.17) unstable; urgency=low
8197 * Add support for long filenames, along with --assert-longfilenames
8198 * Added --chuid option to start-stop-daemon to allow switching to
8199 a different uid when starting a process
8200 * Add mipseb and mipsel to the archtable too, since mips and mipseb are
8201 both viable names for the mips big endian arch, and mipsel is also needed
8202 * Update dpkg-architecure's archtable
8203 * Added --config option to update-alternatives to allow easy changing
8204 of the registered alternatives for a specific name
8205 * Updated the deb-control(5) man page with all the current fields
8207 * Made the large info screen show 5 lines of the pkglist so that
8208 it scrolled properly, and still showed the cursor in dselect
8209 * Removed references to dpkg(5) which seems to not exist anymore
8210 * Fixed `dpkg-deb --help' and dpkg-deb(1) from reporting --no-check
8211 when it's actually --nocheck (went with the hardcoded option, so
8212 this is just a documentation fix).
8213 * Added better check in disk.setup for a working NFS server. Makes
8214 it compatible with other non-Linux servers.
8215 * Corrected dpkg(8)'s example of using dpkg -i (showed it used with
8216 a .tar.gz instead of a .deb)
8217 * Applied patch to correct improper TMPDIR handling in dpkg-deb
8218 * When encountering an error in extracting the tar archives in the
8219 packages, we should abort the install, not simply give an error
8221 * Make dpkg give the builtin arch if there was an error while exec()'ing
8222 the C compiler with --print-architecture. We still fail if the
8223 output from gcc was bad in some way, since they may be of importance.
8224 * Removed the maintainer-configure portion in debian/rules, since
8225 we should be shipping the source with all the auto* stuff
8226 already generated anyway
8227 * Removed the ltconfig patch, and resort to a debian/rules fix
8228 to libtool itself after running configure
8229 * Removed shlibs.default.i386. It's now a template for arch porting to
8230 Debian/dpkg, we install it still, if there exists a file matching the
8232 * Reimplemented a better *stat cache for the removal checking code,
8233 this helps a lot when doing upgrades where the packages are a lot
8235 * Increased largemem auto detection to >= 24megs, since it's not uncommon
8236 for dpkg to actually use 16megs of ram all on its own when using the
8237 largemem setting (old minimum was 16megs)
8238 * debian/rules: chmod -x everything in /usr/lib to make lintian happy.
8239 in the clean phase just rm -rf $(BUILD), we don't need to run
8240 distclean and all that other stuff. Don't run "make dist", we
8241 simply copy the .tar.gz that dpkg-source creates for the byhand
8243 * Make start-stop-daemon exit(1) when we don't find one of the
8244 pid's we are trying to kill, in accordance with the man page.
8245 * When running --configure on an already installed package, just
8246 say it's installed, and not that it is in an unconfigurable
8248 * Fixed some compiler warnings
8249 * Make dpkg check for uid 0 requirement, before checking the path
8250 since not being root, is probably the reason that the PATH is
8251 borked in the first place
8252 * Make -p short for --print-avail, and -P short for --purge
8253 * Fix typo in md5sum(1) man page
8254 * start-stop-daemon: Add --background and --make-pidfile options
8255 * update-alternatives: make sure we remove "old" symlinks when they
8256 are no longer pertinent. Add /etc/alternatives/README that refers
8257 to the update-alternatives(8) man page.
8258 * dpkg-divert: Add check for being able to write to the old/new
8259 destination before doing a rename. We fail on this, without
8260 changing the diversion registry
8261 * Fix bad regex in update-rc.d
8263 -- Wichert Akkerman <wakkerma@debian.org> Thu, 21 Oct 1999 17:49:03 +0200
8265 dpkg (1.4.1.16) unstable; urgency=medium
8267 * Hardcode ENOENT again since the errno-part of the POSIX module
8268 isn't in perl-*-base. sigh.
8270 -- Wichert Akkerman <wakkerma@debian.org> Fri, 15 Oct 1999 04:01:14 +0200
8272 dpkg (1.4.1.15) unstable; urgency=low
8274 * non-maintainer release.
8275 * Move dselect into its own package
8276 * Remove conffiles before directories when purging
8277 * Check if integrity from other packages will broken when processing
8279 * dpkg-deb can handle package made with Linux ar.
8280 * Add check to update-alternatives to see if the sequencecode is between
8282 * Fix failed assertion, which was actually two bugs: a logic error in
8283 checkforremoval and a wrong assumption in findbreakcycle
8284 * dselect doesn't die when you resize the terminal
8285 * check if a file is also in a new package before removing it when upgrading
8286 * offer to show a diff between the old and new conffile
8287 * dpkg-scanpackages: don't abort but only skip a package if we can't
8289 * Add HURD-support to start-stop-daemon
8290 * Reinstate patch to not read available when doing --list-files
8291 * Add a couple of --force options to handle changed conffiles
8293 -- Wichert Akkerman <wakkerma@debian.org> Thu, 14 Oct 1999 04:20:56 +0200
8295 dpkg (1.4.1.14) unstable; urgency=low
8297 * non-maintainer release.
8298 * dpkg-source works again on empty diffs, Closes: Bug# 46159
8299 * Install locale-files in /usr/share, Closes: Bug# 46631
8300 * Make /usr/share/doc/dpkg-dev a symlink to /usr/share/doc/dpkg
8301 * Actually include fix to make update-alternatives works filesystems (oops!)
8302 * Check if codenumber is between 0 and 99, Closes: Bug# 46810
8304 -- Wichert Akkerman <wakkerma@debian.org> Tue, 5 Oct 1999 19:19:05 +0200
8306 dpkg (1.4.1.13) unstable; urgency=low
8308 * Non-maintainer release.
8309 * NMU number 13, lets see what breaks :)
8310 * update-alternatives works across filesystems now
8311 * Make -sgpg work in dpkg-buildpackage (typo)
8313 -- Wichert Akkerman <wakkerma@debian.org> Tue, 28 Sep 1999 01:26:19 +0200
8315 dpkg (1.4.1.12) unstable; urgency=low
8317 * Non-maintainer release.
8318 * Fix typo in chmodsafe_unlink that made dpkg chmod files that
8319 weren't setuid or setgid
8321 -- Wichert Akkerman <wakkerma@debian.org> Sun, 26 Sep 1999 02:41:30 +0200
8323 dpkg (1.4.1.11) unstable; urgency=low
8325 * Non-maintainer release.
8326 * Added sparc64 to archtable
8327 * Added entries for newer alpha architectures to the archtable
8328 * Always run patch and diff with LANG set to C.
8329 * Handle diff warning for files with no newline at the end of file
8332 -- Wichert Akkerman <wakkerma@debian.org> Fri, 24 Sep 1999 03:23:54 +0200
8334 dpkg (1.4.1.10) unstable; urgency=low
8336 * Non-maintainer release.
8337 * Build dpkg-scansources manpages using pod2man
8338 * dpkg-buildpackage changes:
8339 + fix signinterface-detection
8340 + use gpg by default if $HOME/.gnupg/secring.gpg exists
8342 -- Wichert Akkerman <wakkerma@debian.org> Thu, 16 Sep 1999 15:36:43 +0200
8344 dpkg (1.4.1.9) unstable; urgency=low
8346 * Non-maintainer release.
8347 * Updated dpkg-scansources to current version from Roderick Schertler
8348 * Update location of GPL in internals-manual
8349 * Update location of GPL and dpkg copyright in all manpages
8350 * Include patch from Roman Hodek for dpkg-source to handle diffs of files
8351 with lines that begin with two dashes.
8352 * Move dpkg-scansources to dpkg-dev package
8353 * Move dpkg-scansources manpage to section 8
8354 * Fix error that moved a lot of manpages to the dpkg package.
8355 * It looks like not reading the available-file for listfiles was not greeted
8356 with much enthiousiasm, so reverse the change.
8358 -- Wichert Akkerman <wakkerma@debian.org> Wed, 15 Sep 1999 03:45:07 +0200
8360 dpkg (1.4.1.8) unstable; urgency=low
8362 * Non-maintainer release.
8364 * Add patch from Raphaël Hertzog <rhertzog@hrnet.fr> for dpkg-scansources
8365 to skip comments in signatures. This allows packages to also use GnuPG.
8367 -- Wichert Akkerman <wakkerma@debian.org> Mon, 13 Sep 1999 04:16:33 +0200
8369 dpkg (1.4.1.7) unstable; urgency=low
8371 * Non-maintainer release.
8372 * Use /usr/share/doc
8373 * Merge changes from dpkg-iwj tree:
8374 + change section in dpkg-deb.1 to 1
8375 + Use COPYINGFILE instead of hardcoded GPL-location in showcopyright()
8376 + varbufprintf (used for some error messages) vsnprintf return value
8377 assumption changed to correspond to reality rather than glibc-doc.
8378 + Don't read available-info when not needed (slightly improved from
8379 dpkg-iwj: don't read for listfiles either :)
8380 + Cleanup --assert-* code
8381 + Assume largemem on systems without sysinfo(2).
8382 + modify preexec-script for easier script execution
8383 + Do not chmod(".../path/to/symlink",0600) causing many bad perms.
8384 + Sanity-check numbers for parameters
8385 + Move some logic from process_archive into wantinstall
8386 + Print '0' in dpkg-scanpackages if no packages found.
8388 -- Wichert Akkerman <wakkerma@debian.org> Fri, 10 Sep 1999 04:06:32 +0200
8390 dpkg (1.4.1.6) unstable; urgency=low
8392 * Non-maintainer release.
8393 * scripts/dpkg-architecture.pl: Update to latest version.
8394 * scripts/dpkg-architecture.1: Likewise.
8396 -- Marcus Brinkmann <brinkmd@debian.org> Sat, 24 Jul 1999 18:24:21 +0200
8398 dpkg (1.4.1.5) unstable; urgency=low
8400 * Non-maintainer release.
8401 * (dpkg-dev): Use emacsen-common for debian-changelog-mode.el
8402 (closes:Bug#20776,#31030).
8403 * Removed references to the packaging and policy manuals from debian/control.
8404 * Put debian-changelog-mode.el in dpkg-dev and remove from dpkg (closes:Bug#29271).
8405 * Fix paths in 50dpkg-dev.el using Roderick Schertler's patch
8406 (closes:Bug#28270,#29702,#26876,#29184,and others).
8407 * Note that bug number 17367 was fixed in 1.4.0.26.
8408 * Add Zack Weinberg's install-info patch for GNU install-info
8409 compatibility (closes:Bug#28965).
8410 * Add dpkg-architecture stuff from Marcus Brinkmann.
8411 * Remove debian-keyring suggests from dpkg.
8412 * Add -k<keyid> flag to dpkg-buildpackage.
8413 * --textmode works in gpg, remove kluge from dpkg-buildpackage.
8414 * Cleanup configure.in slightly (stop using tl_ macros, fix gettext stuff).
8415 * Attempt to make Debian source useful for non-Debian systems
8416 (i.e. distclean tree instead of maintainer-clean tree).
8417 * Sync with wichert's 1.4.1.4.
8418 * Add my ltconfig-1.3.2.diff (RPATH workaround).
8419 * Add dpkg-scansources program and man page.
8420 * Man pages in /usr/share/man.
8422 -- Joel Klecker <espy@debian.org> Tue, 13 Jul 1999 18:12:15 -0700
8424 dpkg (1.4.1.4) unstable; urgency=low
8426 * Also change developer-keyring to debian-keyring for dpkg-dev package
8427 * Include spanish translation from Nicolás Lichtmaier <nick@debian.org>
8428 * Depend on perl5 instead of perl
8430 -- Wichert Akkerman <wakkerma@debian.org> Mon, 5 Jul 1999 00:04:14 +0200
8432 dpkg (1.4.1.3) unstable; urgency=low
8434 * Modify tarobject() so it does not complain if we are creating a
8435 directory that replaces a removed file. This works around the
8436 problem that the filedatabase doesn't remember what filetype a
8437 file was by assuming it already was a directory
8439 -- Wichert Akkerman <wakkerma@debian.org> Mon, 31 May 1999 23:49:23 +0200
8441 dpkg (1.4.1.2) unstable; urgency=low
8443 * Non-maintainer upload
8444 * Rebuild, so this is glibc2.1 (unless you're on m68k), which is rumoured
8445 to also fix the i8n-problems.
8446 * Incorporate 1.6 format of .changes, patch from Guy Maor
8447 * Fix bug in section-handling of dpkg-scanpackages, patch from Guy Maor
8448 * Disable force-overwrites again, since we're in unstable
8449 * Assume largemem on systems for which sysinfo is not available, Bug# 33658
8451 -- Wichert Akkerman <wakkerma@debian.org> Wed, 26 May 1999 15:50:17 +0200
8453 dpkg (1.4.1.1) unstable; urgency=low
8455 * Non-maintainer upload
8456 * Install emacs-startup scripts with mode 0644 (lintian)
8457 * Incorporate changes in NMU 1.4.0.32 made by Vincent Renardias
8458 <vincent@waw.com> for slink:
8459 + Apply patch from Jim Pick for update-alternatives.pl to
8460 fix 'Important' bugs #30891 in dpkg and (#27382, #27383, #27696,
8461 #27703, #27736, #27097(merged bugs)) in jdk1.1.
8462 * Incorporate changes in NMU 1.4.0.33 made by me for slink:
8463 + Fix illegal perl construct (Bug# 30985)
8464 + Initialize oialtname->useinstead and oicontest->camefrom to 0 (Bug# 30397)
8465 + Update shlibs.default for libncurses 4 (Bug# 30332)
8466 + Suggest debian-keyring instead of developer-keyring (Bug# 27376, 30248)
8467 + Abort dpkg-divert when attempting to divert a directory (Bug# 30126)
8468 + Make dpkg-deb.1 aware that it is in section 1, not 8
8469 + Fix section in reference to dpkg-deb in dpkg.8 (Bug# 29740)
8470 + Fix typo in --force-help (Bug# 26193)
8471 + Correct path for debian-changelog-mode.el (Bug# 24606)
8472 + Make disk-method for dpkg use /var/run instead of /tmp to fix
8473 symlink-attacks (Bug# 21399)
8474 + Document -n and -f options for update-rc.d in manpage (Bug# 15913)
8475 + Add --abort-after option to change after how many errors we abort and
8476 change the default to 50 (Bug# 22940)
8477 + Fix controllib.pl: don't check debian/substvars unless needed, and
8478 don't depend on language settings (Bug# 31508)
8479 + Allow a - in the architecture-field (Bug# 25537)
8481 -- Wichert Akkerman <wakkerma@debian.org> Mon, 1 Feb 1999 00:44:01 +0100
8483 dpkg (1.4.1) unstable; urgency=low
8485 * Maintainer release by IWJ.
8486 * Changed Maintainer: field description.
8487 * Various changes to make the damn thing build.
8488 * Add .cvsignore files.
8490 -- Ian Jackson <ian@davenant.greenend.org.uk> Sun, 1 Nov 1998 17:33:38 +0000
8492 dpkg (1.4.0.31) unstable; urgency=low
8494 * dpkg/processarc.c: Make newfileslist static like the other arguments
8495 for register_cleanup's cu_* functions.
8496 * N-th fix for controllib.pl (simulate old behavior by trying stdin,
8497 stdout, and stderr for getlogin()).
8498 * Enable --force-overwrite for slink release, and comment where to do
8500 * Recompile against ncurses4.
8502 -- Daniel Jacobowitz <dan@debian.org> Thu, 22 Oct 1998 17:37:23 -0400
8504 dpkg (1.4.0.30) unstable; urgency=low
8506 * dpkg-dev isn't allowed to have a Recommends: debian-keyring (as that's
8507 in contrib), so it's now lowered to a Suggests: . Thanks to James Troup
8508 for pointing this out.
8510 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Sat, 26 Sep 1998 13:59:23 +0200
8512 dpkg (1.4.0.29) unstable; urgency=low
8514 * For now, prefer PGP over GPG.
8516 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Tue, 22 Sep 1998 09:38:09 +0200
8518 dpkg (1.4.0.28) unstable; urgency=low
8520 * Added gpg (GNU Privacy Guard) support:
8521 * scripts/buildpackage.sh: default to GPG (unless no GPG, but only a PGP
8522 secret key file is found), as GPG, unlike PGP, is DFSG-free.
8523 * Updated dpkg-source(1), and added gpg(1) and pgp(1) to the SEE ALSO
8525 * Worked around broken textmode implementation in GPG.
8526 * dpkg-dev now Suggests: gnupg .
8527 * No longer includes developer-keys.pgp . Instead, dpkg now Suggests: and
8528 dpkg-dev now Recommends: developer-keyring.
8529 * Compiled with latest libstdc++ (2.9).
8531 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Mon, 21 Sep 1998 13:17:14 +0200
8534 dpkg (1.4.0.27) unstable; urgency=low
8536 * REALLY fixed dpkg-dev, and new attempt to placate installer on internals.
8538 -- Daniel Jacobowitz <dan@debian.org> Fri, 27 Jul 1998 15:58:04 -0400
8540 dpkg (1.4.0.26.0.1) unstable; urgency=low
8542 * Binary-only upload for x86 and fixed dpkg-dev
8544 -- Daniel Jacobowitz <dan@debian.org> Fri, 24 Jul 1998 15:58:04 -0400
8546 dpkg (1.4.0.26) unstable; urgency=low
8548 * Non-maintainer upload.
8550 * Make --root work with maintainer scripts (Patch by Scott Barker,
8551 bugs #4863 and #3170).
8552 * Fix $(lispdir) bug if compiling without emacs (noticed by Joey Hess).
8554 -- Daniel Jacobowitz <dan@debian.org> Thu, 23 Jul 1998 12:02:04 -0400
8556 dpkg (1.4.0.25) unstable; urgency=low
8558 * Non-maintainer upload.
8560 * Add the requested -nc option to dpkg-buildpackage (Do
8561 not clean source tree, useful in debugging cycles).
8562 * controllib.pl: Again by popular acclamation, fix the getlogin() warnings.
8563 I redirected STDERR onto fd 0 before calling getlogin().
8564 * tools.m4: Fix display of whether c++ works.
8565 * dpkg-deb/extract.c: glibc 2.1 and some kernels want to make
8566 fflush() move the current fpos. Until someone can fix that,
8568 * Add an extra 0, to dselect/{pkg,meth}keys.cc so it compiles again.
8569 * Start using lchown() if available.
8570 * Really fix #20353. (aclocal.m4 was the wrong place; that's a generated
8571 file. The correct place is in tl_canon.m4.)
8573 -- Daniel Jacobowitz <dan@debian.org> Tue, 21 Jul 1998 03:14:14 -0400
8575 dpkg (1.4.0.24) unstable; urgency=low
8577 * Non-maintainer upload.
8579 * dpkg/main.c: Turn --force-overwrite off as default.
8580 * dpkg/main.c: don't list --force-overwrite as default in --force-help,
8581 noticed by Peter Weiss <Peter.Weiss@Informatik.Uni-Oldenburg.DE> and
8582 others. [#23542, part of #17409].
8583 * dpkg/dpkg.8: replaced with a newer version from Jim Van Zandt
8584 <jrv@vanzandt.mv.com>. [#21061]
8586 * dpkg-deb/build.c (do_build): add missing \n and improve error message
8587 when conffile name is too long. [#7057]
8589 * scripts/update-alternatives.8: replaced with better man page from
8590 Charles Briscoe-Smith <cpb4@ukc.ac.uk>. [#17283]
8591 * scripts/dpkg-source.1: corrected logic error in documentation for
8592 dpkg-gencontrol's -p option, as noticed by Oliver Elphick
8593 <olly@linda.lfix.co.uk>. [#14655]
8594 * scripts/controllib.pl (findarch): correct typo in error message,
8595 noticed by Yann Dirson <ydirson@a2points.com>. [#22106]
8596 * scripts/dpkg-buildpackage.sh: fix typo s/source version/source
8597 maintainer/, noticed by Joey Hess <joey@kite.ml.org>, Adam P. Harris
8598 <apharris@onshore.com> and others. [#10175, #15559]
8599 * scripts/dpkg-genchanges.pl: applied patch from Roman Hodek
8600 <Roman.Hodek@informatik.uni-erlangen.de> which solves problems with
8601 architecture specific packages in mostly architecture independent
8602 multi-binary source packages. [#14341, #20192].
8604 * doc/Makefile.am: remove any reference to the packaging manual, as it is
8605 now provided by the separate "packaging-manual" package.
8606 * doc/packaging.sgml: removed.
8607 * doc/developer-keys.pgp: updated to the current debian keyring.
8609 * aclocal.m4: applied patch from Joel Klecker <jk@espy.org> to handle
8610 egcs' --print-libgcc-file-name output. [#20353]
8612 * debian/copyright: correct FSF address.
8613 * debian/rules: add code from lesstif's debian/rules to make libtool
8614 less of a fool (i.e. not use -rpath and to link shared libraries
8615 against libraries it depends on). Code by Richard Braakman
8616 <dark@xs4all.nl> and Yann Dirson <dirson@debian.org>.
8617 * debian/rules: remove all reference to the packaging manual as it is
8618 now provided by the separate "packaging-manual" package. [#21581,
8619 #21186, #22698, #23342]
8620 * debian/rules: link dpkg-divert.1.gz to undocumented.7.gz as the lack
8621 of a real manpage has been reported in #11093.
8622 * debian/README.compile: removed gawk and bogus comment about gettext
8623 being in experimental, as reported by Santiago Vila <sanvila@unex.es>
8624 [#23344]. Added libpaperg (debiandoc2ps needs paperconf).
8625 * debian/shlibs.default.i386: updated for glibc, reported by Herbert Xu
8626 <herbert@gondor.apana.org.au>. [#13140]
8627 * debian/control (dpkg-dev): depend on perl as POSIX (not a part of
8628 perl-base) is needed by most of the perl dpkg-* scripts, noticed by
8629 Joel Klecker <jk@espy.org>. [#22115]
8631 -- James Troup <jjtroup@comp.brad.ac.uk> Wed, 24 Jun 1998 14:38:52 +0200
8633 dpkg (1.4.0.23.2) frozen unstable; urgency=low
8635 * Non-maintainer upload.
8636 * dpkg/main.c: Turn --force-overwrite back on as default.
8638 -- James Troup <jjtroup@comp.brad.ac.uk> Tue, 23 Jun 1998 22:19:26 +0200
8640 dpkg (1.4.0.23.1) frozen unstable; urgency=low
8642 * No real changes, only a new version code to make this go to frozen too.
8644 -- Nils Rennebarth <nils@debian.org> Wed, 10 Jun 1998 17:29:58 +0200
8646 dpkg (1.4.0.23) frozen unstable; urgency=low
8648 * Non-maintainer bug-fix release
8649 * Update the disk method to the hamm directory structure (Bug#21000)
8651 -- Nils Rennebarth <nils@debian.org> Sun, 7 Jun 1998 19:14:51 +0200
8653 dpkg (1.4.0.22) frozen unstable; urgency=medium
8655 * Non-maintainer bug-fix release
8656 * Install main changelog file as `changelog.gz' instead of
8657 `changelog.dpkg.gz' (Debian Policy, section 5.8) (Bug#6052,15157)
8658 * Avoid use of /tmp/*.$$ in preinst and postinst (Bug#19712)
8659 * Make sure diversions file is always created with mode 0644 (Bug#19494)
8660 * When removing a file, chmod it to 000 if it's a char or block
8661 device or remove its s[ug]id bits, if any (Bug#6006)
8662 * Minor fixes in the programmer's manual (Bug#6206)
8663 * Always create readable status and available files
8664 (Bug#9869,11887,14636,15786,19146)
8665 * Make dpkg-gencontrol honour -DArchtecture=xxxx (Bug#9893)
8666 * Allow different archs for the same binary in debian/files (Bug#9894)
8667 * Added workaround in /usr/lib/dpkg/methods/disk/setup
8668 to avoid bash warning (Bug#10111,10131)
8669 * Recognize old .deb packages with other locales (Bug#12232)
8670 * Added `SHELL=bash' to debian/rules: it uses bash-specific structs
8671 * Move some files from dpkg to dpkg-dev (part of Bug#13295)
8672 * Minor fix in packaging manual regarding to Standards-Version (Bug#14696)
8673 * Fixed --altdir and --admindir in update-alternatives (Bug#15332)
8674 * Strip /usr/lib/libdpkg* (Bug#15671)
8675 * dpkg: send output of --help, --force-help and -Dhelp to stdout
8677 * send correct signals with start-stop-daemon (Bug#17258)
8678 * Make `dpkg-divert --test --remove' work as expected (Bug#19531)
8679 * Determine properly the architecture if gcc is egcs (Bug#20353)
8681 -- Juan Cespedes <cespedes@debian.org> Sun, 5 Apr 1998 17:37:01 +0200
8683 dpkg (1.4.0.21) unstable; urgency=low
8685 * Non-maintainer release to include a new update-rc.d
8686 * Fixed date on files in the archive from 2017 and 2018 by running
8687 touch foo; find . -newer foo | xargs -r touch; rm foo
8688 * Changed start-stop-deamon message "No <program> found; none killed." to
8689 "No <program> found running; none killed."
8691 -- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 5 Mar 1998 14:19:46 +0100
8693 dpkg (1.4.0.20) unstable; urgency=low
8695 * Disabled --force-overwrites.
8696 * Removed core file from source
8698 -- Michael Alan Dorman <mdorman@debian.org> Tue, 9 Jan 1998 03:34:28 -0500
8700 dpkg (1.4.0.19) unstable; urgency=low
8702 * Changed methods/disk.setup to use output of
8703 'dpkg --print-installation-architecture' instead of hard-coded
8704 '1386' (fixes #10995).
8705 * Patched dpkg-source to properly quote metacharacters in strings
8706 before using them in pattern-matching expressions (fixes #10811).
8707 * Fixed several documentation typos (fixes #10764).
8708 * dpkg-source now works around 100-character filename limitation of cpio
8710 * dpkg-source now properly handles '\ no newline in source' message from
8711 patch (fixes #5041).
8713 -- Klee Dienes <klee@debian.org> Sun, 13 Jul 1997 19:28:22 -0700
8715 dpkg (1.4.0.18) unstable; urgency=low
8717 * dpkg-source now uses new -z option to GNU patch (still needs to be
8718 changed to detect and use old version as well) (fixes #9904, #10005, #10007).
8719 * Added i686 to archtable.
8720 * shlibs.default now uses xlib6 instead of elf-x11r6lib (fixes #9926).
8721 * debian-changelog-mode now uses interruptible completing type-in fields
8722 instead of the previous 'select-a-letter method'. I consider this
8723 better and more standard than the previous way, but I'd welcome
8724 opinions to the contrary. Consider this a 'probationary' change for
8725 now (fixes #9873, #9874).
8727 -- Klee Dienes <klee@debian.org> Sun, 25 May 1997 09:56:08 -0400
8729 dpkg (1.4.0.17) unstable; urgency=low
8731 * All of the dpkg binaries (but not dpkg-dev or dselect) now speak
8732 french, thanks to patches from Christophe Le Bars <clebars@teaser.fr>
8733 * Fix leading spaces before day in 822-date.
8734 * Changes from Tom Lees <tom@lpsg.demon.co.uk> to better support
8735 building on non-Debian systems; minor Makefile fixes.
8736 * Added 'ppc powerpc powerpc' to archtable.
8737 * Changed documentation paper size to US/Letter instead of A4 (A4
8738 may be better, but it's easier to print US/Letter on A4 than it is
8739 to print A4 on US/Letter).
8741 -- Klee Dienes <klee@debian.org> Tue, 13 May 1997 15:24:31 -0400
8743 dpkg (1.4.0.16) experimental; urgency=low
8745 * Added generated sources to GNU-format source archive so it no longer
8746 requires perl to build.
8748 -- Klee Dienes <klee@debian.org> Sat, 10 May 1997 17:34:29 -0400
8750 dpkg (1.4.0.15) experimental; urgency=low
8752 * Changed dpkg-genchanges to check for ($arch == $substvar{'Arch'}), not
8753 ($arch ne 'all') (fixes #9688).
8754 * Fixed bug in start-stop-daemon.c (was using optarg after argument
8755 parsing was over) (fixes #9597, #9603, #9364).
8756 * Provide 50dpkg-dev.el for xemacs as well as emacs.
8757 * Explicitly provide path for debian-changelog-mode in 50dpkg-dev to use
8758 .el file as workaround until xemacs can read emacs19 .elc files.
8759 * Pass top_distdir explicitly to 'make dist' to accommodate bug in
8761 * Fix debian/build to make html documentation without including
8762 directories in tar archives (fixes #9348).
8764 -- Klee Dienes <klee@debian.org> Fri, 9 May 1997 13:17:18 -0400
8766 dpkg (1.4.0.14) experimental; urgency=low
8768 * Fixed buglet in install-info.pl (fixes #9438).
8769 * Re-write of update-rc.d.pl, primarily by Miquel van Smoorenburg
8770 <miquels@cistron.nl> (fixes #9434, #9436).
8771 * Renamed "dpkg Programmer's Manual" to "dpkg Internals Manual".
8773 -- Klee Dienes <klee@debian.org> Tue, 6 May 1997 22:01:07 -0400
8775 dpkg (1.4.0.13) experimental; urgency=low
8777 * Fix to start-stop-daemon so that it still takes numeric arguments (had
8778 been broken in 1.4.0.12) (fixes #9598).
8779 * Fix 822-date to sanity-check localtime() output (seconds must be the
8781 * Patch from Guy Maor <maor@ece.utexas.edu> to dpkg-source.pl to support
8782 pristine (MD5-equivalent) upstream sources.
8783 * Patch from Michael Alan Dorman <mdorman@calder.med.miami.edu> to
8784 update-rc.d.pl to fix handling multiple start/stop entries on a single
8786 * Several fixes to dpkg-genchanges to support -B option (added in
8787 1.4.0.12) (fixes #9340).
8788 * Handle errors from 822-date in debian-changelog-mode.el.
8789 * Changed cl-debian.pl to correctly handle extra whitespace in changelog
8792 -- Klee Dienes <klee@debian.org> Mon, 5 May 1997 18:12:43 -0400
8794 dpkg (1.4.0.12) experimental; urgency=low
8796 * Re-wrote 822-date for clarity and to support timezone offsets >= 12h
8797 (New Zealand in DST is +1300, for example) (fixes #7130).
8798 * Patch from Juergen Menden <menden@morgana.camelot.de> to support
8799 archdependent-only builds (fixes #8912, #9245, #5359).
8800 * Fix archtable entry for powerpc (fixes #8794).
8801 * Strip /sbin/* and /usr/sbin/* in debian/rules (fixes #8853).
8802 * Moved start-stop-daemon to /sbin (fixes #8669).
8803 * Set sharedstatedir and localstatedir for $(MAKE) install in
8804 debian/rules (fixes #8852).
8805 * Fixes for update-rc.d(8) from Jim Van Zandt <jrv@vanzandt.mv.com>
8807 * No longer do variable substitutions when generating change file (fixes
8809 * Support symbolic signal names in start-stop-daemon (fixes #7715).
8810 * Add autoload for debian-changelog-mode to /etc/emacs/site-start.d
8811 (fixes #4519, #5841).
8812 * Add recommendation for gcc and make in dpkg-dev (gcc is needed for dpkg
8813 --print-architecture, used by dpkg-gencontrol; make is needed for any
8814 debian/rules file) (fixes #8470).
8815 * Minor changes to packaging manual section on source package
8816 conversion (fixes #6801).
8817 * Renamed "programmer's manual" to 'packaging manual'.
8818 * Start of new "programmer's manual" containing information on dpkg
8819 internals and build information. This manual uses the new
8820 TeXinfo-SGML format, currently included in doc/.
8821 * dselect/pkgdepcon.cc now checks for debug not NULL, not just depdebug.
8822 * Changed makefiles to support building outside of source directory.
8823 * Include GNU-format source distribution with other non-debian packages.
8825 -- Klee Dienes <klee@debian.org> Sun, 4 May 1997 11:08:19 -0500
8827 dpkg (1.4.0.11) experimental; urgency=low
8829 * Patches for alpha and libc6 from Michael Alan Dorman
8830 <mdorman@calder.med.miami.edu>.
8831 * Fixed minor problems in dpkg-shlibdeps regular expressions for libc6.
8832 * Fix regex to detect directory creation in dpkg-source.pl.
8833 * Minor changes for automake-1.1n.
8835 -- Klee Dienes <klee@debian.org> Sun, 23 Mar 1997 18:09:33 -0500
8837 dpkg (1.4.0.10) unstable; urgency=medium
8839 * Fixed bug in controllib.pl (@fowner was entire passwd entry,
8840 not just [uid, gid] as it should have been).
8842 -- Klee Dienes <klee@debian.org> Thu, 20 Mar 1997 13:06:52 -0500
8844 dpkg (1.4.0.9) unstable; urgency=low
8846 * Check fputs() return values for (ret >= 0), not (ret != 0) (fixes #7522).
8847 * dpkg-shlibdeps no longer gives error for Java and statically linked
8848 binaries (fixes #4988).
8849 * Change 'details of the old format' to 'details of the new format' in
8850 deb-old.5 (fixes #7605).
8851 * dpkg-source -b now warns (was previously silent) if maintainer changes
8852 create new subdirectories. dpkg-source -x now warns (previously gave
8853 error) if maintainer changes create new subdirectories (partially
8854 fixes #6866, #6671, #5045, #6482).
8855 * Added manual page for start-stop-daemon (8).
8856 * Added C version of start-stop-daemon by
8857 Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl> (fixes #1670).
8858 * Converted to use GNU automake for the build process by Tom Lees
8859 <tom@lpsg.demon.co.uk>.<
8860 * Preliminary support for dpkg functions as a shared library (now
8861 provides libdpkg.so, but much work needs to be done in better
8862 segregating and defining the interface).
8863 * Preliminary internationalization support by Galen Hazelwood
8864 <galenh@debian.org>. Only the library, dpkg-deb, md5sum, and dpkg
8865 have been converted so far. No translations have yet been
8867 * Handle 'libc.so.6 => /lib/libc.so.6 (0x40010000)' format from libc6
8868 ldd (fixes #7603, #7926, #8688, #9179, #9134, #8516).
8869 * Removed policy.sgml (it has been moved to the debian-policy package).
8870 * Include patch from Darren Stalder <torin@daft.com> for
8871 dpkg-buildpackage to choose PGP key based on Maintainer: field of
8872 package being built (or -m<maintainer> option, if present) (fixes
8874 * Changed controllib.pl to use $ENV{LOGNAME}, getlogin(), and $<
8875 (in that order) to determine the intended ownership of
8876 debian/{files,substvars}, (fixes #7324, #6823, #5659, #5965, #5929,
8878 * Don't sign .dsc file in dpkg-buildpackage if building a binary-only
8879 release (fixes #7260).
8880 * Updated developer-keys.pgp to latest revision (fixes #6134).
8882 -- Klee Dienes <klee@debian.org> Mon, 17 Mar 1997 16:11:24 -0500
8884 dpkg (1.4.0.8) unstable; urgency=medium
8886 * Corrected update-rc.d for bash 2.0
8887 * Updated developer-keys.pgp from
8888 http://www.iki.fi/liw/debian/debian-keyring.tar.gz
8890 -- Guy Maor <maor@ece.utexas.edu> Mon, 3 Feb 1997 04:05:01 -0600
8892 dpkg (1.4.0.7) stable unstable; urgency=HIGH
8894 * Fixed --assert-support-predepends failing between unpack & configure.
8895 * Added --assert-working-epoch option.
8897 -- Guy Maor <maor@ece.utexas.edu> Sat, 25 Jan 1997 23:02:11 -0600
8899 dpkg (1.4.0.6) stable unstable; urgency=high
8901 * Patched lib/vercmp.c to hopefully fix dselect epoch processing
8902 (Bug#6204), (Bug#4590).
8903 * Patched scripts/dpkg-buildpackage, scripts/dpkg-genchanges,
8904 scripts/dpkg-gencontrol for epoch processing, courtesy of Loic Prylli
8905 <lprylli@graville.fdn.fr> (Bug#6138, Bug#5225).
8906 * Patched dpkg-genchanges to actually honor the -u switch to specify
8907 directory (Bug#5564).
8908 * Applied patch to main/archive.c to correct problems setting set[gu]id
8909 binaries, courtesy of Herbert Xu <herbert@greathan.apana.org.au>
8911 * Applied patch to dpkg-source to correct debian-only package names,
8912 courtesy of Guy Maor <maor@ece.utexas.edu> (Bug#5355).
8914 -- Michael Alan Dorman <mdorman@calder.med.miami.edu> Thu, 2 Jan 1997 11:36:09 -0500
8916 dpkg (1.4.0.5) stable frozen unstable; urgency=medium
8918 * Distribution for frozen too.
8920 -- Heiko Schlittermann <heiko@lotte.sax.de> Thu, 5 Dec 1996 09:13:42 +0100
8922 dpkg (1.4.0.4) stable unstable; urgency=medium
8924 * Bug2962 fixed: patch from Ian Jackson applied
8925 (cursor keys won't work after search)
8928 -- Heiko Schlittermann <heiko@lotte.sax.de> Fri, 15 Nov 1996 20:21:18 +0100
8930 dpkg (1.4.0.3) unstable; urgency=medium
8932 * dpkg-source -x: created bad permissions (set x-bit for
8933 all files pointed to by a symlink)
8935 -- Heiko Schlittermann <heiko@lotte.sax.de> Fri, 18 Oct 1996 18:32:06 +0200
8937 dpkg (1.4.0.2) unstable; urgency=medium
8939 * dpkg-buildpackage.sh: reverted the quoting change -- (you
8940 should use super, sudo, really, but not su. Or write a wrapper
8942 * dpkg-buildpackge.sh: passing -m, -C, -v options to dpkg-genchanges
8943 more the way Ian likes ;-)
8944 * dpkg-source.pl: new function deoctify() as replacement for eval()
8945 (turn \ddd into the corresponding character) [rem: probably better
8946 solution would be to convert cpios output names into complete \ddd
8947 representation as well tars output names]
8948 * dpkg-source.pl: fixed 2 typos in failure message on creating
8949 $origtargz.tmp-nest.
8950 * main/main.c: typo `tread' -> `treat'
8951 * main/enquiry.c: fixed the ignorance for some relations in --compare-versions
8952 * main/enquiry.c: missing version is now handled as described in `dpkg --help'
8953 (or at least as I understood `dpkg --help' PLEASE TRY IT)
8954 * lib/parsehelp.c: fixed parsing of epoch information
8956 -- Heiko Schlittermann <heiko@lotte.sax.de> Sun, 6 Oct 1996 23:27:47 +0200
8958 dpkg (1.4.0.1) unstable; urgency=medium
8960 * dpkg-source: doesn't get screwed up from hardlinks
8962 * dpkg-source: doesn't get screwed up from `unprintable' characters
8963 in file names (e.g. from the kbd package)
8964 * controllib.pl: $varlistvile -> $varlistfile (thanx Karl Sackett)
8965 * dpkg-buildpackge: quoting for $rootcommand (thanx Michael Meskes)
8966 and `eval' as default $rootcommand
8967 * dpkg-*, controllib.pl: created debian/files and debian/substvars
8968 are chown'ed to `getlogin()' and its group
8969 * doc/: mv changed to mv -f
8970 * dpkg-buildpackage: added an option -a for overriding the
8971 architecture in the changes _file_name_
8972 * dpkg-buildpackage: pass -m* -v* .. options to dpgk-genchangelog
8973 * dpkg-name moved to dpkg-dev
8975 -- Heiko Schlittermann <heiko@lotte.sax.de> Sat, 21 Sep 1996 22:06:01 +0200
8977 dpkg (1.4.0) unstable; urgency=low (HIGH for new source format)
8979 * Corrected buffer overrun when dpkg-deb generates filename. (Bug#4467.)
8980 * dpkg-shlibdeps works with DEBIAN/shlibs (thanks Heiko Schlittermann).
8981 * Added libm.so.5 to shlibs.default for i386/m68k.
8983 * Split binary package into two: dpkg and dpkg-dev.
8984 * dpkg-source(1) documents mode and ownership setting during extraction.
8986 * dpkg-scanpackages moved to /usr/bin.
8987 * Include /usr/bin/dpkg-deb, not dpkg-deb.dist; don't rename in scripts.
8988 * Copyright file changed slightly.
8989 * debian-changelog-mode uses magic key substitution strings. (Bug#4419.)
8990 * Changed email address in control file to <ian@chiark.greenend.org.uk>.
8991 * Manuals and own Standards-Version: updated to 2.1.1.0.
8993 -- Ian Jackson <ian@chiark.greenend.org.uk> Thu, 12 Sep 1996 01:13:33 +0100
8995 dpkg (1.3.14) unstable; urgency=low
8997 * dpkg-buildpackage new -tc (clean source tree) option.
8999 * Formatted documentation removed by `make clean' and so not in source.
9000 * Manuals and own Standards-Version: updated to 2.1.0.0.
9001 * Distribute {policy,programmer}.{html.tar,ps}.gz with each upload.
9003 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sun, 1 Sep 1996 20:43:40 +0100
9005 dpkg (1.3.13) unstable; urgency=low (HIGH for building new src X programs)
9007 * X shared libraries added to shlibs.default (=> `elf-x11r6lib').
9008 * dpkg-source tar invocation fixed so that TAPE env var doesn't break it.
9009 * dpkg-source copes better with missing final newline messages from diff.
9011 * dpkg-buildpackage usage message fixed: -si is the default. (Bug#4350.)
9012 * dpkg-source error message about src dir mismatch typo fixed. (Bug#4349.)
9014 * dpkg-source(1) has suggestions for dpkg-buildpackage -r option.
9015 * dpkg-source change date fixed. (Bug#4351.)
9016 * More developers' keys.
9017 * Manual updates, own Standards-Version updated.
9019 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 31 Aug 1996 20:08:18 +0100
9021 dpkg (1.3.12) unstable; urgency=medium
9023 * dpkg prints old version number when upgrading. (Bug#4340.)
9024 * dpkg-deb tries to detect and flag corruption by ASCII download.
9026 * dpkg-genchanges and dpkg-buildpackage say what source is included.
9028 * dpkg-buildpackage passes +clearsig=on to PGP (or pgpcommand). (Bug#4342.)
9030 * dpkg-source prints better error for cpio not honouring -0t.
9031 * control file Suggests cpio >= 2.4.2, rather than just cpio.
9033 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 30 Aug 1996 15:31:51 +0100
9035 dpkg (1.3.11) unstable; urgency=low
9037 * EBUSY when dpkg removes a directory is only a warning.
9039 * dpkg-genchanges generates sensible warning (not confusing error
9040 about mismatch) for missing Section/Priority in binary packages.
9042 * Added dpkg --print-gnu-build-architecture option.
9043 * shlibs.default for m68k provided, as a copy of i386 version.
9045 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 29 Aug 1996 14:05:02 +0100
9047 dpkg (1.3.10) unstable; urgency=medium
9049 * dpkg-source(1) manpage alias symlinks are not dangling.
9050 * dselect selects things by default if they are installed.
9051 * Added `pentium' as alias for `i386' architecture.
9052 * Added `Suggests: cpio, patch' and explanatory text to Description.
9053 (Bugs #4262, #4263.)
9055 * More developers' PGP keys.
9056 * Manual updates, new source format released.
9058 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 26 Aug 1996 14:30:44 +0100
9060 dpkg (1.3.9) unstable; urgency=low (high for new source format)
9062 * dpkg --get-selections and --set-selections added.
9063 * New dpkg --force-not-root flag.
9065 * Don't replace directory with another package's file. (Bug#4202.)
9067 * All manpages now installed compressed.
9068 * Copyright file moved to /usr/doc/dpkg/copyright.
9069 * Standards-Version updated (0.2.1.1).
9071 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 24 Aug 1996 19:09:30 +0100
9073 dpkg (1.3.8) unstable; urgency=low (high for new source format)
9075 * dpkg-buildpackage -sa, -si options work correctly.
9077 * update-rc.d(8) updated to reflect design and reality.
9078 * Programmers' and policy manual updates.
9080 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 23 Aug 1996 12:48:26 +0100
9082 dpkg (1.3.7) unstable; urgency=low (medium for source pkg docs)
9084 * dselect +/-/_/= on lines for all broken, new, local or whatever
9085 packages do not affect _all_ packages. (Bug#4129.)
9087 * Support for diff-only uploads in source packaging tools.
9088 * dpkg-genchanges -d<descripfile> option renamed to -C.
9089 * dpkg-buildpackage understands -m, -v, -C (for dpkg-genchanges).
9090 * Support for debian/shlibs.local added to dpkg-shlibdeps.
9091 * Shared library files' search order defined in dpkg-source(1), and
9092 relevant files added to the FILES section.
9094 * Programmers' manual describes source packaging tools.
9095 * Policy manual mentions shared library control area file.
9096 * dpkg-source manpage includes dpkg-shlibdeps in title line.
9097 * Manuals have changelog and automatic version numbering.
9098 * changelogs (for dpkg and for manuals) installed.
9099 * binary target split into binary-arch and binary-indep in manual.
9100 * Manpages should be compressed.
9101 * Copyright file is moved to /usr/doc/<package>/copyright.
9102 * Changelogs must be installed in /usr/doc/<package>.
9104 * dpkg-deb(8) moved to dpkg-deb(1).
9106 * binary target split into binary-arch and binary-indep in source.
9107 * changelog entry for 1.2.14 copied from that (forked) release.
9109 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 22 Aug 1996 15:36:12 +0100
9111 dpkg (1.3.6) experimental; urgency=low (HIGH for new source format)
9113 * dpkg-source now has broken argument unparsing for tar. (Bug#4195.)
9115 * dpkg-gencontrol writes to debian/tmp/DEBIAN/control by default.
9116 * dpkg-shlibdeps script added.
9118 * Back to old sh update-rc.d, and removed manpage, because new Perl
9119 version and the manpage have different syntax and semantics.
9120 * update-rc.d prints usage message for missing terminal `.'. (Bug#4122.)
9122 * Use rm -rf instead of just rm -r in dpkg-deb --info &c. (Bug#4200.)
9124 * Added support for Installed-Size to dpkg-gencontrol, and documented.
9125 * Source packaging substitution variables and name syntax rationalised.
9126 * dpkg-source scripts' usage messages improved slightly.
9127 * dpkg-source works with non-empty second (orig dir) argument.
9129 * Added rationale for copyright policy to manual.
9130 * More developers' PGP keys.
9131 * Control database handling cleanups (usu. Source field blanked).
9133 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 20 Aug 1996 15:39:58 +0100
9135 dpkg (1.3.5) experimental; urgency=low (high for debian-changelog-mode)
9137 * 822-date script included. (Bug#4136.)
9138 * debian-changelog-add-version works on empty file.
9139 * debian-changelog-mode mode-help works properly.
9141 * dpkg-source tells patch not to make numbered backups. (Bug#4135.)
9143 * More developers' PGP keys.
9144 * Paragraph on uucp -a and -g options removed from policy manual.
9146 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 14 Aug 1996 14:46:47 +0100
9148 dpkg (1.3.4) experimental; urgency=low
9150 * Removed debugging output from dpkg-source -x. Oops.
9151 * Removed section on source package permissions from policy manual -
9152 dpkg-source now sorts these out.
9154 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sun, 11 Aug 1996 13:25:44 +0100
9156 dpkg (1.3.3) experimental; urgency=low
9158 * Programmers' & policy manuals in source tree; HTML in /usr/doc/dpkg.
9159 * Old guidelines.info and text files in /usr/doc/dpkg removed.
9161 * dpkg-source sets permissions on extracted debianised source tree
9162 and does not copy ownerships out of archive even if running as root.
9164 * Emacs mode `dpkg changelog' renamed to `Debian changelog'.
9165 * Default changelog format renamed from `dpkg' to `debian'.
9167 * debian-changelog-mode sets fill-prefix correctly.
9168 * debian-changelog-mode urgencies except HIGH lowercase by default.
9169 * debian-changelog-mode displays keymap in doc string and so mode help.
9171 * More maintainers' PGP keys.
9173 * Remove built changelog parsers with `clean' target in source.
9175 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 10 Aug 1996 23:35:51 +0100
9177 dpkg (1.3.2) experimental; urgency=LOW (MEDIUM for dpkg-source)
9179 * Faster update-rc.d written in Perl by Miquel van Smoorenburg.
9180 * install-info --test doesn't lock dir. (Bug#3992, thanks Darren).
9182 * dpkg-source doesn't break in the presence of any symlinks.
9184 * More developers' keys added to doc/developer-keys.pgp.
9185 * Install developers' keys in /usr/doc/dpkg/developer-keys.pgp.
9186 * dpkg-source documents undefined substvar behaviour.
9187 * minor debian/rules cleanups.
9189 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 10 Aug 1996 02:13:47 +0100
9191 dpkg (1.3.1) experimental; urgency=LOW
9193 * manpage for dpkg-source et al now available.
9194 * dpkg-changelog-mode.el installed in site-lisp, but still no autoload.
9196 * dpkg-source prints correct string for not-understood tar -vvt output.
9197 * dpkg-source parsing of tar -vvt output made more robust.
9199 * dpkg-buildpackage prints usage message on usage error.
9200 * dpkg-gencontrol can print usage message.
9201 * -T<varlistfile> option added to dpkg-source.
9202 * Description of -f<fileslistfile> corrected in dpkg-distaddfile usage.
9203 * -m<maintainer> synopsis changed in dpkg-genchanges usage.
9204 * debian/substvars may now contain blank lines.
9206 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 8 Aug 1996 02:36:04 +0100
9208 dpkg (1.3.0) experimental; urgency=LOW
9210 * dpkg can install named pipes.
9211 * dpkg-deb supports directory for destination, generates filename.
9212 * dpkg-{source,gencontrol,genchanges,parsechangelog,buildpackage},
9213 dpkg-distaddfile scripts to support new source package format.
9214 * a.out build no longer supported.
9215 * Changed to new source package format.
9217 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 6 Aug 1996 02:31:52 +0100
9220 dpkg (1.2.14) stable unstable; urgency=MEDIUM
9222 * dselect +/-/_/= on lines for all broken, new, local or whatever
9223 packages do not affect _all_ packages. (Bug#4129.)
9225 * NOTE - THE HISTORY FORKS HERE. 1.2.14's change appears in 1.3.7.
9227 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 22 Aug 1996 00:39:52 +0100
9230 dpkg (1.2.13) unstable; urgency=LOW
9232 * dpkg --search produces correct output for diversions.
9233 * dpkg-name remove unnecessary arch missing warning. (Bug#3482.)
9235 * dpkg-deb --build warns about uppercase chars in package name.
9237 * dpkg-scanpackages error messages updated and manpage provided
9238 (thanks to Michael Shields).
9239 * dpkg-scanpackages warns about spurious entries in override file.
9240 * dpkg-scanpackages `noverride' renamed to `override' everywhere.
9241 * dpkg-scanpackages field ordering to put Architecture higher.
9242 * dpkg-scanpackages field names capitalised appropriately.
9243 * dpkg-scanpackages invokes find with -follow. (Bug#3956.)
9245 * guidelines say #!/usr/bin/perl everywhere, not #!/bin/perl.
9246 * Many developers' PGP keys added.
9248 * configure script uses ${CC} instead of $(CC) (again :-/).
9249 * developers' keys included in dpkg source tree and /usr/doc.
9250 * configure remade using autoconf 2.10-3 (was 2.4-1).
9252 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 1 Aug 1996 02:46:34 +0100
9254 dpkg (1.2.12); priority=LOW
9256 * dpkg --search and --list understand and comment on diversions.
9257 * dpkg-divert displays diversions more intelligibly.
9259 * Guidelines are somewhat clearer about descriptions.
9260 * deb(5) describes new format; old moved to deb-old(5). (Bug#3435.)
9261 * deb-control(5) carries a warning about being out of date.
9263 * Added 1996 to dselect version/copyright.
9265 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Jul 1996 15:04:49 +0100
9267 dpkg (1.2.11); priority=MEDIUM
9269 * dselect had dependency bug if installed package newer than avail.
9270 * Added `replaces' to dselect's list of package relationship strings.
9272 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 1 Jul 1996 02:51:11 +0100
9274 dpkg (1.2.10); priority=MEDIUM
9276 * Fixed bug in old-style version/revision number parsing. (Bug#3440.)
9278 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 29 Jun 1996 03:32:45 +0100
9280 dpkg (1.2.9); priority=MEDIUM
9282 * Fixed status database updates reading bug.
9283 * `Setting up' message includes version number.
9284 * `existence check' message changed to say `cannot access archive'.
9286 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 27 Jun 1996 13:39:36 +0100
9288 dpkg (1.2.8); priority=LOW
9290 * dpkg --record-avail puts data in Size field.
9291 * strip / for rmdir(2) in cleanup to work around kernel bug. (Bug#3275.)
9292 * dpkg-split --msdos no longer allows `-' and other chars in filenames.
9294 * manual dpkg-split(8) written.
9295 * dpkg-split minor typo in --auto usage error message fixed.
9296 * dpkg-deb(8) very minor cosmetic fix to --build option.
9298 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 25 Jun 1996 03:00:14 +0100
9300 dpkg (1.2.7); priority=LOW
9302 * dpkg-scanpackages syntax errors fixed.
9304 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 21 Jun 1996 04:10:38 +0100
9306 dpkg (1.2.6); priority=MEDIUM
9308 * NFS, CDROM and partition dselect methods include mountpoint
9309 in paths given to dpkg in [I]install, so they should now work.
9311 * Removed some leftover files from source tree.
9313 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 12 Jun 1996 14:35:19 +0100
9315 dpkg (1.2.5); priority=MEDIUM
9317 * Allow, but do not create, packages in half-installed state
9318 with no version number. (Aargh.)
9320 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 10 Jun 1996 04:55:43 +0100
9322 dpkg (1.2.4); priority=MEDIUM
9324 * New dpkg-name from Erick (<pkg>_<version>_<arch>.deb convention).
9325 * Disappeared packages can't own conffiles any more ! (Bug#3214.)
9326 * install-info creates Miscellaneous sections with a newline
9327 following the heading. (Bug#3218.)
9328 * cleanup-info script installed in /usr/sbin; called as appropriate
9329 by postinst. Thanks to Kim-Minh Kaplan. (Bug#3125.)
9330 * Allow superseded Essential packages to be purged after they've
9331 been removed (clear the Essential flag on removal, and ignore it
9332 on packages that are in stat_configfiles).
9334 * dselect disk methods understand `y' as well as `yes' for using
9336 * dselect doesn't make packages appear as `new' again if update
9337 of available packages fails.
9338 * dselect places method selection cursor over option last selected.
9340 * dpkg-scanpackages doesn't die when repeated packages are found.
9341 * dpkg-scanpackages allows many old maintainers (`//'-separated).
9343 * `Version' field is now mandatory (some operations already
9344 wouldn't work right anyway if it was't there).
9346 * update-rc.d(8) now says you must remove the script. (Bug#3215.)
9347 * dpkg --force-help says that --force-overwrite is on by default.
9348 * dpkg-deb manpage rewritten.
9349 * debian.README (= /usr/doc/copyright/dpkg) edited slightly.
9351 * Some database parsing grunge removed (pdb_preferversion, &c).
9352 * Source tree doc/sgml contains some embryonic manuals.
9353 * Leftover files in lib directory in source tree deleted.
9355 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 10 Jun 1996 03:52:01 +0100
9357 dpkg (1.2.3); priority=HIGH
9359 * install-info doesn't replicate section headings (Bug#3125, #2973).
9360 * New dpkg-name manpage broken off from script (oops!).
9361 * dselect help screens made consistent with new strings, flags, &c.
9362 * dselect error flag column labelled E (Error), not H (Hold).
9363 * `Escape' no longer bound to `exit list without saving' in dselect.
9365 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 28 May 1996 02:14:57 +0100
9367 dpkg (1.2.2); priority=MEDIUM
9369 * Fixed dselect coredump found by Erick Branderhorst (thanks).
9370 * Sort obsolete removed packages separately, not under Available.
9372 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 23 May 1996 21:31:05 +0100
9374 dpkg (1.2.1); priority=MEDIUM
9376 * `=' key in dselect really does `hold' rather than `unhold'.
9377 * dselect dependency processing now interacts better with `hold'.
9378 * dselect `I' key (not `i') modifies display of the info window.
9379 * dselect shows unavailable packages as being unavailable.
9380 * dselect main menu headings and many other strings changed to try to
9381 discourage people from deselecting every package and using [R]emove.
9382 Notably, `select' changed to `mark' throughout.
9384 * dselect disk methods now print a few fewer double slashes.
9385 * dselect disk access methods will offer to use dpkg --record-avail
9386 to scan the available packages, if no Packages file is found.
9388 * New dpkg --compare-versions option, for the benefit of scripts &c.
9389 * New dpkg --clear-avail option forgets all available packages info.
9390 * New dpkg --print-avail option, prints `available' data (from Packages, &c).
9391 * dpkg usage message is more informative, but no longer fits on screen.
9392 * dpkg --avail option renamed --record-avail.
9394 * Latest dpkg-name from Erick Branderhorst.
9395 * dpkg-scanpackages has more sensible problem reporting.
9396 * postinst configure now gets null argument (not <unknown> or <none>)
9397 when there is no previously configured version.
9399 * Guidelines say that postinst configure is given previous version.
9400 * Guidelines don't refer to maintainer-script-args.txt in main text.
9401 * Guidelines (Texinfo source) uploaded separately.
9403 * Own version of strcpy (used for debugging) removed.
9404 * Interface to access methods document in source (doc/dselect-methods.txt).
9405 * debian.buildscript moves changes file into parent directory.
9407 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 22 May 1996 01:26:31 +0100
9409 dpkg (1.2.0); priority=MEDIUM
9411 * dselect can sort packages by available and installed states, and
9412 display their version numbers. (Use O, o and V.)
9413 * Hold is properly integrated as a real `wanted state', rather than
9415 * Epochs in version numbers implemented, using the syntax
9416 <epoch>:<version>-<revision>. (Epoch not usually displayed.)
9417 * dselect disk method is architecture-independent (uses dpkg's
9418 installation architecture, and looks in the right part of the tree).
9420 * dselect disk method doesn't try to satisfy the predependencies of
9421 packages which are on hold.
9422 * Fixed conflict-related assertion failure. (Bug#2784.)
9423 * conffiles do not cause file conflicts if the conflicting package
9424 is in the `configuration only' state. (Bug#2720.)
9425 * Fixed messages where available version number was reported as installed
9426 version in conflict and dependency messages. (Bug#2654, Bug#2974.)
9428 * New format .deb files are default even for a.out compiles (but
9429 a.out version of dpkg is in old format).
9430 * Characters @:= (at colon equals) in package names now strictly
9431 forbidden everywhere (_ is still allowed in existing packages).
9432 * New dpkg --print-installation-architecture option prints installation
9433 architecture (compiled in), rather than build architecture (determined
9434 from gcc -print-libgcc-file-name).
9436 * Version messages show whether compiled a.out or ELF (i386 only).
9437 * Fixed missing space in version syntax error messages.
9438 * Manpage dpkg.8 installed with warning about inaccuracy.
9440 * Guidelines don't say to stop and restart daemons in runlevels 2345;
9441 instead they say to start in 2345 and stop in 016.
9442 * Guidelines and version messages say just Debian Linux.
9443 * Guidelines typo fix `"stop2' => `"stop"'. (Bug#2867.)
9445 * doc/Makefile.in clean properly deletes various guidelines.info* files.
9447 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 16 May 1996 00:01:21 +0100
9449 dpkg (1.1.6); priority=MEDIUM
9451 * Check virtual dependencies when removing (ouch! - thanks SDE.)
9452 * Fixed bug in internal database validity management that could
9453 make dselect and dpkg dump core. (Bug#2613.)
9454 * Fixed two coredumping bugs when using local diversions. (Bug#2804.)
9455 * Fixed disappearance of overwritten packages. (Bug#2696.)
9456 * install-info won't modify dir file before start of menu.
9457 * install-info will create Miscellaneous heading if no sections yet.
9459 * Only alphanums and +-. allowed in package names - enforced by
9460 dpkg-deb --build and documented in Guidelines.
9461 * dselect doesn't display packages unless they are installed, selected
9463 * dselect doesn't show spurious section and priority headings.
9464 * dselect has a few extra keybindings (from Lee Olds).
9465 * --force message changed to `--force enabled' so that default is OK.
9467 * dpkg-name now includes architecture component in .deb filename,
9468 and translates - in package name to _.
9469 * .deb file has architecture component in filename.
9471 * Guidelines changed to say Pre-Depends is for experts only.
9472 * Guidelines say to provide a unidiff (-u) rather than an old context diff.
9473 * Guidelines say 755 root.root for shared libraries.
9475 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 1 May 1996 00:47:22 +0100
9477 dpkg (1.1.5); priority=MEDIUM (HIGH for diversions users)
9479 * Fixed coredump when using diversions. (Bug#2603.)
9480 * Fixed typo in dpkg-divert which could lose diversions. (Bug#2662.)
9482 * --force-overwrite is the default.
9483 * diversions.text provides better examples.
9485 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 10 Apr 1996 13:59:30 +0100
9487 dpkg (1.1.4); priority=MEDIUM
9489 * Allow overwriting of conflicting packages being removed. (Bug#2614.)
9491 * a.out control file says Pre-Depends: libc4 | libc. (Bug#2640.)
9492 * ELF control file and libc dependencies changed to use finalised scheme.
9493 * ELF control file and libc dependencies for i386 only. (Bug#2617.)
9495 * Guidelines say use only released libraries and compilers.
9496 * Install wishlist as /usr/doc/dpkg/WISHLIST.
9497 * Remove spurious entries for Guidelines in info dir file.
9499 * dpkg-deb --build checks permissions on control (DEBIAN) directory.
9501 * Spaces in control file fields not copied by dpkg-split. (Bug#2633.)
9502 * Spaces in split file part control data ignore. (Bug#2633.)
9504 * Portability fixes, including patch from Richard Kettlewell.
9505 * Fixed minor configure.in bug causing mangled GCC -W options.
9507 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Apr 1996 01:58:40 +0100
9509 dpkg (1.1.3); priority=LOW
9511 * dselect disk methods support Pre-Depends installation ordering.
9512 * When dpkg fails and --auto-deconfigure would help it says so.
9513 * dpkg --search output lists several packages with same file on one line.
9514 * Improved dpkg usage message somewhat.
9516 * dpkg-deb --build checks permissions and types of maintainer scripts.
9517 * dpkg-deb --build treats misspecified conffiles as error, not warning.
9518 * dpkg --print-architecture prints compiler's architecture while
9519 dpkg --version (&c) print system's arch (this to help cross-compiling).
9520 * More minor guidelines changes, including dir entry fixup.
9522 * configure script caches more values.
9523 * Changed maintainer email address to ian@chiark.chu.cam.ac.uk.
9525 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 16 Mar 1996 19:18:08 +0000
9527 dpkg (1.1.2); priority=LOW
9529 * Packaging guidelines installed properly (and as guidelines
9530 rather than debian-guidelines).
9531 * ELF version has more checks to stop you wrecking your dpkg installation.
9532 * dselect disk methods now look for a `local' tree as well, for
9533 people who want locally-available software of various kinds.
9534 * dpkg-divert has debugging message removed.
9535 * Minor guidelines changes.
9537 * Various makefile cleanups, mainly to do with ELF vs. a.out support.
9538 * debian.rules cleans out ~ files itself, as well as calling make clean.
9539 * debian.rules names .nondebbin.tar.gz file ELF too, if appropriate.
9541 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 14 Mar 1996 03:38:29 +0000
9543 dpkg (1.1.1elf); priority=LOW
9545 * Added /usr/lib/dpkg/elf-executables-ok and elf-in-kernel.
9546 * Replaces field now allows automatic removal of conflicting packages.
9547 * Replaces field now required to overwrite other packages' files.
9548 * Architecture field, and dpkg --print-architecture, supported.
9549 * build new format archives by default when compiled with ELF compiler.
9551 * symlinks are now installed atomically (good for shared libraries).
9552 * create /var/lib/dpkg/diversions in postinst if necessary (Bug#2465.)
9553 * Pre-Depends now correctly fails if package never configured.
9554 * dselect disk methods mount with -o nosuid,nodev.
9555 * update-rc.d defaults doesn't add both K and S in any one runlevel;
9556 dpkg postinst fixes up this situation if it sees it.
9558 * Assorted fixups to the Guidelines, which are now in one piece.
9559 * dpkg --list prints version string in one piece.
9560 * dpkg-scanpackages doesn't produce notice on output with list of
9561 packages with Section and/or Priority control file fields.
9563 * control file and debian.rules work both for ELF and non-ELF compiles.
9564 * most files compiled with -O2 (-O3 only for some critical files) -
9565 this fixes ELF build.
9567 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 11 Mar 1996 04:25:28 +0000
9569 dpkg (1.1.0); priority=LOW
9571 * dpkg supports Pre-Depends.
9572 * postinst script gets most-recently-configured version as $2.
9574 * lib/tarfn.c #includes <errno.h> (portability fix).
9576 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 11 Feb 1996 21:07:03 +0000
9578 dpkg (1.0.17); priority=LOW
9580 * dpkg --recursive follows symlinks (useful for devel tree).
9582 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 10 Feb 1996 15:58:46 +0000
9584 dpkg (1.0.16); priority=LOW
9586 * dpkg-deb much faster reading new format archives. (Bug#2256.)
9587 * Developers' documentation in /usr/doc/dpkg/, /usr/info/.
9589 * Fixed typo in control file Description.
9591 * configure script tries to improve matters wrt sysinfo.
9592 * any debian-tmp.deb is deleted by `./debian.rules clean'.
9594 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 4 Feb 1996 15:51:59 +0000
9596 dpkg (1.0.15); priority=LOW
9598 * dselect disk methods should never unmount things they didn't mount.
9599 * debian.README aka /usr/doc/copyright updated.
9601 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 30 Jan 1996 15:05:39 +0000
9603 dpkg (1.0.14); priority=MEDIUM
9605 * fixed file descriptor leak in dpkg introduced in 1.0.11.
9606 * included dpkg-name in this package (conflicts with dpkg-name).
9608 * redraw in dselect main menu changed to use clearok (like in lists).
9609 * sa_restorer in struct sigaction no longer used (portability fix).
9610 * removed Guidelines from source package.
9612 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 30 Jan 1996 02:52:29 +0000
9614 dpkg (1.0.13); priority=MEDIUM
9616 * dselect partition and mounted methods work again.
9617 * dpkg-deb --no-act in usage message.
9619 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 26 Jan 1996 18:37:03 +0000
9621 dpkg (1.0.12); priority=MEDIUM (HIGH for users of 1.0.11)
9623 * Fixed frequent dpkg coredump introduced in 1.0.11. (Bug#2219.)
9624 * dpkg-deb ensures version numbers start with alphanumerics.
9626 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 24 Jan 1996 00:42:31 +0000
9628 dpkg (1.0.11); priority=MEDIUM
9630 * corrected potentially serious problem with dpkg low-memory in-core
9632 * dpkg-split --msdos puts output files in right directory. (Bug#2165.)
9634 * diversions implemented - see `dpkg-divert --help'.
9636 * dselect shows and uses (for dependencies) currently installed
9637 version of a package if that is more recent.
9638 * dpkg --force-... options are in separate help screen.
9639 * better error messages for corrupted .deb archives. (Bug#2178.)
9640 * dselect NFS method will unmount correct copy of NFS area if mounted
9643 * removes some ELF compilation warnings.
9645 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 19 Jan 1996 02:41:46 +0000
9647 dpkg (1.0.10); priority=MEDIUM
9649 * dpkg-deb option parsing unmuddled (-I option was removed
9650 in 1.0.9 and broke dpkg-deb). (Bug#2124.)
9652 * dpkg-split will work when ELF `ar' is installed, and is faster.
9654 * nfs dselect method now available.
9655 * disk methods don't prompt spuriously for Packages files.
9656 * cdrom+harddisk methods can find Packages files.
9658 * dpkg-scanpackages (creates Packages files) now in /usr/sbin.
9660 * various changes to help compilation of dpkg-deb, dpkg-split
9661 and md5sum on non-Debian systems.
9662 * <sys/fcntl.h> replaced by <fcntl.h> throughout.
9664 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 14 Jan 1996 02:55:19 +0000
9666 dpkg (1.0.9); priority=MEDIUM
9668 * dselect uninitialised variable coredump fixed (thanks Carl).
9670 * version numbers printed by --version fixed. (Bug#2115.)
9671 * disk method problem with missing Packages files fixed. (Bug#2114.)
9672 * dependency version relationships now <= >= << >> =. (Bug#2060.)
9674 * install-info is in /usr/sbin, not /usr/bin. (Bug#1924.)
9675 * dpkg regards Revision field as obsolete.
9677 * <asm/unistd.h> changed to <linux/unistd.h> (for m68k port).
9678 * scripts/Makefile.in `clean' target deletes scripts.
9680 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 11 Jan 1996 20:51:20 +0000
9682 dpkg (1.0.8); priority=LOW
9684 * update-alternatives slightly more helpful message. (Bug#1975.)
9685 * cosmetic improvements to disk installation method. (Bug#1970,1956.)
9686 * mounted filesystem and unmounted partition separate methods. (Bug#1957.)
9688 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 12 Dec 1995 04:07:47 +0000
9690 dpkg (1.0.7); priority=MEDIUM (HIGH to upgrade syslogd)
9692 * dselect harddisk/CDROM method script handles multiple package
9694 * Everything has a manpage, though many are very unhelpful indeed.
9696 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 30 Nov 1995 03:59:14 +0000
9698 dpkg (1.0.6); priority=MEDIUM (HIGH to upgrade syslogd)
9700 * conffiles can now be taken over properly from one package by
9701 another which replaces it. (Bug#1482.)
9702 * dpkg will not deconfigure essential packages when --auto-deconfigure
9703 is set (this bug was fairly unlikely ever to be exercised).
9705 * dpkg checks for the presence of certain important programs on the PATH.
9706 * dselect is now more informative when a dependency is missing, saying
9707 "<package> does not appear to be available". (Bug#1642, 1705).
9709 * `make distclean' fixed; config.* &c removed from source archive.
9710 * lib/lock.c now uses fcntl rather than flock, for better portability.
9712 * `Package_Revision: 0' removed from control file.
9713 * Some inaccuracies and bad formatting in various messages corrected.
9715 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 21 Nov 1995 20:15:18 +0000
9717 dpkg (1.0.5); priority=LOW
9719 * dpkg-split allows some space for the header. (Bug#1649.)
9720 * dpkg-split now has --msdos option for 8.3 filenames.
9721 * dpkg-split --join &c will not complain about trailing garbage.
9723 * dselect & dpkg will no longer ignore SIGHUP will running subprocesses.
9725 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 13 Oct 1995 13:59:51 +0100
9727 dpkg (1.0.4); priority=MEDIUM (HIGH for dselect users with 1.0.3)
9729 * fixed bug which prevented dselect from displaying the bottom line of
9730 any listing screen. This was introduced in 1.0.3, sorry !
9732 * a conffile will never cause a prompt if the package maintainer
9733 distributes a file identical to the user's, even if the file has
9734 been edited by both the user and the maintainer or is a
9735 newly-registered conffile. (Bug#1639.)
9737 * dselect disk/cdrom method script says where to get Packages file.
9738 * dselect help has better descriptions of the functions of Return and Q.
9740 * postinst now warns about some problems with /usr/lib/dpkg/methods/hd.
9742 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 12 Oct 1995 01:45:38 +0100
9744 dpkg (1.0.3); priority=MEDIUM
9746 * dselect: fixed segfault when doing some multiple (de)selections.
9748 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 10 Oct 1995 03:21:12 +0100
9750 dpkg (1.0.2); priority=MEDIUM
9752 * problem with screen refresh after `o' (change order) corrected.
9754 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 9 Oct 1995 13:11:04 +0100
9756 dpkg (1.0.1); priority=LOW
9758 * much better dpkg performance on low-memory systems.
9759 * start-stop-daemon --name should now work. (oops!)
9760 * fixed typo which could turn into memory overwriting bug sometime.
9762 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 8 Oct 1995 20:12:29 +0100
9764 dpkg (1.0.0); priority=LOW
9766 * Version 1.0.0: dpkg is no longer beta.
9768 * tar extractor no longer looks up an empty string using getgrnam
9769 (this causes the libc to coredump when using NIS).
9771 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 1 Oct 1995 13:07:36 +0100
9773 dpkg (0.93.80); priority=LOW
9775 * dselect help screen intro changed to remove `much' before `help'.
9777 * update-alternatives.pl contains hardcoded ENOENT value, instead
9778 of requiring POSIX.pm to be present.
9780 * Makefiles changed to strip when installing instead of when building.
9782 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 30 Sep 1995 01:44:12 +0100
9784 dpkg (0.93.79) BETA; priority=LOW
9786 * DPKG_NO_TSTP environment variable which stops dpkg sending the
9787 process group a SIGTSTP (Bug#1496).
9788 * End key should work in dselect lists (Bug#1501).
9789 * various message typos (missing \n's) fixed (Bug#1504).
9791 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 29 Sep 1995 03:27:01 +0100
9793 dpkg (0.93.78) BETA; priority=LOW
9795 * dselect keystrokes help file typo fix.
9797 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 28 Sep 1995 20:31:02 +0100
9799 dpkg (0.93.77) BETA; priority=MEDIUM
9801 * dpkg --remove --pending will purge things when appropriate.
9803 * fixed failure to null-terminate dpkg conflict problem messages.
9804 * fixed bug in formatting of dependency version problem messages.
9806 * Conffiles resolution prompt for new conffile: typo fixed.
9807 * Changed dpkg usage error to suggest `-Dhelp' instead of `--Dhelp'.
9809 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 20 Sep 1995 23:44:35 +0100
9811 dpkg (0.93.76) BETA; priority=MEDIUM
9813 * dpkg --auto-deconfigure option (used automatically by dselect) allows
9814 `important' packages which many others depend on to be split.
9815 * dpkg should no longer fail an assertion during complicated
9816 multiple configurations involving packages which are on hold.
9818 * update-alternatives supports negative priorities.
9819 * /etc/alternatives is included in the .deb archive.
9821 * Package priorities changed: Required (Req), Important (Imp), Standard (Std),
9822 Optional (Opt) and Extra (Xtr). For backward compatibility Base is an
9823 alias for Required, and Recommended is kept as a level just below Standard.
9825 * dselect shows introductory help screen when entering package lists (both
9826 main and recursive).
9827 * dselect help messages made more friendly.
9828 * dselect package list `quit, confirm, and check dependencies' key is
9829 now Return rather than lowercase `q'; likewise method list `select this
9830 one and configure it' key.
9831 * dselect selects packages with priority `standard' or better by default.
9832 * dselect `v=verbose' becomes `v=terse' when in verbose mode.
9834 * hard disk method unmounts /var/lib/dpkg/methods/mnt on failure.
9835 * disk methods' install message uses `stty' to find out what the
9836 interrupt character is, and uses that in the prompt (rather than ^C).
9837 * dpkg now tolerates ^Z characters in Packages files.
9838 * harddisk method doesn't display extra slash when updating packages file.
9839 * harddisk method burbles less if it doesn't have a good default.
9841 * dpkg-deb now supports new flexible format, but old format still default.
9843 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 20 Sep 1995 02:49:41 +0100
9845 dpkg (0.93.75) BETA; priority=MEDIUM
9847 * dselect no longer segfaults when you try to modify the last item.
9849 * dselect Makefile compiles with -g, and links without -s, but installs
9850 with -s, so that built source directory has debugabble binary.
9852 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 12 Sep 1995 02:59:29 +0100
9854 dpkg (0.93.74) BETA; priority=LOW
9856 * dpkg-split implemented and installed in /usr/bin/dpkg-split.
9857 (NB this is not compatible with Carl Streeter's old dpkg-split script.)
9858 * dpkg uses dpkg-split.
9859 * floppy disk method available - NB this is a first attempt only.
9861 * hard disk method uses --merge-avail rather than --update-avail.
9862 * installation by default of `standard' packages removed again.
9863 (I don't think this is the right place to do this.)
9864 * update-alternatives --remove correctly deletes all slave links;
9865 minor cosmetic improvements.
9867 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 11 Sep 1995 02:06:05 +0100
9869 dpkg (0.93.73) BETA; priority=LOW
9871 * dselect multi-package selection now done by `divider' lines
9872 actually in the package list, rather than horizontal highlight
9874 * dselect help available, and keybindings rationalised.
9876 * postinst removes /usr/lib/dpkg/methods/hd if upgrading from
9877 0.93.42.3 or earlier.
9878 * `hold' flag changed to be settable by the user only, and
9879 made orthogonal to the `reinstallation required' flag.
9880 * dpkg will install by default any packages with priority of
9881 `standard' or better unless they're explicitly deselected.
9883 * dselect dependency/conflict resolution will suggest marking absent
9884 packages for `purge' rather than `deinstall'.
9885 * disk method script produces message about invoking dpkg.
9886 * dpkg produces warning, not error, when it gets EPERM trying to
9887 remove a directory belonging to a package being removed.
9888 * dpkg, dpkg-deb usage error reporting improved.
9889 * dselect detects too-dumb terminals and stops.
9890 * dpkg-deb(8) updated a little (thanks to Bill Mitchell).
9892 * dselect debugmake script uses -O0.
9894 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 10 Sep 1995 12:23:05 +0100
9896 dpkg (0.93.72) BETA; priority=MEDIUM
9898 * /usr/sbin/update-alternatives added.
9900 * New names for certain control file fields (old names work
9901 as aliases): Optional -> Suggests, Recommended -> Recommends,
9904 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 3 Sep 1995 16:37:41 +0100
9906 dpkg (0.93.71) BETA; priority=LOW
9908 * dpkg doesn't silently overwrite `new' conffiles (Bug#1283).
9909 * case now not significant in Essential, Status and Class (Bug#1280).
9910 * dselect checks method scripts for execute, not for write.
9912 * spelling fixes in lib/dbmodify.c and dselect/helpmsgs.src.
9914 * dselect `clean' target deletes helpmsgs.cc and helpmsgs.cc.new.
9916 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 31 Aug 1995 13:56:08 +0100
9918 dpkg (0.93.70) BETA; priority=MEDIUM
9920 * dselect unmounted harddisk method has many silly bugs fixed.
9922 * dpkg --root option restored (was removed by mistake in 0.93.68).
9923 * minor cosmetic change to dselect subprocess failure message.
9925 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 9 Aug 1995 22:18:55 +0100
9927 dpkg (0.93.69) BETA; priority=MEDIUM
9929 * dpkg --configure and --remove should work properly when
9930 they have to defer processing (this tends to happen when many
9931 packages are processed at once). (Bug#1209.)
9933 * dpkg --configure and --remove work better when `processing'
9934 several related packages with --no-act.
9936 * dpkg --auto is now two options, --pending or -a (for configure,
9937 remove, &c) and --recursive or -R (for install, unpack, &c).
9939 * dpkg debug options in usage message, and values available (-Dh).
9941 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 9 Aug 1995 22:18:55 +0100
9943 dpkg (0.93.68) BETA; priority=MEDIUM
9945 * dpkg won't get an internal error if you try to use the default
9946 conffiles response (ie, if you just hit return). (Bug#1208.)
9948 * dselect hard disk and CD-ROM methods - the real thing, but ALPHA.
9950 * dselect allows you to go straight to `update' or `install' if
9951 you have already set up an access method.
9952 * new dpkg options --yet-to-unpack, --merge-avail and --update-avail.
9953 * dpkg -G is an abbreviation for dpkg --refuse-downgrade.
9954 * dpkg -R alias for --root withdrawn, pending reuse with different meaning.
9955 * dpkg --help message rationalised somewhat.
9957 * Obsolete `examples' and `dpkg-split' directories removed from
9958 source tree. The `hello' package is a better example.
9960 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 7 Aug 1995 02:16:25 +0100
9962 dpkg (0.93.67) BETA; priority=LOW for C dpkg alpha testers, HIGH for others
9964 * dpkg no longer statically linked and -g.
9965 * calls to abort() changed to print string, file and line number first.
9966 * removed unused variable from dpkg source.
9968 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 4 Aug 1995 01:39:52 +0100
9970 dpkg (0.93.66) ALPHA; priority=MEDIUM
9972 * dpkg will correctly remove overwritten files from the lists of
9973 the package(s) that used to contain them.
9975 * dpkg --purge is now an action, rather than a modifier for --remove,
9976 and the -P alias for it is withdrawn.
9978 * dpkg --unpack/--install filenames in messages are now more sensible
9979 about when to use .../ (show as many trailing components as possible
9980 in 40 characters, or the whole path if that the last component is
9983 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 3 Aug 1995 02:11:03 +0100
9985 dpkg (0.93.65) ALPHA; priority=MEDIUM
9987 * dpkg --remove should, when a package being removed is depended-on
9988 by another that is also queued for removal, defer the depended-on
9989 package rather than aborting it. (Bug#1188.)
9991 * dpkg will not attempt to configure or remove a package more than
9992 once in the same run. (Bug#1169.)
9994 * dpkg cosmetic fix to dependency problems message (this bug
9995 hasn't been triggered to my knowledge).
9997 * perl-dpkg no longer installed in /usr/bin.
9999 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 2 Aug 1995 13:02:58 +0100
10001 dpkg (0.93.64) ALPHA; priority=MEDIUM
10003 * dpkg marks a package as no longer `to be configured in this run'
10004 when an error occurs, so that other packages which depend on it
10005 will fail (rather than causing a loop and an assertion failure,
10006 packages.c:166: failed assertion `dependtry <= 4').
10008 * dselect initial selection granularity is single-package.
10009 * dpkg --no-also-select option renamed to --selected-only (old option
10010 still accepted, but no longer in --help). Changed -N to -O.
10012 * dselect `update' option changed to `install' (and other options
10013 renamed too). NB: old access methods will not work, because
10014 the `update' script should now be an `install' script.
10016 * dselect `installation methods' renamed to `access methods'.
10017 * dpkg --skip-same-version and --refuse-downgrade produce friendlier
10018 messages when they skip packages.
10019 * --licence option now properly mentioned in all programs' --version
10022 * bad fix for ELF compile problem involving myopt.h removed (compile
10023 problem turned out to be a GCC bug.)
10025 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 1 Aug 1995 03:03:58 +0100
10027 dpkg (0.93.63) ALPHA; priority=LOW
10029 * preinst works around shell bug/misfeature involving `trap'.
10031 * dpkg --skip-same-version doesn't skip packages which have
10032 an error flag set or which aren't in a standard `installed' state.
10034 * dpkg --search now does a substring search if the string doesn't
10035 start with a wildcard character (*, [ or ?) or slash.
10037 * problem with C/C++ linkage of stuff in "myopt.h" fixed, to help
10038 with compiling with GCC 2.7.0.
10040 * dselect Makefile.in `clean' deletes curkeys.inc &c, so that they are
10041 not shipped in the distribution source and will be rebuilt on the
10044 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 27 Jul 1995 13:38:47 +0100
10046 dpkg (0.93.62) ALPHA; priority=HIGH
10048 * dpkg purges leftover control scripts from /var/lib/dpkg/tmp.ci,
10049 rather than associating them with the wrong package. (Bug#1101.)
10051 * dpkg won't `disappear' packages containing no files or directories,
10052 nor a package required for depends/recommended. (Bug#1128.)
10054 * dpkg follows directory symlinks. (Bug#1125.)
10056 * dselect fixups for ELF/GCC2.7.0 compilation.
10058 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 21 Jul 1995 21:43:41 +0100
10060 dpkg (0.93.61) ALPHA; priority=LOW
10062 * dselect keybindings and status characters and descriptions changed
10063 (in pursuance of Bug#1037, user interface problems, still open.)
10065 * Some cleanups to fix mistakes discovered by ELF-GCC 2.7.0, and fixup
10066 for newer C++ draft standard (`for' variable declaration scope change).
10068 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 18 Jul 1995 01:42:51 +0100
10070 dpkg (0.93.60) ALPHA; priority=HIGH
10072 * dpkg doesn't think packages have `disappeared' if you install
10073 several packages at once. (later reported as Bug#1132.)
10075 * usage error messages tidied up.
10077 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 16 Jul 1995 17:56:56 +0100
10079 dpkg (0.93.59) ALPHA; priority=HIGH
10081 * dpkg doesn't break maintainer scripts &c if package `foo' exists
10082 when processing package `foobar'. (Related to Bug#1101.)
10084 * dpkg implements `disappear' functionality.
10085 * dpkg/dselect remove dead entries from /var/lib/dpkg/status.
10087 * dpkg --list now sorted correctly and output somewhat improved.
10088 * some debugging messages moved from dbg_stupidlyverbose to dbg_scripts.
10089 * dpkg prints `Removing foo' message even if foo is not configured.
10090 * dpkg only prints `serious warning: files list file ... missing'
10091 once for each package.
10093 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 16 Jul 1995 02:32:11 +0100
10095 dpkg (0.93.58) ALPHA; priority=HIGH
10097 * dpkg should write out status even for packages which it has only
10098 encountered in the `available' file so far.
10100 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 14 Jul 1995 20:19:21 +0100
10102 dpkg (0.93.57) ALPHA; priority=LOW
10104 * dpkg does chroot when running maintainer scripts (--instdir
10105 should work right now, though I haven't been able to test it).
10107 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 14 Jul 1995 01:32:30 +0100
10109 dpkg (0.93.56) ALPHA; priority=HIGH
10111 * dpkg can now overwrite symlinks to directories, and will
10112 do correct handling of symlinks to plain files.
10113 * dpkg should not replace any directory with a symlink.
10115 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 13 Jul 1995 02:43:36 +0100
10117 dpkg (0.93.55) ALPHA; priority=MEDIUM
10119 * dpkg can now extract hardlinks.
10120 * dpkg configuration/removal works in the presence of dependency cycles.
10121 * dpkg should no longer fail an assertion at processarc.c:193.
10123 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 12 Jul 1995 01:34:44 +0100
10125 dpkg (0.93.54) ALPHA; priority=MEDIUM
10127 * dpkg and dselect no longer throw away all Class and Section
10128 information in /var/lib/dpkg/available. (Oops.)
10129 * dpkg --refuse-<something> now works (this broke some dselect
10130 method scripts' attempts to use --refuse-downgrade).
10131 * dpkg --audit and --list implemented.
10133 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 10 Jul 1995 00:35:13 +0100
10135 dpkg (0.93.53) ALPHA; priority=LOW
10137 * dpkg --install/--unpack only skips on-hold packages with --auto.
10138 * dpkg doesn't fclose() the --fsys-tarfile pipe twice.
10139 * dpkg error handling and reporting cleaned up.
10140 * dpkg now lists any failed packages/files just before exiting.
10142 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 9 Jul 1995 16:31:36 +0100
10144 dpkg (0.93.52) ALPHA; priority=MEDIUM
10146 * dpkg won't segfault due to missing (Package_)Revision fields.
10147 * dpkg --search works.
10148 * dpkg will set execute permissions on scripts if necessary.
10149 * dpkg prints filenames in --unpack and --install.
10151 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 8 Jul 1995 12:41:39 +0100
10153 dpkg (0.93.51) ALPHA; priority=HIGH
10155 * dpkg --status and --listfiles now work.
10157 * dpkg --remove --auto won't try to remove everything (!)
10158 * dpkg --unpack doesn't coredump after unpacking the first package.
10159 * dpkg won't fail an assertion if it bombs out of --configure
10160 or --remove because of too many errors.
10162 * Support for `Essential' in dpkg (not yet in dselect).
10163 * `available' (Packages) file class and section override those
10164 from package control files.
10165 * `Essential: yes' added to control file.
10167 * Locking strategy changed, now uses flock (no more stale locks).
10168 * preinst now more helpful about conffiles upgrade problem.
10170 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 8 Jul 1995 01:15:26 +0100
10172 dpkg (0.93.50) ALPHA
10174 * C dpkg now in service.
10176 * dselect now installs in /usr/bin instead of /usr/sbin.
10177 * Improved `explanation of display' help and changed HSOC to EIOW.
10178 * dselect goes back to top of info display when you move the
10181 * Added <sys/types.h> to md5sum/md5.c, for the benefit of FreeBSD.
10182 * --admindir doesn't append `var/lib/dpkg' to its argument.
10184 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 19 May 1995 21:03:08 +0100
10186 dpkg (0.93.42.3) BETA; priority=LOW
10188 * Rebuilt using ncurses 1.9.2c-0.
10189 * Silenced `subcritical error' message if errno == ENOENT.
10191 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 12 Jun 1995 13:09:24 +0100
10193 dpkg (0.93.42.2) BETA; priority=HIGH
10195 * install-info --remove properly removes multi-line entries.
10196 * Slightly changed ^L redraw code in dselect package list.
10198 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 10 Jun 1995 14:06:01 +0100
10200 dpkg (0.93.42.1) BETA; priority=HIGH esp. for new installations
10202 * update-rc.d default no longer adds K entries in runlevels 2345.
10204 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 6 Jun 1995 18:56:23 +0100
10206 dpkg (0.93.42) BETA; priority=LOW; HIGH for dselect users
10208 * Fix unitialised variable reference bug in dselect (#890).
10209 * Fix problem with wordwrapping package and method descriptions.
10210 * Create /var/lib/dpkg/methods/mnt.
10212 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 19 May 1995 21:03:08 +0100
10214 dpkg (0.93.41) BETA; priority=LOW
10216 * Create /var/lib/dpkg/methods.
10217 * dpkg.pl noisily ignores --skip-same-version rather than barfing.
10219 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 16 May 1995 13:28:27 +0100
10221 dpkg (0.93.40) BETA; priority=LOW
10223 * dselect's subprogram failure message made to stand out more.
10225 * When switching out of curses, always move the cursor to the
10226 bottom right corner of the screen.
10228 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 16 May 1995 01:03:38 +0100
10230 dpkg (0.93.39) BETA; priority=LOW
10233 - allow you to select and configure an installation method;
10234 - invoke installation method scripts to update the available file
10235 and unpack packages;
10236 - invoke dpkg to configure and remove packages.
10237 There are no installation methods available yet.
10239 * Search feature in dselect works (it was purely an ncurses bug).
10241 * dpkg-*.nondebbin.tar.gz now available (built by debian.rules).
10243 * The target directory for dpkg-deb --extract (also available as
10244 dpkg --extract) is no longer optional. dpkg-deb suggests the use
10245 of dpkg --install if you omit it.
10247 * Added <errno.h> to lib/lock.c and fixed ref. to `byte' in
10248 md5sum/md5.c, for portability to Solaris 2.
10250 * Rebuilt `configure' and `config.h.in' using autoconf 2.3.
10251 * Revised function attribute support checking in configure script.
10252 * Removed obsolete `dselect.pl' from scripts directory.
10253 * New option --licence on all the C programs.
10255 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 14 May 1995 18:05:38 +0100
10257 dpkg (0.93.38) BETA; priority=MEDIUM
10259 * Version number comparisons (in dpkg and dselect) now >= <=
10260 as documented (Bug#831; thanks to Christian Linhart).
10262 * dselect now has a non-superuser readonly mode.
10263 * dselect doesn't pop up unsatisfied `Optional's when quitting.
10264 * `unable to delete saved old file' message fixed dpkg_tmp to dpkg-tmp.
10266 * Made dpkg convert `revision' to `package_revision' when reading
10267 (eg) the `status' file. libdpkg.a has `revision' as a synonym
10268 for `package_revision' and writes the former.
10270 * Major improvements and many changes to C option parsing, database
10271 management, error handling, Makefiles &c to support dpkg.
10272 * dpkg-deb should now work if sizeof(void*) < sizeof(void(*)()).
10274 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 24 Apr 1995 12:34:39 +0100
10276 dpkg (0.93.37) BETA; priority=LOW (MEDIUM for dselect users)
10278 * Fixed segfault if no description available (Bug#735);
10279 thanks to Peter Tobias for the bug report.
10280 * Fixed other assorted minor bugs in description displays.
10282 * Changed dpkg-deb --info short option from -i to -I, to make
10283 it unique across dpkg and dpkg-deb (-i still works with
10284 dpkg-deb for backwards compatibility).
10286 * Produce more sensible error when main package list is empty.
10288 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 7 Apr 1995 02:24:55 +0100
10290 dpkg (0.93.36) BETA; priority=LOW (MEDIUM for dselect users)
10292 * All the C code (including dselect) updated to support `provides'
10293 (virtual packages).
10294 * Revamped dselect's related package selection/deselection
10296 * Everything can now handle arbitrary `class' values (as well
10297 as the predefined ones which we understand and can interpret).
10298 * Fixed bug that prevented display update when moving down a small
10299 recursive package list in dselect.
10300 * Column heading characters corrected from `SHOC' to `HSOC'.
10302 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 6 Apr 1995 12:48:13 +0100
10304 dpkg (0.93.35) BETA; priority=MEDIUM
10306 * Preserve ownerships and permissions on configuration files.
10307 * Fix bug in conffile updating that could leave a hardlink
10308 <foo>.dpkg-new to the conffile <foo>.
10310 * Improved dselect's package list help messages.
10311 * Highlight now moves on after (de)selecting just one package.
10312 * Better algorithm for scrolling up/down when moving highlight.
10313 * Fixed bug in display of `preformatted' extended Description lines.
10314 (dselect is still ALPHA, but is fairly stable.)
10316 * Improved dpkg's message when configuring a package that doesn't
10317 exist, and when selecting or skipping a package that isn't
10318 currently selected (during unpack processing).
10320 * Description in control file expanded.
10322 * Scroll back to top when changing what is in the `info' area.
10324 dpkg (0.93.34) BETA; priority=LOW (HIGH for dselect users)
10326 * dselect: Fixed bug which caused a coredump if you exited the
10327 package list if you'd made any changes. Ouch !
10329 * dselect: Improved selection algorithm to show fewer extraneous
10330 packages; improved display for unavailable packages.
10332 * dpkg: Improved progress messages during unpacking somewhat.
10334 dpkg (0.93.33) BETA; priority=LOW (HIGH for dselect users)
10336 * dselect now has a main menu.
10338 * Fixed nasty uninitialised data bug in dselect.
10340 * dselect now locks and unlocks the packages database.
10342 Mon, 27 Mar 1995 03:30:51 BST Ian Jackson <iwj10@cus.cam.ac.uk>
10344 * dpkg (0.93.32): Alpha dselect released and installed in
10346 * dpkg (0.93.32): Many portability enhancements: should now
10347 compile using GCC 2.6.3, and dpkg-deb should
10348 compile better on non-Linux systems.
10349 * dpkg (0.93.32): dpkg will not loop if its stdin disappears
10350 and it needs to prompt.
10351 * dpkg (0.93.32): Fixed removal dependency error to show
10352 correct package (Bug #648).
10353 * dpkg (0.93.32): Tidied up copyright notices.
10354 * dpkg (0.93.32): First draft of update-rc.d manpage, not yet
10355 installed in /usr/man.
10356 * dpkg (0.93.32): Changes to top-level Makefile.in to improve
10358 * dpkg (0.93.32): Improved Makefile `clean' and `distclean'
10360 * dpkg (0.93.32): Deleted irrelevant `t.c' from lib and
10361 dselect directories.
10362 * dpkg (0.93.32): Added vercmp.c with version comparison code.
10363 * dpkg (0.93.32): varbufextend message changed - varbufs not
10364 just for input buffers.
10365 * dpkg (0.93.32): varbuf has C++ member functions in header
10366 #ifdef __cplusplus.
10368 Changes in dpkg 0.93.31:
10370 * start-stop-daemon --pidfile now works (Bug#571).
10371 * Fixed dependency processing bugs which could require a rerun of
10372 dpkg --configure (Bug#566).
10373 * Fixed garbage output for `language' of control file in dpkg-deb --info.
10375 Changes in dpkg 0.93.30:
10377 * Added /usr/sbin/start-stop-daemon.
10379 Changes in dpkg 0.93.09:
10381 * Made postinst scripts really be run when dpkg --purge used.
10382 * Added new --force-extractfail option - VERY DANGEROUS.
10384 Changes in dpkg 0.93.28:
10386 * Removed undef of 0x_p21 in read_database_file, which caused the
10387 the whole status database to become trashed when any update files
10389 * Make infinite-loop prevention and cycle detection work.
10390 * Made findbreakcycle work (ie, break properly when cycle detected).
10391 * New script, update-rc.d, to update links /etc/rc?.d/[KS]??*.
10392 * dpkg.pl now sets the umask to 022.
10393 * Cosmetic error message fix to dpkg-deb.
10394 * Deleted OLD directory altogether.
10395 * Improved error-trapping in top-level Makefile loops.
10397 Changes in dpkg 0.93.27:
10399 * Make version number specifications in Depends &c work.
10400 * Added AC_PROG_CXX to autoconf.in for dselect.
10401 * Changed myopt.h not to have cipaction field in cmdinfo (this was
10402 specially for dpkg-deb) - now we have a generic void*.
10403 * Renamed `class' member of `pkginfoperfile' to `clas' [sic].
10404 * Much work in `dselect' subdirectory.
10405 * Deleted executables, objects and libraries from OLD tree !
10406 * Minor changes to various copyright notices and top-of-file comments.
10407 * Don't install nasty Perl dselectish thing as /usr/bin/dselect.
10409 Changes in dpkg 0.93.26:
10411 * Added --no-also-select instead of not auto-selecting on --unpack
10412 but doing so on --install; removed --force-unpack-any.
10414 Changes in dpkg 0.93.25:
10416 * Fixed duplicate output (failure to flush before fork) bug.
10417 * More clarification of md5sum.c copyright.
10418 * Corrected typo in ChangeLog in 0.93.24 source package.
10420 Changes in dpkg 0.93.24:
10422 * dpkg could copy conffiles info from one package to another. Aargh.
10424 * dpkg failed to initialise status if you tried to remove or
10425 configure a nonexistent package. Bug #419.
10426 * install-info now handles START-INFO-DIR-ENTRY entries like:
10427 * Gdb:: The GNU debugger.
10428 Previously it would only accept (Bug #407):
10429 * Gdb: (gdb). The GNU debugger.
10430 * When installing a new foo.info[.gz], install-info now replaces
10431 * Foo: (foo.info). The Gnoo Foo.
10432 as well as just * Foo: (foo). ...
10433 * Moved option parsing out of dpkg-deb into libdpkg.
10434 * Assorted minor source code rearrangements.
10435 * Fixed assorted copyright notices, clarified md5sum copyright.
10436 * Corrected typo in 0.93.23 source package's ChangeLog.
10438 Changes in dpkg 0.93.23:
10440 * `dpkg-deb' --build now does a syntax check on the control file.
10441 * `dselect' is now no longer called `debian', spurious copy removed
10442 from package top-level source directory.
10443 * C control information parsing complete and somewhat tested.
10444 * Moved `global' include files into $(srcdir)/include from ../lib,
10445 added some files to the lib Makefile, and arranged for pop_cleanup().
10447 Changes in dpkg 0.93.22:
10449 * Fixed bug which caused dpkg to see failures of md5sum where there
10450 were none (would also have caused dpkg to miss a real failure).
10451 * Fixed failure to update some `status' database fields.
10453 Changes in dpkg 0.93.21:
10455 * Fixed error-handling bug which could corrupt database.
10457 Changes in dpkg 0.93.20:
10459 * Fixed bug which ran old (/var/adm/dpkg) postinst scripts.
10460 * Fixed dpkg usage message which claimed -i => both --install & --info.
10461 * Use Colin Plumb's MD5 code - faster, and better copyright.
10462 * Manpages: dpkg-deb(8), deb-control(5), deb(5) - thanks to Raul
10463 Deluth Miller. Also, an xfig picture of some C program innards.
10465 Changes in dpkg 0.93.19:
10467 * Don't delete the `list' file from the dpkg database.
10468 * Fixed various bugs in the conffile handling.
10469 * Conffiles that are symlinks will now be treated as if the
10470 `dereferenced' name of the file was listed in conffiles. This means
10471 that /etc/foo -> /usr/etc/foo will cause all conffile updates of
10472 /etc/foo to create /usr/etc/foo.dpkg-tmp &c instead. However, the
10473 link will be removed if --purge is used to delete all the conffiles.
10474 * When doing a new installation, or when updating a conffile that
10475 wasn't listed as a conffile in the old version of the package, don't
10476 do any prompting but just install the version from the archive.
10477 * Corrected error message if exec of dpkg --vextract failed
10478 and --instroot or --root specified.
10479 * Added new --force-unpack-any option.
10480 * Extra newline after --status output.
10481 * Added -W options to CFLAGS.
10482 * Fixed mistake in previous ChangeLog entry.
10484 Changes in dpkg 0.93.18:
10486 * Fixed invocation of dpkg-deb --vextract if --root or --instdir
10488 * Create /var/lib/dpkg/updates.
10490 Changes in dpkg 0.93.17:
10492 * install-info --remove exits with status 0 if it doesn't find the
10493 thing to remove, instead of status 1.
10494 * Error handling functions have __attribute__((format...)) if GCC.
10495 * push_cleanup its arg takes void **argv instead of char **argv.
10496 * Top-level Makefile.in has set -e before `for' loops.
10497 * dpkg-deb --info not-an-existing-file produces fewer error messages.
10499 Changes in dpkg 0.93.16:
10501 * Made --root= option really extract to $instroot instead of `/'.
10502 * install-info clears the 0444 bits in its umask.
10503 * Fixed a few database handling bugs which cause dpkg always to fail,
10504 and usually to corrupt the status database in various ways.
10505 * dpkg-deb completely rewritten, now doesn't tinker with
10506 /var/{adm,lib}/dpkg. Should be faster.
10507 * Directory structure and Makefiles in source package reorganised.
10509 Changes in dpkg 0.93.15:
10511 * Added `debian' (dselect), still very primitive.
10512 * Database format changed, and moved from /var/adm to /var/lib.
10513 * Added dpkg --avail mode, --list, --status and --search.
10514 * Set of dpkg => dpkg-deb pass-through operations changed (but
10515 dpkg-deb not yet updated).
10516 * Added --root, --admindir and --instdir, as well as --isok &c.
10517 * Moved much stuff into /usr/lib/dpkg-lib.pl, rewritten status
10519 * Put packages in `purge' state even if `deinstall' requested if
10520 they have no postrm and no conffiles.
10521 * Version number comparisons fixed.
10522 * insert-version.pl now installes lib.pl filename too.
10523 * Strip trailing slashes when reading files from file lists.
10525 Changes in dpkg 0.93.14:
10527 * Fixed parsing of DEPENDS &c fields with trailing whitespace.
10528 * postinst now fixes up broken ispell.control file.
10529 * Cyclic dependency/multiple package removal processing: don't consider
10530 packages we've just removed when looking for a reason not to go ahead.
10531 * Added call to postinst with `purge' argument for expunging old
10532 configuration etc. that aren't listed in conffiles.
10534 Changes in dpkg 0.93.13:
10536 * sub S_ISREG defined in dpkg.pl.
10537 * Checking of DEPENDS &c fields was too lax, causing an internal error
10538 if you fed it certain kinds of broken control file.
10539 * Fixed misleading message from bogus installationstatus call.
10540 * New -u and -U options to dpkg-deb which don't unpack the /DEBIAN
10541 directory, and use these in dpkg.pl; clean up /DEBIAN in postinst.
10543 Changes in dpkg 0.93.12:
10545 * No longer needs *.ph files, since these appear to be broken.
10546 * Postinst fixes up *.control files with curly brackets.
10547 * embryo of dselect.
10549 Changes in dpkg 0.93.11:
10551 * New --ignore-depends option.
10552 * This ChangeLog changed format here.
10554 Wed Nov 30 15:38:21 GMT 1994 Ian Jackson <iwj10@cus.cam.ac.uk>
10556 * dpkg 0.93.11 released.
10558 * conffile updating fixed.
10560 * Message `updgrade' in dpkg changed to `replace'.
10562 * install-info now copes with multi-line entries.
10564 * version numbers now done automatically in dpkg and install-info.
10566 * more debugging around conffiles updates.
10568 * *.hash files not deleted so soon.
10570 * adds brand new packages to status array so we can install them.
10572 * postinst does h2ph for {sys,linux}/{stat,types}.ph if required.
10574 Mon Nov 28 02:00:13 GMT 1994 Ian Jackson <iwj10@cus.cam.ac.uk>
10576 * dpkg 0.93.10 released.
10578 * dpkg.pl completely rewritten.
10580 * dpkg-deb: removed dabase-processing and --install option.
10582 * Makefiles reworked, debian.rules added.
10584 * Don't install anything in /usr/doc/examples.
10586 * dpkg-*.deb contains /usr/bin/dpkg-deb.dist, fixed up by postinst.
10588 Thu Oct 20 13:22:20 1994 Ian Murdock (imurdock@debra.debian.org)
10590 * dpkg 0.93.9 released.
10592 * dpkg.pl: Use $argument, not $package, with `--build'.
10593 Make sure that saved postinst scripts are executable.
10595 Tue Oct 18 09:40:57 1994 Ian Murdock (imurdock@debra.debian.org)
10597 * dpkg 0.93.8 released.
10599 * deb/remove.c (pkg_remove): Do not report an error from rmdir ()
10600 when `errno' is ENOTEMPTY (Directory not empty), because in this
10601 case we have found the highest-level directory in the package and
10602 are ready to exit the loop (i.e., it is a normal occurrence).
10604 Mon Oct 17 10:44:32 1994 Ian Murdock (imurdock@debra.debian.org)
10606 * Makefile.in: Adapted all Makefiles to the GNU Coding Standards.
10608 * deb/remove.c (pkg_remove): Make sure that parent directories are
10609 removed LAST! This will result in complete removal of packages
10610 when --remove is called. dpkg 0.93.7 (and earlier) had problems
10611 with this because it tried to remove directories in order, which
10612 will work most of the time, but not necessarily all of the time.
10614 * deb/list.c (pkg_list): Output is sorted by package name.
10616 Tue Oct 4 12:27:10 1994 Ian Murdock (imurdock@debra.debian.org)
10618 * deb/contents.c (pkg_contents): When a list file cannot be
10619 opened, silently fail and let the front-end explain the problem.
10621 * deb/util.c (return_info): When a control file cannot be opened,
10622 silently fail and let the front-end explain the problem.
10624 * deb/search.c (pkg_search): Exit 0 if the regular expression is
10625 matched and 1 if it is not.
10627 Mon Oct 3 18:38:53 1994 Ian Murdock (imurdock@debra.debian.org)
10629 * dpkg.pl: New file. Replaces dpkg.sh.
10631 * deb/Makefile.in: Renamed `dpkg-util.deb' to `dpkg-deb'.
10633 * deb/build.c (pkg_build): `--build' is less verbose, instead
10634 letting the front-end add verbosity where appropriate.
10636 * deb/install.c (pkg_install): Ditto.
10638 * deb/remove.c (pkg_remove): Ditto.
10640 * deb/search.c (pkg_search): Ditto.
10642 * deb/describe.c (pkg_describe): `--describe' is less verbose,
10643 instead letting the front-end add verbosity where appropriate.
10644 The ``Description:'' label has been removed.
10646 * deb/version.c (pkg_version): `--version' is less verbose,
10647 instead letting the front-end add verbosity where appropriate.
10648 The ``Version:'' label has been removed, as has the maintainer
10651 Mon Sep 12 14:22:04 1994 Ian Murdock (imurdock@debra.debian.org)
10653 * deb/version.c (pkg_version): `--version' now reports the
10654 version number of dpkg if no argument is specified.
10656 Thu Sep 1 13:31:37 1994 Ian Murdock (imurdock@debra.debian.org)
10658 * dpkg 0.93.7 released.
10660 * deb/build.c (pkg_build): check status and exit if non-zero.
10662 * deb/contents.c (pkg_contents): ditto.
10664 * deb/install.c (archive_extract): ditto.
10666 Thu Sep 1 13:20:08 1994 Ian Murdock (imurdock@debra.debian.org)
10668 * deb/version.c (pkg_version): indent to the same point as
10671 Thu Sep 1 12:21:11 1994 Ian Murdock (imurdock@debra.debian.org)
10673 * Makefile.in (dist): added debian.rules binary, source and
10674 dist targets to make final distribution easier to make.
10675 (install): install programs to /usr/bin.
10677 * deb/Makefile.in (install): install programs to /usr/bin.
10679 * deb/list.c (pkg_list): enforce a maximum limit of ten characters
10680 for the package name in the output.
10681 (pkg_list): left-justify the version number to make it easier for
10682 the front-end to parse the output.
10683 (pkg_list): replace first '\n' character in packages[n].description
10686 * deb/install.c (archive_extract): use the `p' option to `tar' to
10687 ensure that permissions are preserved.
10689 Sat Aug 27 09:53:37 1994 Ian Murdock (imurdock@debra.debian.org)
10691 * dpkg 0.93.6 released.
10693 * deb/util.c (return_info): only unlink CONTROL if ARCHIVE_FLAG is
10696 Fri Aug 26 15:38:22 1994 Ian Murdock (imurdock@debra.debian.org)
10698 * dpkg 0.93.5 released.
10700 * deb/contents.c (pkg_contents): merged function archive_contents
10701 into function pkg_contents.
10703 * deb/contents.c (pkg_contents): use lstat (rather than stat) so
10704 that symbolic links are recognized.
10705 (pkg_contents): print the usual `<path> -> <link_to>' now that we
10706 recognize symbolic links.
10708 * deb/util.c (return_info): create a FIFO to pipe the needed
10709 information to the ``formatter'' rather than creating a directory
10710 in /tmp for the package information, which is what we used to do.
10712 Thu Aug 25 11:46:27 1994 Ian Murdock (imurdock@debra.debian.org)
10714 * lib/fake-ls.c (mk_date_string): return a pointer to malloc'ed
10716 (mk_mode_string): ditto.
10718 * dpkg.sh: make sure the control information is extracted to a
10719 uniquely-named temporary directory during package installation.
10721 * dpkg.sh: execute the pre- and post-removal scripts during
10724 * dpkg.sh: exit immediately if dpkg-util.deb reports failure.
10726 * deb/install.c (pkg_control): make sure that `package' exists and
10727 is a Debian archive before doing anything.
10729 * deb/install.c (pkg_extract): make sure that `package' exists and
10730 is a Debian archive before doing anything.
10732 * deb/install.c (pkg_install): unlink `extract_output' when done.
10734 * deb/remove.c (pkg_remove): use lstat (rather than stat) so that
10735 --remove does not get confused and think that a symbolic link to a
10736 directory is actually a directory, which results in the symbolic
10737 link never being removed at all.
10739 ChangeLog begins Thu Aug 25 11:46:27 1994 for dpkg 0.93.5.