1 dpkg (1.22.16) UNRELEASED; urgency=medium
5 -- Guillem Jover <guillem@debian.org> Mon, 03 Feb 2025 12:43:20 +0100
7 dpkg (1.22.15) unstable; urgency=medium
11 - Dpkg::BuildDriver::DebianRules: Remove unused Dpkg::BuildAPI import.
12 - Dpkg::OpenPGP::Backend::GnuPG: Sign file with fixed up newline.
13 - Dpkg::Substvars: Add new set_as_optional() and set_as_required() methods.
15 - man: Change verb tense for Makefile fragment files descriptions.
16 - man: Document that buildapi.mk sets a variable.
17 - man: Add reference to buildtools and vendor make fragments to related
19 - man: Split architecture examples into their own paragraphs.
20 - man: Clarify architecture terms and the architecture forms.
21 - man: Clarify that build and target are not usual variables to use.
22 - doc: Remove duplicate words across newlines.
23 Thanks to Michael Biebl <biebl@debian.org>. Closes: #1093548
25 - Add array bounds warning.
26 - Add new dialect checks for strict flex array behavior and warnings.
27 - Add compiler hardening support.
31 - Update German programs translation.
33 -- Guillem Jover <guillem@debian.org> Mon, 03 Feb 2025 12:01:24 +0100
35 dpkg (1.22.14) unstable; urgency=medium
38 * dpkg-deb: Switch from info() to hint() for hint message.
40 - Dpkg::BuildDriver::DebianRules: Fix R³ namespace check to only refuse
41 unknown dpkg keywords. Closes: #1092653
43 - Use flavor to avoid re-caching empty variables. See #1092051.
45 - Abstract color clearing with a new variable.
46 - Lowercase and namespace private variables with _dpkg_.
47 - Fix debug output format to print debug in lowercase after progname.
48 - Document library interface basics and the version when introduced.
49 - Add support for notice(), info() and hint() functions.
51 - libdpkg: Add support for hint printing.
53 - Remove redundant <cstdbool> include deprecated in C++17.
55 - Update Brazilian Portuguese dselect translations.
56 Thanks to Paulo Henrique de Lima Santana (phls) <phls@debian.org>.
61 - Update German man pages translation.
62 - Update German scripts translation.
66 - Update German programs translation.
68 -- Guillem Jover <guillem@debian.org> Thu, 16 Jan 2025 03:56:38 +0100
70 dpkg (1.22.13) unstable; urgency=medium
73 * dpkg-deb: Add support for filesystem metadata checks.
75 - Dpkg::OpenPGP::Backend::Sequoia: Handle all KeyHandle types in
76 inline_sign(). See #1091915.
77 - Dpkg::OpenPGP::Backend::Sequoia: Check whether we can use the key.
79 - Dpkg::OpenPGP::Backend: Add missing imports. Closes: #1091990
80 - Dpkg::BuildDriver::DebianRules: Change default R³ value to «no».
82 - man: Document the version since the Section and Priority fields have
84 - man: Clarify Priority values by mentioning known important and unknown
86 - man: Clarify Section and Priority values usage tied to distribution
88 - man: Refer to --sign-keyid instead of --sign-key in DEB_SIGN_KEYID
91 - libdpkg: Add test cases for varbuf C++ operators.
92 - libdpkg: Do not call varbuf_init() from operator=().
93 - dselect: Make sure the search varbuf always has allocated space.
95 - dselect: Update the search varbuf to account for the used size.
97 - dselect: Fix logic inversion in repeat search keybinding.
98 - dselect: Fix formatting for return in keybindings::find().
99 - scripts: When printing a field value quote it with double quotes.
100 - dpkg-gencontrol: Add missing field name to warning message. See #1091941.
101 - dpkg-genchanges: Set Section and Priority defaults even with no fields.
104 -- Guillem Jover <guillem@debian.org> Fri, 03 Jan 2025 11:47:15 +0100
106 dpkg (1.22.12) unstable; urgency=medium
109 * libdpkg: Check for pager presence and fallback to less, more and cat.
111 * dpkg-shlibdeps: Add symbolic name alternative to --warnings bits.
113 * dpkg-deb: Add --no-check option and keep --nocheck as an alias.
114 * dpkg: Unify package and version printing format to «package (version)».
115 * dpkg-buildtree: Add new command is-rootless.
116 Suggested by Niels Thykier <niels@thykier.net>.
117 * scripts: Switch messages to be hints.
118 * dpkg-buildpackage: Reword hint on unsatisfied dependencies. Closes: #817955
119 * dpkg-checkbuilddeps: Improve unmet dependency error messages.
120 * dpkg-buildpackage: Switch unmet dependency abort message from warning to
122 * scripts: Change and inject default value for Section and Priority fields.
124 - Dpkg::Deps::Multiple: Document that the constructor takes @deps not
126 - Dpkg::Changelog::Parse: Use %opts instead of %opt in function POD.
127 - Dpkg::Control: Deprecate the backwards compatibility type aliases.
128 - Dpkg::OpenPGP::Backend::GnuPG: Ignore
129 ValuesAndExpressions::ProhibitMagicNumbers.
130 - Dpkg::Vendor: Simplify module loading logic.
131 - Dpkg::OpenPGP::Backend::SOP: Add rsop as an alternative SOP
133 - Dpkg::OpenPGP::Backend::SOP: Add gosop as an alternative SOP
135 - Dpkg::OpenPGP::Backend::Sequoia: Adapt to new CLI 0.40.0 API.
136 - Dpkg::OpenPGP::Backend::Sequoia: Add keystore support.
137 - Dpkg::Shlibs: Improve code comments.
138 - Dpkg::Archive::Ar: Copy only the number of bytes we have read.
139 - Dpkg::Vendor: Remove backwards compatibility module and origin name
141 - Dpkg::BuildInfo: Add GNUMAKEFLAGS as an allowed environment variable.
142 Thanks to Santiago Vila <sanvila@debian.org>. Closes: #1090337
143 - Dpkg::BuildDriver::DebianRules: Handle missing root_cmd option.
144 - Dpkg::ErrorHandling: Add support for hint printing.
145 - Dpkg::OpenPGP::Backend::GnuPG: Handle and warn on concatenated ASCII
147 - Revert "Dpkg::OpenPGP::Backend::GnuPG: Fallback to use «gpg dearmor» if
149 - Dpkg::OpenPGP::Backend::GnuPG: Move armor/dearmor implementation to base
151 - Dpkg::OpenPGP::Backend::SOP: Use the parent class armor/dearmor
153 - Dpkg::Vendor::Debian: Remove merged-/usr taint logic.
154 - Dpkg::Control::FieldsCore: Add new field_get_default_value() function.
156 - Document DPKG_BUILD_API in buildapi.mk.
157 - Document public API and expected directory to include from.
158 Prompted by Helmut Grohne <helmut@subdivi.de>.
159 - Capitalize variable descriptions.
160 - Clarify format for version variables from pkg-info.mk.
162 - Add support for new DEB_VERSION_EPOCH and DEB_VERSION_REVISION.
165 - Add a default PROGNAME to dpkg-error.sh.
166 - Move setup_colors() contents into dpkg-error.sh script scope.
168 - man: Update debian/control example in deb-src-control(5).
169 - man: Use arch-bits in deb-src-symbols(5) example dependent on bitness.
170 - man: Use modern architectures for manual page examples.
171 - doc: Fix typos in ChangeLog.old.
172 - man: Document purpose of origin files and how they tie to packages.
173 See https://github.com/grml/grml-debian-keyring/issues/7.
174 - man: Use «must» instead of «should» for mandatory behavior.
175 Requested by Niels Thykier <niels@thykier.net>.
176 See https://bugs.debian.org/1089794.
178 - lib: Remove compatibility code for C++ earlier than C++11.
179 - scripts: Use %opts instead of %options for constructor and function
181 - scripts: Document when constructors take %opts.
182 - scripts: Use %opts instead of %args for function and method options.
183 - scripts: Rename changelog options in programs to %changelog_opts.
184 - scripts: Unify constructor and function options documentation.
185 - libdpkg: Remove const from execname.
186 - libdpkg: Use size_t instead of unsigned int for nargs.
187 - start-stop-daemon: Refactor closefrom() and use it only if the system
189 - start-stop-daemon: Try to use close_range() if present to implement
191 - scripts: Fix module loading.
192 Prompted by Holger Levsen <holger@debian.org>.
193 Prompted by Niels Thykier <niels@thykier.net>.
194 - src: Do not name option variables as no<thing>.
195 - dpkg-deb: Rename control area functions to check_ctrl_*().
196 - dpkg-deb: Rename check_control_area() to check_build_files().
197 - dpkg-deb: Fix doxygen comment to match function argument.
198 - perl: Remove function prototypes.
199 - libdpkg: Rename varbuf_rollback_start() to varbuf_rollback_end().
200 - libdpkg: Rename varbuf_*printf() to varbuf_add_*fmt().
201 - libdpkg: Add new varbuf_set_*fmt() functions.
202 - dpkg: Switch from varbuf_reset()+varbuf_add_str() to varbuf_set_str().
203 - Replace varbuf_reset()+varbuf_*printf() with varbuf_set_*fmt().
204 - Replace varbuf_*printf() with varbuf_add_*fmt().
205 - libdpkg: Rename varbuf C++ *fmt() methods to add_*fmt().
206 - dpkg: Replace sprintf() usage with a varbuf in depisok().
207 - Use snprintf() instead of sprintf().
208 - libdpkg: Switch varbuf::reset() to use varbuf_reset().
209 - libdpkg: Rename varbuf::string() to varbuf::str().
210 - libdpkg: Add new varbuf C++ methods for all functions.
211 - libdpkg: Add new varbuf_state C++ methods for all functions.
212 - libdpkg: Add new varbuf C++ constructor initialized from a C string.
213 - libdpkg: Add new varbuf C++ operator+= methods.
214 - dselect: Switch from operator() to operator+=.
215 - libdpkg: Remove varbuf C++ operator() methods.
216 - libdpkg: Add new varbuf C++ len() method.
217 - libdpkg: Add new varbuf_swap() function.
218 - libdpkg: Add new varbuf C++ copy constructors.
219 - libdpkg: Add new varbuf C++ move constructors.
220 - libdpkg: Add new varbuf_array() and C++ operator[] methods.
221 - dselect: Switch to use varbufs instead of sprintf in keybindings.
222 - dselect: Switch to use varbufs instead of sprintf for searchstring.
223 - dselect: Switch to use varbufs instead of sprintf for describemany().
224 - dselect: Use file_slurp() instead of open-coding it.
225 - dselect: Switch to use varbufs instead of sprintf for method parser.
226 - dselect: Mark assignment inside baselist::kd_search() as a move
228 - Cast char to unsigned char for ctype functions.
229 - Remove dpkg-error.sh boilerplate.
230 - scripts: Remove dpkg-fsys-usrunmess program.
231 - dpkg-source: Generalize Package-List field attributes handling.
232 - scripts: Unify handling of default Priority and Section values.
233 - scripts: Switch to use the default per field value for Section and
236 - Make C++ baseline version a hard requirement.
237 - Generalize C/C++ check macros to select the version as an argument.
238 - Bump minimum required C++ standard to C++14.
239 - Warn on C++17, C++20, C++23 and C++26 extensions usage.
240 - Check for C++11 __func__ availability.
241 - Undefine _TIME_BITS when checking for the base off_t size.
242 - Do not use an obsolete x prefix for shell test checks.
243 - Add a new changelog section for the shell library.
245 - Bump Standards-Version to 4.7.0 (no changes needed).
246 - Add a trailing comma to debian/tests/control dependency.
247 - Inline sequoia-chameleon-gnupg dependencies depending on context.
248 - Remove merged-/usr warning logic. Closes: #1061718
250 - Enable ValuesAndExpressions::ProhibitMagicNumbers except for octals.
251 - Mark variables around longjmp() as volatile.
252 - Add tests for varbuf C++ API.
254 - Update Brazilian Portuguese programs translation.
255 Thanks to Paulo Henrique de Lima Santana <phls@debian.org>.
257 - Update Czech translations.
258 Thanks to Miroslav Kure <kurem@upcase.inf.upol.cz>. Closes: #1087219
259 - Update Dutch translations.
260 Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
261 Closes: #1087459, #1087595
262 - Update Portuguese man pages translation.
263 Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1086160
264 - Update Romanian programs translation.
265 Thanks to Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>.
267 - Update Swedish translations.
268 Thanks to Peter Krefting <peter@softwolves.pp.se>. Closes: #1083116
272 - Update German man pages translation.
276 - Update German dselect translation.
277 - Update German programs translation.
279 -- Guillem Jover <guillem@debian.org> Wed, 01 Jan 2025 23:27:27 +0100
281 dpkg (1.22.11) unstable; urgency=medium
285 - Dpkg::Shlibs::Cppfilt: Do not normalize angle brackets for operators.
288 - doc: Replace references to crypto-refresh and RFC4880 with RFC9580.
290 - Use 'command -v' instead of 'which'.
291 - Remove generated spacesyms.o and spacesyms.c on clean.
292 - Add declaration for funcs symbols in spacesyms.c.
294 - Fix coding style in perl test cases.
295 - Improve Dpkg::Changelog data test case message.
296 - Refactor setup_changelog() in Dpkg::Changelog test.
297 - Unroll Dpkg::Changelog file tests loop.
298 - Refactor load_objdump_obj().
302 - Update German man pages translation.
303 - Update German scripts translation.
307 - Update German programs translation.
309 -- Guillem Jover <guillem@debian.org> Thu, 01 Aug 2024 12:39:16 +0200
311 dpkg (1.22.10) unstable; urgency=medium
315 - Dpkg::Changelog::Entry::Debian: Remove obsolete /o modifier from regex.
316 - Dpkg::Changelog: Remove useless escaping for -.
318 - Revert "scripts/mk: Reduce the number of subprocesses".
319 Closes: #1076904, #1077005
321 - Do not define macros for C/C++ standard level.
322 - Use pre-defined macros to check C/C++ conformance requirements.
323 - Fix length for comment bar line after autoconf functions.
324 - Fix dpkg_cv_c99 assignment in DPKG_C_C99 macro.
325 - Simplify C standard check output.
327 -- Guillem Jover <guillem@debian.org> Sat, 27 Jul 2024 05:43:38 +0200
329 dpkg (1.22.9) unstable; urgency=medium
332 * dpkg-deb: Add long options for short-only compression ones.
333 * dpkg-deb: Print pathname instead of filename and directory in error output.
334 * start-stop-daemon: Use a stop context to track the current state.
336 - Fix pkg-info.mk evaluation by adding new DEB_TIMESTAMP variable.
339 - dpkg-deb: Track maintscript information in a new struct.
341 - Fix typos in Makefile comments.
343 -- Guillem Jover <guillem@debian.org> Wed, 24 Jul 2024 23:02:45 +0200
345 dpkg (1.22.8) unstable; urgency=medium
349 - Dpkg::Archive::Ar: Rework _read_buf() error messages to make l10n easier.
351 - Ensure dpkg_datadir is computed once.
352 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
353 - Fix make variable expansions passed to dpkg-buildflags.
354 Thanks to Nicolas Boulenguez <nicolas@debian.org>. Closes: #1076568
356 - doc: Update Doxygen configuration from version 1.9.8.
358 - libdpkg: Fix execname support on GNU/Hurd.
360 - Update lcov usage for version 2.0.
362 - Update Catalan translations.
366 - Update German programs translation.
368 -- Guillem Jover <guillem@debian.org> Sun, 21 Jul 2024 20:18:23 +0200
370 dpkg (1.22.7) unstable; urgency=medium
373 * dpkg-buildpackage: Remove fallback handling for missing required targets.
374 * dpkg-buildpackage: Fix the debian/rules executable check to respect -R.
375 * dpkg-realpath: Rewrite in C.
376 * Revert "test: Pass -T+1 to xz to workaround spurious warning with xz
378 * dpkg-genbuildinfo: Parse Provides as virtual packages.
379 * dpkg: Do not run hooks or loggers with --dry-run or while unprivileged.
381 * dpkg-shlibdeps: Add support for new --package option.
382 * dpkg-buildpackage: Make newline injection during signing GnuPG specific.
383 See https://dev.gnupg.org/T7106.
384 * dpkg-realpath: Do not allow an empty pathname argument.
385 * dpkg-buildpackage: Add support for building from a specified .dsc or dir.
386 * dpkg-buildpackage: Reference the .dsc in .buildinfo if building from one.
389 - Dpkg::BuildDriver: Refactor build driver out of dpkg-buildpackage.
390 - Dpkg::Vendor::Ubuntu: Use -fcf-protection=none instead of
391 -fno-cf-protection. Thanks to Matthias Klose <doko@ubuntu.com>.
392 - Dpkg::Vendor::Debian: On native builds map *_FOR_BUILD flags to * flags.
394 - Dpkg::OpenPGP::ErrorCodes: Update error codes from SOP draft version 10.
395 See https://ietf.org/archive/id/draft-dkg-openpgp-stateless-cli-10.html.
396 - Dpkg::Vendor::Debian: Set -Wno-error on qa=-bug-implicit-func.
398 - Dpkg::Shlibs::Cppfilt: Normalize demangled symbols with llvm or C++11
400 - Dpkg::Archive::Ar: New module.
401 - Dpkg::Vendor::Debian: Guarantee UTF-8 locale codeset on sanitize-env.
402 - Dpkg::Substvars: Add support for required substvars assigned with !=.
403 - Dpkg::Source::Package: Document method additions with an object.
404 - Dpkg::Source::Package::V3::Bzr: Remove unused variables.
405 - Dpkg::Source::Package: Add a new get_basedirname() method.
407 - Protect files against double inclusion.
408 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
409 - Use filter instead of findstring.
410 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
411 - Use explicit test of $(origin) instead of ?=.
412 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
413 - Search once for parallel= in DEB_BUILD_OPTIONS.
414 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
415 - Generate the _FOR_BUILD variant of each variable automatically.
416 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
417 - Reduce the number of subprocesses.
418 Thanks to Nicolas Boulenguez <nicolas@debian.org>. Closes: #872381
419 - Stop hard-coding dpkg_datadir.
420 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
422 - doc: Add missing full stop to end of sentence.
423 - man: Document DEB_BUILD_ARCH and DEB_HOST_ARCH usage in commands.
424 Prompted by Thorsten Glaser <tg@mirbsd.de>.
425 - man: Add new libdpkg(7) manual page.
426 - man: Document DPKG_COLORS and DPKG_NLS for all perl scripts honoring
428 - man: Document missing Packages front-end fields in dpkg-query(1).
429 - man: Document weak checksum algorithms.
430 - man: Update verify format example to also include M.
431 - doc: Fix grammar for fallback.
432 - doc: Fix casing after admonition.
434 - libdpkg: Factor out filesystem database file loading into new function.
435 Based on a patch by Simon Richter <sjr@debian.org>.
436 - libcompat: Include missing <string.h> in strnlen module.
437 Reported by Simon Richter <sjr@debian.org>.
438 - dpkg-buildpackage: Refactor build target hook execution.
439 - libdpkg: Handle readlink() failures in file_readlink().
440 - libdpkg: Change varbuf_get_str() to return "" instead of initializing it.
441 - libdpkg: Rename varbuf_get_str() to varbuf_str().
442 - Use varbuf_str() instead of direct access.
443 - libdpkg: Always NUL terminate varbufs.
444 - libdpkg: Remove varbuf_end_str() function.
445 - libdpkg: Add support for DPKG_NLS environment variable.
446 - libdpkg: Add new varbuf prefix and suffix handling functions.
447 - libdpkg: Add new file_getcwd() function.
448 - dpkg: Use a variable for each conffile pathname type.
449 - src: Fix timestamp parse error reporting. See #1069846.
450 - src: Check whether SOURCE_DATE_EPOCH is set before parsing it.
451 Based on a patch by Rainer Weikusat <rweikusat@cyberadapt.com>.
453 - libdpkg: Add missing header includes.
454 - libdpkg: Make file_slurp_fd() NUL-terminate the varbuf.
455 - libdpkg: Refactor lax problem reporting into parse_lax_problem()
457 - libdpkg: Turn the warning on Provides version relation into a lax error.
459 - libdpkg: Make varbuf_detach() always return a string.
460 - libdpkg: Factor fsys_list_parse_buffer() out of
461 ensure_packagefiles_available().
462 - dpkg-shlibdeps: Refactor executable CLI parsing.
463 - dpkg: Refactor conffile disappearing check into a new function.
464 - Merge conffile obsolete and remove-on-upgrade into a single flags member.
465 - lib, src: Include missing <stdbool.h>.
466 Reported by Simon Richter <sjr@debian.org>.
467 - dpkg-ar: New internal ar implementation script.
468 - start-stop-daemon: Fix typos in code comments.
469 - libcompat: Fix vasprintf() to error out if vsnprintf() returns >=
471 - libdpkg: Do not accept len >= INT_MAX in fd_read() and fd_write().
472 - dpkg-realpath: Switch direct varbuf accesses to varbuf_str().
473 - Revert "dpkg-realpath: Switch direct varbuf accesses to varbuf_str()".
474 See https://bugs.debian.org/1076061.
475 - dpkg-realpath: Guarantee varbufs have been allocated.
476 - Check for < 0 instead of == -1 from syscall return values.
477 - Check for >= 0 instead of != -1 for syscall return values.
478 - dpkg: Check for < 0 instead of == -1 for conffderef() return values.
479 - libdpkg: Check for limit >= 0 instead of != -1 in buffer_copy().
480 - libdpkg: Check for updateslength < 0 instead of == -1 in ulist_select().
481 - dselect: Use enum values instead of literal integers.
482 - libdpkg: Add new execname module.
483 - libdpkg: Try to print the executable name of the lock contending process.
485 - perl: Use new Dpkg::Source::Package->get_basedirname() method.
487 - Re-enable the sanitizer for functional tests in CI.
488 - Add missing space before backslash line continuation character.
489 - Unconditionally include <stddef.h>.
490 - Do not check for memcpy(). Reported by Simon Richter <sjr@debian.org>.
491 - Do not check for functions used unconditionally.
492 - Partially revert the sanitizer for some functional tests in CI.
493 - Print the release version at the end of configure.
494 - Add support to track release VCS commit id.
495 - Pass abs_srcdir and abs_builddir to the TAP driver.
496 - Rework subst handling for built or installed artifacts.
497 - Workaround Tap::Harness verbose misbehavior on parallel mode.
498 See https://github.com/Perl-Toolchain-Gang/Test-Harness/issues/105.
499 - Fix test verbose and parallel option propagation.
500 - Add missing files and sort POTFILES.in.
501 - Check whether HAVE_* macros for headers are defined.
502 - Include a .dist-vcs-url file in the distributed tarball.
503 - Do not include VCS specific files in the distributed tarball.
505 - Suppress start-stop-daemon compat symlink if /sbin is missing.
506 Thanks to Johannes Schauer Marin Rodrigues <josch@debian.org>.
509 - Do not fail the functional test suite due to memory leaks.
510 - Pass --check-level=exhaustive to cppcheck.
511 - Unset DEB_BUILD_MAINT_OPTIONS in build flags tests.
512 - Simplify buildflags.mk test of _MAINT_APPEND when TEST_ is empty.
513 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
514 - Use loops instead of repetitions in mk fragment tests.
515 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
516 - Replace double quotes with single quote in shell recipes.
517 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
518 - Test exported variables in addition to Make variables.
519 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
520 - Test variable override.
521 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
522 - Test DEB_CXXFLAGS_MAINT_SET.
523 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
524 - Add missing test for CPP build tool.
525 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
526 - Test override of a build tool.
527 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
528 - Refactor real and virtual package setup.
529 Based on a patch by Johannes Schauer Marin Rodrigues <josch@debian.org>.
530 - Set CC to gcc in make fragments functional tests.
531 - Parametrize all Makefile fragment functional tests.
532 - Clarify the Makefile fragment variable being tested via comments.
533 - Add new DPKG_CHECK_DIFF macro to abstract file comparisons.
534 - Only execute Dpkg::Shlibs checks on ELF platforms.
535 - Unify all ar invocations into create, extract and list.
536 - Refactor ar handling into m4 macros.
537 - Switch ar m4 macros to use internal dpkg-ar implementation.
539 - Update Dutch man pages translations.
540 Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
542 - Update Swedish translations.
543 Thanks to Peter Krefting <peter@softwolves.pp.se>. Closes: #1070011
547 - Update German man pages translation.
548 - Update German scripts translation.
552 - Update German programs translation.
554 -- Guillem Jover <guillem@debian.org> Wed, 17 Jul 2024 01:10:42 +0200
556 dpkg (1.22.6) unstable; urgency=medium
559 * dpkg-deb: Fix up compressor parameters for default legacy format.
561 - Dpkg::Vendor::Debian: Make it possible to disable qa=-bug-implicit-func.
563 - Dpkg::Vendor::Debian: Unconditionally set qa bug-implicit-func.
566 - man: Document dpkg versions supporting SOURCE_DATE_EPOCH for various
569 - libdpkg: Use array access instead of pointer arithmetic for meminfo
571 - libdpkg: Use a macro to define the zstd default compression level.
573 - Test with minimal library dependencies in CI.
574 - Add gen-release script.
576 - Fix typo in man page reference in changelog.
578 - Refactor OpenPGP backend and commands list.
579 - Refactor certfile and keyfile filenames for OpenPGP test.
580 - Skip OpenPGP tests if the backend does not have a verify command.
583 - Fix typos in Swedish man pages translations.
584 Thanks to Andreas Rönnquist <gusnan@debian.org>. Closes: #1065672
585 - Fix typos in Swedish man pages translations. Closes: #1065575
586 - Update Dutch man pages translations.
587 Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
589 - Update Portuguese man pages translations.
590 Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1065401
594 - Update German man pages translation.
596 -- Guillem Jover <guillem@debian.org> Sun, 10 Mar 2024 20:21:24 +0100
598 dpkg (1.22.5) unstable; urgency=medium
601 * dpkg-buildapi: Remove -v alias for --version.
602 * dpkg-query: Fix exit codes for --show. Closes: #1064036
604 - Dpkg::OpenPGP::Backend::Sequoia: Update to new CLI API changes.
605 - Dpkg::OpenPGP::Backend::GnuPG: Add support for Sequoia gpg Chameleon.
606 - Dpkg::Vendor::Debian: Only append branch compiler flags if $flag is set.
607 - Dpkg::Vendor: Make the add_build_flags() a non-private method.
608 - Dpkg::Vendor::Ubuntu: Pass compiler flags to disable features.
609 Based on a patch by Matthias Klose <doko@ubuntu.com>.
610 - Dpkg::Vendor::Debian: Enable time64 feature by default except on
611 <some>-i386. Closes: #1037136
612 Based on a patch by Steve Langasek <steve.langasek@ubuntu.com>.
613 - Dpkg::Vendor::Debian: Enable qa=+bug-implicit-func for abi=+time64
614 feature. Based on a patch by Steve Langasek <steve.langasek@ubuntu.com>.
616 - man, doc: Fix dpkg-buildapi option and command grouping in descriptions.
617 - man: Add spaces around make variable assignments.
618 - man: Do not duplicate list of known feature areas in dpkg-buildflags.
619 - man: Document known feature areas in DEB_BUILD_OPTIONS for
621 - man: Improve build flags feature specification in environment variables.
623 - man: Use L</> markup for inter link reference.
624 - man: Mention Build-Depends-Packages in dpkg-shlibdeps(1).
626 - libdpkg: Add comment clarifying GNU long name tar format expectations.
627 - libdpkg: Use an intermediate mode variable in secure_unlink_statted().
628 - dpkg: Rename symlink_len to linksize.
629 - dpkg: Rename r variable for readlink() return value to linksize.
630 - dpkg: Reduce variable scope in conffderef().
631 - libdpkg: Refactor file_readlink() function.
632 - libdpkg: Deindent an else clause.
633 - lib, src: Fold if with last previous else.
634 - perl: Fold if into previous else.
635 - dpkg-mergechangelogs: Refactor merge_tail() sub from anonymous sub.
636 - dpkg-query: Rename rc variables tracking no matches to misses.
637 - dpkg-query: Rename failures variables tracking no matches to misses.
639 - Rename pkexec variables to polkitactions.
640 - Move directory definitions to configure.
641 - Use PACKAGE_TARNAME for pathname components in directories.
642 - Split each automake variable value into its own line.
643 - Reorder automake variables.
644 - Move update-alternatives rules within automake conditional.
645 - Move MD_LIBS from LDFLAGS to LDADD for libdpkg.
646 - Fix libdpkg library flags for static and dynamic linking.
647 - Add infrastructure for bash-completions.
649 - Pass -T+1 to xz to workaround spurious warning with xz 5.6.0.
654 - Update German man pages translation.
655 - Update German scripts translation.
657 -- Guillem Jover <guillem@debian.org> Tue, 27 Feb 2024 04:28:03 +0100
659 dpkg (1.22.4) unstable; urgency=medium
663 - dpkg: Rename r variable for readlink() return value to symlink_len.
664 - dpkg: Rename r variable for fd_read() return value to n.
665 - dpkg-deb: Rename r variable for fd_read() return value to nread.
666 - dpkg-deb: Rename r variables for fd_read() call chain return value to rc.
667 - dpkg-split: Rename r variable for strtoimax() return value to ret.
668 - libdpkg: Rename r variable for path_quote_filename() return to ret.
669 - libdpkg: Rename r variable for fclose() return value to rc.
670 - libdpkg: Rename r variables for printf()-like return values to n.
671 - libdpkg: Handle tar long GNU names and links not being NUL terminated.
673 - perl: Use qw() when importing symbols.
674 - dpkg-gensymbols: Move foreach inlined array elements into a list.
675 - dpkg-scansources: Fix newline breaks for ternary operators.
677 - Update copyright years.
679 -- Guillem Jover <guillem@debian.org> Wed, 24 Jan 2024 13:12:31 +0100
681 dpkg (1.22.3) experimental; urgency=medium
684 * dpkg-buildtree: New program.
686 - Dpkg::Vendor::Debian: Parametrize fortify level.
687 - Dpkg::Vendor::Ubuntu: Default to fortify level 3.
688 - Dpkg::OpenPGP::Backend::SOP: Add reference to another gosop blocker.
689 - Dpkg::OpenPGP::Backend::GnuPG: Accept keybox format keyrings as-is.
690 - Dpkg::OpenPGP::Backend: Remove unused strict_verify option.
691 - Dpkg::OpenPGP::Backend::GnuPG: Look harder for trustedkeys keyring.
692 - Dpkg::Changelog::Debian: Remove wrong import arguments.
693 - Dpkg::Vendor::Debian: Split bug-implicit-func from bug feature in qa
696 - man: Use semantic line breaks (must requirements).
697 - man: Remove trailing full stop before parenthetical.
698 - man: Use «package maintainer script» instead of «Debian package
701 - libcompat: Make long_options array const.
703 - Make the logdir variable local to its function in postrm.
704 - Install start-stop-daemon under /usr/sbin. Closes: #1059982
705 - Make get_vendor honor DEB_VENDOR environment variable.
706 - Check for usrmerge in bug-script on the same vendors as postinst.
707 - Do not install dpkg-fsys-usrunmess on Debian and Ubuntu.
710 - Unfuzzy translations after semantic line break changes.
711 - Update Dutch man pages translation.
712 Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
714 - Update Swedish translations.
715 Thanks to Peter Krefting <peter@softwolves.pp.se>. Closes: #1059527
719 - Update German man pages translation.
720 - Update German scripts translation.
722 -- Guillem Jover <guillem@debian.org> Fri, 19 Jan 2024 12:10:52 +0100
724 dpkg (1.22.2) unstable; urgency=medium
727 * dpkg-shlibdeps: Do not require debian/control when parsing CLI options.
729 * Architecture support:
730 - Remove arm64ilp32 support.
731 See https://lists.debian.org/debian-dpkg/2023/11/msg00007.html.
732 - Remove uclinux support.
733 See https://lists.debian.org/debian-dpkg/2023/11/msg00012.html.
734 - Remove knetbsd-any support.
735 - Restrict kfreebsd ports to amd64 and i386.
736 - Restrict kopensolaris ports to amd64 and i386.
737 - Restrict hurd ports to amd64 and i386.
738 - Restrict dragonflybsd ports to amd64.
739 - Restrict aix ports to powerpc and ppc64.
740 - Restrict solaris ports to amd64, i386, sparc and sparc64.
741 - Restrict darwin ports to amd64, arm, arm64, i386, powerpc and ppc64.
742 - Restrict freebsd ports to amd64, arm, arm64, i386, powerpc, ppc64, riscv.
743 - Split tupletable header names description into two paragraphs.
745 - Dpkg::OpenPGP::Backend::Sequoia: Switch to use --signer-file.
746 - Dpkg::Vendor::Debian: Mask PIE for alpha and ia64. Closes: #1040062
747 - Dpkg::Control::Types: Add aliases for type enumerations.
749 - man: Add dpkg-build-api behavior for Rules-Requires-Root field defaults.
750 - man: Improve description for dpkg-build-api v1 items.
751 - doc, man: Clarify terminology for Debian control files.
753 - libcompat: Disable VLA usage for gettext.h.
754 - libdpkg: Remove dead code after non-returning error function call.
755 - libdpkg: Mark varbuf constructor as explicit.
756 - Reduce variables scope.
757 - update-alternatives: Wrap the bad_format() function pointer call into a
759 - start-stop-daemon: Rename local variables shadowing global info()
761 - libdpkg: Add underscore after NO to FHFF_NONEW and FHFF_NOCOPY enum
763 - Use FHFF_NONE instead of a literal 0 in calls to fsys_hash_find_node().
764 Reported by Alexandre Detiste <alexandre.detiste@gmail.com>.
765 - dpkg-split: Change heading print logic to use a proper boolean.
766 - dpkg-shlibdeps: Defer add_library_dir() calls after option parsing.
767 - libdpkg: Remove unused DEFAULTSHELL and DEFAULTPAGER macros.
768 - dpkg-buildapi: Do not include newline in Usage text to be translated.
770 - Check whether we need to linkg against libtinfo explicitly.
771 - Add support for structured procfs via struct psinfo.
772 - Replace action-if-found with : for extra libselinux check.
773 - Check and print sizeof off_t and time_t on the configure summary.
775 - Use installtest instead of test target in autopkgtests.
777 - Reorder check on whether pkg is NULL.
778 - Split and sort cppcheck arguments to be one per line.
779 - Remove unused cppcheck suppressions.
780 - Improve cppcheck coverage.
781 - Pass -I<builddir> to cppcheck instead of «.» if <builddir> is defined.
783 - Update Catalan translations.
784 - Update Dutch translations.
785 Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
786 Closes: #1058631, #1058637
790 - Update German man pages translation.
791 - Update German scripts translation.
793 -- Guillem Jover <guillem@debian.org> Mon, 18 Dec 2023 03:37:08 +0100
795 dpkg (1.22.1) unstable; urgency=medium
798 * dpkg-deb: Reject --no-uniform-compression with format 0.939000.
799 * dpkg-deb: Force deb format 0.939000 to use gzip compression.
800 * update-alternatives: Fix typo in comment.
801 * update-alternatives: Unvendor documentation and --version output.
802 * scripts: Remove unused GCJ and GCJFLAGS support.
803 * scripts: Add basic support for _FOR_BUILD build flags.
805 - Dpkg::BuildAPI: Move DESCRIPTION before package declaration.
806 - Dpkg::Source::Archive: Use $Dpkg::PROGTAR instead of tar in error
808 - Dpkg::Source::Patch: Warn when patching hard linked files.
809 - Dpkg::Vendor::Debian: Mark loong64 as having pie builtin.
810 Thanks to yalingfang <fangyaling@loongson.cn>. Closes: #1053778
811 - Dpkg::BuildFlags: Refactor flags initialization by using a single list.
812 - Dpkg::Deps: Implicitly enable build_deps option on tests_deps.
814 - Dpkg::Vendor::Debian: Fix stackclash condition to enable the feature
815 on armhf and armel. Closes: #1054583
817 - Wrap DPKG_BUILDFLAGS_LIST into one entry per line.
819 - man: Fix typo in stackclash feature name in dpkg-buildflags(1).
820 - doc: Fix typos in code comments.
821 - doc: Use macOS instead of Mac OS X in code comments.
822 - man: Document the list of editors tried on dpkg-source --commit.
824 - doc: Update R³ default values to take dpkg-build-api into account.
825 - man: Clarify Maintainer field in dpkg-parsechangelog(1). See #1053705.
826 - man: Document all dpkg-parsechangelog(1) output fields.
827 - doc, man: Use manual page instead of manpage.
828 - doc, man: Use field name or field-name instead of fieldname.
829 - man: Use web interface instead of both terms concatenated.
830 - man: Hyphenate 32-bit and 64-bit.
831 - doc, man: Use L</> markup for inter link references.
832 - doc: Use name() POD syntax instead of C<>, B<> or L<> for function names.
833 - doc: Use name() POD syntax instead of a bare function name.
834 - doc: Simplify references in CHANGES sections.
835 - doc, man: Use L<> for manual page references.
836 - doc, man: Use media discs instead of CD-ROM.
837 - man: Use /media/bdrom instead of /media/cdrom.
838 - man: Fix grammar in dpkg --force-confdef description.
839 - man: Avoid redundant action list in dpkg invoke hook description.
840 - man: Document the intermediary filenames used during unpack and
841 configure. Prompted by Florian Weimer <fweimer@redhat.com>.
842 See https://sourceware.org/pipermail/libc-alpha/2023-October/152245.html.
843 - man: Update dpkg EXAMPLES section.
844 - man: Recommend debsig-verify instead of debsums for additional
846 - doc: Clarify compiler flag variables are for the host.
848 - src: Use DEBEXT instead of hard-coding ".deb".
849 - dpkg-deb: Initialize threads_max in no-uniform-compression mode.
850 - dpkg-deb: Refactor legacy compress_params.
851 - libdpkg: Refactor struct treewalk_funcs compound initializer into a
853 - libdpkg: Initialize TREEWALK_OBJECT with a 0.
854 - libdpkg: Define DPKG_NULL to nullptr on C23 mode.
855 - libcompat: Fix comparison of integers of different sign in
857 - libcompat: Declare exit_failure as an extern variable.
859 - Remove dpkg prefix from default deb compressor configure knobs.
860 - Parametrize dpkg-deb default compressor in man page.
861 - Use TAR variable from configure instead of hard-coded tar.
862 - Split sanitizer CI unit tests from author checks.
863 - Rename the shared library CI tests to shlib-tests.
864 - Run make in parallel for autotest and TAP CI test jobs.
865 - Make default shell and pager selectable at configure time.
866 - Handle almost-POSIX shells that do not support -- after -c.
867 See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274650.
868 - Check for available pagers during configure.
869 - Add comment for the system the DPKG_LIB_SOCKET m4 macro is needed.
871 - Do not stop the dpkg-db-backup timer and service during upgrade.
873 - Fix typos in debian/control comments.
875 - Update cppcheck suppressions for 2.12.0.
876 - Add installtest target and make test use the build tree programs.
877 - Add new DPKG_CWD m4 macro.
878 - Do not use -T for ln calls.
879 - Generate the .deb from scratch instead of adapting them.
880 - Update suppressions for codespell 2.2.6.
881 - Use «\\n» after «a» and «c» sed commands.
882 - Use perl instead of dd to create a zero-filled file.
883 - Pass argument S to ar to avoid generating a symbol table.
884 - Replace SED usage with PERL.
885 - Include <sys/mkdev.h> on Solaris for major() and minor().
887 - Update Dutch translations.
888 Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
889 Closes: #1053235, #1053236, #1053237
890 - Update Portuguese man pages translation.
891 Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1051634
892 - Update Romanian dselect translation.
893 Thanks to Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>.
895 - Update Romanian programs translation.
896 Thanks to Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>.
898 - Update Swedish translations.
899 Thanks to Peter Krefting <peter@softwolves.pp.se>. Closes: #1054510
903 - Update German man pages translation.
904 - Update German scripts translation.
908 - Update German programs translation.
910 -- Guillem Jover <guillem@debian.org> Mon, 30 Oct 2023 04:14:22 +0100
912 dpkg (1.22.0) unstable; urgency=medium
915 * dpkg: Do not reset the line number for each --command-fd parsed command.
916 * dselect: Add non-free-firmware archive area support.
917 * dselect: Relicense ftp method from GPL-2 to GPL-2+.
918 * dpkg-deb: Do not print trailing spaces in --info output.
919 * dpkg: Clarify that commands can take package-name or --pending in error
920 message. Closes: #1034466
921 * Remove avr32, m32r and tilegx obsolete architectures.
922 See Linux commit 26202873bb51fafdaa51be3e8de7aab9beb49f70 (avr32).
923 See Linux commit 553b085c2075f6a4a2591108554f830fa61e881f (m32r).
924 See Linux commit bb9d812643d8a121df7d614a2b9c60193a92deb0 (tile).
925 * dpkg-db-keeper: Add helper script to assist with tracking database changes.
926 * dpkg-buildpackage: Add support for new preinit hook. Closes: #1023753
927 * dselect: Remove handling of .GZ, .Z and .z compressed Package files.
928 * dselect: Fix stdout+stderr discarding redirection in ftp method.
929 Prompted by shellcheck.
930 * dpkg-buildpackage: Fix build hook action substitution string handling.
931 * dpkg-buildpackage: Set the hook options in an environment variable.
933 * dpkg-buildpackage: Set DPKG_BUILDPACKAGE_HOOK_NAME envvar for hooks.
934 * dpkg-buildpackage: Handle missing information for hook substitutions.
935 * dpkg-deb: Fix short lived memory leak after fork().
936 * Switch from pkg-config to pkgconf.
937 * dpkg: Handle non-existent .dpkg-tmp files on read-only filesystems.
939 * dpkg-buildpackage: Fix R³ namespace check to only refuse unknown dpkg
940 keywords. Closes: #1036865
941 * dpkg-buildapi: New tool to fetch the dpkg-build-api level.
942 * dpkg-shlibdeps: On dpkg-build-api >= 1 require -l instead of
944 * dpkg-buildpackage: On dpkg-build-api >= 1 default R³ to no.
945 * dpkg-buildpackage: On dpkg-build-api >= 1 avoid build target heuristics.
946 * Mark dpkg-build-api level 1 as stable.
947 * Architecture support:
948 - Restore "arch: Add support for loong64 CPU". Closes: #1028654
950 - Dpkg::OpenPGP::ErrorCodes: Add new OPENPGP_CMD_CANNOT_SIGN error code.
951 - Dpkg::OpenPGP::Backend::GnuPG: On signing failure use
952 OPENPGP_CMD_CANNOT_SIGN. Closes: #1030271
953 - Dpkg::Shlibs::Objdump::Object: Split from Dpkg::Shlibs::Objdump.
954 - Dpkg::Control::HashCore::Tie: Split from Dpkg::Control::HashCore.
955 - Dpkg::Vars: Fold into Dpkg::Package.
956 - Dpkg::Package: Rename source_package symbols to source_name.
957 - Dpkg::Changelog::Parse: Fix indentation of copyright and license notice.
958 - Dpkg::Version: Update POD for removed semantic_change::overload::bool
960 - Dpkg::Gettext: Relicense from BSD-2 to GPL-2+.
961 - Dpkg::Source::Archive: Fix file normalization for relative pathnames.
962 - Dpkg::Source::Archive: Reflow regex match in _add_entry().
963 - Dpkg::Control::FieldsCore: Deprecate implicit field_transfer_single()
965 - Dselect::Method::Ftp: Rename from Dselect::Ftp.
966 - Dselect::Method::Ftp: Modify config and site subs towards method
968 - Dselect::Method: Move to be generic functions from Dselect::Ftp.
969 - Dselect::Method::Ftp: Update package name.
970 - Dpkg::Vendor::Debian: Add time64 feature in the future area.
971 Based on a patch by Helge Deller <deller@gmx.de>. Closes: #1030159
972 - Dpkg::Control::HashCore::Tie: Rename $last to $prev.
973 - Dpkg::Substvars: Handle exponential expansion gracefully.
974 - Dpkg::Shlibs::Objdump: Remove unsupported ELF machine types.
975 - Dpkg::Shlibs::Objdump: Add ELF machine types for all supported arches.
976 - Dpkg::Shlibs::Objdump: Add RISC-V ELF ABI tracking.
977 - Dpkg::Shlibs::Objdump: Add OR1K ELF ABI tracking.
978 - Dpkg::Shlibs::Objdump: Switch get_format() to return a colon-separated
980 - Dpkg::Shlibs::Objdump: Add back the ARM ABI mismatch mask but commented
982 - Dpkg::Source::Quilt: Switch get_db_file() to be based off get_db_dir().
983 - Dpkg::Vendor::Debian: Mark PIE as builtin on hurd-amd64.
984 - Dpkg::Vendor::Debian: Only use ABI bits to suppress LFS or time64
986 - Dpkg::Vendor::Debian: Only enable LFS when time64 is enabled for glibc.
987 - Dpkg::Vendor::Debian: Invert time64 suppression list logic.
988 - Dpkg::Vendor::Debian: Ignore musl libc systems for time64 suppression.
989 - Dpkg::Vendor::Debian: Add fallback values for ABI attributes.
990 - Dpkg::Source::Package::V2: Mark single-debian-patch as not needing
991 forwarding. Closes: #1038121
992 - Dpkg::Vendor::Debian: Sync builtin pie arches with gcc-13.
993 - Dpkg::Vendor::Debian: Move time64 buildflags feature from future to abi.
994 Suggested by Steve Langasek <vorlon@debian.org>.
995 - Dpkg::Vendor::Debian: Move lfs from future to abi area and create an
996 alias. Suggested by Steve Langasek <vorlon@debian.org>.
997 - Dpkg::Vendor::Debian: Move builtin default setup before
998 init_build_features().
999 - Dpkg::Vendor::Debian: Handle abi feature flags as builtin.
1000 - Dpkg::Vendor::Debian: Add support for new hardening branch feature.
1002 - Dpkg::Vendor::Debian: Add support for new stackclash hardening feature.
1004 - Dpkg::Source::Quilt: Switch get_patch_file() to be based off
1006 - Dpkg::BuildAPI: New module.
1008 - Add new buildapi.mk support.
1009 - On dpkg-build-api >= 1 default to dpkg_vendor_derives_from_v1.
1010 - On dpkg-build-api >= 1 include buildtools.mk in default.mk.
1012 - man: Add notes about reproducibility properties for path fixing build
1013 features. Prompted by Sven Joachim <svenjoac@gmx.de>.
1014 - man: Itemize remaining lists.
1015 - man: Unify admonition markup and formatting.
1016 - man: Move shell redirection operator close to the redirected file.
1017 - man: Add versions where build flag features were added.
1018 - doc: Update triggers spec.
1019 - man: Fix OpenPGP backends list in dpkg-buildpackage(1).
1020 - doc: Use «honor» and «behavior» uniformly in documentation and output.
1021 - man: Clarify that dpkg-reconfigure is part of the debconf project.
1022 - doc: Add a Status field to frontend-api spec.
1023 - man: Clarify shared library name formats and their purpose.
1024 - man: Add SECURITY sections.
1025 - man: Spell out «manual page».
1026 - man: Clarify C.UTF-8 locale setting hint. Closes: #1028296
1027 - man: Update methods provided by dselect(1).
1028 - man: Turn buildinfo filename format selection into a list.
1029 - man: Itemize supported deb-changelog(5) keyword/value entries.
1030 - doc: Move Perl version baseline as the first perl coding style
1032 - doc: Clarify required C/C++ standards.
1033 - doc: Require POSIX.1-2008.
1034 - man: Mention .buildinfo in dpkg-buildpackage --sign-command description.
1036 - man: Document known DEB_BUILD_OPTIONS options. Closes: #1038888
1037 - man: Clarify the md5sums checks as integrity and not security checks.
1038 Prompted by Sebastian Andrzej Siewior <sebastian@breakpoint.cc>.
1039 - man: Clarify dpkg-architecture -c option.
1040 Prompted by Paul Wise <pabs@debian.org>.
1041 - man: Document version when new programs where introduced.
1042 - man: Fix typo in future lfs feature introduction version.
1043 - man: Open up dpkg-build-api level 1.
1045 - libdpkg: Move early return into the loop.
1046 - libdpkg: Remove impossible condition.
1047 - libdpkg: Turn bitmask parse_nv_flags into an actual enum parse_nv_mode.
1048 - libdpkg: Move parse_nv() next word check inside else block.
1049 - dpkg: Remove path_quote_filename() usage.
1050 - dselect: Reduce variables scope.
1051 - libcompat: Reduce variables scope.
1052 - libdpkg: Reduce variables scope.
1053 - update-alternatives: Reduce variables scope.
1054 - src: Reduce variables scope.
1055 - libdpkg: Rename mlib module to mustlib.
1056 - dselect: Remove unused trailing semicolons.
1057 - libdpkg: Surround macro within a do-while block.
1058 - perl: Add $VERSION to all embedded perl packages.
1059 - perl: Add POD to all private modules. Closes: #1030660
1060 - perl: Move POD sections before what they describe.
1061 - scripts: Unpack function arguments.
1062 - scripts: Remove duplicate variable declaration.
1063 - dselect: Reduce variable scope to avoid shadowing.
1064 - perl: Move $VERSION into package keyword.
1065 - perl: Remove unused Dpkg::Version semantic_change warning suppression.
1066 - scripts: Use «(undef) x N» to ignore tuples or function returns.
1067 - perl: Stop removing «.» from @INC before loading modules.
1068 - dpkg-scansources: Reorder captured variable and regex match.
1069 - perl: Use List::Util instead of fixed string matches within a regex.
1070 - perl: Pass $_ explicitly to field_transfer_single().
1071 - perl: Rename filename related variables to distinguish them from field
1073 - dpkg-genchanges: Move comment describing %sourcedefault before
1075 - perl: Rename Dpkg::Control variables from $f to $c or $ctrl.
1076 - perl: Use an $f variable for fields instead of the topic variable.
1077 - perl: Use fixed string comparisons for field name matches.
1078 - scripts: Switch code to use chained comparisons.
1079 - dselect: Update Andy Guy email address.
1080 - dselect: Remove unused ismulti() function from media method actions.
1081 - dpkg-deb: Use intermediate variable for exec mark on --info output.
1082 - dpkg-deb: Refactor maintscript interpreter parser.
1083 - dpkg-deb, dpkg-query: Rename option flags to opt_NAME.
1084 - dpkg-trigger: Rename CLI option variables from f_ to opt_.
1085 - libcompat: Declare variables before definitions.
1086 - libdpkg: Make local variables static.
1087 - libdpkg: Rename FHFF_NONE to FHFF_NONEW.
1088 - libdpkg: Switch bitmasks enumerations into precise masks.
1089 - libdpkg: Add enumerations for the default, unset and max cases.
1090 - libdpkg: Add warning suppression macros.
1091 - lib: Add an enum flags attribute.
1092 - lib, src, utils: Use new enum flag C attributes.
1093 - libdpkg: Unconditionally initialize c variable in parse_stanza().
1094 - start-stop-daemon: Initialize variables in run_stop_schedule().
1095 - dpkg-genchanges: Refactor .changes file description formatting into a
1097 - dpkg-genchanges: Replace Encode usage with utf8 encode/decode functions.
1098 - dpkg-gensymbols: Use File::Compare instead of Digest::MD5.
1099 - dselect: Reword odd code comment.
1100 - dselect: Use «color» uniformly in variables and comments.
1101 - libdpkg: Handle missing Version when formatting source:Upstream-Version.
1102 Reported by John Scott <jscott@posteo.net>.
1103 - perl: Remove «1;» from end of script in programs.
1104 - libdpkg: Pass -- after sh -c to avoid bogus option parsing.
1105 Prompted by Joe Simmons-Talbott <josimmon@redhat.com> (on libc-alpha).
1106 - libdpkg: Mask the mode from the tar entry to only the file mode bits.
1107 - lib: Define __has_include fallback if the compiler does not support it.
1108 - libdpkg: Simplify progress output by using fputs() and putchar().
1109 - libdpkg: Mark the progress percentage for translation. See #1034378.
1110 - dpkg-buildpackage: Turn items into lists for easier extensibility.
1111 - libdpkg: Make headers self-contained.
1112 Thanks to Simon Richter <sjr@debian.org>.
1113 - libdpkg: Mark functions in headers as inline.
1114 Thanks to Simon Richter <sjr@debian.org>.
1115 - scripts: Do not set LANG unnecessarily.
1116 - dpkg: Move comment next to the code it is describing.
1117 - dpkg-buildpackage: Move hook invocation closer to artifact creation.
1118 - dpkg-buildpackage: Default the enabled run_hook() parameter to true.
1119 - dpkg-buildpackage: Turn the run_hook() enabled argument into a hash
1121 - libcompat: Use ptrdiff_t directly instead of using a macro.
1122 - libcompat: Update getopt code from gnulib.
1123 - libdpkg: Remove redundant check.
1124 - lib, src: Add const qualifiers to variables.
1125 - dselect: Add constVariableReference as a cppcheck suppression.
1126 - libdpkg: Fix varbuf memory leak in pkg_source_version().
1127 - dpkg-shlibdeps: Switch from exec() to Dpkg::IPC::spawn().
1128 Prompted by Paul Wise <pabs@debian.org>.
1129 - libdpkg: Fix coding style for varbuf module.
1130 - libdpkg: Reorder varbuf functions.
1131 - libdpkg: Add varbuf_add_varbuf() function.
1132 - libdpkg: Add varbuf_add_strn().
1133 - libdpkg: Add varbuf setter functions.
1134 - libdpkg: Switch ustar filename construction to use varbuf_add_strn().
1135 - dpkg-split: Use varbuf instead of ad-hoc allocation in read_info.
1136 - Use varbuf_add_varbuf() instead of varbuf_add_buf()/_str().
1137 - Use varbuf_set_*() instead of ad-hoc initialization.
1138 - libdpkg: Generalize command_in_path() from find_command().
1140 - Fix version script linker support detection.
1141 - Enable -Wextra-semi compilation warning.
1142 - Explicitly set the date when generating perl module man pages.
1143 - Bump minimal Perl version to 5.32.1.
1144 - Enable more compiler warnings.
1145 - Remove unused AC_SIZEOF checks.
1146 - Check for the host architecture attributes during configure.
1147 - Detect whether we need librt for clock_gettime().
1148 - Use an export symbols file if there is no version script support.
1149 - Add -no-undefined libtool flag.
1150 - Add support for .git-blame-ignore-revs file.
1151 - Fix typo in .gitignore filename by renaming it.
1152 Thanks to Simon Richter <sjr@debian.org>.
1153 - Remove vim swap file entry from .gitignore.
1154 - Ignore tags files.
1155 Based on a patch by Simon Richter <sjr@debian.org>.
1156 - Add perl prefixes into the Code Internals changelog section.
1157 - Namespace COMPILER_*FLAGS with DPKG_.
1158 - Add support for compiler sanitizer flags.
1159 - Add support for compiler analyzer flags.
1160 - Add new gcc-13 warnings.
1161 - Warn on alloca() usage.
1162 - Remove distcleancheck_listfiles override for CPAN dist-cpan target.
1163 - Avoid Perl's exec() falling back to system().
1164 Thanks to Paul Wise <pabs@debian.org>.
1165 See https://perldoc.perl.org/functions/exec.html.
1167 - Merge copyright statements for the same holder.
1168 - Remove executable permissions from maintscripts in source.
1169 - Remove no longer needed alternatives fixup from postint.
1170 - Remove no longer needed maintscripts for method renames.
1171 - Fix removal of file method state directory on purge.
1172 - Wrap fields in debian/tests/control file.
1173 - Set Persistent=true for dpkg-db-backup systemd timer.
1174 Thanks to Teemu Likonen <tlikonen@iki.fi>. Closes: #1041730
1175 - Do not start the dpkg-db-backup timer during installation.
1177 - Update perlcritic checks and suppressions.
1178 - Disable perlcritic checks that are not relevant.
1179 - Reduce scope of variable to avoid shadowing others.
1180 - Do not use potentially bogus variable value.
1181 - Enable perlcritic RegularExpressions::ProhibitCaptureWithoutTest.
1182 - Disable -Wassign-enum for tests using out of range enum values.
1183 - Make some perlcritic checks more strict.
1184 - Update rationale for perlcritic check suppressions.
1185 - Use the TAR detected at configure time in autotests.
1186 - Use the SED detected at configure time in autotests.
1187 - Use m4 to implement seq instead of assuming GNU seq is present.
1188 - Add missing argument to DPKG_FILE_SIZE m4 function.
1189 - Add more substvar recursive replace cases.
1190 - Define lzma based on xz if missing.
1191 - Switch deb non-uniform members test to use uncompressed control.tar.
1192 - Use AT_DATA instead of touch to create empty files.
1193 - Refactor deb-format package template generation into a new macro.
1194 - Split deb-format tests per compressor.
1195 - Fix t-disappear-depended test.
1196 - Add cases for disappearing with diversions.
1197 - Add cases for disappearance on diverted overwrites and third parties.
1198 Suggested by Simon Richter <sjr@debian.org>.
1199 - Quote command variables in case these contain spaces.
1200 - Use the GREP/EGREP detected at configure time in autotests.
1201 - Pass -n to gzip for all invocations.
1202 - Generate the pkg-old.deb from controlled parts.
1203 - Compute the sizes for «dpkg-deb -I» output dynamically.
1204 - Add test cases for dpkg-buildpackage hook support.
1205 - Use dpkg-buildpackage --no-sign instead of each --unsigned-* option.
1206 - Add new stop words for codespell 2.2.5.
1207 - Update cppcheck suppressions for 2.11.
1208 - Define macros to help cppcheck analyze code.
1209 - Fix varbuf memory leak in t-pkg-format test.
1210 - Rename merge_changlogs test to match the command being tested.
1211 - Add new test case checking Conflicts with Replaces.
1212 - Fix t-conffile-divert-conffile case.
1213 - Use «ar qc» to create archives with duplicate members.
1214 - Move test_data_file() to test.h.
1216 - Add Portuguese scripts translations.
1217 Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1032562
1218 - Clarify license for translation files.
1219 - Fix Project-Id-Version to match the gettext domain.
1220 - Unify translation header description.
1221 - Update Dutch header boilerplate with an actual copyright line.
1222 - Update French scripts translation.
1223 Thanks to Sébastien Poher <sebastien@volted.net>.
1224 - Update Romanian dselect translation.
1225 Thanks to Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>.
1227 - Use Dpkg Developers instead of listing them individually.
1229 [ Helge Kreutzmann ]
1230 * man: Remove a now superfluous character from dpkg(1).
1232 - Update German man pages translation.
1233 - Update German scripts translation.
1237 - Update German dselect translation.
1238 - Update German programs translation.
1240 -- Guillem Jover <guillem@debian.org> Wed, 30 Aug 2023 05:39:24 +0200
1242 dpkg (1.21.20) unstable; urgency=medium
1246 - man: Remove duplicate word in dpkg-buildflags(1).
1247 Thanks to Peter Krefting <peter@softwolves.pp.se>.
1249 - Fix versioned Build-Depends on debhelper. Closes: #1030288
1250 - Update lintian overrides.
1252 - Update suppressions for cppcheck 2.10.
1253 - Skip auto-generated policykit policy file.
1255 - Add Dutch scripts translation. Closes: #1030712
1256 Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
1257 - Unfuzzy translations due to typo fix.
1258 - Update Czech translations. Closes: #1029706, #1030267
1259 Thanks to Miroslav Kure <kurem@upcase.inf.upol.cz>.
1260 - Update Dutch translations. Closes: #1030710, #1030711
1261 Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
1262 - Update French man page translation. Closes: #1030618
1263 Thanks to Jean-Pierre Giraud <jenapierregiraud75@free.fr>.
1264 - Update French programs translations.
1265 Thanks to Sébastien Poher <sebastien@volted.net>.
1266 - Update Hungarian programs translation.
1267 Thanks to Nagy Elemér Károly <nagy.elemer.karoly@gmail.com>.
1268 - Update Korean dselect translation.
1269 Thanks to Sangdo Jun <sebuls@gmail.com>.
1270 - Update Occitan programs translation.
1271 Thanks to Quentin PAGÈS <quentinantonin@free.fr>.
1272 - Update Portuguese programs translation.
1273 Thanks to Miguel Figueiredo <elmig@debianpt.org>.
1274 - Update Romanian programs translation.
1275 Thanks to Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>.
1276 - Update Russian translations. Closes: #1030162, #1030378
1277 Thanks to Yuri Kozlov <yuray@komyakino.ru>.
1278 - Update Simplified Chinese translations.
1279 Thanks to Boyuan Yang <byang@debian.org>.
1280 - Update Spanish dselect translation.
1281 Thanks to jonatan porras <jonatanpc8@gmail.com>.
1282 - Update Swedish translations.
1283 Thanks to Peter Krefting <peter@softwolves.pp.se>.
1284 - Update Thai programs translation.
1285 Thanks to Theppitak Karoonboonyanan <thep@debian.org>.
1286 - Update Traditional Chinese dselect translation.
1287 Thanks to Cheng-Chia Tseng <pswo10680@gmail.com>.
1288 - Workaround po4a formatting issue in French translation.
1290 -- Guillem Jover <guillem@debian.org> Tue, 07 Feb 2023 12:19:12 +0100
1292 dpkg (1.21.19) unstable; urgency=medium
1295 * Architecture support:
1296 - Revert "arch: Add support for loong64 CPU". See #1028654.
1298 - Dpkg::OpenPGP::Backend::GnuPG: Set secure signing preferred algorithms.
1300 - Dpkg::OpenPGP::Backend::GnuPG: Touch trustedkeys.gpg on temporary gpg
1302 - Dpkg::OpenPGP::Backend::GnuPG: Fallback to use «gpg dearmor» if
1303 present. Reported by Sven Joachim <svenjoac@gmx.de> (on IRC).
1304 - Dpkg::Vendor::Ubuntu: Fix lto feature to honor DEB_BUILD_OPTIONS.
1306 - Set the permissions explicitly for the copied ChangeLog.old file.
1307 - Add unit tests for lto build flags handling in Ubuntu.
1308 Thanks to Shengjing Zhu <shengjing.zhu@canonical.com>.
1309 See https://bugs.launchpad.net/bugs/2002582.
1311 - Update Catalan translation.
1312 - Update Portuguese man pages translation.
1313 Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1028981
1317 - Update German programs translation.
1319 [ Helge Kreutzmann ]
1321 - Update German man pages translation.
1323 -- Guillem Jover <guillem@debian.org> Tue, 24 Jan 2023 23:39:50 +0100
1325 dpkg (1.21.18) unstable; urgency=medium
1329 - Dpkg::BuildFlags: Fix strip method to always work with duplicates.
1332 - man: Add a note to dpkg-fsys-usrunmess(8) about Debian support.
1335 - libdpkg: Move compression level max bound check from dpkg-deb.
1336 - libdpkg: Switch dpkg_lzma_strerror() to use struct io_lzma.
1337 - libdpkg: Split compression filter operation tracking from its status.
1338 - libdpkg: Generalize compression stream action handling.
1339 - libdpkg: Abstract compression stream status tracking.
1340 - libdpkg: Add zstd support for .deb archives. Closes: #892664
1342 - Update .mailmap mappings.
1344 - Update copyright years.
1346 - Add dpkg-deb build and extract tests.
1348 -- Guillem Jover <guillem@debian.org> Tue, 10 Jan 2023 18:46:37 +0100
1350 dpkg (1.21.17) unstable; urgency=medium
1353 * dpkg-genbuildinfo: Do not fail if the cross-compiler cannot compile.
1356 - dpkg-buildinfo: Fix indentation.
1358 - Stop shipping the «git log» changelog in exchange for no trimming.
1361 -- Guillem Jover <guillem@debian.org> Thu, 05 Jan 2023 12:34:05 +0100
1363 dpkg (1.21.16) unstable; urgency=medium
1366 * dpkg-deb: Fix buffer overflow on long directory names with old deb formats.
1367 Reported by Georgy Yakovlev <gyakovlev@gentoo.org>.
1369 - Dpkg::Compression: Pass --no-adjust to xz to force compression threaded
1371 - Dpkg::Compression: Make xz not emit warnings nor exit non-zero on
1373 - Dpkg::OpenPGP::Backend::SOP: Add sqop as an alternative SOP
1375 - Dpkg::Source::Package::V3::Git: Move error() argument out of g_() call.
1377 - libdpkg: Make xz not emit warnings nor exit non-zero on warnings.
1379 [ Helge Kreutzmann ]
1381 - Update German man pages translation.
1382 - Update German scripts translation.
1384 -- Guillem Jover <guillem@debian.org> Wed, 04 Jan 2023 23:57:40 +0100
1386 dpkg (1.21.15) unstable; urgency=medium
1390 - Dpkg::BuildFlags: Add new get_feature() method.
1391 - Dpkg::Vendor::Debian: Use get_feature() instead of use_feature() for PIE.
1392 Reported by Helmut Grohne <helmut@subdivi.de>.
1393 - Dpkg: Temporarily silence deprecation warnings.
1395 - Improve TAP descriptions to clarify we are testing patch(1).
1399 - Update German programs translation.
1401 -- Guillem Jover <guillem@debian.org> Mon, 02 Jan 2023 12:44:53 +0100
1403 dpkg (1.21.14) unstable; urgency=medium
1406 * dpkg-source: Add new --threads-max option to control threaded compressors.
1407 * dpkg-buildflags: Add support for features handled as builtin defaults.
1409 - Dpkg::Compression::Process: Unify and simplify cmdline handling.
1410 - Dpkg::Compression: Change $COMP hashref into a %COMP hash.
1411 - Dpkg::Compression: Add new compression_get_file_extension() and switch to
1413 - Dpkg::Compression: Move the POD for each function immediately before it.
1414 - Dpkg::Compression: Clarify the compression_get/set_default_level() are
1416 - Dpkg::Compression: Use %COMP directly in functions when it is safe.
1417 - Dpkg::Compression: Add new compression_get/set_level() and switch to it.
1418 - Dpkg::Compression: Add new compression_get/set_cmdline_de/compress().
1419 - Dpkg::Compression: Deprecate compression_get_property().
1420 - Dpkg::Compression: Add multi-threaded xz support.
1421 - Dpkg::Vendor::Devuan: Add new vendor module.
1422 Requested by Ivan J. <parazyd@dyne.org>.
1423 - Dpkg::BuildFlags: Make it possible to not load the vendor defaults on
1425 - Dpkg::BuildFlags: Add a new use_feature() method.
1426 - Dpkg::BuildFlags: Add a new set/get_option_value() private methods.
1427 - Dpkg::BuildFlags: Add missing feature area to is_maintainer_modified()
1429 - Dpkg::BuildFlags: Add support for builtin build flags.
1430 - Dpkg::Vendor::Debian: Track option values state as a build flag options.
1431 - Dpkg::Vendor::Debian: Generalize feature areas defaults.
1432 - Dpkg::Vendor::Ubuntu: Use a string comparison instead of debarch_eq().
1433 - Dpkg::Vendor::Ubuntu: Use new build flag option override support to set
1435 - Dpkg::Vendor::Ubuntu: Handle LTO by default using new feature overrides.
1436 - Dpkg::BuildEnv: Rename from Dpkg::Build::Env.
1437 - Dpkg::BuildTypes: Rename from Dpkg::Build::Types.
1438 - Dpkg::BuildInfo: New module to deprecate the Dpkg::Build::Info module.
1440 - man: Document dpkg-source -q option.
1442 - man: Document start-stop-daemon options that might be no-ops on some
1444 - man: Turn spaces followed by tabs into spaces in start-stop-daemon(8).
1445 - man: Use stanza instead of paragraph, block or record for deb822 parts.
1447 - libdpkg: Use correct return type in meminfo functions definitions.
1448 - libdpkg: Split DPKG_ATTR_ declarations.
1449 - lib: Refactor format attributes into a common *_ATTR_FMT.
1450 - lib: Use __name__ format for attributes.
1451 - lib: Use __has_attribute() to check for attribute availability.
1452 - libdpkg: Mark tar on-disk members with attribute nonstring.
1453 - scripts: Use stanza instead of entry or block.
1454 - libdpkg: Rename functions with names containing record to stanza.
1455 - dselect: Rename functions with names containing block to stanza.
1456 - perl: Add missing space around equal-based operators.
1457 - scripts: Fix indentation.
1458 - perl: Fix list and hash literals indentation.
1459 - scripts: Cuddle else and elsif.
1460 - perl: Remove excess blank lines.
1461 - dselect, src, utils: Remove excess blank lines.
1462 - dpkg-scansources: Turn spaces followed by tabs into spaces.
1464 - Clarify new xz multi-threaded support is for decompression.
1465 - Bump Standards-Version to 4.6.2.
1467 - Add unit tests for most of Dpkg::Compression.
1469 - Update Dutch translations.
1470 Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
1471 Closes: #1027312, #1027313
1473 [ Helge Kreutzmann ]
1475 - Update German man pages translation.
1476 - Update German scripts translation.
1478 -- Guillem Jover <guillem@debian.org> Sun, 01 Jan 2023 23:48:16 +0100
1480 dpkg (1.21.13) unstable; urgency=medium
1484 - Test::Dpkg: Refactor OpenPGP requisite into test_needs_openpgp_backend().
1485 - Dpkg::Backend::GnuPG: Ensure future signing interop with gpg --openpgp.
1487 - man: Move parallel-safe note from dpkg-buildpackage -j option to
1490 - start-stop-daemon: Cast struct sockaddr_un to struct sockaddr on bind()
1492 - lib: Stop using register keyword.
1493 - libcompat: Remove unused arguments from ngettext() fallback macro.
1494 - libcompat: Switch manual copying to memcpy() in obstack module.
1495 - libcompat: Switch obstack to use size_t.
1496 - libcompat: Use an union to track chunkfun and freefun.
1497 - dpkg-architecture: Fix indentation.
1498 - libdpkg: Fix pdb_lax_stanza_parser and pdb_allow_empty aliased values.
1499 - libcompat: Add noreturn and sentinel C attributes.
1500 - utils: Switch to use libcompat attributes.
1501 - libdpkg: Add new multi-threaded xz decompression support. Closes: #956452
1502 - libdpkg: Pass -T+1 instead of -T1 to xz when compressing.
1503 - libdpkg: On threads-max > 0 pass --no-adjust to xz to force threaded
1505 - Use hyphenated multi-threaded in text.
1507 - Consider lib and utils prefixes as internal in gen-changelog.
1508 - Fix m4 files coding style.
1509 - Include <stdio.h> for printf() usage in __progname check.
1511 - Require liblzma >= 5.4.0 for multi-threaded decompressor support.
1512 - Clarify versioned dependency rationale comments.
1513 - Add pkgconf as main Build-Depends alternative to pkg-config.
1515 - Skip deb-format tests if required compressors are not present.
1516 - Use a custom dpkg database directory for dpkg-buildpackage tests.
1517 - Switch Dpkg::Source::Package test to use test_needs_openpgp_backend().
1518 - Skip deb-format tests if gzip is not present.
1519 - Skip dpkg-source tests if xz is not present.
1520 - Use the PERL detected at configure time in autotests.
1521 - Use perl instead of yes+dd to generate a data-file for deb-split.
1523 - Update Simplified Chinese programs translation.
1524 Thanks to Boyuan Yang <byang@debian.org>. Closes: #1025625
1526 -- Guillem Jover <guillem@debian.org> Mon, 19 Dec 2022 02:07:45 +0100
1528 dpkg (1.21.12) unstable; urgency=medium
1531 * dpkg-architecture: Properly compute required information to gather.
1532 Reported by Sören Tempel <soeren@soeren-tempel.net>.
1534 - dpkg-architecture: Rename information tracking constants and variables.
1536 - Set paths for configure in autopkgtests to match installed ones.
1537 - Add libmd-dev to libdpkg-dev Depends.
1538 Reported by Alexandre Detiste <alexandre.detiste@gmail.com>.
1540 -- Guillem Jover <guillem@debian.org> Tue, 06 Dec 2022 04:27:57 +0100
1542 dpkg (1.21.11) unstable; urgency=medium
1545 * dpkg-genbuildinfo: Do not fail if there is no cross-compiler.
1548 - doc: Update Doxyfile after code reorganization.
1549 - doc: Update Doxygen configuration from version 1.9.4.
1550 - man: Remove B<> or replace with S< >.
1552 - libdpkg: Document str_end parameter for str_strip_quotes().
1554 - Add libmd-dev to the test-root and test-not-root autopkgtests.
1555 - Add source lintian-overrides.
1556 - Remove obsolete libncursesw5-dev alternative from Build-Depends.
1557 - Update copyright years.
1559 - Unfuzzy translations after markup fixes.
1561 [ Helge Kreutzmann ]
1563 - Update German man pages translation.
1565 -- Guillem Jover <guillem@debian.org> Sat, 03 Dec 2022 00:18:29 +0100
1567 dpkg (1.21.10) unstable; urgency=medium
1570 * dpkg: Avoid setgid(2) call if not needed.
1571 Thanks to Christian Göttsche <cgzones@googlemail.com>. Closes: #1014332
1572 * dpkg-architecture: Do not compute values that are not required.
1573 * dpkg-buildpackage: Fix swapped long options for -m/-e.
1574 * dpkg-buildpackage: Add --source-by and --changed-by aliases for -m/-e.
1575 * dpkg-deb: Add support for DPKG_DEB_COMPRESSOR_TYPE/LEVEL. Closes: #550475
1576 * dpkg-genbuildinfo: Refactor build-tainted-by gathering into a function.
1577 * dpkg-genbuildinfo: Add new can-execute-cross-built-programs tainted flag.
1578 Thanks to Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>.
1580 * dpkg: Make -E also take into account the architecture.
1581 Thanks to Ian Jackson <ijackson@chiark.greenend.org.uk>. Closes: #1014476
1582 * dpkg-source: Fix confusing regex match for option arguments.
1583 * dpkg-buildpackage: Fix --jobs and --jobs-try parsing with no «=».
1584 * dpkg-buildpackage: Rename --jobs/--jobs-try argument in --help output.
1585 * dpkg-buildpackage: Add new --jobs-force option.
1586 * dpkg-buildpackage: Change -j, --jobs semantics to non-force mode.
1588 * dpkg, dpkg-statoverride: Install SELinux log callback to filter messages.
1589 Thanks to Christian Göttsche <cgzones@googlemail.com>.
1590 * dselect: Clarify non-free section as optional not free software component.
1592 * dselect: Require the Dpkg modules for the ftp access method.
1593 * dpkg-buildpackage: Remove blank line around signfile output lines.
1594 * dpkg-buildpackage: Add new --sign-keyid and alias --sign-key to it.
1595 * dpkg-buildpackage: Add --sign-keyfile and DEB_SIGN_KEYFILE support.
1596 * dpkg-buildpackage: Add --sign-backend to specify the OpenPGP backend.
1597 * dpkg-source: Translate source format specific --help option descriptions.
1598 * dpkg-shlibdeps: Cache soname check against shlibs files. Closes: #1022766
1599 * libdpkg, dpkg: Switch triggers database to use reproducible package names.
1601 * update-alternatives: Switch point at which we increment alternative
1603 * dpkg: Fix setting admindir when root is set.
1604 * dpkg-split: Add support for --root and --admindir.
1605 * Architecture support:
1606 - Move i386 and ia64 in an alphabetical-ish order in the cputable.
1607 - Add support for loong64 CPU.
1608 Based on a patch by 张丹丹 <zhangdandan@loongson.cn>. Closes: #1023486
1610 - Dpkg::Source::Package::V1: Remove redundant exit handler for erasedir().
1611 - Dpkg::Source::Package::V2: Update and clarify patch header metadata
1613 - Dpkg::Deps: Merge dependency string into a single line when parsing.
1615 - Dselect::Ftp: Switch to current mirror list for ftp method output.
1616 - Dpkg::Source::Package: Use File::Spec instead of ad-hoc concatenation.
1617 - Dpkg::Source::Package: Verify signatures before printing source files
1619 - Dpkg::Source::Package: Print verifying signature for all source formats.
1620 - Dpkg::Vendor: Rename @tries variable to @names.
1621 - Dpkg::Vendor: Fix get_vendor_file() to return on first match.
1622 Reported by Niels Thykier <niels@thykier.net> (on IRC).
1623 - Dpkg::Vendor: Avoid duplicate file loading attempts.
1624 - Dpkg::Vendor: Prefer loading lowercase vendor file first as documented.
1625 Reported by Niels Thykier <niels@thykier.net> (on IRC).
1626 - Dpkg::Vendor: Prefer loading capitalized vendor modules.
1627 - Dpkg::Vendor: Use a normalized key to access the cached objects.
1628 Reported by Niels Thykier <niels@thykier.net> (on IRC).
1629 - Dpkg::Vendor: Fix vendor file loading for vendors with special
1631 - Dpkg::Vendor: Fix module loading for vendors with special characters.
1632 Reported by Niels Thykier <niels@thykier.net> (on IRC).
1633 - Dpkg::Vendor: Deprecate loading vendor files with no special character
1635 - Dpkg::Vendor: Deprecate loading vendor module names starting lower-cased.
1636 Reported by Niels Thykier <niels@thykier.net> (on IRC).
1637 - Test::Dpkg: Refactor test files search into _test_get_files function().
1638 - Dselect::Ftp: Declare %CONFIG with «our» instead of «my».
1639 - Dselect::Ftp: Conditionally load perl modules shipped in the perl
1641 - Test::Dpkg: Make test_get_temp_path() remove the path before creating it.
1642 - Dpkg::File: Add new file_dump() function.
1643 - Dpkg::File: Add new file_touch() function.
1644 - Dpkg::OpenPGP: Remove unused $exec_opts argument from _exec_openpgp().
1645 - Dpkg::OpenPGP: Pass opts as a hash ref on the first argument.
1646 - Dpkg::OpenPGP: Refactor _gpg_import_keys() out of import_key().
1647 - Dpkg::OpenPGP: Refactor GnuPG common options into functions.
1648 - Dpkg::OpenPGP: Require gpgv and do not fallback to gpg to verify
1650 - Dpkg::OpenPGP: Refactor _gpg_verify() out from verify_signature().
1651 - Dpkg::OpenPGP: Split verify_signature() into verify() and
1653 - Dpkg::OpenPGP: Rename keyrings option to certs.
1654 - Dpkg::OpenPGP: Rename and namespace GnuPG specific symbols.
1655 - Dpkg::OpenPGP: Refactor is_armored() out from openpgp_sig_to_asc().
1656 - Dpkg::OpenPGP: Refactor armoring code into an armor() function.
1657 - Dpkg::Source::Package: Add armor_original_tarball_signature() member.
1658 - Dpkg::OpenPGP: Merge ASCII armored key import into signature
1660 - Dpkg::OpenPGP: Add native helpers for ASCII Armor.
1661 Thanks to Daniel Kahn Gillmor <dkg@fifthhorseman.net>.
1662 See https://salsa.debian.org/debian/devscripts/-/merge_requests/286.
1663 - Dpkg::OpenPGP: Switch armor() to use native OpenPGP armor functions.
1664 - Dpkg::OpenPGP: Add new dearmor() function.
1665 - Dpkg::OpenPGP: Use dearmor() instead of _gpg_import_keys() in
1667 - Dpkg::OpenPGP: Move status check from _gpg_exec() to _gpg_verify().
1668 - Dpkg::OpenPGP: Make it a class.
1669 - Dpkg::OpenPGP::KeyHandle: Refactor new key handle from dpkg-buildpackage.
1670 - Dpkg::OpenPGP: Pass an array instead of an arrayref to _gpg_exec().
1671 - Dpkg::OpenPGP::ErrorCodes: Add new module.
1672 - Dpkg::OpenPGP: Switch functions to return Dpkg::OpenPGP::ErrorCodes.
1673 - Dpkg::OpenPGP: Change inline_verify to take an output file.
1674 Requested by Daniel Kahn Gillmor <dkg@fifthhorseman.net>.
1675 - Dpkg::OpenPGP: Make armor idempotent.
1676 - Dpkg::Source::Package: Call armor() unconditionally for signature
1678 - Dpkg::OpenPGP: Remove now unnecessary is_armored() method.
1679 Prompted by Daniel Kahn Gillmor <dkg@fifthhorseman.net>.
1680 - Dpkg::OpenPGP: Call dearmor() unconditionally for GnuPG certificate
1682 - Dpkg::OpenPGP: Reintroduce gpg fallback for signature verification.
1683 - Dpkg::OpenPGP: Automatically detect both cmd and cmdv.
1684 - Dpkg::OpenPGP: Refactor trusted keyrings from Dpkg::Source::Package.
1685 - Dpkg::OpenPGP: Refactor signing code from dpkg-buildpackage.
1686 - Dpkg::OpenPGP::KeyHandle: Add new needs_keystore() method.
1687 - Dpkg::OpenPGP::Backend: Refactor GnuPG functions from Dpkg::OpenPGP.
1688 - Dpkg::OpenPGP::Backend: Add new has_verify_cmd() method.
1689 - Dpkg::OpenPGP: Add multi-backend loading support.
1690 - Dpkg::OpenPGP: Add Sequoia backend support.
1691 - Dpkg::OpenPGP: Handle backend requiring a keystore daemon for signing.
1692 - Dpkg::Gettext: Fix typo in POD.
1693 - Dpkg::Changelog: Rename __sanity_check_range method to _sanitize_range.
1694 - Dpkg: Rename _sanity_check and _sanity_check_opts to _check_opts.
1695 - Dpkg::Source::Package: Rename _sanity_check to _check_workdir.
1696 - Dpkg::Shlibs::Objdump: Rename ELF constants to match more closely the
1698 - Dpkg::Gettext: Add new gettext compatibility stub.
1699 - Dpkg::Shlibs: Handle unknown executable file formats.
1700 Reported by Helmut Grohne <helmut@subdivi.de> (on IRC).
1701 - Dpkg::OpenPGP: Add Stateless OpenPGP (SOP) backend support.
1703 - Switch Fortran compiler variables to use gfortran.
1704 Spotted by Enrico Zini <enrico@debian.org>. Closes: #1024421
1706 - doc: Spell SELinux correctly.
1707 - man: Clarify how --build-by and --release-by get passed to
1709 - doc: Use https:// URLs instead of http:// when possible (round four).
1710 - doc: Switch releases download link from ftp.debian.org to deb.debian.org.
1711 - doc: Update git repo URL and mention it being the primary one.
1713 - man: Fix typo in markup.
1714 - man: Add description of bug closure Perl regex in deb-changelog(5).
1715 Based on a patch by Daniel Shahaf <danielsh@apache.org>.
1717 - man: Clarify when package names get arch-qualified in dpkg-query output.
1718 Reported by Jakub Wilk <jwilk@jwilk.net> (on IRC).
1719 - doc: Do not use UTF-8 quotes in POD.
1720 - doc: Remove __END__ marker for ending POD documentation.
1721 - doc: Fix typos in coding-style.txt.
1722 - doc: Do not use «e.g.» outside parenthesis.
1723 - doc: Use US English spelling.
1724 - man: Switch debian-installer modules.txt reference to a git URL.
1725 - man: Clarify that dpkg-buildpackage --build components imply a single
1726 type. Closes: #927265
1727 - man: Clarify «hold» behavior with explicit actions in --force-hold
1730 - man: Add references to deb-src-symbols(5) from deb-symbols(5).
1731 - doc: Fix «i.e.» usage.
1732 - man: Clarify dpkg-maintscript-helper switched symlinks/dirs need be
1733 shipped. Closes: #974053
1734 - man: Clarify Build-Profiles syntax in deb-src-control(5).
1735 Thanks to Christoph Berg <myon@debian.org>. Closes: #1022237
1736 - man: Clarify dpkg-buildpackage --sign-key description.
1737 - man: Mark «lto» as bold in list title in dpkg-buildflags(1).
1738 - man: Clarify PIE and ASLR acronyms and grammar in dpkg-buildflags(1).
1739 - man: Fix --depotdir default pathname in dpkg-split(1).
1741 - dpkg-genbuildinfo: Use Dpkg::Version to parse source version.
1742 - libdpkg: Fix type name for AIX dpkg_get_progname() implementation.
1743 - dpkg-deb: Move DPKG_DEB_THREADS_MAX parsing from libdpkg.
1744 - dpkg-deb: Refactor parse_compress_type() from set_compress_type().
1745 - dpkg: Remove redundant «continue» keyword at the end of a loop.
1746 - dpkg-fsys-usrunmess: Do not pass to print a ref to *STDERR.
1747 - update-alternatives: Call tzset() explicitly now that we use
1749 - dpkg-name: Use none() instead of ad-hoc comparisons.
1750 - dpkg: Rename struct relationinfo string member to op.
1751 - dpkg: Rewrite relationinfos array variable definition.
1752 - dpkg: Use explicit EXIT_SUCCESS/EXIT_FAILURE instead of 0/1 in
1754 - libdpkg, dselect: Reformat enum declarations.
1755 - libdpkg: Add new varbuf_add_dir() function.
1756 - libdpkg, dpkg: Use varbuf_add_dir() instead of _add_str() + _add_char().
1757 - libdpkg: Use updatesdir when using the updates directory.
1758 - libdpkg: Use pkg_infodb_get_dir() on opendir() instead of oldname.
1759 - libdpkg: Associate each varbuf_state to a varbuf.
1760 - libdpkg: Add new varbuf_rollback_len() and varbuf_rollback_start()
1762 - libdpkg: Switch updatefn handling to use varbuf snapshots.
1763 - libdpkg: Rewrite fnis array variable definition.
1764 - libdpkg: Remove trailing «/» from UPDATESDIR definition.
1765 - dpkg-genchanges: Use intermediate variables to access fields.
1766 - dpkg-genchanges: Refactor $is_backport check into a boolean.
1767 - dselect: Unconditionally load perl modules included in perl-base.
1768 - dselect: Remove unused Net::FTP import from ftp method scripts.
1769 - scripts: Switch to use file_slurp() instead of open coding it.
1770 - scripts: Switch to use file_dump() instead of open coding it.
1771 - scripts: Switch to use file_touch() instead of open coding it.
1772 - dpkg-buildpackage: Rename $signkey to $signkeyid.
1773 - dpkg-buildpackage: Move error report into singfile().
1774 - dselect: Use %zd instead of %jd for pointer difference in format string.
1775 - libdpkg: Refactor system meminfo gathering into its own module.
1776 - libdpkg: Refactor meminfo gathering into a filename generic function.
1777 - libdpkg: Use an enum for meminfo return error codes.
1778 - libdpkg: Fix available memory computation for xz thread scaling.
1780 - dselect: Declare constructor with one argument as explicit.
1781 - libdpkg: Fix doxygen comment to match function argument.
1782 - libdpkg: Refactor database trigger await option parse/dump.
1783 - libdpkg: Parse and dump the explicit trigger await option on interest
1785 - libdpkg: Switch trk_explicit_interest_change() to use
1786 pkg_spec_parse_pkg().
1787 - libdpkg: Add a new pnaw_same package name printing mode.
1788 - libdpkg: Remove unneeded intermediate variable in dpkg_fsys_set_dir().
1789 - dpkg-trigger: Refactor trigger activation into a new function.
1790 - dpkg-trigger: Turn do_check() into a cipaction function.
1791 - dpkg-trigger: Use ACTION macros and cipaction for CLI action selection.
1792 - dpkg-divert: Load database only from within relevant actions.
1793 - dpkg-statoverride: Load database only from within relevant actions.
1794 - src: Handle --help and --version as proper actions.
1795 - libdpkg: Refactor debug_parse_mask().
1796 - libdpkg: Add support for a new DPKG_DEBUG environment variable.
1797 - src: Make instdir static.
1798 - src: Avoid using instdir directly except for initialization.
1799 - libdpkg: Add new options-dirs module to handle directory option parsing.
1800 - libdpkg: Automatically initialize fsys and db dirs on demand.
1801 Reported by stackomatiker (on stackoverflow).
1802 See https://stackoverflow.com/questions/73529576.
1804 - Add the author testing dependencies to Build-Depends under a profile.
1805 - Fully switch to libmd for MD5 implementation.
1806 - Simplify author testing.
1807 - Consider Dselect prefixes as perl modules too in gen-changelog.
1808 - Move authorcheck target to tap.am.
1809 - Sort test_data variables.
1810 - Use long options for lcov invocations.
1811 - Fix coverage reports after code restructuring.
1812 - Use long options for autotools commands.
1813 - Do not ignore Makefile under the functional test suite.
1814 - Consider src and scripts prefixes as internal in gen-changelog.
1815 - Consider scripts/mk prefixes as new «Make fragments» in gen-changelog.
1817 - Bump Standards-Version to 4.6.1 (no changes needed).
1818 - Properly install specs under /usr/share/doc/dpkg/spec/.
1819 - Do not compress spec files.
1820 - Update bogus lintian tag format.
1821 - Update debbugs usertags.
1822 - Switch from gpg to gnupg for author testing Build-Depends.
1823 - Add build dependencies for release process.
1825 - Do not use unportable -a option to cp.
1826 - Use «perl» instead of «stat -c '%s'».
1827 - Redirect dd stderr to /dev/null instead of using status=none argument.
1828 - Remove stray backslash before comma.
1829 - Add Dpkg::File unit tests.
1830 - Improve OpenPGP unit tests and check verification and signing.
1831 - Add unit tests for meminfo module.
1832 - Refactor total number of expected known architectures into a variable.
1833 - Use long options for aspell invocation.
1834 - Use --quiet instead of -q on cppcheck invocations.
1835 - Move active line-based cppcheck suppressions into inline comments.
1836 - Make cppcheck unknownMacro suppression more specific.
1837 - Tell cppcheck the C/C++ standards the code intends to comply with.
1838 - Remove unused cppcheck suppressions.
1839 - Use pkginstance in a new unit test.
1840 - Switch NULL to DPKG_NULL in header file.
1841 - Add functional tests for triggers database handling.
1842 - Fix typo in update-alternatives test comment.
1843 - Fix typo in DPKG_GEN_FSYS_LINK m4 macro.
1844 - Rename m4 variables that matched environment variable names.
1845 - Add functional tests for --root, --instdir and --admindir options.
1847 - Fix typo in Japanese translation.
1848 Thanks to Kisaragi Marine <kisaragi.effective@gmail.com>.
1850 - Update Catalan translations.
1851 - Update Dutch translations.
1852 Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
1853 Closes: #1021442, #1021443
1854 - Update Portuguese man pages translation.
1855 Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1018682
1856 - Update Simplified Chinese programs translation.
1857 Thanks to Boyuan Yang <byang@debian.org>. Closes: #1021281
1858 - Update Swedish translations.
1859 Thanks to Peter Krefting <peter@softwolves.pp.se>. Closes: #1021091
1861 [ Helge Kreutzmann ]
1863 - Update German man pages translation.
1864 - Update German scripts translation.
1868 - Update German programs translation.
1870 -- Guillem Jover <guillem@debian.org> Thu, 01 Dec 2022 12:12:14 +0100
1872 dpkg (1.21.9) unstable; urgency=medium
1875 * dpkg-deb: Add support for --threads-max and DPKG_DEB_THREADS_MAX.
1876 Prompted by vv221 on IRC.
1878 - Dpkg::Source::Package::V2: Always fix the permissions for upstream
1879 tarballs. Closes: #1012195
1880 - Dpkg::BuildFlags: Document optimize feature area.
1882 - man: Clarify that statoverrides do not need to be known to dpkg.
1884 - man: Expand Protected and Essential field use cases. Closes: #1008780
1885 - doc: Rename frontend.txt to frontend-api.txt.
1886 - doc: Move specifications under doc/spec.
1887 - man: Add references to rootless-builds.txt spec.
1889 - libdpkg: Refactor command actions for compression.
1891 - Split the test-runner into its own script.
1893 [ Helge Kreutzmann ]
1895 - Update German man pages translation.
1896 - Update German scripts translation.
1898 -- Guillem Jover <guillem@debian.org> Fri, 01 Jul 2022 11:25:58 +0200
1900 dpkg (1.21.8) unstable; urgency=medium
1903 * dpkg-statoverride: Add support for --force-not-root. Closes: #1009069
1904 Based on a patch by John Spencer <maillist-dpkg@barfooze.de>.
1905 * dpkg: Fix «De-configuring» message to allow configuration to use new
1908 - Dpkg::Source::Archive: Prevent directory traversal for in-place extracts.
1909 Reported by Max Justicz <max@justi.cz>. Fixes CVE-2022-1664.
1910 - Dpkg::Substvars: Add support for optional substvars assigned with ?=.
1912 - man: Reference deb-substvar(5) from dpkg-source(1) and dpkg-shlibdeps(1).
1913 - man: Structure and clarify deb-substvars(5).
1914 Prompted by Niels Thykier <niels@thykier.net>.
1916 - Unhook dist-cpan from make dist target.
1918 - Silence warning about merged-usr-via-aliased-dirs on Ubuntu.
1919 - Remove useless [] around tr sets.
1921 - Update Dutch translations. Closes: #1010031, #1010032, #1010033
1922 Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
1923 - Update Portuguese man pages translations. Closes: #1011095
1924 Thanks to Américo Monteiro <a_monteiro@gmx.com>.
1926 [ Helge Kreutzmann ]
1928 - Update German man pages translation.
1930 -- Guillem Jover <guillem@debian.org> Wed, 25 May 2022 10:39:29 +0200
1932 dpkg (1.21.7) unstable; urgency=medium
1934 - The “Social Contract §3: We will not hide problems”
1935 and “Persuasion through bullying and abuse” release. -
1938 * dpkg-fsys-usrunmess: Handle /lib/modules itself also being untracked.
1941 - man: Fix typo. Thanks to Peter Krefting <peter@softwolves.pp.se>.
1944 - Silence warning about merged-usr-via-aliased-dirs on Debian.
1946 - Fix gettext parameter reordering syntax for German translation.
1948 - Update Swedish translations.
1949 Thanks to Peter Krefting <peter@softwolves.pp.se>. Closes: #1008706
1951 [ Helge Kreutzmann ]
1953 - Update German man pages translation.
1955 -- Guillem Jover <guillem@debian.org> Fri, 01 Apr 2022 02:27:33 +0200
1957 dpkg (1.21.6) unstable; urgency=medium
1959 - This also clears a bullying NMU. -
1963 - man: Document untracked kernel module files handling in
1964 dpkg-fsys-usrunmess(8).
1966 -- Guillem Jover <guillem@debian.org> Tue, 29 Mar 2022 11:56:58 +0200
1968 dpkg (1.21.5) unstable; urgency=medium
1971 * dpkg-fsys-usrunmess: Explicitly set user/group and mode for created dirs.
1973 * dpkg-fsys-usrunmess: Set a known umask before starting. See #1008478.
1974 * dpkg-fsys-usrunmess: Special case untracked kernel module files.
1977 - Dpkg::Control::Types: Use bit shifts instead of literals in enum.
1978 - Dpkg::Control::Fields: Fix field_register() to return nothing.
1979 - Dpkg::Control::Fields: Refactor manifest types into new
1981 - Dpkg::Control::Fields: Fix POD to end sentences with a dot.
1982 - Dpkg::Control::Fields: Fix POD to add missing spaces and blank lines.
1983 - Dpkg::Control::Fields: Document and clarify return types and values in
1986 - libdpkg: Rename f_revision() to f_obs_revision().
1987 - libdpkg: Warn when parsing obsolete Recommended/Optional/Class fields.
1988 Prompted by David Kalnischkies <donkult@debian.org>.
1989 - libdpkg: Add missing dependency type to obsolete dependency fields.
1990 - libdpkg: Update code comment for obsolete fields.
1992 - Add test cases for obsolete fields.
1994 [ Helge Kreutzmann ]
1996 - Update German man pages translation.
1998 -- Guillem Jover <guillem@debian.org> Tue, 29 Mar 2022 02:52:14 +0200
2000 dpkg (1.21.4) unstable; urgency=medium
2003 * dpkg-shlibdeps: Require non-empty name and version in SONAME formats.
2005 - Dpkg::Control::Fields: Remove duplicate *Built-Using from field order
2006 lists. Reported by David Kalnischkies <donkult@debian.org>.
2008 - man: Clarify uses cases for Static-Built-Using.
2009 Prompted by Shengjing Zhu <zhsj@debian.org>.
2011 - Use actual octal numbers for chmod() calls.
2012 - Do not use non-POSIX shell syntax for arithmetic expressions.
2013 Based on a patch by Sören Tempel <soeren@soeren-tempel.net>.
2015 [ Helge Kreutzmann ]
2017 - Update German man pages translation.
2019 -- Guillem Jover <guillem@debian.org> Sat, 26 Mar 2022 13:38:44 +0100
2021 dpkg (1.21.3) unstable; urgency=medium
2023 [ Helge Kreutzmann ]
2025 - Update German man pages translation.
2026 - Update German scripts translation.
2029 * dpkg-db-backup: Check for required commands before starting.
2030 * dpkg: Allow absolute pathnames for configurable external run-time tools.
2031 Based on a patch by Adrian Ho <the.gromgit@gmail.com>. Closes: #1007816
2032 * dpkg-fsys-usrunmess: Add options and prompt about regression prevention
2033 package. Prompted by Paul Wise <pabs@debian.org>.
2034 * dpkg-deb: Move duped control member check inside the detection conditional.
2035 * dpkg-deb: Fix movecontrol() to take a directory argument.
2036 * dselect: Remove non-multi-cd code from multi_cd method.
2037 * dselect: Rename multicd method to media.
2038 * dselect: Remove left overs for mount support from disk method.
2039 * dselect: Remove bogus quote escaping from method setup scripts.
2040 * dselect: Rename disk method to file.
2041 * scripts: Use backport-version-regex vendor hook instead of hardcoding the
2044 - Dpkg::Source::Package::V3::Git: Name bundle remote as bundle.
2045 - Dpkg::Source::Package::V3::Git: Set origin remote to Vcs-Git if present.
2046 - Dpkg::Path: Resolve /dev/null before comparing canonicalized pathnames.
2047 - Dpkg::Compression: Conditionally use the gzip --rsyncable option.
2048 - Dpkg::Compression: Use gzip -n instead of --no-name.
2049 - Dpkg::Vendor: Add a new backport-version-regex hook.
2050 - Dpkg::Control::Fields: Add Static-Built-Using field support.
2052 - man: Clarify Built-Using field purpose and format.
2054 - libdpkg: Refactor file_is_exec().
2055 - libdpkg: Check that executables are regular files.
2056 - dpkg-fsys-usrunmess: Refactor prompting into a new function.
2057 - dpkg: Rename r variable to remainder.
2059 - Clarify the merged-usr-via-aliased-dirs warning.
2060 Prompted by Paul Wise <pabs@debian.org>.
2061 - Sync original bug-script merged-usr warning with postinst updates.
2063 - Check deb format with duplicate debian-binary and control.tar members.
2064 - Add further deb-split format checks.
2065 - Place deb-old and deb checks on their own test groups.
2066 - Check all currently supported deb-old formats.
2068 - Update Portuguese man pages translation.
2069 Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1001915
2071 -- Guillem Jover <guillem@debian.org> Thu, 24 Mar 2022 21:00:24 +0100
2073 dpkg (1.21.2) unstable; urgency=medium
2076 * dpkg: Fix memory leak in remove-on-upgrade handling.
2077 * dpkg-deb: Fix unexpected end of file conditions on .deb extract.
2078 * Use anchor links for the dpkg FAQ URLs.
2079 * update-alternatives: Do not skip --config with a single entry.
2080 Reported by David Kalnischkies <donkult@debian.org>.
2081 * update-alternatives: Refactor alternative_install().
2082 * update-alternatives: Use intermediate variables when parsing actions.
2083 * update-alternatives: Clarify option parse errors by printing the wrong
2085 * update-alternatives: Clarify bad usage message by enclosing in angles and
2087 * dpkg-buildpackage: Switch terse make from -s to --no-print-directory.
2089 * scripts: Unify deprecated command-line option warnings.
2090 * dpkg-source: Fix alternate changelog file usage with 2.0 and 3.0 formats.
2091 Reported by Umut <ue16@gmx.de> (on IRC).
2092 * update-alternatives: Use the target timestamp when the symlink does not
2093 exist. Closes: #1004557
2094 * dselect: Handle window resizes in help and menu screens. Closes: #382307
2095 * dselect: Do not beep on key press errors in method and package list
2096 windows. Closes: #533639
2097 * dselect: Add support for --instdir.
2099 - Dpkg::Control::FieldsCore: Sort control type entries in %FIELD_ORDER.
2100 - Dpkg::Control::FieldsCore: Refactor Vcs fields into a common variable.
2101 - Dpkg::Control::FieldsCore: Refactor testsuite fields into a common
2103 - Dpkg::Control::FieldsCore: Accept Architecture as a debian/tests/control
2105 - Dpkg::Control::FieldsCore: Add missing allowed fields for (In)Release
2107 - Dpkg::Control::FieldsCore: Add field order for all control types.
2108 - Dpkg::Index: Switch key function for control tests to be a stanza index.
2109 Reported by Paul Gevers <elbrus@debian.org>.
2110 - Dpkg::Source::Package: Only generate the patch header if needed.
2111 Prompted by Umut <ue16@gmx.de> (on IRC).
2112 - Dpkg::Source::Package: Use File::Spec instead of ad-hoc concatenation.
2114 - man: Mention on what actions triggers get processed in dpkg(1).
2116 - man: Clarify that dpkg-divert --list pattern is optional.
2117 Thanks to наб <nabijaczleweli@nabijaczleweli.xyz>. Closes: #1001761
2118 - man: Use «main» git branch in examples.
2119 - man: Markup each individual element independently.
2120 - man: Refer to the relevant maintscript actions explicitly.
2121 - man: Add a missing preposition to deb-preinst(5).
2122 - man: Do not hardcode DPKG_ADMINDIR in update-alternatives.
2123 - man: Document that update-alternatives honors DPKG_ROOT.
2124 - man: Clarify --admindir and --instdir default values.
2125 Reported by Johannes Schauer Marin Rodrigues <josch@debian.org>.
2127 - libdpkg: Check that cip is not NULL before dereferencing it.
2128 - libdpkg: Add missing symbols to the version map.
2129 - libdpkg: Use the amount of available memory instead phys_mem/2.
2130 Thanks to Sebastian Andrzej Siewior <sebastian@breakpoint.cc>.
2131 - libdpkg: Refactor liblzma memlimit and cputhreads getters.
2132 - libdpkg: Dynamically allocate the buffers for de/compression I/O.
2133 - libdpkg: Increase I/O memory buffers from 4 to 32 KiB.
2134 - libdpkg: Pass struct compress_params as the first argument.
2135 - libdpkg: Pass struct compress_params to decompressors.
2136 - libdpkg: Refactor pkg_format_print() out from pkg_format_show().
2137 - libdpkg: Do not restrict source:* virtual fields to installed packages.
2139 - libdpkg: Do not allow argv with no arguments.
2140 - update-alternatives: Refactor alternative_has_broken_symlink().
2141 - update-alternatives: Move symlink removal inside fsys_symlink().
2142 - update-alternatives: Move filename generation outside alternative setup.
2143 - dselect: Rework windows resize to be signal safe.
2144 - scripts: Expand long word list into one entry per line.
2145 - scripts/mk: Remove unneeded conditionals.
2146 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
2147 - scripts/mk: Indent code in Makefile fragments.
2148 Thanks to Nicolas Boulenguez <nicolas.boulenguez@free.fr>.
2150 - Terminate lists in variables with «# EOL».
2151 - Move build helper tools into build-aux/.
2152 - Reorganize dpkg programs source code under src/.
2153 - Move autotest suite under src/.
2154 - Move C test suite machinery into lib/dpkg/.
2155 - Fix relocated autotest test suite runner.
2156 - Fix gitignore for build-aux/ directory.
2157 - Namespace Config variable usage.
2158 Reported by Павловец Сергей Николаевич
2159 <s.pavlovets@ivcmf.by>.
2160 - Add gitlab CI test for shared library building.
2161 - Link all programs against libcompat.
2162 Prompted by Jörg Sonnenberger <joerg@NetBSD.org>.
2163 - Remove unused TESTDATA variable from autotest suite.
2164 - Rework TAP check hooking into the autotools machinery.
2165 - Move EXTRA_DIST close to the files it is acting on.
2166 - Refactor autotest dependencies into a new variable.
2167 - Refactor autotest machinery into an automake include file.
2168 - Fold autotest test suite machinery into src/ from src/at/.
2169 - Rename do_path_subst to do_make_subst.
2170 - Factor out installation variable substitution into a new subst.am file.
2171 - Move shell scripts into src/.
2172 - Make AS_TR_* calls more clear.
2173 - Support compression library names with dashes.
2174 - Add zlib-ng support.
2175 - Rename HAVE_LZMA_MT to HAVE_LZMA_MT_ENCODER.
2176 - Move zsh completion under a subdirectory.
2177 - Switch sed pseudo-in-place replace invocations with copy then move.
2178 - Add comment about «sed -i» not being portable.
2179 Prompted by Nicolas Boulenguez <nicolas@debian.org>.
2180 - Mark libcompat and libdpkg as internal components in changelog.
2181 - Support specifying previous and next tags to gen-changelog.
2182 - Use non-capturing groups in regex in gen-changelog.
2183 - Do not hardcode «main» section for title check in gen-changelog.
2184 - Use sort flag instead of hardcoding the section in gen-changelog.
2185 - Do not put localization entries on their own changelog group.
2187 - Ignore directories for the alternatives state fixup. Closes: #1001695
2188 - Update bug-script to clarify usrmerge systems are unsupported.
2189 - Install aclocal m4 files into libdpkg-dev.
2190 - Install optional localized man pages with dh_installman.
2191 - Add a new not-installed file.
2192 - Switch to use the dh sequencer.
2193 - Make TESTSUITEFLAGS extensible.
2194 - Pass -jN to autotools autotest test suite via TESTSUITEFLAGS.
2195 - Update lintian overrides.
2196 - Use dpkg-error.sh in postinst.
2197 - Warn in postinst about merged-/usr-via-aliased-dirs breakage.
2199 - Move AT_TESTED to testsuite.at.
2200 - Run the tools with --version.
2201 - Rename DPKG_GEN_FILE to DPKG_GEN_CTRL_FILE.
2202 - Refactor control file template generation.
2203 - Rewrite dpkg-realpath test from TAP to autotest.
2204 - Rewrite dpkg-divert test from TAP to autotest.
2205 - Remove now unused TAP tests support from src/.
2206 - Print field type name instead of id in test case description.
2207 - Add new pkg-format unit tests.
2208 - Fix test_command_exec program invocation.
2209 Thanks to Sören Tempel <soeren+git@soeren-tempel.net>.
2210 - Use a temporary file instead of unportable «sed -i».
2211 Prompted by Nicolas Boulenguez <nicolas@debian.org>.
2212 - Add test case for SOURCE_DATE_EPOCH.
2213 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
2214 - Use «each» instead of «keys» and value fetching.
2215 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
2217 - Remove previous msgid for non-fuzzy translations.
2218 - Update Catalan translations.
2219 - Update Dutch translation. Closes: #1003671, #1003672, #1003673
2220 Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
2221 - Update Swedish translations. Closes: #1003799, #1007116
2222 Thanks to Peter Krefting <peter@softwolves.pp.se>.
2226 - Update German dselect translation.
2227 - Update German programs translation.
2229 [ Helge Kreutzmann ]
2231 - Update German man pages translation.
2232 - Update German scripts translation.
2234 -- Guillem Jover <guillem@debian.org> Sun, 13 Mar 2022 20:17:35 +0100
2236 dpkg (1.21.1) unstable; urgency=medium
2239 * dpkg-buildpackage: Remove duplicate command print for dpkg-genchanges.
2240 * dpkg-buildpackage: Fix build description due to improper multiline match.
2241 * dpkg-realpath: Remove spurious heading space from --help output.
2242 * update-alternatives: When initializing admindir from DPKG_ADMINDIR append
2243 "/alternatives". Closes: #1001198
2245 - Remove <ar.h> inclusions.
2247 - Install deb-md5sums(5) into dpkg-dev package.
2249 -- Guillem Jover <guillem@debian.org> Mon, 06 Dec 2021 21:04:18 +0100
2251 dpkg (1.21.0) unstable; urgency=medium
2254 * dpkg-genchanges: Include orig tarball on source package renames.
2256 * scripts: Consider SHA-1 and RIPEMD-160 weak algorithms in OpenPGP
2258 * dpkg: During unpack print a removal message due to Conflicts.
2260 * scripts: Add zsh completions for dpkg-parsechangelog.
2261 Thanks to Daniel Shahaf <danielsh@apache.org>. Closes: #986103
2262 * dpkg-buildpackage: When printing build type match the extension exactly.
2264 * dpkg-maintscript-helper: Use xargs -I argument instead of deprecated -i.
2265 * dpkg-maintscript-helper: Quote variable inside ${} to avoid pattern match.
2266 * libdpkg: Fix dpkg_fsys_get_path() to always strip leading / and ./.
2267 * libdpkg: Set the default database directory relative to the system root.
2268 * dpkg-divert, dpkg-statoverride: Set admindir after instdir.
2269 * update-alternatives: Fix admindir setting.
2270 Prompted by Johannes Schauer Marin Rodrigues <josch@debian.org>.
2271 * dselect: Honor DPKG_ADMINDIR environment variable.
2272 * dpkg-query, dpkg-trigger, dselect: Add support for setting the root
2274 * dpkg-fsys-usrunmess: Move forced reconfiguration to the last step.
2276 * dpkg-fsys-usrunmess: Install a local policy-rc.d to ignore service
2277 restarts. Closes: #991190
2278 * dpkg-fsys-usrunmess: Do not fail when removing lingering directories.
2279 * dpkg-fsys-usrunmess: Generate a regression prevention package.
2280 * dpkg-fsys-usrunmess: Fix typo in debug message.
2281 * dpkg: Distinguish deconfiguration message for installation and multi-arch
2283 * dpkg-buildpackage: Add new --changes-file option.
2284 Prompted by Niels Thykier <niels@thykier.net>.
2285 * dpkg-buildpackage: Add new --buildinfo-file option.
2286 * dpkg: Rework --assert-<feature> logic to be more robust.
2287 Prompted by Helmut Grohne <helmut@subdivi.de>.
2288 Prompted by David Kalnischkies <donkult@debian.org>.
2289 * dpkg: Improve --assert-<feature> descriptions.
2290 * dpkg: Add a new --assert-help option.
2291 * scripts/mk: Pass DEB_BUILD_PATH to dpkg-buildflags. See #985553.
2292 * dpkg-db-backup: New program factored out from Debian-specific daily cron.
2293 * dpkg-db-backup: Accept an option to override the number of rotation cycles.
2294 * dpkg-db-backup: Honor the admindir set at configure time.
2295 * update-alternatives: Fix --auto and --set-selections output progress.
2296 * update-alternatives: Print defaults for configuration and database
2298 * scripts: Replace shebang in dpkg-error shell library with shellcheck
2300 * dpkg-buildpackage: Add support for terse DEB_BUILD_OPTIONS.
2301 * dpkg-mergechangelogs: Add new --merge-unreleased option. Closes: #582921
2302 * dpkg: Restore fallback to "new-prerm failed-upgrade" for downgrades.
2303 Analysis by Ian Jackson <ijackson@chiark.greenend.org.uk>. Closes: #996959
2304 * dselect: Use safe temporary file creation in methods setup.
2305 * dselect: Remove bashism from update script in multicd method.
2306 * dpkg: Fix --verify to handle missing or inaccessible pathnames.
2308 * dpkg: Add partial --verify support for mode checks.
2309 * Use «digest» instead of «hash» in output messages.
2310 Reported by Sven Joachim <svenjoac@gmx.de>.
2311 * dselect: use `grep -E` instead of `egrep`.
2312 Thanks to Ville Skyttä <ville.skytta@iki.fi>. Closes: #999600
2313 * libdpkg: Fix memory leak on End Of Tape condition in tar parser.
2314 * dpkg: Fix short lived memory leak with --recursive.
2315 * dpkg: Fix conffile removal-on-upgrade handling. Closes: #995387
2316 * dpkg-deb: Fix conffile name length tracking on remove-on-upgrade parsing.
2317 Reported by uau on IRC.
2318 * Architecture support:
2319 - Clarify that the regex columns need to be ordered to match first.
2320 - Add support for ARCv2 CPU. Closes: #980963
2321 Based on a patch by Alexey Brodkin <Alexey.Brodkin@synopsys.com>.
2323 - start-stop-daemon: Define SOCK_NONBLOCK to 0 if not defined.
2324 - libdpkg: Add support for AIX to dpkg_get_progname().
2326 - Dpkg::Source::Quilt: Add hint to check missing files on patch apply
2328 Reported by Joseph Nahmias <jello@debian.org>.
2329 - Dpkg::Changelog::Parse: Require format plugins to inherit from
2331 - Dpkg::OpenPGP: Refactor openpgp implementation execution into a new
2333 - Dpkg::Vendor::Debian: Refactor compiler flag names into an array.
2334 - Dpkg::Vendor::Debian: Add new lto feature in new optimize area.
2336 - Test::Dpkg: Print actual error messages in test_neutralize_checksums().
2337 - Dpkg::Deps: Use current_sub feature for __SUB__.
2338 - Dpkg::BuildFlags: Add support for ASFLAGS.
2339 See https://salsa.debian.org/debian/debhelper/-/merge_requests/50.
2340 - Dpkg::Compression: Use gzip --rsyncable unconditionally.
2341 - Dpkg::Changelog::Entry::Debian: Fix full month misuse warning.
2342 - Dpkg::Shlibs::Symbol: Emit a warning on fully qualified symver patterns.
2344 - Dpkg::Control::HashCore: Add new keep_duplicate option.
2345 - Dpkg::Control::FieldsCore: Add new field_parse_binary_source().
2347 - Dpkg::Control::FieldsCore: Fix types allowed for
2348 field_parse_binary_source().
2349 Reported by Johannes Schauer Marin Rodrigues <josch@debian.org>.
2350 - Dpkg::Shlibs::Objdump: Fix apply_relocations to work with versioned
2351 symbols. Closes: #1000421
2352 - Dpkg::Vendor::Ubuntu: Update Maintainer field logic to include
2353 “canonical”. Based on a patch by
2354 William 'jawn-smith' Wilson <william.wilson@canonical.com>.
2356 - Dpkg::Source::Package::V2: Add hint about version matching source tree.
2357 Based on a patch by Samuel Henrique <samueloph@debian.org>.
2360 - man: Itemize dpkg-gensymbols -c levels.
2361 - man: Add man page for deb-md5sums(5).
2362 Reported by Maxim Cournoyer (on IRC).
2363 - man: Switch the Architecture field in deb-control(5) to required.
2364 Reported by Maxim Cournoyer (on IRC).
2365 - man: Make clear that dpkg-query arguments accept multiple values.
2366 Prompted by Rémi Rampin <remirampin@gmail.com>. See #913781.
2367 - man: Document dpkg-query --search and --listfiles output formats.
2368 - doc: Fix incorrect use of ‘an’ article.
2369 - doc: Update coding style to document POD instead of troff.
2370 - doc: Update THANKS file.
2371 - doc: Annotate current maintainer start year.
2372 - doc: Sort maintenance information chronologically.
2373 - man: Add versions since features where introduced.
2374 - man: Further clarify when re-inclusions of excluded pathnames happen.
2376 - doc: Update Doxygen configuration from version 1.9.1.
2377 - doc: Improve description of dpkg suite.
2378 Prompted by Fabrice Bauzac-Stehly <noon@mykolab.com>.
2379 - man: Add a reference to where the Installed-Size algorithm is described.
2380 - man: Improve dpkg --verify-format rpm format documentation.
2381 - man: Document in deb-substvars(5) what ${} is good for.
2382 Prompted by Paul Wise <pabs@debian.org>.
2383 - man: Document in dpkg-architecture(1) target being useful for emulators
2384 too. Prompted by Helmut Grohne <helmut@subdivi.de>.
2385 - man: Document in dpkg-query(1) full --search and --listfiles output
2386 format. Prompted by Johannes Schauer Marin Rodrigues <josch@debian.org>.
2388 - Remove irrelevant or obsolete FIXME markers.
2389 - Turn FIXME markers denoting pending actions into TODO markers.
2390 - Turn FIXME markers giving historic information into simple Notes.
2391 - update-alternatives: Turn FIXME for explicit behavior choice into an XXX.
2392 - Use localtime_r() instead of localtime().
2393 - libdpkg: Remove MDEBUG support from m_malloc() implementation.
2394 - libdpkg: Mark dpkg_arch_unmark() arch_remove argument as const.
2395 - libdpkg: Mark treewalk_open() func argument as const.
2396 - dpkg: Mark ignore_depends() pkg argument as const.
2397 - dpkg: Mark deb_parse_conffiles() pkg argument as const.
2398 - libcompat: Remove local setexecfilecon() and require libselinux 2.3.
2399 - libdpkg: Add missing DPKG_{BEGIN,END}_DECLS in header files.
2400 - dpkg: Move SELinux function declarations into its own header file.
2401 - dpkg: Move the command action enum to its own header file.
2402 - dpkg: Switch from including "main.h" to "force.h".
2403 - dselect: Rename dme() to display_menu_entry().
2404 - dpkg: Split function handling deconfiguration due to install and removal.
2405 - libdpkg: Add new ACTION_MUX macro for continued options.
2406 - dpkg: Refactor --assert-<feature> handling to be data driven.
2407 - dpkg-fsys-usrunmess: Do not use interpolated strings for literals.
2408 - dpkg-db-backup: Add a license header comment.
2410 - Fallback to $^X and 'perl' if $Config{perlpath} is unset or empty.
2411 - Bump minimal Perl version to 5.28.1.
2412 - Remove redundant localedir and pkgconfdir initializations.
2413 - Check for libsocket.
2414 - Do not set have_libmd on the found branch in AC_SEARCH_LIBS.
2415 - Switch DPKG_FUNC_C99_SNPRINTF from AC_LANG_SOURCE to AC_LANG_PROGRAM.
2416 - Check whether fsync(3) works on directories.
2417 - Remove obsolete AC_HEADER_STDC.
2418 - Detect appropriate sed program at configure time.
2419 - Rename DPKG_DEB_PROG_TAR to DPKG_PROG_TAR.
2420 - Parametrize the backups directory with a configure option.
2421 - Add a check for symlinks in the git repository.
2422 - Rename shell scripts to .sh.
2423 - Switch from hardcoded /run to parametrized runstatedir.
2424 - Use new Dpkg::Control keep_duplicate option in gen-changelog.
2425 - Use title-case for field in gen-changelog.
2426 - Execute run-script via CONFIG_SHELL.
2427 Reported by Larkin Nickle <me@larbob.org>.
2428 - Quote variables containing pathnames in m4 macros.
2429 - Add support for commit message fix up machinery in gen-changelog.
2431 - Use absolute pathnames in .install debhelper fragments.
2432 - Remove unused dh_installcron call for arch-indep targets.
2433 - Add support for a native systemd timer. Closes: #985444
2434 - Create auotpkgtest installation directory.
2435 - Bump Standards-Version to 4.6.0 (no changes needed).
2437 - Pass --ignore-builtin-builddeps to dpkg-buildpackage.
2438 - Use can_run() instead of find_command().
2439 - Add descriptions to makefile test runners.
2440 - Add unit tests for architecture bijective mapping property.
2441 - Suppress cppcheck constParameter check.
2442 - Suppress bogus cppcheck for nullPointerRedundantCheck.
2443 - Mark external sourced shell files for checking.
2444 - Ignore new shellcheck checks.
2445 - Remove shipped dpkg database.
2446 - Add re-inclusion of symlink case to t-filtering. See #871420.
2447 - Generate symlink during test build time.
2448 - Remove superfluous long filename.
2449 - Refactor parse_ctrl() from parse_dsc().
2450 - Update codespell stopwords.
2452 [ Helge Kreutzmann ]
2453 * deb-md5sums.pod: Fix typo.
2455 [ Add programs translations ]
2456 * Occitan (Quentin PAGÈS).
2458 [ Update dselect translations ]
2459 * German (Sven Joachim).
2461 [ Update man pages translations ]
2462 * German (Helge Kreutzmann).
2464 [ Update programs translations ]
2465 * German (Sven Joachim).
2466 * Polish (Marcin Owsiany, Łukasz Dulny).
2468 [ Update scripts translations ]
2469 * German (Helge Kreutzmann).
2471 -- Guillem Jover <guillem@debian.org> Sun, 05 Dec 2021 16:32:45 +0100
2473 dpkg (1.20.8) unstable; urgency=medium
2476 * start-stop-daemon: Open the --output file in append mode.
2477 * dpkg: Fix --auto-deconfigure for essential and protected during
2478 installation. Reported by Julian Andres Klode <jak@debian.org>.
2480 * dpkg-realpath: Fix resolution for absolute symlinks on «/».
2482 * dpkg-realpath: Fix symlink loop tracker.
2484 - Test::Dpkg: Fix test data path fetching on CPAN.
2485 - Dpkg::Exit: Preserve exit code in END block.
2487 - Group Test::Dpkg changelog entries into “Perl modules” section.
2489 - Run autopkgtest test suites in verbose mode.
2491 - Set PERL in the perl test suite.
2492 - Use gunzip instead of zcat and assume it might not be present.
2493 - Mock dpkg and gcc for architecture detection code.
2494 - Initialize DEB_BUILD_ARCH and DEB_HOST_ARCH to avoid computing them.
2495 - Update suppressions for cppcheck 2.4.
2497 [ Update man pages translations ]
2498 * Dutch (Frans Spiesschaert). Closes: #981884
2499 * German (Helge Kreutzmann).
2500 * Portuguese (Américo Monteiro). Closes: #980018
2502 [ Update programs translations ]
2503 * Dutch (Frans Spiesschaert). Closes: #981882
2505 [ Update scripts translations ]
2506 * German (Helge Kreutzmann). Closes: #983865
2508 -- Guillem Jover <guillem@debian.org> Tue, 13 Apr 2021 22:17:05 +0200
2510 dpkg (1.20.7) unstable; urgency=medium
2513 * libdpkg: Do not consider the database locked with a missing lock file.
2514 Reported by David Kalnischkies <donkult@debian.org>.
2516 - man: Clarify and expand information on dpkg-realpath(1) man page.
2519 - Update copyright notices in debian/copyright.
2520 - Bump Standards-Version to 4.5.1 (no changes required).
2522 - On as-root mode do not use sudo if already running as root.
2523 - Print WARN instead of FAIL for maintscript fd leaks.
2525 [ Update man pages translations ]
2526 * German (Helge Kreutzmann).
2528 [ Update programs translations ]
2529 * German (Sven Joachim).
2531 -- Guillem Jover <guillem@debian.org> Sat, 09 Jan 2021 00:59:45 +0100
2533 dpkg (1.20.6) unstable; urgency=medium
2536 * libdpkg: Fix undefined behavior in varbuf functions.
2537 Reported by KOLANICH <kolan_n@mail.ru>.
2538 * libdpkg: Fix memory leaks in tar_extractor().
2539 * libdpkg: Fix memory leak in trigger deferred processing.
2540 Reported by KOLANICH <kolan_n@mail.ru>.
2541 * libdpkg: Fix memory leak in filesystem treewalk node free function.
2542 * libdpkg: Fix memory leak in filesystem treewalk iterator.
2543 * libdpkg: Fix single-instance memory leak with fsys dir.
2544 * libdpkg: Fix short-lived memory leaks.
2545 * libdpkg: Reset error context errmsg after free().
2546 * dpkg: Fix memory leak for cidir.
2547 Reported by KOLANICH <kolan_n@mail.ru>.
2548 * dpkg: Fix short-lived memory leak in --force-help output.
2549 Based on a patch by KOLANICH <kolan_n@mail.ru>.
2550 * dpkg-deb: Fix single-instance memory leak on missing conffiles control
2552 * dpkg-divert: Fix short-lived memory leaks.
2553 * dpkg-realpath: Add new -z, --zero option.
2554 Requested by Johannes Schauer <josch@debian.org>.
2555 * dpkg-deb: Make decompression error message more descriptive.
2557 * dpkg-architecture: Add a --print-format option.
2558 Prompted by #968963.
2559 * dpkg-buildpackage: Warn on known R³ values in uppercase.
2560 Reported by Niels Thykier <niels@thykier.net>.
2561 * dpkg-buildpackage: Error out on R³ "yes" value.
2562 Requested by Niels Thykier <niels@thykier.net>.
2563 * dpkg-buildpackage: Clarify R³ keyword diagnostic messages.
2564 * dpkg-deb, dpkg-split: Fix time handling to support 64-bit time.
2565 * libdpkg: Check that the ar archive time is within bounds.
2566 * libdpkg: Ignore not-installed packages for source related virtual fields.
2568 * libdpkg: Make source version parsing more robust on missing data.
2570 * libdpkg: Do not forget not-installed packages that are set on hold.
2571 Reported by David Kalnischkies <donkult@debian.org>.
2572 * update-alternatives: Fix memory leaks for alternative database context on
2574 * update-alternatives: Fix short-lived memory leaks for alternative structs.
2575 * update-alternatives: Fix memory leaks with new_choice.
2576 * update-alternatives: Fix short-lived memory leaks for log_file and admdir.
2577 * dpkg-buildflags: Add support for DFLAGS. Closes: #975896
2578 * dpkg-parsechanaglog: Document --file in --help output.
2579 * libdpkg: Fix allocation size wrap around when growing a varbuf.
2580 * dpkg-query: Do not print database loading progress. Closes: #977240
2581 * Rename taint tag to merged-usr-via-aliased-dirs.
2582 * dpkg-buildflags: Enable reproducible=fixfilepath by default.
2583 Thanks to Vagrant Cascadian <vagrant@reproducible-builds.org>.
2584 See https://lists.debian.org/debian-devel/2020/10/msg00222.html.
2586 * start-stop-daemon: Move umask setup before any file has been created.
2587 * start-stop-daemon: Add a new --output option to redirect stderr and stdout.
2588 * dpkg-maintscript-helper: Do not pass DPKG_ROOT prefixed pathmames to
2590 * dpkg: When removing old files check the pathname with diversion and
2592 * dpkg-realpath: Make 'link includes root prefix' error more verbose.
2593 * libdpkg: Make sure we do not walk on rootless trees.
2594 * dpkg: Fix incorrect logic around printing dependency warnings.
2595 Thanks to Jessica Clarke <jrtc27@debian.org>.
2596 Reported by Helmut Grohne <helmut@subdivi.de>.
2597 * Support remove-on-upgrade conffile flag via DEBIAN/conffiles.
2598 Based on a patch by Niels Thykier <niels@thykier.net>. Closes: #822462
2599 * dpkg-fsys-usrunmess: New program.
2601 - Dpkg::Index: Add new item_opts option.
2602 - Dpkg::Exit: Fix exit handler on program termination. Closes: #966083
2603 - Dpkg::Changelog::Entry::Debian: Fix format string.
2604 Prompted by #967911.
2605 - Dpkg::Changelog::Parse: Add new verbose option.
2606 Prompted by #967911.
2607 - Dpkg::Changelog::Parse: Document 'label' option.
2608 - Dpkg::Source::Package::V1: Print a message when verifying tarball
2610 - Dpkg::Path: Fix pathname traversal check for symlinks. Closes: #971203
2611 - Dpkg::Source::Package: Honor no_check for directory traversal checks.
2613 - Dpkg::Source::Package: Call syserr() instead of syserror().
2614 Reported by Drew Parsons <dparsons@debian.org>.
2615 See #849752. Closes: #976249
2616 - Dpkg::Path: Check first whether the files are the same by comparing
2617 string-wise. Closes: #849752
2618 - Dpkg::OpenPGP: Refactor gpg armor code into its own function.
2620 - man: Fix typo in --print-unset option reference.
2621 Reported by Ferenc Wágner <wferi@debian.org>. Closes: #966110
2622 - man: Clarify that dpkg-architecture uses some of its own variables.
2624 - man: Fix casing and namespacing in VARIABLES definitions.
2625 - man: Fix typo in dpkg-source(1).
2626 Thanks to Paul Wise <pabs@debian.org>.
2627 - man: Add a reference to deb-symbols(5) in deb-src-symbols(5) DESCRIPTION.
2628 Prompted by #970083.
2629 - man: Specify that symbol, version and id are separated by a single
2630 whitespace. Closes: #970083
2631 - man: Clarify day-of-month format in deb-changelog(5).
2632 Reported by Axel Beckert <abe@debian.org>.
2634 - man: Update update-alternatives maintainer script usage information.
2635 Prompted by Niels Thykier <niels@thykier.net>.
2636 - man: Switch to use L<> markup for URLs instead of B<>.
2637 - doc, man: Clarify that R³ values are case sensitive.
2638 Prompted by Niels Thykier <niels@thykier.net>.
2639 - man: Add references to deb822(5) to file formats based on it.
2640 Prompted by Niels Thykier <niels@thykier.net>.
2641 - man: Clarify config-files state in dpkg(1).
2642 Prompted by Stuart Prescott <stuart@debian.org>.
2644 - man: Hyphenate multiple words in deb-override(5) format description.
2645 - man: Uppercase acronyms and logic operators.
2646 - man: Empty or whitespace-only lines in deb-conffiles(5) are not accepted.
2648 - libcompat, dpkg: Stop using deprecated security_context_t data type.
2649 - update-alternatives: Refactor alternative database context freeing into a
2651 - libdpkg: Do not define the clamp macro when compiling C++ code.
2652 Reported by Helmut Grohne <helmut@subdivi.de>.
2653 - libdpkg: Replace FSF address by pointing to the gnu.org URL.
2654 - libdpkg: Initialize pkgbin's newhash to NULL.
2655 Prompted by Steinar H. Gunderson <sesse@debian.org>.
2656 - libdpkg: Use memset() instead of open-coding struct blanking.
2657 Prompted by Steinar H. Gunderson <sesse@debian.org>.
2658 - Do not call fsys_hash_init() before command actions.
2659 Prompted by Steinar H. Gunderson <sesse@debian.org>.
2660 - libdpkg: Fix m_pipe() function definition prototype to match declaration.
2661 - libdpkg: Refactor new str_rtrim_spaces().
2662 Based on a patch by Niels Thykier <niels@thykier.net>.
2663 - dpkg: Call fsys_hash_find_node() outside tar_fsys_namenode_queue_push().
2664 - Use a conffilename variable to track the actual conffile name in the
2666 Thanks to Niels Thykier <niels@thykier.net>.
2668 - Add new gen-changelog tool.
2669 - Pre-process the curses header before parsing it. Closes: #970545
2670 - Fix variable substitution in man pages.
2671 Reported by Niels Thykier <niels@thykier.net>. Closes: #978983
2672 - Add a README.cpan to be installed as README in the CPAN distribution.
2673 - Do not try to use <sys/sysctl.h> on GNU/Linux.
2674 - Fix «make distcheck» for man pages.
2675 - Update GitLab CI configuration to use built-in functional test suite.
2676 - Make it possible to override PKGDATADIR on built scripts too.
2677 - Disable umask to 0 for Docker executor in GitLab CI.
2678 - Disable functional test suite debug mode on GitLab CI.
2679 - Sort po4a entries in po4a.cfg.
2681 - Do not fail the bug-script if readlink fails. Closes: #968397
2682 - Improve cron file robustness on missing or empty backup files.
2684 - Use AUTOPKGTEST_TMP instead of writing into the source tree.
2685 - Hook the functional test suite into autopkgtest.
2686 - Remove trailing comma from lintian profile file.
2687 - Do not hardcode libdpkg-perl dependency on perl:any.
2688 Thanks to Sven Joachim <svenjoac@gmx.de>.
2690 - Fix short lived memory leaks in unit tests.
2691 - Print the ehandle unit test error output on verbose mode.
2692 - Improve dpkg-divert test to output stdout and stderr.
2693 - Use intermediate variable for directory traversal item iteration.
2694 - Refactor root handling in Dpkg::Path unit tests.
2695 - Refactor test verbose check into an inline function.
2696 - Make it possible to include test.h from benchmarks.
2697 - Disable hash reports in benchmark tests unless verbose.
2698 - Add support for basic test try/catch/finally keywords.
2699 - Merge the dpkg-tests.git repository into tests/.
2700 - Update merged functional test suite assumptions.
2701 - Remove redundant test cases from the functional test suite.
2702 - Remove source package building support from functional test suite.
2703 - When using DPKG_BUILDTREE add scripts/ to DPKG_PATH.
2705 [ Add man pages translations ]
2706 * Portuguese (Américo Monteiro). Closes: #964751
2708 [ Update dselect translations ]
2709 * Dutch (Frans Spiesschaert). Closes: #968294
2710 * French (Didier Vidal). Closes: #964749
2712 [ Update man pages translations ]
2713 * Dutch (Frans Spiesschaert). Closes: #968743
2714 * German (Helge Kreutzmann).
2716 [ Update programs translations ]
2717 * Dutch (Frans Spiesschaert). Closes: #968744
2718 * German (Sven Joachim).
2720 [ Update scripts translations ]
2721 * German (Helge Kreutzmann).
2723 -- Guillem Jover <guillem@debian.org> Fri, 08 Jan 2021 04:39:40 +0100
2725 dpkg (1.20.5) unstable; urgency=medium
2728 * Revert change to prefix the specs file spec string self_spec with +
2729 instead of *. The prefix is supposed to go in the text itself
2730 instead of the spec name, which already had it. This change only
2731 apparently fixed the issue at hand because gcc started parsing it as
2732 the «[SUFFIX]:» case, completely disabling the PIE handling.
2733 Thanks to Thorsten Glaser <tg@mirbsd.de>.
2735 - Dpkg::Source::Package::V1: Explicitly initialize constructor options to
2736 their implicit values, otherwise other code end up assuming different
2737 defaults. This is required here too as this class does not call the
2738 initialization from its parent.
2740 - Detect the GNU program variants for make, patch and tar in the CPAN
2741 distribution to replace in the Dpkg module.
2742 - Set DEB_BUILD_ARCH to a dummy “amd64” in the CPAN distribution tests
2743 to not require a dpkg(1) in the system.
2745 - Only print the Dpkg::Path::check_directory_traversal() error on failure.
2747 [ Updated scripts translations ]
2748 * German (Helge Kreutzmann).
2750 -- Guillem Jover <guillem@debian.org> Wed, 08 Jul 2020 05:40:39 +0200
2752 dpkg (1.20.4) unstable; urgency=medium
2755 * Improve PIE flags support:
2756 - Prefix the specs file spec string self_spec with + instead of *.
2757 This way we do not override any previous setting, otherwise when
2758 passing the -specs options twice (f.ex. to compile and link), only the
2759 last one will take effect, which can break the build. Closes: #870383
2761 - Dpkg::Source::Package: Explicitly initialize constructor options to
2762 their implicit values, otherwise other code end up assuming different
2763 defaults. Closes: #964017
2764 - Dpkg::OpenPGP: Use a temporary directory for the GnuPG homedir in
2765 verify_signature(), to make sure we do not write to the user home
2766 directory, except for the trustkeys.db file if present.
2767 - Dpkg::Path: Refactor new check_directory_traversal() function out of
2768 Dpkg::Source::Package->extract().
2769 - Dpkg::Path: Do not do partial matches for directory traversal checks,
2770 expect a trailing slash after the base directory name.
2771 - Dpkg::Path: Catch uncanonicanizable pathnames with a proper error.
2773 - Dpkg::Path: Do not consider missing symlink targets a directory
2774 traversal attempt. Closes: #964234
2775 - Dpkg::Path: Allow /dev/null for directory traversals.
2776 Reported by Holger Levsen <holger@layer-acht.org>.
2778 - Add Module::Signature as configure recommends for CPAN.
2780 - Use File::Path::make_path() instead of chained mkdir() in Dpkg_Path.t.
2781 - Add unit tests for Dpkg::Path::check_directory_traversal().
2783 [ Updated programs translations ]
2784 * German (Sven Joachim).
2786 -- Guillem Jover <guillem@debian.org> Tue, 07 Jul 2020 07:57:48 +0200
2788 dpkg (1.20.3) unstable; urgency=medium
2792 - Dpkg::OpenPGP: Pass --no-options to gpg in verify_signature().
2793 Reported by Bertrand Marc <bmarc@debian.org>. Closes: #963839
2794 - Dpkg::Build::Info: Clarify by giving context to the
2795 get_build_env_whitelist() deprecation warning. Closes: #963844
2796 Reported by Sven Joachim <svenjoac@gmx.de>.
2797 - Dpkg::Source::Package: Fix check_original_tarball_signature() to make
2798 import_key() honor require_valid_signature, which should default to
2799 false. Reported by Mattia Rizzolo <mattia@debian.org>.
2800 - Dpkg::OpenPGP: Use a temporary directory for the GnuPG homedir in
2801 import_key(), to make sure we do not write to the user home directory,
2802 which might be read-only or non-existent. Closes: #963944
2803 Reported by Mattia Rizzolo <mattia@debian.org>.
2805 - libdpkg: Print a notice if we cannot write to the log file.
2807 - Improve error diagnosis for configure version fetching script.
2808 Prompted by Norbert Preining <norbert@preining.info>.
2810 [ Updated programs translations ]
2811 * German (Sven Joachim).
2813 -- Guillem Jover <guillem@debian.org> Mon, 29 Jun 2020 12:37:51 +0200
2815 dpkg (1.20.2) unstable; urgency=medium
2817 * dpkg: Do not include the architecture with --robot --version.
2818 * update-alternatives: Create alternatives directory (/etc/alternatives)
2819 if it is missing, to help with installation bootstrapping.
2820 Reported by Johannes Schauer <josch@debian.org>.
2821 * update-alternatives: Create the log directory if it is missing.
2823 - Dpkg::Source::Package: Turn the missing expected tarball signature
2824 error into a warning for now, as it is causing unintended fallout,
2825 and does not play nice (yet) with tarballs repackaged by uscan(1).
2828 - update-alternatives: Move log_msg() after make_path() so that we can use
2830 - update-alternatives: Add new xstrndup() and xdirname() functions.
2832 - Set SHELL in the test environment.
2833 - Do not fail if po4a is not found, and search for it just once.
2834 - Fix name and section generation for translated man pages. This caused
2835 pod2man to get an empty --name argument and not output anything,
2836 resulting in generating empty man pages. Closes: #963794
2838 - Sort debian/dpkg-dev.manpages.
2839 - Install deb-src-symbols(5) in dpkg-dev package.
2841 -- Guillem Jover <guillem@debian.org> Sun, 28 Jun 2020 00:42:11 +0200
2843 dpkg (1.20.1) unstable; urgency=medium
2846 * Fix dpkg logging regression introduced in 1.20.0:
2847 - libdpkg: Use varbuf member .used instead of .size in log_message(),
2848 to avoid printing garbage.
2849 - libdpkg: Open the log file as write-only instead of read-only.
2850 Thanks to Roderich Schupp <roderich.schupp@gmail.com>. Closes: #953684
2851 * Unify and cleanup Makefile fragment files comments, including information
2852 about version of introduction.
2853 * Add new buildopts.mk Makefile fragment to support parsing DEB_BUILD_OPTIONS
2854 options with arguments, such as “parallel” as DEB_BUILD_OPTION_PARALLEL.
2855 * dpkg-genchanges: Handle empty Date fields from parsed debian/changelog.
2856 Based on a patch by Baptiste BEAUPLAT <lyknode@cilg.org>. Closes: #956321
2857 * dpkg-source: Check that debian/tests/control has the required fields.
2858 Prompted by Felix Lechner <felix.lechner@lease-up.com>.
2859 * dpkg-deb, dpkg: Do not accept relative pathnames in DEBIAN/conffiles.
2860 Reported by Niels Thykier <niels@thykier.net>.
2861 * dpkg-split: Fix off-by-one check in ar header padding, that was making
2862 parsing error out on valid archives. Regression introduced in dpkg 1.18.8.
2863 * libdpkg: Fix error message for ending version character in dependency
2865 - Move the version unterminated case before the catchall.
2866 - Print the actual wrong character and print what is expected.
2867 * libdpkg: Do not use econtext->errmsg on out of context abort, as it might
2869 * update-alternatives: Set the umask to 022 on program start.
2870 Reported by Paul Wise <pabs@debian.org>.
2871 * dpkg-parsechangelog: Fix --show-field for multiline fields. We were not
2872 stripping trailing whitespace, and were not prefixing empty lines with
2873 a ‘.’, like when printing with the field names.
2874 Reported by Paul Wise <pabs@debian.org>.
2875 * dpkg: Add a new --robot option to be used with --version.
2876 * dpkg, dpkg-query: Document missing options in --help output.
2877 * Unify ellipsis formatting in programs --help output.
2878 * Add Protected field support.
2879 * dpkg-realpath: New program, to be used by dpkg-maintscript-helper, and
2880 any maintainer script that needs a realpath that can handle pathnames
2881 relative to the dpkg root directory.
2882 * dpkg-realpath: Add support for DPKG_ROOT.
2883 Thanks to Helmut Grohne <helmut@subdivi.de>.
2884 * dpkg-realpath: Add support for --root and --instdir options.
2885 * dpkg-maintscript-helper: Add support for DPKG_ROOT:
2886 - Add DPKG_ROOT support for conffiles.
2887 Thanks to David Kalnischkies <david@kalnischkies.de>.
2888 - Add DPKG_ROOT support for symlink to and from directory switches.
2889 Based on a patch by Bastien ROUCARIÈS <roucaries.bastien@gmail.com>.
2891 * update-alternatives: Add DPKG_ROOT support, and new --root and --instdir
2892 options. Closes: #871808
2894 - libdpkg: When using uselocale(), include <xlocale.h> for locale_t if
2895 the header is available. Needed on BSDs.
2896 Reported by Sirio Balmelli <sirio@b-ad.ch>.
2898 - Dpkg: Add a LICENSE section to the POD.
2899 - Dpkg::Source::Package: Add new get_upstream_signing_key() method.
2900 - Dpkg::Source::Package: Check missing expected tarball signatures.
2901 - Dpkg::Source::Package::V1: Check version format matching source format.
2902 - Dpkg::Vendor::Debian: Add debian-nonupload.gpg keyring.
2903 Thanks to Taowa Munene-Tardif <taowa@debian.org>. Closes: #956055
2904 - Dpkg::Vendor::Debian: Detect merged-usr-via-symlinks also with absolute
2905 pathnames. Reported by Adam Borowski <kilobyte@angband.pl>.
2906 - Dpkg::Build::Info: Avoid whitelist in function name.
2907 - Dpkg::Shlibs::SymbolFile: Avoid blacklist and whitelist terms.
2909 - man: Fix misused two-fonts macros.
2910 Thanks to Bjarni Ingi Gislason <bjarniig@rhi.hi.is>. Closes: #955028
2911 - man: Trim trailing whitespace from output.
2912 Thanks to Bjarni Ingi Gislason <bjarniig@rhi.hi.is>. Closes: #955030
2913 - man: Mention that dpkg(1) does not provide all back-end interfaces.
2914 Prompted by Elana Hashman <ehashman@debian.org>.
2915 - man: Clarify and fix file formats SYNOPSIS.
2916 - man: Clarify that deb-control(5) is a subset of deb-src-control(5).
2918 - man: Unify warning and note admonitions formatting.
2919 - man: Remove useless commented out macros.
2920 - man: Fix unbalanced quotes in macro arguments.
2921 - man: Specify the indentation level for all following .IP macros, not
2923 - man: Use .TP macros instead of hand-crafted formatting.
2924 - man: Fix font markup for some variable and literal strings.
2925 - dpkg-maintscript-helper: Add -?, --help and --version to --help output.
2926 - man: Fix apt and aptitude references.
2927 Reported by Helge Kreutzmann <debian@helgefjell.de>.
2928 - man: Mark commands (eval) in bold and quote library names (libgcc).
2929 Reported by Helge Kreutzmann <debian@helgefjell.de>.
2930 - man: Use UTF-8 quotes instead of ancient groff register variables.
2931 - man: Use literal double quotes instead of groff escape sequences.
2932 - man: Clarify that we resolve bug reports not bug report numbers.
2933 Reported by Helge Kreutzmann <debian@helgefjell.de>.
2934 - man: Clarify POSIX shell eval command usage in dpkg-architecture(1).
2935 - man: Use item lists instead of verbatim or hand-crafted formatting.
2936 - man: Do not use verbatim formatting for text that is not an example.
2937 - man: Markup examples explicitly with .EX/.EE.
2938 - man: Fix indentation for a note admonition in dpkg-scansources(1).
2939 - man: Document that a 3.0 (quilt) patch cannot create or modify symlinks.
2940 Thanks to Johannes Schauer <josch@debian.org>.
2941 - man: Reword text to reduce length in verbatim code block.
2942 - man: Add semicolons before verbatim code blocks.
2943 - man: Update dselect methods provided. Several got removed in 1.20.0.
2944 - man: The Installed-Size field does not get its value from du(1) since
2946 - man: Fix dpkg-gencontrol -P description to not refer to dpkg-source.
2947 Reported by Jakub Wilk <jwilk@jwilk.net>.
2948 - man: Place description of override value column on its own paragraph.
2949 - man: Surround markup within verbatim blocks with .nf/.fi.
2950 - man: Balance font markup.
2951 - man: Do not nest font markup.
2952 - man: Use .ig/.. macros to disable text instead of commenting it out.
2953 - man: Do not mark end of sentence period with bold.
2954 - man: Add a missing comma after man page reference in SEE ALSO section.
2955 - man: Convert man pages from roff to POD.
2956 - man: Clarify the dpkg --no-act admonition.
2957 - man: Avoid whitelist term in dpkg-source man page.
2959 - Use $() in shell or qx() in perl instead of ``.
2960 - dpkg-split: Switch part number variables from unsigned int to int.
2961 - scripts: Refactor shell error handling into a shell library
2962 - Reformat shell code to follow the coding style.
2963 - update-alternatives: Parametrize option names in output strings.
2964 - update-alternatives: Move logging function close to output functions.
2965 - update-alternatives: Move argument parsing functions close to main().
2966 - update-alternatives: Add general purpose non-failing functions for
2967 administrative directory access.
2968 - update-alternatives: Add filesystem abstraction functions.
2970 - Handle .git being a plain file when getting the dpkg tree version.
2971 - Add debian/changelog as a Changes file to the CPAN distribution.
2972 - Set DPKG_SERIES to 1.20.x when running the functional test suite.
2973 - When using po4a require at least po4a 0.59. Change the po4a --porefs
2974 argument from no longer supported “noline,wrap” to “file”, as wrapping
2975 is the default since po4a 0.58. We require po4a 0.59 as 0.58 had a
2976 regression in its --srcdir support.
2977 - Switch to set the po4a addendum in the po4a_paths section instead of
2978 repeating it for each man page.
2979 - Use po4a conditional addendum support, and remove empty addenda.
2980 - Use po4a mode=eof support in addenda.
2981 - Do not use make prerequisites on suffix rule definitions.
2983 - Add man page number suffixes to the automake SUFFIXES variable.
2984 - Update false positive suppressions for cppcheck 2.1.
2985 - Install specifications and API contracts in docdir.
2986 - Add support for switching man pages from roff to POD format.
2987 - Fix shell files substitution for version variable.
2989 - Switch to debhelper compatibility level 13.
2990 - Remove debian/tmp prefix from manpages debhelper fragment files.
2991 - Handle missing localized man pages gracefully.
2992 - Install AUTHORS, THANKS, usertags, README.api and
2993 README.feature-removal-schedule only in dpkg.deb.
2994 - Rename debian/usertags to debian/README.bug-usertags.
2995 - Install specifications to /usr/share/doc/dpkg/ in the dpkg-dev package.
2996 - Detect merged-usr-via-symlinks also with absolute pathnames in
2997 bug-script. Reported by Adam Borowski <kilobyte@angband.pl>.
2999 - Rename deb-content test cases to make them more descriptive.
3000 - Skip autogenerated files from codespell.
3002 [ Updated programs translations ]
3003 * German (Sven Joachim).
3004 * Simplified Chinese (Boyuan Yang). Closes: #958437
3006 [ Updated scripts translations ]
3007 * German (Helge Kreutzmann).
3009 [ Updated man pages translations ]
3010 * German (Helge Kreutzmann).
3012 -- Guillem Jover <guillem@debian.org> Sat, 27 Jun 2020 02:41:48 +0200
3014 dpkg (1.20.0) experimental; urgency=medium
3017 * libdpkg: Do not generate a backup file for the available database.
3019 * perl: Switch Getopt::Long from bundling to bundling_values. This means
3020 the few scripts using Getopt::Long will stop accepting options in the
3021 form «-ab» for «-a -b», which is not future-proof, as it does not allow
3022 these options to get new arguments without making them ambiguous.
3023 * dpkg-buildpackage: Remove transient backwards R³ compatibility code.
3024 * buildtools.mk: Add support for nostrip in DEB_BUILD_OPTIONS when setting
3026 * dpkg-genbuildinfo: Do not include irrelevant packages in the Binary field.
3027 * dpkg: Do not clear selections for unknown packages. Closes: #927752
3028 * dpkg-shlibdeps: Add support for new Build-Depends-Packages, to be able
3029 to specify multiple packages. Closes: #926669
3030 Based on a patch by Frank Schaefer <kelledin@gmail.com>.
3031 * perl: Remove support for versioned GnuPG 2 program and packages.
3032 * libdpkg: Clarify lock contender error message. Print the PID of the lock
3033 contender, and add a warning explaining that removing the lock file is
3034 never the correct solution.
3035 * dpkg-genchanges, dpkg-mergechangelogs: Remove support for ~vola
3036 versioning, as volatile.debian.org was decommissioned some time ago.
3037 * dpkg-genchanges, dpkg-mergechangelogs: Match ~deb also as a backport
3038 marker in versions. Closes: #934980
3039 * libdpkg, dpkg: Use new versiondescribe_c() for non-localizable call sites,
3040 such as when writing to a log, which should not be localized.
3041 Reported by Julien Cristau <jcristau@debian.org>.
3042 * dpkg-query: Try to use the package synopsis from the available file if
3043 not installed. Closes: #43573
3044 * dpkg-gencontrol: Take into account hardlinks when computing the
3045 Installed-Size substvar. Closes: #923475
3046 Patch co-authored with Sven Joachim <svenjoac@gmx.de>.
3047 * dpkg: Fix and clarify behavior for packages marked to be on “hold”. These
3048 need to be processed for configuration and triggers. Closes: #926472
3049 * dpkg: Use DPKG_ADMINDIR to set the admindir. Closes: #900071
3050 * dpkg-source: Remove backwards compatibility code for legacy build-profiles.
3051 * perl: Give more context on field parsing errors. Closes: #637060
3052 * dpkg-buildpackage: Add option to sanitize environment. Closes: #843776
3053 * update-alternatives: Cope with a missing administrative directory.
3054 * update-alternatives: Create the administrative directory on demand.
3055 * dpkg-split: Cope with a missing parts/ database directory.
3056 * dpkg-split: Create the parts/ database directory on demand.
3057 * libdpkg: Consider msdbrw_needsuperuser equivalent to msdbrw_write, so
3058 the same checks are performed on normal non --force-not-root operation.
3059 * libdpkg: Add support for bootstrapping the installation of dpkg:
3061 - Create the logfile with correct permissions, and remove the code
3062 setting up the logfile from the dpkg postinst.
3063 - Allow missing status and available databases, so that they get created
3064 on write, and remove the code setting them up from the dpkg postinst.
3066 - Do not change the ownership of the triggers database directory. Either
3067 we are running as root:root which means the ownership should be correct
3068 already, or we are not which means we cannot change it anyway.
3069 - Create the dpkg database directory on demand.
3070 - Create the updates/ database directory on demand.
3071 - Create the info/ database directory on demand.
3072 * dpkg-architecture: Fix handling of exec failing in --command.
3073 Reported by Helmut Grohne <helmut@subdivi.de>.
3074 * dpkg-buildpackage: Do not accept equal signs as part of the hook names.
3075 Reported by Daniel Shahaf <danielsh@apache.org>. Closes: #948291
3076 * dselect: Mark a string for translation.
3077 * dselect: Cleanup access methods:
3078 - Remove harddisk methods, as they were non-functional due to fdisk
3079 interface changes, and do not make sense anymore as we can expect users
3080 to mount any such filesystem on their own, to then use a filesystem
3081 method instead. Prompted by Helmut Grohne <helmut@subdivi.de>.
3082 - Remove cdrom method superseded by the multi_cd method.
3083 - Remove nfs methods, as there is nothing special about NFS, and mounting
3084 these should just be left to the local admin, who can mount any other
3085 remote filesystem too.
3086 - Remove multi_mount method, as the multi_cd method can take care of
3087 mounting the necessary images or devices.
3088 - Replace changelog with correct copyright in file header.
3089 * dpkg, dselect: Stop using first-person singular in output messages.
3090 * libdpkg: Fix memory leak in parsedb context close.
3091 * buildtools.mk: Add QMAKE variable. Closes: #920878
3092 * po: Fix translation of --compare-versions. Closes: #951614
3093 Thanks to Boyuan Yang <byang@debian.org>.
3095 - Dpkg::Source::Package: Verify original tarball signatures at build time.
3096 - Dpkg::BuildFlags: Add new unset() method.
3097 Requested by Daniel Schepler <dschepler@gmail.com>.
3098 - Dpkg::Source::Package::V2: Emit a special patch header on
3099 single-debian-patch. Closes: #933152
3100 - Dpkg::Vendor::Debian: Only scan /usr/local/ directories that exist.
3102 - Dpkg::Vendor::Debian: Do not set -Werror=implicit-function-declaration
3103 for C++. Closes: #939969
3104 - Dpkg::Deps: Check for valid virtual package version relations. Do not
3105 allow non-equal version relations in virtual provides. Closes: #930317
3106 - Dpkg: Remove internal lowercase variables $version, $progname,
3107 $admindir, $dpkglibdir and $pkgdatadir.
3108 - Dpkg::Changelog: Remove obsolete methods dpkg() and rfc822().
3109 - Dpkg::Changelog::Entry::Debian: Remove obsolete methods check_header()
3110 and check_trailer(). Hide variables $regex_header and $regex_trailer.
3111 - Dpkg::Changelog::Parse: Remove warnings of obsolete options forceplugin
3112 and libdir. Remove obsolete functions changelog_parse_debian() and
3113 changelog_parse_plugin().
3114 - Dpkg::Compression: Hide internal lowercase variables
3115 $default_compression, $default_compression_level and
3116 $compression_re_file_ext.
3117 - Dpkg::Deps::KnownFacts: Remove obsolete check_package() method.
3118 - Dpkg::Exit: Hide internal lowercase @handlers variable.
3119 - Dpkg::Gettext: Remove obsolete _g() function.
3120 - Dpkg::Source::Package: Hide internal lowercase variable
3121 @tar_ignore_default_pattern. Remove internal lowercase variable alias
3122 $diff_ignore_default_regexp.
3123 - Dpkg::Substvars: Remove obsolete no_warn() method.
3124 - Dpkg::Index: Change default value for unique_tuple_key to 1.
3125 - Dpkg::Version: Remove deprecation warning from semantic change in
3127 - Dpkg::Checksums: Remove obsolete 'program' property warning.
3128 - Dpkg::Conf: Remove obsolete methods and obsolete croak for method option.
3129 - Dpkg::Vendor: Remove obsolete 'keyrings' hook.
3130 - Dpkg::Exit: Unregister all signal handlers once we have executed them.
3132 - Dpkg::Exit: Register exit handlers also for __DIE__.
3133 - Dpkg::Source::Package::V3::Native: Do not say v1.0 for 3.0 formats.
3134 - Dpkg::Dist::Files: On filename parse error say file instead of package.
3135 - Dpkg::Substvars: Add new vendor:Name and vendor:Id substvars.
3136 - Dpkg::Source::Package: Detect directory traversals under debian
3137 directory. Reported by Felix Lechner <felix.lechner@lease-up.com>.
3139 - man: Fix uncommon wording constructs.
3140 - man: Use a minus sign for a literal string.
3141 - man: Clarify that the pager is called via «$SHELL -c».
3142 - dpkg-shlibdeps: Document split_soname() function.
3143 Prompted by Christopher Crim <christopher.crim@quoininc.com>.
3144 - Dpkg::Changelog: Document methods provided by subclasses.
3145 Reported by Felix Lechner <felix.lechner@lease-up.com>.
3146 - man: Globally adjust left and disable hyphenation.
3147 - man: Split dselect(1) --color from --colour option items.
3148 - man: Describe the SONAME formats supported in deb-shlibs(5).
3149 - man: Move template symbol documentation into new deb-src-symbols(5).
3150 - Dpkg::Changelog::Parse: Remove $ sigil from option names in POD.
3151 - Dpkg: Say class instead of object when appropriate.
3152 - Dpkg::Changelog: Clarify that these classes inherit from some other
3153 base class, which will contain the missing documentation.
3154 Prompted by intrigeri <intrigeri@debian.org>.
3155 - man: Clarify deb-changelog(5) format. Closes: #946780
3156 - man: Clarify debian/source/include-binaries format in dpkg-source(1).
3157 Prompted by Felix Lechner <felix.lechner@lease-up.com>.
3158 - man, doc: Clarify that the postinst "triggered" argument gets the
3159 trigger-name(s) as a space-separated list in the second argument.
3160 Prompted by Michael Biebl <biebl@debian.org>.
3161 - dselect: Update the multicd README file.
3162 - doc, man: Mark T and I package instances to avoid misreadings.
3164 - Dpkg::Source::Package: Refactor original tarball handling.
3165 - perl: Use File::Copy instead of spawning mv/cp commands.
3166 - Dpkg::OpenPGP: Refactor signature verification into a new function.
3167 - Dpkg::OpenPGP: Make it possible to verify detached signatures.
3168 - Dpkg::OpenPGP: Add support for importing an OpenPGP key into a keyring.
3169 - Dpkg::BuildFlags: Remove unused hash keys.
3170 - libdpkg: Use the variable instead of a type as sizeof() argument.
3171 - libdpkg: Use the totalwritten variable for a consistency check.
3172 - dselect: Reduce scope of variable, to avoid it being unused in a branch.
3173 - dpkg-deb: Fold two adjacent if conditionals into a single one.
3174 - dpkg: Initialize flagdeppossi in check_conflict().
3175 - libdpkg: Add new C locale switch over support.
3176 - libdpkg: Add new versiondescribe_c() to force a C locale.
3177 - dselect: Make baselist::draw_column_*() col arguments const.
3178 - libdpkg: Use p instead of name in dpkg_arch_name_is_illegal().
3179 - dpkg: Remove redundant condition for sourcefile in updateavailable().
3180 - dpkg, update-alternatives: Make variables static.
3181 - libdpkg: Add missing symbols to the version map.
3182 - libdpkg: Fix fiemap memory layout usage that confuses gcc 10 to emit a
3184 - libdpkg: Only use varbuf_printf() in pkg_format_show() when necessary.
3185 This should speed up «dpkg-query --show» formatting.
3186 - libdpkg: Fix package format string to be a string literal.
3187 This suppresses a gcc warning.
3188 - dpkg: Fix short lived memory leak in --force-help handling.
3189 - dpkg-split: Fix short lived file descriptor leak in --auto.
3190 - start-stop-daemon: Explicitly ignore unimportant function return values.
3191 - start-stop-daemon: Fix memory leak on multiple --chuid arguments.
3192 - start-stop-daemon: Close the notification socket in the child.
3193 - libdpkg: Fix memory leaks in zlib and bz2 decompression functions.
3194 - libdpkg: Add new dir_make_path() and dir_make_path_parent() functions.
3195 - libdpkg: Add new atomic file flag to create the base path when missing.
3196 - libdpkg: Fix modstatdb_rw enum comments.
3197 - libdpkg, dpkg-query: Optimize db-fsys:Files virtual variable loading.
3198 We load either the entire db-fsys for all packages, possibly optimized
3199 per platform (such as by using fiemap), or the specific ones for the
3200 requested packages. This also fixes a problematic cast removing the
3201 constness of a variable.
3202 - Dpkg::Dist::Files: Document the two filename pattern formats.
3203 - update-alternatives: Remove redundant condition in argument parser.
3204 - update-alternatives: Move error context setup before calling setjmp(),
3205 so that cppcheck stops being confused.
3206 - test: Reformat 200_Dpkg_Shlibs.cpp for coding style conformance.
3207 - dpkg: Make it possible for the compiler to check printf() format
3208 string arguments on dependency printer.
3209 - dselect: Reorder branches in packagelist::deselect_one_of so that they
3211 - dselect: Use nullptr instead of NULL.
3212 - dselect: Use static_cast<> instead of old-style type qualifier cast.
3213 - dselect: Do not use unnecessary old-style casts.
3214 - dselect: Fix variable types to avoid needing old-style casts.
3215 - libcompat: Disarm libselinux setexecfilecon() declaration for
3217 - libdpkg: Define new VARBUF_OBJECT macro.
3218 - libdpkg: Add new ATOMIC_FILE_NORMAL enum value to avoid a cast in C++.
3219 - libdpkg: Use a new DPKG_NULL macro that works in C and C++.
3220 - libdpkg: Use a new DPKG_STATIC_CAST macro that works in C and C++.
3221 - libdpkg: Move printing of errno into dpkg_error_set().
3222 - libdpkg: Use a varbuf to store the problem messages per parsedb context.
3223 - libdpkg: Fix Doxygen comments.
3225 - Bump minimal Perl version to 5.24.1.
3226 - Add a serial versioning to the m4 files.
3227 - Install m4 files into system aclocal directory.
3228 - Bump minimal gettext version to 0.19.8, to get the m4 files that can
3229 cross-build for musl-based systems.
3230 - Enable more compiler warnings.
3231 - Update Doxygen configuration from version 1.8.16.
3233 - Remove obsolete Breaks satisfied since oldstable.
3234 - Replace custom rule for 'configure' with call to dh_autoreconf.
3235 Thanks to Dan Streetman <ddstreet@canonical.com>. Closes: #939516
3236 - dselect: Remove methods state files on purge.
3237 Spotted by Sven Joachim <svenjoac@gmx.de>.
3238 - Switch to debhelper compatibility level 12.
3239 - Switch from debian/compat to debhelper-commpat in Build-Depends.
3240 - Bump Standards-Version to 4.5.0 (no changes required).
3242 - Remove perlcritic Documentation::RequirePodLinksIncludeText suppression.
3243 - Clarify cppcheck va_list_usedBeforeStarted suppression.
3244 - Skip build directories from codespell check.
3245 - Update stopwords for codespell 1.16.0.
3246 - Suppress new bogus cppcheck 1.90 false positives.
3247 - libdpkg: Remove redundant assignment in t-ehandle unit test.
3248 - Skip backup files from codespell check.
3249 - Ignore python-3.8 runtime warnings in codespell.
3251 [ Updated programs translations ]
3252 * German (Sven Joachim).
3253 * Portuguese (Miguel Figueiredo). Closes: #935695
3254 * Simplified Chinese (Mo Zhou). Closes: #942195, #945776
3256 [ Updated dselect translations ]
3257 * German (Sven Joachim).
3259 [ Updated scripts translations ]
3260 * German (Helge Kreutzmann).
3262 [ Updated man pages translations ]
3263 * German (Helge Kreutzmann). Closes: #931135
3265 -- Guillem Jover <guillem@debian.org> Sun, 08 Mar 2020 03:31:40 +0100
3267 dpkg (1.19.7) unstable; urgency=medium
3270 * dpkg: Fix off-by-one error in dpkg --abort-error. Closes: #924886
3271 Thanks to Tom Goulet <tomg@sentex.ca>.
3272 * dpkg: Set the force defaults before loading the config file, otherwise we
3273 incorrectly override them. Regression introduced in dpkg 1.19.5.
3275 * dpkg: Split the trigger dependtry into two, the second of which will be
3276 the one checking trigger cycles when deferring trigger processing due to
3277 unsatisfiable dependencies. Closes: #928429
3278 * dpkg-deb: Validate ar member magic before normalizing any of its fields.
3279 * dpkg-deb: Honor --nocheck when building packages with newlines in
3280 filenames. Regression introduced in dpkg 1.18.1. Closes: #929727
3282 - rootless-builds.txt: Expand what the builder means. Mention the
3283 dpkg-deb option to use to set the owner and group to root. And reword
3284 the prototyping section to be less confusing with what is currently
3285 implemented. Closes: #929019
3286 - README: Clarify when autopoint is needed. Closes: #929601
3287 - Fix typos in docs and output strings. Warned by codespell.
3289 [ Updated programs translations ]
3290 * Catalan (Guillem Jover).
3292 [ Updated dselect translations ]
3293 * Catalan (Guillem Jover).
3295 [ Updated scripts translations ]
3296 * Catalan (Guillem Jover).
3298 [ Updated man pages translations ]
3299 * Dutch (Frans Spiesschaert). Closes: #926665
3300 * French (Jean-Pierre Giraud). Closes: #929664
3302 -- Guillem Jover <guillem@debian.org> Mon, 03 Jun 2019 23:22:35 +0200
3304 dpkg (1.19.6) unstable; urgency=medium
3307 * libdpkg: Add a new TAR_FORMAT_UNKNOWN enum value.
3308 * libdpkg: Set tar_entry to zero on tar_entry_destroy(), to avoid double
3309 free()s and the subsequent crashes.
3310 * libdpkg: Handle non end-of-tape errors from tar_header_decode().
3311 * libdpkg: Use ERANGE instead of EINVAL for tar_atol8() out-of-range error.
3312 * dpkg-gencontrol: Check presence of package build dir before traversing it.
3314 - Dpkg::Source::Package::V1: Change default build option style to -sa.
3315 Using -sA by default means the user might lose data on overwrite if
3316 there is already a directory with the same name laying around.
3318 - Dpkg::Source::Package: Handle Format field being undefined. On source
3319 format 1.0, the default is for the debian/source/format file not being
3320 present, which means we'll start with an empty Format field name.
3321 Regression introduced in dpkg 1.19.3.
3324 - Install a lintian profile for dpkg based on the debian profile, so that
3325 we can suppress Debian-specific tags, such as the controversial one on
3326 vendor-specific patch series files.
3327 - Add Breaks on lsb-base due to start-stop-daemon exposing breakage in
3328 the killproc function from /lib/lsb/init-functions. Closes: #923861
3330 - Stop requiring (pseudo-)root in the functional test suite.
3331 - Export and move TESTDATA definition close to the PATH definition.
3332 - Quote the 'yes' command to make a comment clearer.
3334 [ Updated programs translations ]
3335 * Dutch (Frans Spiesschaert). Closes: #924776
3337 [ Updated scripts translations ]
3338 * German (Helge Kreutzmann).
3340 [ Updated man pages translations ]
3341 * Dutch (Frans Spiesschaert). Closes: #924777
3342 * German (Helge Kreutzmann).
3344 -- Guillem Jover <guillem@debian.org> Mon, 25 Mar 2019 15:08:26 +0100
3346 dpkg (1.19.5) unstable; urgency=medium
3349 * start-stop-daemon: Make sure that we get a meaningful errno on
3350 parse_unsigned(), so that the error messages always make sense.
3351 * start-stop-daemon: Add new fatalv() and fatale() functions and use the
3352 latter for system errors, so that we are explicit on whether we want to
3353 use errno for error reporting or not.
3354 * start-stop-daemon: Always refuse to parse a world-writable pidfile,
3355 except when that is /dev/null.
3356 * dpkg: Print the current set of enabled force options on --force-help.
3357 * dpkg: Parse and set new DPKG_FORCE environment variable for subprocesses.
3359 * dpkg-statoverride: Add support for --force-* options.
3360 * dpkg-statoverride: Switch from --force option to new --force-<thing>
3361 options. Deprecate --force option which will be considered an alias for
3362 --force-all for now.
3363 * dpkg, dpkg-statoverride: Add new option --refuse-security-mac to control
3364 SELinux. See #811037.
3365 * dpkg: Clarify error on unknown system user/group in statoverride database.
3367 * dpkg-buildpackage: Clarify the warning/error on short OpenPGP key IDs.
3369 * dpkg-maintscript-helper: Restrict find for dir-to-symlink move to
3370 -maxdepth 1. Thanks to Ralf Treinen <treinen@free.fr>. Closes: #922799
3371 * dpkg-genbuildinfo: Add support for a new Build-Tainted-By field in
3372 .buildinfo files. Suggested by Alexander E. Patrakov <patrakov@gmail.com>.
3373 * libdpkg: Clarify field names in error and warning messages.
3374 * libdpkg: Optimize error handling. Move the error reporting outside the
3375 involved functions so that we do not need to call gettext if there is no
3376 error, which has a significant performance cost.
3377 * libdpkg: Merge nicknames table into fieldinfos, to stop penalizing the
3378 lookup of non-obsolete fieldnames.
3379 * libdpkg: Print a more accurate warning for Revision nicknames.
3380 * libdpkg: Increase the pkg-hash bins size to 65521, to improve hash table
3381 performance at the cost of a bit more memory usage.
3382 * libdpkg: Blank packages that are not-installed with unknown selection.
3384 * libdpkg, dpkg: Print the dpkg database directory on access errors.
3387 - Dpkg::Vendor::Debian: Add support for merged-usr-via-symlinks tainted
3388 tag. Suggested by Alexander E. Patrakov <patrakov@gmail.com>.
3389 - Dpkg::Vendor::Debian: Add support for usr-local-has-* tainted tags.
3390 - Dpkg::Source::Package: Add a missing use Dpkg::Source::Format.
3391 Diagnosed by Ian Jackson <ijackson@chiark.greenend.org.uk>.
3394 - start-stop-daemon(1): Document behavior of --pidfile security checks.
3396 - dpkg(1): Document the unknown selection state. Closes: #922407
3398 - dpkg: Move SELinux fallback label to the SELinux specific code path.
3399 - dpkg: Simplify maintscript_set_exec_context().
3400 - dpkg: Move force options support into its own file.
3401 - dpkg: Do not hardcode the program name in the --force-help output.
3402 - dpkg: Switch force options from individual variables to bit fields.
3403 - dpkg: Switch from a char to an enum to track the force options types.
3404 - dpkg: Switch to set the default force option from the forceinfos array.
3405 - libdpkg: New benchmark programs and infrastructure.
3406 - libdpkg: Add new dpkg_error_move() function.
3407 - libdpkg: Add new dpkg_has_error() function.
3408 - libdpkg: Move status names from parse errors to arguments.
3409 - libdpkg: Use va_arg copy instead of the original on a vasprintf() call.
3410 - libdpkg: Include <string.h> in pager.c.
3411 Reported by Y <sevener@cock.li>. Closes: #922212
3412 - libdpkg: Use pkg_set_want() instead of a direct assignment.
3414 - Check whether this dist is a release, based only on the version format.
3415 This will avoid having to do a two staged release to get a proper perl
3416 distribution tarball.
3418 - autopkgtest: Add file to Depends fields.
3419 - autopkgtest: Clarify behavior on root/non-root requirement.
3420 - Bump Standards-Version to 4.3.0 (no changes required).
3421 - Remove now unused assert usertag description.
3422 - Remove trailing whitespace from changelog.
3423 - Remove Origin and Bugs fields from control file.
3424 - Include a bug-script to report on tainted merged-usr-via-symlinks.
3426 - libdpkg: Fix unit test for file_slurp(). Closes: #920974
3427 Diagnosed by Frank Schaefer <kelledin@gmail.com>.
3429 [ Updated programs translations ]
3430 * Dutch (Frans Spiesschaert). Closes: #921942
3431 * German (Sven Joachim).
3432 * Simplified Chinese (Zhou Mo). Closes: #920972
3434 [ Updated scripts translations ]
3435 * German (Helge Kreutzmann).
3437 [ Updated man pages translations ]
3438 * Dutch (Frans Spiesschaert). Closes: #921943
3439 * French (Jean-Pierre Giraud). Closes: #920905
3440 * German (Helge Kreutzmann).
3442 -- Guillem Jover <guillem@debian.org> Sat, 23 Feb 2019 18:00:54 +0100
3444 dpkg (1.19.4) unstable; urgency=medium
3446 * start-stop-daemon: Do not sanity check the pidfile when it is specified as
3447 /dev/null, as that implies the caller wants to start the program no matter
3448 what. Closes: #920242
3450 - start-stop-daemon: Only use SO_PASSCRED if defined. Fixes build failure
3451 at least on GNU/Hurd.
3453 - autopkgtest: Pass --disable-nls and --disable-dselect to configure.
3454 - autopkgtest: Change Depends to «build-essential, autoconf, pkg-config».
3456 -- Guillem Jover <guillem@debian.org> Wed, 23 Jan 2019 13:06:39 +0100
3458 dpkg (1.19.3) unstable; urgency=medium
3461 * dpkg-source: Stop filtering @builddeps@ from Testsuite-Triggers field.
3463 * dpkg-genchanges: Only reference binary packages being uploaded, which
3464 means that for a source-only upload, the Binary and Description fields
3465 should be empty. Closes: #818618
3466 * dpkg-scanpackages: Do not compute unnecessary checksums when using the
3467 --hash argument. Based on a patch by Chris Lamb <lamby@debian.org>.
3469 * dpkg-scanpackages: Emit a warning with the list of repeat packages.
3470 Prompted by Johannes Schauer <josch@debian.org>.
3471 * start-stop-daemon: Check whether standalone --pidfile use is secure.
3472 Prompted by Michael Orlitzky <michael@orlitzky.com>.
3473 * start-stop-daemon: Print complete verbose lines, instead of partial lines
3474 with no newlines and a final print with a newline.
3475 * start-stop-daemon: Add new --notify-await and --notify-timeout options,
3476 which implement the systemd readiness protocol for services.
3478 * update-alternatives: Add new --debug option.
3479 * update-alternatives: Fix removal of obsolete slaves from the linked list.
3480 Reported by Andreas Beckmann <anbe@debian.org>. Closes: #916799
3481 * vendor.mk: Fix dpkg_vendor_derives_from macro documentation.
3482 Thanks to Colin Watson <cjwatson@debian.org>. Closes: #913816
3483 * vendor.mk: Add support for an improved dpkg_vendor_derives_from macro.
3484 Version the macros so that both can be used, and default the unversioned
3485 one to the version 0 macro.
3486 * dpkg: Mark the package we are giving up on a trigger cycle as "istobe"
3487 normal, so that the dependency checks know they cannot expect this package
3488 to be processed anymore. Otherwise we ended up never detecting that we
3489 were not making progress, as we expected to process this package at a later
3490 point, when that would never happen anymore. This then was causing asserts
3491 in the process queue loop. Closes: #901127, #910819
3492 * dpkg: Reset progress_bytrigproc once we have injected it into the current
3493 package process queue iteration, so that we do not keep trying to process
3494 it, which might end up generating artificial trigger cycles, if
3495 dependencies are not satisfied yet.
3496 * dpkg: Convert one trigger processing required type into the new try-queued
3497 one, so that we stop skipping unsatisfiable dependency checks.
3498 * dpkg: Move trigproc cycle reset inside try-deferred conditional. We should
3499 only reset the cycle detection in case we are not bailing out from the
3500 processing with an error, otherwise we could come back to this package and
3501 detect an artificial trigger cycle.
3502 * dpkg: Introduce a new dependency try level for trigger processing. This
3503 completely defers trigger processing until after the dependency cycle
3504 breaking level, so to avoid generating artificial trigger cycles, when we
3505 end up trying to process triggers with yet unsatisifiable dependencies.
3506 Closes: #810724, #854478, #911620
3507 * dpkg: Fix --help output, to clarify which arguments are optional.
3508 * libdpkg: Add proper tar error handling. This makes the tar extractor
3509 track and report back parse errors, so that we can give more descriptive
3511 * libdpkg: Detect unsupported tar entry types to give better error messages.
3512 * libdpkg: Add new db-fsys:Files and db-fsys:Last-Modified virtual fields.
3514 - Dpkg::Changelog::Debian: Preserve modelines at EOF. Closes: #916056
3515 Thanks to Chris Lamb <lamby@debian.org> for initial test cases.
3516 - Dpkg::File: Make file_slurp() also accept pathnames in addition to
3518 - Dpkg::Vendor::Ubuntu: Fix buildflags override after default setting move.
3519 Based on a patch by Iain Lane <laney@ubuntu.com> and
3520 Adam Conrad <adconrad@ubuntu.com>. Closes: #915881
3521 - Dpkg::Shlibs::Objdump: Remove unused Dpkg::IPC import.
3522 - Dpkg::Shlibs::Objdump: Only select objdump program when going to use it.
3523 - Dpkg::Source::Package: Do not reinitialize fields member in constructor.
3524 - Dpkg::Source::Patch: Do not recommend --include-removal when not
3525 supported. Closes: #913012
3526 - Dpkg::Source::Package::V3::Bzr: Fix format name in output message.
3527 - Dpkg::Source::Package: Add a new format option to the new constructor.
3528 Prompted by James McCoy <jamesan@debian.org>.
3529 - Dpkg::Source::Package: Improve debian/source/format parsing and
3531 - Dpkg::Source::Format: New public module.
3532 Prompted by Mattia Rizzolo <mattia@debian.org>.
3534 - dpkg(1): Clarify --remove action. Closes: #914478
3535 - dpkg-query(1): Clarify --list option behavior when no arguments are
3536 specified. Closes: #917098
3537 - deb-control(5): Clarify by adding a reference to deb-src-control(5) and
3538 removing an invalid comment in the example.
3539 Prompted by Helmut Grohne <helmut@subdivi.de>.
3540 - dpkg(1): Clarify databases used by --yet-to-unpack and --predep-package.
3541 Prompted by Johannes Schauer <josch@debian.org>.
3542 - Clarify character classes for various formats in man pages, by
3543 explicitly listing the character ranges within parenthesis.
3544 Prompted by Ian Jackson <ijackson@chiark.greenend.org.uk>.
3545 - dpkg-query(1): Document the version introducing the -f option.
3546 - dpkg-architecture(1): Add reference to the TERMS section in the
3547 VARIABLES section. Prompted by Axel Beckert <abe@debian.org>.
3548 - Fix POD for Dpkg::Interface::Storable derived method implementations.
3549 - Dpkg::Deps::Simple(3): Fix POD signature for new constructor.
3551 - dpkg-maintscript-helper: Use an explicit escape instead of a literal
3553 - Quote shell variables. Reported by Johannes Schauer <josch@debian.org>.
3554 - Switch perl code to use the new Dpkg::Source::Format module.
3555 - dpkg-source: Move source format selection earlier in the build.
3556 - dpkg-source: Use new format argument for Dpkg::Source::Package->new().
3557 - dpkg-shlibdeps: Remove unused variable.
3558 - dpkg-scanpackages: Unroll a single iteration loop.
3559 - start-stop-daemon: Compare foundany against 0 instead of treating it
3561 - start-stop-daemon: Switch code to use new info() and debug() functions.
3562 - update-alternatives: Use enums for actions instead of strings.
3563 - update-alternatives: Switch verbose selection into an enum.
3564 - dpkg: Negate tortoise_not_in_hare() function name and return value.
3565 - dpkg: Initialize trigcyclenode's next member once.
3566 - dpkg: Use common pattern of assigning as an iterator.
3567 - dpkg: Factor trigproc_new_cyclenode() out from check_trigger_cycle().
3568 - dpkg: Switch dependtry from an int to an enum.
3569 - dpkg: Move dependtry description from deferred_configure() to its
3571 - dpkg: Split trigger processing types into required, try-queued and
3573 - dpkg-query: Rename variable to avoid shadowing a local function.
3574 - When allocating use the variable instead of the type in sizeof().
3575 - dselect: Rename variable r to pkgbin.
3576 - libdpkg, dpkg: Rename r variables to fnn.
3577 - libdpkg: Rename ret variable to next.
3578 - libdpkg: Cleanup fsys module symbol names.
3579 - libdpkg: Rename pkg_db symbols to pkg_hash.
3580 - libdpkg: Add new warning printer setter function.
3581 Prompted by Julian Andres Klode <jak@debian.org>.
3582 - libdpkg: Add new DPKG_ERROR_OBJECT macro.
3584 - get-version: Use a format string with printf.
3585 - run-script: Use $() instead of deprecated ``.
3586 - run-script: Remove unused PERL_PROFILE variable, PERL5OPT can be used
3587 instead, and does not require leaving an unquoted variable around.
3588 - run-script: Add «set -e».
3589 - Build.PL: Set environment variables only for CPAN tests.
3590 - Build.PL: Set locale for CPAN tests to C. Fixes CPAN#127314.
3591 - configure: Split AM_INIT_AUTOMAKE arguments into different lines.
3593 - Bump Standards-Version to 4.2.1 (no changes needed).
3594 - Switch to debhelper compatibility level 11.
3595 - Create the log file in postinst only if it does not exist.
3596 Prompted by Johannes Schauer <josch@debian.org>.
3597 - Add superficial autopkgtest functional tests.
3599 - Add new shellcheck author test.
3600 - Add descriptions for the shellcheck exclude codes.
3601 - Update cppcheck suppressions.
3603 [ Updated programs translations ]
3604 * Dutch (Frans Spiesschaert). Closes: #912023
3605 * German (Sven Joachim).
3606 * Italian (Milo Casagrande). Closes: #915610
3607 * Portuguese (Miguel Figueiredo). Closes: #917813
3608 * Simplified Chinese (Zhou Mo). Closes: #919040
3610 [ Updated scripts translations ]
3611 * German (Helge Kreutzmann).
3613 [ Updated man pages translations ]
3614 * Dutch (Frans Spiesschaert). Closes: #912024
3615 * German (Helge Kreutzmann).
3617 -- Guillem Jover <guillem@debian.org> Tue, 22 Jan 2019 14:26:04 +0100
3619 dpkg (1.19.2) unstable; urgency=medium
3622 * dpkg: Fix --force-not-root for chown() and chmod() based syscalls, and
3623 give a more meaningful error message on chroot(). Closes: #614126
3624 * dpkg-divert, dpkg-statoverride: Add new --instdir and --root options,
3625 and make the commands honor the DPKG_ROOT environment variable.
3627 * libdpkg: Call the pager with «$SHELL -c» to respect POSIX. Closes: #910009
3628 * libdpkg: Do not spawn a pager if we are going to call «cat».
3629 * libdpkg: Honor DPKG_PAGER when spawning a pager.
3630 Suggested by Craig Sanders <cas@taz.net.au>.
3631 * libdpkg: Set LESS to “-FRSXMQ” if not already set, when spawning a pager.
3632 * libdpkg: Ignore SIGPIPE when setting up a pager, and then ignore EPIPE
3633 errors when writing to stdout, otherwise if we quit the pager early, the
3634 program will exit with an error code.
3635 * libdpkg: Set stdout to be fully buffered when using a pager.
3636 * dpkg, dpkg-query: Add new --no-pager option. For dpkg this is also a
3637 configuration option. Closes: #909754
3639 - Dpkg::OpenPGP: Ignore Version field in enarmored output.
3641 - Dpkg::OpenPGP: Do not read the gpg user configuration file.
3642 - Dpkg::Source::Functions: Reimplement is_binary() w/o using diff(1).
3643 - Dpkg::Source::Package::V2: Split the BinaryFiles module into its own
3644 file, and give it a more generic name (Dpkg::Source::BinaryFiles).
3645 - Dpkg::Source::Package::V2: Move binary file detection to BinaryFiles
3648 - dpkg-buildpackage(1): Clarify --build=source explanation.
3649 - dsc(5): Clarify what “flattened” means in Testsuite-Triggers.
3650 Prompted by Mattia Rizzolo <mattia@debian.org>.
3651 - dsc(5): Add a reference to where the source formats are described.
3652 Prompted by Manuel A. Fernandez Montecelo <mafm@debian.org>.
3653 - dpkg-source(1): Improve documentation on vendor-specific series files.
3654 - deb-control(5): Document Build-Ids field.
3655 Prompted by Stuart Prescott <stuart@debian.org>.
3656 - dpkg(1): Clarify which fields are affected by dependency options.
3657 Prompted by James Clarke <jrtc27@debian.org>.
3658 - dpkg-query(1): Document the PAGER environment variable usage.
3659 - Dpkg(1): Add POD documentation about the module hierarchy and API.
3661 - dpkg-split: Use nfstrnsave() instead of nfmalloc() + memcpy().
3662 - libdpkg: Add new fsys-dir module.
3663 - libdpkg: Pass the file contents to the pager instead of the filename.
3664 - libdpkg: Add a pager kill switch, so that it can be forcefully disabled.
3666 - Distribute a LICENSE file on CPAN.
3667 - Do not make the Build.PL script executable.
3668 - Generalize PACKAGE_CPAN_SIGN by setting PACKAGE_DIST_IS_RELEASE instead.
3669 - Add a release_status key to the CPAN metadata.
3670 - Fix typo in CPAN recommends key.
3671 - Improve test and author CPAN dependencies.
3673 - Break libapt-pkg5.0 instead of apt. Closes: #909959
3674 Analysis by Sven Joachim <svenjoac@gmx.de>.
3676 - Skip version checks involving «dpkg --compare-versions» if not available.
3677 This is relevant on CPAN or on non-dpkg-based systems.
3679 [ Updated programs translations ]
3680 * Polish (Łukasz Dulny).
3682 [ Updated man pages translations ]
3683 * German (Helge Kreutzmann).
3685 -- Guillem Jover <guillem@debian.org> Mon, 08 Oct 2018 11:43:48 +0200
3687 dpkg (1.19.1) unstable; urgency=medium
3690 * Fix logic in dpkg-buildpackage to decide whether to run build targets,
3691 which broke tons of packages that are violating Debian policy MUSTs.
3692 Thanks to James Clarke <jrtc27@debian.org>. Closes: #878899
3693 * Do not try to recompute hashes for the .dsc file when signing binary-only
3694 builds in dpkg-buildpackage. Reported by Ximin Luo <infinity0@debian.org>.
3695 * Pass the correct source stanza to the dpkg-buildpackage code parsing the
3696 Rules-Requires-Root field. This meant the field was being ignored.
3697 * Run dpkg-source directly from the current working directory in
3698 dpkg-buildpackage, instead of changing directory back and forth.
3699 * Setup and check rootcommand in dpkg-buildpackage only if it is going to
3700 be needed. Reported by Niels Thykier <niels@thykier.net>.
3701 * Add color support to dpkg-maintscript-helper (a shell script).
3702 * Fix warning by including <sys/sysmacros.h> for makedev() in libdpkg.
3703 * Fix directory traversal with dpkg-deb --raw-extract, by guaranteeing
3704 that the DEBIAN pathname does not exist. Closes: #879982
3705 Reported by Jakub Wilk <jwilk@jwilk.net>.
3706 * Add new AS, STRIP, OBJCOPY, OBJDUMP, NM, AR and RANLIB buildtools
3707 variables to buildtools.mk. Prompted by Helmut Grohne <helmut@subdivi.de>.
3708 * Restore rejecting negated architectures in Architecture field in
3709 dpkg-gencontrol and dpkg-genchanges. Regression introduced in dpkg 1.18.5.
3710 * Fix dpkg-gensymbols to print "error" instead of "warning" when these
3711 are fatal. Closes: #881488
3712 * Rename DPKG_GAIN_ROOT_CMD to DEB_GAIN_ROOT_CMD in the R³ support, as
3713 the variable is expected to be set by any builder, not just dpkg. And
3714 introduce ephemeral backwards compatibility even though there are no
3716 * Do not set DEB_GAIN_ROOT_CMD in dpkg-buildpackage when the R³ value is
3717 <implementations-keywords>, following the specification.
3718 * Specify that DEB_GAIN_ROOT_CMD in R³ should preserve the environment.
3719 Proposed by Josh Triplett <josh@joshtriplett.org>.
3720 * Specify new DEB_RULES_REQUIRES_ROOT variable for R³ support.
3721 * Add new --rules-requires-root option to dpkg-buildpackage.
3722 * Declare R³ specification as "recommendation, stable" with version 1.0.
3723 * Export architecture variables by default from architecture.mk, as
3724 documented in dpkg-architecture(1). Closes: #888964
3725 Thanks to Jack Bates <wdz7eo@nottheoilrig.com>
3726 * Increment the line number on dpkg --set-selections on unknown packages.
3727 Reported by Heinz Repp <heinz.repp@arcor.de>. Closes: #888983
3728 * Switch a DEBIAN/conffile parsing assert() in dpkg due to empty lines
3729 into an ohshit(), because this is really a run-time error.
3730 * Fix assert() in dselect to expect the method lock file descriptor to be
3731 initialized, instead of non-zero.
3732 * Switch a fatal() call in start-stop-daemon into the new BUG() macro,
3733 because it is really an internal error.
3734 * Switch all assert() calls (except in update-alternatives) into internerr()
3735 or BUG() calls, to get way better reporting with variable contents and
3736 descriptions, and to make them always present independent of NDEBUG.
3737 * Add a new --no-rename option to dpkg-divert. This is the current default
3738 behavior, but it will make it possible to do a default switch in 1.20.x.
3739 * Warn when using dpkg-divert --add or --remove w/o --rename or --no-rename.
3740 * Warn when using dpkg-divert --rename on a file from an Essential package.
3741 * Use a single “struct filenamenode” definition for the entire code base.
3743 * Add support for frontend locking. This makes it possible for frontends
3744 using this new protocol, to safely lock the dpkg database w/o risk of
3745 race conditions with other dpkg instances or frontends supporting the
3746 same protocol. Thanks to Julian Andres Klode <jak@debian.org>.
3747 Closes: #850417, #851984
3748 * Do not emit perl warnings in dpkg-source --help on source formats w/o
3750 * Make dpkg-buildpackage validate OpenPGP signing key IDs length. Error out
3751 for short key IDs and warn for long key IDs.
3752 * On the dpkg conffile prompt, print the set of environment variables setup
3753 for the conffile shell, for easier discoverability.
3754 * Fix dpkg-buildpackage option --rules-file parsing. It was trying to parse
3755 it as --rules-target, which due to the ordering was a no-op.
3756 * Only check for fallback build targets presence on binary builds in
3758 * Only check required build dependencies for known targets specified with
3759 dpkg-buildpackage --rules-target option.
3760 Reported by Johannes Schauer <josch@debian.org>.
3761 * Track package status dirtiness in dpkg to only log and report in status-fd
3762 when it has changed, removing duplication in output. Closes: #365921
3763 * Use Synopsis instead of Summary for the short Description, to unify the
3764 nomenclature and to make it more descriptive. Add a new binary:Synopsis
3765 virtual field to dpkg-query show format.
3766 * Add new dpkg-buildpackage --no-post-clean option, to be able to explicitly
3767 select the current default behavior.
3768 * Dump database package records in alphabetical order. This will give
3769 reproducible status and available database files, and make it possible
3770 to output other deb822 formatted data in a deterministic way.
3771 * Require both standard input and output to be connected to a terminal to
3773 * Run dpkg-query --list output through a pager if we are on a terminal,
3774 instead of truncating it, to avoid data loss. Closes: #898603
3775 * Fix use after free in dpkg maintainer script handling. Regression
3776 introduced in dpkg 1.19.0.
3777 * Flush output for dpkg-query --status, --print-avail and --listfiles at
3778 the end, instead of after each stanza.
3779 * Add support for dumping all dpkg-query --status and --print-avail records
3780 from the database when no arguments are specified. Closes: #616342
3781 * Add new dpkg-gensymbols -l option to avoid having to abuse LD_LIBRARY_PATH
3782 for cross-build paths.
3783 * Check that DPKG_MAINTSCRIPT_PACKAGE is defined in dpkg-maintscript-helper.
3785 * Switch dpkg-gencontrol and dpkg-genchanges to track automatically
3786 generated artifacts by using the Auto-Built-Package field from the binary
3787 package instead of hardcoding package name patterns (such as «-dbgsym$»).
3788 * Add new --reverse option to dpkg-parsechangelog, to list the changelog
3789 entries in reverse order.
3790 * Architecture support:
3791 - Add support for riscv64 CPU. Closes: #822914
3792 Thanks to Manuel A. Fernandez Montecelo <mafm@debian.org>
3793 - Document the purpose and columns in the tupletable file.
3795 - Add libcompat md5 module to the libcompat-test library, so that we
3796 always make sure it builds, even when we use an external implementation.
3797 - Convert libcompat md5 module to use C99 int types, instead of mapping
3798 them from the BSD types at configure time.
3799 - Use MD5_CTX instead of struct MD5Context, as the prevalent more portable
3800 type on system's <md5.h> headers.
3801 - Check for ldconfig command in dpkg only on platforms that do have it.
3802 - Fix file descriptor leak in start-stop-daemon on AIX.
3803 - libcompat: Add new strchrnul() implementation.
3805 - Dpkg::Source::Package::V1: Check that $tarname is defined before use.
3806 Thanks to Christoph Biedl <debian.axhn@manchmal.in-ulm.de>.
3808 - Dpkg::Vendor::Debian: Use proper %use_feature key. This was causing perl
3809 errors on paths not accepted for fixdebugpath.
3810 Reported by Mattia Rizzolo <mattia@debian.org>, on IRC. Closes: #881051
3811 - Dpkg::Changelog: Print versions for incorrect changelog range warnings.
3812 Thanks to Paul Wise <pabs@debian.org>.
3813 - Dpkg::Shlibs::SymbolFile: Check that $state->{seen} exists instead of
3814 $state being just defined. Fixes regression in dpkg-gensymbols symbols
3815 output. Thanks to Dmitry Shachnev <mitya57@debian.org>. Closes: #880166
3816 - Dpkg::Arch: Add new positive options argument to arch validators.
3817 - Dpkg::Vendor::Debian: Mark hurd-i386 as having gcc builtin PIE.
3818 Requested by Samuel Thibault <sthibault@debian.org>.
3819 - Dpkg::Source::Package::V2: Print one building line per existing tarball.
3820 - Dpkg::Source::Package: Print building lines for upstream tarball
3821 signatures. Closes: #888787
3822 - Dpkg::Deps: Turn virtualpkg tracking from an arrayref into a hashref.
3823 - Dpkg::Vendor::Debian: Mark riscv64 as having gcc builtin PIE.
3824 - Dpkg::Shlibs::Objdump: Fix ELF program detection, for PIE binaries and
3825 executable libraries.
3826 - Dpkg::Version: Fix bool overload behavior back to be an is_valid()
3827 alias. Emit a specific perl warning until 1.20.x so that users can check
3828 whether the semantic change has any impact on the code, which can then
3829 be quiesced. Closes: #895004
3830 - Dpkg::Changelog::Parse: When detecting the changelog format, read the
3831 last 4KiB of the file instead of using «tail -n40», which should be
3832 both faster and more portable, as the default tail(1) is not POSIX
3833 compliant on all systems (c.f. Solaris).
3834 - Dpkg::Build::Types: Add new set_build_type_from_targets() function.
3835 - Dpkg::Shlibs::SymbolFile: Always assign a proper Dpkg::Version to the
3836 deprecated variable, otherwise the scalar value 0 can get confused
3837 on scalar context to denote it is *not* deprecated instead of being
3839 - Dpkg::Shlibs: Disable bool overload Dpkg::Version warnings.
3840 - Dpkg::Vendor::Debian: Inline _parse_feature_area() into
3841 _add_build_flags(), for a small speed up and line count reduction.
3842 - Dpkg::BuildFlags: Move default flags setting into the Dpkg::Vendor
3844 - Dpkg::Gettext: Fix fallback textdomain() to honor its expected interface.
3845 - Dpkg::Deps: Split subpackages into their own separate modules.
3846 - Dpkg::Source: Do not change patch permissions if not necessary.
3848 - Dpkg::Substvars: Reword used/unused warnings to clarify their meaning.
3850 - Dpkg::Shlibs: Warn when using LD_LIBRARY_PATH with a private library
3851 directory which is a descendent of the current working directory.
3852 - Dpkg::Source::Package::V3::Quilt: Print series file used when applying
3854 - Dpkg::OpenPGP: Return the destination path on successful ASCII armor
3856 - Dpkg::Control::Fields: Do not use & sigil for function calls.
3857 - Dpkg::Shlibs: Ignore nonexistent directories present in LD_LIBRARY_PATH.
3858 - Dpkg::Deps::KnownFacts: Satisfy :native with arch:all packages too.
3859 These are treated as native packages everywhere else in the multi-arch
3860 design, this was the only exception, which has become a source of
3861 packaging problems as of late. This was apparently an oversight in
3862 the original implementation. Closes: #854438
3863 - Dpkg::Vendor::Debian: Add fixfilepath support to reproducible feature.
3864 - Dpkg::Dist::Files: Add support for file attributes.
3866 - Update gettext minimal version in README.
3867 - Add a missing dot on the dpkg-buildflags(1) «lfs» feature paragraph.
3868 Spotted by Helge Kreutzmann <debian@helgefjell.de>.
3869 - Document DPKG_COLORS environment variable for all programs using it.
3870 - Document DPKG_NLS environment variable for all programs using it.
3871 - Document the Testsuite and Testsuite-Triggers fields in
3872 deb-src-control(5). Prompted by Mattia Rizzolo <mattia@debian.org>.
3873 - Update git URLs for move away from alioth.debian.org.
3874 - Fix set_build_type_from_options() description in Dpkg::Build::Types.
3875 - Clarify PIE build flag feature semantics. Closes: #900088
3876 - Clarify dpkg-buildpackage pre and post-clean options and their default
3878 - Add --build option equivalents for dpkg-buildpackage short build type
3879 options in --help output.
3880 - Fold dpkg-buildpackage --[no-]check-builddeps in --help into both -D
3881 and -d option descriptions.
3882 - Mark profiles as a replaceable item in dpkg-buildpackage --help output.
3883 - Update test suite requirements in README.
3884 - Document textdomain() and ngettext() replacement functions in
3886 - Clarify arch-qualified dependency simplification in Dpkg::Deps POD.
3887 - Improve Dpkg::Deps modules and methods documentation.
3888 - Fix typo in deb-changes(5). Closes: #902616
3889 - Clarify awaiting state for interest and activate directives.
3891 - Fix man page markup. Closes: #900033, #900035, #900040
3892 Thanks to Bjarni Ingi Gislason <bjarniig@rhi.hi.is>.
3893 - Fix Doxygen comment for libdpkg dpkg_arch_find() function.
3894 - Document the dangers of using start-stop-daemon(8) only with --pidfile
3895 as matching option with the pid file owned by a non-privileged user.
3897 - Do not use stringy eval to define different sub implementations,
3898 just assign an anonymous sub to the typeglob.
3899 - Use memccpy() instead of strncpy() to quiesce a gcc-8 warning.
3900 - Change pkgbin_name_needs_arch() to never arch-qualify packages that
3901 have an empty or no architecture, which was already handled as part
3902 of varbuf_add_archqual().
3903 - libdpkg: Factor out cached arch-qualified package name generation into
3904 new pkgbin_name_archqual() function.
3905 - libdpkg: Add new pkg_name() and pkgbin_name() const variants.
3906 - libdpkg, dselect: Use new pkg_name_const() and pkgbin_name_const().
3907 - libdpkg: Rename struct pkginfo files member to archives.
3908 - dpkg: Call ensure_package_clientdata() defensively.
3909 - dpkg: For read-only state functions, check that clientdata is allocated
3911 - libdpkg: Move files list information from dpkg clientdata to pkginfo.
3912 - dpkg: Move ensure_package_clientdata() into its own file.
3913 - libdpkg: Move db-fsys code from src to lib/dpkg.
3914 - libdpkg: Rename pkg-db module to pkg-hash.
3915 - libdpkg: Simplify pkg_files_blank() by using a pointer to pointer to
3916 track the previous entry.
3917 - libdpkg: Factor out package files handling into its own module.
3918 - libdpkg: Switch to a new tiny struct to track file on-disk identity.
3919 This should reduce the run-time memory used.
3920 - libdpkg: Reset nfiles in files_db_reset().
3921 - libdpkg: Split push_cleanup() into push_cleanup_fallback().
3922 - Switch from strchr() + strlen() to strchrnul().
3923 - libdpkg: Change dpkg_error to track errno values.
3924 - libdpkg: Add new varbuf_new() and varbuf_free() functions.
3925 - libdpkg: Add new file_slurp() function.
3926 - libdpkg: Switch db-fsys to use the new file_slurp() function.
3927 - libdpkg: Add new pkg_infodb_reset_dir().
3928 - libdpkg: Add new m_dup() function.
3929 - libdpkg: Factor out package stanza printing into its own function.
3930 - libdpkg: Split pager specific code into its own module.
3931 - libdpkg: Add pager spawning and reaping support.
3932 - Use new pager spawning support instead of open-coding it, or piping it
3933 via a shell invocation, which required metacharacter escaping.
3934 - dpkg-query: Split enqperpackage() into each different action.
3936 - Set distribution tarball format to ustar, instead of default v7 format.
3937 - Mark PO4A and POD2MAN as precious variables.
3938 - Automatically replace -Wno- with -W when testing compiler flags,
3939 instead of passing the positive form manually.
3940 - Enable clang -Wdocumentation warning if available.
3941 - Enable gcc-7 -Wregister warning if available.
3942 - Add CPAN distribution machinery for the perl modules. Closes: #821177
3943 - Add an autogen script to help people bootstrap the project.
3944 - Distribute the man.stamp from VPATH.
3945 - Preserve timestamps when distributing man pages.
3946 - Add a GitLab CI configuration file.
3947 - Disable C optimization levels when configuring for code coverage.
3949 - Install update-alternatives policykit-1 file.
3950 - Add Breaks to libdpkg-perl against pkg-kde-tools (<< 0.15.28~), as
3951 that package is using private modules with no API guarantees, that
3952 obviously broke due to recent changes in 1.19.0. Closes: #878919
3953 - Add Breaks on debhelper << 10.10.1~ to dpkg-dev, so that debhelper users
3954 wanting to use R³ support do not need a versioned dependency on dpkg-dev.
3955 - Add Breaks dgit << 3.13~ to libdpkg-perl, as older dgit versions assumed
3956 that Dpkg::Compression::Process was available, via implicit import
3957 from Dpkg::Source::Package.
3958 Reported by Ian Jackson <ijackson@chiark.greenend.org.uk>.
3959 - Bump Standards-Version to 4.1.1 (no changes needed).
3960 - Add bzip2 and xz-utils to Build-Depends, required by the functional test
3961 suite, but shadowed by dpkg-dev from the build system pulling those in.
3962 - Add versioned libncurses-dev as the first Build-Depends alternative.
3963 Thanks to Sven Joachim <svenjoac@gmx.de>.
3964 - Do not pass VERBOSE to test suite, as we are not using any automake
3965 test driver, so it does not get honored.
3966 - Rename maintainer-build DEB_BUILD_OPTIONS to new standardized terse.
3967 - Enable verbose test suite only in non-terse builds.
3968 - Add a Suggests on sensible-utils to libdpkg-perl.
3969 - Switch libdpkg-perl again to depend on perl:any, now that debootstrap
3970 in stable (stretch) supports arch-qualified dependencies.
3971 - Update libdpkg-perl public module list in package description.
3972 - Add Breaks on apt (<< 1.7~b) for --status-fd duplicate removals.
3974 - Skip Dpkg::OpenPGP test if gpg is not present.
3975 - Check POD in all perl scripts.
3976 - Consider *.PL also to be perl files.
3977 - Infer automatically the unit test data directory.
3978 - Infer automatically the unit test temp directory.
3979 - Add new po author test case (use i18nspector if available).
3980 - Add new test cases to clarify arch-qualified dependency simplification.
3981 - Add several TODO tests cases for dependency simplification.
3982 - Add new cppcheck author test.
3983 - Add support for new test_get_srcdir() test_get_builddir().
3984 - Add new unit tests for namevalue, fsys-hash and pkg-hash libdpkg modules.
3985 - Improve coverage of perl unit tests.
3986 - Delete fixup lines from i18nspector output instead of emptying them.
3987 - Add new codespell author test.
3988 - Add new test that the public libdpkg headers can be compiled with C++.
3991 * Perl: Replace all calls to Cwd::cwd with Cwd::getcwd; the former calls
3992 /bin/pwd, while the latter uses the getcwd() syscall directly.
3994 [ Updated programs translations ]
3995 * Dutch (Frans Spiesschaert). Closes: #881401
3996 * German (Sven Joachim).
3997 * Italian (Milo Casagrande). Closes: #883085
3998 * Polish (Łukasz Dulny).
3999 * Simplified Chinese (Zhou Mo, Boyuan Yang). Closes: #900547, #890806
4000 * Spanish (Javier Fernández-Sanguino).
4001 * Traditional Chinese (Buo-ren Lin). Closes: #905887
4002 * Turkish (Mert Dirik). Closes: #886252
4004 [ Updated scripts translations ]
4005 * German (Helge Kreutzmann).
4007 [ Updated man pages translations ]
4008 * Dutch (Frans Spiesschaert). Closes: #881403
4009 * German (Helge Kreutzmann).
4010 * Simplified Chinese (Zhou Mo).
4012 -- Guillem Jover <guillem@debian.org> Wed, 26 Sep 2018 15:13:22 +0200
4014 dpkg (1.19.0) unstable; urgency=medium
4017 * Remove an unused variable in dpkg-shlibdeps.
4018 Thanks to Niels Thykier <niels@thykier.net>.
4019 * Parse start-stop-daemon usernames and groupnames starting with digits in
4020 -u and -c correctly. Reported by Bodo Eggert <7eggert@online.de>.
4021 * Cache the result of «dpkg-query --control-path» calls in dpkg-shlibdeps.
4022 Based on a patch by Niels Thykier <niels@thykier.net>. Closes: #846405
4023 * Always use the binary version for the .buildinfo filename in
4024 dpkg-genbuildinfo. Reported by Raphaël Hertzog <hertzog@debian.org>.
4026 * Fix integer overflow in deb(5) format version parser.
4028 * Re-enable upstream tar signatures when building source format 1.0.
4029 * Make dpkg-deb --build sanity check the config maintainer script file type
4031 * Add support to dpkg-deb for rootless builds, by setting the owner and
4032 group for the control.tar entries to root:root, and making it possible to
4033 do the same for the data.tar entries via the new --root-owner-group option.
4034 Based on a patch by Niels Thykier <niels@thykier.net>. Closes: #291320
4035 * Make dpkg-buildpackage error out if --as-root is passed without
4037 * Add support for rootless builds in dpkg-buildpackage by honoring the
4038 Rules-Requires-Root (R³) field.
4039 * Add new dpkg-buildflags --query command, which is like --status but in
4041 * Remove long obsolete dselect floppy method.
4042 * Remove traces of non-US support from dselect methods.
4043 * Add support for a new Build-Kernel-Version field in .buildinfo files,
4044 that can be emitted with a new dpkg-genbuildinfo --always-include-kernel
4045 option. Closes: #873937
4046 * Make dpkg-genchanges honor substvars in .changes Description field.
4048 * Add support for source package Description and substvars. This new
4049 field in the debian/control source stanza will be copied into the .dsc
4050 file, and will also be used to initialize the new source:Synopsis and
4051 source:Extended-Description substvars that will be available when
4052 generating the DEBIAN/control and .changes files. Closes: #555743
4053 * Add new “future” feature area in dpkg-buildflags:
4054 - Add new «lfs» feature, to be used instead of the getconf(1) interface
4055 which cannot support cross-building.
4056 * Add new buildtools.mk make fragment to support build tools variable
4057 setup, for both TOOL and TOOL_FOR_BUILD variables. Not included by
4058 default from default.mk.
4059 * Make --uniform-compression the new default dpkg-deb behavior. Add support
4060 for negating the option via --no-uniform-compression.
4061 * Clarify subprocess error message by shuffling words around.
4062 * Print the package name on maintainer script errors. Closes: #877521
4063 * Fix capitalization of Debian in dpkg-deb output messages.
4064 * Add a policykit file for running update-alternatives via pkexec.
4065 Propose by Boyuan Yang <073plan@gmail.com>.
4067 - Switch from Dpkg::Util to List::Util, now that the module in the
4068 new required Perl contains the needed functions.
4069 - Add a new "unique_tuple_key" option to Dpkg::Index set_options() to
4070 set better default "get_key_func" options, which will become the default
4071 behavior in 1.20.x. Prompted by Johannes Schauer <josch@debian.org>.
4072 - Mark ppc64 and powerpc as having gcc builtin PIE in Dpkg::Vendor::Debian.
4073 - Make the Dpkg::Substvars warnings output deterministic.
4074 Thanks to Chris Lamb <lamby@debian.org>. Closes: #870221
4075 - Remove unused POSIX module imports.
4076 - Use Errno module instead of the slow to import POSIX.
4077 - Remove unused Dpkg::Path from Dpkg::Vendor::Ubuntu.
4078 - Only load POSIX from Dpkg::Compression::FileHandle if we are going to
4079 use signal definitions, reducing the load time of many other modules.
4080 - Only load Dpkg::BuildOptions and Dpkg::Arch from Dpkg::Vendor-specific
4081 modules if we are going to use them, reducing the load time of many
4083 - Only load Term::ANSIColor from Dpkg::ErrorHandling if we are going to
4084 use colors, reducing the load time of many other modules.
4085 - Move color setup into report_pretty in Dpkg::ErrorHandling.
4086 - Move printforhelp initialization into usageerr() in Dpkg::ErrorHandling.
4087 - Avoid many function arguments in Dpkg::Shlibs::SymbolFile parse().
4088 - Avoid many function arguments in Dselect::Ftp do_connect().
4089 - Add new Dpkg::Interface::Storable option to disable compression support,
4090 so that we can load Dpkg::Compression::FileHandle only when enabled.
4091 - Disable decompression support for Dpkg::Vendor origin files.
4092 - Move file_lock() function into a new Dpkg::Lock module, to reduce the
4093 module load chain for several Dpkg modules.
4094 - Add support for new DPKG_NLS environment variable in Dpkg::Gettext,
4095 that when set to 0 will disable NLS (i18n) support in the Dpkg modules,
4096 and reduce the load chain.
4097 - Disable compression when using the default file in
4098 Dpkg::Changelog::Parse.
4099 - Mark all missing CTRL_INDEX_SRC and CTRL_INDEX_PKG fields as allowed
4100 in Dpkg::Control::FieldsCore.
4101 - Complete field order for CTRL_PKG_DEB and CTRL_FILE_STATUS types in
4102 Dpkg::Control::FieldsCore.
4103 - Switch to use lowercase field names for all internal field name
4104 handling in Dpkg::Control::FieldsCore, giving a significant speed up.
4105 - Remove dependency on Dpkg::Checksums from Dpkg::Control::FieldsCore.
4106 - Do not execute code when importing Dpkg::Control::FieldsCore.
4107 - Use substr instead of a regex to match the first line characters in
4108 when parsing control files in Dpkg::Control::HashCore.
4109 - Merge build flag methods into a single _add_build_flags private method
4110 in Dpkg::Vendor::Debian.
4111 - Do not use an intermediate variable in Dpkg::Control::HashCore::Tie
4113 - Expect deb822 stanza delimiters more often than OpenPGP Armor Headers
4114 in Dpkg::Control::HashCore parse method.
4115 - Optimize trailing space matching on Dpkg::Control::HashCore parse
4116 method, by trimming it just once at the beginning of the iteration.
4117 - Optimize trailing space trimming on Dpkg::Control::HashCore parse
4118 method, by requiring that at least one whitespace is present.
4119 - Optimize first character matching in Dpkg::Control::HashCore parse
4120 method, by storing the first character in a variable.
4121 - Optimize field/value parsing in Dpkg::Control::HashCore parse method,
4122 by switching from a capturing regex to split() plus a checking regex.
4123 - Auto-convert binary signatures to OpenPGP ASCII Armor in
4124 Dpkg::Source::Package when building source packages.
4125 - Switch Dpkg::Source::Package::V3 modules to use find_command() instead
4127 - Call source format prerequisites Dpkg::Source::Package method if
4128 present. Addresses: #877688
4129 - Unify Dpkg::ErrorHandling subprocess errors with the ones from libdpkg.
4130 - Do not emit a perl warning if gcc or dpkg is not found from Dpkg::Arch,
4131 the code already handles the commands not being present.
4132 - Do not unnecessarily require setting the host_arch in Dpkg::Deps.
4134 - Do not normalize args past a passthrough stop word in Dpkg::Getopt.
4135 Some commands pass some arguments through to another command, and
4136 those must not be normalized as that might break their invocation.
4137 Reported by Helmut Grohne <helmut@subdivi.de>.
4139 - Document currently accepted syntax for changelogs in deb-changelog(5).
4141 - Mark source:Version substvar in bold in deb-substvars(5).
4142 - Clarify behavior for dpkg-maintscript-helper. Closes: #857852
4143 - Use <command-string> instead of <command> for -c argument value in
4144 dpkg-architecture(1). Reported by Johannes Schauer <josch@debian.org>.
4145 - Itemize the CTRL_* constants in the Dpkg::Index POD.
4146 - Update buildinfo information in dpkg-buildpackage man page to match
4147 the current implementation.
4148 - Add all source files to POTFILES.in files.
4149 - Move deb-version man page to section 7.
4150 - Remove reference to obsolete dpkg-cross(1).
4151 - Sort control field export markers by tool order in deb-src-control(5).
4152 - Document Package-Type and Enhances fields in deb-control(5).
4153 - Write the actual glyphs used to delimit dependency restrictions in
4155 - Move Package-Type description just after the Package field in
4157 - Move udeb-specific fields to the end of the list of fields in
4158 deb-src-control(5), and mention these are really udeb-specific.
4159 - Document that dependency fields in binary stanza can have restrictions
4160 in deb-src-control(5).
4161 - Clarify that the Testsuite field is comma-separarted.
4162 - Fix update-alternatives man page section in alternatives/README file
4163 reference. Closes: #872309
4164 - Use correct name for archname validator value in dpkg(1) man page.
4165 Reported by Niels Thykier <niels@thykier.net.
4166 - Add new deb-src-rules(5) man page.
4167 - Document that trailing commas are valid in debian/control dependency
4168 fields, which get stripped when generating output files.
4169 Prompted by Mattia Rizzolo <mattia@debian.org>.
4170 - Clarify that sanitize options should not be used for production builds.
4171 - Remove recommendation to use Pre-Depends for trigger directives from
4172 deb-triggers(5). Closes: #864882
4173 - Add new rootless build experimental draft specification.
4174 Initial proposal by Niels Thykier <niels@thykier.net>, wording fixes
4175 and spec clarifications by Guillem Jover <guillem@debian.org>.
4176 - Fix several function signature documentation.
4178 - Switch perl code to use -> operator for function variables.
4179 - Switch perl code from split() with /\s+/ to ' '.
4181 - Require Perl 5.20.2, the version in Debian oldstable (jessie).
4182 - Use new gcc-7 -Wrestrict and -Wshift-negative-value warnings if
4184 - Do not override the default DEPENDENCIES for libdpkg, extend it instead.
4185 - Install perl man pages in section 3perl.
4187 - Remove preinst maintainer scripts for dselect and dpkg-dev, for an
4188 ancient /usr/share/doc symlink to directory switch. Closes: #867327
4189 - Remove now unused libio-string-perl Build-Depends, and versioned
4190 dpkg-dev as we do not use build profiles any more.
4191 - Set Rules-Requires-Root field to no.
4192 - Do not set redundant source compression to xz.
4193 - Bump Standards-Version to 4.1.0 (no changes needed).
4194 - Switch to debhelper compatibility level 10.
4195 - Split alternatives logrotate into its own configuration file to help
4196 downstreams and derivatives.
4197 - Remove ancient code recompressing the alternatives database backups
4198 from xz to gzip in the dpkg daily cron job.
4199 - Remove Replaces and Breaks for ancient transitions.
4200 - Remove workaround for ancient gcc lacking stackprotectorstrong support.
4201 - Remove maintainer script code to handle downgrades to pre-triggers and
4202 pre-multiarch dpkg versions.
4203 - Remove alternative logs when purging dpkg (!?).
4204 - Add support for DPKG_ROOT in dpkg maintainer scripts.
4205 - Add git and bzr to libdpkg-perl Suggests. Closes: #877688
4207 - Enable perlcritic Documentation::RequirePodSections and
4208 Miscellanea::ProhibitTies.
4209 - Disable perlcritic ValuesAndExpressions::ProhibitEscapedCharacter.
4210 - Add a new all_perl_modules function to Test::Dpkg.
4211 - Add a new module-version unit test to check that module $VERSION
4212 matches the newest entry in the CHANGES section.
4213 - Use Module::Metadata instead of grepping for $VERSION in pod-coverage.
4214 - Avoid many function arguments in Dpkg_Changelog.t check_options().
4215 - Add a new unit test for Dpkg::Control::FieldsCore.
4216 - Switch from IO::String to native open() scalar support.
4217 - Use UTC0 when setting TZ.
4219 [ Updated programs translations ]
4220 * German (Sven Joachim).
4221 * Italian (Pietro Battiston). Closes: #864509
4222 * Portuguese (Miguel Figueiredo). Closes: #868800
4223 * Simplified Chinese (Zhou Mo, Boyuan Yang). Closes: #867133, #877929
4225 [ Updated scripts translations ]
4226 * German (Helge Kreutzmann).
4228 [ Updated man pages translations ]
4229 * Dutch (Frans Spiesschaert). Closes: #862924
4230 * German (Helge Kreutzmann).
4232 -- Guillem Jover <guillem@debian.org> Tue, 17 Oct 2017 01:51:16 +0200
4234 dpkg (1.18.24) unstable; urgency=medium
4237 * Add missing symbols to the libdpkg map file.
4238 * Fix dpkg-shlibdeps to preserve the Dpkg::Shlibs::find_library() order
4239 when scanning symbols/shlibs files. This was causing generation of bogus
4240 dependencies when multiple packages provide the same SONAME on different
4241 directories. Regression introduced in dpkg 1.18.17. Closes: #860979
4242 * Make dpkg-maintscript-helper print all unowned files from a directory
4243 when printing the error message, to ease debugging those problems after
4244 the fact. Closes: #813454, #860238
4245 Based on a patch by Bastien ROUCARIÈS <roucaries.bastien@gmail.com>.
4246 * Add duplicate prevention code for debian/files to dpkg-genbuildinfo, so
4247 that successive runs with different versions and equivalent build types
4248 do not generate multiple .buildinfo entries to be uploaded, which is
4249 similar to what dpkg-gencontrol is doing for .deb files.
4250 * Fix conffile takeover handling during unpack in dpkg on --root or
4251 on diversions. Closes: #837051, #858004
4252 * Fix digest inference for shared conffiles, causing bogus takeover
4253 unpack errors. Regression introduced in dpkg 1.16.9. Closes: #861217
4254 * Improve tar entry metadata parsing in dpkg:
4255 - Do not parse device numbers for non block nor char tar entry objects.
4256 - Make the existing octal parser more robust, by checking for the
4257 expected format of leading zeros or spaces, followed by any ASCII
4258 octal characters (0-7), followed by zero or more space or NULs.
4259 - Add support for base-256 encoded numeric fields, to support large
4260 values, for UID/GID, device number, size and even signed timestamps.
4261 This is necessary not only to be able to store larger values, but to
4262 cover packages that can already be generated by dpkg-deb, given that
4263 it uses the system GNU tar when building. Closes: #850834
4264 * Architecture support:
4265 - Add support for ARM64 ILP32. Closes: #824742
4266 Thanks to Wookey <wookey@wookware.org>.
4268 - Remove obsolete hardening-wrapper support from Dpkg::Vendor::Ubuntu.
4269 Thanks to Adam Conrad <adconrad@0c3.net>.
4270 - Bump $Dpkg::Deps::VERSION to match the one documented in CHANGES.
4271 - Ignore by default debian/files.new and debian/files for all source
4272 formats in Dpkg::Source::Package, because these are generated files
4273 with well known pathnames, part of the public interface, and with
4274 dpkg-genbuildinfo always injecting .buildinfo entries into
4275 debian/files, this meant this could disrupt previous workflows based
4276 on not cleaning the source tree.
4278 - Many spelling fixes. Thanks to Josh Soref <jsoref@gmail.com>.
4279 - Do not include misspellings in changelogs, as that makes detecting them
4282 - Use libexec variable for auxiliary internal programs, and set it to
4283 /usr/lib on Debian and derivatives.
4284 - Check that the detected tar is a GNU tar.
4285 - Check that the detected patch is a GNU patch, so that we get a directory
4286 traversal resistant patch implementation. This fixes CVE-2017-8283 by
4287 delegating those checks to patch(1), so that we trap blank-indented
4288 diff hunks trying to escape from the source tree.
4290 - Add a test case for blank-indented patches which were the cause for
4292 - Handle files with non-zero sizes in c-tarextract libdpkg test code.
4294 [ Updated programs translations ]
4295 * Catalan (Guillem Jover).
4296 * Czech (Miroslav Kure).
4298 [ Updated dselect translations ]
4299 * Catalan (Guillem Jover).
4301 [ Updated scripts translations ]
4302 * Catalan (Guillem Jover).
4304 [ Updated man pages translations ]
4305 * German (Helge Kreutzmann, David Rabel). Closes: #857449
4306 * Spanish (Javier Fernández-Sanguino).
4308 -- Guillem Jover <guillem@debian.org> Wed, 17 May 2017 13:16:25 +0200
4310 dpkg (1.18.23) unstable; urgency=medium
4313 * Handle unmatched arch-qualified virtual packages in dpkg-genbuildinfo,
4314 instead of letting perl die. Closes: #849944
4315 * Declare .buildinfo format as stable with version 1.0.
4316 * Do not depend on cxxabi.h to have declared __cxa_pure_virtual, use
4317 the same “__cxxabiv1” namespace as specified in the C++ ABI, instead
4318 of using the “abi” alias intended for use by userland.
4319 Thanks to Jörg Sonnenberger <joerg@netbsd.org>.
4320 * Add a comment on any C code switch case that falls through. Fixes new
4322 * Use snprintf() instead of sprintf() in libdpkg when constructing the ar
4323 member header, as we might overflow depending on the input data.
4325 - Do not redeclare sys_siglist in libcompat when the system does so.
4326 Thanks to Thomas Klausner <wiz@NetBSD.org>.
4327 - Rename err variable to ret in start-stop-daemon as the former is a
4329 - Use 5-argument kvm_getprocs() call form on OpenBSD in start-stop-daemon.
4330 - Use correct struct kinfo_proc ruid submember name on NetBSD in
4332 - Define _KMEMUSER for NetBSD to get declarations for various
4333 struct kinfo_proc members in start-stop-daemon.
4335 - Do not special case EM_SPARC32PLUS for NetBSD in Dpkg::Shlibs::Objdump,
4336 the code has been fixed in NetBSD as that situation could not happen.
4337 - Fix read() error handling in Dpkg::Shlibs::Objdump::get_format() to
4338 gracefully ignore non-ELF files again. Closes: #854536
4339 - Emit an explicit warning from Dpkg::Shlibs::Objdump::Object::analyze()
4340 for unknown executable formats instead of relying on objdump doing so.
4341 - Do not parse bogus ELF binaries in Dpkg::Shlibs::Objdump::get_format().
4342 Reported by Niels Thykier <niels@thykier.net>.
4343 - Add ‘.mnt-ignore’ to the default ignore lists in Dpkg::Source::Package,
4344 as we were already ignoring the ‘_MTN’ pathnames. Closes: #855450
4345 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
4346 - Mark kfreebsd-amd64, kfreebsd-i386, sparc and sparc64 architectures as
4347 having gcc builtin PIE in Dpkg::Vendor::Debian.
4348 - Switch PIE handling in Dpkg::Vendor::Debian to have no default (!) and
4349 delegate the setting to gcc or an explicit request by a user. This is
4350 needed to cope with the general PIE brokenness situation in Debian, and
4351 the current specific brokenness of a Debian gcc patch mangling the dpkg
4352 build flags. Closes: #848129, #845550
4354 - Clarify the requirements for deb-conffile(5) pathnames. Closes: #854417
4355 Proposed by Dieter Adriaenssens <dieter.adriaenssens@gmail.com>.
4356 - Document dpkg-source --before-build and --after-build in --help output.
4357 - Document dpkg-buildpackage --ignore-builtin-builddeps in --help output.
4359 - Check <sys/proc.h> by also including <sys/param.h>, on several BSD
4360 systems the header is not self-contained.
4361 - Handle libmd implementations built into system libc, as found on some
4363 - Do not fail on missing compression libraries or headers on automatic
4364 detection mode. Regression introduced in dpkg 1.18.14.
4366 - Use the detected perl interpreter instead of a random one from PATH.
4368 [ Updated programs translations ]
4369 * Dutch (Frans Spiesschaert). Closes: #856325
4371 [ Updated scripts translations ]
4372 * German (Helge Kreutzmann).
4374 [ Updated man pages translations ]
4375 * Dutch (Frans Spiesschaer). Closes: #856326
4377 -- Guillem Jover <guillem@debian.org> Mon, 06 Mar 2017 05:41:11 +0100
4379 dpkg (1.18.22) unstable; urgency=medium
4382 * Turn status file parser errors on bogus field blank lines into warnings,
4383 otherwise the system cannot be easily recovered from. Regression
4384 introduced in dpkg 1.16.1. Reported by Jay Freeman <saurik@saurik.com>.
4386 - Mask ARM ABI bits in the ELF processor flags in Dpkg::Shlibs::Objdump.
4387 These are too unreliable to be used for exact matching. Closes: #853793
4389 [ Updated programs translations ]
4390 * Turkish (Mert Dirik). Closes: #853202
4392 [ Updated scripts translations ]
4393 * German (Helge Kreutzmann).
4395 [ Updated man pages translations ]
4396 * German (Helge Kreutzmann).
4398 -- Guillem Jover <guillem@debian.org> Wed, 01 Feb 2017 05:48:58 +0100
4400 dpkg (1.18.21) unstable; urgency=medium
4403 * Revert "Generate Testsuite-Restrictions fields from the test restrictions
4404 in dpkg-source into .dsc files". This change is contentious and should
4405 have been discussed more widely. Given that this has been live only for
4406 a couple of days, the impact should be minimal, but still something to
4407 take into account once and if this gets reintroduced. Closes: #852820
4409 - Map alternative or old ELF machine types to canonical ones. We need
4410 those to match on the encoded ABI, otherwise dpkg-shlibdeps will not
4411 be able to find the objects.
4413 [ Updated man pages translations ]
4414 * German (Helge Kreutzmann).
4416 -- Guillem Jover <guillem@debian.org> Sun, 29 Jan 2017 20:29:58 +0100
4418 dpkg (1.18.20) unstable; urgency=medium
4421 * Add a new --no-sign option to dpkg-buildpackage, to make it possible to
4422 disable all signing in a future-proof way.
4423 * Make dpkg-buildpackage --unsigned-changes not sign .buildinfo either.
4424 This breaks the expectations of users and tools, because there was no
4425 way previously to request no signing at all. Closes: #852822
4427 - Mask the machine bits for SH and MIPS in the ELF processor flags in
4428 Dpkg::Shlibs::Objdump. These do not define the ABI, and make the
4429 objects not match when they should, when looking for shared libraries
4430 from dpkg-shlibdeps.
4431 - Encode the ELF ABI as a big-endian byte stream, so that decoding for
4432 output gives meaningful results.
4433 - Disable the NFS-unsafe warning on Linux, as using flock() on NFS has
4434 been safe for some time now. Addresses: #677865 (on Linux)
4436 - Document the Built-For-Profile field in deb-changes(5).
4438 [ Updated scripts translations ]
4439 * German (Helge Kreutzmann).
4441 [ Updated man pages translations ]
4442 * German (Helge Kreutzmann).
4444 -- Guillem Jover <guillem@debian.org> Sat, 28 Jan 2017 06:32:53 +0100
4446 dpkg (1.18.19) unstable; urgency=medium
4449 * Stop emitting Built-For-Profiles from dpkg-gencontrol. The information
4450 is already provided in .buildinfo and .changes files, and including it
4451 in the binary packages makes them unreproducible even when the profile
4452 used would not alter its contents. Closes: #831524
4453 * Do not allow empty epochs and revisions in versions. When there's at
4454 least one colon or one dash, we should expect epoch and revision numbers.
4455 * Always set SOURCE_DATE_EPOCH in dpkg-buildpackage and dpkg-source. Use
4456 the current date if the changelog does not have one. Closes: #849081
4457 * Refactor update-alternatives pathname existence check into a new function.
4458 * Avoid useless repeated lstat()s in update-alternatives.
4459 * Only check for debian/tests/control file once in dpkg-source.
4460 * Generate Testsuite-Restrictions fields from the test restrictions in
4461 dpkg-source into .dsc files. Closes: #847926
4462 Based on a patch by Iain Lane <laney@debian.org>.
4463 * Improve the ELF ABI mismatch detector in dpkg-shlibdeps, by parsing the
4464 ELF header ourselves. While still not perfect (things like linux-i386 and
4465 hurd-i386 will still match), it will filter lots of previously matching
4466 objects that should have been ignored, and will work even when objdump
4467 does not know about the specific object details. Closes: #849913
4468 * Add initial support for DEB_BUILD_OPTIONS to dpkg-genbuildinfo. This will
4469 make it possible to enable or disable specific features that should be
4470 recorded in the .buildinfo file. For now only “all” and “path” are
4471 supported. Closes: #848705
4472 * Add again the architecture from the filename to .changes files for any
4473 artifact with one. This reverts the change introduced in dpkg 1.18.11.
4474 * Fold the filtering and checksumming of files to distribute in a .changes
4475 file in dpkg-genchanges into the initial loop. This way we do not include
4476 architectures for artifacts we are not going to distribute, and do not
4477 unnecessarily recompute the checksums for artifacts like the sources.
4478 * Do not compute the architecture list twice in dpkg-genchanges.
4479 * Include .buildinfo files also for source-only uploads in dpkg-genchanges.
4481 * Fix check for expected number of binary artifacts in dpkg-genchanges, to
4482 only take into account the artifacts that we are distributing.
4483 * Fix parsing of Pre-Depends and Depends in dpkg-genbuildinfo, so that
4484 the code parses both and not just the first to appear in the stanza.
4485 Based on a patch by Johannes Schauer <josch@debian.org>.
4486 * Add support for signed .buildinfo files to dpkg-buildpackage. Add new
4487 -ui and --unsigned-buildinfo options. Closes: #843925
4489 - On GNU/Hurd try to use the new process executable name attribute from
4490 libps, to properly match on start-stop-daemon --exec.
4492 - Fix Debian architecture wildcard parsing so that matching four-tuple
4493 matchings work. Missed in dpkg 1.18.11.
4494 Reported by Julian Andres Klode <jak@debian.org>.
4495 - Add new import tags for Dpkg::Arch.
4496 - Abort on EOF in patch name prompt in Dpkg::Source::Package::V2,
4497 instead of getting into an infinite loop. Closes: #851441
4498 - Call anonymous subs via -> operator instead of casting with &, and fix
4499 bogus POD documentation to match the code.
4500 - Add new Auto-Built-Package field to Dpkg::Control::Fields.
4501 - Add a new debug() reporting function, and switch code to use it.
4502 - Add new Dpkg::BuildOption parse_features() method refactored from
4503 Dpkg::Vendor::Debian.
4505 - Cleanup software requirements in README.
4506 - Move control member file references from dpkg(1) to deb(5).
4507 - Fix typos in docs and code comments.
4508 - Document Auto-Built-Package field in deb-control(5).
4510 - Disable disk pre-allocation by default, but let the builder re-enable
4511 it via a new configure option. This has been causing major performance
4512 issues on "modern" filesystems.
4514 - Add debsig-verify to dpkg Suggests. The code optionally supports this
4515 specific signed .deb verification program.
4516 Prompted by Stuart Prescott <stuart@debian.org>.
4518 - Generate and check all currently possible architecture wildcards.
4519 - Correctly iterate over all default and passed .dsc template substvars.
4521 [ Updated programs translations ]
4522 * Dutch (Frans Spiesschaert). Closes: #851889
4523 * German (Sven Joachim).
4525 [ Updated scripts translations ]
4526 * German (Helge Kreutzmann).
4528 [ Updated man pages translations ]
4529 * Dutch (Frans Spiesschaer). Closes: #851891
4530 * German (Helge Kreutzmann).
4532 -- Guillem Jover <guillem@debian.org> Fri, 27 Jan 2017 05:43:36 +0100
4534 dpkg (1.18.18) unstable; urgency=medium
4538 - Document DPKG_DATADIR in an ENVIRONMENT section in dpkg-architecture(1).
4539 - Add a rationale for the purpose of Testsuite-Triggers in dsc(5).
4540 Prompted by Mattia Rizzolo <mattia@debian.org>.
4542 - Revert the perl to perl:any dependency change in libdpkg-perl, as that
4543 breaks debootstrap in stable (jessie), testing (stretch) and unstable,
4544 which do not support arch-qualified dependencies. We'll have to live
4545 with the Multi-Arch hinter being unhappy for now.
4547 [ Updated man pages translations ]
4548 * German (Helge Kreutzmann).
4550 -- Guillem Jover <guillem@debian.org> Tue, 20 Dec 2016 13:53:12 +0100
4552 dpkg (1.18.17) unstable; urgency=medium
4555 * Handle empty versions on validation in dpkg-maintscript-helper as they
4556 are optional. Regression introduced in dpkg 1.18.16. Closes: #848422
4557 * Validate versions too in dpkg-maintscript-helper symlink_to_dir and
4558 dir_to_symlink commands.
4559 * Improve logic to identify packages owning a library in dpkg-shlibdeps,
4560 by handling the same library appearing more than once on the filesystem
4561 Thanks to Raphaël Hertzog <hertzog@debian.org>. Closes: #843073
4563 - Clarify that dpkg-buildpackage does not run «dpkg-source --before-build»
4564 when using the -T option. Closes: #649531
4565 - Document that dpkg sets DPKG_ADMINDIR on maintainer script environment.
4567 - Do not let dh_perl insert a dependency for libdpkg-perl, because it
4568 emits perl instead of perl:any. Instead hardcode a perl:any dependency
4569 to comply with the perl policy and make the Multi-Arch hinter happy.
4571 [ Updated scripts translations ]
4572 * German (Helge Kreutzmann).
4574 [ Updated man pages translations ]
4575 * German (Helge Kreutzmann).
4577 -- Guillem Jover <guillem@debian.org> Mon, 19 Dec 2016 02:43:10 +0100
4579 dpkg (1.18.16) unstable; urgency=medium
4582 * Add support for specifying multiple targets on «dpkg-buildpackage -T»
4583 which will be run successively. Closes: #671074
4584 * Reject empty upstream versions in C and perl code. These are not permitted
4585 by deb-version(5), but the code was letting those through.
4586 * Use lzma_cputhreads() instead of sysconf(_SC_NPROCESSORS_ONLN) as the
4587 former is way more portable.
4588 * Automatically decrease xz encoder threads to try to not exceed available
4589 memory limits. This should alleviate the insane requirements of memory
4590 needed on 32-bit architectures with many cores, which results in more
4591 than the userspace addressable memory, when using settings such as
4592 -z9 and/or -Sextreme in dpkg-deb. Closes: #846564
4593 * Add new dpkg --validate-<thing> commands to validate the syntax of
4594 various <thing>s, where the current list is «pkgname», «trigname»,
4595 «archname» and «version».
4596 * Use the new dpkg --validate-version command in dpkg-maintscript-helper,
4597 instead of abusing the --compare-versions command to perform version
4598 validation. Closes: #844701
4599 * Allow readlink(2) to return a size smaller than stat(2) in dpkg. Some
4600 bogus filesystems do not return the actual symlink size in st_size,
4601 which contradicts POSIX. But allowing the case where the returned size
4602 is smaller than the one used to allocate memory is harmless, although
4603 suspect. Let it through, but still print a warning so that users can
4604 install stuff but are reminded they need to get a fixed filesystem in
4605 place. This has affected at least ecryptfs in the past and now
4606 file-based encryption support in ext4 on Android N.
4607 * Add new dpkg-query virtual field source:Upstream-Version. Closes: #844348
4609 - Whitelist DPKG_GENSYMBOLS_CHECK_LEVEL, DPKG_ROOT, DPKG_ADMINDIR and
4610 DPKG_DATADIR environment variables in Dpkg::Build::Info.
4612 - State the current working directory used when running dpkg-buildpackage
4614 - Add a new ENVIRONMENT section to dpkg-gensymbols(1) and document
4615 DPKG_GENSYMBOLS_CHECK_LEVEL there.
4616 - Fix bogus description of --force-confmiss in dpkg(1). Regression
4617 introduced in 1.16.4. Reported by Sven Joachim <svenjoac@gmx.de>.
4619 - Update dpkg-parsechangelog parser options. The options specific to
4620 the changelog parser program did not get updated when the parser got
4621 switched to be a perl module. Missed in dpkg 1.18.8. Closes: #848189
4623 - Enable compression libs also in automatic check mode in configure.
4624 - Honor DPKG_DATADIR again in the installed Dpkg modules. This was an
4625 explicit public interface, documented in the man page.
4627 [ Updated programs translations ]
4628 * Dutch (Frans Spiesschaert). Closes: #848378
4629 * Simplified Chinese (Zhou Mo). Closes: #844955
4631 [ Updated scripts translations ]
4632 * German (Helge Kreutzmann).
4633 * Swedish (Martin Bagge). Closes: #847220
4635 [ Updated man pages translations ]
4636 * Dutch (Frans Spiesschaert). Closes: #848379
4637 * German (Helge Kreutzmann).
4639 -- Guillem Jover <guillem@debian.org> Sat, 17 Dec 2016 00:25:53 +0100
4641 dpkg (1.18.15) unstable; urgency=medium
4644 * Improve PIE flags support:
4645 - Do not enable PIE when linking static programs. glibc-based systems
4646 do not support this combination and produce very bogus output.
4647 Proposed by Szabolcs Nagy <nsz@port70.net>. Closes: #843714
4648 * On source builds add 'source' to the Architecture field in the
4649 .buildinfo file in dpkg-genbuildinfo.
4650 * Add new Build-Date field to .buildinfo files.
4651 * Generate deterministic .buildinfo filenames in dpkg-genbuildinfo,
4652 following the same pattern as used for .changes files.
4653 * Bump .buildinfo Format to version 0.2.
4654 * Change dpkg-buildpackage -j and -J on “auto” mode to fallback to serial
4655 execution when we cannot infer the number of online processors on
4656 unsupported or exotic systems. This should be a safer mode of operation.
4657 Proposed by Simon McVittie <smcv@debian.org>.
4658 * Only preallocate disk size in dpkg for unpacked files bigger than 16 KiB.
4661 - Validate architecture arguments in Dpkg::Deps deps_parse().
4662 Prompted by Johannes Schauer <josch@debian.org>.
4664 - Escape dashes in field names in dpkg-buildinfo(1).
4666 - Mark partially documented POD modules as TAP TODO.
4668 [ Updated man pages translations ]
4669 * German (Helge Kreutzmann).
4671 -- Guillem Jover <guillem@debian.org> Wed, 16 Nov 2016 03:28:05 +0100
4673 dpkg (1.18.14) unstable; urgency=medium
4676 * Improve PIE flags support:
4677 - Rename the spec name cc1_options to self_spec.
4678 Suggested by James Clarke <jrtc27@jrtc27.com>
4679 - Do not set PIE options if they have been negated, and do not reset
4680 them if they have been requested.
4681 Closes: #843791, #843826
4682 * Fix use after free error in dpkg. It was trying to print messages that
4683 had already been freed as part of the database memory pool, causing in
4684 some cases segfaults when reporting the error summary at the end.
4685 Regression introduced in dpkg 1.18.11. Closes: #843874
4686 * Change default color behavior to auto.
4688 - Fix confusing date parse error message in Dpkg::Changelog::Entry::Debian
4689 when the date contains “May”. Closes: #843829
4690 Thanks to Nishanth Aravamudan <nish.aravamudan@canonical.com>.
4691 - New module Dpkg::Build::Info module refactored from dpkg-genbuildinfo.
4692 Requested by Johannes Schauer <josch@debian.org>.
4694 - Improve the DEB_BUILD_OPTIONS description in dpkg-buildpackage(1).
4695 And mention the parallel option there.
4696 - Explicitly mention in dpkg-buildpackage(1) that setting the number
4697 of parallel jobs to 1, restores the serial behavior.
4698 Prompted by Thorsten Glaser <t.glaser@tarent.de>.
4700 - List public Dpkg::Control::Tests module in libdpkg-perl description.
4702 - Do not fail tests on missing fakeroot, just skip them.
4704 - Fix inversion logic in libmd configure check when requested explicitly.
4705 - Do not consider the compressor libraries available in configure if the
4706 headers are not usable.
4707 - Fix DPKG_BUILD_RELEASE_DATE to require DPKG_PROG_PERL, as it uses perl.
4708 - Change DPKG_BUILD_RELEASE_DATE to use perl instead of date(1) to
4709 format the timestamp, as the former is more portable.
4711 [ Updated man pages translations ]
4712 * German (Helge Kreutzmann).
4714 -- Guillem Jover <guillem@debian.org> Fri, 11 Nov 2016 02:26:08 +0100
4716 dpkg (1.18.13) unstable; urgency=medium
4718 * Improve PIE flags support:
4719 - Retroactively document in the changelog that PIE is enabled by default
4720 on all supported architectures regardless of gcc doing so itself on a
4722 - When emitting PIE flags on architectures where gcc does not inject
4723 those itself, do it via a specs file too, so that maintainers can
4724 use them unconditionally regardless of the object being compiled
4726 - When injecting -no-pie for linking via the gcc specs file also
4728 - Update the documentation.
4730 - Do not try to load non-files in Dpkg::Dist::Files load_dir method.
4731 Fixes test failures on non-Linux architectures. Closes: #843436
4733 - Add missing Breaks on old libdpkg-perl to dpkg. Closes: #843429
4734 Thanks to Sven Joachim <svenjoac@gmx.de>.
4735 - Ship deb-src-files(5) man page in dpkg-dev.
4737 - Use deterministic dates for generated man pages. Closes: #843469
4738 Thanks to Reiner Herrmann <reiner@reiner-h.de>.
4740 -- Guillem Jover <guillem@debian.org> Mon, 07 Nov 2016 03:28:42 +0100
4742 dpkg (1.18.12) unstable; urgency=medium
4745 - Set umask to 0022 for functional test suite.
4747 - Rename FILE FORMATS section to FILES in dpkg-source(1).
4748 - Use "dpkg suite" as the manual item in man pages .TH macro.
4749 - Use %VERSION% in dpkg-statoverride(1) source item in man page .TH macro.
4750 - Document environment variables used by source format modules in
4753 -- Guillem Jover <guillem@debian.org> Sun, 06 Nov 2016 05:36:20 +0100
4755 dpkg (1.18.11) unstable; urgency=medium
4758 * Make dpkg-maintscript-helper conffile commands more robust. Check that
4759 conffile pathname arguments are absolute paths and verify version number
4760 to be valid. Thanks to David Kalnischkies <david@kalnischkies.de>.
4761 * Add support to dpkg-scanpackages for scanning a single binary file.
4762 Thanks to Javier Serrano Polo <javier@jasp.net>. Closes: #833964
4763 * Obsolete dpkg-deb bzip2 and lzma compression methods by emitting errors.
4764 * Remove obsolete dpkg-deb --old and --new options.
4765 * Remove obsolete dpkg --print-installation-architecture option.
4766 * Fix dpkg error messages when parsing md5sum files to include the package
4768 * Do not emit epochs for unambiguous versions in deb-split package header.
4769 Regression introduced in dpkg 1.18.0.
4770 * Make the deb-split(5) generation in dpkg-split reproducible, by using the
4771 timestamp from SOURCE_DATE_EPOCH.
4772 * Generate reproducible file modes for the .deb control member contents.
4774 * Switch from non-freeing malloc to m_malloc on statdb slurping.
4775 * Switch from non-freeing malloc to m_malloc for invoke hooks.
4776 * Always reset the package in-core database when shutting down the package
4778 * Do not crash if we pass a NULL cip argument to setaction() in libdpkg.
4779 * Shutdown the package database journal in dpkg --get-selections.
4780 * Fix (deactivated) dpkg --command-fd to initialize and reset the files
4781 database on each action.
4782 * Implement source stanza substvars prefixed with S: in dpkg-gencontrol.
4783 These auto-generated variables map each source stanza field into an
4784 output substvar prefixed with “S:”.
4785 * Make dpkg-source generate reproducible source packages when run
4786 standalone, by honoring SOURCE_DATE_EPOCH.
4787 * Fix several short-lived memory leaks in update-alternatives.
4788 Reported by Helmut Grohne <helmut@subdivi.de>.
4789 * Only set the error context message in libdpkg if it has been formatted
4791 * Return error in error_context_errmsg_format() only if the error message
4792 gets truncated. In case we have to use the emergency buffer because the
4793 previous vasprintf() call failed, we should only return an error code if
4794 the vsnprintf() call on the emergency buffer truncates the output.
4795 * Fix free() on uninitialized pointer in error_context_errmsg_format() in
4796 libdpkg. Regression introduced in dpkg 1.18.7. Closes: #842004
4797 * Move C++ support code into its own file.
4798 * Add replacement new and delete array operators to C++ support code.
4799 * Implement local abi::__cxa_pure_virtual. When using g++ if we provide our
4800 version of this function we can avoid the dependency on either libstdc++
4802 * Include missing <new> for new and delete operator declarations.
4803 * Do not log nor print duplicate dpkg removal action. We print
4804 “Removing <package> (<version>)” lines and log remove action twice
4805 when purging a package from frontends, because they usually first call
4806 --remove and then --purge sequentially. When purging a package which is
4807 already in config-files (i.e. it has been removed before), do not print
4808 nor log the remove action.
4809 * Remove default «.» from @INC before loading perl modules in perl code.
4810 Fixes CVE-2016-1238.
4811 * Give more information on --set-selections warnings. Closes: #842230
4812 * Add new DEB_*_ARCH_ABI and DEB_*_ARCH_LIBC variables to dpkg-architecture
4813 and architecture.mk Makefile fragment.
4814 * Do substvar instantiation just once in dpkg-gencontrol.
4815 * Fix dpkg-gencontrol to not update the files list file (debian/files)
4816 when printing to STDOUT (via -O).
4817 * Do not add architectures to .changes Architecture field for artifacts
4818 that are not a .deb or .udeb in dpkg-genchanges.
4819 * Add support for .buildinfo files:
4820 - Add new dpkg-genbuildinfo command.
4821 - Hook it into the dpkg-buildpackage machinery.
4822 Based on a patch by Jérémy Bobbio <lunar@debian.org>. Closes: #138409
4823 * Enable dpkg-buildpackage -Jauto by default. Closes: #842845
4824 * Fix dpkg to not fail when removing non-existent backup files on read-only
4825 filesystems. Closes: #838877
4826 * Enable PIE on all supported architectures and handle PIE enabled by
4827 default in gcc. On architectures where gcc enables them by default,
4828 stop setting -fPIE and -pie, and set -fno-PIE and -no-pie when disabling
4829 «pie» via gcc specs files, so that we do not emit them on situations
4830 where it would be inappropriate. Closes: #835149
4831 Based on a patch by Bálint Réczey <balint@balintreczey.hu>.
4832 * Architecture support:
4833 - Add support for AIX operating system.
4834 - Add a version pseudo-field to the arch tables.
4835 - Internally represent Debian architectures as quadruplets.
4837 - Cast off_t variables to intmax_t when printing them with "%jd".
4838 - Add missing <string.h> include in libdpkg.
4839 - Cast strlen() return value to ssize_t to match write() return type.
4840 - Use underscore-prefixed system preprocessor symbols instead of namespace
4841 polluting ones (such as “linux”, “OPENBSD” or “hpux”).
4842 - Handle _POSIX_PRIORITY_SCHEDULING being defined to -1 or 0 in
4843 start-stop-daemon. This affects Mac OS X.
4844 - On FreeBSD return STATUS_UNKNOWN instead of false in start-stop-daemon
4846 - Port start-stop-daemon process handling to Mac OS X.
4847 Based on a patch by Mo McRoberts <mo@nevali.net>.
4848 - Port start-stop-daemon process handling to AIX.
4849 - Fix lookup by name on update-alternatives --config. The code was wrong
4850 and not working at least on Mac OS X, making the test suite to fail.
4851 - Only use gzip --rsyncable in Dpkg::Compression on Debian and hopefully
4852 derivatives, by using perl's $Config{cf_by} variable to key on. The
4853 Debian-specific --rsyncable option should have never been accepted for
4854 use in dpkg to begin with.
4855 - Use our own dpkg_ar_hdr struct instead of relying on the system
4856 ar_hdr struct, as the ar format is not standardized and does vary
4857 across systems, for example on AIX.
4858 - Add <sys/sysmacros.h> on AIX for major() and minor().
4859 - Add missing <errno.h> in libcompat.
4860 - Include libcompat getopt module when we need getopt_long.
4861 - Disable gettext support in libcompat getopt module. We do not carry
4862 translations for this module, and it makes it pull libintl for programs
4863 that might not use it otherwise.
4865 - Obsolete Source-Version substvar in Dpkg::Substvars by emitting errors.
4866 - Rework keyring hooks in Dpkg::Vendor. Deprecate the keyrings hook, and
4867 add package-keyrings, archive-keyrings and archive-keyrings-historic
4868 hooks. Prompted by Johannes Schauer <josch@debian.org>.
4869 - Make the Dpkg::Substavars parse() method return the number of substvars
4871 - Add new set_field_substvars() method to Dpkg::Substvars.
4872 - Fix reproducible source package support in Dpkg::Source::Archive, by
4873 sorting the tar contents with --sort=name.
4874 - Prefix private Dpkg::Source::Package::* functions with _.
4875 - Defer filehandle closures in Dpkg::IPC::spawn() to avoid double-close.
4876 Closes: #839905, #840293
4877 - Always map the build type to the shortest string form in
4878 Dpkg::Build::Type::get_build_options_from_type().
4879 - Change Dpkg::Compression::FileHandle to inherit directly from IO::File
4880 instead of FileHandle.
4881 - Add new Dpkg::PROGTAR variable to store GNU tar command name.
4882 - Add new Dpkg::PROGMAKE variable to store GNU make command name.
4883 - Add new CTRL_FILE_BUILDINFO type to Dpkg::Control.
4884 - Add new .buildinfo fields to Dpkg::Control::Fields.
4885 - Add new builtin-system-build-paths Dpkg::Vendor hook.
4886 - Cope gracefully with changelogs missing a timestamp trailer.
4887 Based on a patch by Ian Jackson <ijackson@chiark.greenend.org.uk>.
4888 Regression introduced in dpkg 1.18.8. Closes: #843248
4890 - Add liblocale-gettext-perl to libdpkg-perl Recommends.
4891 - Wrap and document dependency relationships.
4892 - Remove obsolete dependency relationships, since Debian oldstable.
4893 - Remove update-alternatives, dpkg-divert and dpkg-statoverride
4894 compatibility symlinks, again.
4895 - Use perl:Depends via dh_perl instead of a hardcoded perl in Depends.
4896 - Add perl:Depends to dpkg-dev Depends.
4897 - Remove unused dh_strip from binary_indep target.
4898 - Remove ancient upgrade code from maintainer scripts (before 1.15.x).
4899 - Stop compressing the dpkg.deb package with gzip.
4900 - Move dpkg to be the first binary package stanza in debian/control, as
4901 debhelper assigns special meaning by considering it the main package.
4902 - Set MAKEFLAGS to -jN from parallel=N in DEB_BUILD_OPTIONS.
4904 - Update custom changelog parser API support status in README.api.
4905 - Fix typos in docs and man pages. Thanks to Jakub Wilk <jwilk@debian.org>
4907 - Fix formatting in SOURCE_DATE_EPOCH description in dpkg-deb(1).
4908 - Improve dpkg-deb --build arguments documentation in dpkg-deb(1).
4909 Prompted by Johannes Schauer <josch@debian.org>.
4910 - Document the .changes filename that dpkg-buildpackage generates in
4911 dpkg-buildpackage(1). Prompted by Johannes Schauer <josch@debian.org>.
4912 - Add basic maintainer script man pages: deb-postinst(5), deb-postrm(5),
4913 deb-preinst(5) and deb-prerm(5).
4914 - Add new deb-src-files(5) man page.
4915 Prompted by Johannes Schauer <josch@debian.org>.
4916 - Add man page references to other binary control files in dpkg(1).
4917 - Add version when "new" substvars were introduced in deb-substvars(5).
4918 - Switch deb-triggers(5) types into a proper list.
4919 - Itemize --log format entries in dpkg(1).
4920 - Turn the update-alternatives(1) --query example item into a sub-section.
4921 - Turn the Multi-Arch values into a list in deb-control(5).
4922 - Improve user-defined field export marker documentation in
4923 deb-src-control(5); clarify that X can be followed by zero or more
4924 (instead of one or more) letters and turn the items into a proper list.
4925 - Generate the man pages at build time. This makes it possible to process
4926 them and update several variable strings such as system and package
4927 pathnames, the release date and the dpkg suite version. And makes it
4928 possible to use UTF-8 in the source and convert to the more conservative
4929 groff escape sequences on the output.
4930 - Switch from groff escape sequences to UTF-8 in man pages sources.
4931 - Disable hyphenation in man pages globally, because it performs very
4932 poorly on many technical terms.
4933 - Append the German man pages addendum at the end of the translation,
4934 instead of assuming that every page has the SEE ALSO section.
4935 - Explicitly mention that Dpkg::Checksums::add_from_file() is used to
4936 verify digests too. Prompted by Johannes Schauer <josch@debian.org>.
4937 - Document the behavior for consecutive calls to Dpkg perl module parse()
4938 methods. Prompted by Johannes Schauer <josch@debian.org>.
4939 - Document obsolete functions in Dpkg::Conf.
4941 - Make test main function a TEST_ENTRY macro. This avoids confusing
4942 coverage programs, as the file that actually contains the main function
4944 - Rename test suite commands to be prefixed with «c-» instead of «t-».
4945 - Add new dpkg-source functional tests.
4946 - Add new dpkg-buildpackage functional tests.
4947 - Add an initial functional test suite for dpkg-deb and dpkg-split.
4948 - Skip the involved tests if IO::String is missing.
4949 - Add new unit test for libdpkg error handling.
4950 - Delete MAKEFLAGS environment variable when testing make invocations.
4951 - Pass -q to grep command to suppress matched output in pod-coverage.t.
4952 - Ignore POD coverage for partially private modules.
4954 - Add support for profiling perl modules.
4955 - Clean up compiler and linker automatic flag usage in configure.
4956 - Fix the __progname check to avoid the optimizer discarding the symbol.
4957 - Fix M4sh/Autoconf coding style. Add a new section to coding-style.txt
4958 describing M4sh/Autoconf.
4959 - Disable C++ exceptions for dselect.
4960 - Fix typo in SELinux library detection code, only affecting static
4961 mode (not used in Debian). Regression introduced in dpkg 1.18.8.
4962 - Change --with-* option logic to default to check.
4963 - Disable -Wtautological-constant-out-of-range-compare (for clang).
4964 - Check the availability of -W<warning> variant instead of -Wno-<warning>.
4965 As at least gcc and clang do not warn on -Wno-* warning flags, only
4966 when some unrelated warning needs to be emitted.
4967 - Bump po4a version to 0.43 (we are using --porefs wrap option).
4968 - Add support for running the test suite in parallel.
4969 - Specify exec argument for TAP::Harness to gracefully handle non-perl
4970 executables with older versions of the module.
4971 - Require libselinux 2.0.99 for baseline API, remove static linking
4972 support, use pkg-config unconditionally, and perform refinement checks
4974 - Check for the required minimal perl version.
4975 - Use builddir instead of CURDIR in man Makefile.am.
4976 - Use cp with -R instead of -r (the former is more portable and not
4977 marked as deprecated by POSIX).
4978 - Print an actual newline instead of a literal \n in lcov output.
4979 - Do not honor DPKG_DATADIR on the installed Dpkg module.
4980 - Pass --as-needed to the linker for dselect to avoid libstdc++ dependency.
4981 Which makes of dselect the only front-end not pulling the C++ run-time.
4983 [ Updated programs translations ]
4984 * Dutch (Frans Spiesschaert). Closes: #841117
4985 * German (Sven Joachim).
4987 [ Updated scripts translations ]
4988 * German (Helge Kreutzmann).
4990 [ Updated man pages translations ]
4991 * Dutch (Frans Spiesschaert). Closes: #842187
4992 * German (Helge Kreutzmann).
4994 -- Guillem Jover <guillem@debian.org> Sun, 06 Nov 2016 03:09:02 +0100
4996 dpkg (1.18.10) unstable; urgency=medium
4999 * Fix a short-lived memory leak in dpkg archive argument parsing.
5000 * When activating file triggers on conffile purge, use the conffile name
5001 instead of the real pathname it might refer to. This fixes a segfault
5002 when using --instdir, or when the conffile has been moved around and
5003 replaced with a symlink to the target.
5004 Regression introduced in dpkg 1.18.8. Closes: #830267
5006 - Disable fixdebugpath feature on unsafe characters in the path.
5007 - Generate reproducible source tarballs by using the new GNU tar
5008 --clamp-mtime option in Dpkg::Source::Archive, to make sure no file
5009 in source packages has an mtime later than the changelog entry time.
5010 - Enable fixdebugpath build flag feature by default.
5011 Thanks to Mattia Rizzolo <mattia@debian.org>. Closes: #832179
5012 - Rename various private methods and functions with an underscore prefix
5014 - Refactor perl modules directory list into a new function in Test::Dpkg.
5016 - Add new POD coverage author test for public perl modules.
5018 - Document Testsuite-Triggers in dsc(5).
5019 - Fix deb-changes(5) description to talk about .changes instead of .dsc.
5020 Reported by HW42 <hw42@ipsumj.de>.
5021 - Use debian/control as the SYNOPSIS in deb-src-control(5).
5022 - Add new deb-conffiles(5) man page.
5023 - Add references to deb-control(5) and deb-triggers(5) in dpkg(1).
5024 - Fix typos for repeated “the” word.
5025 Prompted by Valentin Samir <valentin.samir@crans.org> in #830989.
5026 - Fix misspelled -fdebug-prefix-map flag in dpkg-buildflags(1).
5027 Reported by Mattia Rizzolo <mattia@debian.org>.
5028 - Remove mention of source format 1.0 supporting building with upstream
5029 tarball signatures from dpkg-source(1), as this was disabled in 1.18.8.
5030 - Document all public methods in Dpkg::Changelog::Entry::Debian.
5031 - Escape dashes in deb-changes(5) and dsc(5) man pages.
5032 - Fix typos in dpkg-shlibdeps(1). Closes: #832434
5033 Thanks to Carsten Leonhardt <leo@debian.org>.
5035 [ Updated programs translations ]
5036 * German (Sven Joachim).
5037 * Turkish (Mert Dirik). Closes: #832070
5039 [ Updated scripts translations ]
5040 * German (Helge Kreutzmann).
5042 [ Updated man pages translations ]
5043 * German (Helge Kreutzmann).
5045 -- Guillem Jover <guillem@debian.org> Sun, 31 Jul 2016 12:57:02 +0200
5047 dpkg (1.18.9) unstable; urgency=medium
5049 * Require Dpkg::Control::Info in dpkg-buildpackage.
5050 Initially reported by Helmut Grohne <helmut@subdivi.de>.
5051 Regression introduced in dpkg 1.18.8. Closes: #829542
5053 - Fix user configuration filename in dpkg-buildpackage(1).
5054 Thanks to Sven Joachim <svenjoac@gmx.de>. Closes: #829546
5056 -- Guillem Jover <guillem@debian.org> Mon, 04 Jul 2016 09:23:13 +0200
5058 dpkg (1.18.8) unstable; urgency=medium
5061 * Do not disable PIE buildflags on */kFreeBSD anymore. Closes: #823877
5062 Thanks to Steven Chamberlain <steven@pyro.eu.org>.
5063 * Add new long options in dpkg-buildpackage for any short option that is
5064 a useful configurable candidate.
5065 * Add configuration file support to dpkg-buildpackage, as buildpackage.conf
5066 under either the dpkg system or user configuration directories.
5067 Closes: #539692, #765494
5068 * Check that debian/tests/control is a regular file before parsing it.
5069 * Generate Testsuite-Triggers field from test dependencies in dpkg-source
5070 into .dsc files. Based on a patch by Martin Pitt <martin.pitt@ubuntu.com>.
5072 * Add new dpkg-source --no-overwrite-dir extraction option. Closes: #826334
5073 * Fix number of entries computation returned by sysctl() on */kFreeBSD in
5075 * Set return buffer length for sysctl(2) calls on */kFreeBSD in
5077 * Abstract ar archive handling behind a new struct dpkg_ar and functions.
5078 * On dpkg --force-chrootless only set changedir to instdir if defined.
5079 Thanks to Niall Walsh <niallwalsh@celtux.org>. Closes: #824542
5080 * Set primary group to 0 in dpkg when running as root.
5081 Reported by Stuart Prescott <stuart@debian.org>.
5082 * Activate file triggers for conffiles on purge, which has never happened
5083 before. Before dpkg 1.17.0, conffiles were triggered on removal, which
5084 was obviously wrong. Reported by Helmut Grohne <helmut@subdivi.de>.
5085 * Fix strtol() errno check when parsing the COLUMNS envvar in dpkg-query.
5086 Thanks to Sven Joachim <svenjoac@gmx.de>. Closes: #827265
5087 * Use new GNU tar --clamp-mtime option in dpkg-deb to make sure no file in
5088 binary packages has an mtime later than the given time. Closes: #759886
5089 * Use the same timestamp for the ar container as for tarball mtime clamping
5091 * Set ar timestamp and tar mtime clamping to SOURCE_DATE_EPOCH if defined
5092 in dpkg-deb. Based on a patch by Jérémy Bobbio <lunar@debian.org>.
5093 * Preset build timestamp to latest changelog entry in dpkg-buildpackage,
5094 by setting SOURCE_DATE_EPOCH environment variable if it is not already
5095 defined. Based on a patch by Jérémy Bobbio <lunar@debian.org>.
5097 * Do not use the debian/rules build target fallback when building both
5098 architecture independent and dependent packages in dpkg-buildpackage.
5099 * Use architecture «all» as part of the .changes filename when building
5100 architecture independent binaries and no architecture dependent binaries.
5102 * Do not emit warnings from dpkg-genchanges for automatic debug symbol
5103 packages that are not found in debian/control.
5104 * Export SOURCE_DATE_EPOCH from pkg-info.mk makefile snippet.
5106 * Architecture support:
5107 - Add TILE-Gx support to cputable. Closes: #823167
5108 Thanks to Helmut Grohne <helmut@subdivi.de>.
5110 - Use warnings::warnif() instead of carp() for deprecated warnings.
5111 - Add new format_range() method and deprecate dpkg() and rfc822() methods
5113 - Replace changelog program parsers with perl modules.
5114 - Add a getter for the Time::Piece object in Dpkg::Changelog.
5115 - Add new Timestamp field to Dpkg::Changelog output, which ends up on
5116 dpkg-parsechangelog's output.
5117 - Validate source version in set_version_substvars()'s Dpkg::Substvars
5119 - Revert "Dpkg::Conf: Switch implementation to be hash based", as this
5120 change broke backwards compatibility in multiple ways. The format_argv
5121 option was set by default, the order was not preserved, which was
5122 important for dpkg.cfg files, and duplicate option names stopped being
5123 supported. Add regression tests to avoid similar changes in the future.
5125 - Add support for system and user config loading in Dpkg::Conf.
5126 - Add support for autopkgtest control files, with new CTRL_TESTS control
5127 type, new recognized fields to Dpkg::Control::Fields, and new modules
5128 Dpkg::Control::Tests and Dpkg::Control::Tests::Entry. Also update
5129 Dpkg::Index to support these.
5130 - Fix Dpkg::Deps so that architecture qualifiers only imply one another
5131 if they are the same. Closes: #745366, #827628
5132 - Add support for new environment variable DEB_BUILD_PATH to be able to
5133 control the path in the fixdebugpath feature in Dpkg::Vendor::Debian.
5134 - Preserve order when prepending shared library paths in Dpkg::Shlibs.
5135 This fixes the order of paths passed via dpkg-shlibdeps -l option.
5137 - Check whether dependency restrictions are implied in Dpkg::Deps::Simple.
5138 Thanks to Ben Hutchings <ben@decadent.org.uk>. Closes: #827633
5139 - Disable upstream tar signature when building format 1.0 source packages
5140 in Dpkg::Source::Package::V1, as the current stable dpkg series do not
5141 support extracting them.
5142 - Preset Last-Update field in patch header template with current time in
5143 Dpkg::Source::Package::V2. Thanks to Daniel Shahaf <danielsh@apache.org>.
5146 - Disable libmd usage in Debian and derivatives for now.
5148 - Stop allowing to set deprecated bzip2 compressor as dpkg-deb default.
5149 - Use libmd automatically if available.
5150 - Uniformize library build options, from --with-zlib to --with-libz,
5151 --with-bz2 to --with-libbz2 and --with-selinux to --with-libselinux.
5153 - Bump perlcritic ValuesAndExpressions::RequireNumberSeparators minimum
5155 - Add new pod-spell unit test.
5156 - Refactor common unit test checks for needed things into Test::Dpkg.
5157 - Accept perl's Lancaster Consensus AUTHOR_TESTING variable.
5158 - Add new minimum perl version unit test.
5159 - Add new synopsis unit test.
5160 - Add unit tests for dependency simplification with build profiles.
5162 - Improve dpkg-buildpackage(1) on environment expectations.
5163 - Clarify the format of the db:Status-Abbrev virtual field in
5164 dpkg-query(1). Closes: #824515
5165 - Document the tar entry size limitation for deb(5) format.
5166 - Document interaction between PIE and libraries in dpkg-buildflags(1).
5167 Based on text by Christian Seiler <christian@iwakd.de>.
5168 - Merge ENVIRONMENT sections in dpkg-buildflags(1).
5169 - Document various long options in dpkg-source --help output.
5170 - Move dpkg-source -q option from “Build options” to “General options”
5171 section in --help output.
5172 - Clarify shared library search order in dpkg-shlibdeps(1).
5173 - Remove most remaining AUTHOR sections from man a POD, as they are
5174 strongly discouraged, for being redundant, tending to get out-of-sync,
5175 and their format being inconsistent. In addition most got already
5176 removed in the past for the man pages.
5177 - Mark perlcritic as an optional author test dependency in the README.
5178 - Fix example code in Dpkg::Compression::FileHandle SYNOPSIS.
5180 [ Updated programs translations ]
5181 * German (Sven Joachim).
5182 * Simplified Chinese (Zhou Mo). Closes: #824873
5184 [ Updated scripts translations ]
5185 * German (Helge Kreutzmann).
5187 [ Updated man pages translations ]
5188 * German (Helge Kreutzmann).
5190 -- Guillem Jover <guillem@debian.org> Sun, 03 Jul 2016 19:01:56 +0200
5192 dpkg (1.18.7) unstable; urgency=medium
5195 * Add new dpkg-source --require-strong-checksums option and change default.
5196 There is no point in erroring out on this condition when signature issues
5197 are only warnings, because we cannot guarantee we have functional keys
5198 for old signatures. Regression introduced in dpkg 1.18.5. Closes: #823428
5199 * Stop using several fixed sized buffers for program reporting, which in
5200 many cases could cause confusing truncation of long messages. Use heap
5201 allocated formatted strings instead:
5202 - In start-stop-daemon to report what to stop.
5203 - In dselect to print main and access methods menu entries.
5204 - In libdpkg command-line option parsing errors.
5205 - In libdpkg warning, notice and info reporting.
5206 - In libdpkg ohshit, ohshitv, ohshite and internerr. But in this case
5207 fallback to a fixed-size emergency buffer in case of allocation or
5208 formatting error, so that we can at least print something, even if
5210 Prompted by Manuel A. Fernandez Montecelo <mafm@debian.org>.
5211 * Colorize all fatal-error printing codepaths in libdpkg.
5212 * Architecture support:
5213 - Bump the GNU triplet cpu from i386 to i686 to match toolchain changes.
5214 Thanks to Ben Hutchings <ben@decadent.org.uk>. Closes: #823619
5215 - Clarify column descriptions in architecture table files.
5217 - Relax dependency restrictions parsing to allow again sloppy spaces
5218 around versions, architectures and profile restrictions.
5219 Regression introduced in 1.18.5. Closes: #823431
5220 - Add new require_strong_checksums option to Dpkg::Source::Package.
5221 - Add new tests_dep option to Dpkg::Deps deps_parse() to allow the
5222 otherwise invalid ‘@’ character in dependencies. To be used when
5223 parsing the debian/tests/control file.
5225 - Shorten example symbol names in dpkg-gensymbols to avoid a mandb
5226 warning due to unwrappable lines in translations.
5228 [ Updated scripts translations ]
5229 * German (Helge Kreutzmann).
5231 [ Updated man pages translations ]
5232 * German (Helge Kreutzmann).
5234 -- Guillem Jover <guillem@debian.org> Mon, 09 May 2016 03:19:52 +0200
5236 dpkg (1.18.6) unstable; urgency=medium
5239 * Fix file queue tail assignment on file queue pop during unpack. This
5240 could mess up the file queue in some circumstances and leave behind
5241 files in the filesystem as «pathname».dpkg-new after configuration
5242 and without traces of the files in the dpkg database. Closes: #823288
5243 * Use m_strdup() instead of strdup() in dpkg recursive installation code.
5244 * Fix off-by-one array allocation in dpkg recursive installation code that
5245 can cause segfaults.
5246 * Rename sysctl() “name” variable to “mib”, to avoid a clash with the
5247 call site function argument with the same name in start-stop-daemon.
5248 This fixes a build failure on */kFreeBSD systems.
5249 * Initialize number of entries on initial process scan in start-stop-daemon
5252 - Bump Standards-Version to 3.9.8 (no changes needed).
5254 [ Updated programs translations ]
5255 * German (Sven Joachim).
5257 -- Guillem Jover <guillem@debian.org> Tue, 03 May 2016 20:17:05 +0200
5259 dpkg (1.18.5) unstable; urgency=medium
5262 * Print correct integer parse error for short-only command-line options.
5263 This affects «dpkg-deb -z». Closes: #809174
5264 * Do not abort when traversing symlinks to directories in dpkg-scanpackages
5265 and dpkg-scansources. Closes: #809219
5266 * Implement delete operator with size argument in dselect, required by the
5267 C++14 spec when the size-less delete operator is defined.
5268 * Use EACCES instead of EWOULDBLOCK for fcntl(2) F_SETLK in dselect.
5269 * Print the archive filename when dpkg cannot access it.
5270 * Check that all passed archive filenames to dpkg exist before queuing them.
5272 * Use ohshit() instead of internerr() for unhandled dpkg-split exit codes.
5273 (i.e. do not abort). Closes: #812679
5274 * Detect non-regular file archive arguments earlier in dpkg.
5275 * Switch URLs in docs, code comments and packaging, from http:// or git://
5276 to https:// if the latter is available (round three). This includes the
5277 dpkg git repository, copyright format URL and examples in man pages among
5279 * Clarify where to find the GPL-2 license in debian/copyright.
5280 * Do not enable stack-protector on nios2 in Debian and derivatives (it is
5281 not supported by gcc yet).
5282 * Check first for build type to short-circuit boolean expressions in
5284 * Add source format backend-specific --help options support to dpkg-source.
5285 * Add MIPS R6 architectures to arch tables. Closes: #807340
5286 Thanks to YunQiang Su <wzssyqa@gmail.com>.
5287 * Fix memory leak when unpacking conffiles.
5288 * Use fixed string matching for pathnames in dpkg-maintscript-helper.
5289 Thanks to Carsten Hey <carsten@debian.org>.
5290 * Quote shell variables in dpkg-maintscript-helper.
5291 Thanks to Carsten Hey <carsten@debian.org>.
5292 * Anchor pathnames in sed and grep regexes in dpkg-maintscript-helper.
5293 Thanks to Carsten Hey <carsten@debian.org>.
5294 * Allow broken versions starting with a dash in dpkg-maintscript-helper.
5295 Thanks to Carsten Hey <carsten@debian.org>.
5296 * Add a new treewalk module in libdpkg, with the nice properties of avoiding
5297 duplicate stat(2) calls, not calling find(1), and sorting the output w/o
5298 stalling on the entire input being slurped and sorted.
5299 - Use it to build the .deb data member in dpkg-deb.
5300 - Use it to build the .deb control member in dpkg-deb.
5302 - Use it with dpkg --recursive option.
5303 * Unify start-stop-daemon --help output with the rest of the tools.
5304 * Search for debsig-verify in PATH instead of using an absolute path.
5305 * Do not error out when failing to open the SE label db on permissive mode.
5307 * Rewrite the trigger deferred file parser from flex to manual. The format
5308 is very simple, and a simple hand-written parser is smaller and avoids a
5310 * Be more strict when parsing the COLUMNS environment variable in dpkg-query.
5311 * Make the Architecture field mandatory on package builds.
5312 * Use new Dpkg::Arch functions to validate and parse architectures when
5313 building source packages. Closes: #784808
5314 * Do safe matching of directories containing conffiles in
5315 dpkg-maintscript-helper, instead of using a variable pathname as a regex
5316 with grep, which is susceptible to metacharacters acting as part of the
5317 regex. Proposed by Carsten Hey <carsten@debian.org>.
5318 * Decouple local keyword declaration from command assignment in
5319 dpkg-maintscript-helper, which masks the command return value when
5321 * Make dpkg pass <new-version> to maintscript actions that cannot get it
5322 otherwise. These actions are now:
5323 - <new-postrm> failed-upgrade <old-version> <new-version>
5324 - <new-postrm> abort-install <old-version> <new-version>
5325 - <new-postrm> abort-upgrade <old-version> <new-version>
5326 - <new-preinst> install <old-version> <new-version>
5327 - <new-preinst> upgrade <old-version> <new-version>
5328 - <new-prerm> failed-upgrade <old-version> <new-version>
5329 Prompted by Andrey Utkin <andrey.krieger.utkin@gmail.com>.
5330 * Promote a print to a warning for missing control files in dpkg-deb.
5331 * Use info() instead of print in dpkg-buildpackage and dpkg-genchanges.
5332 * Add very basic color support to all dpkg namespaced programs, enabled by
5333 setting the environment variable DPKG_COLORS to “auto”, “always” or
5334 “never”, the latter being the default.
5335 * Add support for a new --build option to define build type by a
5336 comma-separated list of components (“source”, “any”, “all”, “binary” or
5337 “full”) in dpkg-genchanges and dpkg-buildpackage.
5338 * Add new -I option to dpkg-shlibdeps to ignore package build directories.
5340 * Add new -O option to dpkg-genchanges.
5341 * Make dpkg export variable DPKG_ROOT in maintainer scripts. Closes: #804624
5342 Thanks to Helmut Grohne <helmut@subdivi.de>.
5343 * Add new --force-script-chrootless option to dpkg.
5344 Thanks to Helmut Grohne <helmut@subdivi.de>.
5346 - Move DPKG_ADMINDIR environment variable name out from update-alternatives
5347 code, to make life easier for non-dpkg-based systems.
5348 - Move alternatives temporary extension out from update-alternatives code,
5349 to make life easier for non-dpkg-based systems.
5350 - Switch start-stop-daemon on */kFreeBSD to use the low-level sysctl(3)
5351 interface instead of libkvm-dev.
5353 - Add new CTRL_REPO_RELEASE control block type to Dpkg::Control.
5354 - Add new CTRL_COPYRIGHT_HEADER, CTRL_COPYRIGHT_FILES and
5355 CTRL_COPYRIGHT_LICENSE control block types to Dpkg::Control.
5356 - Make patching a file multiple times fatal for the first quilt patch in
5357 Dpkg::Source. Reported by Apollon Oikonomopoulos <apoikos@debian.org>.
5359 - Only warn once when a diff patches a file multiple times in
5360 Dpkg::Source::Patch, and fix the warning message to make it clear that
5361 the diff might be patching the file more than once, not just twice.
5362 - Check existence of search criteria in Dpkg::Index when checking with a
5363 regex or a string match. Closes: #780906
5364 Base on a patch by Daniel Dehennin <daniel.dehennin@baby-gnu.org>.
5365 - Add new functions to validate and parse architecture names in Dpkg::Arch.
5366 - Make the dependency parser more strict in Dpkg::Deps. Closes: #784806
5367 - Add strong digest marking support to Dpkg::Checksums.
5368 - Error out on source packages without any strong digests in
5369 Dpkg::Source::Package, used by dpkg-source --extract, which can still
5370 be disabled with --no-check.
5371 - Switch Dpkg::Conf implementation to be hash based, add two new accessors
5372 and a new option to the filter method to use the old behavior.
5373 - Do not parse entry multiple times in Dpkg::Changelog::Entry::Debian.
5374 Add new parse_header() and parse_trailer() methods, and deprecate
5375 check_header() and check_trailer() ones.
5376 - Use “GnuPG” instead of “gpg” in error messages to refer to the software
5377 in Dpkg::Source::Package.
5378 - Handle undef versions in Dpkg::Changelog from empty versions in
5379 changelog entry header lines.
5380 - Allow detached upstream orig tarball signatures when extracting
5381 version 1.0 non-native source packages.
5382 - Include upstream orig tarball signatures in source packages.
5384 - Add fixdebugpath to reproducible feature in Dpkg::Vendor::Debian.
5385 Thanks to Daniel Kahn Gillmor <dkg@fifthhorseman.net>. Closes: #819194
5387 - Fix building development documentation.
5388 - Remove unused UA_LIBS variable.
5389 - Split libps and libkvm detection into their own macros and variables.
5390 - Make it possible to build without system libmd.
5391 - Add a configuration summary to configure output.
5392 - Make git log invocation immune to local configuration.
5393 - Do not require passing the perl interpreter to run-script.
5394 - Quote dirname argument in run-script, to handle spaces in pathname.
5395 Reported by Carsten Hey <carsten@debian.org>.
5396 - Use a single po4a opt argument instead of the same per language.
5398 - Enable all hardening flags, starting with gcc-5 there is no performance
5399 loss anymore when enabling PIE on i386.
5401 - Add a unit test to compile perl code with warnings.
5402 - Add a unit test for the trigger deferred parser.
5404 - Say value instead of option in deb-control(5).
5405 - Mark debian changelog format in bold in dpkg-parsechangelog(1).
5406 - Add references to man pages describing file formats.
5407 - Document missing Install-Size, Built-For-Profiles and Build-Profiles
5408 fields in man pages.
5409 - Add new dsc(5), deb-changelog(5) and deb-changes(5) man pages.
5410 - Remove Debian specific policy references.
5411 - Remove superfluous SEE ALSO references from dpkg-source(1).
5412 - Fix --remove and --purge summary formatting in dpkg(1).
5413 - Move --audit description just after --verify in dpkg(1).
5414 - Mark Maintainer field as bold in deb-src-control(5).
5415 - Fix reference to --record-avail instead of nonexistent --avail.
5416 - Add missing quotes in man pages.
5417 - Document Source field version in deb-control(5).
5418 - Add new deb822(5) man page.
5419 - Document and improve C/C++ programs exit codes in man pages.
5420 - Clarify dpkg --path-exclude/--path-include pathname filter behavior.
5422 - Clarify that packages are only automatically forgotten by dpkg if they
5423 contain no user data, such as package selections. Closes: #813179
5424 - Fix documentation for package flags in dpkg(1).
5425 - Clarify that deb-symbols(5) documents the binary format subset, and
5426 the template symbol files are described in dpkg-gensymbols(1).
5428 - Update field requirements of control file formats to match dpkg reality.
5429 - Document the format of the origins filename in deb-origin(5).
5430 - Add list of flags set by bug feature area to dpkg-buildflags(1).
5431 - Switch output encoding of man pages to UTF-8.
5432 - Move SEE ALSO section to the end of Dpkg::Changelog::Debian.
5433 - Clarify that i386 does not suffer performance loss due to PIE anymore
5434 since gcc >= 5 in dpkg-buildflags(1).
5435 - Document in deb822(5) that deb-origin(5) also supports comments.
5436 - Clarify which characters constitute the deb822(5) control files syntax
5437 by using Unicode code points and their printable characters.
5438 Based on a patch by Ben Finney <ben@benfinney.id.au>.
5439 - Remove wrong mention that deb-control(5) support comments.
5440 - Make explicit that deb-control(5) documents the binary control file.
5441 - Add missing value for Standards-Version field in dsc(5).
5442 Reported by Helge Kreutzmann <debian@helgefjell.de>.
5444 [ Updated programs translations ]
5445 * Dutch (Frans Spiesschaert). Closes: #822797
5446 * German (Sven Joachim).
5447 * Japanese (Takuma Yamada). Closes: #819939
5448 * Portuguese (Miguel Figueiredo).
5449 * Simplified Chinese (Zhou Mo). Closes: #809517
5450 * Vietnamese (Trần Ngọc Quân).
5452 [ Updated dselect translations ]
5453 * Japanese (Takuma Yamada). Closes: #819940
5455 [ Updated scripts translations ]
5456 * German (Helge Kreutzmann).
5458 [ New man pages translations ]
5459 * Dutch (Frans Spiesschaert). Closes: #822798
5461 [ Updated man pages translations ]
5462 * German (Helge Kreutzmann).
5464 -- Guillem Jover <guillem@debian.org> Mon, 02 May 2016 04:14:57 +0200
5466 dpkg (1.18.4) unstable; urgency=medium
5469 * Switch dpkg-scansources and dpkg-scanpackages to use File::Find instead
5470 of find(1), as the former is more portable with more consistent behavior,
5471 and always canonicalizes the pathnames. Closes: #800649
5472 * Initialize Config-Version also for packages previously in triggers-pending
5473 state, otherwise we end up not passing the previously configured version
5474 to «postinst configure», which might consider this a first install instead
5475 of an upgrade. Closes: #801156
5476 * Fix memory leaks in «dpkg --verify» and dpkg infodb format upgrade logic.
5477 * Merge all update-alternatives action handling into a single if-else-if
5478 block, to unify the code an allow a future switch into a shared library.
5479 * Perform any necessary cleanups on normal exit from dpkg-divert --add and
5481 * Make dpkg-architecture warning on non-matching GNU system type compiler
5483 * Add ‘.gitreview’ to the default dpkg-source ignore lists.
5484 * Add support for DPKG_MAINTSCRIPT_DEBUG environment variable to dpkg.
5485 * Fix dpkg-checkbuilddeps exit code to be 1 instead of a random error value
5486 on unsatisfied dependencies. Regression introduced in dpkg 1.18.3.
5487 * Fix an off-by-one write access in dpkg-deb when parsing the old format
5488 .deb control member size. Thanks to Hanno Böck <hanno@hboeck.de>.
5489 Fixes CVE-2015-0860.
5490 * Fix an off-by-one read access in dpkg-deb when parsing ar member names.
5491 Thanks to Hanno Böck <hanno@hboeck.de>.
5492 * Add experimental multi-threaded xz compression support in libdpkg, which
5493 requires xz >= 5.2.0.
5494 * Fix physical file offset comparison in dpkg. Closes: #808912
5495 Thanks to Yuri Gribov <tetra2005@gmail.com>.
5496 * Fix usage of dpkg-architecture -s after other action options.
5497 Reported by Niels Thykier <niels@thykier.net>.
5498 * Add NIOS2 support to cputable. Thanks to Marek Vasut <marex@denx.de>.
5499 * On Debian and derivatives enable timeless build flag feature by default.
5500 Thanks to Paul Wise <pabs@debian.org>. Closes: #805872
5502 - Add support for Build-Essential field. Closes: #806315
5504 - Improve perl code test coverage.
5506 - Set PERL5LIB globally for the test suite to the local modules directory,
5507 to avoid using the system modules. Regression introduced in dpkg 1.17.8.
5508 Reported by Jérémy Bobbio <lunar@debian.org>. Closes: #801329
5509 - Use absolute buildir pathnames in PATH variable for the test suite.
5510 - Descend into scripts directory when cleaning up code coverage files.
5511 - Add new configure option --disable-devel-docs to select the kind of docs
5512 to generate, default for now is development documentation.
5513 - Try to use AM_GNU_GETTEXT_REQUIRE_VERSION to benefit from the latest
5514 installed gettext version, while guaranteeing a minimal required version.
5516 - Add missing Build-Depends for restriction formula support.
5518 - Move description for “target architecture” from the dpkg-architecture(1)
5519 ‘-A’ option to the TERMS section. Closes: #799046
5520 - Clarify that the md5sum check on «dpkg --verify» is performed on the
5521 file contents, and failures denote changed content. Closes: #760248
5522 - Document that dpkg-buildpackage -nc -S implies -d.
5523 - Clarify role of Build-Depends in deb-src-control(5).
5524 Prompted by Johannes Schauer <j.schauer@email.de>.
5525 - Document supported feature areas.
5526 - Clarify in dpkg-query(1) when binary:Package gets arch-qualified.
5528 - Add a subsection separating external from internal environment variables
5531 [ Updated programs translations ]
5532 * Dutch (Frans Spiesschaert). Closes: #800513
5533 * Japanese (Kenshi Muto). Closes: #799432
5534 * Turkish (Mert Dirik). Closes: #799875
5536 [ Updated scripts translations ]
5537 * German (Helge Kreutzmann).
5539 [ Updated man pages translations ]
5540 * German (Helge Kreutzmann, Julian R). Closes: #807156
5542 -- Guillem Jover <guillem@debian.org> Fri, 25 Dec 2015 13:20:26 +0100
5544 dpkg (1.18.3) unstable; urgency=medium
5547 * Fix short-lived memory leaks in start-stop-daemon. As a side effect now
5548 a missing group after ‘:’ on --chuid is a fatal error.
5549 * Print the master and slave links in «update-alternatives --display».
5550 * Print the current best alternative in the head instead of the trail
5551 in «update-alternatives --display», with a two space indentation.
5552 * Reimplement «update-alternatives --all» as a fully built-in command
5553 instead of executing itself with --config per subtask.
5554 * Reimplement «update-alternatives --set-selections» as a fully built-in
5555 command instead of executing itself with --set or --auto per subtask.
5556 * Add kfreebsd-armhf support to ostable and triplettable. Closes: #796283
5557 Thanks to Steven Chamberlain <steven@pyro.eu.org>.
5558 * Fix «dpkg --verify» with --root.
5559 * Fix an off-by-one write access in dpkg-deb when parsing the .deb magic.
5560 Reported by Jacek Wielemborek <d33tah@gmail.com>. Closes: #798324
5561 * Split overlong perl regexes into multiline extended regexes.
5562 * Switch dselect multicd method license from GPL2 to GPL2+, with consent
5563 from all its authors.
5564 * Fix inadvertent license change for lib/dpkg/utils.c from GPL2 to GPL2+.
5565 * Fix segfault when using «dpkg --no-act» with a synthetic --admindir.
5566 Reported by David Kalnischkies <david@kalnischkies.de>.
5568 - Only warn on invalid week days instead of aborting in
5569 Dpkg::Changelog::Entry::Debian. Regression introduced in dpkg 1.18.2.
5570 Reported by Jakub Wilk <jwilk@debian.org>.
5571 - Do not warn when removing an empty subdirectory on source package
5572 extraction in Dpkg::Source::Package::V2. Closes: #796671
5573 - Do not abort on parse errors from Time::Piece->strptime() for the
5574 changelog trailer date, just queue them so that the caller can decide
5575 if they should be warnings or actual errors. Closes: #795936
5576 - Validate the changelog trailer date, and catch and warn or error on
5577 bogus month names, such as unknown or unabbreviated ones.
5579 - Get the reference build flags from dpkg-buildflags.pl, instead of
5580 hardcoding them, which might not match depending on the architecture.
5582 - Delete any environment variable starting with DEB_ in mk.t that might
5583 affect the test results.
5585 - Add a new --with-devlibdir configure option for the C libdpkg library.
5587 - Remove unneeded --sourcedir options from dh_install calls.
5588 - Use the new --with-devlibdir configure option to only switch libdpkg-dev
5589 files to the multi-arch directory. Closes: #794977
5591 - Fix typos for --predep-package option name. Closes: #794688
5592 - Add missing dashes to package-list in deb-src-control(5).
5593 - Mark each individual required field as such, instead of using segregated
5596 [ Updated programs translations ]
5597 * Catalan (Jordi Mallach).
5598 * French (Sébastien Poher). Closes: #798371
5599 * German (Sven Joachim).
5600 * Vietnamese (Trần Ngọc Quân).
5602 [ Updated dselect translations ]
5603 * French (Sébastien Poher). Closes: #798370
5605 [ Updated scripts translations ]
5606 * French (Sébastien Poher). Closes: #798369
5607 * German (Helge Kreutzmann).
5609 [ Updated man pages translations ]
5610 * German (Helge Kreutzmann).
5612 -- Guillem Jover <guillem@debian.org> Mon, 21 Sep 2015 07:11:42 +0200
5614 dpkg (1.18.2) unstable; urgency=low
5617 * Fix plural form translations for single plural languages. Closes: #790025
5618 * Add new dpkg-buildpackage -J option, which is a safe version of -j.
5619 * Fix dpkg-gencontrol to add correct binary filename to debian/files,
5620 even when overriding the Package field value with the -D option.
5621 Reported by Niels Thykier <niels@thykier.net>.
5622 * Move the implicit build-essential:native Build-Depends from
5623 dpkg-checkbuilddeps to a new vendor hook, as it is Debian-specific.
5624 * Add support for ignoring built-in build dependencies and conflicts
5625 with the new «dpkg-buildpackage --ignore-builtin-builddeps» and
5626 «dpkg-checkbuilddeps -I» options. Closes: #480638, #571671
5627 * When sys_siglist is defined in the system, try to use NSIG as we cannot
5628 compute the array size with sizeof(). If NSIG is missing fallback to 32
5629 items. Prompted by Igor Pashev <pashev.igor@gmail.com>.
5630 * Use string_to_security_class() instead of a literal SECCLASS value in
5631 the setexecfilecon() libcompat function, as <selinux/flask.h> is now
5633 * Switch libdpkg xz compressor to use CRC64 for integrity checks, to match
5634 the default on the command-line tool, which should provide slightly better
5635 detection against damaged data, at a negligible speed difference.
5636 * Only use the SHELL environment variable for interactive shells.
5638 * Move tar option --no-recursion before -T in dpkg-deb. With tar > 1.28 the
5639 --no-recursion option is now positional, and needs to be passed before
5640 the -T option, otherwise the tarball will end up with duplicated entries.
5641 Thanks to Richard Purdie <richard.purdie@linuxfoundation.org>.
5642 * Add an extra level of escaping for double $(evals) in architecture.mk
5643 and buildflags.mk, so that the variables are computed lazily again.
5644 Regression introduced in dpkg 1.16.2. Closes: #793330
5645 * Add binary packages Essential information to Package-List field in the
5646 .dsc file, as optional essential=yes entries. This allows precomputing
5647 the pseudo-essential set before starting an architecture bootstrap.
5649 - Remove non-functional timezone name support from
5650 Dpkg::Changelog::Entry::Debian.
5651 - Use Time::Piece (part of the perl core distribution) instead of
5652 Date::Parse in Dpkg::Changelog::Entry::Debian. This reduces the build
5653 and run-time dependencies, and helps architecture bootstrapping.
5654 - Simplify distribution splitting in Dpkg::Changelog::Entry::Debian.
5655 - Add new function changelog_parse_plugin() in Dpkg::Changelog::Parse.
5656 - Add new function changelog_parse_debian() in Dpkg::Changelog::Parse, and
5657 use it in changelog_parse() instead of the external plugin parser when
5658 the input format is “debian”. This significantly speeds up the parsing.
5659 - Remove trailing space before handling blank line dot-separator in
5660 Dpkg::Control::HashCore. Regression introduced in dpkg 1.18.0.
5661 Reported by Jakub Wilk <jwilk@debian.org>. Closes: #789580
5662 - Allow the Maintainer field in CTRL_FILE_STATUS.
5663 - Import make_path from File::Path in Dpkg::Source::Package::V2.
5664 Regression introduced in dpkg 1.18.0. Closes: #789957
5665 - Make the BinaryFiles subpackage self-contained by explicitly importing
5666 File::Spec in Dpkg::Source::Package::V2.
5667 - Do not exclude pre-existing symlinks when unpacking the debian/ tarball
5668 in Dpkg::Source::Package::V2. Closes: #790073, #791535
5669 - Disable the thread sanitizer when the address sanitizer is enabled
5670 in Dpkg::Vendor::Debian as these are mutually incompatible, and make
5671 sanitize=+all not work at all.
5672 - Allow colons (:) in added filenames in Dpkg::Dist::Files, which can be
5673 present when the upstream version contains colons. Regression introduced
5674 in dpkg 1.18.0. Reported by Jakub Wilk <jwilk@debian.org>.
5675 - Future-proof tar invocations in Dpkg::Source::Archive for options that
5676 might become positional in the future, and by always placing function
5678 - Make the dependency comparison deep by comparing not only the first
5679 dependency alternative, to get them sorted in a reproducible way.
5680 Based on a patch by Chris Lamb <lamby@debian.org>. Closes: #792491
5681 - Support spaces in symbol names in Dpkg::Shlibs::Objdump. This is
5682 required by Go shared libraries. Closes: #785344
5683 Based on a patch by Michael Hudson-Doyle <michael.hudson@canonical.com>.
5685 - Set SIGINT, SIGTERM and SIGPIPE to their default actions to get
5686 deterministic behavior.
5687 - Add test cases for the makefile snippets.
5688 - Delete DEB_VENDOR from the environment to get reliable results.
5690 - Make the libdpkg-dev package Multi-Arch:same.
5691 - Mark libio-string-perl as <!nocheck>.
5693 - Fix grammar in dpkg-architecture(1).
5694 Thanks to Chris Lamb <lamby@debian.org>. Closes: #787616
5695 - Use the feature area name in the dpkg-buildflags(1) subsection title.
5696 - Document DPKG_HOOK_ACTION also in dpkg(1) ENVIRONMENT section.
5697 - Clarify when some features where added in man pages.
5698 - Document --yet-to-unpack, --predep-package and all --assert-<feature>
5699 commands as supported in both «dpkg --help» and dpkg(1).
5700 - Document abitable in dpkg-architecture(1).
5701 - Clarify that an architecture wildcard is a Debian thing in
5702 dpkg-architecture(1).
5703 - Document multiarch triplet in dpkg-architecture(1) TERMS section.
5704 - Remove “my” keyword from Dpkg perl modules function prototypes.
5705 - Say FUNCTIONS instead of METHODS for Dpkg modules when appropriate.
5706 - Fix POD syntax inside verbatim paragraph in Dpkg::Changelog.
5707 - Document and mark Dpkg::Arch as a public module.
5708 - Fix Dpkg::Changelog::Parse::changelog_parse documentation.
5710 [ Updated programs translations ]
5711 * Dutch (Frans Spiesschaert). Closes: #789097
5712 * Simplified Chinese (Zhou Mo). Closes: #787986
5713 * Turkish (Mert Dirik). Closes: #788211
5714 * Vietnamese (Trần Ngọc Quân).
5716 [ Updated man pages translations ]
5717 * German (Helge Kreutzmann).
5719 [ Updated dselect translations ]
5720 * Dutch (Frans Spiesschaert). Closes: #789096
5722 [ Updated scripts translations ]
5723 * German (Helge Kreutzmann).
5725 -- Guillem Jover <guillem@debian.org> Mon, 03 Aug 2015 15:40:21 +0200
5727 dpkg (1.18.1) unstable; urgency=low
5730 * Cast c_isbits() c argument to an unsigned char when indexing the array.
5731 This fixes build failures on armel, armhf, ppc64el and s390x.
5732 * Do not allow pathnames with embedded newlines in dpkg-deb and dpkg.
5734 * Fix setting the SELinux context when a file has a statoverride.
5736 * Set the SELinux file context even when the file mode has no file type.
5737 * Make dpkg-buildpackage -j override any parallel option specified in
5738 DEB_BUILD_OPTIONS. Regression introduced in dpkg 1.14.15.
5739 * Honor Pre-Depends, Conflicts and Breaks for packages in unpacked and
5740 half states. Thanks to Ian Jackson <iwj@ubuntu.com>. Closes: #377860
5741 * Fix build failure on FreeBSD by actually using libmd if available.
5742 * Sort dpkg-scanpackages output by package name and version.
5743 Thanks to Maximilian Schwerin <maximilian.schwerin@tigris.de>.
5744 * Sort dpkg-scansources output by package name and version.
5745 Thanks to Maximilian Schwerin <maximilian.schwerin@tigris.de>.
5746 * Set the correct default compression value in dpkg-deb for control.tar.gz
5747 member. This meant using compression level 1 when using the zlib shared
5748 library to compress the control.tar member, and always failing when using
5749 the gzip command. Regression introduced in dpkg 1.17.6. Closes: #786654
5750 * Use the generated template file instead of the original one when looking
5751 for changes in dpkg-gensymbols. There's too much information not being
5752 preserved in the symbols files to be able to regenerate templates for
5753 them. Closes: #785937, #786840
5755 - Add missing strict and warnings pragmas for submodules.
5756 - Use non-destructive substitutions inside map.
5757 - Use the state keyword to simplify the code.
5758 - Do not replace #PACKAGE# in template mode in Dpkg::Shlibs::SymbolFile.
5760 - Update current default source compressor from gzip to xz.
5761 - Remove spurious ‘=’ from parallel DEB_BUILD_OPTIONS without arguments
5762 in dpkg-buildpackage(1).
5764 [ Updated programs translations ]
5765 * German (Sven Joachim).
5766 * Simplified Chinese (Zhou Mo). Closes: #786377
5768 [ Updated man pages translations ]
5769 * German (Helge Kreutzmann).
5771 [ Updated dselect translations ]
5772 * German (Sven Joachim).
5774 -- Guillem Jover <guillem@debian.org> Sat, 30 May 2015 03:00:21 +0200
5776 dpkg (1.18.0) unstable; urgency=low
5779 * Only trim trailing “/” and “/.” from «dpkg-query --search» arguments if
5780 they are a pathname, and not a pattern or a substring match.
5781 * Switch C/C++ code to use a new set of C locale character type functions
5782 independent of the current locale.
5783 * Add support for arch-bits and arch-endian dpkg-gensymbols tags.
5785 * Switch perl code from legacy File::Path functions to new ones.
5786 * Fix perl uninitialized value usage in dpkg-scansources when the Binary
5788 * Use dpkg-query instead of dpkg for --search in dpkg-shlibdeps so that
5789 the subprocesses get the correct admindir. Closes: #775258
5790 * Rework the Installed-Size field default value computation to make it
5791 reproducible regardless of the build system filesystem, and document
5792 how the value is computed and that it is just an approximation.
5794 * Use strftime() instead of «date -R» in dpkg-genchanges, as the latter
5795 is not specified by POSIX and is not widely portable.
5796 * Warn on obsolete '<' and '>' operators in dpkg --compare-versions.
5797 * Trim end of line whitespace from dpkg and dselect config file parsers.
5798 Reported by Christoph Biedl <debian.axhn@manchmal.in-ulm.de>.
5799 * Do not silently eat a standalone ‘-’ in the libdpkg command-line parser.
5800 * Fix short-lived memory leaks in dpkg-deb and libdpkg. Closes: #769515
5801 * Fix «dpkg-deb -b» filename generation when the package does not contain
5802 an Architecture field. Regression introduced in dpkg 1.16.2.
5803 * Fix «dpkg --audit» to report missing and empty architecture fields.
5804 Regression introduced in dpkg 1.16.2.
5805 * Add support to dpkg-deb for reading the archive from standard input,
5806 except for --raw-extract which does not yet support it. Closes: #616614
5807 Based on a patch by Johannes Schauer <j.schauer@email.de>.
5808 * Add ‘.mailmap’ to the default dpkg-source ignore lists.
5809 * Set the SELinux context on «dpkg-statoverride --update». Closes: #690361
5810 * Do not fail on dpkg-query -W and -l when multiple arguments match the
5811 same package. Closes: #588505
5812 * Change dpkg-maintscript-helper to handle symlinks and pathnames ending in
5813 slash. For the former error out, for the latter strip it. Closes: #771752
5814 * Support moving a conffile not being shipped anymore. Closes: #767003
5815 Thanks to Mathias Behrle <mathiasb@m9s.biz>.
5816 * Add a new dpkg-buildflags sanitize feature area:
5817 - Add new “address”, “thread”, “leak” and “undefined” features, all
5818 disabled by default. Closes: #760741
5819 * Do not accept unknown user or group names on «dpkg-statoverride --add».
5820 Regression introduced in dpkg 1.17.11. Closes: #775124
5821 * Normalize dpkg-parsechangelog command-line parsing, so that «-ovalue»,
5822 «-o value», «--option=value» and «--option value» will all be accepted.
5824 * Add dpkg --ctrl-tarfile forwarding command for dpkg-deb.
5825 * Disable dependency checks on dpkg-buildpackage -S -nc.
5826 * Make dependency checks fatal for dpkg-buildpackage -S.
5827 * Update amd64 GNU cpu regex in cputable to match amd64 too, in addition
5828 to x86_64. This is required for FreeBSD.
5829 * Use badusage() instead of ohshit() for command-line errors.
5830 * Use the original template symbols file when diffing in dpkg-gensymbols.
5831 We should not create a new template symbols file, because the output
5832 might change (different sorting order for example) relative to the
5833 original. Closes: #773718
5834 * Do not leak kvm descriptors in start-stop-daemon on GNU/kFreeBSD systems.
5835 Based on a patch by Jeff Epler <jepler@unpythonic.net>. Closes: #779467
5836 * Switch start-stop-daemon to use a monotonic clock if available. This
5837 makes the timeout checks resilient to abrupt system clock changes.
5838 Suggested by Jose M Calhariz <jose.calhariz@hds.com>. Closes: #783014
5839 * Fix perl warning in dpkg-genchanges when parsing BY-HAND file entries.
5840 Regression introduced in dpkg 1.17.7. Closes: #781074
5841 * Use the checksums files list order when building the Files field to match
5842 the other Checksum fields in dpkg-genchanges.
5843 * Skip files based on the architecture from the filename in dpkg-genchanges.
5844 * Allow binary packages not found in debian/control in dpkg-genchanges,
5845 which could allow injecting debug .debs for example.
5846 * Annotate any non-deb binary descriptions (not just udebs) with their
5847 package type in dpkg-genchanges.
5848 * Remove outdated local copy of the Debian README.mirrors.txt file from
5849 dselect ftp access method, and print a message pointing to the current
5850 URL instead. Closes: #784966
5851 * Cleanup default dpkg-shlibdeps shared library directory search list:
5852 - Do not add cross-root directories (/<triplet>/ and /usr/<triplet>/).
5853 - Remove ancient multilib /emul/ia32-linux/ paths.
5854 - Reorder directory precedence to:
5855 «dpkg-shlibdeps -l» > ENV{LD_LIBRARY_PATHS} > cross-multiarch >
5856 DEFAULT_LIBRARY_PATH > ld.so.conf > DEFAULT_MULTILIB_PATH
5857 * When upgrading, copy over the cached arch-qualified package name. This
5858 fixes wrong output when cross-grading.
5859 * Consider foreign packages ambiguous in need of an arch-qualifier.
5861 - Rename and deprecate Dpkg::Gettext _g function with new g_.
5862 - Assume in Dpkg::Arch that the abitable is always present, and bump
5863 libdpkg-perl Depends on dpkg to 1.16.3, the version introducing the file.
5864 - Remove support for GCC_TARGET environment variable from Dpkg::Shlibs.
5865 This was a temporary workaround for very old gcc toolchains. See #453267.
5866 - Prefer multiarch paths to multilib ones in Dpkg::Shlibs.
5867 Thanks to Helmut Grohne <helmut@subdivi.de>. Closes: #772184
5868 - Enable sub-second timestamps in Dpkg::Source::Patch by using Time::HiRes.
5869 - Use TMPDIR instead of manually setting DIR on tempfile() call in
5870 Dpkg::Source::Package::V2.
5871 - Switch Dpkg::Checksums from using checksum programs to the more portable
5872 Digest modules. Obsolete the 'program' property, and add a 'name' one.
5873 - Add support for $DEFAULT_TEXT_DOMAIN to Dpkg::Gettext, so that the Dpkg
5874 perl modules can always produce localized messages.
5875 - Fix OpenPGP Armor Header Line parsing in Dpkg::Control::Hash. We should
5876 only accept [\r\t ] as trailing whitespace, although RFC4880 does not
5877 clarify what whitespace really maps to, we should really match the GnuPG
5878 implementation anyway, as that's what we use to verify the signatures.
5879 Reported by Jann Horn <jann@thejh.net>. Fixes CVE-2015-0840.
5880 - Pass PATCH_GET environment variable instead of -g0 to the patch command
5881 in Dpkg::Source::Patch. This allows using non-GNU patch programs, like
5883 - Accept an %opts argument for the Dpkg::Control::Info constructor, and
5884 accept either passing a filename option as undef, or a scalar undef.
5886 - Do not print on undef filehandle in Dpkg::Control::Info output().
5887 Thanks to Roderich Schupp <roderich.schupp@gmail.com>. Closes: #781887
5888 - Always sort the Dpkg::Dist::Files files list on output, instead of
5889 preserving the insertion order, which is not reproducible with parallel
5890 builds. Reported by Jérémy Bobbio <lunar@debian.org>.
5891 - Add new filter() method to Dpkg::Substvars.
5892 - Kill the process when reaching timeout in Dpkg::IPC::wait_child().
5894 - Check perl code compilation, warnings and strictness.
5895 - Fix dpkg-divert unit test to work on BSD «rm -rf» that cannot traverse
5896 directories with mode 000.
5897 - Fix dpkg-divert unit test to work when there is no /dev/full.
5898 - Skip test cases when there is no c++filt available.
5899 - Add test cases for Dpkg::Conf and Dpkg::Checksums.
5900 - Handle libtool executables in progname unit test.
5901 - Do not use a timeout when testing cat I/O, speeds up test suite by 5s.
5902 - Reduce timeout test from 5 seconds to 1, to speed up test suite by 4s.
5904 - Bump gettext version to 0.19:
5905 + Use --add-location=file in msgmerge and xgettext commands.
5906 + Use --porefs=noline for po4a command.
5907 - Wrap file references in man page PO files with po4a --porefs=wrap.
5908 - Fix support for cross-building dpkg:
5909 + Assume a working C99 snprintf on SUS >= v3.
5910 + Do not try to run the va_copy configure check, just check that the
5911 symbol is available.
5912 - Check that HAVE_DECL_SYS_SIGLIST is 0 instead of undefined, to fix a
5913 build failure on uclibc based systems. Closes: #777044
5914 Based on a patch by Alex Potapenko <opotapenko@gmail.com>.
5915 - Use single suffix rules instead of non-portable %-pattern rules.
5916 - Pass CC to the test suite, so that we can use a non-gcc compiler.
5917 - Call AM_PROG_AR to detect the correct system archiver to use.
5918 - Pass -Wall to automake in AM_INIT_AUTOMAKE, not implied by foreign.
5920 - Remove old trigger related Breaks and Conflicts from dpkg.
5921 - Only use stackprotectorstrong when building dpkg with gcc >= 4.9.
5922 - Switch to debhelper compatibility level 9.
5923 - Name each public-domain license with a different name.
5924 - Add missing public modules to dpkg-dev package description.
5925 - Get rid of backward compatibility pseudo-tags from bug reports.
5926 - Install doc/README.feature-removal-schedule only on affected packages
5927 and debian/usertags everywhere.
5929 - Document arch-qualifiers for dependency fields in deb-control(5) and
5930 deb-src-control(5). Reported by Johannes Schauer <j.schauer@email.de>.
5932 - Document versioned Provides in deb-control(5).
5933 - Document the version when dpkg-deb --raw-extract got introduced.
5934 - Document dpkg --log format, add missing actions and describe the startup
5935 messages. Closes: #773398
5936 - Document when and how the dpkg-maintscript-helper package name argument
5937 is or should be arch-qualified. Closes: #776072
5938 - Fix and update Arch substvar description in deb-substvars(5).
5939 - Document that current build flag feature areas only work on Debian and
5940 derivatives in dpkg-buildflags(1).
5941 - Use “wildcard characters” instead of “wildchars” in dpkg-query(1).
5942 - Document dpkg-query --search behavior in man page. Closes: #775379
5943 - Document postinst “triggered” argument in debian/dpkg.postinst comment
5945 - Document Dpkg::IPC function signatures.
5946 - Document the obsolete --compare-versions '<' and '>' operators in the
5947 dpkg(1) man page. Thanks to Tomas Pospisek <tpo_hp@sourcepole.ch>.
5949 - Move dpkg-divert, dpkg-statoverride and update-alternatives man pages
5950 from section 8 to 1, to match their installation path.
5951 - Capitalize dpkg-parsechangelog(1) option descriptions.
5952 - Mark dpkg-parsechangelog(1) --format values in bold.
5953 - Place short options before long ones in dpkg-mergechangelogs(1) and
5954 dselect(1) man pages.
5955 - Properly terminate a bold marking in dpkg(1).
5956 - Document in man pages the dpkg version when new features were introduced.
5957 - Document that timestamps are reset for files patched with source format
5959 - Document in dpkg-buildpackage(1) that using dpkg-source is sometimes
5960 better than -S. Suggested by Johannes Schauer <j.schauer@email.de>.
5961 - Document dselect -? option.
5962 - Document in dpkg-buildflags(1) that DEB_VENDOR influences the execution.
5963 - Document that dpkg performs sanity checks on PATH.
5964 - Mark some words and commands as non-hyphenable in man pages.
5965 - Separate multi-line hanging tag paragraphs with .TQ in man pages.
5966 - Mark field names in bold in man pages.
5967 - Use various groff escape sequences for quoting characters.
5968 - Lowercase warning and note admonitions in start-stop-daemon(8).
5969 - Mark dselect(1) color attributes in bold.
5970 - Say output instead of display for dpkg-deb tar-file option in dpkg(1).
5971 - Say archive instead of filename for dpkg-deb option in dpkg(1).
5972 - Say control-field-name instead of control-file-field in dpkg-deb(1).
5973 - Fix option values and pathname markup in dpkg-deb(1).
5974 - Use .TQ to separate different but related options in dpkg(1).
5975 - Clarify that dpkg-buildpackage -jN forces parallel builds, regardless of
5976 the packaging or upstream build systems supporting them. Closes: #780866
5977 - Remove unneeded update-alternatives references from options descriptions.
5978 - Document that apt might expect Packages.xz too in dpkg-scanpackages(1).
5979 - Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titles.
5980 - Document dpkg version when perl module versions got bumped.
5981 * Output message fixes and improvements:
5982 - Remove trailing newline from string literal in warning calls.
5983 - Say “execute” instead of “exec” in Dpkg::Changelog::Parse error message.
5984 - Say “package” instead of “it” in dpkg-name warning message.
5985 - Uppercase field names in error messages.
5986 - Expand EOF and eof into “end of file” in error messages.
5987 - Use “<enter>” instead of “return” or “enter” in input prompts.
5988 - Say directory instead of dir in output messages.
5989 - Merge the same dpkg-scanpackages warning messages into a single line.
5990 - Clarify dpkg-genchanges changes description open error.
5991 - Add missing preposition in Dpkg::Source::Patch error message.
5992 - Improve available state sorting order strings in dselect panel.
5993 - Say “changelog-file” instead of “changelogfile” in --help output.
5994 - Say “command” instead of “action” for dselect.
5995 - Improve commands listing in «dselect --help» output, by printing them
5996 before options and listing them one on each line with a description.
5997 - Improve dselect color-spec --help output.
5998 - Move "(default)" annotations in scripts --help output after option
6000 - Consistently use proper quotation marks ("" or '', and not the
6001 unbalanced `' pair) all over the place.
6002 - Use syserr() instead of an ad-hoc error message in dpkg-scansources.
6003 - Say substvars instead of varlist in dpkg-shlibdeps error messages.
6004 - Fix error messages on invalid uid/git/mode command-line syntax errors
6005 in dpkg-statoverride, to not say they are from the statoverride file.
6006 - Fix error message on empty dsc file in dpkg-genchanges.
6007 - Mention “(^Z)” instead of “char” for the MSDOS end of file character.
6010 * Drop myself from Uploaders.
6012 [ Updated programs translations ]
6013 * Simplified Chinese (Zhou Mo). Closes: #782326
6014 * Turkish (Mert Dirik). Closes: #785096
6015 * Vietnamese (Trần Ngọc Quân).
6017 [ Updated scripts translations ]
6018 * German (Helge Kreutzmann).
6020 [ Updated man pages translations ]
6021 * German (Helge Kreutzmann).
6023 -- Guillem Jover <guillem@debian.org> Mon, 18 May 2015 15:08:31 +0200
6025 dpkg (1.17.23) unstable; urgency=low
6028 * Use a matching group instead of ${^MATCH} in s/// in dselect build script.
6029 * Skip tar extractor tests if tar is not GNU tar >= 1.27.
6030 * Reset the trigger cycle tracking on unsatisfied dependencies during
6031 trigger processing. Closes: #771730
6032 * Fix out-of-bounds buffer read accesses when parsing field and trigger
6033 names or checking package ownership of conffiles and directories.
6034 Reported by Joshua Rogers <megamansec@gmail.com>.
6035 * Add versioned Breaks on packages creating trigger cycles. Namely auctex,
6036 apt-cudf, ccache, cups, distcc, fusionforge-plugin-mediawiki, gap-core,
6037 gxine, hoogle, icecc, libjs-protoaculous, mcollective, pypy, wordpress
6038 and xfonts-traditional.
6040 [ Updated programs translations ]
6041 * Basque (Iñaki Larrañaga Murgoitio). Closes: #771893
6042 * Catalan (Guillem Jover).
6043 * Czech (Miroslav Kure).
6044 * Esperanto (Felipe Castro).
6045 * French (Sébastien Poher).
6046 * Italian (Milo Casagrande).
6047 * Portuguese (Miguel Figueiredo).
6048 * Russian (Yuri Kozlov). Closes: #771691
6049 * Simplified Chinese (Zhou Mo). Closes: #771264
6050 * Spanish (Javier Fernández-Sanguino)
6051 * Swedish (Peter Krefting).
6052 * Thai (Theppitak Karoonboonyanan). Closes: #772965
6054 [ Updated scripts translations ]
6055 * Catalan (Guillem Jover).
6056 * Polish (Łukasz Dulny).
6057 * Russian (Yuri Kozlov). Closes: #772841
6059 [ Updated man pages translations ]
6060 * French (Sébastien Poher).
6061 * Italian (Beatrice Torracca). Closes: #771673
6063 [ Updated dselect translations ]
6064 * Catalan (Guillem Jover).
6065 * Czech (Miroslav Kure).
6066 * Norwegian Bokmål (Hans Fredrik Nordhaug).
6067 * Polish (Łukasz Dulny).
6068 * Portuguese (Miguel Figueiredo).
6069 * Russian (Yuri Kozlov). Closes: #771682
6070 * Spanish (Javier Fernández-Sanguino)
6071 * Vietnamese (Trần Ngọc Quân).
6073 -- Guillem Jover <guillem@debian.org> Tue, 23 Dec 2014 17:45:44 +0100
6075 dpkg (1.17.22) unstable; urgency=low
6078 * Add version introducing --ctrl-tarfile in dpkg-deb(1) man page.
6079 * Bump minimal version for dir_to_symlink and symlink_to_dir commands
6080 to 1.17.14 in dpkg-maintscript-helper(1) man page. Closes: #769843
6081 * Reintroduce update-alternatives, dpkg-divert and dpkg-statoverride
6082 compatibility symlinks under /usr/sbin/. There are still packages
6083 using those paths, but the relevant lintian check did not list any,
6084 so this got removed prematurely.
6085 * Add Breaks on old man-db, fontconfig and readahead-fedora packages using
6086 awaiting triggers, as they produce trigger cycles. Closes: #768599
6087 * Escape package and architecture names on control file parsing warning,
6088 as those get injected into a variable that is used as a format string,
6089 and they come from the package fields, which are under user control.
6090 Regression introduced in dpkg 1.16.0. Fixes CVE-2014-8625. Closes: #768485
6091 Reported by Joshua Rogers <megamansec@gmail.com>.
6092 * Do not match partial field names in control files. Closes: #769119
6093 Regression introduced in dpkg 1.10.
6094 * Fix build on Mac OS X. Regression introduced in dpkg 1.17.11.
6095 Reported by Dominyk Tiller <dominyktiller@gmail.com>.
6096 * Normalize tar entry uid and gid from the current system only in dpkg
6097 unpack. Regression introduced in dpkg 1.17.14. Closes: #769211
6098 * Restore multiple processing instances check for packages and archives
6099 specified on the command-line. Regression introduced in dpkg 1.17.20.
6100 * Fail on trigger processing when it is required to progress. Trigger
6101 processing is sometimes required and sometimes opportunistic, and we
6102 should only fail on the former but ignore the latter. Closes: #768852
6103 * Do not ignore trigger cycles for direct dependencies, these are just
6104 normal trigger cycles, and as such should not be special cased.
6105 * Register all pending triggers for deferred processing when being called
6106 as «dpkg --configure pkgname…». This is a mostly conformant workaround
6107 for frontends like apt that do not correctly call «dpkg --configure -a»
6108 or «dpkg --triggers-only -a» after their normal runs, and leave packages
6109 in triggers-pending and triggers-awaited states. Closes: #766758
6111 [ Updated programs translations ]
6112 * Catalan (Guillem Jover).
6113 * Danish (Joe Dalton).
6114 * French (Sébastien Poher).
6115 * German (Sven Joachim).
6116 * Japanese (Kenshi Muto). Closes: #771255
6117 * Polish (Łukasz Dulny).
6118 * Simplified Chinese (Zhou Mo). Closes: #766724, #770280
6119 * Swedish (Peter Krefting).
6120 * Turkish (Mert Dirik).
6121 * Vietnamese (Trần Ngọc Quân)
6123 [ Updated scripts translations ]
6124 * French (Sébastien Poher).
6125 * German (Helge Kreutzmann).
6126 * Swedish (Peter Krefting).
6128 [ Updated man pages translations ]
6129 * French (Sébastien Poher). Closes: #767934
6130 * German (Helge Kreutzmann). Closes: #752123
6131 * Simplified Chinese (Zhou Mo). Closes: #767573
6132 * Swedish (Peter Krefting).
6134 [ Updated dselect translations ]
6135 * Danish (Joe Dalton).
6136 * Dutch (Frans Spiesschaert). Closes: #771237
6137 * French (Sébastien Poher). Closes: #767918
6138 * Japanese (Kenshi Muto). Closes: #771256
6139 * Swedish (Peter Krefting).
6141 -- Guillem Jover <guillem@debian.org> Fri, 28 Nov 2014 02:02:34 +0100
6143 dpkg (1.17.21) unstable; urgency=low
6146 * Get consistent git-style diff support, by adding (>= 2.7) to the dpkg-dev
6147 patch Depends, and a Breaks patch (<< 2.7) to libdpkg-perl.
6148 * Error out on obsolete Build-Profiles field syntax.
6149 * Document -g and -G options in dpkg-genchanges(1). Closes: #766568
6150 * Do not accept values bundled with long options in dpkg-parsechangelog.
6151 The parser was accepting things like «--count10», which is just broken.
6152 Instead allow only «--count=10» in addition to «--count 10».
6153 * Accept «-S value» in addition to «-Svalue» in dpkg-parsechangelog.
6155 * Add support for new interest-await and activate-await trigger directives.
6156 And a new --await option to dpkg-trigger. This might allow possibly
6157 switching the default meaning after a transition period no shorter than
6158 two minor versions, so in 1.19.x or 1.20.x. Perhaps.
6159 * Do trigger cycle detection after dependency checks in dependtry <= 1,
6160 and before dependency cycle breaking in dependtry > 1. This makes sure
6161 to always catch trigger cycles, but still gives the opportunity to try
6162 to process triggers for packages that are not yet ready in the first
6163 dependtry, but which might be a bit later on, without wrongly detecting
6164 avoidable and bogus trigger cycles. Closes: #766557
6165 * Update features removal schedule:
6166 - The -u, --udeb dpkg-scanpackages options got removed, state that.
6167 - Remove the entry about obsolete fields, as these need to be preserved
6168 for backward compatibility, they are part of the external interface to
6169 be able to handle ancient binary packages.
6171 [ Updated programs translations ]
6172 * Catalan (Guillem Jover).
6173 * German (Sven Joachim). Closes: #766311
6174 * Simplified Chinese (Zhou Mo).
6176 [ Updated scripts translations ]
6177 * Catalan (Guillem Jover).
6179 -- Guillem Jover <guillem@debian.org> Sat, 25 Oct 2014 02:21:43 +0200
6181 dpkg (1.17.20) unstable; urgency=low
6184 * Add a requeueing insertion protection for process_queue().
6185 * Make sure to always switch to the next dependtry after we have made no
6186 progress for a while. Regression stemming from non future proof changes
6187 introduced with the initial triggers implementation in dpkg 1.14.17
6188 combined with changes in dpkg 1.17.19. Closes: #766242, #766322
6189 * Make the initial dependtry be 1 instead of 0. This gets rid of an unused
6190 dependtry step, which got accidentally introduced when the perl dpkg was
6191 rewritten in C, ages ago.
6192 * Allow detached upstream signatures for upstream orig.tar files in the
6193 .dsc file. Suggested by Daniel Kahn Gillmor <dkg@fifthhorseman.net>.
6195 * Inline alternative status description into translatable string in
6196 update-alternatives. Required-by: #766311
6197 * Reword description for installed status in dpkg(1) man page.
6199 [ Updated programs translations ]
6200 * German (Sven Joachim).
6201 * Simplified Chinese (Zhou Mo).
6202 * Vietnamese (Trần Ngọc Quân).
6204 -- Guillem Jover <guillem@debian.org> Thu, 23 Oct 2014 00:43:05 +0200
6206 dpkg (1.17.19) unstable; urgency=low
6209 * Bump the Breaks on devscripts to 2.14.10 due to the new dpkg-architecture
6210 command-line parsing strictness introduced in 1.17.17. Closes: #764965
6211 * Create pidfiles even when start-stop-daemon is not asked to background
6212 the process itself. Although a bit of a dubious usage, because any error
6213 before executing the program will not be properly reported to the caller.
6214 Regression introduced in dpkg 1.17.14. Closes: #765110
6215 * Add new --remove-pidfile option to start-stop-daemon.
6216 * Mention --pid and --ppid in start-stop-daemon(8) man page DESCRIPTION.
6217 * Add invoke hooks for dpkg --add-architecture and --remove-architecture.
6218 Prompted by Helmut Grohne <helmut@subdivi.de>.
6219 * Reverse --verify-format logic to actually accept 'rpm' as valid.
6221 * Fix trigger dependency checks and cycle detection.
6222 Regression introduced in dpkg 1.17.17.
6223 Closes: #765434, #765668, #765734, #765781, #765789, #765952
6224 * Rework dependency problem debug and notice output on trigger processing.
6226 [ Updated programs translations ]
6227 * Italian (Milo Casagrande): Closes: #765748
6228 * Turkish (Mert Dirik). Closes: #764942
6229 * Simplified Chinese (Zhou Mo). Closes: #765693
6231 [ Updated scripts translations ]
6232 * German (Helge Kreutzmann).
6234 [ Updated man pages translations ]
6235 * German (Helge Kreutzmann).
6237 -- Guillem Jover <guillem@debian.org> Mon, 20 Oct 2014 15:17:49 +0200
6239 dpkg (1.17.18) unstable; urgency=low
6242 * Handle empty minimum versions when initializing dependency versions,
6243 as the code is mapping the minimum version 0 to '' to avoid outputting
6244 useless versions. Regression introduced in dpkg 1.17.17. Closes: #764929
6246 [ Updated programs translations ]
6247 * Catalan (Guillem Jover).
6249 [ Updated dselect translations ]
6250 * Catalan (Guillem Jover).
6251 * German (Sven Joachim).
6253 -- Guillem Jover <guillem@debian.org> Sun, 12 Oct 2014 15:47:44 +0200
6255 dpkg (1.17.17) unstable; urgency=low
6258 * Add dpkg-vendor, Dpkg/File.pm and Dpkg/Util.pm to the list of files with
6259 translatable strings, so that they can be translated.
6260 * Fix some typos for versioned and mentioned in comments and changelogs.
6261 * Mark for translation and unify "rm cleanup" string in dpkg.
6262 * Mark for translation and improve dselect method handling error messages.
6263 * Defer trigger processing if the package does not fulfill dependencies.
6265 * Do not write to the database when changing selections with --dry-run.
6267 * Add missing imports from Dpkg::BuildProfiles in dpkg-genchanges.
6268 Regression introduced in dpkg 1.17.14. Closes: #764216
6269 Reported by Johannes Schauer <j.schauer@email.de>.
6270 * Initialize dependencies with the correct minimum version from a symbols
6271 file with multiple SONAMEs in dpkg-shlibdeps.
6272 Thanks to Jérémy Bobbio <lunar@debian.org>. Closes: #764721
6274 - Allow multiple whitespace in Dpkg::BuildProfiles::get_build_profiles()
6275 when parsing the DEB_BUILD_PROFILES environment variable.
6276 Thanks to Johannes Schauer <j.schauer@email.de>.
6277 - New Dpkg::Getopt private module.
6278 - Document public module Dpkg.
6279 - Document public module Dpkg::Gettext.
6280 - Mark Dpkg::BuildProfiles as a public module.
6281 - Document all public module versions in a CHANGES section.
6282 - Remove EXPORTED from POD section titles.
6283 - Document private modules as such in a CHANGES section.
6284 * Set the DEB_TARGET_* dpkg-architecture variables from architecture.mk.
6285 Missed in dpkg 1.17.14.
6286 * Initialize DEB_TARGET_ARCH variable without requiring DEB_HOST_ARCH,
6287 which is not being set at all when querying for DEB_TARGET_ variables.
6288 * Normalize dpkg-architecture command-line parsing, so that «--option=value»
6289 «--option value», «-ovalue» and «-o value» will all be accepted.
6290 * Add long option names for all dpkg-architecture short options.
6291 * Add support for --host-arch, --host-type, --target-arch and --target-type
6292 long options in dpkg-buildpackage. These will get passed through to
6293 dpkg-architecture. This restores the ability to specify the target
6294 architecture when building cross-compilers. Regression introduced in
6295 dpkg 1.17.14. Reported by Helmut Grohne <helmut@subdivi.de>.
6296 * Do not modify the topic variable values in list functions in perl code.
6297 * List Dpkg::Exit and Dpkg::Interface::Storable as public modules in
6298 libdpkg-perl package description.
6300 [ Updated programs translations ]
6301 * German (Sven Joachim).
6302 * Vietnamese (Trần Ngọc Quân).
6304 [ Updated scripts translations ]
6305 * German (Helge Kreutzmann).
6307 -- Guillem Jover <guillem@debian.org> Sun, 12 Oct 2014 04:59:09 +0200
6309 dpkg (1.17.16) unstable; urgency=low
6311 * Set the copyright holder in the po4a calls for man pages.
6312 * Switch remaining topic to named variable in Dpkg::Source::Patch:analyze(),
6313 otherwise the loop was expecting values in one variable but storing them
6314 in another. Regression introduced in dpkg 1.17.14. Closes: #764206
6315 * Set umask to 0 when creating symlinks in tar test case, to normalize
6316 results. POSIX specifies that symlinks have undefined permissions in
6317 their mode, so their setting is system dependent. Linux does not honor
6318 the umask for symlinks, other systems like Hurd or kFreeBSD do.
6319 Regression introduced in dpkg 1.17.14. Closes: #764171
6321 -- Guillem Jover <guillem@debian.org> Mon, 06 Oct 2014 13:29:17 +0200
6323 dpkg (1.17.15) unstable; urgency=low
6325 * Do not blacklist pie and stackprotector build flags on mips/mipsel.
6326 Thanks to Aurelien Jarno <aurelien@aurel32.net>. Closes: #763672
6327 * Fix build failures due to mismatched umask in libdpkg tar test case.
6328 Set it to a known value of 0022.
6330 -- Guillem Jover <guillem@debian.org> Mon, 06 Oct 2014 03:21:58 +0200
6332 dpkg (1.17.14) unstable; urgency=low
6335 * Fix '--' to '-' on translations for single character options.
6336 * Correct the copyright holder in the gettext Makevars files.
6337 * Switch debian/copyright to machine-readable format 1.0, and extensively
6338 update the information within.
6339 * Bump Standards-Version to 3.9.6 (no changes needed).
6340 * Disable unused run-time type information for dselect.
6341 * Fix compiler flag detection with non-GCC compilers in the build system.
6342 * Fix perl warning on dpkg-source when typing Ctrl-D on patch name prompt.
6343 * Add new dpkg-deb --ctrl-tarfile command.
6344 * dpkg-architecture:
6345 - Add support for target system information via the new DEB_TARGET_ family
6346 of variables, and new -A and -T options to override defaulting to the
6348 - Clarify that -a, -t, -e and -i work with the host system.
6349 * Place 'Commands:' before 'Options:' sections on --help output in
6350 dpkg-architecture and dpkg-vendor.
6351 * Always warn in dpkg-genchanges on missing Section or Priority value,
6352 either empty or '-'.
6353 * Fix order of Files field on generated .changes file in dpkg-genchanges.
6354 Regression introduced in dpkg 1.17.7.
6355 * Stop warning on unknown arbitrary fields from dpkg-deb.
6356 * Remove unnecessary handling of obsolete Package_Revision field in dselect
6358 * Fix the build system to parse the system curses.h header instead of
6359 dselect-curses.h, to not just default on the builtin and override keys
6360 for dselect key bindings support. Regression introduced in dpkg 1.15.1.
6361 * Emit a warning when using the obsolete Dpkg::Deps check_package() function.
6362 * Add support for versioned Provides to Dpkg::Deps::KnownFacts, missed in
6365 - Add a mention of packaging helpers support in dpkg-maintscript-helper(1).
6367 - Move dpkg-buildflags(1) generic feature area details to the section top.
6368 - Fix prerm invocation arguments in update-alternatives(8).
6369 Reported by jre <jre.winesim@gmail.com>. Closes: #761025
6370 * Add new deps_iterate() function to Dpkg::Deps. Closes: #759747
6371 Based on a patch by Dima Kogan <dima@secretsauce.net>.
6372 * Add support for relative symlinks to dpkg-maintscript-helper symlink_to_dir
6373 command. Suggested by Don Armstrong <don@debian.org>.
6374 * Add a new dpkg-buildflags qa feature area:
6375 - Add a new bug feature, disabled by default, which will enable fatal
6376 warnings for code that can pose actual problems. Closes: #682659
6377 - Add a new canary feature, disabled by default, which will allow tracking
6378 build flags propagation. Closes: #628516
6379 * Pass DEB_BUILD_OPTIONS to dpkg-buildflags in buildflags.mk, required to
6380 get noopt to work at all, for example.
6381 * Add a new dpkg-buildflags reproducible feature area:
6382 - Add a new timeless feature, disabled by default, which will add
6383 «-Wdate-time» to CPPFLAGS.
6384 Thanks to Paul Wise <pabs@debian.org>. Closes: #762683
6385 * Fix error message from buffer_copy() read and write functions. This
6386 affects error messages from partial or broken .deb packages for example.
6387 Regression introduced in dpkg 1.17.10. Closes: #759498
6388 * Remove lpia architecture support.
6389 * Improvements and portability fixes to start-stop-daemon:
6390 - Abort if the system or compatibility setsid() fails.
6391 - Do not exit from the first parent before the pidfile has been created,
6392 when using --background and --make-pidfile, to avoid the race condition.
6393 Based on a patch by Nir Soffer <nirs@hyperms.com>. Closes: #686420
6394 - Make sure the pidfile is always created with a 022 umask.
6395 Reported by Will Conley <willconley3@gmail.com>. Closes: #760222
6396 - Do not abort on --stop when only --pid or --ppid options are specified.
6397 Thanks to Christos Trochalakis <yatiohi@ideopolis.gr>. Closes: #763767
6398 - On kFreeBSD systems do not unnecessarily make kvm_openfiles() open
6399 /dev/mem. This causes issues on FreeBSD jails for example.
6400 Reported by Steven Chamberlain <steven@pyro.eu.org>.
6401 - On systems using libkvm, do not fail when kvm_getprocs() cannot find
6403 * Map i786 to i386 also for the multiarch pathname in dpkg-architecture.
6404 * Handle omitted binary packages due to build profiles in dpkg-genchanges.
6405 Based on a patch by Johannes Schauer <j.schauer@email.de>. Closes: #758191
6406 * Update restriction formula syntax for build profiles:
6407 - Restriction lists are now restriction formulas.
6408 - Restriction formulas are given in disjunctive normal form expression:
6409 <foo> <bar baz> <blub>
6410 - Removal of the implicit prefix/namespace mechanic.
6411 - Construct the profiles entry of the Packages-List field by converting
6412 the "<bar baz> <blub>" syntax into "bar,baz+blub".
6413 - Include a temporary compatibility mapping with the old way to write
6414 the Build-Profiles field in binary packages which can be removed once
6415 all affected source packages have moved to the new syntax.
6416 Thanks to Johannes Schauer <j.schauer@email.de>. Closes: #760158
6417 * Normalize instdir in dpkg by removing trailing «/» and «/.». This gets
6418 rid of several inconsistencies and doubled «/» in syscalls and output
6420 * Never try to remove the root directory or its backups. There's no point in
6421 it, and makes life more difficult for a read-only root with a read-write
6422 overlay or a symlink farm. Requested by sepero111@gmx.com.
6423 * Remove arbitrary filename limit from dpkg-deb, which was lifted some
6424 time ago when the code switched to a dynamic string via varbuf.
6425 * Do not pipe the files to sign from dpkg-buildpackage to GnuPG. When GnuPG
6426 uses the gpg-agent it is unable to detect the correct tty configuration
6427 if stdin is a pipe instead of the current terminal. Closes: #762391
6428 * Add a new --hash option to enable generating only specific file checksums
6429 in dpkg-scanpackages. Requested by Thorsten Glaser <tg@debian.org>.
6430 * Add architecture restriction options for dpkg-architecture -L. This allows
6431 selecting specific subsets of all valid known architectures, matching by
6432 wildcard (-W), endianness (-E) or bits (-B). The restricting options can
6433 be combined, or omitted altogether. Closes: #762635
6434 * Say arch-wildcard instead of arch-alias in dpkg-architecture --help output.
6436 - Do not leave temporary files behind on failure or when interrupted.
6437 - Add basic unit tests for the FNV hashing function.
6438 - Add unit tests for the libdpkg tar extractor.
6439 * Add --build and --extract command aliases to dpkg-source.
6440 * Print file or package names instead of pointers in dpkg debug output,
6441 to make it more meaningful and reproducible.
6442 * Fix off-by-one error in libdpkg command argv size calculation.
6443 Based on a patch by Bálint Réczey <balint@balintreczey.hu>. Closes: #760690
6444 * Switch the libdpkg string hashing function from FNV-1 to the recommended
6446 * Switch the dpkg files database string hashing function from what appears
6447 to be a custom hash function to the libdpkg FNV-1a implementation. As a
6448 side effect this fixes an integer overflow. Addresses: #760741
6449 * Double the dpkg files database hash table size to the closest 2^18 prime.
6450 Times have changed, and it's common to have at least these many files.
6451 This reduces the amount of collisions.
6452 * Document optional dpkg -C argument in --help output. Closes: #763000
6453 * Consider a hardlink tar entry as a regular file for mode values, i.e.
6454 assign to it S_IFREG instead of 0.
6457 * Explain better in deb-triggers(5) why interest/activate-noawait should be
6460 [ Updated programs translations ]
6461 * Catalan (Guillem Jover): Fix mismatched format string.
6462 * Czech (Miroslav Kure).
6463 * Polish (Łukasz Dulny).
6464 * Turkish (Mert Dirik). Closes: #763825
6466 [ Updated man pages translations ]
6467 * German (Helge Kreutzmann).
6468 * Italian (Guillem Jover): Swap order of some dpkg-deb arguments.
6469 Thanks to xor <xor@paranoici.org>. Closes: #759149
6471 -- Guillem Jover <guillem@debian.org> Mon, 06 Oct 2014 00:11:08 +0200
6473 dpkg (1.17.13) unstable; urgency=low
6476 * Remove unbalanced trailing single-quote in dpkg-deb error message.
6477 Reported by Trần Ngọc Quân <vnwildman@gmail.com>.
6478 * Remove architecture blacklist from hardening build flag option
6479 stackprotectorstrong. Thanks to Romain Francoise <rfrancoise@debian.org>.
6481 - Merge binary:Package descriptions in dpkg-query(1).
6482 - Split --remove and --purge options in dpkg(1). This also clarifies on
6483 which package states each option can operate. Closes: #576338
6484 - Remove duplicate “of the” in dpkg-maintscript-helper(1).
6485 * Fix dpkg-maintscript-helper dir_to_symlink to handle relative symlink
6486 targets. Thanks to Helmut Grohne <helmut@subdivi.de>.
6487 * Fix dpkg-maintscript-helper symlink_to_dir to assure absolute pathnames
6489 * Fix dpkg-source not detecting modified files during --commit or -b.
6490 Regression introduced in dpkg 1.17.11. Closes: #758426
6491 Reported by Neil Williams <codehelp@debian.org>.
6492 * Only test the strerror() compatible code if sys_errlist and sys_nerr
6493 are present. This fixes a build failure on GNU/Hurd. Closes: #758199
6494 * Switch start-stop-daemon on GNU/kFreeBSD systems to use libkvm, instead
6495 of relying on linprocfs which is not the native procfs on kFreeBSD, and it
6496 is usually not mounted as FreeBSD programs do not expect it to be present.
6498 [ Updated programs translations ]
6499 * Czech (Miroslav Kure).
6500 * German (Sven Joachim).
6501 * Vietnamese (Trần Ngọc Quân).
6503 [ Updated man pages translations ]
6504 * French (Jean-Pierre Giraud, Vincent Thomas, Raphaël Hertzog).
6506 [ Updated scripts translations ]
6507 * French (Raphaël Hertzog).
6508 * German (Helge Kreutzmann).
6510 -- Guillem Jover <guillem@debian.org> Tue, 19 Aug 2014 20:14:45 +0200
6512 dpkg (1.17.12) unstable; urgency=low
6515 * Only build the compatibility selinux code if libselinux is available or
6516 the user requested it. Also fixes build failures on non-Linux systems.
6519 - Add a short description to each virtual field in dpkg-query(1), and
6520 mention the version they got introduced in dpkg.
6521 - Fix formatting of last paragraphs inside dselect(1) --color description.
6522 * Rework dselect columns code, to make it easier to maintain and read.
6523 * Add new architecture columns to dselect package list view. The new
6524 columns, shown by default, can be turned off with the new ‘A’ key,
6525 or bound to another key via the new “archdisplay” keybinding.
6526 * Fix a descriptor leak on dselect subprocesses when --debug is used.
6527 * Use «tar --format=gnu» when creating source archives. This makes sure we
6528 get a deterministic output format, regardless of what tar defaults to.
6529 Thanks to Jan Blunck <jblunck@infradead.org>..
6530 * Use perl's length instead of defined when checking some environment
6531 variables, if we require them to have content.
6532 * Allow specifying the same build type option multiple times in
6533 dpkg-buildpackage and dpkg-genchanges. There seems to be scripts with
6534 such invocations in the wild. Closes: #757795
6536 [ Updated programs translations ]
6537 * German (Sven Joachim).
6539 [ Updated scripts translations ]
6540 * German (Helge Kreutzmann).
6542 [ Updated man pages translations ]
6543 * German (Helge Kreutzmann).
6545 -- Guillem Jover <guillem@debian.org> Fri, 15 Aug 2014 03:30:39 +0200
6547 dpkg (1.17.11) unstable; urgency=low
6550 * Switch URLs in docs and code comments from http:// to https:// if the
6551 latter is available (round two). This includes the quilt patch header
6552 templates, and examples in man pages.
6553 * Update some dpkg git URLs to the new and newer (cgit switch) scheme.
6554 * Changes to libcompat:
6555 - Make the library testable.
6556 - Do not run qsort() over the scandir() list if it is NULL.
6557 - Add a setexecfilecon() compatibility function out from dpkg code.
6558 * Use SELinux setexecfilecon() if available in dpkg instead of ad-hoc code.
6559 * Replace obsolete <sys/fcntl.h> with <fcntl.h>, which fixes compilation on
6560 Android. Thanks to Fredrik Fornwall <fredrik@fornwall.net>. Closes: #752036
6561 * Fix file triggers/Unincorp descriptor leak on subprocesses. Regression
6562 introduced with the initial triggers implementation in dpkg 1.14.17.
6564 * Do not disable the stack-protector build flags on arm64 in Debian and
6565 derivatives, the toolchain supports them now.
6566 Thanks to Adam Conrad <adconrad@debian.org>. Closes: #751032
6567 * When parsing the statoverride database from dpkg-statoverride do not
6568 consider it an error and refuse to operate at all if the user or group
6569 names are not known to the system, just preserve them. Closes: #563307
6570 * Do not write to the available file when unpacking binary packages. This
6571 information is not useful as dpkg has never recorded the archive path,
6572 so it has never been truly available for re-installation anyway.
6574 * Add versioned Provides support:
6575 - Add a new dpkg --assert-versioned-provides command.
6576 - Packages can provide a specific version, “virtual (= 1.0)” which will
6577 be honored, previously it would just be accepted when parsing.
6578 - Non-versioned virtual packages will not satisfy versioned dependencies.
6579 - Versioned virtual packages will satisfy non-versioned dependencies.
6580 Based on skeletal code by Ben Collins <bcollins@debian.org>.
6581 Closes: #7330, #24934, #112131, #134582, #180316
6582 * On removal check Depends and Pre-Depends for packages in unpacked and
6583 half-configured states too.
6584 * Add support for new hardening build flag stackprotectorstrong in Debian
6585 and derivatives, enabled by default. It will fallback to stackprotector
6586 when the former is not functional or disabled by the user.
6587 Thanks to Romain Francoise <rfrancoise@debian.org>.
6588 * Change «dpkg-deb --field» code to use the libdpkg deb822 parser instead
6589 of an ad-hoc one. This makes sure any field fixup and sanity check is
6590 performed on the input, and gets reflected on the output.
6591 * Add new dpkg-query virtual fields db:Status-Want, db:Status-Status and
6592 db:Status-Eflag to allow fine-grained access to the Status values.
6593 * Automatically add the Testsuite field in dpkg-source to the .dsc file.
6594 * Spell nocheck option in dpkg-scanpackages wait_child() call correctly.
6595 Spotted by James McCoy <jamessan@debian.org> (in devscripts).
6596 * Move the explanation of functional checks from --verify-format to the
6597 --verify command in the dpkg(1) man page. Closes: #747264
6598 * Improve dpkg-buildpackage(1) man page:
6599 - Mark DEB_CHECK_COMMAND environment variable in bold.
6600 - Add final item for done hook in the actions sequence.
6601 - Mention that -nc does not apply either when -F is specified.
6602 - Mention that the --FOO-option options can be used multiple times.
6603 - Fix a typo in the BUGS section.
6604 * Mark the “and” between the filenames as regular format in dpkg-source(1).
6605 * Add --format and --ignore-bad-version to dpkg-source --help output.
6606 * Clarify error message in Dpkg::Source::Quilt when patches fail to apply,
6607 to note that the patch might be malformed (besides not accepting patches
6609 * Try to preallocate the disk size for extracted files on unpack. This
6610 might help in avoiding filesystem fragmentation, and possibly improve
6611 performance on some filesystems.
6612 * Print the correct removed binary filename when building a source package
6613 with dpkg-source --include-removal. Closes: #755166
6614 * Add powerpcel support to cputable. Thanks to Jae Junh <jaejunh@embian.com>.
6615 * Bump the i386 architecture GNU triplet to i586-linux-gnu to match the
6616 change in gcc. Somewhat reluctantly, as i386 wants to be its unique
6617 snowflake and use a GNU triplet not matching its baseline. This will
6618 cause problems when cross-building and using unmatched combinations of
6619 dpkg-dev and gcc. Closes: #751363
6620 * Update i386 architecture GNU cpu regex in cputable to match i786 too.
6621 * Remove unused pkglibdir variable from libdpkg.pc.in.
6623 - Add new set_as_auto() method to Dpkg::Substvars.
6624 - Add support for sig and delete_sig spawn() options in Dpkg::IPC.
6625 - Add %opts to ensure_open() member in Dpkg::Compression::FileHandle.
6626 - Change find_command() to handle an empty or undef argument in Dpkg:Path.
6627 * Mark Format and Installed-Size as automatic substvars in dpkg-genchanges
6628 and dpkg-gencontrol respectively.
6629 * Warn on usage of deprecated Source-Version substvar.
6630 * Say OpenPGP instead of PGP when referring to the standard on code comments
6631 and output messages.
6632 * Add a hint to the “no dependency information found” error message in
6633 dpkg-shlibdeps, to check if the library is actually packaged.
6634 Thanks to Sylvestre Ledru <sylvestre@debian.org>. Closes: #756230
6635 * Delete the current compressor SIGPIPE disposition in Dpkg::Source::Archive,
6636 which fixes ignoring SIGPIPE from the calling process. Closes: #756526
6637 * Ignore DEB_CHECK_COMMAND in dpkg-buildpackage if the command is not found.
6638 * Emit a warning when using the deprecated -is/-ip/-isp/-ips options in
6640 * Only print build type once in dpkg-genchanges, instead of once for each
6641 specified -A or -B option and then yet another time for the general build
6643 * Unify build options description in --help output for dpkg-buildpackage
6644 and dpkg-genchanges.
6645 * Only allow one build type option in dpkg-genchanges and dpkg-buildpackage.
6646 * Correctly filter the host architecture on the Architecture field in the
6647 generated .changes file from dpkg-genchanges, when the debian/files
6648 contains arch-specific packages but dpkg-genchanges was called with
6649 one of the build types excluding them.
6650 * Add new -g and -G options to dpkg-genchanges and dpkg-buildpackage for
6651 source plus arch-indep/specific builds. Closes: #756975
6652 * Fix dpkg --add-architecture and --remove-architecture to check that they
6653 get exactly one argument. Closes: #757254
6655 [ Updated programs translations ]
6656 * Danish (Joe Dalton). Closes: #754127
6657 * French (Jean-Baka Domelevo Entfellner, Julien Patriarca).
6658 * Portuguese (Miguel Figueiredo). Closes: #756920
6659 * Spanish (Guillem Jover): Fix «dpkg-query -l» header. Closes: #756209
6660 * Swedish (Peter Krefting).
6662 [ Updated scripts translations ]
6663 * Swedish (Peter Krefting).
6665 [ Updated man pages translations ]
6666 * Swedish (Peter Krefting).
6668 -- Guillem Jover <guillem@debian.org> Sat, 09 Aug 2014 17:16:27 +0200
6670 dpkg (1.17.10) unstable; urgency=medium
6673 * Use libtool to build the static libraries, which makes it possible to
6674 embed libcompat inside libdpkg, as required by some external programs
6675 linking against the latter. Closes: #746122
6676 * Fix word wrapping logic in dselect. Regression introduced in dpkg 1.17.3.
6677 * Fix possible out of bounds buffer read access in the error output on
6678 bogus ar member sizes.
6679 * Fix memory leaks in buffer_copy() on error conditions.
6681 - Improve C code coverage.
6682 - Add template test cases for most perl modules.
6683 - Add test cases for Dpkg::Deps OR relationships.
6684 - Add minimal test case for Dpkg::Source::Quilt.
6685 - Add test cases for Dpkg::Source::Patch CVE-2014-0471 and CVE-2014-3127.
6686 - Add test case for patch disabling hunks; not security sensitive.
6687 * Fix non-security sensitive TOCTOU race in triggers database loading.
6688 * Fix non-security sensitive TOCTOU race in update-alternative alternative
6690 * Fix non-security sensitive TOCTOU race in update-alternative rename code.
6691 * Add a workaround to start-stop-daemon for bogus OpenVZ Linux kernels that
6692 prepend, instead of appending, the " (deleted)" marker in /proc/PID/exe.
6694 * Move dpkg-architecture -L argument to the Commands --help output section.
6695 * Make dpkg-maintscript-helper print only once that we are moving a
6696 conffile, and not on every interim state transition. Closes: #747370
6697 * Do not use global match variables in perl code.
6699 - Attempt to clarify and improve wording of some strange or confused
6700 constructs. Reported by Helge Kreutzmann.
6701 - Expand Vcs-* field names into each supported field name in
6702 deb-src-control(5) to make it easier to search for them.
6703 - Change control.tar.gz reference to simply control.tar in deb(5).
6704 - Document in dpkg-deb(1) -Z option that bzip2 and lzma are deprecated.
6705 - Add notes in dpkg-gensymbols(1) about symbol backward-compatibility.
6706 Based on a patch by Bernhard R. Link <brlink@debian.org>.
6708 - Document that dpkg-buildpackage(1) -j argument is optional.
6709 - Add current and deprecated media types to deb(5).
6710 - Document in dpkg(1) that --audit now does more than just searching for
6711 partially installed packages.
6712 * Add support for automatic parallel job selection in dpkg-buildpackage,
6713 matching currently active processors, when using -jauto. Closes: #748012
6715 - Bump $VERSION for Dpkg::Patch, missed in 1.16.1.
6716 - Bump $VERSION for Dpkg::Deps, missed in 1.17.0.
6717 - Update and fix CHANGES POD sections for public modules.
6718 - Add missing Dpkg::Deps::Multiple profile_is_concerned() and
6719 reduce_profiles() methods, inherited by Dpkg::Deps::Union,
6720 Dpkg::Deps::AND and Dpkg::Deps::OR.
6721 * Do not mangle quilt series files with a missing newline on the last line.
6723 * Quiesce tar warnings in cron job by redirecting stderr to /dev/null, as
6724 it seems --warning=none does not work correctly. Closes: #748544
6725 * Do not emit a trailing space from Dpkg::Control::Hash on a field's empty
6726 first line. Bump dpkg-dev Breaks on devscripts to 2.14.4, as previous
6727 versions expect a trailing space from dpkg-parsechangelog output.
6728 Based on a patch by Johannes Schauer <j.schauer@email.de>. Closes: #749044
6729 * Do not assume that sensible-editor is present on «dpkg-source --commit»,
6730 as that command is very Debian specific. Fallback to try VISUAL, EDITOR,
6731 or vi, if the previous commands are either unset or not found.
6732 * Use badusage() instead of ohshit() on dpkg --ignore-depends argument
6734 * Add per package dpkg --audit support.
6735 * Add support for DragonFlyBSD to ostable and triplettable.
6736 Thanks to Hleb Valoshka <375gnu@gmail.com>.
6737 * Add support for DragonFlyBSD to start-stop-daemon. Closes: #734452
6738 Based on a patch by Hleb Valoshka <375gnu@gmail.com>.
6739 * Correctly parse patch headers in Dpkg::Source::Patch, to avoid directory
6740 traversal attempts from hostile source packages when unpacking them.
6741 Reported by Javier Serrano Polo <javier@jasp.net> as an unspecified
6742 directory traversal; meanwhile also independently found by me both
6743 #749183 and what was supposed to be #746498, which was later on published
6744 and ended up being just a subset of the other non-reported issue.
6745 Fixes CVE-2014-3864 and CVE-2014-3865. Closes: #746498, #749183
6747 [ Updated programs translations ]
6748 * Catalan (Guillem Jover).
6749 * Italian (Milo Casagrande). Closes: #750105
6751 [ Updated scripts translations ]
6752 * German (Helge Kreutzmann).
6754 [ Updated man pages translations ]
6755 * German (Helge Kreutzmann).
6758 * Let dpkg-source unpack additional tarballs in a deterministic order.
6759 Thanks to Samuel Bronson for the report. Closes: #747148
6761 -- Guillem Jover <guillem@debian.org> Thu, 05 Jun 2014 20:18:04 +0200
6763 dpkg (1.17.9) unstable; urgency=high
6766 * Do not allow patch files with C-style encoded filenames. Closes: #746306
6767 Fixes CVE-2014-3127 and unconditionally fixes CVE-2014-0471.
6768 Reported by Javier Serrano Polo <javier@jasp.net>.
6769 * Switch alternative database backups from xz to gzip. Closes: #746354
6770 * Do not leak long tar names on bogus or truncated archives.
6771 * Do not leak the filepackages iterator when a directory is used by other
6773 * Fix short lived memory leaks in «dpkg-split --split».
6774 * Fix memory leak in unused Keybindings screen in dselect.
6775 * Do not leak color string on «dselect --color».
6776 * Fix memory leaks when parsing alternatives.
6777 * Fix off-by-one stack buffer overrun in start-stop-daemon on GNU/Linux and
6778 GNU/kFreeBSD if the executable pathname is longer than _POSIX_PATH_MAX.
6779 Although this should not have security implications as the buffer is
6780 surrounded by two arrays (so those catch accesses even if the stack
6781 grows up or down), and we are compiling with -fstack-protector anyway.
6782 * Mark the command_get_pager() tests on a tty as TODO for now, so that
6783 we do not get failures on build daemons.
6784 * Make test suite errors abort the build again. Closes: #746331
6786 [ Updated scripts translations ]
6787 * French (Steve Petruzzello). Closes: #746350
6788 * German (Helge Kreutzmann).
6790 [ Updated man pages translations ]
6791 * German (Helge Kreutzmann).
6793 -- Guillem Jover <guillem@debian.org> Wed, 30 Apr 2014 05:45:20 +0200
6795 dpkg (1.17.8) unstable; urgency=high
6798 * Do not backup nonexistent database files from the cron.daily file.
6799 And stop emitting tar warnings. Closes: #745592, #745651
6801 - Improve Perl code coverage.
6802 - Improve C code coverage.
6803 * Handle space-only strings when parsing versions in libdpkg.
6804 * Document the environment requirements for the dpkg-maintscript-helper
6805 supports command in the man page. Closes: #739634
6806 * Improve wording for «dpkg --verify» and --verify-format in the man page.
6808 * Switch test runner from Test::Harness to TAP::Harness.
6809 * Use the perl TAP::Harness for the C test suite instead of the automake
6810 tap-driver, to avoid requiring automake >= 1.12, currently not present
6812 * Enable failed test case reporting from the TAP::Harness, so that we get
6813 more meaningful reports on failure from the C test suite.
6814 * Correctly parse C-style diff filenames in Dpkg::Source::Patch, to avoid
6815 directory traversal attempts from hostile source packages when unpacking
6816 them. Reported by Jakub Wilk <jwilk@debian.org>. Fixes CVE-2014-0471.
6818 [ Updated programs translations ]
6819 * German (Sven Joachim).
6820 * Russian (Yuri Kozlov). Closes: #745869
6821 * Vietnamese (Trần Ngọc Quân).
6823 -- Guillem Jover <guillem@debian.org> Mon, 28 Apr 2014 13:33:11 +0200
6825 dpkg (1.17.7) unstable; urgency=low
6829 - Mention in deb-symbols(5), that the “main-dependency-template” is
6830 always used. Closes: #737731
6831 - Clarify in deb-control(5) «Multi-Arch: no» field omission.
6832 - Clarify in dpkg-buildpackage(1) --check-option description.
6833 - Document dpkg-query --control-path life expectancy. See: #699647
6834 - Fix indentation of “Extract options (with -x)” title in dpkg-source(1).
6835 - Improve symlink <-> directory switch information in
6836 dpkg-maintscript-helper(1). Closes: #739388
6837 - Add missing flags affected by hardening options to dpkg-buildflags(1).
6838 * Use exit instead of return to exit a subshell in dpkg-maintscript-helper.
6839 Thanks to Richard Levitte <richard@levitte.org>. Closes: #738957
6840 * Localize $_ in Perl functions with while (<$fh>) style loops.
6841 * Perl test suite cleanup:
6842 - Switch test suite runner from ExtUtils::Command::MM to Test::Harness.
6843 - Enable colors in test suite runner.
6844 - Remove sequence number prefixes from test case filenames.
6845 * Do not generate perl warnings on nonexistent fields with
6846 «dpkg-parsechangelog --show».
6847 * Fix bogus message on dependency parse errors in dpkg-checkbuilddeps.
6849 * Document is_pgp_signed as a public Dpkg::Control::Hash option.
6851 * Do not generate perl warnings on undef versions in
6852 Dpkg::Deps::deps_compare(). See: #737731
6853 * Clarify dpkg-genchanges error message on binary builds without any binary
6854 artifact built. Closes: #726520
6855 * Improve dpkg-source warning message when ignoring file removals,
6856 by adding a hint about the --include-removal option.
6857 Thanks to Moritz Muehlenhoff <jmm@debian.org>. Closes: #738310
6858 * Add a new dpkg-source extraction --ignore-bad-version option.
6860 * Add Architecture and Build-Profiles information to Package-List field,
6861 as optional name=value1,value2 entries, with names «arch» and «profile».
6862 Use the now recognized field Build-Profiles from binary stanzas in the
6863 source control file to fill the «profile» value.
6864 * Do not interpret the .dsc filename as a regex when recomputing the
6865 md5sum for the .changes file after signing the .dsc. Closes: #742535
6866 * Cache vendor info Control::Hash objects in Dpkg::Vendor::get_vendor_info()
6867 when parsing the vendor file on each hook invocation.
6868 * If the vendor does not have a Dpkg::Vendor module, try loading a module
6869 from the parent vendors, before falling back to Dpkg::Vendor::Default.
6871 * Set Ubuntu build flags for ppc64el instead of ppc64, as Ubuntu never ended
6872 up shipping a ppc64 architecture. Also honor noopt DEB_BUILD_OPTIONS flag.
6873 Thanks to Adam Conrad <adconrad@debian.org. Closes: #738691
6874 * Add OpenRISC or1k support to cputable.
6875 Thanks to Christian Svensson <christian@cmd.nu>. Closes: #736717
6876 * Add support for FCFLAGS, OBJCFLAGS and OBJCXXFLAGS build flags.
6878 * Improvements and portability fixes to start-stop-daemon:
6879 - When using the Linux procfs switch to use /proc/PID/status instead of
6880 /proc/PID/stat to read the process name.
6881 - Add a generic KVM-based implementation to initialize the entire
6883 - Fix FreeBSD KVM code to use current kinfo_proc layout.
6884 - Add a native FreeBSD pid_is_exec() method, which is more reliable than
6885 the KVM-based one, and means neither linprocfs nor procfs are required
6886 on such system anymore. Note that GNU/kFreeBSD is still using Linux
6887 procfs code (which ends up using linprocfs).
6888 - Fix OpenBSD KVM code to use current kinfo_proc layout.
6889 - Detect system specific headers at configure time instead of hardcoding
6890 their usage depending on system macros.
6891 - Add a new --ppid matching option to check for parent PID.
6892 Suggested by Alex Mestiashvili <mailatgoogl@gmail.com>.
6893 - On GNU/Hurd do not link unnecessarily against libshouldbeinlibc and
6895 * Set TAR preprocessor variable at build time instead of hardcoding it.
6896 This will allow non-GNU systems to easily use another value for their
6897 GNU tar, which is usually either gnutar or gtar.
6898 * Require compound literals support in the compiler at configure time.
6899 * Fix compound literals usage with compilers in C99 mode, by not assigning
6900 them to static variables.
6901 * Test suite cleanup:
6902 - Do not unnecessarily shut up stdout in t-subproc.
6903 - Test command_exec() exit code.
6904 - Test allocations with new test_alloc() instead of pass/fail macros.
6905 - Switch C test suite to use TAP.
6906 * Add support for Packages-files in dpkg --update-avail and --merge-avail
6907 from pipes, or standard input if the argument is omitted or is ‘-’.
6908 Closes: #357093, #367297
6909 * Error out on not-installed packages passed to «dpkg --verify».
6910 * Deprecate compressing .deb files with bzip2, by making dpkg-deb issue a
6911 warning, as the compressor has been superseded by xz when it comes to
6912 compression ratio, and in cases where higher compatibility or raw speed
6913 is desired gzip is still the better option. Although unpacking will be
6914 kept being supported to handle existing bzip2 compressed .deb files.
6915 * Use GNU tar's --no-unquote when using -T in dpkg-deb to avoid mangling
6916 filenames. Reported by Niels Thykier <niels@thykier.net>. Closes: #743687
6917 * Backup all databases with user data, not just the status database.
6918 * Add Conflicts to dpkg against packages using install-info that were
6919 removed after lenny or squeeze, but may have survived upgrades to wheezy.
6920 Thanks to Andreas Beckmann <anbe@debian.org>. Closes: #735159
6921 * Be verbose on «make check» errors by printing the test suite log.
6923 [ Updated programs translations ]
6924 * German (Sven Joachim).
6925 * Swedish (Peter Krefting).
6926 * Thai (Theppitak Karoonboonyanan). Closes: #745032
6927 * Vietnamese (Trần Ngọc Quân).
6929 [ Updated scripts translations ]
6930 * German (Helge Kreutzmann).
6931 * Swedish (Peter Krefting).
6933 [ Updated man pages translations ]
6934 * German (Helge Kreutzmann).
6935 * Italian (Beatrice Torracca). Closes: #742449
6936 * Swedish (Peter Krefting).
6938 -- Guillem Jover <guillem@debian.org> Mon, 21 Apr 2014 05:03:52 +0200
6940 dpkg (1.17.6) unstable; urgency=low
6943 * Move signing in dpkg-buildpackage to the end of the build.
6944 * Add new --check-command and --check-option options to dpkg-buildpackage,
6945 and DEB_CHECK_COMMAND environment variable as a default value, to
6946 specify a package checker to use before the signing process.
6947 * Detect a missing gain-root-command even if dpkg-buildpackage is running
6949 * Detect a missing sign-command in dpkg-buildpackage, before starting the
6950 build, to avoid a failure at the end of the process.
6951 * Remove trailing newlines from dpkg-deb warning message.
6952 * Change dpkg-deb conffile name length warning into an error, as dpkg will
6953 reject those packages at install time anyway.
6954 * Unify and clarify dpkg-deb and dpkg conffile name length error message.
6956 * Add new start-stop-daemon --pid option. Closes: #253265
6957 * Mention Multi-Arch: no value in man pages. Closes: #732648
6958 * Correctly hyphenate binary-only and source-only in dpkg-buildpackage
6960 * Use makedev(3) when extracting .deb archives rather than ad-hoc
6961 computations, to be able to support large major/minor device numbers,
6962 supported on at least Linux, NetBSD and OpenBSD based systems.
6963 Thanks to Peter Chang <dpf@google.com>.
6964 * Turn the ARM Embedded ABI symbols blacklist into a regex, to stop having
6965 to keep up with the GNU toolchain, or other toolchains emitting different
6967 * Blacklist GOMP critical section symbols. Closes: #708033
6968 * Add support for Ignore-Blacklist-Groups field in symbols files, with the
6969 two available group values aeabi and gomp. Closes: #694524
6970 * Allow updating checksums in Dpkg::Checksums without erroring out.
6971 * Add shell hooks support to dpkg-buildpackage, based on the debuild
6972 implementation in devscripts 2.13.9. Closes: #476221
6973 * Add support for Testsuite source field.
6974 * Clarify error message about missing revision in non-native source package.
6975 Closes: #719348, #733746
6976 * Set default compression options in source format specific modules instead
6977 of dpkg-source. This makes sure the correct compression level is set, even
6978 for “3.0 (native)” packages with non-default compressors. Closes: #733326
6979 * Change default source package compressor for new formats (>= 2.0) to xz.
6980 * Ignore the same packages in «dpkg-query --list» when computing the
6981 column width as when printing the entries. Closes: #734114
6982 * Do not produce .deb archives with uncompressed gzip members on
6983 «dpkg-deb -Zgzip -z0», instead create them as non-compressed members,
6984 as if -Znone had been passed, as documented. Closes: #718295
6985 * Add support for .deb archives with a control member not compressed
6986 (control.tar) or compressed with xz (control.tar.xz).
6987 * Add support for creating uniformly compressed .deb archive members,
6988 with the new dpkg-deb option --uniform-compression.
6989 * Fix file descriptor leaks in diversions and statoverride databases.
6991 * Allow missing prior-version argument in dpkg-maintscript-helper
6992 dir_to_symlink and symlink_to_dir commands. Closes: #733980
6994 [ Updated programs translations ]
6995 * Swedish (Peter Krefting).
6996 * Vietnamese (Trần Ngọc Quân).
6998 [ Updated scripts translations ]
6999 * German (Helge Kreutzmann).
7000 * Swedish (Peter Krefting).
7002 [ Updated man pages translations ]
7003 * German (Helge Kreutzmann).
7004 * Swedish (Peter Krefting).
7006 -- Guillem Jover <guillem@debian.org> Wed, 15 Jan 2014 05:29:45 +0100
7008 dpkg (1.17.5) unstable; urgency=low
7011 * Switch non-tty output to be line buffered by default, and set it to fully
7012 buffered only for programs with precious and abundant output, not just
7013 progress reporting output (i.e. dpkg-query). This was causing out-of-order
7014 error and debug messages in relation to normal progress reporting, which
7015 could be very confusing. Regression introduced in dpkg 1.17.2.
7016 * Fix segfault in update-alternatives when adding or renaming slaves for
7017 an existing alternative. Regression introduced in dpkg 1.17.2.
7019 * Fix dpkg-maintscript-helper symlink_to_dir and dir_to_symlink commands:
7020 - Always run postinst code regardless of prior-version, as the package
7021 might have been never configured before.
7022 - Be more strict when checking the expected state of paths.
7023 - Rename subcommand shell code to check-files-ownership.
7024 - Change dir_to_symlink switch code to use a staging empty directory,
7025 to avoid dpkg removing files from other packages, when removing the
7026 package old files during upgrade.
7027 - Bump minimal version in man page to 1.17.5.
7029 * Mention gpg2 too as one of the default sign commands in dpkg-buildpackage.
7031 [ Updated programs translations ]
7032 * German (Sven Joachim).
7034 [ Updated scripts translations ]
7035 * German (Helge Kreutzmann).
7037 [ Updated man pages translations ]
7038 * German (Helge Kreutzmann).
7040 -- Guillem Jover <guillem@debian.org> Thu, 12 Dec 2013 08:29:45 +0100
7042 dpkg (1.17.4) unstable; urgency=low
7044 * Keep the diversions and statoverride database files open during dpkg
7045 runs, to avoid eager inode number reuse by the filesystem if these files
7046 get replaced multiple times in maintainer scripts, as we rely on the
7047 inode numbers being different when checking if the databases need to
7048 be reloaded. Regression introduced in 1.17.2. Closes: #731524
7049 * Add debug output to diversions and statoverride database loading code.
7050 * Reset the statoverrides information from the in-core database when
7051 reloading it from disk, otherwise removals in maintainer scripts will
7052 not be seen during the current dpkg run.
7053 * Get rid of dpkg-split global partqueue queue variable.
7054 * Use warningv() in dpkg instead of ad-hoc printing message when
7055 overriding with --force option.
7056 * Switch URLs in docs and code comments from http:// to https:// if the
7057 latter is available.
7059 -- Guillem Jover <guillem@debian.org> Sat, 07 Dec 2013 07:34:54 +0100
7061 dpkg (1.17.3) unstable; urgency=low
7064 * Check availability of warning flags at build time. Fixes a build failure
7065 on systems with old g++ compilers not accepting -Wc++11-compat.
7066 * Move DPKG_C_C99 call just after AC_PROG_CC, so that subsequent checks
7067 can take advantage of the possibly set flags to enable C99 features.
7068 * Improve configure C99 compiler check output.
7069 * Use C++11 nullptr instead of 0 or NULL, which is way more descriptive
7070 and has a better type. Check for C++11 compiler support, and fallback
7071 nullptr to 0 if unavailable.
7073 [ Updated programs translations ]
7074 * Vietnamese (Trần Ngọc Quân). Closes: #731409
7076 -- Guillem Jover <guillem@debian.org> Thu, 05 Dec 2013 10:19:38 +0100
7078 dpkg (1.17.2) unstable; urgency=low
7081 * Make Dpkg::Arch debwildcard_to_debtriplet() more robust by matching
7082 on exact 'any' strings, instead of substrings.
7083 * Add manpages-it Replaces to dselect and dpkg-dev. Closes: #717983
7084 Reported by Andreas Beckmann <anbe@debian.org>.
7085 * Document default dpkg-deb compressor change to xz in man page.
7086 Thanks to Salvatore Bonaccorso <carnil@debian.org>. Closes: #718437
7087 * Version manpages-it in Replaces with (<< 2.80-4), now that the package
7088 does not ship the overlapping paths any more.
7089 * Automatically prepend needed spaces for continuation --force-help lines.
7090 * Be more precise on deb format errors with data member in dpkg-deb.
7091 * Do not allow deb packages with control and data members swapped.
7092 * Clarify «dpkg-deb --extract» bad usage error message on missing arguments
7093 by printing all required arguments at once. Closes: #718899
7094 * Clarify the insertion order of _ members in deb(5) man page.
7095 * Fix use after free in alternative_parse_fileset() on update-alternatives.
7096 Reported by Pedro Ribeiro <pedrib@gmail.com>.
7097 * Fix use after free in dpkg_arch_load_list() on libdpkg.
7098 Reported by Pedro Ribeiro <pedrib@gmail.com>.
7099 * Fix theoretical stack buffer overflow in w_dependency() on libdpkg, not
7100 currently applicable. Reported by Pedro Ribeiro <pedrib@gmail.com>.
7101 * Add ppc64el support to cputable. Closes: #718945
7102 Thanks to Jeff Bailey <jeffbailey@google.com>.
7103 * Use dpkg-gencontrol -c argument as a fallback lock file in case
7104 debian/control does not exist. Closes: #667008
7105 * Pass the package reference count (i.e. number of present instances) to
7106 maintainer scripts via the new variable DPKG_MAINTSCRIPT_PACKAGE_REFCOUNT.
7108 * Fix field names on error messages in libdpkg, by either capitalizing them
7109 or by renaming them to match reality.
7110 * Do not capitalize error and warning messages.
7111 * When ignoring invalid remove requests in dpkg consider that progress,
7112 reset the loop detector and avoid the assert. Closes: #143307
7113 * Activate all path components for file triggers on removal.
7114 Regression introduced in 1.17.0. Closes: #725437
7115 * Activate file triggers on disappearance more accurately, only when we know
7116 we are inevitably removing things.
7117 * Fix «dpkg-query --list» output when using multibyte character strings,
7118 to avoid unaligned columns and mojibake. Closes: #257505, #718541
7119 Based on a patch by Changwoo Ryu <cwryu@debian.org>.
7120 * Use fully buffered output on non-tty stdout.
7121 Reported by Shawn Landden <shawnlandden@gmail.com>.
7122 * Recognize «start-stop-daemon -C» as documented. Closes: #719746
7123 Reported by Brian S. Julin <bri@abrij.org>.
7124 * When update-alternatives is told to change slave links, do not warn that
7125 the link group is broken, just print a notice that the alternative is
7126 being updated due to the changes.
7127 * Add a new «dpkg --verify» command to check the integrity of packages
7128 installed files. Add a --verify-format option to explicitly select the
7129 output format, currently only rpm compatible output is supported, but
7130 the default might change in the future. Closes: #187019
7131 * Improve dpkg “Preparing to replace” and “Unpacking” progress messages.
7132 Closes: #32427, #71106
7133 * Print the package version on main dpkg progress messages.
7134 * Do not store timestamps in gzip headers when using the command, to try to
7135 mimic the zlib behavior. This does not affect Debian as it's been using
7136 zlib for a very long time. Closes: #719844
7137 * Reset environment variables affecting compressor commands when not using
7138 the shared library implementations. Namely XZ_DEFAULTS, XZ_OPT, BZIP and
7140 * Use a simple list to track packages owning a file, instead of using a
7141 list of arrays of pointers which waste 10 pointers per non-shared file,
7142 instead of 1. This significantly reduces dpkg memory usage.
7143 * Honor new DEB_SIGN_KEYID environment variable in dpkg-buildpackage.
7144 Suggested by Harald Dunkel <harri@afaics.de>. Closes: #615813, #719418
7145 * Always check subprocess exit codes in Dpkg::Source::Package modules.
7146 Reported by Ian Jackson <ijackson@chiark.greenend.org.uk>.
7147 * Add support for pie and stack-protector options to dpkg-buildflags FFLAGS,
7148 and update the man page to mention FFLAGS are a subset of CFLAGS.
7150 * Improve and unify -O option handling in dpkg-genchanges, dpkg-gensymbols
7151 and dpkg-shlibdeps, by always taking an optional filename argument and
7152 describing in the man page the default output files.
7153 * Use “hyphen” instead of “dash” when we mean the ‘-’ character in the
7154 documentation and code comments.
7155 * Do not NULL-terminate the list in the compat scandir(), as this might
7156 cause a segfault in case the function returns 0 entries.
7157 * Always return from ensure_statoverrides() if file is NULL, otherwise
7158 we might get us to read garbage from memory or segfault.
7159 * Add new symlink_to_dir command to dpkg-maintscript-helper. Closes: #720712
7160 Based on a patch by Bastien ROUCARIÈS <roucaries.bastien@gmail.com>.
7161 * Add new dir_to_symlink command to dpkg-maintscript-helper. Closes: #583585
7162 * Distinguish dpkg error reports between errors while processing packages
7164 * Fix crashes in the first call to gettext() after fork() on Mac OS X, by
7165 forcing the initialization at program start of the CoreFoundation cached
7167 * Set a default gettext domain for libdpkg code, so that other programs
7168 using a different domain can still get correct translations, like dselect.
7169 * Cleanup libdpkg-perl API:
7170 - Dpkg::Compression: Deprecate $default_compression_level,
7171 $default_compression and $compression_re_file_ext package variables.
7172 - Dpkg::Exit: Deprecate @handlers package variable.
7173 - Dpkg::Source::Package: Deprecate $diff_ignore_default_regexp and
7174 @tar_ignore_default_pattern package variables.
7175 - Dpkg::Changelog::Entry::Debian: Deprecate $regex_header and
7176 $regex_trailer package variables.
7177 * Add GnuPG 2.x support. Add gnupg2 and gpgv2 as alternative Recommends to
7178 gnupg and gpgv (to not pull them by default), but prefer gpgv2 over gpgv,
7179 and gpg2 over gpg at run-time if they are available.
7180 * Switch dpkg conflictor tracking from a fixed-size array to a queue,
7181 fixing several related issues, due to conflictors not being removed from
7182 the array after processing them. dpkg could fill it due to additions in
7183 previous package processing producing very confusing error messages; and
7184 a theoretical problem where a package could get appended to be removed,
7185 then reinstalled as a new version, to get removed again when revisiting
7186 the array in a subsequent package processing. Closes: #726112
7187 * Do not accept empty field names in dpkg.
7188 * Do not accept an initial hyphen in field names.
7189 * Add experimental build profiles support:
7190 - Add support for <!profile.name> build-time restrictions in dependencies.
7191 - Add support for DEB_BUILD_PROFILES environment variable.
7192 - Add new option -P to dpkg-buildpackage and dpkg-checkbuilddeps.
7193 - Add new Built-For-Profiles output field in .deb and .changes files.
7194 Based on a patch by Patrick "P. J." McDermott <pjm@nac.net>,
7195 Wookey <wookey@debian.org> and Johannes Schauer <j.schauer@email.de>.
7197 * Bump Standards-Version to 3.9.5.
7198 * Document interactions of dpkg-source --extend-diff-ignore and -i in the
7199 man page. Closes: #729874
7201 [ Updated programs translations ]
7202 * German (Sven Joachim).
7203 * Vietnamese (Trần Ngọc Quân).
7205 [ Updated scripts translations ]
7206 * German (Helge Kreutzmann).
7208 [ Updated man pages translations ]
7209 * French (Christian Perrier): fix incorrectly translated sentence,
7210 thanks to Fabien Givors.
7211 * German (Helge Kreutzmann).
7213 -- Guillem Jover <guillem@debian.org> Thu, 05 Dec 2013 04:56:31 +0100
7215 dpkg (1.17.1) unstable; urgency=low
7217 * Man pages cleanup:
7218 - Make explicit that dpkg-shlibdeps -e can be used multiple times.
7219 - Improve documentation on how to update the available database before
7220 setting package selections. Suggested by Klaus Ita <koki.eml@gmail.com>.
7221 * Add manpages-it Replaces to dpkg due to new translated man pages.
7222 Reported by Alessio Gaeta <alga777@gmail.com>. Closes: #717983
7223 * Reword libdpkg-perl description and only list public modules.
7224 * Remove space before value in dpkg-parsechangelog -S option on pkg-info.mk.
7226 * Make the build system install start-stop-daemon directly under /sbin,
7227 instead of moving it around in debian/rules.
7229 -- Guillem Jover <guillem@debian.org> Sun, 28 Jul 2013 14:44:50 +0200
7231 dpkg (1.17.0) unstable; urgency=low
7234 * Switch update-alternatives back to a fatal error on out of range priority
7236 * Document dpkg-deb --debug in --help output.
7237 * Bump Standards-Version to 3.9.4 (no changes needed).
7238 * Use the new canonical dpkg git Vcs URLs.
7239 * Remove ancient version from zlibg1-dev Build-Depends.
7240 * Add compression development packages to libdpkg-dev Depends.
7241 * Man pages cleanup:
7242 - Disable justification and hyphenation in SEE ALSO sections.
7243 - Remove unneeded double quotes in .SH headings.
7244 - Do not use “header” when “format” or “field” is meant.
7245 - Move dangers of installing via dpkg-deb from BUGS to a NOTES section.
7246 - Remove BUGS sections containing obvious or misplaced information.
7247 - Move BUGS sections before EXAMPLES and SEE ALSO sections.
7248 - Place ENVIRONMENT and FILES sections contiguously.
7249 - Move EXIT STATUS section before ENVIRONMENT.
7250 - Rename CAVEATS sections to NOTES.
7251 - Fold BACKWARD COMPATIBILITY section into other sections.
7252 - Document since when DEB_*_MULTIARCH variables are supported.
7253 - Move compiler flags subsection from ENVIRONMENT to NOTES.
7254 - Unify WARNING and ERROR sections into DIAGNOSTICS.
7255 - Unify command-line options into a single OPTIONS section.
7256 - Mark programs, variables, fields and command-line options in bold.
7257 - Fold dpkg-architecture(1) DEBIAN/RULES section into EXAMPLES.
7258 - Fix dpkg-architecture(1) debian/rules usage documentation.
7259 - Move dpkg-buildflags(1) HARDENING into a new FEATURE AREAS subsection.
7260 - Improve dpkg-buildflags(1) usage documentation.
7261 Thanks to Matthijs Kooijman <matthijs@stdin.nl>. Closes: #657627
7262 - Clarify that DPKG_MAINTSCRIPT_PACKAGE is not arch-qualified.
7263 - Add triggers to the list of binary control information files.
7264 Thanks to Charles Plessy <plessy@debian.org>.
7265 * Use colon instead of dot for user:group in dpkg debug output.
7266 * Remove support for obsolete DM-Upload-Allowed from Dpkg::Vendor::Debian.
7267 * Fix update-alternatives to use the current alternative link as the first
7268 best value, to avoid flip-flops of alternatives with equal priority.
7270 * Fix clang warnings due to change of alignment requirements.
7271 * Change copyright file to point to GPL-2 instead of GPL.
7272 * Do not pass -e in shell script shebangs, set it in the body.
7273 * Add new dpkg-parsechangelog --show-field option to print a field value.
7275 * Add new dpkg-buildpackage --force-sign option.
7276 * By default do not sign builds for UNRELEASED uploads on dpkg-buildpackage.
7278 * Also check Build-Depends-Arch for minimal versions in dpkg-shlibdeps.
7280 * Document dpkg-buildflags export mode usage in man page. Closes: #691449
7281 Thanks to Jonathan Nieder <jrnieder@gmail.com>.
7282 * Rename dpkg-buildflags configure exporter to cmdline, but preserve
7283 configure as a legacy alias.
7284 * Mask fortify hardening option from dpkg-buildflags output on noopt.
7285 New glibc 2.16 and later, issue a warning on this condition.
7287 * Refer to path instead of file on dpkg-statoverride.
7288 * Always print a descriptive architecture column, even for empty or missing
7289 architectures on «dpkg-query --list».
7290 * Rework SELinux code on unpack to reload the label database if it has
7291 changed, for example while upgrading the SELinux policy package.
7292 * Execute maintainer scripts in a new execution context, based on the
7293 current one and the specific maintainer script filename, and if it's
7294 not different to the current one, use "dpkg_script_t" as a fallback.
7295 * Do not unnecessarily create a dpkg update log record on remove or purge.
7296 * Always reset want status when removing or purging a package; so this
7297 now resets holds among others. Closes: #163763
7298 * Always reset want status when installing a package; so this now resets
7299 holds among others. Closes: #162541
7300 * Defer cleanup of .dpkg-new and .dpkg-tmp paths on removal to the point
7301 when we are definitely removing the main path.
7302 * Activate file triggers on removal more accurately, only when we know
7303 we are inevitably removing things.
7304 * Change dir to / before executing maintainer scripts. Closes: #686782
7305 * Add new dpkg-deb --deb-format option and base --new and --old on it,
7306 as the latter are not future-proof, and neither can be guaranteed to
7307 produce a reliable output file format.
7308 * Drop archtable. It serves no purpose, it's Debian specific, it's
7309 usually outdated, and everyone should be using dpkg-architecture anyway.
7310 * Add musl-linux support to ostable and triplettable.
7311 Requested-by Kevin Bortis <wermut@gmail.com>.
7312 * Remove update-alternatives, dpkg-divert and dpkg-statoverride
7313 compatibility symlinks under /usr/sbin/.
7314 * Remove install-info wrapper.
7315 * Only ignore older packages if the existing version is informative. This
7316 allows any program using libdpkg to parse the available file to see again
7317 packages with versions lesser than 0-0 (like 0~0-0). Closes: #676664
7318 * Fix Dpkg::Control::Hash set_options() to take a hash as argument instead
7320 * Add a new Dpkg::Vendor get_vendor_dir() function.
7321 * Print correct path to vendor directory on error message in dpkg-vendor.
7322 * Do not hardcode the dpkg system configuration directory in perl scripts,
7323 respect build time setting.
7324 * Deprecate Dpkg perl module lowercase and exported by default variables,
7325 replaced by new unified uppercase non-exported by default ones.
7326 * Do not set -fstack-protector in the default build flags on arm64 (it's
7327 not yet supported). Thanks to Matthias Klose <doko@ubuntu.com>.
7329 * Add GCJFLAGS support to dpkg-buildflags. Closes: #708375
7330 * Clarify that dpkg --set-selections needs an up-to-date available db,
7331 by documenting it on the dpkg(1) man page, and warning whenever dpkg
7332 finds unknown packages while setting the selections. Closes: #703092
7333 * Print nicer error messages in perl scripts using Getopt::Long by trapping
7334 $SIG{__WARN__} to call usageerr() on option parse errors.
7335 * Move the exit call out from usage() in dpkg-scansources so that usageerr()
7336 gives a correct exit code. Thanks to Bernhard R. Link <brlink@debian.org>.
7337 * Print correct error message on unknown dpkg-name options before --.
7338 * Require at least one filename on dpkg-name after --.
7339 * Switch program usage errors to not print entire --help output.
7341 * Document that «dpkg-parsechangelog -l-» can be used to read from stdin.
7342 * Support parsing compressed changelog files transparently. Closes: #684196
7343 * Sort files inside new diffs generated by dpkg-source lexicographically.
7345 * Add support for a build_arch option in Dpkg::Deps deps_parse().
7346 Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #697297
7347 * Move epoch-less or revision-less output logic to Dpkg::Version.
7348 Based on a patch by Bernhard R. Link <brlink@debian.org>.
7349 * Catch mismatches between version strings and format versions in
7350 dpkg-source. Ensure that a 3.0 (quilt) package has a non-native version
7351 and that a 3.0 (native) package has a native version. Closes: #700177
7352 Thanks to Bernhard R. Link <brlink@debian.org>.
7353 * Add support for mipsn32(el) and mips64(el) to arch tables.
7354 Thanks to YunQiang Su <wzssyqa@gmail.com>. Closes: #685096, #707323
7355 * Document --file and --label parser options in dpkg-parsechangelog(1).
7356 * Add a new configure --with-dpkg-deb-compressor option to allow selecting
7357 the default dpkg-deb compressor, mainly for downstreams.
7358 * Switch dpkg-deb default compressor from gzip to xz. Build dpkg.deb using
7359 gzip to make debootstrap life easier on non-Debian based systems.
7360 * Add support for gzip compression strategies to dpkg-deb. The new
7361 strategies are: filtered, huffman, rle and fixed.
7362 * Change dpkg and dpkg-deb help output to recommend apt instead of dselect
7363 as a user-friendly frontend.
7364 * Remove temporary file on error during «dpkg-divert --rename».
7365 * Fix value caching in Dpkg::Arch by not shadowing the variables.
7366 * Fix chmod() arguments order in Dpkg::Source::Quilt. Closes: #710265
7367 Thanks to Pablo Oliveira <pablo@sifflez.org>.
7368 * Add new dpkg-shlibdeps -l option to add private shared library directories.
7369 This should be used instead of abusing LD_LIBRARY_PATH to pass the paths,
7370 which might be problematic when cross-compiling. Closes: #698881
7371 * Only apply empty line and comma cleanups when doing substvar replacements
7372 on fields where those are relevant. Closes: #659814
7373 * Do not scan control files twice for PGP signature presence.
7376 * Fix dpkg-maintscript-helper rm_conffile and mv_conffile to do nothing
7377 when the conffile is no longer owned by the current (or named) package.
7378 Thanks to Steve Langasek for the patch. Closes: #716948
7379 * Improve dpkg-maintscript-helper behaviour in “Multi-Arch: same” packages
7380 by arch-qualifying package names read from the environment. Also add
7381 a warning about this potential problem in the manual page.
7382 * Fix usage of non-existent _() function in multiple places of the Perl
7383 code. Thanks to Lincoln Myers <lincoln@netapp.com> for the patch.
7386 [ Updated programs translations ]
7387 * Fix typo in Spanish translation of update-alternatives.
7388 Thanks to Javier Fernandez-Sanguino <jfs@debian.org>. Closes: #713020
7390 [ Updated programs translations ]
7391 * Vietnamese (Trần Ngọc Quân). Closes: #715334
7393 [ Added man pages translations ]
7394 * Italian (Beatrice Torracca). Closes: #711647
7396 [ Updated man pages translations ]
7397 * Fix wrong translation of "fortify" in French dpkg-buildflags(1) man page.
7398 Thanks to Christian Perrier <bubulle@debian.org>. Closes: #712976
7399 * Fix typo in dpkg-source(1) man page French translation.
7400 Thanks to Cédric Boutillier <boutil@debian.org>. Closes: #708292
7401 * Japanese (TAKAHASHI Motonobu). Closes: #704240
7403 -- Guillem Jover <guillem@debian.org> Fri, 26 Jul 2013 23:54:54 +0200
7405 dpkg (1.16.10) unstable; urgency=low
7408 * Fix typos in 1.16.9 changelog entry. Closes: #691954
7409 Thanks to Nicolás Alvarez <nicolas.alvarez@gmail.com>.
7410 * Add missing @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.in.
7411 * Do not use an undefined va_list variable in dpkg_put_errno().
7412 * Abort installation if we cannot set the security context for a file.
7413 * Fix OpenPGP armored signature parsing, to be resilient against doctored
7414 input, including source package control files. Closes: #695919
7415 * Make sure the OpenGPG armor contains a signature block, even on EOF.
7416 * Do not accept Armor Header Lines inside a paragraph.
7417 * Do not abort dselect when multiarch is detected, as that only makes
7418 users downgrade and hold on an older version w/ worse multiarch support.
7419 * Fix warning in Dpkg::Source::Archive with «perl -w» due to redefinition
7420 of getcwd() by removing unused POSIX modules usage. Closes: #700978
7422 [ Updated programs translations ]
7423 * Esperanto (Felipe Castro).
7424 * Spanish (Javier Fernández-Sanguino).
7425 * Vietnamese (Trần Ngọc Quân). Closes: #692100
7427 [ Updated scripts translations ]
7428 * Fix mistranslation in French translation of scripts.
7429 Thanks to Filipus Klutiero. Closes: #698530
7430 * Fix typos in French translation of scripts.
7431 Thanks to Sylvestre Ledru. Closes: #702627
7432 * Fix Russian translation (wrong order of parameters in a string).
7433 Thanks to Andrey Rahmatullin for noticing and Yuri Kozlov for fixing
7434 the translation. Closes: #698869
7436 -- Guillem Jover <guillem@debian.org> Fri, 08 Mar 2013 04:41:26 +0100
7438 dpkg (1.16.9) unstable; urgency=low
7441 * Fix dpkg-source regression in "3.0 (quilt)" source packages while
7442 unapplying patches that remove all files in a directory. Closes: #683547
7443 * Fix segfault in field format parsing on empty strings, affecting
7444 «dpkg-query -W -f ''» and «dpkg-deb -W --showformat=''». LP: #1035512
7445 * Fix dpkg's French usage string which was missing the final “s“ in
7446 --print-foreign-architectures. Closes: #685863
7449 * Use “statoverrides” instead of “statusoverrides” in dpkg-statoverride.
7451 * Comment out dpkg(1) documentation about disabled --command-fd option.
7453 * Cleanup dpkg-divert unit-test environment to avoid build failures.
7455 * Fix update-alternatives test suite to behave correctly on non-Debian
7456 binary paths. Known to be affecting at least Gentoo and Mac OS X.
7457 * Do not leak subcall command arguments in update-alternatives.
7458 * Fix segfault on update-alternatives when passing --slave without any
7459 action at all. LP: #1037431
7460 * Fix memory leak in dpkg filesavespackage().
7461 * Do not print garbage (or worse) on dpkg shared conffile debug output.
7462 * Use a hash instead of a ref to a hash for keys() in Dpkg::BuildFlags
7463 get_feature_areas(). This causes compilation failures with older perl
7464 versions, which can be an issue with partial upgrades.
7465 * Fix filter subpattern debug output format string to print an actual
7466 value instead of just blanks.
7467 * Ignore trailing filter subpattern slashes on reinclusion comparison.
7468 This makes sure to reinclude directories previously excluded so that
7469 contained files marked for inclusion do not fail to unpack due to a
7470 missing directory. Closes: #688416
7471 * Do not consider obsolete conffiles as actively owned by the package.
7472 This ensures conffile entries are not mishandled nor mixed up when
7473 configuring packages owning the non-obsolete conffiles. Closes: #689836
7474 Based on a patch by Andreas Beckmann <debian@abeckmann.de>.
7475 * Properly mark in the database obsolete conffiles on package replaces.
7476 * Sync the Conffiles field values for all package instances. Because
7477 only the first package instance being configured will have a *.dpkg-new
7478 conffile available to be processed, the subsequent ones need to use the
7479 hash from the previously processed entries.
7480 * Fix logic for previously configured conffiles, so that the shared
7481 conffile checks actually work on reinstallation. Closes: #684776
7482 * Avoid info database corruption and bogus accesses on unknown format
7483 values, by always reading the format file and validating it.
7484 * Clarify that the most probable reason for multiarch database
7485 inconsistencies is due to upgrades from unofficial dpkg versions.
7486 * Only satisfy a dependency on a “Multi-Arch: foreign” if arch-unqualified.
7487 * Take architecture into account in virtual packages on remove and
7488 configure dpkg actions. Closes: #683411
7489 * Update update-alternatives --query format and examples in man page to
7490 match the implementation.
7491 * Add two missing 3rd person ‘s’ in dpkg-gensymbols(1). Closes: #689863
7492 Thanks to Paul Menzel <pm.debian@googlemail.com>.
7493 * Fix regression on old-style binNMUs for packages that specify an
7494 explicit binary version to dpkg-gencontrol, by always fixing up the
7495 source version. Closes: #690823
7497 [ Updated programs translations ]
7498 * Catalan (Guillem Jover).
7499 * Czech (Miroslav Kure).
7500 * Danish (Joe Dalton). Closes: #690808
7501 * French (Christian Perrier).
7502 * German (Sven Joachim).
7503 * Italian (Milo Casagrande).
7504 * Japanese (Kenshi Muto).
7505 * Polish (Michał Kułach). Closes: #690449
7506 * Portuguese (Miguel Figueiredo). Closes: #682582, #690431
7507 * Russian (Yuri Kozlov). Closes: #688050, #690415
7508 * Slovak (Ivan Masár). Closes: #690426
7509 * Swedish (Peter Krefting).
7510 * Thai (Theppitak Karoonboonyanan). Closes: #690678
7511 * Traditional Chinese (imacat). Closes: #687002
7513 [ Updated scripts translations ]
7514 * Polish (Michał Kułach). Closes: #683104
7515 * Spanish (Omar Campagne). Closes: #685297
7517 [ Updated dselect translations ]
7518 * Basque (Iñaki Larrañaga Murgoitio). Closes: #686421
7519 * Czech (Miroslav Kure).
7520 * Danish (Joe Dalton). Closes: #689820
7521 * Polish (Michał Kułach).
7523 [ Updated man pages translations ]
7524 * French (Thomas Vincent, Sylvestre Ledru, Christian Perrier).
7525 Closes: #682978, #683221
7526 * German (Helge Kreutzmann).
7527 * Japanese (Hideki Yamane). Closes: #685103
7528 * Polish (Michał Kułach).
7529 * Spanish (Omar Campagne, Guillem Jover). Closes: #683514
7530 * Swedish (Peter Krefting).
7532 -- Guillem Jover <guillem@debian.org> Sat, 20 Oct 2012 05:59:50 +0200
7534 dpkg (1.16.8) unstable; urgency=low
7536 [ Updated programs translations ]
7537 * Esperanto (Felipe Castro).
7538 * French (Christian Perrier).
7539 * Polish (Michał Kułach). Closes: #680561
7540 * Russian (Yuri Kozlov). Closes: #677850, #680411
7541 * Slovak (Ivan Masár).
7542 * Spanish (Javier Fernández-Sanguino)
7544 [ Updated man pages translations ]
7545 * French (Christian Perrier).
7547 [ Updated scripts translations ]
7548 * French (Christian Perrier).
7549 * Russian (Yuri Kozlov).
7551 [ Updated dselect translations ]
7552 * Danish (Joe Dalton). Closes: #680108
7553 * Russian (Yuri Kozlov).
7554 * Traditional Chinese (Asho Yeh - 阿信).
7556 -- Guillem Jover <guillem@debian.org> Sat, 21 Jul 2012 02:11:04 +0200
7558 dpkg (1.16.7) unstable; urgency=low
7561 * Fix bogus dpkg-query --control-show badusage() strings.
7564 * Fix dpkg-gencontrol to correctly compute the source version
7565 in the case of "old-style" bin-nmus. Closes: #679959
7567 [ Updated dselect translations ]
7568 * Catalan (Guillem Jover).
7569 * French (Christian Perrier).
7570 * German (Sven Joachim).
7571 * Swedish (Peter Krefting).
7573 [ Updated programs translations ]
7574 * French (Christian Perrier).
7575 * German (Sven Joachim).
7576 * Italian (Milo Casagrande).
7577 * Swedish (Peter Krefting).
7579 [ Updated man pages translations ]
7580 * Swedish (Peter Krefting).
7581 * French (Christian Perrier).
7583 [ Updated scripts translations ]
7584 * Swedish (Peter Krefting).
7585 * French (Christian Perrier).
7587 -- Raphaël Hertzog <hertzog@debian.org> Mon, 02 Jul 2012 21:16:12 +0200
7589 dpkg (1.16.6) unstable; urgency=low
7592 * Do not translate SELinux context to human readable form while unpacking,
7593 as that might cause the operation to fail if the mcstransd daemon
7594 stopped running during the transaction. Closes: #679641
7595 Thanks to Russell Coker <russell@coker.com.au>.
7596 * Add --control-list and --control-show to dpkg-query --help output.
7599 * Fix import of error functions in dpkg-buildflags. Regression introduced
7602 [ Updated scripts translations ]
7603 * German (Helge Kreutzmann).
7605 [ Updated man pages translations ]
7606 * German (Helge Kreutzmann).
7608 -- Guillem Jover <guillem@debian.org> Sat, 30 Jun 2012 21:45:10 +0200
7610 dpkg (1.16.5) unstable; urgency=low
7613 * dpkg-source will now clean up after a failed application of a quilt
7614 patch. Closes: #652970
7615 And it will display a message explaining the most likely cause of
7616 failure (patch applying with fuzz).
7617 * When dpkg-source regenerates the automatic patch (with formats "2.0"
7618 or "3.0 (quilt)") it will keep the current patch header to avoid
7619 losing changes made by the maintainer.
7620 * Modify dpkg-source --commit to auto-whitelist modified binary files.
7621 That way the same command can be used whatever kind of upstream files
7623 * dpkg-source now supports a new option --no-unapply-patches to force
7624 patches to be kept applied after build (used by formats "2.0" and "3.0
7625 (quilt)"). Closes: #643043
7628 * Add a dpkg-buildflags --status action to describe the flag settings.
7629 Thanks to Bernhard R. Link <brlink@debian.org>. Closes: #664058
7630 * Add support for “binary-only” key-value option in changelogs, to allow
7631 marking changelog entries as part of a binary only upload, having a
7632 different version from the source package. Closes: #440094, #672723
7633 * Minimize source architecture list on «dpkg-source -b» by removing
7634 architectures already covered by architecture wildcards. Closes: #675333
7635 * Do not assume $ENV{'HOME'} is defined in Dpkg::Source::Package.
7636 Thanks to Niels Thykier <niels@thykier.net>. Closes: #677631
7637 * Document in more detail in deb(5) the supported ar archive format.
7638 * Document in deb-src-control(5) the “Private-” field prefix.
7639 * Add new start-stop-daemon --no-close option to disable closing file
7640 descriptors on --background. Closes: #627333, #646425
7641 * Switch source compression to xz.
7642 * Detect ar header fields truncation due to too long member names or too
7643 large member sizes. Closes: #678933
7644 * Add new dpkg-query --control-list and --control-show commands, which
7645 replace the now deprecated --control-path.
7646 * Print master and slave alternative link names in update-alternatives
7647 --query and always print alternative link in --config. Closes: #679010
7648 * Cleanup and clarify buffer I/O error reporting. Closes: #621763
7649 * Avoid full stop and double newline at the end of errors and warnings.
7650 Thanks to Jonathan Nieder <jnieder@gmail.com>. Closes: #624000
7651 * Change all programs to accept -? instead of -h for help output.
7652 * Add support for specific arch-qualified dependencies. Closes: #676232
7653 Thanks to Thibaut Girka <thib@sitedethib.com>.
7654 * Accept “:native” arch-qualified Build-Dependencies. Closes: #558095
7655 Thanks to Thibaut Girka <thib@sitedethib.com>.
7656 * Do not use undefined values returned form deps_parse() in dpkg-shlibdeps.
7658 * Add an Architecture column to «dpkg-query -l» before the Description
7659 column. Suggested by Jonathan Nieder <jnieder@gmail.com>. Closes: #673190
7661 [ Updated programs translations ]
7662 * Swedish (Peter Krefting).
7664 [ Updated dselect translations ]
7665 * Swedish (Peter Krefting).
7667 [ Updated scripts translations ]
7668 * German (Helge Kreutzmann).
7670 [ Updated man pages translations ]
7671 * German (Helge Kreutzmann).
7672 * Swedish (Peter Krefting).
7674 -- Guillem Jover <guillem@debian.org> Sat, 30 Jun 2012 04:28:51 +0200
7676 dpkg (1.16.4.3) unstable; urgency=low
7678 * On «update-alternatives --install» only warn for now on out of range
7679 priorities and clamp the values, as there seems to be packages using
7680 priorities > INT_MAX, which although bogus as they were previously
7681 overflowing the int used to store them, that would cause installation
7682 failures when upgrading from squeeze. This will be reverted to an
7683 error after wheezy. Closes: #676874
7685 -- Guillem Jover <guillem@debian.org> Sun, 17 Jun 2012 10:56:15 +0200
7687 dpkg (1.16.4.2) unstable; urgency=low
7689 * Check correctly for out of range negative field width values in dpkg-query
7690 --show format strings. Regression introduced in 1.16.4. Closes: #676796
7692 -- Guillem Jover <guillem@debian.org> Sat, 09 Jun 2012 16:16:17 +0200
7694 dpkg (1.16.4.1) unstable; urgency=low
7696 * Fix explicit file trigger activation. Regression introduced in 1.16.4.
7699 -- Guillem Jover <guillem@debian.org> Fri, 08 Jun 2012 23:17:11 +0200
7701 dpkg (1.16.4) unstable; urgency=low
7704 * Deprecate compressing .deb files with lzma, by making dpkg-deb issue a
7705 warning, as the format has several deficiencies that have been addressed
7706 by upstream in xz. Although unpacking will be kept being supported to
7707 handle existing lzma compressed .deb files.
7708 * Add alternative changelog formats documentation from the policy manual
7709 to dpkg-parsechangelog(1). Closes: #584141
7710 * Add MiNT support to ostable and triplettable.
7711 Requested by Thorsten Glaser <tg@mirbsd.de>.
7712 * Add new frontend.txt file to dpkg-dev documenting some public interfaces
7713 for dpkg frontends. Closes: #670897
7714 * Clarify in dpkg(1) when --force-conf* options cause action.
7715 Suggested by Sven Joachim <svenjoac@gmx.de>. Closes: #391818
7716 * Add “gcc | c-compiler” to libdpkg-perl Suggests, due to Dpkg::Arch usage.
7718 * Do not mask PIE from dpkg-buildflags on m68k, it appears to work now.
7719 Requested by Thorsten Glaser <tg@mirbsd.de>.
7720 * Remove deprecated support for PGP style signing command interface from
7722 * Remove obsolete --udeb dpkg-scanpackages option.
7723 * Add arm64 support to cputable. Closes: #672408
7724 Thanks Wookey <wookey@wookware.org>.
7725 * Check parsed integers for invalid or no digit errors in start-stop-daemon
7726 and update-alternatives.
7727 * Check all parsed integers for out of range errors; i.e. that no negative
7728 values are allowed if not appropriate, and that no overflows occur.
7730 * Switch start-stop-daemon(8) man page examples from /var/run to /run.
7731 * Do not obscure Dpkg::Source::Package ‘require’ errors with custom
7732 error message. Thanks to Thomas Adam <thomas.adam@smoothwall.net> and
7733 Jonathan Nieder <jrnieder@gmail.com>.
7734 * Add new Dpkg::Substvars::set_as_used() member function.
7735 * Rename Dpkg::Substvars no_warn() member function to mark_as_used(), keep
7736 the old name aliased to the new one producing a deprecation warning.
7737 * Add support for Build-Depends-Arch and Build-Conflicts-Arch fields, and
7738 a new -A option to dpkg-checkbuilddeps. Closes: #629480
7739 Thanks to Roger Leigh <rleigh@debian.org>.
7740 * Add support for “none” as a valid dpkg-deb compression strategy value.
7742 * Clarify in dpkg(1) that the «dpkg -l» example only lists installed
7743 packages, and that to list available packages «dpkg-query --load-avail»
7744 has to be used instead. Closes: #673305
7745 * Clarify also in the dpkg(1) man page (already present in the dpkg.cfg(5)
7746 man page) the valid filenames for /etc/dpkg/dpkg.cfg.d/ fragment files.
7748 * Fix start-stop-daemon to not follow symlinks when creating pidfiles.
7749 Thanks to Carsten Hey <carsten@debian.org>. Closes: #675918
7750 * Refactor the file locking logic into a new Dpkg::File module, and move
7751 the libfile-fcntllock-perl dependency from dpkg-dev to libdpkg-perl.
7752 * Demote the libfile-fcntllock-perl Depends to a Recommends by falling back
7753 to use flock based locking, because it being an XS module makes building
7754 a new perl package bumping the perl ABI impossible, as both packages
7755 become uninstallable. Thanks to Dominic Hargreaves <dom@earth.li>.
7757 * Put an & before field_capitalize() calls in Dpkg::Control::Fields to
7758 fix a usage before declaration warning with perl 5.16. Closes: #676262
7759 * Do not warn in dpkg-divert on missing files list file for packages never
7760 installed before. Closes: #673518
7761 * Add support for liblzma to handle .xz and .lzma compressed files, and
7762 switch to it instead of using xz-utils. This removes the xz-utils
7763 Pre-Depends from dpkg. Thanks to Jonathan Nieder <jrnieder@gmail.com>.
7764 * Always activate all path components for file triggers, this fixes file
7765 trigger handling for conffiles and dpkg-trigger invocations.
7766 Closes: #675613, #676061, #676062, #676107, #676118, #676122
7767 * Do not reset Multi-Arch field in the update log when removing the package.
7769 * Fix dpkg-split to honor the DPKG_ADMINDIR environment variable.
7771 [ Updated man pages translations ]
7772 * German (Helge Kreutzmann).
7773 * French (Christian Perrier). Fixes a mistranslation and some
7774 inconsistencies reported by Vincent Danjean( thanks). Closes: #673158
7776 -- Guillem Jover <guillem@debian.org> Thu, 07 Jun 2012 23:43:19 +0200
7778 dpkg (1.16.3) unstable; urgency=low
7781 * Do not look for newline beyond the read buffer on dpkg-deb extract.
7782 * Check update-alternative name and link arguments for all commands.
7784 * Check all dpkg-divert filename arguments to be absolute and to not
7785 contain newlines. Closes: #21722
7786 * Print errors while reading the file list files on a new line instead
7787 of just after the progress percentage. Closes: #552517
7788 * Document in dpkg-source(1) that patches for source format “3.0 (quilt)”
7789 are expected to apply without any fuzz. Closes: #666752
7790 Based on a patch by Luca Capello <luca@pca.it>.
7791 * Remove redundant -Wformat-security from default dpkg-buildflags, which
7792 is already implied by -Werror=format-security. Closes: #664964
7793 Suggested by Peter Eisentraut <petere@debian.org>.
7794 * Document in dpkg-query(1) that commands producing multiple paragraphs
7795 will preserve the order of the packages specified on the argument list.
7796 * Change start-stop-daemon --exec on GNU/Hurd, FreeBSD, NetBSD, OpenBSD
7797 and Solaris to check for executables matching device and inode numbers
7798 instead of filenames.
7799 * Change start-stop-daemon --name on GNU/Hurd to check the process' argv[1]
7800 in addition to argv[0], to handle both binaries and interpreted scripts.
7801 Reported by Mats Erik Andersson <mats.andersson@gisladisker.se>.
7802 * Handle deb format versions as major.minor integers instead of strings or
7803 floats, the latter being susceptible to parsing errors depending on the
7804 current locale (although this was only affecting the old deb format).
7805 * Ignore the minor format version number for deb-split format, unifying
7806 the behavior with the deb format.
7807 * Add support for an abitable containing arch attribute overrides.
7808 * Add x32 support to abitable, ostable and triplettable. Closes: #667037
7809 * Fix start-stop-daemon to work with relative --exec arguments and --chdir.
7811 * Ignore request to rename a file owned by the diverting package on
7812 «dpkg-divert --add --rename». Closes: #588077
7813 * Clarify dpkg-gensymbols(1) by way of examples that architecture wildcards
7814 are supported in symbols files. Closes: #670048
7815 * Fix memory leak due to Dpkg::Control objects not being garbage-collected.
7816 Thanks to Ben Harris <bjh21@cam.ac.uk>. Closes: #669012
7817 * Compute the md5sum hash on unpack for empty files too, so that these
7818 can be checked correctly for matching content when installing multiple
7820 * Generate md5sums files automatically at unpack time if missing from the
7821 binary package. Closes: #155676, #155799
7822 * Add missing list and md5sums database file checks to «dpkg --audit».
7824 [ Helge Kreutzmann ]
7825 * Fix a typo in man/dpkg-buildflags.1.
7827 [ Updated programs translations ]
7828 * French (Christian Perrier).
7829 * German (Sven Joachim).
7830 * Swedish (Peter Krefting).
7832 [ Updated dselect translations ]
7833 * French (Christian Perrier).
7834 * German (Sven Joachim).
7835 * Swedish (Peter Krefting).
7837 [ Updated scripts translations ]
7838 * French (Christian Perrier).
7839 * Swedish (Peter Krefting).
7841 [ Updated man pages translations ]
7842 * French (Christian Perrier).
7843 * German (Helge Kreutzmann).
7844 * Swedish (Peter Krefting).
7846 -- Guillem Jover <guillem@debian.org> Fri, 27 Apr 2012 10:10:10 +0200
7848 dpkg (1.16.2) unstable; urgency=low
7851 * Move <config.h> and <compat.h> to the top of trigdeferred.l to properly
7852 use the configured features and compat code.
7853 * Honor --disable-nls when the system lacks obstack support, by updating
7854 the obstack compat module from gnulib.
7855 * Link the libdpkg unit tests with libcompat and libintl, so that systems
7856 needing them will compile correctly.
7857 * Check for the presence of the strnlen declaration and correctly provide
7858 the compat one in case the systems lacks it.
7859 * Do not assume existence of paths on the build system in the test suite.
7860 * Do not fail to link dselect on MacOS X when using --disable-nls.
7861 * Remove versioned coreutils Pre-Depends from dpkg due to the ancient
7862 md5sum transition. Reported by Bill Allombert <ballombe@debian.org>.
7864 * Change dpkg-architecture to only compute the requested variables. This:
7865 - Fixes the bootstrapping problem, as the dpkg build system only needs
7866 the host architecture, for which dpkg itself is not required.
7867 - Reduces the amount of work performed, including loading and parsing
7868 unnecessary table files or calling either of gcc or dpkg programs.
7869 * Improve error message in dpkg-gencontrol and dpkg-gensymbols when
7870 debian/control does not have any package stanza. Closes: #642473
7871 Based on a patch by Kyle Willmon <kylewillmon@gmail.com>.
7872 * Add Pre-Depends on tar >= 1.23 (satisfied in stable) to dpkg due to it
7873 using the ‘--warning=no-timestamp’ option. Closes: #642802
7874 * Do not segfault on GNU/Linux when dpkg cannot retrieve the block size
7875 for the filesystem containing the info database. LP: #872734
7876 * Fix two memory leaks per tar entry in the tar extractor used on unpack.
7877 * Mark dpkg and dselect as Multi-Arch foreign.
7878 Reported by Steve Langasek <vorlon@debian.org>.
7879 * Mark dpkg-dev and libdpkg-perl as Multi-Arch foreign. Closes: #648217
7880 Thanks to Colin Watson <cjwatson@ubuntu.com>.
7881 * Add new deb-origin.5 man page. Closes: #608884
7882 Thanks to Matt Kraai <kraai@ftbfs.org>.
7883 * Return correct status on start-stop-daemon --status when using --pidfile.
7884 * Treat dpkg-deb compression level independently for each backend. This
7885 has the effect of changing the current behavior for level 0 on all
7886 compressors except gzip.
7887 * Add new dpkg-deb -S option to specify the compression strategy. The only
7888 currently supported value is “extreme” for xz. Closes: #647915
7889 * Stop using brace expansion to install man pages by using dh_installman
7890 instead of dh_install, the former does not abort on empty glob expansion.
7891 * Do not use absolute paths for programs in perl and shell code.
7892 * Add missing ‘*’ in asprintf() and vasprintf() compat declarations.
7893 * Add support for virtual output binary:Summary and db:Status-Abbrev fields.
7894 Closes: #192619, #427945
7895 * Add support for virtual output source:Package and source:Version fields.
7897 * Use a different temporary file per process on libcompat's vsnprintf()
7898 function to avoid race conditions from children after fork(3).
7899 Reported by Daniel Ruoso <daniel@ruoso.com>. Closes: #655411
7900 * Fix start-stop-daemon --exec and --name options on FreeBSD, NetBSD and
7901 OpenBSD by swapping the process matching implementations.
7902 * Fix start-stop-daemon --name option on GNU/Hurd to match the process name.
7903 * Document in more detail the implications of start-stop-daemon matching
7904 options. Closes: #367608
7905 * Improve and clarify dpkg-shlibdeps superfluous linking warning messages.
7906 Based on a patch by Peter Eisentraut <petere@debian.org>. Closes: #656496
7907 * Relax --merge-avail Packages file parser, to not fail on bogus versions.
7908 * When building only arch-indep binaries with «dpkg-buildpackage -A», name
7909 the .changes file using ‘all’ as architecture. Closes: #661638
7910 * Handle unknown architectures gracefully in dpkg-buildflags.
7912 * Add missing --status-logger to dpkg --help output.
7913 * Do not print bogus errno string for invalid package names in dpkg
7914 --ignore-depends option.
7915 * Change dpkg-query to not load the available file by default for --list
7916 and --show, add a new --load-avail option to expose the old behavior.
7917 * Only allow setting selections via «dpkg --set-selections» for known
7918 packages (i.e. those present in either the status or available files).
7919 * Always ignore older versions when parsing the available file, not only
7920 for --update-avail and --merge-avail.
7921 * Mark not-installed non-arch-qualified selections for removal.
7922 * Add new «dpkg --assert-multi-arch» command to allow checking for
7923 multi-arch support availability.
7924 * Bump Standards-Version to 3.9.3 (no changes needed).
7925 * Add architecture consistency checks to «dpkg --audit».
7926 * Add new dpkg --add-architecture and --remove-architecture commands to
7927 track supported architectures.
7930 * Update Dpkg::Shlibs to look into multiarch paths when cross-building
7931 too. Closes: #595144
7932 * Rewrite architecture.mk with explicit loops instead of duplicating many
7933 similar lines. Based on a patch by Thorsten Glaser <tg@mirbsd.de>.
7934 * Modify dpkg-gencontrol and dpkg-distaddfile to grab a write lock
7935 on debian/control before updating debian/files to avoid simultaneous
7936 updates. Closes: #642608
7937 Add libfile-fcntllock-perl to dpkg-dev's Depends since we use this module
7938 to handle the locking.
7939 * Update dpkg-gensymbols(1) to clarify that -e accepts shell patterns
7940 expansions and not regular expressions. And let dpkg-gensymbols output a
7941 warning when a pattern doesn't match any file. Closes: #649248
7942 * Add new option "-a <arch>" to dpkg-checkbuilddeps to check build
7943 dependencies for another architecture. This is really basic for now since
7944 it assumes all build dependencies must be satisfied on the listed
7945 architecture. Closes: #648180 Thanks to Colin Watson for the patch.
7946 * Error out if a dpkg database .list file is not a regular file. LP: #369898
7947 * Fix dpkg-mergechangelogs to not error out on invalid versions.
7949 * Fix dpkg-source --commit on "3.0 (quilt)" when an explicit patch file
7950 is given with a relative filename. Closes: #652414
7951 * Further clarify in dpkg-source(1) the conditions under which it's possible
7952 to pass an explicit patch file to dpkg-source --commit.
7953 * Add new --query-features command to dpkg-buildflags. Thanks to Kees Cook
7954 for the patch. Closes: #651481
7955 * Fix description of Multi-Arch in deb-control(5). Closes: #654453
7956 Thanks to Jakub Wilk for spotting the mistake.
7957 * Drop misleading spaces in deb-symbols(5) in the format description.
7958 * Clean up dpkg-architecture(1) dropping useless information and
7959 adding a reference to /usr/share/dpkg/architecture.mk.
7960 * Update dpkg-buildpackage to use the "build-arch" (for -B) and
7961 "build-indep" (for -A) targets unless "make -qn" says that they do not
7962 exist. Closes: #229357
7963 * Improve deb-shlibs(5) to mention that the dependency field must
7964 use the same syntax as a Depends field. Closes: #658696
7965 * Update dpkg-maintscript-helper(1) to recommend usage of the version
7966 removing/renaming a conffile with a "~" suffix as "priorversion"
7967 parameter. Thanks to Sam Morris <sam@robots.org.uk> for the patch.
7969 * Fix debug output of dpkg-maintscript-helper. LP: #936340
7972 * Bump po4a version in Build-Depends to 0.41, since earlier versions do
7973 not handle --srcdir correctly. Closes: #644370
7975 [ Guillem Jover, Steve Langasek, Raphaël Hertzog ]
7976 * Add new dpkg --print-foreign-architectures command.
7977 * Add support for virtual output binary:Package field.
7978 * Implement Multi-Arch support.
7980 [ Helge Kreutzmann ]
7981 * Fix a typo in man/dpkg-deb.1.
7983 [ Updated programs translations ]
7984 * German (Sven Joachim).
7985 * Italian (Milo Casagrande). Closes: #627832, #657849
7986 * Swedish (Peter Krefting).
7987 * French (Christian Perrier)
7988 * Polish (Michał Kułach). Closes: #658126
7990 [ Updated scripts translations ]
7991 * German (Helge Kreutzmann).
7992 * Spanish (Omar Campagne). Closes: #636238
7993 * Swedish (Peter Krefting).
7995 [ Updated man pages translations ]
7996 * German (Helge Kreutzmann), including typo fix in dpkg-genchanges
7997 Closes: #646496, sub optimal translation of package states LP: #368783
7998 and a fix by Chris Leick
7999 * Japanese (TAKAHASHI Motonobu).
8000 * Spanish (Omar Campagne). Closes: #643969
8001 * Swedish (Peter Krefting).
8002 * Minor errors corrected in French (thanks to David Prévot)
8003 * Fix translation of -B and -A options of dpkg-buildpackage.
8004 Thanks to Vincent Danjean. Closes: #654626
8006 [ Updated dselect translations ]
8007 * Dutch (Jeroen Schot). Closes: #651813
8009 -- Guillem Jover <guillem@debian.org> Mon, 19 Mar 2012 07:27:12 +0100
8011 dpkg (1.16.1.2) unstable; urgency=medium
8014 * Fix another typo to correctly set DEB_*_ARCH_BITS in architecture.mk.
8015 * Set urgency to medium as changes are minor, and it should migrate
8016 quickly in case 1.16.2 comes soon.
8019 * Update dpkg-buildflags(1) to note that the processor option
8020 -D_FORTIFY_SOURCE=2 is set in CPPFLAGS now instead of CFLAGS and
8021 CXXFLAGS. Closes: #646073
8023 -- Raphaël Hertzog <hertzog@debian.org> Fri, 25 Nov 2011 11:18:30 +0100
8025 dpkg (1.16.1.1) unstable; urgency=low
8028 * Fix dpkg-source to not ignore the automatic patch when checking
8029 for unrecorded changes. Closes: #643148
8030 * Let dpkg-source --commit create debian/patches when required.
8032 * Fix dpkg-buildflags --dump to return 0 as exit code and not 1.
8033 * Update dpkg-buildflags(1) to not include quotes in the examples
8034 setting DEB_BUILD_MAINT_OPTIONS.
8035 * Stop outputting build flags in dpkg-buildpackage as it confuses
8036 maintainers who are overriding them in debian/rules and who
8037 are not seeing the expected value in the build log.
8038 * Fix trigger setup code to not reset the status of packages
8039 when they are in a status different from triggers-awaited,
8040 triggers-pending or installed. Closes: #644492
8041 * Fix dpkg-source to ignore changes on debian/patches/.dpkg-source-applied
8042 when building a "2.0" source package. Closes: #642656
8043 * Fix buildflags.mk to re-export the environment variables that
8044 the maintainer can use to change the build flags. Closes: #644412
8047 * Change dpkg-buildflags to set preprocessor option -D_FORTIFY_SOURCE=2
8048 in CPPFLAGS, instead of CFLAGS and CXXFLAGS. Closes: #642521, #643632
8049 * Fix typo to correctly set DEB_*_ARCH_BITS instead of DEB_*_ARCH in
8050 architecture.mk. Thanks to Thorsten Glaser <tg@mirbsd.org>.
8051 * Make dpkg-buildflags disable full relro (bindnow) if relro is not enabled.
8053 -- Guillem Jover <guillem@debian.org> Fri, 14 Oct 2011 07:08:31 +0200
8055 dpkg (1.16.1) unstable; urgency=low
8058 * Dpkg::Deps: Implement new "reset" method and bump module version to 1.01
8060 * Improved description of --search in dpkg-query(1). Closes: #621066
8061 Thanks to Lars Buitinck <larsmans@gmail.com> for the patch.
8062 * Let update-alternatives fsync() its administrative files before
8063 moving them in place to avoid empty files with some filesystems.
8065 * Tighten the regexp used by dpkg-source to ignore the .pc directory of
8066 quilt. Thanks to Mike Hommey for noticing the problem.
8067 * Change behaviour of dpkg-source's --extend-diff-ignore to also
8068 extend the current diff-ignore if it has already been set.
8069 * Fix dependency checking code to consider a dependency on a virtual
8070 package provided by a package in triggers-pending status as satisfied.
8071 * Do not fail when encountering a pre-dependency in triggers-awaited state,
8072 instead process the awaited triggers. Closes: #526774
8073 * "any" no longer hides "all" in the Architecture field of a .dsc.
8074 * Fix dpkg --remove to really remove the triggers from the various
8075 internal files in /var/lib/dpkg/info/triggers/. Closes: #525160
8076 * Avoid a perl warning in dpkg-gensymbols when no symbols file has been
8077 generated (because it would have been empty). Closes: #626684
8078 * Re-enable the Package-List field but drop the Architecture column since we
8079 have no clear use case yet. It can always be added later on.
8080 Also drop the source line since it duplicates other fields.
8082 * Add the extraction part of Dpkg::Source::Package to the supported API.
8083 Useful to extract source packages without having to depend on dpkg-source
8084 (and hence dpkg-dev).
8085 * Add the Dpkg::Vendor module to the supported API. Useful for lintian
8086 when dpkg-dev is absent.
8087 * Check presence of required parameters in dpkg-vendor. Closes: #628726
8088 Thanks to Niels Thykier <niels@thykier.net> for the patch.
8089 * Avoid a Perl warning in dpkg-buildflags when HOME is not set.
8091 * dpkg-source can now also use debian/source/local-patch-header (that is not
8092 included in the generated source package) instead of
8093 debian/source/patch-header. Closes: #629582
8094 * Changed dpkg-source --after-build to automatically unapply patches that it
8095 has applied during --before-build.
8096 * Fix two possible causes for the assertion failure "pigp->trigpend_head".
8097 LP: #798793, #424358 Closes: #560251
8098 * Use "special" instead of "particular" to qualify the "3.0 (custom)" format
8099 in dpkg-source(1). Closes: #631435
8100 * Add some supplementary checks to ensure debian/control has the required
8101 fields. Closes: #631439
8102 * dpkg-gensymbols(1): document syntax of comments. Closes: #630996
8103 * Allow empty lines in symbols files to better delimit multiple libraries.
8104 Thanks to Cyril Brulebois <kibi@debian.org> for the patch.
8105 * dpkg: if "prerm upgrade" fails when downgrading, do not try to run
8106 "prerm failed-upgrade" with the prerm of the oldest prerm, it can't work
8107 around a bug of a newer prerm anyway.
8108 * dpkg: support new "interest-noawait" and "activate-noawait" trigger
8110 * dpkg-buildflags(1): make it clear that DEB_*_(SET|APPEND) environment
8111 variables are meant for users and should not be used by packages.
8112 * update-alternatives: do not allow reusing a slave link in another
8113 slave alternative. Closes: #631547
8114 * Improve dpkg-source's logic to identify ignored files. Closes: #632168
8115 * Fix a small typo in dpkg-source(1). Closes: #632937
8116 * Reword the description of dpkg-source --before-build and --after-build
8117 to be clearer. Closes: #608260
8118 * dpkg-buildpackage no longer exports the compiler flags. Closes: #560070
8119 Packages must directly call dpkg-buildflags to retrieve them.
8120 * dpkg-buildflags supports a prepend command to modify the build
8121 flags. Particularly useful for package maintainers who don't want
8122 their supplementary flags to take precedence over user submitted
8124 * Add new --dump action to dpkg-buildflags and make it the default action.
8126 * dpkg-mergechangelogs now checks the return value of the close() call.
8127 Thanks to Niels Thykier <niels@thykier.net> for the patch. Closes: #633539
8128 * Similar changes to dpkg-shlibdeps and dpkg-gencontrol, also by Niels.
8129 * Fix update-alternatives to not remove a real file when dropping a
8130 symlink for a slave that's not provided by the new current choice.
8132 * Improve dpkg-source's error message complaining about the lack
8133 of the upstream tarball. Closes: #634510
8134 * Add some common makefile snippets for use in rules files in
8135 /usr/share/dpkg/: default.mk, architecture.mk, buildflags.mk, pkg-info.mk,
8136 vendor.mk Closes: #606839
8137 * Fix the dpkg-divert test-suite to also skip test that would fail if run
8138 under root. Closes: #634961
8139 * Change merge conflict separators created by dpkg-mergechangelogs to match
8140 the usual norm of being composed of 7 characters. LP: #815700
8141 * With source format 2.0 and 3.0 (quilt), dpkg-source now fails by default
8142 when upstream changes have not been recorded in a quilt patch. The new
8143 --commit operation can be used to properly record the changes before-hand.
8145 And it fails before installing the automatic patch in debian/patches/
8147 * dpkg-buildflags now supports "--export=configure" to output compilation
8148 flags on a single line with double quotes as delimiter of the various
8149 values. It also uses DEB_<flag>_MAINT_<op> to let the maintainer
8150 extend the build flags to use. Last but not least, it can now also strip
8151 options from the returned build flags.
8152 * Fix possible segfault of dpkg in findbreakcycle(). LP: #733414
8153 * dpkg-source now properly cleans up the temporary tarball generated for
8154 native formats in case of unexpected interruption. Closes: #631494
8155 * Fix simplification logic of union dependencies. Closes: #637564
8156 * Fix dpkg's handling of a hardlink pointing to a conffile. Closes: #638291
8157 * Add example of extend-diff-ignore's usage in dpkg-source(1).
8159 * dpkg-buildflags now returns hardening flags by default. Closes: #489771
8160 They can be individually enabled/disabled via DEB_BUILD_MAINT_OPTIONS,
8161 see dpkg-buildflags(1). Thanks to Kees Cook for his help.
8164 * Install deb-src-control(5) man pages in dpkg-dev. Closes: #620520
8165 * Add ‘.gitmodules’ to the default dpkg-source ignore lists. Closes: #620490
8166 * Document in dpkg-query(1) man page that on --listfiles each list of
8167 files per package name is separated by a blank line. Same goes for
8168 --status and --print-avail.
8169 * Use execvp(3) unconditionally in command_exec(). Making the call always
8170 fallback to use the system shell in case of error, such as with empty
8171 maintainer scripts. Thanks to Jonathan Nieder <jrnieder@gmail.com>.
8173 * Improve deb-split(5) format description by splitting debian-split
8174 member contents into a list.
8175 * Switch to debhelper compatibility level 7.
8176 - Use dh_prep instead of deprecated “dh_clean -k”.
8177 * Bump Standards-Version to 3.9.2 (no changes needed).
8178 * Generate filenames following current conventions on “dpkg-split --join”,
8179 by including the architecture in the debian-split member of a split
8180 package and using underscores to separate filename parts.
8181 * Support conffiles with spaces when diffing them. Closes: #147583
8182 * Allow installing packages with bogus versions with new
8183 --force-bad-version.
8184 * Do not fail when unpacking a diverted hardlink. Closes: #245322
8185 Based on a patch by Christopher Baines <cbaines8@gmail.com>.
8186 * Document in dpkg-deb(1) that --fsys-tarfile will always process the
8187 input archive sequentially. Closes: #616609
8188 * Remove long non-functional --new and --old dpkg-deb option handling
8189 from dpkg which were being treated as dpkg commands.
8190 * Remove reference to --nocheck dpkg-deb option from dpkg man page as
8191 the latter does not pass it to the former.
8192 * Clarify the current dpkg behavior when running the dpkg-deb and
8193 dpkg-query back-ends, of not passing through back-end specific options
8194 when running them from dpkg. Closes: #610940
8195 * Use “unselected” as an adjective in dpkg output messages instead of
8196 “deselected”. Closes: #231089
8197 * Clarify exit status in dpkg-split and start-stop-daemon --help output.
8198 * Clarify “EXIT STATUS” section in man pages by using a table.
8199 * Add a --status command to start-stop-daemon returning LSB Init Script
8200 status action exit codes.
8201 * Add start-stop-daemon process name kernel limits for Solaris, NetBSD,
8202 OpenBSD, FreeBSD and Darwin.
8203 * On package removal, keep only directories actually containing conffiles,
8204 and not directories just matching the substring in the conffile or the
8205 directory itself. Thanks to Ondřej Surý <ondrej@debian.org>.
8206 * On purge correctly remove symlinks acting as directories, when they are
8207 not being used by any other package's files.
8208 * Do not lose track of parent directories on removal so that they can
8209 be properly cleaned up on purge if not used by any other package.
8210 Based on a patch by Ondřej Surý <ondrej@debian.org>. Closes: #454694
8211 * Add ‘.hgsigs’ to the default dpkg-source ignore lists.
8212 Based on a patch by Jakub Wilk <jwilk@debian.org>. Closes: #627462
8213 * Do not allow blank lines in field values. Closes: #308082
8214 * Do not warn on missing architecture on packages in config-files state,
8215 but then make sure the architecture field is usable. Closes: #604241
8216 * Run du with --apparent-size when generating the Installed-Size field in
8217 dpkg-gencontrol to get consistent results independent of build system.
8218 Thanks to Ludovic Brenta <ludovic@ludovic-brenta.org>. Closes: #630533
8219 * Do not fail to unpack shared directories missing on the file system
8220 from packages being replaced by other packages. Closes: #631808
8221 * Do not require programs to define thisname, provide two new functions
8222 to handle the program name (dpkg_set_progname and dpkg_get_progname).
8224 * Man pages cleanup:
8225 - Rename “USAGE” dselect(1) section to “ACTIONS” and clarify they can
8226 be performed interactively or from command line.
8227 - Add missing built-in methods to dselect(1).
8228 - Add missing escaping to field dashes in deb-control(5).
8229 - Use dashes instead of underscores for variable text.
8230 - Clarify that several front-end fields are not dselect specific in
8232 - Use [option...] instead of [options] and friends.
8233 - Use italics or bold instead of surrounding the text with <>.
8234 - Correctly format text with bold and italics.
8235 - Use minus signs and hyphens consistently in man pages.
8236 - Fix reference to /etc/dpkg/dselect.cfg.d instead of dpkg.cfg.d in
8238 - Add missing optional group|gid --chuid argument in start-stop-daemon(8).
8239 * Refer to Sources and Packages files as part of a repository instead of
8240 as being of exclusive use or owned by APT, which has never been the case.
8241 * Unify somewhat dpkg-maintscript-helper --help output with other commands.
8242 * Add build-indep and build-arch targets as aliases for build in
8244 * Use the perl interpreter found by configure to call dpkg-architecture.pl
8245 in the m4 DPKG_ARCHITECTURE macro.
8246 * Add new --verbose option to dpkg-deb and change --extract to honor it.
8248 * Add new --raw-extract option to dpkg-deb combining --control and
8249 --extract. Closes: #552123
8250 * Defer hardlink renames so that there's never a point were the new
8251 file contents are accessible from the final path before they have
8252 been fsync()ed and cannot be executed causing ETXTBSY when trying
8253 to open the to be installed paths for writing.
8254 Thanks to Jonathan Nieder <jrnieder@gmail.com>. Closes: #635683
8255 * Clarify the default dpkg-deb compression-levels on the man page.
8256 * Clarify dpkg --update-avail usage error message. Closes: #628055
8257 * Change Dpkg::Compression default values depending on the compressor
8258 used, and as such dpkg-source inherits this functionality.
8259 Prompted by Timo Juhani Lindfors <timo.lindfors@iki.fi>.
8260 * Print an actual error or warning message instead of assert()ing on
8261 readlink()/stat() size discrepancies. Closes: #639229
8262 * Update alternative links only if they change. This allows for a
8263 read-only file system and a writable database. Closes: #636700
8264 Based on a patch by Salvatore Bonaccorso <carnil@debian.org>.
8265 * Fix double “error:” string in dpkg missing PATH error output.
8267 * Do not warn on strange timestamps when unpacking with dpkg-deb.
8269 * Reduce dpkg-trigger binary size by refactoring libdpkg modules so that
8270 it does not end up pulling triglib.
8271 * Reduce dpkg-deb binary size by refactoring libdpkg modules so that it
8272 does not end up pulling triglib.
8273 * Do not fail on --compare-version when generating parse warnings.
8274 Existing packages with invalid versions should not fail on their
8275 maintainer scripts due to that.
8276 * Use the user name (instead of the user id) when setting the supplementary
8277 groups in start-stop-daemon. Closes: #641834
8278 * Use --srcdir and --destdir po4a options, and bump Build-Depends version
8281 [ Updated programs translations ]
8282 * German (Sven Joachim). Closes: #620312
8283 * Swedish (Peter Krefting).
8284 * French (Christian Perrier).
8286 [ Updated man pages translations ]
8287 * French (Christian Perrier).
8288 * German (Helge Kreutzmann) including improvement by "Flo".
8289 * Swedish (Peter Krefting).
8291 [ Updated scripts translations ]
8292 * French (Christian Perrier, Sylvestre Ledru). Closes: #637096
8293 * German (Helge Kreutzmann).
8294 * Swedish (Peter Krefting).
8296 -- Guillem Jover <guillem@debian.org> Fri, 23 Sep 2011 06:00:11 +0200
8298 dpkg (1.16.0.3) unstable; urgency=medium
8300 * Allow again Priority field values not known to dpkg. Regression
8301 introduced in 1.16.0.
8303 -- Guillem Jover <guillem@debian.org> Wed, 04 May 2011 10:01:30 +0200
8305 dpkg (1.16.0.2) unstable; urgency=high
8307 * Fix dpkg-split --auto to not fail when opening the new depot file.
8308 * Fix dpkg-split to correctly set the last part split size.
8309 * Fix build failure on DEB_BUILD_OPTIONS=noopt due to a missing <locale.h>
8310 include in gettext.h needed by the gettext context functions.
8312 -- Guillem Jover <guillem@debian.org> Sat, 16 Apr 2011 00:14:15 +0200
8314 dpkg (1.16.0.1) unstable; urgency=low
8317 * Fix regression affecting dpkg -R. Closes: #620636
8318 * Don't fail during unpack if the system doesn't support changing timestamps
8319 of symlinks. Closes: #620679
8321 -- Guillem Jover <guillem@debian.org> Tue, 05 Apr 2011 07:28:20 +0200
8323 dpkg (1.16.0) unstable; urgency=low
8326 * Use DPKG_MAINTSCRIPT_PACKAGE environment variable as package name on
8327 dpkg-divert when no --package or --local options have been specified.
8328 * Do not allow versions starting with non-digit when doing strict parsing,
8330 * Update dpkg(1) to note that --status-fd output does not contain newlines
8331 in error messages anymore (this was fixed in 1.15.0).
8332 * Add a new --status-logger option to dpkg, similar to --status-fd but
8333 instead invoke the command ourselves and feed the status information
8334 to its standard input. Suggested by Raphaël Hertzog.
8335 * Add missing space in update-alternative --set-selections output.
8336 * Add missing options to update-alternative --help output.
8337 * Count “conffile name is duplicated” for dpkg-deb warning count summary.
8338 * Improve and clarify strings for translation. Closes: #604914
8339 * Prefix all fatal error messages with “error: ”.
8340 * Do not check presence of update-rc.d in the PATH in dpkg, as it's not
8341 a program needed for dpkg correct operation.
8342 * Fix dpkg -GEO options on multiple versions of the same packages.
8344 * Propagate --admindir to programs run from maintainer scripts.
8346 * Do not fail when trying to remove the root directory. This will only
8347 happen either on distributions where dpkg is a foreign package manager,
8348 or on artificial dpkg databases.
8349 * Always warn when parsing any package control data which does not have
8350 an Architecture field except for status and status log files when
8351 packages are not-installed or half-installed.
8352 * By default reject installing packages w/o an Architecture field. They
8353 now need --force-architecture, dpkg will still warn about them though.
8354 * Fix build failure when passing --disable-nls to configure.
8355 * Do not segfault on “dpkg -i --no-act”.
8356 * Add missing semicolon to the vsnprintf() compat declaration.
8357 Thanks to Robert Millan. Closes: #612203
8358 * On install for Ubuntu adjust the i386 GNU cpu name in cputable.
8359 Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #611741
8360 * Sync the info database directory on unpack instead of the temporary
8361 control information directory, and print the correct pathname on error
8362 instead of the last file acted on that directory.
8363 * Document in dpkg-query --help output and man page that --list and --show
8364 arguments are optional.
8365 * Do not read and write the available file unnecessarily.
8366 Thanks to Michel Lespinasse <walken@zoy.org>. Closes: #397121
8367 * Fix typo in «dpkg-name --overwrite» argument parsing so that it actually
8368 works at all. Thanks to Ivan Gagis <igagis@gmail.com>. LP: #728708
8369 * Add armhf support to ostable and triplettable. Closes: #594179
8370 * Set the modification time for unpacked symlinks on supported systems.
8371 * Fix undefined value usage in dpkg-genchanges when adding files w/o a
8372 matching architecture, because they are not present in debian/control,
8373 this is most commonly the case due to dpkg-distaddfile.
8374 * Terminate immediately on dpkg-divert rename errors instead of propagating
8375 up the error codes, this improves error reporting and avoids triggering
8376 leak detectors. Closes: #620380
8377 * When moving a diverted file across filesystems in dpkg-divert, remove
8379 * Fix large file support for .deb and split .deb in dpkg-deb, dpkg-split
8380 and dpkg on 32-bit architectures.
8383 * Fail properly when debian/source/format is empty. Closes: #600854
8384 * Add new deb-src-control(5) manual page documenting the debian/control
8385 file contained in source packages.
8386 - it documents the X[SBC]- prefix. Closes: #476335
8387 - it documents the VCS-* fields too. Closes: #483119
8388 Thanks to Oxan van Leeuwen <oxan@oxanvanleeuwen.nl> who wrote it
8389 as part of the Google Code In program.
8390 * Enhance dpkg-shlibdeps to not fail immediately when a library is not found.
8391 Instead continue and fail after all problems have been reported. Thanks
8392 to Chris Baines <cbaines8@gmail.com> for the patch. Closes: #596841
8393 * Fix dpkg-source to not list Debian packaging files as modified
8394 upstream files in Format "1.0" when unpacking to a non-standard
8396 * Apply patch from Colin Watson to let dpkg-buildflags return -O3
8397 instead of -O2 when building ppc64 packages on Ubuntu. Closes: #612472
8398 * Add new function get_control_path() to Dpkg::Path, it wraps dpkg-query
8400 * Update dpkg-shlibdeps to be multiarch-ready:
8401 - use get_control_path() to find symbols/shlibs files
8402 - parse correctly the output of dpkg --search
8403 * Small fix to support files >2GB in .deb on 64-bit systems. Closes: #616502
8404 Thanks to Martin Dorey <mdorey@bluearc.com> for the patch.
8405 * dpkg-source now keeps the file ordering in the autogenerated patch when
8406 regenerating it. Closes: #606080
8407 Thanks to Colin Watson for the patch.
8408 * dpkg-source now uses a timestamp retrieved from the filesystem when
8409 resetting the timestamp of patched files so that a time skew when using
8410 NFS doesn't introduce any inconsistency. Closes: #613023
8411 Thanks to Jonathan Nieder <jrnieder@gmail.com> for the patch and the
8413 * dpkg-source will now remove quilt's .pc directory when --unapply-patches
8414 is in use. Closes: #591858
8415 * dpkg-source is now a bit less strict when parsing patches:
8416 - it accepts seeing the same file twice; Closes: #608829
8417 - it doesn't match on the English text "No newline at end of file" as it
8418 might be translated in some cases. Closes: #612465
8419 * Improve parser in Dpkg::Control::Hash to not require an empty line
8420 before the PGP signature. Closes: #617923
8421 Thanks to Roger Leigh for the initial patch.
8422 * Fix a regression in dpkg-divert where using --rename led to a failure when
8423 the rename implies crossing file systems. Thanks to Durk Strooisma for
8425 * Use the correct mtime when installing a file with statoverrides.
8426 Regression introduced in 1.16.0. LP: #739179
8427 * Remove duplicate word in german translation of dpkg(1). Closes: #616096
8428 * Strip repeated non-significant spaces before and after newlines
8429 in Uploaders. Closes: #598922
8430 * Ignore whitespaces after options in headers of changelog entries.
8432 * Fix dpkg-source's regression with empty patches (introduced while fixing
8433 #613023). Closes: #619541
8436 * Remove support for use of synchronous sync(2), due to its pernicious
8437 side-effects and to ease maintenance.
8438 * Clarify that an up-to-date dpkg only needs to be unpacked for
8439 dpkg-maintscript-helper to work.
8442 * Add new variables to dpkg-architecture, DEB_HOST_MULTIARCH and
8443 DEB_BUILD_MULTIARCH, that return the "ideal" GNU triplet for each
8444 architecture which should be used as the path component for library
8448 * Add support for Built-Using field. Closes: #619311
8450 [ Updated programs translations ]
8451 * German (Sven Joachim).
8452 * Portuguese (Miguel Figueiredo).
8453 * Spanish (Javier Fernandez-Sanguino).
8454 * Swedish (Peter Krefting).
8456 [ Updated man pages translations ]
8457 * German (Helge Kreutzmann).
8458 * Swedish (Peter Krefting).
8460 [ Updated scripts translations ]
8461 * German (Helge Kreutzmann).
8462 * Swedish (Peter Krefting).
8464 [ Updated dselect translations ]
8465 * Spanish (Javier Fernandez-Sanguino).
8467 -- Guillem Jover <guillem@debian.org> Fri, 01 Apr 2011 23:56:54 +0200
8469 dpkg (1.15.8.10) unstable; urgency=low
8471 * Do not segfault on “update-alternatives --auto” when the link group only
8472 has alternatives which are dangling symlinks. Closes: #611545
8474 -- Guillem Jover <guillem@debian.org> Sun, 30 Jan 2011 20:28:27 +0100
8476 dpkg (1.15.8.9) unstable; urgency=low
8479 * Drop Breaks on konqueror to avoid some lenny -> squeeze upgrade
8480 problems. It was only needed to ensure install-info is installed
8481 even for partial upgrades. Closes: #610991
8482 * Do the same for all emacs/jed packages. For jed, the breaks has been
8483 rendered useless as the maintainers dropped the install-info dependencies
8486 [ Updated programs translations ]
8487 * Remove space before "…" in several Catalan strings (Jordi Mallach).
8488 * Romanian (Stan Ioan-Eugen).
8490 -- Raphaël Hertzog <hertzog@debian.org> Mon, 24 Jan 2011 20:24:53 +0100
8492 dpkg (1.15.8.8) unstable; urgency=low
8495 * Truncate the output part file on “dpkg-split -s”. Regression introduced
8498 [ Updated man pages translations ]
8499 * Two typos fixed in French (Christian Perrier, thanks to Julien
8503 * Fix multiple security issues with dpkg-source (CVE-2010-1679):
8504 - Enhance checks to catch maliciously crafted patches which could modify
8505 files outside of the unpacked source package.
8506 - Do not consider a top-level symlink like a directory when
8507 extracting a tarball.
8508 - Exclude .pc while extracting the upstream tarball in 3.0 (quilt)
8509 as patch blindly writes in that directory during unpack (and would
8510 follow any existing symlink).
8512 -- Raphaël Hertzog <hertzog@debian.org> Thu, 06 Jan 2011 21:04:33 +0100
8514 dpkg (1.15.8.7) unstable; urgency=low
8517 * Defer symlink renames so that there's never a point were a symlink
8518 is broken, this is particularly important for shared libraries.
8520 * On Linux use sync_file_range() to initiate asynchronous writeback
8521 of just unpacked files. Suggested by Ted Ts'o <tytso@mit.edu>.
8522 Thanks to Jonathan Nieder <jrnieder@gmail.com>. Closes: #605009
8523 * On non-Linux use posix_fadvise(POSIX_FADV_DONTNEED) to notify the kernel
8524 dpkg does not need the unpacked files any longer, and that it can start
8525 writeback to be able to evict them from the cache at a later point.
8526 * Fix stanza delimiting on -L, -s and -p output. This was making the output
8527 for multiple packages unrealiable to parse. Closes: #606315
8529 [ Updated programs translations ]
8530 * Basque (Iñaki Larrañaga Murgoitio). Closes: #607253
8531 * Catalan (Guillem Jover).
8532 * Czech (Miroslav Kure). Closes: #605099
8533 * Esperanto (Felipe E. F. de Castro). Closes: #607437
8534 * French (Christian Perrier).
8535 * German (Sven Joachim).
8536 * Indonesian (Arief S Fitrianto). Closes: #605248
8537 * Italian (Milo Casagrande). Closes: #607306
8538 * Japanese (Kenshi Muto). Closes: #607259
8539 * Norwegian Bokmål (Hans Fredrik Nordhaug).
8540 * Portuguese (Miguel Figueiredo). Closes: #605506
8541 * Russian (Yuri Kozlov). Closes: #607292
8542 * Simplified Chinese (Aron Xu).
8543 * Slovak (Ivan Masár). Closes: #607302
8544 * Spanish (Javier Fernandez-Sanguino).
8545 * Thai (Theppitak Karoonboonyanan). Closes: #607501
8547 [ Updated man pages translations ]
8548 * French (Christian Perrier).
8549 * German (Helge Kreutzmann).
8550 * Spanish (Omar Campagne).
8552 [ Updated dselect translations ]
8553 * Spanish (Javier Fernandez-Sanguino).
8555 [ Updated scripts translations ]
8556 * German (fix by Sven Joachim).
8557 * Spanish (Javier Fernandez-Sanguino).
8559 -- Guillem Jover <guillem@debian.org> Mon, 20 Dec 2010 02:26:26 +0100
8561 dpkg (1.15.8.6) unstable; urgency=low
8564 * Ensure debian/source/local-options is always excluded from the source
8565 package even if the user provides customized -i or -I options.
8567 * Fix Dpkg::Version's handling of version with a debian revision but an
8568 empty version (e.g. "-0.1"). Thanks to James Vega <jamessan@debian.org>
8569 for the patch. Closes: #597651
8570 * With "3.0 (quilt)" source package, create .pc/.quilt_series with the
8571 correct series file if the source package provides vendor specific patch
8575 * Disable by default usage of synchronous sync(2), as it causes undesired
8576 I/O on unrelated file systems. Closes: #588339, #595927, #600075
8577 * Add new --force-unsafe-io to disable safe I/O operations on unpack.
8580 [ Updated man pages translations ]
8581 * French (Christian Perrier). Including a typo fix and a typographical
8582 change reported by Vincent Danjean. Closes: #601852
8583 * Spanish (Omar Campagne). Closes: #596519
8585 [ Updated programs translations ]
8586 * Basque (Iñaki Larrañaga Murgoitio). Closes: #599923
8587 * Catalan (Jordi Mallach).
8588 * Danish (Ask Hjorth Larsen). Closes: #600240
8589 * German (Sven Joachim). Improved by Holger Wansing.
8590 * Italian (Pietro Battiston). Fix translation of "however". Closes: #602518
8591 * Portuguese (Miguel Figueiredo). Closes: #596168
8592 * Romanian (Andrei Popescu). Closes: #604769
8593 * Russian (Yuri Kozlov). Closes: #595455
8594 * Vietnamese (Clytie Siddall). Closes: #598473
8596 [ Updated scripts translations ]
8597 * Catalan (Jordi Mallach).
8598 * German (Sven Joachim).
8600 [ Updated dselect translations ]
8601 * Catalan (Jordi Mallach).
8602 * German (Sven Joachim).
8604 -- Guillem Jover <guillem@debian.org> Thu, 25 Nov 2010 07:10:48 +0100
8606 dpkg (1.15.8.5) unstable; urgency=low
8609 * Do not print a warning when parsing status or status log files on
8610 half-installed packages w/o a Description or Maintainer field, as
8611 this happens normally when the package was never installed before.
8613 * Improve git format documentation in dpkg-source(1).
8614 Thanks to Joey Hess, based on a patch by Tanguy Ortolo.
8615 * Clarify effect of “dpkg --purge” on homedir files in dpkg(1).
8616 Thanks to The Fungi <fungi@yuggoth.org>. Closes: #593628
8617 * Add gettext plurals infrastructure support.
8618 * Add gettext messages for plural forms. Closes: #594218
8619 * Fix possible but improbable segfault in update-alternatives in case
8620 the master file name contains a format string specifier. Reported by
8622 * Fix realloc usage on compat scandir() implementation.
8625 * Fix dpkg-genchanges to not split the short description in the middle of a
8626 UTF8 character. Closes: #593442
8627 * Drop -k parameter from the tar call used by dpkg-source to extract
8628 tarballs. Upstream binary files modified by the packager were not properly
8629 installed due to this. Thanks to James Westby for the report.
8631 * Make dpkg Breaks: dpkg-dev (<< 1.15.8) so that older versions of dpkg-dev
8632 that did not depend on libdpkg-perl must be upgraded together with dpkg.
8635 [ Helge Kreutzmann ]
8636 * Fix encoding of German addendum. Closes: #595643
8638 [ Updated programs translations ]
8639 * Esperanto (Felipe Castro). Closes: #596173
8640 * French (Christian Perrier).
8641 * German (Sven Joachim).
8642 * Indonesian (Arief S Fitrianto). Closes: #596657
8643 * Italian (Milo Casagrande). Closes: #592953, #595615
8644 * Japanese (Kenshi Muto). Closes: #595468
8645 * Korean (Changwoo Ryu). Closes: #595556
8646 * Norwegian Bokmål (Hans Nordhaug). Closes: #595208
8647 * Simplified Chinese (Aron Xu). Closes: #594513
8648 * Slovak (Ivan Masár). Closes: #595968
8649 * Swedish (Peter Krefting).
8650 * Thai (Theppitak Karoonboonyanan). Closes: #594011
8652 [ Updated man pages translations ]
8653 * French (Christian Perrier).
8654 * German (Helge Kreutzmann).
8655 * Swedish (Peter Krefting).
8657 [ Updated scripts translations ]
8658 * French (Christian Perrier). Includes a fix to a specific
8659 message translation that was imprecise. Closes: #596333
8660 * German (Helge Kreutzmann). Improved by Holger Wansing.
8661 * Norwegian Bokmål (Hans Fredrik Nordhaug). Closes: #595299
8662 * Spanish (Omar Campagne). Closes: #596518
8663 * Swedish (Peter Krefting).
8664 * Russian (Yuri Kozlov). Closes: #595175
8666 -- Guillem Jover <guillem@debian.org> Tue, 14 Sep 2010 01:26:21 +0200
8668 dpkg (1.15.8.4) unstable; urgency=low
8671 * Fix use after free segfault on update-alternatives --remove-all.
8672 Closes: #591653, #591654
8673 * Always print a message on warning when parsing control files.
8674 * On database parsing only warn on bogus versions previously accepted,
8675 the other instances will keep producing errors, to avoid newly
8676 introduced bogosity. Closes: #590885, #590896, #591692, #591885
8677 * Fix compilation on Solaris and Darwin:
8678 - Link update-alternatives against libintl if libc does not have i18n
8680 - Include <limits.h> for _POSIX_MAX_PATH in update-alternatives.
8681 Thanks to Fabian Groffen <grobian@gentoo.org>.
8684 * Fix make -C man install so that it actually finds the manual pages
8685 to install. Closes: #591588
8686 * When analyzing the ELF format of a binary in dpkg-shlibdeps, fallback on
8687 usual objdump when the cross objdump failed. Closes: #591522
8690 * Ensure removal of leftover backup .dpkg-tmp files after unpacking
8691 failures, when the backup is still a hard link to the original file.
8694 -- Guillem Jover <guillem@debian.org> Fri, 13 Aug 2010 06:02:10 +0200
8696 dpkg (1.15.8.3) unstable; urgency=low
8699 * Fix dpkg-divert test suite to cope with + and other special characters for
8700 regexps in the build directory name. Thanks to Jonathan Nieder for the
8701 patch and to Phil Kern for the report. Closes: #591182
8704 * Fix buffer overflow in dpkg_ar_member_put_header causing it to write the
8705 header to fd 0 (instead of ar_fd) depending on the stack layout, affecting
8706 armel. Thanks to Phil Kern for the analysis and Reinhard Tartler for the
8707 initial patch. Closes: #591312
8709 -- Guillem Jover <guillem@debian.org> Mon, 02 Aug 2010 10:38:07 +0200
8711 dpkg (1.15.8.2) unstable; urgency=low
8713 * Bump libdpkg-perl Depends on dpkg to 1.15.8, as it will break dpkg
8714 versions before that when installing and removing libdpkg-perl,
8715 because older update-alternatives and dpkg-divert require Dpkg.pm and
8716 Dpkg/Gettext.pm which will disappear due to the Replaces. Closes: #590867
8717 Thanks to Sven Joachim <svenjoac@gmx.de> for the analysis.
8718 * Allow specifying again absolute and relative paths for dpkg-buildpackage
8719 -r option. Closes: #591010
8721 -- Guillem Jover <guillem@debian.org> Sat, 31 Jul 2010 04:20:01 +0200
8723 dpkg (1.15.8.1) unstable; urgency=low
8725 * Fix off-by-one error in update-alternatives that lead to an infinite loop
8726 while writing the administrative file. Closes: #590854
8728 -- Raphaël Hertzog <hertzog@debian.org> Thu, 29 Jul 2010 21:18:16 +0200
8730 dpkg (1.15.8) unstable; urgency=low
8733 * Add new commands --before-build and --after-build to dpkg-source
8734 and modify dpkg-buildpackage to call them automatically at the
8735 start and at the end of the process. With "3.0 (quilt)" source packages
8736 this ensures patches are applied even in case of binary-only builds.
8738 * Merge non-regression test for Ubuntu's specificities concerning
8739 changelog handling. Closes: #582389
8740 * Fix some copy-paste mistakes in dpkg-architecture(1). Thanks to Ian Fleming
8741 <iflema@yahoo.com.au> for the patch and Colin Watson for forwarding out of
8742 Launchpad. Closes: #582404 LP: #564308
8743 * Clarify description of dpkg --configure in dpkg(1). Thanks to Colin Watson
8744 for the patch and to Robert Persson for the report.
8745 Closes: #582406 LP: #77287
8746 * Fix the non-regression test lib/dpkg/test/t-ar.c by not overflowing the
8747 size of ar_name. Thanks to Colin Watson for the report, analysis and patch.
8749 * Modify Dpkg::Shlibs::Objdump to use the cross objdump binary when cross
8750 compiling. Thanks to Loïc Minier for the initial patch. Closes: #578365
8751 * Make dpkg-maintscript-helper more robust when required parameters are
8752 missing. Closes: #582814
8753 * Clarify that dpkg-maintscript-helper rm_conffile needs the last version of
8754 the package that did not remove the obsolete conffile if this was not
8755 implemented at the time the file became obsolete. Closes: #582893
8756 * Enhance dpkg-maintscript-helper rm_conffile and mv_conffile to work
8757 properly when <lastversion> is not given (or is empty). Closes: #582819
8758 * Small fix in dpkg-gensymbols' handling of tags. Closes: #583656
8759 Thanks to Michael Tautschnig <mt@debian.org> for the report and the fix.
8760 * update-alternatives has been rewritten in C, the only feature change
8761 should be that it uses its own logfile /var/log/alternatives.log (rotated
8763 * Implement new --unapply-patches option for dpkg-source with source formats
8764 2.0 and 3.0 (quilt) that unapplies the patches after a successful build.
8765 This option can be put in debian/source/local-options in the package VCS
8766 repository for instance.
8767 * Implement new --abort-on-upstream-changes option for dpkg-source with
8768 source formats 1.0, 2.0 and 3.0 (quilt). It aborts every time that you try
8769 to build a source package which contains (unmanaged) changes to the
8770 upstream source code. Closes: #579012
8771 * dpkg-source now captures the output of patch and prints it on error so
8772 that the user can better diagnose what went wrong. Closes: #575304
8773 * Fix Dpkg::Changelog to cope properly with an entry of version "0".
8774 Add non-regression test for this. Closes: #587382
8775 * Add --export command to dpkg-buildflags to be used in shell with eval.
8776 * Modify source format "3.0 (git)" to use git bundles. Thanks to Joey Hess
8778 The usage of git bundle avoids distributing cruft. Closes: #477954
8779 It's no longer needed to tell which branch contains the debian packaging,
8780 it uses automatically the one that was used at build-time. Closes: #534637
8781 * Pass --no-name option to gzip to avoid encoding the timestamp in the file
8782 so that the result is more predictable. Closes: #587724
8783 Also pass --rsyncable to make source packages more rsync friendly.
8784 * Replace dpkg-source's tar ignore pattern "*~" with "*/*~" to avoid
8785 matching on the top level directory. Closes: #588265
8786 * In source formats "2.0" and "3.0 (quilt)", make sure to remove the
8787 upstream-provided debian directory before copying the debian-provided
8788 version of that directory in place. Closes: #590297
8791 * Require gettext 0.18:
8792 - Remove embedded gettext files from the repository, now properly
8793 installed by autopoint for all po/ directories.
8794 - Add versioned Build-Depends.
8795 * Fix variable usage after delete in dselect.
8796 * Change default configure admindir to LOCALSTATEDIR/lib/dpkg from
8797 LOCALSTATEDIR/dpkg, so that we can use a correct --localstatedir=/var.
8798 * Add two new dpkg options --path-exclude and --path-include for filtering
8799 files on package installation. This allows embedded systems to skip
8800 /usr/share/doc, manpages, etc. Based on work from Tollef Fog Heen and
8801 Martin Pitt, thanks! Closes: #68788, #68861, #497304, #525567, #583902
8802 * Remove obsolete internal status aliases “postinst-failed” for
8803 stat_halfconfigured and “removal-failed” for stat_halfinstalled.
8804 * Check version syntax when parsing it from libdpkg based programs.
8806 * Rewrite mksplit in C, and merge it into dpkg-split.
8807 * Rewrite dpkg-divert in C.
8808 * Use linux-any wildcard for libselinux1-dev Build-Depends instead of
8809 using a list of negated architectures.
8810 * Use Breaks instead of Conflicts in dpkg, dpkg-dev and libdpkg-perl binary
8812 * Move Dpkg.pm and Dpkg/Gettext.pm from dpkg to libdpkg-perl.
8813 * Bump Standards-Version to 3.9.1.
8814 * Detect when another process has locked the database, and mention that
8815 problematic dpkg --audit results might be due to ongoing operations.
8817 * Add new dpkg --force-confask option that forces a conffile prompt when
8818 the conffile from the new package does not differ from the previous one.
8819 Thanks to Henning Makholm <henning@makholm.net>. Closes: #102609
8820 * On dpkg-divert --rename, check if the source file exists, and disable
8821 renaming if it does not. Closes: #550252
8822 As a side effect, this avoids useless errors when the destination
8823 directory is not existent or writable. Closes: #581544
8824 * Properly compute the longest package description from all to be displayed
8825 on “dpkg-query --list”, so that it does not get incorrectly trimmed.
8826 * Consistently use earlier/later instead of smaller/bigger when describing
8827 comparison relationships. Closes: #587641
8828 * Stop exporting DPKG_LIBDIR to maintainer scripts, no need for it anymore.
8829 * Assign correct SELinux label on non-regular files. Based on a patch by
8830 Russell Coker <russell@coker.com.au>. Closes: #587949
8831 * Add -F option to dpkg-buildpackage to be able to explicitly specify a
8832 normal full build and combine it with -nc. Closes: #547993
8833 * Add missing mentions of the Breaks field alongside the other fields
8834 sharing the same syntax in deb-control(5).
8835 Thanks to Osamu Aoki <osamu@debian.org>. Closes: #590472
8837 [ Updated programs translations ]
8838 * Catalan (Guillem Jover).
8839 * German (Sven Joachim).
8840 * Russian (Yuri Kozlov). Closes: #579149
8841 * Swedish (Peter Krefting).
8843 [ Updated man pages translations ]
8844 * German (Helge Kreutzmann).
8845 * Russian (Yuri Kozlov). Closes: #579149
8846 * Spanish (Omar Campagne).
8847 * Swedish (Peter Krefting).
8849 [ New scripts translation ]
8850 * Spanish (Omar Campagne).
8852 [ Updated scripts translations ]
8853 * French (Christian Perrier).
8854 * German (Helge Kreutzmann). Improved by Holger Wansing.
8855 * Russian (Yuri Kozlov). Closes: #579149
8856 * Swedish (Peter Krefting).
8858 -- Guillem Jover <guillem@debian.org> Thu, 29 Jul 2010 09:37:35 +0200
8860 dpkg (1.15.7.2) unstable; urgency=low
8863 * Update dpkg-buildflags to respect $XDG_CONFIG_HOME and to use
8864 $XDG_CONFIG_HOME/dpkg/buildflags.conf by default.
8865 * Update deb-substvars(5) to codify how variables containing multiple
8866 lines must be managed.
8867 * Fix boolean evaluation of Dpkg::Version so that version 0 evaluates to
8868 false and dpkg-shlibdeps can strip the minimal version specification.
8870 Document this behaviour in the API and add non-regression test to ensure
8872 * Let dpkg-buildflags error out when a required parameter is missing.
8874 * Add Bug-Ubuntu field in DEP-3 template provided in the automatic header
8875 of patches in 3.0 (quilt) source packages. Thanks to Benjamin Drung
8876 <bdrung@ubuntu.com> for the patch. Closes: #578002
8877 * Update deb-override(5) by removing references to usage of sections
8878 to place the packages on the mirrors and by indicating that the Debian
8879 policy offers a list of allowed values for section and priority.
8881 * Update reference to triggers.txt.gz in dpkg-trigger(1) and deb-triggers(5)
8882 to match the new location. Closes: #580774
8883 * Drop mention of PKG_CONFIG_LIBDIR in dpkg-buildpackage(1), the feature has
8884 been removed in 1.15.6.
8885 * Rename /usr/lib/dpkg/maintscript-helper into
8886 /usr/bin/dpkg-maintscript-helper, it is a public interface even if working
8887 around known limitations.
8888 * Add "supports" command to dpkg-maintscript-helper to ensure the wanted
8889 command is supported before calling it.
8892 * Add powerpcspe support to ostable and triplettable.
8893 Thanks to Sebastian Andrzej Siewior <sebastian@breakpoint.cc> and
8894 Kyle Moffett <Kyle.D.Moffett@boeing.com>. Closes: #568123, #575158
8895 * Fix dpkg --root by properly stripping again the root directory from the
8896 path of the maintainer script to execute. Closes: #580984
8897 * On Linux use sync() instead of an fsync() per file on deferred extraction,
8898 to workaround performance degradation on ext4. Closes: #578635
8901 * Fix syntax error in dpkg-name. Closes: #581315
8903 -- Guillem Jover <guillem@debian.org> Wed, 19 May 2010 07:57:14 +0200
8905 dpkg (1.15.7.1) unstable; urgency=low
8907 * Fix dpkg-source -b (without -i) for source packages 1.0. Closes: #578693
8908 It was erroneously ignoring all changes because the ignore regex was
8909 wrong (due to the change to ignore debian/source/local-options).
8910 * Add missing call to textdomain() in dpkg-mergechangelogs to make
8913 -- Raphaël Hertzog <hertzog@debian.org> Thu, 22 Apr 2010 08:05:20 +0200
8915 dpkg (1.15.7) unstable; urgency=low
8918 * Clarify the plan concerning dpkg-source, debian/source/format and
8919 the default source format in dpkg-source(1). Add a warning
8920 in dpkg-source to invite people to always create debian/source/format.
8921 We deprecate the fallback to "1.0" (it's there for backwards compatibility
8922 only) and debian/source/format is going to be mandatory at some point in
8923 the future. Closes: #553928
8924 * Add .gitattributes to list of files ignored by dpkg-source.
8925 * Document most common warnings and errors of dpkg-source in its manual
8927 * Let dpkg-source read options from debian/source/local-options as well but
8928 do not include that file in the generated source package.
8929 * Improve explanation of --all option in dpkg-parsechangelog(1). Thanks to
8930 Jari Aalto. Closes: #575706
8931 * Fix dpkg to not lose package metadata on filesystems where readdir()
8932 returns new files added after the opendir() call, btrfs in particular
8933 triggered the problematic behaviour. Closes: #575891
8934 * Tighten the regex used by dpkg-source to match the component name of
8935 supplementary tarballs so that underscore (_) are not allowed as it was
8937 * Introduce a new script called dpkg-buildflags: its purpose is to retrieve
8938 compilation flags and it should be used within debian/rules to pass
8939 the right compilation flags to the build process. dpkg-buildpackage still
8940 exports them to not break packages currently relying on them but packages
8941 should now start using dpkg-buildflags instead. Closes: #560070
8942 * For Ubuntu set default value of LDFLAGS to -Wl,-Bsymbolic-functions.
8943 * Cleanup some old Conflicts/Replaces, thanks to Helge Kreutzmann.
8944 * Modify dselect to treat all unknown package as known and marked for purge.
8945 This is a temporary work-around so that dselect doesn't try to reinstall
8946 packages of priority > standard that were removed or not installed. Thanks
8947 to Robert Luberda for the patch. Closes: #559519, #556889
8948 * dpkg now exports DPKG_MAINTSCRIPT_NAME to maintainer scripts with the
8949 type of maintainer script currently running (preinst, postinst, prerm,
8950 postrm). Closes: #546577
8951 * dpkg now exports DPKG_LIBDIR to maintainer scripts pointing to the
8952 private directory containing internal programs like the upcoming
8954 * Add $DPKG_LIBDIR/maintscript-helper program that can be used in
8955 maintainer scripts to perform common operations working around
8956 current dpkg limitations: first version supports removing obsolete
8957 conffiles and renaming conffiles. Closes: #514316
8958 * Fix "dpkg-scansources -e", it was calling a non-existing function.
8960 * Add new script dpkg-mergechangelogs to do 3-way merges of Debian
8961 changelogs. Add libalgorithm-merge-perl to Recommends for the
8962 benefit of this script.
8965 * Modern tar files typically use NormalFile1 rather than NormalFile0 for
8966 file objects. A typo meant that the former never triggered rename
8967 deferral. Closes: #577756
8968 * Use the new list of files on rename deferral instead of old one, so that
8969 newly added files get installed.
8972 * Report deferred trigger errors on status-fd. Closes: #574599
8973 Thanks to Michael Vogt <michael.vogt@ubuntu.com>.
8974 * When creating hard links to normal files on extraction use the .dpkg-new
8975 filename for source as the file is not yet in place due to the rename
8976 deferral. Thanks to Colin Watson for the initial patch.
8977 * Do not output the Package-Type field on udeb.
8978 * Fix versioned Replaces to not produce file overwrite errors on downgrades.
8980 * Fix installation of replaced and replacing packages in reverse order
8981 (first the replacing then the replaced) for which the replaced package
8982 is supposed to get disappeared, to disappear the correct package and not
8983 lose track of the ownership of the replaced files.
8985 [ Updated programs translations ]
8986 * German (Sven Joachim).
8988 [ Updated dselect translations ]
8989 * German (Sven Joachim).
8991 [ Updated man pages translations ]
8992 * German (Helge Kreutzmann).
8994 [ Updated scripts translations ]
8995 * German (Helge Kreutzmann).
8997 -- Guillem Jover <guillem@debian.org> Wed, 21 Apr 2010 04:05:55 +0200
8999 dpkg (1.15.6.1) experimental; urgency=low
9002 * Fix two memory leaks introduced in 1.15.6.
9003 * Always use C99 variadic macros, as the build requires them anyway, we
9004 avoid exposing the configure variable HAVE_C99 on installed headers.
9005 * Use __attribute__ keyword depending on compiler support, we avoid
9006 exposing the configure variable HAVE_C_ATTRIBUTE on installed headers.
9007 * Do not allow a --retry schedule in start-stop-daemon where forever is
9008 the last item, as it needs something to repeat over. Closes: #570938
9009 * Show dselect dependency/conflicts resolution screen again, by switching
9010 the code to use STL's min() and max() instead of preprocessor macros, to
9011 avoid multiple evaluation of arguments. Regression introduced in 1.15.6.
9012 Based on a patch by Robert Luberda <robert@debian.org>. Closes: #574816
9013 * Defer the fsync and rename for normal files in tar extraction so that
9014 it's done in one pass afterwards, to avoid massive I/O degradation due to
9015 the serialization from each write + fsync. This restores extraction times
9016 to numbers closer to the ones before the fsync patch introduced in 1.15.6.
9019 * Accept source packages without "Format" field for compatibility with very
9020 old source packages. Thanks to Colin Watson for the report and the patch.
9023 [ Updated programs translations ]
9024 * French (Christian Perrier).
9025 * Swedish (Peter Krefting).
9027 [ Updated scripts translations ]
9028 * Swedish (Peter Krefting).
9030 -- Guillem Jover <guillem@debian.org> Wed, 24 Mar 2010 13:56:28 +0100
9032 dpkg (1.15.6) experimental; urgency=low
9035 * debian/control: Add the accent on my first name.
9037 - rename Dpkg::Deps dump() methods into output([$fh]), overload string
9038 representation ("$dep") to provide the result of $dep->output()
9039 - prefix public functions in Dpkg::Deps with deps_ and export them
9041 - rename Dpkg::Source::Compressor in Dpkg::Compression::Process
9042 - rename Dpkg::Source::CompressedFile in Dpkg::Compression::FileHandle
9043 and completely redesign its API
9044 - update Dpkg::Compression's API to use compression_* functions
9045 instead of granting direct access to variables, integrate
9046 there management of default compression
9047 - introduce Dpkg::Interface::Storable and update many modules
9049 - update Dpkg::BuildOptions to provide an object-oriented interface
9050 - update Dpkg::Checksums to provide an object-oriented interface
9051 * Drop debian-maintainers from Suggests since it's obsolete, the
9052 corresponding keyring is in debian-keyring.
9053 * Merge support of symbol patterns in dpkg-gensymbols. Thanks to
9054 Modestas Vainius for his work (see further for more details).
9055 * Accept filename with spaces and colon in the output of objdump.
9056 Required so that dpkg-shlibdeps support such files properly.
9057 Thanks to Raphaël Geissert for the patch. Closes: #565712
9058 * When unpacking a "3.0 (quilt)" source package, tell quilt where
9059 patches are (to be) stored. Requires quilt >= 0.48-5 to work.
9061 * Fix update-alternatives to not try to reinstall an unknown alternative
9062 when the link group is broken, instead switch to the best choice in
9063 automatic mode. Closes: #566406
9064 * Don't return duplicate bug numbers in Launchpad-Bugs-Fixed:.
9065 Thanks to Brian Murray <brian@ubuntu.com> for the report
9066 and the patch. Closes: #569618
9067 * Add $VERSION numbers to all perl modules. Closes: #465256
9068 1.00 and higher means that the API should be stable
9069 * While parsing diff's output, accept any sentence that contains the word
9070 differ (as specified by POSIX) to identify that binary files could not be
9071 compared. Closes: #570008
9072 * dpkg-gencontrol does no longer accept arch-specific dependencies in
9073 arch: all packages. Closes: #560071
9074 * dpkg-gencontrol no longer warns if a substitution variable provided by -V
9075 is not used (the warning is meant to catch unused substitutions coming
9076 from the file, those are package specific with debhelper). Closes: #557133
9077 * dpkg-gencontrol now indicates which package is concerned by the substvars
9078 warning that it displays. Closes: #566837
9079 * dpkg-buildpackage now supports options --source-option=<opt> and
9080 --changes-option=<opt> to forward arbitrary options to dpkg-source and
9081 dpkg-genchanges respectively. Closes: #566230
9082 * The -T option of dpkg-{source,gencontrol,genchanges} can now be used
9083 multiple times to read substitution variables from multiple files.
9085 * dpkg-source now supports an option --create-empty-orig in formats
9086 "2.0" and "3.0 (quilt)" to auto-create the main original tarball when
9087 there are supplementary tarballs. This makes it easier to bundle
9088 multiple software together. Closes: #554488
9089 * dpkg-source supports long option names --diff-ignore and --tar-ignore for
9090 -i and -I. A new option --extend-diff-ignore is introduced. Those options
9091 can thus now be used in debian/source/options.
9092 * Generate manual pages for perl modules.
9093 * Introduce the libdpkg-perl package and clarify its status in README.api.
9094 * Update Standards-Version to 3.8.4 (no changes needed).
9095 * Drop unused lintian override for arch-dep-package-has-big-usr-share on
9097 * The rewritten Dpkg::Checksums deals properly with filenames with
9098 spaces. Closes: #572030
9099 * dpkg-source does no longer fallback to other source formats if the
9100 requested one is not usable. Closes: #557459
9101 * Modify dpkg-source to error out when it would apply patches containing
9102 insecure paths (with "/../") and also error out when it would apply a
9103 patch through a symlink. Those checks are required as patch will happily
9104 modify files outside of the target directory and unpacking a source package
9105 should not be able to have any side-effect outside of the target
9106 directory. Fixes CVE-2010-0396.
9107 * Also error out when the quilt series contains a path with "/../" as this
9108 can cause patch to create files outside of the source package due
9109 to the -B .pc/$path option that it gets.
9112 * Handle argument parsing in dpkg-checkbuilddeps and dpkg-scanpackages
9113 in a way consistent with the rest of the tools.
9114 * Recognize --help in addition to -h in dpkg-checkbuilddeps.
9115 * Add a --version option to dpkg-checkbuilddeps.
9116 * Improve and mark more messages in writedb() to make translators lives
9117 easier. Closes: #408525
9118 * Improve update-alternatives --display output to use two leading spaces
9119 for current link and slave information. Use single quotes for both “best”
9120 and the alternative it's pointing to. Closes: #549167
9121 * Refer to “half configured” instead of “failed config” in «dpkg-query -l»
9122 header and dselect package status printing for consistency.
9123 * Make “dpkg-statoverride --quiet” actually do something, and quiesce
9124 most of the innocuous warning messages. Closes: #403211
9125 * Make “dpkg-statoverride --update --add” fail if it cannot update the
9126 mode and owner of the file. This would fail later on when dpkg itself
9127 applies the overrides, so better to signal this earlier.
9128 * Add sparc64 to cputable. Thanks to Aurelien Jarno <aurel32@debian.org>.
9130 * Do not allow diverting a file to itself, which makes the file to get
9131 removed. Closes: #312206
9132 * Make the check for duplicate fields in a stanza in libdpkg actually work,
9133 which now makes it fatal, as was intended originally. This should not
9134 cause problems for anything using dpkg-dev to build packages as those
9135 are already fatal on that case.
9136 * Add new deb-split(5) man page.
9137 * Fix misspellings of “explicitly” all over the place.
9138 * Normalize ar member names when reading (removing trailing spaces and
9139 slash), this allows deb-split packages be created with GNU ar.
9140 * Validate compression level on dpkg-deb argument parsing.
9141 * Fix error handling, clean up and refactor compression code.
9142 Thanks to Jonathan Nieder for several of the patches.
9143 * Do not print unambiguous epoch on dpkg file overwrite error.
9144 * Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn().
9145 * Change dpkg-dev to Depend on perl instead of perl5 and perl-modules.
9146 * Fix small memory leaks related to scandir() in dpkg-deb and libdpkg.
9147 * Fix dpkg-query and dpkg-trigger to actually print a version on --version.
9148 * Always spawn a new shell on conffile prompt, instead of supporting
9149 self backgrounding, remove DPKG_NO_TSTP environment variable support.
9151 * Set DPKG_SHELL_REASON, DPKG_CONFFILE_OLD and DPKG_CONFFILE_NEW environment
9152 variables when spawning a shell for conffile examination. Closes: #60329
9153 Thanks to Daniel Martin <Daniel.Martin@jhu.edu> for the idea.
9154 * Add support for disabling update-alternatives at configure time using
9155 --without-update-alternatives.
9156 * Add support for disabling install-info at configure time using
9157 --without-install-info.
9158 * Update debian/copyright.
9159 * Use Debian instead of ‘Debian GNU/Linux’ when referring to the
9161 * On dpkg --no-act with --install, --unpack or --record-avail, and
9162 dpkg-deb --info or --field use mkdtemp() to create a temporary directory
9163 instead of insecure tempnam() or tmpnam() functions.
9164 * Remove --license and --licence options from tools.
9165 * Securely remove newly installed files when rolling-back a failed unpack.
9166 * Change default lzma compression level from 9 to 6.
9167 Thanks to Jonathan Nieder for the initial patch.
9168 * Add support for xz compressed data.tar member of binary packages. Add
9169 xz-utils to dpkg's Pre-Depends. Closes: #542160
9170 Thanks to Jonathan Nieder for the initial patch.
9171 * Use xz command to handle lzma compressed files in dpkg and dpkg-dev.
9172 This removes the lzma package from both dpkg and dpkg-dev dependencies.
9173 * Do not set PKG_CONFIG_LIBDIR in dpkg-buildpackage when cross-building.
9174 The proper solution to this is to let the build system choose the
9175 appropriate pkg-config binary for the build or host system in the same
9176 way pkg.m4 is handling it now. Closes: #551118
9177 * Dynamically link against all external libraries. This includes libbz2
9178 and zlib for dpkg-deb and libselinux for dpkg on GNU/Linux.
9179 * Mark the libdpkg.a API as volatile and require any possible users to set
9180 LIBDPKG_VOLATILE_API to acknowledge that fact.
9181 * Add a new libdpkg-dev package with the headers and the static library,
9182 although its API should be considered volatile.
9183 * Reorganize the doc contents that goes into each package:
9184 - README.multicd only in dselect.
9185 - README.api only in development packages, dpkg-dev and libdpkg-dev.
9186 - triggers.txt only in dpkg-dev.
9187 * Move source.lintian-overrides to debian/source/lintian-overrides.
9188 * Switch SELinux support to explicitly set path context. This fixes the
9189 mislabeling of files under <admindir> on conffile extraction or on unpack
9190 errors, due to improper default context restoration. Closes: #498438
9191 * Use FIEMAP when available (on Linux based systems) to sort the .list
9192 files loading order. With a cold cache it improves up to a 70%.
9193 Thanks to Morten Hustveit <morten@debian.org>.
9194 * When FIEMAP is not available use posix_fadvise() to start preloading the
9195 .list files before loading them. With a cold cache it improves up to 40%.
9196 Thanks to Stefan Fritsch <sf@sfritsch.de>. Closes: #557560
9197 * Call fsync(2) after writing files on disk, to get the atomicity
9198 guarantees when doing rename(2). Based on a patch by
9199 Jean-Baptiste Lallement <jeanbaptiste.lallement@gmail.com>.
9201 * Call fsync(2) on database directories after creating, renaming or
9202 unlinking files, to guarantee the new file entry is correctly listed
9203 in the directory. Base on a patch by
9204 Jean-Baptiste Lallement <jeanbaptiste.lallement@gmail.com>.
9205 * Document in the man page the effects of setting TMPDIR for dpkg and
9206 dpkg-deb, HOME for dselect and dpkg and PAGER for dpkg. Closes: #572836
9207 * Document the exit codes for dpkg-query. Closes: #571798
9208 * Document “dpkg-query -l” abbreviated state information in the man page.
9209 Based on a patch by Marc-Jano Knopp <pub_br_debian.org@marc-jano.de>.
9211 * Honor LINGUAS environment variable when installing translated man pages.
9212 * Allow disabling at configure time Unicode ncurses support for dselect.
9213 Based on a patch by Yuri Vasilevski <yvasilev@gentoo.org>.
9215 [ Modestas Vainius ]
9216 * Implement symbol patterns (Closes: #563752). From now on, it is possible to
9217 match multiple symbols with a single entry in the symbol file template.
9218 While the concept is not new (wildcards also match multiple symbols),
9219 patterns cover much more ground and are a lot more flexible. Together with
9220 the framework, 3 basic pattern types are supported:
9221 - c++ - matching C++ symbols by their demangled name (as emitted by
9223 - symver - matching by symbol version. It replaces the wildcards feature
9224 which is still supported for backwards compatibility but is reimplemented
9225 on top of the new framework;
9226 - regex - matching symbol names with perl regular expression.
9227 Basic patterns may be combined where it makes sense.
9228 * As a positive side effect of the new symbol patterns implementation,
9229 patterns are now treated like normal symbols whenever possible, e.g. a
9230 pattern is MISSING if it does not match anything. As a result,
9231 dpkg-gensymbols is now able to detect NEW/MISSING symbols when patterns are
9232 present in the symbol file (Closes: #541464). Please note, however, that
9233 there is no way to detect symbol changes in the pattern match sets.
9234 * Add source version to the dpkg-gensymbols diff label, reformat it according
9235 to the rules of dpkg-name.
9236 * Add -a<arch> option to dpkg-gensymbols.
9237 * Add -q option to dpkg-gensymbols. -c0 will never fail but still generate a
9238 diff. Use -c0 -q to keep dpkg-gensymbols completely quiet as before
9242 * Fix a file handle leak in “dpkg-deb --info”. Thanks to Raphael Geissert
9243 for the report and patch.
9245 [ Helge Kreutzmann ]
9246 * Add dpkg-gensymbols.1 to the translatable man page set.
9248 [ Updated programs translations ]
9249 * Catalan (Guillem Jover).
9250 * French (Christian PERRIER).
9251 * German (Sven Joachim).
9252 * Italian 'Milo Casagrande). Closes: #567531
9253 * Simplified Chinese (Aron Xua). Closes: #558794
9254 * Slovak (Ivan Masár). Closes: #559269
9255 * Swedish (Peter Krefting).
9257 [ Updated dselect translations ]
9258 * Catalan (Guillem Jover).
9259 * French (Christian Perrier).
9260 * German (Sven Joachim).
9261 * Spanish (Javier Fernández-Sanguino). Closes: #572861
9262 * Swedish (Peter Krefting).
9264 [ Updated man pages translations ]
9265 * French (Christian Perrier): correcting inconsistencies for the translation
9266 of "original" here and there. Thanks to Julien Valroff for pointing this.
9267 * German (Helge Kreutzmann).
9268 * Swedish (Peter Krefting).
9270 [ Updated scripts translations ]
9271 * Catalan (Guillem Jover).
9272 * French (Christian PERRIER).
9273 * German (Helge Kreutzmann).
9274 * Swedish (Peter Krefting).
9276 -- Guillem Jover <guillem@debian.org> Fri, 12 Mar 2010 00:15:31 +0100
9278 dpkg (1.15.5.6) unstable; urgency=low
9280 * dpkg-source: with format "3.0 (quilt)" ensure quilt's .pc directory is
9281 created before trying to register a new patch in .pc/applied-patches.
9282 Thanks to Tommi Vainikainen <thv+debian@iki.fi> for the report and the
9283 patch. Closes: #561237
9284 * Fix dpkg-buildpackage to set "parallel=" in DEB_BUILD_OPTIONS instead of
9285 the invalid "parallel=-1" when option "-j" is given. Closes: #562038
9286 * Clarify how dpkg-source --print-format works and display messages on
9287 STDERR when the requested format is discarded. Closes: #560391
9288 * Add ${misc:Depends} in all Depends fields.
9290 -- Raphaël Hertzog <hertzog@debian.org> Fri, 08 Jan 2010 17:57:43 +0100
9292 dpkg (1.15.5.5) unstable; urgency=low
9294 * Allow again new lines in dpkg-source and dpkg-genchanges on substvar and
9295 maintainer arguments.
9297 -- Guillem Jover <guillem@debian.org> Tue, 22 Dec 2009 09:49:49 +0100
9299 dpkg (1.15.5.4) unstable; urgency=low
9301 * Fix Dpkg::Index::get() and remove(). Thanks to Roderich Schupp
9302 <roderich.schupp@googlemail.com> for the patch. Closes: #558595
9303 * Modify implementation of "3.0 (quilt)" source format to not be
9304 behave differently depending on whether quilt is installed or not.
9305 The option --without-quilt is thus gone and dpkg-source creates
9306 and relies on the .pc directory to know whether patches are applied
9307 or not. Closes: #557667
9308 * Add new dpkg-source option --single-debian-patch supported by the source
9309 format "3.0 (quilt)" so that it behaves more like 1.0 and its single diff
9310 that is constantly updated with all upstream changes. Useful if the
9311 workflow is VCS based and can't generate a full patch set.
9312 * dpkg-source now uses debian/source/patch-header as header of the automatic
9313 Debian patch in format "3.0 (quilt)".
9314 * Fix Debian changelog parser so that the trailer line is again checked.
9316 -- Raphaël Hertzog <hertzog@debian.org> Mon, 07 Dec 2009 09:24:31 +0100
9318 dpkg (1.15.5.3) unstable; urgency=low
9321 * Avoid usage of IO::String in dpkg-scanpackages, rely on Dpkg::IPC
9322 instead to directly get a pipe file descriptor. Closes: #557013
9323 * Put "3.0 (quilt)" in the default list of formats tried by dpkg-source
9324 after "1.0" and before "3.0 (native)".
9325 * Let dpkg-source fail if several upstream orig.tar files are available
9326 (using different compression scheme) since we don't know which one
9328 * Add missing "use Dpkg::Gettext" in Dpkg::Changelog::Entry::Debian.
9330 * When building "3.0 (quilt)" source packages, use QUILT_PATCH_OPTS="-t -F 0
9331 -N -u -V never -g0" so that quilt is as strict as dpkg-source's internal
9332 implementation of quilt. Closes: #557664, #558233
9333 * Before accepting to build a 3.0 (quilt) source packages, ensure that
9334 debian/patches is a directory (or non-existing) and that
9335 debian/patches/series is a file (or non-existing). Closes: #557618
9336 * Dpkg::IPC::fork_and_exec() now includes the changed environment
9337 variables in the default error message displayed when the sub-process
9341 * Verify that the alternative used in update-alternatives --set has been
9342 registered instead of failing with an undefined value in the slave
9343 method. Closes: #554136
9344 * Strip leading spaces in the first line of a field's value in
9345 Dpkg::Control::Hash. Closes: #557547
9347 -- Guillem Jover <guillem@debian.org> Fri, 27 Nov 2009 19:23:36 +0100
9349 dpkg (1.15.5.2) unstable; urgency=low
9351 * Change Dpkg::Version API to accept invalid versions by default and add
9352 is_valid() method. The boolean evaluation of a version object returns
9353 true if the version is valid, false otherwise.
9354 * Update dpkg-shlibdeps to always use Dpkg::Version now that it can
9355 contain the empty version string. Closes: #556786
9356 * Keep compatibility with perl 5.8 by avoiding the _ prototype.
9358 -- Raphaël Hertzog <hertzog@debian.org> Wed, 18 Nov 2009 11:54:50 +0100
9360 dpkg (1.15.5.1) unstable; urgency=low
9362 * Fix build failures due to off_t type mismatch caused by not including
9363 <config.h> first on the unit tests. Suggested by Pierre Habouzit and
9364 Julien Cristau, thanks!
9366 -- Guillem Jover <guillem@debian.org> Tue, 17 Nov 2009 16:42:00 +0100
9368 dpkg (1.15.5) unstable; urgency=low
9371 * Remove obsolete conffiles on purge. Closes: #421367, #453005, #454628
9372 * Update list of binaries dpkg checks on the PATH.
9373 - Remove install-info, now a wrapper that will disappear soonish.
9374 - Add programs used by dpkg itself: sh, rm, find, tar and dpkg-deb.
9375 * Check and warn on duplicate conffiles in dpkg-deb. Closes: #131633
9376 * Make the upstream build system silent by default with automake 1.11 or
9377 newer, and always verbose when building the Debian packages.
9378 * Fix small leak when parsing ‘--ignore-depends’ option values.
9379 * Define compatibility WCOREDUMP only if the system does not have it.
9380 * When start-stop-daemon fails to set the io scheduling warn instead of
9381 finishing fatally. Closes: #553580
9382 * Update md5 file paths in debian/copyright.
9383 Thanks to Jonathan Nieder <jrnieder@gmail.com>.
9384 * On ‘dpkg-trigger --help’ print the default admindir instead of the one
9385 passed on the command line.
9386 * Abort on configure if the required C99 extensions are not supported.
9387 * Add C coding style document.
9388 * Make dpkg as strict as dpkg-statoverride on input when validating the
9389 parsed data from the statdb.
9390 * Rewrite dpkg-statoverride in C.
9391 * Use C99 snprintf function family semantics to avoid having to call them
9392 in a loop to grow the varbuf buffer. This should reduce memory usage and
9393 be slightly faster on varbufprintf calls.
9394 * Use the size from stat to allocate the buffers for readlink, instead of
9395 indefinitely calling readlink and growing the buffer. This should reduce
9396 memory usage when handling lots of symlinks, and be slightly faster.
9397 * Rework varbuf API to avoid increasing buffers indefinitely when adding
9398 content to them, regardless of space being already available.
9399 * Fix build macros to allow start-stop-daemon to use TIOCNOTTY.
9400 * Generate the autoconf version from git to make it easier to see when a
9401 snapshot version is being used.
9402 * Add infrastructure for doxygen, for now not installed anywhere.
9403 * Allow overriding the pkg-config path to ease cross-compilation.
9404 Suggested by Tollef Fog Heen <tfheen@err.no>.
9405 * Fix spelling errors in the Catalan translation. Closes: #553328
9406 Thanks to Robert Millan.
9407 * Update the FSF postal address in the source code license headers by
9408 replacing it with a URL to the gnu.org page.
9409 * Fix a file descriptor leak in dpkg-deb.
9410 Reported by Raphael Geissert <atomo64@gmail.com>.
9411 * Fix resource leaks on error conditions in compat scandir.
9412 * Add a new status-fd action when disappearing a package. Closes: #537338
9415 * Add versioned dependency on base-files (>= 5.0.0) to dpkg-dev to ensure
9416 that /etc/dpkg/origins/default exists. Closes: #545274
9417 * Update Standards-Version to 3.8.3 (no changes needed).
9418 * Major changes to the perl API:
9419 - Dpkg::Control is now Dpkg::Control::Info
9420 - Dpkg::Cdata is gone and is replaced by a new Dpkg::Control
9421 - Dpkg::Control::Fields contains authoritative information
9422 about fields allowed in various types of control information
9423 (and can be customized by each vendor). It also integrates
9424 information that was previously available through Dpkg::Deps.
9425 - Dpkg::Changelog has been split in multiple modules and largely
9426 modified to offer an interface that is now more in line with the
9428 * All dpkg-* perl programs that work with control information have been
9429 updated to use the new Dpkg::Control interface.
9430 In this process, dpkg-scanpackages has been fixed to not skip non-standard
9431 fields. Closes: #494136
9432 * Create Launchpad-Bugs-Fixed directly in the changelog parsing code thanks
9433 to a new vendor hook post-process-changelog-entry. Closes: #536066
9434 * Integrate dpkg-ftp into dselect. Add the required Replaces and Conflicts.
9435 * dpkg-scanpackages/dpkg-scansources now supports compressed override files.
9436 * dpkg-scanpackages now supports a new --medium option as needed to
9437 generate Packages.cd file for consumption by the multicd dselect access
9438 method. Closes: #402527
9439 * Integrate dpkg-multicd into dselect. Add the required Replaces and
9440 Conflicts. The dpkg-scanpackages fork is dropped. Closes: #516631
9441 * Fix bashisms in dselect multicd access method. Closes: #530070
9442 * Add support of "xz" compression method for source packages. Add dependency
9443 dpkg-dev → xz-utils to ensure xz and unxz are available.
9444 * Fix dpkg-source --include-binaries to correctly compute the path name of
9445 the discovered binary files. Closes: #554612
9446 * Remove extra quoting that should not be there while passing an exclude
9447 file to git ls-files during build of 3.0 (git) source package.
9448 Thanks to Courtney Bane for the patch. Closes: #551829
9449 * Optimize dpkg-source -b by avoiding many diff calls when not required.
9450 Thanks to Mike Hommey for the idea. Closes: #554689
9451 * Add new option --print-format to dpkg-source to be able to know by advance
9452 the source format that would be used during a build.
9453 * Modify dpkg-source -b to use default build options from
9454 debian/source/options. Thus it's now possible to have sticky options, for
9455 example for the choice of a compression method (--compression=<comp>).
9456 * dpkg-source outputs the list of upstream files modified by the diff.gz
9457 (applies only to source packages using format 1.0). Closes: #482166
9458 It also recommends usage of 3.0 (quilt) format during dpkg-source -b if it
9459 detects changes to upstream files that are stored in the .diff.gz.
9460 * Add DEP-3 compliant headers to automatic patches created by dpkg-source
9461 in 3.0 (quilt) source format. Closes: #543581
9462 * Switch dpkg to source format "3.0 (native)" with bzip2 compression.
9464 [ Updated programs translations ]
9465 * Czech (Miroslav Kure).
9466 * French (Christian Perrier).
9467 * German (Sven Joachim).
9468 * Italian (Milo Casagrande). Closes: #548615, #555806
9469 * Polish (Wiktor Wandachowicz). Closes: #548541
9470 * Swedish (Peter Krefting).
9472 [ Updated dselect translations ]
9473 * Czech (Miroslav Kure).
9474 * French (Christian Perrier).
9475 * German (Sven Joachim).
9476 * Polish (Wiktor Wandachowicz). Closes: #548541
9477 * Swedish (Peter Krefting).
9479 [ Updated man pages translations ]
9480 * French (Christian Perrier).
9481 * French translation error fixed (Christian Perrier)
9482 Thanks to Pietro Battiston for spotting it. Closes: #545446
9483 * German (Helge Kreutzmann).
9484 * Polish (Wiktor Wandachowicz). Closes: #548541
9485 * Swedish (Peter Krefting).
9487 [ Updated scripts translations ]
9488 * German (Helge Kreutzmann).
9489 * Polish (Wiktor Wandachowicz). Closes: #548541
9490 * Swedish (Peter Krefting).
9492 -- Guillem Jover <guillem@debian.org> Tue, 17 Nov 2009 10:17:57 +0100
9494 dpkg (1.15.4.1) unstable; urgency=medium
9496 * Do not mark any package as unseen in dselect. This is a workaround
9497 until it learns how to store such information again. Closes: #545366
9499 -- Guillem Jover <guillem@debian.org> Mon, 19 Oct 2009 15:15:17 +0200
9501 dpkg (1.15.4) unstable; urgency=low
9504 * Call _g instead of g_ in dpkg-name.
9505 * Fix inverted logic when deciding to assume the architecture in dpkg-name
9506 when the package didn't have such field.
9507 * Do not take into account Revision and Package_Revision fields in dpkg-name
9508 and dpkg-scanpackages as they have been handled already by “dpkg-deb -I”.
9509 * Switch dpkg-scansources to use Dpkg::Cdata instead of duplicating the
9510 .dsc parsing code. As a side effect it now handles properly bogus files.
9511 * Do not remap obsolete fields in dpkg-scanpackages as they have been
9512 handled already by “dpkg-deb -I”.
9513 * Properly mark packages being purged for disappearance from the database.
9514 This will make the status database not be left behind with traces of old
9515 not-installed packages. Closes: #472208
9516 * On parse mark not-installed leftover packages for automatic removal from
9517 the database on next dump. This obsoletes the --forget-old-unavail option,
9518 thus making it now a no-op. Closes: #33394, #429262
9519 * Document “hold” under package selection states instead of flags in dpkg(1).
9520 * Remove trailing ‘/’ and ‘/.’ from the directory name to be used as the
9521 package name on “dpkg-deb -b”. Closes: #218018, #373602
9522 * Remove obsolete ‘hold’ and ‘hold-reinstreq’ internal status flags.
9523 * Add fakeroot to dpkg-dev Recommends. Closes: #536821
9524 * Fix an always false test when trying to decide which package to deselect
9525 to resolve a dependency problem in dselect.
9526 * Add uClibc Linux support to ostable and triplettable. Closes: #455501
9527 * Add uClinux support to ostable and triplettable.
9528 Thanks to Simon Richter <sjr@debian.org>.
9529 * When aborting due to file conflicts print the version of the conflicted
9530 package. Closes: #540019
9531 * Remove double slash in database path visible to the user in some error
9533 * Stop matching sparc64-*-* GNU triplets with sparc Debian architecture.
9534 * Add support for config.d style directories in dpkg and dselect,
9535 (/etc/dpkg/dpkg.cfg.d and /etc/dpkg/dselect.cfg.d respectively).
9536 * Define DPKG_MAINTSCRIPT_ARCH on the maintainer script environment to the
9537 architecture the package got built for.
9538 * Document DPKG_MAINTSCRIPT_PACKAGE maintainer script environment variable
9540 * Document DPKG_RUNNING_VERSION maintainer script environment variable
9542 * Change po4a usage to not create unwanted changes depending if doing out or
9544 * Use po4a “--previous” support when updating the man pages.
9545 Suggested by Christian Perrier <bubulle@debian.org>.
9546 * On configuration error print file name and line number.
9547 * Allow quoting values in configuration file options.
9548 * Add new --pre-invoke and --post-invoke hooks in dpkg.
9549 * Add new --control-path command to dpkg-query.
9550 * Use ohshit on bad version syntax in --compare-versions.
9551 * Add Multi-Arch to the list of known binary package fields for dpkg-dev.
9552 Thanks to Steve Langasek <vorlon@debian.org>.
9555 * Replace install-info by a wrapper around GNU's install-info. The wrapper
9556 will be dropped in squeeze+1. dpkg now Breaks: old versions of
9557 info-browsers that do not depend on the new install-info package
9558 that provides the real functionality. Closes: #9771, #523980
9559 See https://wiki.debian.org/Transitions/DpkgToGnuInstallInfo for details.
9560 * Fix dpkg's preinst in case /var/lib/dpkg/alternatives contains unexpected
9561 sub-directories. Closes: #535138
9562 And also when one of the file doesn't contain correct alternatives
9563 information (improper number of lines). Closes: #537558
9564 * Upgrade Standards-Version to 3.8.2 (no changes).
9565 * Update deb-substvars(5) to list fields that do not support substvars.
9567 * Fix dpkg-parsechangelog to include all entries with -v0 parameter.
9569 * Fix update-alternatives to mention the correct slave link that can't
9570 be installed due to a conflicting file instead of quoting the master link.
9571 * Add support for extra override file in dpkg-scanpackages. Thanks to Robert
9572 Millan for the patch. Closes: #537559
9573 * Add support for extra override file in dpkg-scansources.
9574 * Document format of extra override file in a new manual page
9575 deb-extra-override(5).
9576 * Update sample in dpkg-gensymbols(1) to give an accurate listing of
9577 64 bit arches. Thanks to Julien Cristau for the patch. Closes: #540382
9578 * Create /etc/cron.daily/dpkg to handle the backup of
9579 /var/lib/dpkg/status in /var/backups. This is taken out of the cron
9580 package and need no conflicts/breaks as the code does nothing if
9581 the current status file is already backuped. Thanks to Leo 'costela'
9582 Antunes <costela@debian.org> for the patch. Closes: #541412
9583 * Change behaviour of dpkg --merge-avail to not update a package's
9584 information if the version provided is older than the one already listed
9585 in the available file. Thanks to Ian Jackson
9586 <ian@davenant.greenend.org.uk> for the patch. Closes: #496114
9587 * dpkg-architecture can now export DEB_{HOST,BUILD}_ARCH_{BITS,ENDIAN}
9588 (pointer size and endianness):
9589 - cputable (in dpkg) modified to contain those information
9590 - dpkg-dev depends on dpkg (>= 1.15.4) to ensure that we have an updated
9591 cputable (and so that a versioned build-dependency on dpkg-dev is enough
9592 to use this new feature)
9594 * Split overly long Binary: field values over multiple lines. This is
9595 allowed since policy 3.8.3. Closes: #494714
9596 * Improve performance of dpkg-shlibdeps by caching minimal version
9597 associated to each library in Dpkg::Shlib::SymbolFile. Thanks to
9598 Jiří Paleček <jpalecek@web.de> for the patch.
9599 * Slightly improve dpkg-source(1) by giving the section name that we're
9600 referring to. Closes: #544037
9601 * Fix translation error in German manpage of dpkg-buildpackage. Thanks
9602 to Joachim Breitner <nomeata@debian.org>. Closes: #541829
9604 [ Modestas Vainius ]
9605 * Provide a meaningful label for dpkg-gensymbols diff.
9607 [ Updated programs translations ]
9608 * Asturian (Marcos Alvarez Costales). Closes: #535327
9609 * French (Christian Perrier).
9610 * German (Sven Joachim).
9611 * Italian (Milo Casagrande). Closes: #536538
9612 * Russian (Yuri Kozlov). Closes: #542254
9613 * Slovak (Ivan Masár). Closes: #537742
9614 * Swedish (Peter Krefting).
9616 [ Updated dselect translations ]
9617 * Russian (Yuri Kozlov). Closes: #542254
9618 * Slovak (Ivan Masár). Closes: #537741
9620 [ Updated man pages translations ]
9621 * French (Christian Perrier).
9622 * German (Helge Kreutzmann), proofread by Jens Seidel.
9623 * Swedish (Peter Krefting).
9625 [ Updated scripts translations ]
9626 * French completed (Christian Perrier).
9627 * German (Helge Kreutzmann).
9628 * Russian (Yuri Kozlov). Closes: #542254
9629 * Swedish (Peter Krefting).
9631 -- Guillem Jover <guillem@debian.org> Sun, 06 Sep 2009 09:37:45 +0200
9633 dpkg (1.15.3.1) unstable; urgency=low
9635 [ Modestas Vainius ]
9636 * Fix wildcard support in symbol files. Closes: #536034
9638 -- Guillem Jover <guillem@debian.org> Wed, 08 Jul 2009 11:26:36 +0200
9640 dpkg (1.15.3) unstable; urgency=low
9643 * Unset TAR_OPTIONS when extracting .deb archives.
9644 * Use default compressor values in dpkg-source from Dpkg::Source::Compressor.
9645 * Fix dpkg-scanpackages to properly detect spurious overrides.
9646 * Rewrite dpkg-name in perl.
9647 * Do not close already closed files in some error conditions in libdpkg.
9648 * Use the correct units (KiB) in dpkg-split when referring to partsize.
9649 * Document in dpkg-statoverride(8) that mode needs to be specified in
9650 octal. Closes: #534551
9651 * Mark argument names in dpkg-statoverride.1 in italic.
9652 * Explicitly pass field argument to Dpkg::ErrorHandling::unknown().
9653 * Move unknown() from Dpkg::ErrorHandling to Dpkg::Fields.
9656 * Unset TAR_OPTIONS when creating/extracting tar archives for source
9657 packages. Closes: #530860
9658 * Add cleanup of all invalid (master) alternatives in preinst script.
9659 Closes: #530633, #531611, #532739, #521760
9660 * Let update-alternatives fix a manual alternative with a dangling symlink
9661 by switching it to automatic mode. Closes: #529999
9662 * Add missing paragraph separator in dpkg-buildpackage(1). Thanks to Per
9663 Andersson <avtobiff@gmail.com>. Closes: #532769
9664 * Fix English mistake (“as you request” → “as you requested”) in several
9665 places. Thanks to David Stansby for the patch. Closes: #533171
9666 * Support tags before symbols in symbols file contained in source packages.
9667 The first two tags are "optional" (use it to not fail if the symbol might
9668 disappear from the library without breaking the ABI) and "arch" to
9669 restrict the set of architectures where the symbol is supposed to exist.
9670 Thanks to Modestas Vainius <modestas@vainius.eu> for the patch.
9671 See dpkg-gensymbols(1) for more information. Closes: #521551
9672 * Do not include #MISSING lines in symbols files integrated in binary
9673 packages. Closes: #526251
9674 * Assume an implicit version of "Base" for all unversioned symbols
9675 that are merged into a SymbolFile. Closes: #533181
9676 * Add new tag "ignore-blacklist" to force-include symbols which are
9677 normally blacklisted. This can be useful for libgcc to include symbols
9678 that the toolchain allows being shared but that are often static (and
9679 hence are blacklisted for this reason). Closes: #533642
9680 * In dpkg-source, explicitly pass --keyring ~/.gnupg/trustedkeys.gpg to
9681 gpgv as it does not use it if other --keyring parameters are given.
9683 * In dpkg-vendor, allow using dashes instead of spaces in vendor
9684 filenames. Closes: #532222
9685 * Skip dpkg-genchanges' warning about lower version numbers for backports
9686 (recognized by ~bpo or ~vola in their version number). Closes: #525115
9687 * Support all checksum algorithms in dpkg-scanpackages/dpkg-scansources.
9689 * Fix dependency parsing code in Dpkg::Deps to not accept "foo\nbar"
9690 even if foo is valid. Closes: #534464
9691 Thanks to Andrew Sayers for spotting the problem.
9693 [ Joachim Breitner ]
9694 * Warn about unused substvars in dpkg-gencontrol. Closes: #532760
9696 [ Updated programs translations ]
9697 * Catalan (Jordi Mallach). Closes: #532109
9698 * Czech (Miroslav Kure).
9699 * German (Sven Joachim). Closes: #534831
9700 * Simplified Chinese (Deng Xiyue). Closes: #531387
9701 * Swedish (Peter Krefting).
9703 [ Updated dselect translations ]
9704 * Czech (Miroslav Kure).
9706 [ Updated man pages translations ]
9707 * German (Helge Kreutzmann).
9708 * Swedish (Peter Krefting).
9710 [ Updated scripts translations ]
9711 * German (Helge Kreutzmann).
9712 * Swedish (Peter Krefting).
9714 -- Guillem Jover <guillem@debian.org> Sat, 27 Jun 2009 19:06:43 +0200
9716 dpkg (1.15.2) unstable; urgency=low
9719 * Fix FTBFS on GNU/Hurd due to a mismatched define usage in
9720 start-stop-daemon. Closes: #530446
9721 * Remove obsolete priorities support from dselect.
9722 Thanks to Sven Joachim <svenjoac@gmx.de>.
9723 * Fix bashism (“echo -e”) in dselect disk setup method. Closes: #530071
9724 * Properly parse fdisk output in dselect disk setup method.
9725 * Fix memory leaks due to not destroying some pkg iterators.
9727 [ Updated programs translations ]
9728 * Asturian (Marcos Alvarez Costales). Closes: #529889
9729 * Basque (Piarres Beobide). Closes: #529857
9730 * French (Christian Perrier).
9731 * German (Sven Joachim).
9733 [ Updated man pages translations ]
9734 * German (Helge Kreutzmann).
9736 [ Updated dselect translations ]
9737 * French (Christian Perrier).
9739 [ Updated scripts translations ]
9740 * French (Christian Perrier).
9741 * German (Helge Kreutzmann).
9743 -- Guillem Jover <guillem@debian.org> Tue, 26 May 2009 01:00:36 +0200
9745 dpkg (1.15.1) unstable; urgency=low
9748 * Fix dpkg-genchanges to not include the additional upstream tarballs
9749 when they are not desired (specific to source packages using format 3.0
9751 * Call quilt only once to apply all patches instead of once per patch
9752 when building 3.0 (quilt) source packages. Closes: #518453
9753 * Fix dpkg-shlibdeps so that it works again when analyzing binaries
9754 outside of package's directory. Closes: #518687
9755 * Modify dpkg-shlibdeps to let shlibs.local override symbols files too.
9756 * Drop support of debian/control's “Format” field used by dpkg-source while
9757 it's not too late. Instead debian/source/format should be used to indicate
9758 the desired source package format.
9759 * Update deb-triggers(5) and dpkg-trigger(1) to add a reference to
9760 /usr/share/doc/dpkg/triggers.txt.gz. Closes: #519717
9761 * Avoid perl warnings in dpkg-gencontrol and dpkg-genchanges when the
9762 Architecture field is missing in a binary package. Closes: #510282
9763 * Modify Dpkg::Version::check_version() to not die by default.
9765 * dpkg-source now ignores all possible vi swap file extensions (and not
9766 only .swp). The corresponding exclude pattern for -I also got tightened to
9767 only catch filenames starting with a dot. Closes: #515540
9768 * dpkg-gencontrol displays a better error message when an ORed dependency
9769 is used in a union field like Conflicts, Replaces or Breaks.
9771 * dpkg-source's signature check is now done with gpgv if possible and
9772 timeouts if not completed within 10 seconds. Closes: #490929
9773 When using gpg, use --no-default-keyring to be consistent with gpgv's
9774 behaviour to not use the user's keyring. Closes: #440841
9775 * Update dpkg-dev dependencies: Closes: #472942
9776 - Move gnupg to Recommends. It's needed to sign .dsc and .changes.
9777 - Add gpgv to Recommends. Useful to check signatures of extracted packages.
9778 - Add debian-maintainers to Suggests. Together with debian-keyring they
9779 contain all the GPG keys required to verify official Debian packages.
9780 * Drop /etc/dpkg/origins as it's taken over by base-files (see #487437).
9781 * Fix dpkg-shlibdeps to properly initialize a symbol-based dependency
9782 even when some symbols are associated with a (fake) version "0". Such a
9783 version means that the symbol has always existed in all versions of the
9785 * When dpkg delegates to dpkg-query or dpkg-deb to do the actual work, add
9786 the "--" marker to explicitly document the end of options so that
9787 arguments starting with a dash are not interpreted as options.
9789 Thanks to Bill Allombert for the patch.
9790 * dpkg now correctly refuses empty parameters when an integer value is
9791 wanted. Closes: #386197 Based on a patch by Bill Allombert.
9792 * Fix a mistake in the french translation of dpkg's manual page.
9793 Thanks to Jonathan Gibert. Closes: #522032
9794 * Fix dpkg-source to not die when uncompressor processes are killed by
9795 SIGPIPE due to tar closing the pipe without exhausting all the data
9796 available. Closes: #523329
9797 * dpkg-gencontrol now handles properly (empty) dependencies which contain
9798 only spaces. Closes: #522787
9799 * dpkg-source now accepts additional tarballs (in format "3.0 (quilt)")
9800 with a "component" name containing dashes. Closes: #524376
9801 * Fix dpkg-source to not complain on binary files that are ignored and are
9802 not going to be included in the debian tarball of a "3.0 (quilt)" source
9803 package. Closes: #524375
9804 * Bump Standards-Version to 3.8.1 (no change required).
9805 * Do not store usernames and group names in tarballs created by dpkg-source,
9806 they are anyway ignored at unpack time. Closes: #523184
9807 * Fix update-alternatives to not remove real files installed in place of
9808 an alternative link when the corresponding alternative is fully removed.
9810 * Add a new dpkg-vendor tool to query vendor information stored in
9811 /etc/dpkg/origins. It can be used in debian/rules to enable different
9812 behaviour depending on the current vendor at the time of the build.
9814 Modify dpkg-buildpackage to not set the DEB_VENDOR environment variable,
9815 packages should use the dpkg-vendor program instead.
9816 * Ensure that the automatic patch created in format "3.0 (quilt)" is always
9817 well registered with quilt even when it's updated by a new call to
9818 dpkg-source. Thanks to Goswin von Brederlow for the initial patch.
9820 * Do not update/create debian/patches/.dpkg-source-applied during build,
9821 it's only meant to document what patches have been applied at extraction
9822 time. Closes: #525835
9823 * Let dpkg-buildpackage add the missing execute right on debian/rules if
9824 needed. Display a warning when it happens. Closes: #499088
9825 * Allow combining -nc and -S in dpkg-buildpackage but display a warning
9826 saying that it's not advised. Closes: #304404
9827 * Let dpkg-buildpackage error out with subprocerr() when dpkg-checkbuilddeps
9828 is interrupted/killed by a signal. Closes: #498734
9829 * Fix dpkg-buildpackage/dpkg-genchanges to properly interpret option -v0.
9831 * Improves how dpkg-parsechangelog handles non-existing versions
9832 in its --since, --until, --to, --from options. Approximate the intent
9833 by selecting the nearest version instead. Closes: #477638
9834 * Update dpkg-parsechangelog's documentation to make it clearer that spaces
9835 are not allowed between single characters options and their values.
9837 * Don't let dpkg-scanpackages complain about missing overrides when
9838 no overrides file has been given. Closes: #468106
9839 Thanks to Piotr Engelking for the patch.
9842 * Fix typo in dpkg output (for ‘unexpected’). Closes: #519082
9843 Thanks to Ivan Masár.
9844 * Sync archtable with architectures currently present in Debian sid.
9846 - Add kfreebsd-i386 and kfreebsd-amd64.
9847 * Add avr32 to cputable. Closes: #523456
9848 * Detect the curses headers to use instead of hardcoding them.
9849 * Make dpkg-source do not set arch:any in .dsc on arch-restricted packages.
9850 Thanks to Philipp Kern <pkern@debian.org>. Closes: #526617
9851 * Add '.hgtags' to the default dpkg-source -i regex and -I pattern.
9853 * Use backticks instead of non-portable make $(shell) function in automake.
9854 * Do not install dselect and start-stop-daemon man pages when the programs
9855 have been disabled from configure.
9856 * Move Debian specific keyrings to the Debian vendor class and change the
9857 Ubuntu vendor class to inherit from it.
9858 * Do not set the Arch substvar in dpkg-source, avoiding generating warnings
9859 when there's no compiler present. Closes: #526132
9860 * Preserve faulting errno when printing reason in start-stop-daemon fatal
9862 * Only print fatal errno string in start-stop-daemon if it was non-zero.
9863 * Print the valid values for the IO scheduler class in start-stop-daemon
9865 * Print a warning when using obsolete '--print-installation-architecture'.
9867 * Remove obsolete --largemem and --smallmem dpkg options.
9868 * Remove obsolete --force-auto-select dpkg option.
9869 * Remove obsolete priorities support from dpkg.
9870 * Remove obsolete 822-date program.
9871 * Do not right justify the database reading progress percent counter.
9872 * Remove deprecated status on substvars for dpkg-source dpkg-genchanges,
9873 and stop producing warnings.
9874 * Make deprecated dpkg-scanpackages --udeb option produce a warning.
9875 * Change dpkg-source --help output to state there's no default substvar
9876 file to match reality.
9877 * Warn in start-stop-daemon if the argument to --name is longer than the
9878 supported kernel process name size. Closes: #353015, #519128
9879 * Do not warn in dpkg-deb when parsing unknown fields with the “Private-”
9880 prefix. Based on a patch by Nils Rennebarth. Closes: #353040
9882 [ Frank Lichtenheld ]
9883 * Dpkg::Version: Remove unnecessary function next_elem which just
9884 replicates the standard shift behaviour.
9887 * Add "keyrings" vendor hook, used by dpkg-source to allow vendors to
9888 supply additional keyrings against which source package signatures will
9889 be verified. Implement this for Ubuntu. Closes: #525834
9891 [ Updated dselect translations ]
9892 * German (Sven Joachim).
9893 * Swedish (Peter Krefting).
9895 [ Updated scripts translations ]
9896 * French (Christian Perrier).
9897 * German (Helge Kreutzmann).
9898 * Swedish (Peter Krefting).
9900 [ Added programs translations ]
9901 * Asturian (Marcos Alvarez Costales). Closes: #519478, #519813, #519998
9902 * Esperanto (Felipe Castro). Closes: #523023
9904 [ Updated programs translations ]
9905 * French (Christian Perrier).
9906 * German (Sven Joachim).
9907 * Slovak (Ivan Masár). Closes: #519084
9908 * Swedish (Peter Krefting).
9909 * Russian (Yuri Kozlov). Closes: #526659
9911 [ Updated man pages translations ]
9912 * German (Helge Kreutzmann).
9913 * Swedish (Peter Krefting).
9915 -- Guillem Jover <guillem@debian.org> Thu, 21 May 2009 06:45:45 +0200
9917 dpkg (1.15.0) experimental; urgency=low
9920 * Do not suggest manually changing the alternative symlinks on
9921 update-alternative's verbose mode. Closes: #412487
9922 * Refactor subprocess signal setup.
9923 * Mark and coalesce similar strings for translation.
9924 * Add '.be' to the default dpkg-source -i regex. Closes: #481716
9925 Based on a patch by Ben Finney.
9926 * Fix link order when using libcompat.a and libintl.a by placing them after
9927 libdpkg.a. Based on a patch by Martin Koeppe. Closes: #481805
9928 * Remove duplicate program name from dpkg-trigger badusage output.
9929 * Trim trailing slash and slash dot from 'dpkg -S' arguments when those
9930 are path names, but not on patterns. Closes: #129577
9931 * Fix the support for passing more than one --status-fd option to dpkg.
9932 Until now only the last one was being used.
9933 * Replace realloc plus error checking usage with m_realloc.
9934 * Add '.hgignore' to the default dpkg-source -i regex and -I pattern.
9936 * Support diverting files when origin and destination are on different file
9937 systems. Based on a patch by Juergen Kreileder. Closes: #102144, #149961
9938 * Do not silently enable --rename on dpkg-divert --remove. Closes: #160848
9939 * Do not allocate memory when lstat fails during package upgrade.
9940 * Properly lstat the correct file when using --root on package upgrade.
9941 Thanks to Egmont Koblinger. Closes: #281057
9942 * Print a longer string when a disallowed field value is found when parsing.
9943 * Use $(filter ...) instead of $(findstring ...) to extract space separated
9944 options from DEB_BUILD_OPTIONS in debian/rules.
9945 * Do not leave new conffile as .dpkg-new when it has been diverted, also
9946 properly activate the file trigger for the diverted conffile.
9947 Based on a patch by Timothy G Abbott. Closes: #58735, #476899
9948 * Improve comment on BUGS section in dpkg-deb.1 about lack of authentication
9949 and checksum support in .deb files. Closes: #492052
9950 * Use a troff special character for the copyright symbol on man pages.
9951 * Mark program names in dpkg-trigger.1 in bold.
9952 * Unmark dselect debug messages for translation.
9953 * Use a the warning function to uniformly print all warning messages.
9954 * Properly use internerr to report about programming bugs.
9955 * Do not log repeated strings when the write call wrote partial data.
9956 * Change dir to / after chroot when using --instdir.
9957 Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #509578
9958 * Make dpkg log files user readable. Closes: #480556
9959 * Clarify in the start-stop-daemon man page that the signal sent by default
9960 is TERM not KILL. Closes: #507568
9961 * Warn in dpkg-deb man page that -x will modify the extraction directory
9962 permissions. Closes: #502496
9963 * Make start-stop-daemon behave the same way whether --chuid gets a user
9964 name or a uid. Closes: #368000
9965 * Add new option --procsched to start-stop-daemon to be able to set the
9966 process scheduling policy and priority. Closes: #175740
9967 * Add initial C unit test suite for libdpkg.
9968 * Sanitize --status-fd output by replacing newlines with spaces.
9970 * Remove unneeded cpio dependency from dpkg-dev.
9971 * Add kopensolaris support to ostable and triplettable. Closes: #509312
9972 * Document in deb.5 in detail the currently supported format, ar member
9973 names, types of tar archives and data.tar members.
9974 * Print correct feature name on «dpkg --assert-*» failures.
9975 * Add progress reporting to dpkg while reading the file list database.
9976 Based on a patch by Romain Francoise.
9977 * Add new option --iosched to start-stop-daemon to be able to set the
9978 IO scheduling class and priority. Closes: #443535
9979 Thanks to Chris Coulson <chrisccoulson@googlemail.com>.
9980 * Add tar format detection support to the internal extractor.
9981 * Add support for ustar long names using the prefix field. Closes: #474092
9982 * Code refactoring and cleanup, some of the major changes include:
9983 - Use standard interfaces instead of ad-hoc ones.
9985 - Fix compilation warnings.
9986 - Constify string members in structures and arguments in functions.
9987 - Make local functions static.
9988 - Remove unused functions, macros and variables.
9989 - Fix and cleanup libcompat broken replacement implementations.
9990 - Reduction of module interdependencies.
9991 - Rename function and variable names to make them more clear.
9992 - Cleanup and split of header files.
9995 * Enhance dpkg-shlibdeps' error message when a library can't be found to
9996 include the ELF format of the desired library. Closes: #474671
9997 * dpkg-gensymbols now refuses empty values for the -v -P and -e
9999 * Update dpkg(1) to refer to conffile whenever we speak of configuration
10000 file handled by dpkg. Thus harmonize vocabulary with the policy. Thanks
10001 to Helge Kreutzmann <debian@helgefjell.de>. Closes: #381219
10002 * Improve error message stating that dpkg is unable to create a file so that
10003 it also refers to the real filename instead of the non-diverted name only.
10004 Thanks to Daniel Hahler for the patch. Closes: #457135
10005 * dpkg-gencontrol can now again read the control file from its standard
10006 input with "-c-". Closes: #465340
10007 * Add DEB_VENDOR environment variable in the build environment to be able
10008 to change behaviour dynamically depending on the vendor of the current
10009 system (or target system when the user overrides DEB_VENDOR by setting
10010 it himself). Closes: #457371
10011 * dpkg-shlibdeps give less strong warnings for symbols not found in NEEDED
10012 libraries when the shared library is a non-public directory and is likely
10013 to be a plugin. Closes: #481165
10014 * Clarify list of packages displayed by dpkg --get-selections and
10015 dpkg-query -l. Thanks to Jidanni. Closes: #487455
10016 * Document -A option in dpkg-buildpackage(1). Closes: #482834
10017 * Add some warning concerning the available file and the related commands.
10018 They are mostly obsolete for APT users. Closes: #481185
10019 * Add new option --listpackage to dpkg-divert. Thanks to Timothy G Abbott
10020 <tabbott@MIT.EDU> for the patch. Closes: #485012
10021 * Add new option --require-valid-signature to dpkg-source. Closes: #390282
10022 * In dpkg-query(1) document the origin of the various fields and warn that
10023 they are not always available. Closes: #488293
10024 * Improve error message in install-info when the file doesn't exist.
10025 Thanks to Thomas Hood <jdthood@yahoo.co.uk>. Closes: #107098
10026 * Use description of installed package as fallback in dselect.
10027 Based on a patch from Bruce Sass <bmsass@shaw.ca>. Closes: #21659
10028 * Reduce memory usage of dselect by avoiding usage of a big infopad.
10029 Thanks to Michel Lespinasse <walken@zoy.org> for the patch.
10031 * Largely improve and update dpkg-buildpackage's manual page.
10032 * Clarify two points in dpkg-source(1). Closes: #490693
10033 * Support RUNPATH exactly like RPATH in dpkg-shlibdeps. Closes: #502258
10034 Thanks to Javier Serrano Polo <jasp00@terra.es>.
10035 * Set Standards-Version to 3.8.0 (no changes needed).
10036 * Drop some unneeded lintian overrides.
10037 * Fix a chmod call in dpkg-source to not fail when POSIXLY_CORRECT is set.
10039 * Optimize dpkg-shlibdeps by caching parsed symbols files and
10040 objdump objects. Thanks to Modestas Vainius <modestas@vainius.eu> for the
10041 patch. Closes: #503954
10042 * Add new framework to hook vendor-specific logic (see
10043 module Dpkg::Vendor::Default).
10044 * Add Ubuntu vendor object implementing lookup of launchpad bugs in
10045 changelogs and a safety-check for Maintainer fields of forked packages
10046 (launched during source build). Closes: #426752, #499924
10047 * Improve behaviour of update-alternatives --config. Thanks to
10048 Osamu Aoki <osamu@debian.org> for the initial patch. We can know
10049 select between manual and auto in --config and --all. Closes: #392430
10050 * Fix update-alternatives to not switch to manual mode an alternative
10051 with a broken symlink (instead let the current action fix it).
10052 Also ensure that a message is displayed by default when such a switch is
10053 made. Closes: #141325, #87677
10054 * Fix update-alternatives' logic to rename files. It failed to ignore errors
10055 in some cases where it wanted to when the source file didn't exist.
10057 This also makes update-alternatives less noisy when this happens since we
10058 don't call mv when we know that it's going to fail.
10060 * Properly remove inappropriate slave links in update-alternatives even when
10061 we switch to manual mode with --set or --config. Closes: #388313
10062 * Modify update-alternatives to always remove the alternative group when the
10063 last alternative is removed (even in manual mode).
10064 * Ensure that update-alternative --install fix the links if the alternative
10065 installed is the one currently selected. Closes: #100135
10066 * Let update-alternatives deal with empty files in its administrative
10067 directory by ignoring them. Closes: #457863
10068 * Add new --target and --as-root options to dpkg-buildpackage to call
10069 any debian/rules target with the proper build environment.
10071 * Move update-alternatives, dpkg-divert and dpkg-statoverride to /usr/bin
10072 but keep compatibility symlinks in /usr/sbin for the squeeze release
10073 until all maintainer scripts are fixed (see
10074 https://lintian.debian.org/tags/command-with-path-in-maintainer-script.html).
10076 * Use dh_lintian to install lintian overrides. Build-Depends on debhelper
10077 (>= 6.0.7) for this. Update debhelper compatibility level to 6 at the same
10079 * Drop cleanup-info script.
10080 * Reset umask to 0022 in dpkg-gencontrol and dpkg-gensymbols to ensure that
10081 files created in the DEBIAN directory have sane permissions.
10083 * Rewrite update-alternatives (so that we can understand it again) and
10084 implement new features on top of it:
10085 - the --config output is now sorted. Closes: #437060
10086 - it now logs information to /var/log/dpkg.log. Closes: #445270
10087 - it forbids reusing master alternative as slave and vice-versa.
10089 - it forbids reusing alternative links managed by other alternatives
10090 - new sanity checks on --install parameters. Closes: #423176
10091 - install slave link only if the corresponding slave file is available.
10093 - new option --get-selections to export the configuration of all
10094 alternatives. It's a simple way to discover the name of all available
10095 alternatives. Closes: #273406, #392429
10096 - new option --set-selections to reconfigure a set of alternatives in
10098 * Document in update-alternatives(8) how one can repair all broken
10099 alternatives with a single command. Closes: #250258, #395556
10100 * Modify dpkg-gensymbols to replace #PACKAGE# on the fly while installing
10101 symbols files so that package having libraries whose name varies between
10102 architectures do not need to hardcode the package name. Closes: #517264
10104 [ Pierre Habouzit ]
10105 * Add a --query option to update-alternatives. Closes: #336091, #441904
10107 [ Updated scripts translations ]
10108 * Polish (Wiktor Wandachowicz). Closes: #514106
10110 [ Updated man pages translations ]
10111 * Polish (Wiktor Wandachowicz). Closes: #514106
10113 [ Updated programs translations ]
10114 * Portuguese (Miguel Figueiredo).
10115 * Korean (Changwoo Ryu).
10116 * Romanian (Eddy Petri?or)
10117 * Slovak (Ivan Masár). Closes: #514490
10119 -- Guillem Jover <guillem@debian.org> Mon, 02 Mar 2009 06:13:53 +0200
10121 dpkg (1.14.25) unstable; urgency=low
10124 * Fix typo in package description (for 'provides').
10125 Thanks to Pascal De Vuyst <pascal.devuyst@gmail.com>. Closes: #510755
10126 * Do not lose conffiles while replacing them from another package on the
10127 same install run. Closes: #513857
10128 As a side effect this fixes the following symptoms:
10129 - Do not do unneeded conffile prompts when it wasn't locally changed.
10130 - Do not ensure (and thus do not output debug information) that the
10131 .dpkg-new and .dpkg-tmp directories for an existing directory do not
10132 exist. Closes: #80416
10134 [ Raphaël Hertzog ]
10135 * dpkg-deb now always produces GNU tarballs inside .deb and ignores
10136 TAR_OPTIONS. Closes: #513863
10138 [ Updated programs translations ]
10139 * Basque (Piarres Beobide). Closes: #506092, #509851
10140 * Simplified Chinese (Deng Xiyue). Closes: #506177
10141 * Traditional Chinese (Tetralet). Closes: #513312
10143 [ Updated dselect translations ]
10144 * Basque (Piarres Beobide). Closes: #509852
10145 * Norwegian Bokmål (Hans F. Nordhaug).
10146 * Portuguese (Miguel Figueiredo). Closes: #509904
10148 [ Updated scripts translations ]
10149 * Add missing space in French translation.
10150 Thanks to Cyril "Oeil de lynx" Brulebois.
10152 -- Guillem Jover <guillem@debian.org> Tue, 03 Feb 2009 00:00:41 +0200
10154 dpkg (1.14.24) unstable; urgency=low
10156 [ Raphaël Hertzog ]
10157 * Fix parsing of objdump output (by dpkg-shlibdeps) in a special case where
10158 the symbol name is separated only with a single space. Closes: #506139
10159 * Fix dpkg-shlibdeps behaviour when Build-Depends-Package is used in the
10160 symbols file. It was merging all dependency templates into the generated
10161 dependency instead of simply modifying the minimal version. Thanks to
10162 Modestas Vainius <modestas@vainius.eu>. Closes: #507346
10163 * Fix dpkg-source to correctly extract a source package even when called
10164 from a non-writable directory when a target directory has been specified
10165 on the command line. Closes: #507217, #507219
10168 * Do not allow installing packages with non-obsolete conffiles owned by
10169 other packages without a proper Replaces field. Closes: #508392
10171 [ Updated dselect translations ]
10172 * Galician (Marce Villarino). Closes: #509887
10174 [ Updated programs translations ]
10175 * Galician (Marce Villarino). Closes: #509150
10176 * Vietnamese (Clytie Siddall). Closes: #509424
10178 [ Updated scripts translations ]
10179 * Improve German translation.
10181 -- Guillem Jover <guillem@debian.org> Mon, 29 Dec 2008 05:38:31 +0100
10183 dpkg (1.14.23) unstable; urgency=low
10185 [ Raphaël Hertzog ]
10186 * Blacklist "__gnu_local_gp" symbol for dpkg-gensymbols. Closes: #500188
10187 Thanks to Thiemo Seufer <ths@debian.org>.
10188 * Important bugfix in dpkg-gensymbols for people using includes in symbol
10189 files: the current object didn't flow back from the included file to
10190 the including file.
10191 * Fix Dpkg::Version comparison code. Closes: #504135
10194 * Untangle fatal abort condition from the “too many errors” one in the
10195 archives and packages processing loop. Closes: #367226
10196 * Abort on unrecoverable fatal errors instead of continuing execution, as
10197 the recovery code assumed the execution would not be reaching it again
10198 and some times bogus update files were created either with incompletely
10199 written content or with '#padding' lines. Closes: #497041, #499070
10201 [ Updated programs translations ]
10202 * Brazilian Portuguese (Felipe Augusto van de Wiel).
10203 * Catalan (Jordi Mallach).
10204 * Czech (Miroslav Kure). Closes: #505910
10205 * French (Christian Perrier)
10206 * German (Sven Joachim).
10207 * Greek (Emmanuel Galatoulas). Closes: #498585
10208 * Japanese (Kenshi Muto).
10209 * Korean (Changwoo Ryu). Closes: #505777
10210 * Norwegian Bokmål (Hans F. Nordhaug).
10211 * Polish (Wiktor Wandachowicz).
10212 * Portuguese (Miguel Figueiredo). Closes: #505869
10213 * Russian (Yuri Kozlov). Closes: #499028, #505735
10214 * Romanian (Eddy Petri?or).
10215 * Slovak (Ivan Masár). Closes: #506024
10216 * Spanish (Javier Fernandez-Sanguino). Closes: #505836
10217 * Swedish (Peter Krefting).
10219 [ Updated scripts translations ]
10220 * Fix typo in Russian. Closes: #499736
10221 * Fix wrong translation in French. Closes: #504123
10222 * French (Christian Perrier).
10224 [ Updated man pages translations ]
10225 * German (Helge Kreutzmann).
10227 -- Guillem Jover <guillem@debian.org> Tue, 18 Nov 2008 11:50:56 +0200
10229 dpkg (1.14.22) unstable; urgency=low
10231 [ Raphaël Hertzog ]
10232 * The last "small fix" actually broke conversion of source packages to
10233 "3.0 (quilt)" format when they have local changes and no pre-existing
10234 quilt series file. Now always provide a valid name in QUILT_SERIES.
10236 * Fix permissions of the automatically generated patch in "2.0" and "3.0
10237 (quilt)" format. They were improperly set to 0600 due to tempfile()
10238 and were not reset to a sane value. Closes: #496925
10239 * Fix dpkg-gensymbols to not scan (real) directories accessed through a
10240 symlink contained in the build tree as they may well not be part of
10241 the package (with absolute symlinks). It was already skipping symlinks
10242 (since 1.14.16.6) for similar reasons.
10244 [ Updated programs translations ]
10245 * Basque (Piarres Beobide). Closes: #496753
10246 * Brazilian Portuguese (Felipe Augusto van de Wiel).
10247 * Galician (Jacobo Tarrio).
10248 * Norwegian Bokmal (Hans Fredrik Nordhaug). Closes: #497309
10249 * Swedish (Daniel Nylander and Peter Krefting).
10250 * Vietnamese (Clytie Siddall). Closes: #497893
10252 [ Updated man pages translations ]
10253 * Swedish (Peter Krefting).
10255 [ Updated scripts translations ]
10256 * Swedish (Peter Krefting).
10258 -- Raphaël Hertzog <hertzog@debian.org> Fri, 05 Sep 2008 16:54:45 +0200
10260 dpkg (1.14.21) unstable; urgency=low
10262 [ Raphaël Hertzog ]
10263 * Small fix in "3.0 (quilt)" source format when using non-standard name
10264 of the quilt series.
10265 * Handle debian.tar.gz files like diff.gz in dpkg-buildpackage and
10266 dpkg-genchanges to detect the kind of upload.
10267 * Add "armel" to /usr/share/dpkg/archtable. Closes: #487768
10268 * Modified Dpkg::BuildOptions to recognize and use spaces as separator
10269 in DEB_BUILD_OPTIONS (in order to conform with the Debian policy
10270 ruling established in #430649). Closes: #486937
10271 * Fix dpkg-source to not use -i and -I by default with "1.0" source
10272 packages. Closes: #495138
10275 * When loading the status file fix up any inconsistent package in state
10276 triggers-awaited w/o the corresponding package with pending triggers.
10277 Closes: #487637, #486843, #489068
10278 * Fix --no-act in triggers related code. Closes: #495097
10279 * Do not assert when dpkg stops processing packages due to too many
10280 errors occurred while configuring or removing packages.
10281 Thanks to Ian Jackson <ian@davenant.greenend.org.uk>. Closes: #483655
10282 * Move lzma from dpkg Suggests to Pre-Depends. Closes: #456332
10283 * Match description of -si option in dpkg-buildpackage to the one in
10284 dpkg-genchanges. Closes: #493743
10285 * Close --status-fd file descriptors on exec, so that they are not
10286 inherited by the children. Closes: #471488, #487684
10287 * State that the preferred front-end is aptitude and replace one instance
10288 of dselect usage with apt-get. Closes: #483785
10290 [ Updated man pages translations ]
10291 * French (Florent Usseil).
10292 * German (Helge Kreutzmann).
10294 [ Updated scripts translations ]
10295 * Russian (Yuri Kozlov). Closes: #490076
10296 * German (Helge Kreutzmann).
10298 [ Updated programs translations ]
10299 * Basque (Piarres Beobide). Closes: #490905
10300 * Czech (Miroslav Kure).
10301 * French (Christian Perrier).
10302 * German (Sven Joachim).
10303 * Korean (Changwoo Ryu).
10304 * Romanian (Eddy Petri?or).
10305 * Russian (Yuri Kozlov). Closes: #488689
10306 * Simplified Chinese (Deng Xiyue). Closes: #496176
10307 * Slovak (Ivan Masár). Closes: #488903, #495505
10308 * Thai (Theppitak Karoonboonyanan). Closes: #488090
10310 [ Added programs translations ]
10311 * Lithuanian (Gintautas Miliauskas). Closes: #493326
10313 [ Updated dselect translations ]
10314 * Romanian (Eddy Petri?or).
10316 -- Guillem Jover <guillem@debian.org> Tue, 26 Aug 2008 05:32:39 +0300
10318 dpkg (1.14.20) unstable; urgency=low
10321 * Change UTF-8 '©' to '(C)' in deb-version.5 (unfuzzy translations).
10322 * Document --force-breaks in 'dpkg --force-help' output.
10323 * Document triggers --debug values in dpkg.1. Thanks to Sven Joachim.
10324 * Improve package descriptions for dpkg, dpkg-dev and dselect.
10325 Thanks to Justin B Rye for the review and corrections. Closes: #484002
10326 * When dpkg-divert does renames do no check the target file if the source
10327 does not exist and the rename is thus being disabled. This also allows
10328 removing bogus diversions. Closes: #476973, #469033
10329 * Properly close triggers 'File' file, so it does not get leaked to children.
10331 [ Raphaël Hertzog ]
10332 * Add missing 'use File::Path' in Dpkg::Source::Package::V3::quilt.
10333 * Use debian/patches/debian-changes-<version> (without the trailing ".diff")
10334 as default name for the automatic patch created by the format "3.0
10335 (quilt)". This ensures a saner cohabitation with patch systems that
10336 apply all of debian/patches/*.{diff,patch}.
10337 * Improve patch parser to accept more patches that are accepted by patch
10339 * Correctly skip comments in quilt series files (concerns "3.0 (quilt)" source
10340 packages). Closes: #486323
10341 * The automatically created patches (in source package formats "2.0" and
10342 "3.0 (quilt)") will now contain "/dev/null" as previous filename when the
10343 patch creates a new file (instead of putting the same name).
10344 * Set PERL_DL_NONLZY to 1 in perl scripts that are likely to be called in
10345 package's configuration scripts to work around the perl bug #479711.
10347 [ Helge Kreutzmann ]
10348 * Fix a typo in dselect.1.
10350 [ Updated programs translations ]
10351 * Basque (Piarres Beobide). Closes: #481043
10352 * Brazilian Portuguese (Felipe Augusto van de Wiel).
10353 * Catalan (Jordi Mallach). Closes: #383448
10354 * Czech (Miroslav Kure).
10355 * French (Christian Perrier).
10356 * Galician (Jacobo Tarrio). Closes: #483441
10357 * German (Sven Joachim).
10358 * Norwegian Bokmal (Hans Fredrik Nordhaug). Closes: #480626
10359 * Polish (Wiktor Wandachowicz).
10360 * Simplified Chinese (Deng Xiyue). Closes: #483143
10361 * Swedish (Peter Karlsson).
10362 * Vietnamese (Clytie Siddall). Closes: #481199
10364 [ Updated man pages translations ]
10365 * German (Helge Kreutzmann).
10366 * Polish (Wiktor Wandachowicz).
10367 * Swedish (Peter Karlsson).
10369 [ Updated scripts translations ]
10370 * French (Christian Perrier).
10371 * German (Helge Kreutzmann).
10372 * Polish (Wiktor Wandachowicz).
10373 * Russian (Yuri Kozlov).
10374 * Swedish (Peter Karlsson).
10376 [ Updated dselect translations ]
10377 * Brazilian Portuguese (Felipe Augusto van de Wiel).
10378 * Polish (Wiktor Wandachowicz).
10380 -- Raphaël Hertzog <hertzog@debian.org> Wed, 18 Jun 2008 09:33:54 +0200
10382 dpkg (1.14.19) unstable; urgency=low
10385 * Fix a double-free by setting scontext to NULL after calling freecon.
10386 Based on a patch by Russell Coker. Closes: #474339
10387 * Add missing import of internerr in Dpkg::Source::Patch.pm.
10388 Thanks to Marco d'Itri. Closes: #479205
10389 * Consider also custom Package-Type fields when printing warnings in
10390 dpkg-gencontrol. Closes: #452273
10392 [ Raphaël Hertzog ]
10393 * Add missing import of subprocerr in Dpkg::Source::Package. Thanks to Sven
10394 Joachim for the patch.
10395 * Handle symlinks better when deciding if dpkg-source has to copy the
10396 original tarball in the current extraction directory. Closes: #475668
10397 * Fix the dpkg-source error message about unrepresentable changes to
10398 source because the type of a file changed (new and old were inverted).
10399 * Fix dpkg-genchanges to detect udeb based on Package-Type control
10400 header instead of file extension analysis on uploaded files.
10402 * Fix dpkg-source to grant correct permissions to tarballs of native
10403 source packages. Closes: #477784
10404 * Add Conflicts: devscripts (<< 2.10.26) to ensure that people are
10405 using versions of debsign/mergechanges that support the Checksums fields
10406 in *.dsc and *.changes.
10407 * Cleanup the various Conflicts/Replaces fields to remove references
10408 to package that have disappeared before sarge (this includes dpkg-doc-ja,
10409 dpkgname, and dpkg-static which has never officially been built).
10410 dpkg-iasearch has been kept as popcon still reports a few installations.
10411 * Collapsed multiple conflicts of dpkg with old versions of dpkg-dev
10412 in a single Conflicts: dpkg-dev (<< 1.14.16).
10413 * The "3.0 (quilt)" source package format now parses correctly series files
10414 with patch options and warn if something else than -p1 is used.
10415 * Change the way dpkg-source finds the perl object to use to unpack/build
10416 a source package to ignore the minor part of the Format: version.
10417 For example "1.0" and "1.1" would both map to Dpkg::Source::Package::V1
10418 instead of ::V1_0 and ::V1_1 before. Similarly "3.0 (quilt)" now maps to
10419 ::V3::quilt instead of ::V3_0::quilt.
10420 * Fix changelog parser to not fail when an unexpected changelog entry
10421 appears without the preceding heading line. Closes: #478925
10422 * Change the "2.0" and "3.0 (quilt)" source packages to refuse by default
10423 binary files in the debian sub-directory. They have to be whitelisted
10424 through debian/source/include-binaries. Closes: #473041
10425 * Make sure triggers are activated when a file is removed in a directory
10426 shared by multiple packages. Closes: #479850
10428 [ Helge Kreutzmann ]
10429 * Minor fixes and clarifications to man pages.
10431 [ Updated programs translations ]
10432 * Brazilian Portuguese (Felipe Augusto van de Wiel). Closes: #480579
10433 * Czech (Miroslav Kure).
10434 * French (Florent Ussel).
10435 * Galician (Jacobo Tarrio).
10436 * German (Sven Joachim).
10437 * Polish (Wiktor Wandachowicz).
10438 * Portuguese (Miguel Figueiredo).
10439 * Russian (Yuri Kozlov). Closes: #478827
10440 * Slovak (Ivan Masár). Closes: #478897
10441 * Swedish (Peter Karlsson).
10443 [ Updated man pages translations ]
10444 * German (Helge Kreutzmann).
10445 * Polish (Wiktor Wandachowicz).
10446 * Swedish (Peter Karlsson).
10448 [ Updated scripts translations ]
10449 * German (Helge Kreutzmann).
10450 * Polish (Wiktor Wandachowicz).
10451 * Russian (Yuri Kozlov). Closes: #479142
10452 * Swedish (Peter Karlsson).
10454 [ Updated dselect translations ]
10455 * Brazilian Portuguese (Felipe Augusto van de Wiel).
10456 * Czech (Miroslav Kure).
10457 * French (Christian Perrier).
10458 * German (Sven Joachim).
10459 * Russian (Yuri Kozlov). Closes: #478802
10460 * Slovak (Ivan Masár). Closes: #479007
10462 -- Guillem Jover <guillem@debian.org> Mon, 12 May 2008 08:33:07 +0300
10464 dpkg (1.14.18) unstable; urgency=low
10467 * Bump po4a version in Build-Depends to 0.33.1-1, as usage of UTF-8
10468 in original man pages was causing build failures. Closes: #473498
10469 * Add triggers documentation to dpkg-dev. Closes: #473449
10470 * Add deb-triggers.5 and dpkg-trigger.1 man pages, and document new
10471 statuses and options in dpkg.1.
10473 [ Raphaël Hertzog ]
10474 * When dpkg-source builds a source package of Format: 2.0 or 3.0 (quilt) it
10475 applies the patches before the build if
10476 debian/patches/.dpkg-source-applied doesn't exist. This file is created
10477 during extraction if patches are applied, and is auto-excluded from the
10478 debian tarball. This enables on-the-fly conversion of source packages from
10479 Format: 1.0 to Format: 3.0 (quilt) without manual intervention of the
10480 user. This feature can be disabled with the option --no-preparation.
10481 * The dpkg-source option --skip-patches disables application of patches
10482 during extraction of source packages using Format: 2.0 or Format: 3.0
10484 * Ensure the Files field is last in *.dsc and *.changes. This is a
10485 work-around for some braindead dsc parsers (dupload and sbuild for
10486 instance, see #473518 and #470440).
10487 * Initialize dependencies for libraries having symbols files with the
10488 smallest minimal version listed in the symbols file instead of using
10489 an unversioned dependency. It's the only way to ensure the library
10490 presence if it wasn't available in all versions of the package that ever
10491 existed. Closes: #474079
10492 * Don't use the -p option of diff for Format: 1.0 source packages.
10493 dpkg-source of sarge doesn't accept data after @@. Closes: #474417
10495 [ Updated dselect translations ]
10496 * German. (Sven Joachim).
10497 * Swedish (Peter Karlsson).
10499 [ Updated programs translations ]
10500 * Portuguese (Miguel Figueiredo).
10501 * Simplified Chinese (Deng Xiyue). Closes: #473523
10502 * Swedish (Peter Karlsson).
10503 * Vietnamese (Clytie Siddall). Closes: #473726
10505 [ Updated man pages translations ]
10506 * German (Helge Kreutzmann).
10507 * Swedish (Peter Karlsson).
10509 [ Updated scripts translations ]
10510 * German (Helge Kreutzmann).
10511 * Swedish (Peter Karlsson).
10513 -- Guillem Jover <guillem@debian.org> Tue, 08 Apr 2008 07:00:10 +0300
10515 dpkg (1.14.17) experimental; urgency=low
10518 * Replace strdup plus error checking usage with a new m_strdup function.
10520 * Add new keybinding in dselect to restore all selections back to
10521 whatever's currently installed. Closes: #151540
10522 Thanks to Colin Watson.
10523 * Use system timersub and fix timeval normalization in multiplication in
10524 start-stop-daemon. Thanks to Andreas Påhlsson. Closes: #462225
10525 * Cosmetic fixes to start-stop-daemon output and man page. Document that
10526 --chuid will change the group even if it has not been specified. Add
10527 EXIT STATUS and EXAMPLE sections to man page. Thanks to Justin Pryzby.
10528 * Add Raphaël Hertzog to Uploaders, and remove Brendan O'Dea and
10529 Christian Perrier with their permission.
10530 * Use functions from libcompat when those are not provided by the system.
10531 - Add strnlen to libcompat.
10532 - Link programs against libcompat which provides obstack. Closes: #142042
10533 * Change dpkg-gencontrol to not output the Homepage field on udeb.
10534 * Reintroduce 'no-debsig' back in dpkg.cfg to avoid failing to install any
10535 package when debsig-verify is installed. Closes: #311843
10536 * Fix some small memory leaks. Closes: #469520
10537 Thanks to Sean Finney.
10538 * Correct broken dselect logic for self-conflicting packages.
10539 Thanks to Ian Jackson.
10540 * Implement 'Breaks' properly in dselect. Closes: #448946
10541 Thanks to Ian Jackson.
10542 * Fix erroneous description of Breaks in dselect output.
10543 Thanks to Ian Jackson.
10544 * Allow compilation with --disable-nls on systems without libintl.h where
10545 a non glibc claims to be glibc. Closes: #465420
10546 * Fix crash when a .deb file becomes unreadable while dpkg is starting.
10547 Thanks to Ian Jackson. Closes: #255882
10548 * Few file descriptor cleanup and error handling fixes.
10549 Thanks to Ian Jackson. Closes: #443338
10550 * Move test suite invocation to a new check target in debian/rules.
10551 * Add support for nocheck DEB_BUILD_OPTIONS in debian/rules, so that the
10552 dpkg test suite can be skipped if desired.
10553 * Improve log and status-fd output by printing more status change updates
10554 and actions. Thanks to Ian Jackson.
10555 * Implement triggers support. Thanks to Ian Jackson.
10556 Closes: #17243, #68981, #215374, #217622, #248693, #308285
10558 [ Raphaël Hertzog ]
10559 * Add a warning displayed by dpkg-genchanges if the current version is
10560 smaller than the previous one. Closes: #4655
10561 * Add -d and -c options in dpkg-checkbuilddeps to override
10562 build-depends/conflicts. Closes: #114774
10563 * Include list of libraries in dpkg-gensymbols' warning about new/lost
10565 * Add -R option to dpkg-buildpackage so that one can replace the usual
10566 "debian/rules" by something else. Closes: #355654
10567 * Always list all binary packages in the Description: field of .changes
10568 files. It's nice for reviewers and mentors.debian.net was using this field
10569 on source only uploads to display short description of what the package is
10571 * Handle the case when the library has a different SONAME than the one used
10572 to find it. Closes: #462413
10573 * Fix Dpkg::Version and Dpkg::Fields::Object to import _g() from
10574 Dpkg::Gettext. Thanks to Adam Heath and Olivier Berger for spotting
10575 this. Closes: #465651
10576 * Change PATH during make check to look into build directories containing
10577 dpkg and the related scripts. Thanks to Mike Frysinger. Closes: #466957
10578 * Some lintian cleanup:
10579 - add overrides for some useless I: tags
10580 - drop unused overrides
10581 - updated several manual pages to fix hyphen-used-as-minus-sign
10582 - fixed manpage-has-errors-from-man in several manual pages
10583 - removed empty debian/dpkg.prerm
10584 * Removed old upgrade code from dpkg's preinst and postinst which only
10585 concerns upgrading from dpkg version older than the one in oldstable
10586 already. And thus we get rid of old the last usage of read in those
10587 scripts (fixes lintian's warning read-in-maintainer-script).
10588 * Removed sorting of dependencies in dpkg-gencontrol and dpkg-source. But
10589 kept it for all other fields (Enhances, Conflicts, Replaces, Breaks,
10590 Build-Conflicts and Build-Conflicts-Indep).
10591 * Instead changed dpkg-shlibdeps to sort the dependencies generated in
10592 ${shlibs:*} variables.
10593 * Changed the logic of simplification of dependencies: if any dependency
10594 must be discarded due to another dependency appearing further
10595 in the field, the superseding dependency will take the place of the
10596 discarded one. Added a test case for this.
10597 * dpkg-shlibdeps properly accounts usage of symbols provided by private
10598 libraries without SONAME. Closes: #469838
10599 * Add a new warning to dpkg-shlibdeps when a library NEEDED is in fact
10600 not used by any of the binaries analyzed. Closes: #472332
10601 * Add a new --warnings=<value> option to select the set of warnings to
10602 activate. By default, do not activate the warning about useless
10603 libraries at the binary level (instead the new warning above is activated
10604 by default: it's less strict and more useful).
10605 * dpkg-source has been heavily refactored to make it easier to support
10606 multiple source package formats. Several new source package formats have
10608 - the format "2.0" is the original wig&pen
10609 - the format "3.0 (quilt)" is based on 2.0. It uses a tarball for the
10610 debian directory and can thus include binary files. Binaries
10611 outside of the debian directory can be also included if they
10612 are listed in debian/source/include-binaries (and option
10613 --include-binaries will generate this file automatically).
10614 Closes: #4588, #4628
10615 - thus it will also preserve timestamps on Debian-provided
10616 documentation like README.Debian. Closes: #366555
10617 - it handles an explicit series of patches and the patch can thus be
10618 named without constraints. Patches can contain arbitrary
10619 headers/comments between file chunks. Closes: #363018
10620 - it ignores changes on a number of temporary and VCS-specific files
10621 by default. Closes: #203792, #323909
10622 - the patches in debian/patches can remove files. Closes: #12564
10623 - the patches are applied at unpack time. Closes: #463048
10624 - the formats "3.0 (quilt/native)" don't include VCS directories by
10625 default. Closes: #435126
10626 - the format "3.0 (custom)" can be used to create a source package
10627 containing arbitrary files. It's useful for helper tools that can
10628 generate the files by themselves in a more efficient way
10629 (like all the *-buildpackage tools). Closes: #246918
10630 - the formats "3.0 (git/bzr)" are experimental formats based
10631 on corresponding VCS repositories. Thanks to Joey Hess and Colin Watson
10633 * dpkg-source has a new --no-check option. It disables GPG check and
10634 checksums checks. Closes: #220758
10635 * dpkg-shlibdeps is now able to look into directories containing libraries
10636 used by cross-built binaries provided that the right environment variable
10637 are set. Closes: #453267
10638 * Change default value of LDFLAGS (set by dpkg-buildpackage) to ''
10639 instead of '-Wl,-Bsymbolic-functions'. It's safer at this point of the
10641 * dpkg-buildpackage will set PKG_CONFIG_LIBDIR (but not override an existing
10642 value) in case of cross-compilation so that pkgconfig finds .pc files
10643 in the directory specific to the target architecture. Closes: #439979
10645 [ Frank Lichtenheld ]
10646 * Add a warning in dpkg-buildpackage if the build-dependencies are not
10647 satisfied during -S. Closes: #445552
10648 * Add a missing space in the German scripts translation. Closes: #463398
10649 * Add improved deb-shlibs.5 manual page by Zack Weinberg. Closes: #466135
10650 * dpkg-buildpackage exports some build related environment variables
10651 now. Based on a patch by Matthias Klose. Closes: #465282
10652 (See dpkg-buildpackage(1) and https://wiki.ubuntu.com/DistCompilerFlags
10654 * Add support for use of SHA1 and SHA256 checksums in .dsc and
10655 .changes files. Information will be available in Checksums-Sha{1,256}
10656 fields. .changes format version increased to 1.8.
10657 * Link dselect against libncursesw. Closes: #466321
10658 * Forward port a patch from the old changelog parser to the new
10659 one that got lost during the transition. '+' and '.' can now
10660 be used in distribution names yet again. Reported by dann frazier.
10663 [ Updated programs translations ]
10664 * Korean (Changwoo Ryu).
10665 * Polish (Robert Luberda).
10666 * Romanian (Eddy Petrişor).
10667 * Slovak (Ivan Masár). Closes: #471342
10668 * Swedish (Peter Karlsson).
10669 * Thai (Theppitak Karoonboonyanan). Closes: #468916
10671 [ Updated man pages translations ]
10672 * German (Helge Kreutzmann).
10673 * Polish (Robert Luberda).
10674 * Swedish (Peter Karlsson).
10676 [ Updated dselect translations ]
10677 * Basque (Piarres Beobide). Closes: #462403
10679 [ Updated scripts translations ]
10680 * German (Helge Kreutzmann).
10681 * Polish (Robert Luberda).
10682 * Swedish (Peter Karlsson).
10684 [ Updated dselect translations ]
10685 * Polish (Robert Luberda).
10686 * Romanian (Eddy Petrişor).
10688 -- Guillem Jover <guillem@debian.org> Sun, 30 Mar 2008 12:48:22 +0300
10690 dpkg (1.14.16.6) unstable; urgency=medium
10692 * Let dpkg-gensymbols skip directories which are just symlinks when scanning
10693 the package build dir.
10694 * Bump urgency to medium to compensate lost days in testing migration due to
10695 the two last uploads.
10697 -- Raphaël Hertzog <hertzog@debian.org> Sat, 26 Jan 2008 19:20:40 +0100
10699 dpkg (1.14.16.5) unstable; urgency=low
10701 * Fix dpkg-gensymbols handling of #include so that one can include multiple
10702 times the same file and have it properly taken into account.
10703 * Add many armel-specific symbols to dpkg-gensymbols' blacklist.
10706 -- Raphaël Hertzog <hertzog@debian.org> Thu, 24 Jan 2008 14:20:10 +0100
10708 dpkg (1.14.16.4) unstable; urgency=low
10710 * Import capit in Dpkg::Cdata from Dpkg::Fields. Closes: #462172
10712 -- Guillem Jover <guillem@debian.org> Wed, 23 Jan 2008 08:44:32 +0200
10714 dpkg (1.14.16.3) unstable; urgency=low
10716 [ Raphaël Hertzog ]
10717 * Remove the ":utf8" layer that utf8-encodes already valid utf8.
10719 * Disable variable substitution in dpkg-genchanges. Closes: #462079, #462089
10722 * Make start-stop-daemon set the supplementary groups if the real user or
10723 group are different than the ones we should switch to. Closes: #462075
10724 * Fix segfault in start-stop-daemon when using --group w/o --chuid (as
10725 a side effect, using --group alone works for the first time in years).
10727 * Fix timeout computations for start-stop-daemon --retry option. This has
10728 not worked properly for a long time (maybe never), but came to light
10729 due to #460903's fix. Closes: #462104
10731 -- Guillem Jover <guillem@debian.org> Tue, 22 Jan 2008 23:39:59 +0200
10733 dpkg (1.14.16.2) unstable; urgency=low
10735 * Change uid after changing gid and initializing supplementary groups in
10736 start-stop-daemon. Closes: #462018
10737 * Change temporary dpkg Breaks on dpkg-dev (= 1.14.13) and (= 1.14.14)
10738 to Conflicts, so that users from etch can upgrade to sid (or lenny
10739 once dpkg has migrated).
10741 -- Guillem Jover <guillem@debian.org> Tue, 22 Jan 2008 13:05:22 +0200
10743 dpkg (1.14.16.1) unstable; urgency=low
10745 * Add libtimedate-perl to dpkg-dev's Depends and to Build-Depends.
10746 Reported by Aurelien Jarno. Closes: #461875
10748 -- Frank Lichtenheld <djpig@debian.org> Mon, 21 Jan 2008 12:48:51 +0100
10750 dpkg (1.14.16) unstable; urgency=low
10753 * Add build-essential as an implicit Build-Depends in dpkg-checkbuilddeps.
10755 * Add build-essential to dpkg-dev Recommends.
10756 * Do not warn about unrecognized Homepage field in binary package stanzas
10757 in dpkg-genchanges and dpkg-source. Closes: #460309
10758 * Do not use the enoent helper binary, and use perl POSIX module instead.
10759 * Keep checking for the process when start-stop-daemon is called with
10760 --retry even if the daemon removed the pidfile. Closes: #460903
10761 Thanks to Justin Pryzby for the analysis.
10762 * Make --quiet silence --test in start-stop-daemon. Closes: #367998
10763 * Check current uid and gid in start-stop-daemon before calling setuid,
10764 setgid and initgroups. Closes: #222524
10765 Based on a patch by Samuel Thibault.
10766 * Remove unimplemented --test option from update-alternatives.
10767 Closes: #392432, #461247
10768 * Additionally check if errno is EEXIST after rmdir(2), as SUSv3 specifies
10769 that on non-empty directories it can either return that or ENOTEMPTY.
10770 This fixes run time problems on Solaris.
10771 * Fix start-stop-daemon --help output to state that --name is one of the
10772 possible required options to use. Closes: #354999
10773 * Demote dselect from priority important to optional. Closes: #461327
10774 * Fix portability issues on HP-UX, by not using backticks inside double
10775 quotes in m4 files. Closes: #24514
10776 * Switch Maintainer address to <debian-dpkg@lists.debian.org> from
10778 * Add README.feature-removal-schedule describing the features to be removed
10779 and README.api describing the provided APIs.
10781 [ Frank Lichtenheld ]
10782 * Make the -L option of dpkg-parsechangelog actually work (it's
10783 only been eleven years...)
10784 * Import the code from my external Parse::DebianChangelog as
10785 Dpkg::Changelog and Dpkg::Changelog::Debian. Using this
10786 from parsechangelog/debian adds the following requested
10788 - Option to use a non-lossy format. Closes: #95579
10789 - Various options to better control how many entries
10790 should be displayed. Closes: #226932
10792 [ Raphaël Hertzog ]
10793 * Replaced all the remaining code in controllib.pl by new modules. All
10794 scripts have been adjusted to use the new modules and controllib.pl has
10796 * The code to parse debian/control is available in a perl module
10797 Dpkg::Control. Closes: #26554
10798 * Temporarily add a Breaks: dpkg-dev (= 1.14.13), dpkg-dev (= 1.14.14) on
10799 dpkg for the convenience of sid users. Closes: #459815
10800 * Update dpkg-source(1) to explain better what the directory after -b is.
10802 * Also force version in ${binary:Version} if dpkg-gencontrol -v<version>
10803 is used. That way we're consistent with the definition of that variable
10804 in deb-substvars(5). Closes: #433477
10805 * Add support of Dm-Upload-Allowed field. Closes: #453400
10806 * Fix dpkg-shlibdeps' filtering of duplicated dependencies in fields of
10807 lesser priority (when -d is used).
10808 * Fix behaviour of dpkg-shlibdeps when the same binary was passed multiple
10809 times for use in different dependency fields (-d option).
10810 * Change logic of -si option of dpkg-genchanges to include the original
10811 tarball only if the current upstream version differs from the upstream
10812 version of the previous changelog entry. Replaces the heuristic based
10813 on revision number (-0, -0.1 or -1). Closes: #28701
10814 * Some code refactoring on dpkg-genchanges and bug fixes in the generation
10815 of the Description: field. As a result, source only uploads will no more
10816 have Description fields.
10817 * Add support of wildcard entries in symbols files. This makes it much
10818 simpler to write symbols files for well managed libraries but in that case
10819 dpkg-gensymbols can't check any more if symbols have disappeared.
10822 [ Updated man pages translations ]
10823 * Fix typo in French. Closes: #460021
10824 * German (Helge Kreutzmann).
10826 [ Updated programs translations ]
10827 * Basque (Piarres Beobide). Closes: #459565
10828 * French (Christian Perrier).
10829 * German, Basque, Norwegian Bokmål, Swedish, Vietnamese, Simplified Chinese,
10830 Galician unfuzzied.
10831 * Russian (Yuri Kozlov). Closes: #460708
10833 [ Updated scripts translations ]
10834 * Russian (Yuri Kozlov). Closes: #460709
10835 * Swedish (Peter Karlsson).
10837 -- Guillem Jover <guillem@debian.org> Mon, 21 Jan 2008 10:00:45 +0200
10839 dpkg (1.14.15) unstable; urgency=low
10841 [ Raphaël Hertzog ]
10842 * Make sure {dpkg-dev,dselect}.preinst are included in the source tarball.
10844 * Blacklist armel-specific symbols in dpkg-gensymbols. Reported by Riku
10845 Voipio. Closes: #457964
10846 * Fix typos in various manpages. Patch from A. Costa. Closes: #458276
10847 * Make dpkg-shlibdeps choose the right symbols files when we have several
10848 debian/*/DEBIAN/symbols for a given soname. Closes: #458860
10849 * Add a -S<pkgbuilddir> option to dpkg-shlibdeps to indicate a package build
10850 tree to scan first when trying to find a needed library.
10851 * Change dpkg-gensymbols to mark symbols that disappeared with #MISSING
10852 instead of #DEPRECATED, it's clearer for people.
10853 * Fix Dpkg::Shlibs::Objdump to properly take into account R_*_COPY
10854 relocations. Closes: #454036
10855 * Explain better the order in which postinst/prerm scripts are called
10856 between a package and its dependencies. Thanks to Nicolas François and
10857 Helge Kreutzmann for their suggestions. Closes: #379641
10858 * Fix Dpkg::BuildOptions so that dpkg-buildpackage doesn't double all
10859 options in DEB_BUILD_OPTIONS when called with the -j parameter.
10863 * Move compression related variables to a new Dpkg::Compression module.
10864 * Remove disabled, obsolete and quite incomplete Hebrew translations.
10865 * Revert dpkg-dev versioned dependency bump on dpkg >= 1.14.13 back to
10866 >= 1.14.6, as the compression variables are now in a module in dpkg-dev.
10867 * Do not display garbage in dselect on monochrome terminals, by setting
10868 a missing ncurses character attribute. Closes: #155741, #157093
10869 Thanks to Sven Rudolph.
10870 * Do not loop endlessly in dselect with very long package descriptions.
10871 Closes: #179320, #342495
10872 Thanks to John Zaitseff.
10873 * Ignore wrapped lines in install-info when matching section titles.
10875 Thanks to Andreas Metzler and Ian Zimmerman.
10876 * Do not use strdup for execvp arguments. Closes: #379027
10877 * Do not print 'failed to kill' warning in start-stop-daemon when polling
10878 the pid. Closes: #157305, #352554
10879 Thanks to Samuel Thibault.
10880 * Properly print build message in dpkg-buildpackage for lzma and bzip2
10881 compressed sources. Closes: #458519
10882 * Promote bzip2 Recommends to Depends for dpkg-dev. Closes: #458521
10883 * Add lzma to dpkg-dev Depends.
10884 * Do not automatically enable -j if DEB_BUILD_OPTIONS contains parallel=n,
10885 and allow overriding its value from the environment. Closes: #458589
10886 * Fix Dpkg::BuildOptions to parse all options in DEB_BUILD_OPTIONS, so
10887 that dpkg-buildpackage called with -j preserves unrecognized options.
10888 * Fix several signed vs unsigned value comparisons that were making some
10889 code to never be executed.
10891 [ Updated programs translations ]
10892 * French (Christian Perrier).
10893 * German (Sven Joachim). Closes: #459223
10894 * Norwegian Bokmål (Hans Fredrik Nordhaug). Closes: #457918, #458732
10895 * Simplified Chinese (Deng Xiyue). Closes: #459018
10896 * Swedish (Peter Karlsson).
10897 * Vietnamese (Clytie Siddall). Closes: #459016
10899 [ Updated scripts translations ]
10900 * French (Christian Perrier).
10901 * Swedish (Peter Karlsson).
10903 [ Updated man pages translations ]
10904 * Swedish (Peter Karlsson).
10906 -- Guillem Jover <guillem@debian.org> Mon, 07 Jan 2008 12:12:16 +0200
10908 dpkg (1.14.14) unstable; urgency=low
10910 * Fix override disparity: set priority of dselect to important.
10911 * Add libio-string-perl to Build-Depends as it's needed by a non-regression
10912 test (fix FTBFS, thus a quick upload).
10913 * Make dpkg-dev depend on dpkg (>= 1.14.13) as the latest Dpkg.pm is needed
10916 -- Raphaël Hertzog <hertzog@debian.org> Thu, 27 Dec 2007 11:20:38 +0100
10918 dpkg (1.14.13) unstable; urgency=low
10920 [ Frank Lichtenheld ]
10921 * Add an own manpage for Dpkg's version format. Mostly stolen
10922 from policy. Closes: #373003
10923 * Fix control file parsing for field values starting with a colon.
10924 Apparently nobody ever needed this until Vcs-Cvs came along.
10926 * Copy the usr/share/doc directory to dpkg-dev and dselect (Instead
10927 of using symlinks). The space requirements are minimal and adding
10928 the needed dependencies to comply with policy would be way more
10929 inconvenient. Pointed out by Rene Engelhard. Closes: #452730
10930 * Allow more than one arch and more than one type of a package
10931 in debian/files. Parts of the patch by Goswin von Brederlow
10932 and Bastian Blank. Closes: #356299, #377400, #229143
10933 * Allow building only architecture independent packages (-A).
10934 Closes: #109794, #200454
10935 * Bump Standards-Version to 3.7.3 (no changes)
10937 [ Raphaël Hertzog ]
10938 * When dpkg-shlibdeps finds a lib in a directory which is just a symlink to
10939 another directory that is also considered, remember the other directory
10940 name as the canonical one. Closes: #453885
10941 * dpkg-shlibdeps doesn't warn any more about libm.so.6 being unused if the
10942 binary is also linked against libstdc++ since g++ always add an implicit
10943 -lm. Closes: #454616
10944 * Included files in symbols files (via #include) do no more need to repeat
10945 the header line. Closes: #455260
10946 * Tweak the sort algorithm between dependencies so that intervals
10947 are displayed as "a (>= 1), a (<< 2)" instead of the opposite.
10949 * Extend format of symbols files to support arbitrary fields of
10950 meta-information. First field is Build-Depends-Package used to extract the
10951 version requirement possibly encoded in the Build-Depends field and make
10952 sure that the generated dependency is at least as strict as this one.
10953 * Fix dpkg-gensymbols to not update version info of a deprecated symbol.
10955 * Fix dpkg-source's behaviour with options -sk -sK -sp -sP. Closes: #457784
10958 * Ignore the man pages when building without NLS support. Closes: #457673
10959 * Fix perl warnings:
10960 - Check for undefined values when reading from the alternative db.
10961 * Properly handle symlinks for alternatives with nonexistent slave links.
10962 Closes: #76295, #246906, #433567, #451872, #220044, #392440, #441021
10964 Based on a patch by Daniel Leidert <daniel.leidert@wgdd.de>.
10965 * Fail when diverting to a non existent directory. Closes: #245562
10966 Thanks to Flavio Stanchina <flavio@stanchina.net>.
10967 * Refactor update-alternatives.
10969 [ Updated programs translations ]
10970 * French (Christian Perrier, as this was trivial).
10971 * Spanish (Javier Fernández-Sanguino Peña). Closes: #456984
10972 * Swedish (Peter Karlsson).
10974 [ Updated man pages translations ]
10975 * German (Helge Kreutzmann).
10976 * Swedish (Peter Karlsson).
10978 [ Updated scripts translations ]
10979 * French (Frédéric Bothamy).
10980 * German (Helge Kreutzmann).
10981 * Japanese (Kenshi Muto). Closes: #455841
10982 * Swedish (Peter Karlsson).
10984 -- Guillem Jover <guillem@debian.org> Thu, 27 Dec 2007 09:16:45 +0200
10986 dpkg (1.14.12) unstable; urgency=low
10988 [ Raphaël Hertzog ]
10989 * Add -I<file> option to dpkg-gensymbols to force the usage of a specific
10991 * Dpkg::Shlibs::find_library() now returns canonicalized paths.
10992 * dpkg-shlibdeps always tries the realpath() of a lib as fallback when
10993 trying to identify the package of a lib (and not only for symlinks).
10994 * dpkg-shlibdeps doesn't fail any more if it can't find unversioned
10995 libraries on the presumption that they are just private libraries. Outputs
10997 * Expand the dpkg-shlibdeps manual page with explanations concerning
10999 * The environment variable DPKG_GENSYMBOLS_CHECK_LEVEL can be used to force
11000 dpkg-gensymbols to use a precise level of checks. Closes: #452022
11003 * Define several private functions and variables as static.
11004 * Move extern declarations to header files and stop defining them as extern.
11005 * Unify parsing of Section and Priority in dpkg-gencontrol with Homepage.
11006 * Switch dpkg-scanpackages to use the new Dpkg::ErrorHandling and
11007 Dpkg::Versions modules.
11009 -- Guillem Jover <guillem@debian.org> Thu, 29 Nov 2007 06:14:09 +0200
11011 dpkg (1.14.11) unstable; urgency=low
11013 [ Raphaël Hertzog ]
11014 * dpkg-shlibdeps now ignores the lack of dependency information in some
11015 specific cases (instead of failing):
11016 - when the library is in the same package than the binary analyzed
11017 - when the library is not versioned and can't have a shlibs file
11018 * dpkg-shlibdeps now only displays 10 warnings about symbols not found for
11019 each binary and a count of skipped warnings. Closes: #452318
11020 * dpkg-shlibdeps: optimize "dpkg -S" lookups by caching results, patch
11021 from Aaron M. Ucko <ucko@debian.org>. Closes: #452577
11024 * Fix dpkg-scanpackages to properly support an optional override file.
11027 -- Guillem Jover <guillem@debian.org> Sat, 24 Nov 2007 07:19:02 +0200
11029 dpkg (1.14.10) unstable; urgency=low
11031 [ Raphaël Hertzog ]
11032 * dpkg-shlibdeps now correctly identify private libraries (avoid many
11033 warnings with perl/python modules). Closes: #452338
11034 * Move capit() to a Dpkg::Fields module and use it in dpkg-shlibdeps.
11036 * Add more debug messages to dpkg-shlibdeps to ease collecting information
11037 in case of problems.
11038 * dpkg-shlibdeps now accepts again empty dependencies in shlibs files.
11039 * dpkg-shlibdeps will try harder to identify packages providing a library
11040 by looking up dpkg -S on the realpath of any symlink to a library.
11042 * dpkg-source now correctly identifies the extension of the
11043 orig.tar.{gz,bz2,lzma} file and won't unexpectedly create "Format: 2.0"
11047 * Add support for Package-Type in dpkg-name.
11048 * Restore cross compilation support by honoring the environment host and
11049 arch variables to override the default values on the dpkg-dev scripts.
11051 [ Updated man pages translations ]
11052 * Swedish (Peter Karlsson)
11054 [ Added scripts translations ]
11055 * Swedish (Peter Karlsson)
11057 -- Guillem Jover <guillem@debian.org> Fri, 23 Nov 2007 06:32:27 +0200
11059 dpkg (1.14.9) unstable; urgency=low
11061 [ Raphaël Hertzog ]
11062 * Fix bad behaviour of Dpkg::Path::get_pkg_root_dir() and adjust
11063 dpkg-shlibdeps accordingly. Closes: #452012
11064 * Fix Dpkg::Deps to accept empty fields. Closes: #452013
11066 [ Updated man pages translations ]
11067 * German (Helge Kreutzmann).
11069 -- Guillem Jover <guillem@debian.org> Tue, 20 Nov 2007 07:15:41 +0200
11071 dpkg (1.14.8) unstable; urgency=low
11073 [ Raphaël Hertzog ]
11074 * Heavy rework of dpkg-shlibdeps:
11075 - Support "symbols" files to generate finer-grained dependencies.
11076 Those files can be created by the new dpkg-gensymbols command.
11078 - Uses now all paths in RPATH (instead of only the first).
11080 - Support parsing include directives in /etc/ld.so.conf. Closes: #431597
11081 - Libraries are also searched in the public directories of packages
11082 being built and thus debian/shlibs.local can effectively define
11083 dependencies for libraries that are being built. Closes: #80340
11084 - "symbols" files use the full SONAME as key instead of splitting it in
11085 (name, version) like in the "shlibs" format. This allows binaries to
11086 be linked with unversioned libraries and not fail. Note that
11087 unversioned libraries are still a very bad idea. Closes: #48208
11088 - dpkg-shlibdeps now supports '-x<package>' options that can be used to
11089 exclude packages from generated dependencies (use with care though).
11090 Closes: #41907, #109954
11091 - If dpkg-shlibdeps doesn't find any dependency information for a
11092 shared library that is actively used, then it will fail. This can be
11093 disabled with the option '--ignore-missing-info'. Closes: #10807
11094 * Switch perl programs to use the new Dpkg::Deps module. This changes the
11095 behaviour of dpkg-gencontrol and dpkg-source which will rewrite and
11096 simplify dependencies and build dependencies as possible. Multiple
11097 dependencies on the same package are replaced by their intersection.
11098 Closes: #178203, #186809, #222652
11100 [ Frank Lichtenheld ]
11101 * Add $(MAKE) check to build target
11102 * Allow using other compressions than gzip on dpkg-source -b
11103 (NOTE: this will result in a Format: 2.0 source package!).
11105 * Various small fixes to the manpages suggested by Helge Kreutzmann.
11107 * Fix Dpkg::BuildOptions (and thereby dpkg-buildpackage) to really
11108 set DEB_BUILD_OPTIONS. Found by Daniel Shepler. Closes: #446119
11109 * Change some ' in shell code in dpkg-source.1 and dpkg-query.1 to
11110 proper \(aq. Reported by Daniel van Eeden. Closes: #447476
11113 * Use shipped perl modules when calling perl programs at build time.
11114 * Switch perl programs to use the new Dpkg::ErrorHandling and Dpkg::Arch
11116 * Add support for format strings in Dpkg::ErrorHandling functions.
11117 * Move build and host arch detection code from dpkg-architecture to
11119 * Add initial udeb support:
11120 - Support new fields Package-Type, Subarchitecture, Kernel-Version
11121 and Installer-Menu-Item. Closes: #383916
11122 - New '--type' option for dpkg-scanpackages.
11123 * Make dpkg-dev Conflict on dpkg-cross << 2.0.0 which was sourcing
11124 dpkg-buildpackage expecting it to be a shell script. Closes: #445852
11125 * Get rid of undefined macros from man pages. Thanks to Colin Watson
11128 [ Updated dselect translations ]
11129 * Czech (Miroslav Kure).
11131 [ Added programs translations ]
11132 * Thai (Theppitak Karoonboonyanan). Closes: #446501
11134 [ Updated programs translations ]
11135 * Czech (Miroslav Kure).
11136 * Galician (Jacobo Tarrio). Closes: #446624
11137 * Polish (Robert Luberda).
11138 * Russian (Yuri Kozlov). Closes: #446278
11140 [ Updated man pages translations ]
11141 * German (Helge Kreutzmann). Closes: #448354
11142 * Polish (Robert Luberda).
11143 * Swedish (Peter Karlsson).
11145 [ Added scripts translations ]
11146 * German (Helge Kreutzmann). Closes: #448353
11148 [ Updated scripts translations ]
11149 * Polish (Robert Luberda).
11150 * Swedish (Peter Karlsson).
11152 -- Guillem Jover <guillem@debian.org> Mon, 19 Nov 2007 10:36:30 +0200
11154 dpkg (1.14.7) unstable; urgency=low
11157 * Add back $dpkglib into @INC, needed by the controllib.pl require in
11158 822-date. Closes: #440962
11159 * Document in dpkg-scanpackages that apt now requires Packages.bz2 in
11160 preference to Packages.gz. Closes: #440973
11161 * Stop recognizing the obsolete Optional field when building packages.
11162 * Use fakeroot, if present, by default to gain root privileges in
11164 * Fix typos in dpkg-deb.1 and start-stop-daemon.8. Closes: #441051
11165 Thanks to A. Costa.
11166 * After '<prerm> remove' fails and while doing the error unwinding, if
11167 the '<postinst> abort-remove' call succeeds, preserve the old status
11168 instead of unconditionally setting it to 'Installed'. Closes: #432893
11169 Thanks to Brian M. Carlson.
11170 * Add Vcs-Browser and Vcs-Git fields to debian/control.
11171 * Add a Homepage field to debian/control (to be changed later when
11172 there's a more formal site).
11173 * Allow comparing unsupported architectures for equality and identity.
11174 Based on a patch by Frank Lichtenheld. Closes: #427210
11175 * Document Origin and Bugs fields in deb-control.5. Closes: #173463
11176 * Do not replace substvars for build dependencies (it was not supported
11179 [ Frank Lichtenheld ]
11180 * Add _MTN to dpkg-source -i default regex. Suggested by Jari Aalto.
11181 * Convert dpkg-buildpackage to a Perl script.
11182 Fix some bugs in the new script detected in experimental:
11184 * dpkg-buildpackage accepts a -j<n> option now which will set
11185 MAKEFLAGS(-j<n>) and DEB_BUILD_OPTIONS(parallel=<n>) accordingly.
11186 parallel=<n> in DEB_BUILD_OPTIONS will be passed to MAKEFLAGS as
11187 well. Based on an idea by Robert Millan. Closes: #440636
11188 * Allow dpkg-source -I without a pattern which will load a default
11189 list of pattern similar to -i without regexp. Patch by
11190 Jari Aalto. Closes: #440972
11191 * Rework documentation of dpkg-source's -i and -I options.
11192 Closes: #323911, #440956
11193 * Add --utf8-strings to gpg call in dpkg-buildpackage since
11194 that seems to be the better default. Suggested by Székelyi Szabolcs.
11196 * Let dpkg-buildpackage error out early if the version number from
11197 the changelog is not a valid Debian version. Closes: #216075
11198 * Fix dpkg-source to create correct diffs for files with spaces in
11199 their name (apparently we don't have many of those ;).
11200 Based on a patch by Marcel Toele. Closes: #445380
11202 [ Updated programs translations ]
11203 * Basque (Piarres Beobide). Closes: #440859
11204 * Danish (Claus Hindsgaul). Closes: #441106
11205 * French (Frédéric Bothamy).
11206 * German (Sven Joachim). Closes: #440537
11207 * Nepali (Shiva Prasad Pokharel). Closes: #437825
11208 * Portuguese (Miguel Figueiredo). Closes: #441113
11209 * Romanian (Eddy Petrişor).
11210 * Vietnamese (Clytie Siddall). Closes: #440502
11211 * Korean (Sunjae Park). Closes: #443190
11213 [ Updated man pages translations ]
11214 * German (Helge Kreutzmann).
11215 * Swedish (Peter Karlsson).
11216 * Korean (Sunjae Park). Closes: #443191
11218 [ Updated scripts translations ]
11219 * Correct a typo in the French translation. Closes: #443276
11220 * Swedish (Peter Karlsson).
11222 -- Guillem Jover <guillem@debian.org> Mon, 08 Oct 2007 07:31:34 +0300
11224 dpkg (1.14.6) unstable; urgency=low
11226 [ Frank Lichtenheld ]
11227 * Synchronise usage information of dpkg, dpkg-deb, and
11228 dpkg-query man pages. This fixes some small mistakes
11229 and also Closes: #321520
11232 * Man pages cleanup:
11233 - Some italics and bold fixes.
11234 - Unify ellipsis, argument separator, and remove redundant program name
11235 preceding the options.
11236 - Substitute 'FILES' header with 'SEE ALSO' in dpkg-buildpackage(1),
11237 and remove leftover string from man page split. Closes: #439306
11238 - Split option descriptions so that it gets easier to distinguish.
11239 - Unify author and copyright information formatting.
11240 * Move variables automatically modified at build time for the perl scripts
11241 to a new style perl module (Dpkg) and make all programs use it.
11242 * Switch 'dpkg-gettext.pl' to a new style perl module (Dpkg::Gettext).
11243 * Implement support for Breaks field. Closes: #379140
11244 Thanks to Ian Jackson.
11245 * Run the deconfiguration of each package to be deconfigured once, instead
11246 of once per each conflicting package being removed. Closes: #378003
11247 Thanks to Ian Jackson.
11248 * Do not segfault when the result from a 'dpkg-query -l' is bigger than
11249 the total number of current packages, and do not produce repeated
11250 results with overlapping patterns on 'dpkg-query -W'. Closes: #428427
11251 * Tightening dpkg-dev versioned Depends to dpkg 1.14.6, and dpkg Conflicts
11252 against << dpkg-dev 1.14.6, where the perl modularization started.
11253 * Do not print empty lines after 'Setting up ...' output. Closes: #392317
11254 * When a slave alternative is inapplicable do not attempt to create the
11255 slave link before removing it again. Closes: #411699
11256 Thanks to Ian Jackson.
11257 * Do not consider it a file conflict if the package contains a symlink
11258 to a directory where the existing symlink on-disk points to the
11259 same place. Closes: #377682
11260 Thanks to Ian Jackson.
11261 * Fix perl warnings:
11262 - When removing a non diverted file with dpkg-divert. Closes: #438416
11263 * Implement support for Homepage field. Closes: #142324
11264 * Ignore XB- fields instead of XC- fields from control file binary package
11265 stanzas in dpkg-genchanges.
11266 * Explicitly ignore all known fields from the control file source package
11267 stanza in dpkg-genchanges, instead of leaving unknown fields unwarned.
11268 * Implement support for Vcs-Browser, Vcs-Arch, Vcs-Bzr, Vcs-Cvs, Vcs-Darcs,
11269 Vcs-Git, Vcs-Hg, Vcs-Mtn and Vcs-Svn fields in control file source
11271 * Implement support for Tag field.
11273 [ Updated scripts translations ]
11274 * French (Frédéric Bothamy, Christian Perrier).
11275 * Swedish (Peter Karlsson).
11277 [ Updated programs translations ]
11278 * Dzongkha (Tshewang Norbu). Closes: #430931
11279 * Nepali (Shiva Prasad Pokharel). Closes: #435353
11280 * Polish (Robert Luberda).
11281 * Russian (Yuri Kozlov). Closes: #436147
11282 * Swedish (Peter Karlsson).
11284 [ Updated dselect translations ]
11285 * Russian (Yuri Kozlov). Closes: #436149
11286 * Swedish (Peter Karlsson).
11288 [ Updated man pages translations ]
11289 * German (Helge Kreutzmann).
11290 * Polish (Robert Luberda).
11291 * Swedish (Peter Karlsson).
11293 -- Guillem Jover <guillem@debian.org> Wed, 05 Sep 2007 07:36:02 +0300
11295 dpkg (1.14.5) unstable; urgency=low
11298 * Add lpia support to ostable and triplettable.
11299 * Fix dpkg-source to not emit duplicated entries for the Architecture field
11301 * Fix dpkg-scanpackages to load the override file after having filled the
11302 packages information. Closes: #428169, #428470
11303 * Add '.shelf' to the default dpkg-source -i regex. Closes: #427827
11304 Thanks to Adeodato Simó.
11305 * Support a colon separated list of paths from the ELF RPATH field in
11306 dpkg-shlibdeps. Thanks to Jiří Paleček. Closes: #427988
11307 * Man pages cleanup:
11308 - Reference deb-substvars(5) instead of dpkg-substvars(5). Closes: #429182
11309 - Mark dpkg-* commands in bold.
11310 - Unify title header.
11311 - Remove an additional space in install-info(8) and mark gzip in bold
11312 and remove redundant reference to GNU.
11313 - Fix explanation of dpkg-source '-b' option, remove a reference to
11314 checking for a missing empty string argument, and add a reference
11315 to '-sX' arguments affecting the behavior. Closes: #428167
11316 - Remove documented dpkg-gencontrol options in dpkg-source left over
11317 from the man pages split.
11319 [ Frank Lichtenheld ]
11320 * Fix typo in German translation of start-stop-daemon(8).
11321 Noted by Joachim Breitner. Closes: #430008
11322 * Correct permission and owner/group handling when extracting
11323 tar balls to match more the user's preferences instead of
11324 ours or the ones from the originator of the tar ball. Patch
11325 by Ian Jackson. Closes: #390915, #207289
11326 * dpkg-source warns now about new empty files since those will
11327 not be represented in the diff. Closes: #383394
11329 [ Updated dselect translations ]
11330 * French (Christian Perrier).
11331 * Romanian (Eddy Petrişor).
11333 [ Updated programs translations ]
11334 * Estonian (Ivar Smolin). Closes: #427589
11335 * Portuguese (Miguel Figueiredo).
11336 * Romanian (Eddy Petrişor).
11337 * Spanish (Javier Fernandez-Sanguino). Closes: #429958
11339 [ Updated man pages translations ]
11340 * German (Helge Kreutzmann).
11342 -- Frank Lichtenheld <djpig@debian.org> Tue, 03 Jul 2007 00:27:07 +0200
11344 dpkg (1.14.4) unstable; urgency=low
11347 * Fix perl warnings:
11348 - When unpacking a source package with -sp from a different directory
11349 than the one containing the tarball. Closes: #424998
11350 * Remove an unused variable in dpkg-statoverride by renaming it to the
11351 initially intended name. Closes: #425041
11352 * Fix loose regex in dpkg-source (/\.debian.tar/ -> /\.debian\.tar/).
11353 Thanks to Kylan Robinson. Closes: #425629
11354 * Revert change on 1.14.0 from Aaron M. Ucko. Trim down duped entries only
11355 when passing them to dpkg-query instead. Closes: #425641
11356 * Recognize again architecture wildcards. Closes: #424670
11358 [ Updated programs translations ]
11359 * Basque (Piarres Beobide). Closes: #425776
11360 * French (Frédéric Bothamy).
11361 * Galician (Jacobo Tarrío).
11363 -- Guillem Jover <guillem@debian.org> Thu, 24 May 2007 19:30:26 +0300
11365 dpkg (1.14.3) unstable; urgency=low
11368 * Fix perl warnings:
11369 - In dpkg-genchanges when called with -S. Closes: #423193
11370 - In architecture comparison operations. Closes: #423452
11371 - Fill slavepaths undefined entries with an empty string to guarantee
11372 they are always defined. Closes: #423140, #423451, #423544, #423555
11373 * Include the new split man pages deb-substvars.5, deb-override.5 and
11374 deb-shlibs.5 in dpkg-dev.
11375 * Fix deb-substvars.5 section to match reality.
11376 * Refactor update-alternatives.
11377 * Fix dpkg-divert to work again w/o specifying the '--divert' and
11378 '--package' or '--local' options. Closes: #423864
11379 * Document in install-info.8 that when no '--section' option is specified,
11380 install-info will try to use the INFO-DIR-SECTION entry from the info
11381 file. Add missing commas. Thanks to Kurt B. Kaiser. Closes: #397737
11382 * Disambiguate in install-info.8 the use of 'Info directory' with
11383 'Info dir file'. Closes: #420766
11384 * Document in deb-control.5 that the control file can have '#'-style
11385 comments. Closes: #406481
11386 * Make start-stop-daemon fork twice while daemonizing.
11388 [ Updated scripts translations ]
11389 * French (Frédéric Bothamy). Closes: #423392
11391 [ Updated programs translations ]
11392 * French (Christian Perrier).
11393 * German (Sven Joachim). Closes: #423401
11395 [ Updated dselect translations ]
11396 * German (Sven Joachim). Closes: #423403
11398 -- Guillem Jover <guillem@debian.org> Tue, 15 May 2007 16:02:59 +0300
11400 dpkg (1.14.2) unstable; urgency=low
11403 * Remove bashisms in dpkg-buildpackage. Closes: #422239
11404 * Handle case in update-alternatives when there's no existing alternative
11405 to configure. Closes: #260987, #353252, #367717, #392431
11406 * Add solaris support to ostable and triplettable. Closes: #361866
11407 * Properly create the generic name symlink in update-alternatives for new
11408 alternatives. Closes: #422979
11409 * Include translations again, which disappeared due to a dirty source tree
11410 and a bogus Makefile.am for the man pages. Closes: #423029, #423085
11412 -- Guillem Jover <guillem@debian.org> Wed, 09 May 2007 22:22:45 +0300
11414 dpkg (1.14.1) unstable; urgency=low
11417 * Fix partial upgrades by tightening dpkg-dev versioned Depends to
11418 dpkg 1.14.0, and dpkg Conflicts against << dpkg-dev 1.14.0, where
11419 the triplettable support first appeared. Closes: #422848
11421 -- Guillem Jover <guillem@debian.org> Tue, 08 May 2007 18:23:49 +0300
11423 dpkg (1.14.0) unstable; urgency=low
11426 * Make the copyright information in dpkg-deb.1 and dpkg-split.1 match the
11427 one in the source. Thanks to Nicolas François. Closes: #379320
11428 * Allow dpkg-buildpackage to properly override '-b' when passed after '-B'.
11429 Thanks to Julian Gilbey. Closes: #397479
11430 * Move retrieval of uid and gid information from controllib.pl into a
11431 function, so that scripts not needing it do not execute that code.
11432 Based on a patch by Riku Voipio. Closes: #396884
11433 * Do not bail out in dpkg when building without start-stop-daemon support,
11434 by checking if the macro value is true instead of it being defined.
11435 Thanks to Mark Rosenstand.
11436 * Make all perl scripts use strict and warnings, to ease catching errors.
11437 * Refactor update-alternatives code, with the side effect that now commands
11438 on non existing link group files will return an error code (except
11439 for --remove, now). Closes: #273407
11440 * Add a missing newline to a warning message in dpkg. Closes: #390914
11441 Thanks to Ian Jackson.
11442 * Fix typo in variable name in dpkg-source which was causing it to not
11443 create directories when extracting the diff. Closes: #374645
11444 * Fix up and down keystrokes in the dselect help message. Closes: #383438
11445 Thanks to Sven Joachim.
11446 * Convert 822-date to be a simple wrapper around 'date -R'. 822-date is
11447 now deprecated and should not be used anymore. It might be removed
11448 sometime in the future. Closes: #31634, #367712, #314462
11449 Thanks to Frank Lichtenheld.
11450 * Add '.gitignore' to the default dpkg-source -i regex. Closes: #409566
11451 Thanks to Julien Cristau.
11452 * Add '.hg' to the default dpkg-source -i regex. Closes: #414794
11453 * Use l10n-friendlier strings to describe dependencies. Closes: #390916
11454 Thanks to Ian Jackson.
11455 * Change priority for dpkg-dev from standard to optional to match the
11457 * Do not use a build-stamp in debian/rules.
11458 * Fix confusing bottom status lines in dselect, unifying them by removing
11459 the method or package name and capitalizing. Closes: #9085
11460 * Check proper error value returned by BZ2_bzerror. Closes: #410605
11461 * Exit with an error instead of an assert if a file name is too long when
11462 building a .deb package. Closes: #393069
11463 * Exit with an error instead of an assert if the number of conflictors is
11464 exceeded. Remove bogus comments. Closes: #377855
11465 * Fix regular expression special-casing Origin, Bugs and Maintainer fields
11466 which was making X[SBC]- fields containing such strings to propagate into
11467 the .deb control file unprocessed. Thanks to Colin Watson.
11468 * Add support for '--admindir' in dpkg-buildpackage, dpkg-checkbuilddeps
11469 and dpkg-shlibdeps. Closes: #162348
11470 * Cleaning and format unification of manual pages.
11471 * Make the override-file argument to dpkg-scanpackages optional.
11472 * Refactor compression filtering code.
11473 * Split override file information from dpkg-scanpackages.1 into
11474 deb-override.5 manual page.
11475 * Split dpkg-source.1 into independent man pages, namely deb-substvars.5,
11476 deb-shlibs.5, dpkg-buildpackage.1, dpkg-distaddfile.1, dpkg-genchanges.1,
11477 dpkg-gencontrol.1, dpkg-parsechangelog.1 and dpkg-shlibdeps.1.
11478 * Support building binary packages with the member data.tar.lzma compressed
11480 * Require gettext 0.16.1.
11481 * Show the epoch (if present) when displaying package versions.
11482 Closes: #107449, #179913, #345594, #393924, #405668
11483 Based on a patch by Jeffrey W. Baker.
11484 * Switch from pseudo-tags to usertags, and update the documentation.
11485 * Fix typo in German dpkg man page. Closes: #416167
11486 Thanks to Martin Weis.
11487 * Properly sort Uploaders field in generated .dsc files.
11488 * Reorder a bit the fields in output files.
11489 * Speed up dpkg-shlibdeps by avoiding doing a dpkg-query for duped
11490 libraries. Thanks to Aaron M. Ucko. Closes: #421290
11491 * Generalize source architecture handling by abstracting it through the new
11492 Debian triplet and the new triplettable.
11493 * Add armel support to ostable and triplettable. Closes: #414087
11495 [ Updated programs translations ]
11496 * Dutch (Bart Cornelis).
11497 * French (Frédéric Bothamy).
11498 * Polish (Robert Luberda).
11499 * Romanian (Eddy Petrişor).
11500 * Simplified Chinese (Anthony Wong). Closes: #415320
11501 * Traditional Chinese (Anthony Wong). Closes: #415230
11503 [ Added programs translations ]
11504 * Estonian added (Ivar Smolin). Closes: #422404
11505 * Kurdish added (Erdal Ronahi). Closes: #418154
11506 * Marathi added (Priti Patil). Closes: #416810
11508 [ Updated man pages translations ]
11509 * German (German l10n team). Closes: #418528
11510 * Polish (Robert Luberda).
11512 [ Updated dselect translations ]
11513 * Dutch (Bart Cornelis).
11514 * Polish (Robert Luberda).
11516 -- Guillem Jover <guillem@debian.org> Tue, 08 May 2007 11:11:50 +0300
11518 dpkg (1.13.25) unstable; urgency=low
11521 * Fix year 2018 in changelog for Michael Alan Dorman's upload in 1998,
11522 which was confusing the changelog parsers. Closes: #402526
11523 * Document in its man page that update-alternatives requires cooperation
11524 from all packages dealing with the specific file. Closes: #396338
11525 Thanks to Tomas Pospisek <tpo_deb@sourcepole.ch>.
11526 * Require POSIX inside subprocerr in controllib.pl. Closes: #390636
11527 Thanks to Brendan O'Dea <bod@debian.org>.
11528 * Support extracting lzma compressed source and binary packages,
11529 and add a Suggests on package lzma. Closes: #347715
11530 * Add '/emul/ia32-linux' biarch paths to dpkg-shlibdeps. Closes: #403216
11531 * Remove non-modified /etc/dpkg/dpkg.cfg configuration file when upgrading
11532 from versions 1.9.21 through 1.10.28, to avoid getting prompted about
11533 conffile changes. Closes: #398061
11535 [ Updated programs translations ]
11536 * Chinese (Traditional, Asho Yeh).
11537 * Korean (Sunjae Park). Closes: #394135, #404938
11538 * Norwegian Bokmal (Hans Fredrik Nordhaug). Closes: #391143
11539 * Nepali (Shiva Prasad Pokharel).
11540 * Romanian (Eddy Petrişor).
11541 * Catalan (Jordà Polo).
11542 * Swedish (Peter Karlsson).
11543 * Vietnamese (Clytie Siddall). Closes: #399343
11545 [ Added programs translations ]
11546 * Punjabi (A S Alam).
11548 [ Updated scripts translations ]
11549 * Catalan (Jordi Mallach).
11551 [ Updated dselect translations ]
11552 * Korean (Sunjae Park). Closes: #404943
11554 -- Guillem Jover <guillem@debian.org> Tue, 2 Jan 2007 00:23:57 +0200
11556 dpkg (1.13.24) unstable; urgency=low
11559 * Fix dselect segfault by adding a field description matching the
11560 dependency field enum position. Closes: #392731, #392724
11562 [ Updated programs translations ]
11563 * Nepali (Shiva Prasad Pokharel). Closes: #373728
11565 -- Guillem Jover <guillem@debian.org> Fri, 13 Oct 2006 16:34:39 +0300
11567 dpkg (1.13.23) unstable; urgency=low
11570 * Add initial support for the Breaks field, by parsing but rejecting it.
11571 Thanks to Ian Jackson <iwj@ubuntu.com>. Closes: #375703
11572 * Use dpkg-architecture from the source tree to get the target Debian
11573 architecture, instead of duplicating the logic in the m4 files.
11574 * Remove comment headers in dselect/helpmsgs.{cc,h} about the files being
11575 autogenerated, replace them with a proper license and copyright comment.
11577 * Add a new line at the end of m4/compiler.m4 file, to cope with an
11578 autoreconf failure due to the new m4 1.4.7.
11580 [ Nicolas François ]
11581 * Specify --null before the -T tar's option to avoid the "tar: -: file name
11582 read contains nul character" warning.
11583 Closes: #376351, #375749, #376724, #377279
11585 [ Added programs translations ]
11586 * Dzongkha (Kinley Tshering).
11588 [ Updated programs translations ]
11589 * Basque (Piarres Beobide). Closes: #375118
11590 * Brazilian Portuguese (Andre Luis Lopes).
11591 * Catalan (Robert Millan, Jordi Mallach). Closes: #383448
11592 * Czech (Miroslav Kure).
11593 * Danish (Claus Hindsgaul).
11594 * Dutch (Bart Cornelis).
11595 * Dzongkha (Tenzin Dendup). Closes: #388192
11596 * French (Frédéric Bothamy).
11597 * Galician (Jacobo Tarrio).
11598 * German (Sven Joachim). Closes: #381409, #381740
11599 * Hungarian (SZERVÁC Attila).
11600 * Italian (Stefano Canepa, Davide Viti). Closes: #387821
11601 * Japanese (Kenshi Muto). Closes: #386963
11602 * Khmer (Khoem Sokhem). Closes: #375099
11603 * Portuguese (Miguel Figueiredo, Rui Branco).
11604 * Romanian (Eddy Petrişor).
11605 * Russian (Yuri Kozlov). Closes: #376746, #391143
11606 * Slovak (Peter Mann). Closes: #387282
11607 * Spanish (Javier Fernandez-Sanguino). Closes: #386759
11608 * Swedish (Daniel Nylander). Closes: #383643
11609 * Vietnamese (Clytie Siddall). Closes: #383588
11611 [ Added scripts translations ]
11612 * Catalan (Jordi Mallach).
11613 * French (Philippe Batailler).
11615 [ Updated dselect translations ]
11616 * Brazilian Portuguese (Andre Luis Lopes).
11617 * Catalan (Robert Millan, Jordi Mallach).
11618 * Danish (Claus Hindsgaul).
11619 * German (Sven Joachim). Closes: #384843
11620 (Sven is now the new German translation maintainer for dpkg and dselect).
11621 * Hungarian (SZERVÁC Attila).
11622 * Indonesian (Arief S Fitrianto). Closes: #391144
11623 * Italian (Stefano Canepa).
11624 * Japanese (Kenshi Muto).
11625 * Norwegian Bokmål (Hans Fr. Nordhaug).
11626 * Russian (Yuri Kozlov).
11627 * Slovak (Peter Mann).
11628 * Spanish (Javier Fernández-Sanguino Peña). Closes: #391144
11629 * Swedish (Daniel Nylander).
11630 * Vietnamese (Clytie Siddall).
11632 [ Updated man pages translations ]
11633 * French (Philippe Batailler).
11634 * German (Helge Kreutzmann). Closes: #379030
11636 [ Added man pages translations ]
11637 * German (Helge Kreutzmann).
11638 Closes: #379286, #379298, #379417, #379433, #379661, #379798, #379825
11639 Closes: #379985, #380130, #380239, #380365, #381047, #380660, #380443
11640 Closes: #381349, #381488
11641 * Japanese (KISE Hiroshi).
11642 Closes: #381141, #381865, #384768, #385675, #386965, #388837
11644 -- Guillem Jover <guillem@debian.org> Thu, 12 Oct 2006 02:56:09 +0300
11646 dpkg (1.13.22) unstable; urgency=low
11649 * Version the po4a Build-Depends to >= 0.23 as we are using options
11650 introduced in that version. Thanks to Sergio Gelato. Closes: #370536
11651 * Add '.bzrtags' directory to default dpkg-source -i regex.
11652 Suggested by Adeodato Simó. Closes: #370392
11653 * Print update-alternatives '--config' listing layout evenly spaced.
11655 * Clarify the legend in update-alternatives '--help' (Andrew Ferrier).
11657 * Add the source version inside parenthesis to the Source field in the
11658 generated .changes and binary packages if the binary package version
11659 differs (like in binNMUs). Closes: #62529
11660 * Add missing comment serving as documentation about abort-remove on
11661 removal in dpkg.postinst (Justin Pryzby). Closes: #372145
11662 * Fix typo in dpkg-deb manpage (Robert Luberda). Closes: #373999
11663 * Clarify dpkg-architecture new options '-e' and '-i' in man page, add
11664 backward compatibility information and give some examples.
11665 Thanks for the initial suggestions to Junichi Uekawa. Closes: #370830
11666 * Modified some strings to be able to merge them in the .pot files.
11667 * Add new '--umask' option to start-stop-daemon. Closes: #368003
11669 [ Frank Lichtenheld ]
11670 * dpkg-source issued spurious warnings about fields defined with
11671 XB-. They now get correctly suppressed. Closes: #374154
11672 * Give a correct warning when the user requested an unknown
11673 sign command that we will default to a pgp style interface.
11676 [ Updated programs translations ]
11677 * Romanian (Eddy Petrişor).
11678 * Galician (Jacobo Tarrio).
11679 * French (Christian Perrier).
11680 * Swedish (Peter Karlsson).
11681 * Basque (Piarres Beobide). Closes: #373107
11682 * Polish (Robert Luberda).
11683 * Catalan (Guillem Jover).
11685 [ Added programs translations ]
11686 * Nepali (Paras Pradhan). Closes: #373728
11688 [ Updated dselect translations ]
11689 * Simplified Chinese (Kov Tchai). Closes: #366260
11691 [ Updated man pages translations ]
11692 * Polish (Robert Luberda).
11694 [ Christian Perrier ]
11695 * Typo fix in update-alternatives ("alternativse"). Thanks to Eddy Petrisor
11696 for spotting it. Translations unfuzzied.
11697 * Make similar messages in dpkg-statoverride and dpkg-divert exactly similar
11698 Thanks to Eddy Petriso for spotting them, again.
11700 -- Guillem Jover <guillem@debian.org> Wed, 21 Jun 2006 18:03:29 +0300
11702 dpkg (1.13.21) unstable; urgency=low
11705 * Disambiguate error message about conflicting command line actions by
11706 providing both long and short option names. Based on a suggestion by
11707 Josip Rodin. Closes: #45575
11708 * Add '/lib32' and '/usr/lib32' to the dpkg-shlibdeps library path search
11709 list. Closes: #367892
11710 * Revert usage of English perl non-essential module from install-info.
11711 Closes: #369928, #369958, #370157, #370174, #370210
11712 * Print the correct file being parsed by dpkg-parsechangelog's debian
11713 parser. Closes: #368961
11714 * Fix dependency cycle breaking in the case when every link involves
11715 a Provides (Ian Jackson). This is a proper fix for #349442.
11718 [ Updated programs translations ]
11719 * Czech (Miroslav Kure).
11720 * Vietnamese (Clytie Siddall).
11722 -- Guillem Jover <guillem@debian.org> Sun, 4 Jun 2006 19:02:44 +0300
11724 dpkg (1.13.20) unstable; urgency=low
11726 [ Frank Lichtenheld ]
11727 * Add gettext support for the Perl scripts. Based on a patch by
11728 Nicolas François. Closes: #165843
11729 * Only print usage information of dpkg-scanpackages on stdout
11730 if requested explicitly. Use stderr in case of error.
11732 * Add remarks to dpkg-scansources and dpkg-scanpackages
11733 man pages about the need to compress the generated files
11734 to be able to access them via apt. Closes: #65839
11735 * Allow '+' and '.' in distribution names in Debian changelogs.
11736 Based on a patch by John Wright.
11738 * Use the Debian keyring in dpkg-source when checking signatures
11739 of .dsc files, if available. Closes: #364726
11740 * Let dpkg-buildpackage pass through all remotely sensible
11741 -sX options to dpkg-source (-s[nsAkurKUR] currently).
11743 * Improve the description of --showformat in dpkg-deb
11744 man page and add a pointer to the complete description
11745 of the option in dpkg-query.
11746 * Don't spew out garbage from dpkg-deb, if the second argument
11747 to -I is a absolute filename. Based on a patch by Ian Eure.
11749 * Fix --ignore-depends argument value parsing. Closes: #169125
11750 * Completely remove md5sum diversion madness. Instead, we Pre-Depend
11751 on a version of textutils which provides /usr/bin/md5sum. We rely on
11752 the logic in coreutils to remove our diversions. Patch by
11753 Ian Jackson. Closes: #315784, #313605
11754 * Try harder to detect dependency cycles that contain Provides
11755 links. Closes: #349120, #349442
11756 * Update archtable to reflect current archive: Add amd64 and remove
11757 sh. Closes: #367329
11758 * Don't claim in dpkg man page that we set DPKG_OLD_CONFFILE and
11759 DPKG_NEW_CONFFILE on sub shells since we actually don't.
11760 * Fix printing of user defined fields with --showformat and
11761 document the existence of this feature in dpkg-query man page.
11762 * Make --forget-old-unavail more reliable by deleting architecture
11763 information of removed packages. Patch by Piotr Engelking.
11765 * When building packages with dpkg-deb give a more useful error
11766 message in case a conffile entry has leading whitespace. Patch
11767 by David Lopez Moreno. Closes: #281562
11768 * Don't drop directories that contain our conffiles too early from
11769 our file listing. Otherwise we might leave them behind on purge
11770 if we share them with other packages.
11771 Closes: #174180, #198128, #198522, #318825, #366178
11773 [ Nicolas François ]
11774 * Fix typos in the Russian man pages. Thanks to Stepan Golosunov.
11776 * Honour tabbing requested via --showformat even if the field to
11777 be printed is empty. Closes: #361671
11778 * Flush the terminal's input before prompting what to do with a
11779 configuration file. Closes: #316551
11780 * Fix the --force-depends-version option. Closes: #57104
11783 * Standardize scripts usage output format and at the same time make
11784 the strings easier for the translators. Add '--help' and '--version'
11785 for most of the scripts. Print the usage and version to stdout.
11786 * Do not strip the epoch from the source:Upstream-Version substvar.
11788 * Properly check and report lock file existence in install-info.
11789 Based on patch by Ben Pfaff. Closes: #368874
11790 * Correct default info directory for '--infodir' in install-info man
11791 page (Ben Pfaff). Closes: #368875
11792 * Print the bogus version and prefix the error message with 'dpkg: '
11793 when using '--compare-versions'. Closes: #369177
11794 * Remove duplicated string " , at changelog " in dpkg-parsechangelog's
11795 debian style parser (Julian Gilbey). Closes: #369205
11796 * Update the Section and Priority fields in the status file from the
11797 new packages. We assume that the information from the binary package
11798 is correct, otherwise it should be fixed there to match the archive
11799 override file (Koblinger Egmont).
11800 Closes: #54529, #58106, #81171, #230610, #237622, #237626
11801 * Bump Standards-Version to 3.7.2 (no changes needed).
11802 * Add lintian overrides for dpkg, dpkg-dev, dselect and sources.
11803 * Replace logrotate installation logic with dh_installlogrotate.
11805 [ Updated programs translations ]
11806 * Portuguese (Miguel Figueiredo).
11807 * Polish (Robert Luberda).
11808 * Hungarian (SZERVÁC Attila).
11809 * Romanian (Eddy Petrişor).
11810 * Russian (Yuri Kozlov). Closes: #366353
11811 * Czech (Miroslav Kure).
11812 * Simplified Chinese (Kov Tchai). Closes: #366985
11813 * Swedish (Peter Karlsson).
11814 * Galician (Jacobo Tarrio).
11815 * Slovak (Peter Mann).
11816 * Dutch (Bart Cornelis).
11817 * Basque (Piarres Beobide). Closes: #366185
11819 [ Updated dselect translations ]
11820 * Polish (Robert Luberda).
11821 * Basque (Piarres Beobide). Closes: #366187
11822 * Czech (Miroslav Kure).
11823 * Romanian (Eddy Petrişor).
11825 [ Updated man pages translations ]
11826 * Polish (Robert Luberda).
11828 -- Guillem Jover <guillem@debian.org> Wed, 31 May 2006 07:43:16 +0300
11830 dpkg (1.13.19) unstable; urgency=low
11832 [ Frank Lichtenheld ]
11833 * Add -follow (back) to find call in dpkg-scanpackages.
11835 * Fix error in archive.c that lead to a infinite loop when
11836 installing files with long, non-ASCII filenames in
11837 certain locales. Closes: #346436
11839 [ Updated programs translations ]
11840 * French (Christian Perrier).
11841 * Galician (Jacobo Tarrio).
11842 * Romanian (Eddy Petrişor).
11843 * Dutch (Bart Cornelis).
11844 * Swedish (Peter Karlsson).
11845 * Danish (Claus Hindsgaul). Closes: #362317
11846 * Czech (Miroslav kure).
11847 * Vietnamese (Clytie Siddall). Closes: #363264
11848 * Spanish (Javier Fernández-Sanguino Peña). Closes: #357911
11849 * Basque (Piarres Beobide). Closes: #363683, #363679
11850 * Japanese (Kenshi Muto). Closes: #365334
11852 [ Updated dselect translations ]
11853 * Romanian (Eddy Petrişor).
11854 * Galician (Jacobo Tarrio).
11855 * French (Christian Perrier).
11856 * Dutch (Bart Cornelis).
11858 [ Nicolas Francois ]
11859 * Generate the Russian man pages in the KOI8-R charset. Closes: #361987
11860 * Document the shlibs.local format in dpkg-source(1). Closes: #316485
11861 * Fix a typo in an error message. Thanks to Justin Pryzby. Closes: #364539
11864 * Fix strings so that they can be more easily translated. Closes: #134358
11865 * Add new substvars source:Version, source:Upstream-Version and
11866 binary:Version so packages will be able to avoid breaking on binNMUs.
11867 Based on a patch by Ken Bloom and Jeroen van Wolffelaar. Closes: #358530
11868 * Support binNMU safe packages even when source and binary differ in
11870 * Rename dpkg:UpstreamVersion to dpkg:Upstream-Version. Make dpkg:Version
11871 and dpkg:Upstream-Version get the current dpkg versions instead of the
11872 ones from the package being built.
11873 * Split usage strings to make it easier for translators when those change.
11875 * Standardize start-stop-daemon usage output format.
11876 * Make install-info '--dir-file' option compatible with GNU install-info
11877 by renaming the infodir variable to dirfile and not appending the
11878 '/dir' string except when initializing from '--info-dir' or
11879 '--infodir' (Wayne Davison). Closes: #61640, #67237, #286275
11880 * Make install-info add a new line after adding the last entry at the
11881 end of the dir file, which makes the info readers able to see those
11882 last entries (Nicolas François). Closes: #164495
11883 * Use the numerical value of errno instead of a string in install-info
11884 when checking if the locking error was due to an already existing
11885 file, which is locale dependent, and die accordingly. Based on a patch
11886 by Nicolas François. Closes: #199204, #210781
11887 * Escape hyphens in man pages.
11888 * Bump Standards-Version to 3.7.1.
11889 * Wrapped debian/control fields except Uploaders given current policy.
11891 -- Guillem Jover <guillem@debian.org> Thu, 4 May 2006 14:05:21 +0300
11893 dpkg (1.13.18) unstable; urgency=low
11895 [ Updated programs translations ]
11896 * Romanian (Sorin Batariuc). Closes: #356664
11897 * Danish (Claus Hindsgaul). Closes: #356188
11898 * Polish (Robert Luberda).
11899 * Dutch (Bart Cornelis).
11901 [ Updated dselect translations ]
11902 * Spanish (Javier Fernández-Sanguino Peña). Closes: #357912
11903 * Danish (Claus Hindsgaul). Closes: #356188
11904 * Polish (Robert Luberda).
11905 * Russian (Yuri Kozlov). Closes: #361415
11907 [ Updated man pages translations ]
11908 * Typos corrected in French dpkg-source man page
11909 Thanks to Nicolas Bonifas who spotted them
11910 * Russian completed. Thanks to Yuri Kozlov.
11913 [ Christian Perrier ]
11914 * Correct typos in man pages. Thanks to A. Costa for spotting them
11915 Closes: #358091, #358092, #358093, #358094, #358095
11918 * Add a '[!]' in --force-all help denoting that it is a dangerous option.
11920 * Prefix any chroot path to the exec file name when stating it in
11921 start-stop-daemon. Closes: #318771, #333066
11922 * Add '-r' to the help output of start-stop-daemon (Jared Spiegel).
11924 * Use mustsetvar when setting the value of the sversion variable in
11925 dpkg-buildpackage (Andrew Suffield). Closes: #158953
11926 * Pass '--admindir' option over to dpkg-query when passing '--admindir' or
11927 '--root' to dpkg (initial patch by Branden Robinson).
11928 Closes: #153305, #271041, #282853, #307715, #355915
11929 * Support system library directories in dpkg-shlibdeps symlinked from
11930 '/lib/ldconfig'. Closes: #356452
11931 * Document that 'dpkg --get-selections' and 'dpkg-query -l' without a
11932 pattern will not list packages in state purge. Closes: #355633
11933 * Obsolete force/refuse 'auto-select' dpkg option.
11934 * Add new '--clear-selections' option to dpkg (Andrew Suffield).
11936 * Use '--clear-selections' in the dpkg man page example on how to transfer
11937 the status to another installation. Closes: #137442
11939 -- Guillem Jover <guillem@debian.org> Mon, 10 Apr 2006 06:40:22 +0300
11941 dpkg (1.13.17) unstable; urgency=low
11943 [ Frank Lichtenheld ]
11944 * Fix handling of -DArchitecture=foo in dpkg-gencontrol. Closes: #251911
11945 * Handle architectures in all dependency fields in debian/control,
11946 even those of binary packages. Closes: #252657, #324741, #347819
11947 * More dpkg-scanpackages fixes (--arch option handling). Closes: #353506
11950 * Add missing parentheses surrounding a man page section reference
11951 in the dpkg-source man page (Matt Kraai). Closes: #353731
11952 * Fix misspelling of "occurred" in dpkg-gencontrol and dpkg-source
11953 (Matt Kraai). Closes: #353949
11954 * Major cleanup of manpages, by using properly the bold and italic
11955 attributes and other embellishments.
11956 * Add dpkg-query(1) in the SEE ALSO section in dpkg(1). Closes: #354643
11957 * Don't try to compile in SELinux support on GNU/kFreeBSD amd64.
11958 * Add new quiet option to dpkg-source to suppress warnings. Closes: #355065
11959 * Do not expand architecture aliases anymore in .dsc files.
11960 * Change start-stop-daemon's --exec behavior again on GNU/Linux to compare
11961 the referred file pointed by the '/proc/<pid>/exe' symlink, stripping
11962 any ' (deleted)' string and stating the result. Closes: #354867
11964 [ Updated man pages translations ]
11965 * Polish (Robert Luberda). Closes: #353782
11966 * French (Philippe Batailler).
11968 [ Updated dselect translations ]
11969 * Hungarian (Szervác Attila).
11970 * Dutch (Bart Cornelis).
11971 * Czech (Miroslav Kure).
11973 [ Updated programs translations ]
11974 * Italian (Lele Gaifax)
11975 * Simplified Chinese (Carlos Z.F. Liu).
11976 * Portuguese (Miguel Figueiredo).
11977 * Dutch (Bart Cornelis).
11978 * Hungarian (Szervác Attila).
11979 * Czech (Miroslav Kure).
11980 * Russian (Yuri Kozlov). Closes: #357724
11982 -- Guillem Jover <guillem@debian.org> Mon, 20 Mar 2006 03:33:03 +0200
11984 dpkg (1.13.16) unstable; urgency=low
11986 * The "not really a brown paper bag needed but it's close" release
11989 * Move auxiliary autotools scripts to config/.
11990 * Require gettext 0.14.5.
11991 * Move the methods directory to dselect/methods, so the contents will not
11992 be installed if dselect is not to be built.
11993 * Move dselect gettext strings to its own domain provided now by the
11996 [ Frank Lichtenheld ]
11997 * Fix override handling in dpkg-scanpackages which was broken in
11998 1.13.14 and .15. Closes: #353305
11999 * Make -isp the default behaviour of dpkg-gencontrol as it is
12000 always used anyway these days. Suggested by Matthew Vernon.
12002 * Typo fixes in man pages by A. Costa:
12003 - dpkg-deb.1 Closes: #353424
12004 - dpkg-statoverride.8 Closes: #353425
12005 - install-info.8 Closes: #353426
12006 - start-stop-daemon.8 Closes: #353427
12007 - update-alternatives.8 Closes: #353428
12008 - dpkg.1, dpkg.cfg.5 Closes: #353429
12010 -- Frank Lichtenheld <djpig@debian.org> Sat, 18 Feb 2006 17:59:00 +0100
12012 dpkg (1.13.15) unstable; urgency=low
12015 * Add a missing closing parenthesis in a dpkg string (Jordi Mallach).
12017 [ Christian Perrier ]
12018 * Updated translations:
12019 - Brazilian Portuguese (Andre Luis Lopes). Closes: #352432
12020 - Galician (Jacobo Tarrio). Closes: #352443
12022 [ Updated translations ]
12023 * Catalan (Jordi Mallach).
12024 * Portuguese (Miguel Figueiredo).
12025 * Swedish (Daniel Nylander).
12027 [ Added translations ]
12028 * Hungarian (Szervác Attila).
12030 [ Added man pages translations ]
12031 * Hungarian (Szervác Attila): dpkg.cfg.5 and dselect.cfg.5.
12033 -- Frank Lichtenheld <djpig@debian.org> Wed, 15 Feb 2006 23:37:40 +0100
12035 dpkg (1.13.14) experimental; urgency=low
12038 * Make start-stop-daemon print the proper version instead of 'VERSION'.
12039 * Set the HOME environment variable when using the --chuid switch in
12040 start-stop-daemon. Closes: #295169, #267784
12041 * Cleanup and unify program usage and version output, make it more i18n
12042 friendly. Fix wrong gettext usage with interparsed macros.
12043 Thanks to Changwoo Ryu for noticing. Closes: #237915
12044 * Mark some strings as translatable (Changwoo Ryu). Closes: #256387
12045 * Remove a trailing 'C' character from update-alternatives manpage.
12046 * Use pkg-config to get the proper flags to link against libselinux.
12047 Add a Build-Dependency on pkg-config, tighten libselinux1-dev to
12048 at least version 1.28-4 which provides a .pc file, and remove
12049 libsepol1-dev as libselinux1-dev is Depending on it.
12050 * Add command descriptions in the synopsis, and add a usage example for
12051 -f in the dpkg-query manpage. Thanks for the initial patch to
12052 Philippe Batailler. Closes: #352091
12053 * Document about the default log file, the behavior in case of multiple
12054 --log options and add a reference to dpkg.cfg manpage in the dpkg manpage.
12055 Thanks to James R. Van Zandt. Closes: #350440
12056 * Escape ` and ' in manpages otherwise they are converted to quotation
12057 marks, which makes cut and paste not work. Thanks to Denis Barbier.
12060 [ Frank Lichtenheld ]
12061 * Let dpkg-source ignore comments in the hunk header as used by
12062 diff -p (Anand Kumria). Closes: #344880
12063 * Let dpkg-buildpackage create a .changes file even if signing the
12064 .dsc file failed. This makes it easier to just sign the package
12065 later (Julian Gilbey). Closes: #217963
12066 * Change heuristics of dpkg-buildpackage's gpg check to allow for
12067 more complex setups (Julian Gilbey). Closes: #163061
12068 * Add files and dirs used by bzr to default dpkg-source -i regex
12069 (maximilian attems). Closes: #345164
12070 * Add .git directory to default dpkg-source -i regex.
12071 Suggested by Hans Ulrich Niedermann. Closes: #351885
12072 * dpkg-scanpackages can now output Packages files with multiple
12073 versions of a single package (Don Armstrong). Closes: #229589.
12074 * dpkg-scanpackages outputs help when given the --help or -h option
12075 (Don Armstrong). Closes: #319541
12076 * Document dpkg-scanpackage -m in man page.
12077 * Let warn dpkg-source if more than one -sX option was given and
12078 document the behaviour in this case in the man page.
12080 * Make dpkg-source -b more robust regarding to existing symlinks
12081 by creating new files in a secure manner. Closes: #178839, #338591
12082 * Fix some semantic errors in dpkg-shlibdeps due to typos in used
12084 * On package configuration, differentiate between modified and
12085 deleted configuration files (Ian Jackson). Closes: #351361
12086 * Improve processing of disappearing conffiles (Ian Jackson).
12087 This is part of the fix for #108587.
12088 * Let dpkg-source -x touch all patched files to have the same
12089 timestamp to mitigate time-skew problems (Denis Barbier).
12091 * Strip any newlines from Uploaders field on dpkg-source -b.
12094 [ Christian Perrier ]
12095 * Switch to po4a for manpages translation. Closes: #320122
12096 This adds a Build-Depends on po4a.
12097 * Add Vietnamese to po/LINGUAS as it was previously missing.
12098 * Updated translations:
12099 - Catalan (Jordi Mallach). Closes: #351587
12100 - French (Christian Perrier): 1011t.
12101 - Galician (Jacobo Tarrio): 1002t. Closes: #351795
12102 - Basque (Piarres Beobide): 1002t. Closes: #351845
12103 - Slovak (Peter Mann): 1002t. Closes: #352087, #352311
12104 - Vietnamese (Clytie Siddall): 1011t. Closes: #352307
12106 -- Frank Lichtenheld <djpig@debian.org> Sun, 12 Feb 2006 02:32:12 +0100
12108 dpkg (1.13.13) unstable; urgency=low
12110 [ Frank Lichtenheld ]
12111 * dpkg and dselect are now in section admin, not section base.
12112 Correct info in the control file.
12113 * Bump Standards-Version to 3.6.2 (no changes).
12114 * Fix typo in dpkg-architecture man page. Closes: #334330
12115 * Honor LD_LIBRARY_PATH in dpkg-shlibdeps. Fixes a regression
12116 from 1.13.11 to .12.
12117 * Don't recurse into package directories to search for local
12118 shlibs files since it is obviously a waste of time. Based
12119 on a suggestion by Steve Langasek. Closes: #338725
12121 [ Christian Perrier ]
12122 * Updated translations:
12123 - Dutch (Bart Cornelis). Fix error mentioned in #323908 by
12125 - Japanese (Kenshi Muto). Closes: #349808
12128 * Fix typo in dpkg-statoverride manpage. Closes: #348113
12129 Thanks to Marc Haber <mh+debian-packages@zugschlus.de>.
12130 * Document the --no-debsig option in dpkg manpage. Closes: #316367
12131 Thanks to Bastian Kleineidam <calvin@debian.org>.
12132 * Fix typos in dselect manpage. Closes: #310358
12133 Thanks to A Costa <agcosta@gis.net>.
12134 * Fix typo in start-stop-daemon's help output. Closes: #333673
12135 Thanks to Christoph Maser <cm@financial.com>.
12136 * Document the correct format string for dpkg-query --showformat option.
12137 Update -l example and lower case the program name in the title header.
12138 Thanks to Zefram <zefram@fysh.org>. Closes: #174976
12139 * Make dpkg-architecture not print the warning about a mismatch between
12140 gcc target machine type and GNU target system type if the actions are
12143 -- Frank Lichtenheld <djpig@debian.org> Sat, 28 Jan 2006 13:04:16 +0100
12145 dpkg (1.13.12) experimental; urgency=low
12147 * Due to the changes in dpkg-shlibdeps it is not recommended
12148 to use this version for building packages intended to be
12149 uploaded into an official archive, yet.
12151 [ Frank Lichtenheld ]
12152 * Update AUTHORS and debian/copyright for new maintainer team.
12154 * Don't use the ldd output in dpkg-shlibdeps. Search for the
12155 matching libraries ourself. This fixes problems with both
12156 symlinked directories, Closes: #103024, #145714, #164020, #285857
12157 and biarch builds. Closes: #317082
12158 * Let dpkg-gencontrol bail out with an error if parsedep
12159 found an error while parsing a dependency field. Closes: #228125
12160 * dpkg-source -x now tries to chown all files extracted from
12161 tar files. The temporary directory is now created with mode
12162 0700, too. Together this should make it safer to run
12163 dpkg-source -x as root. Based on suggestions by Marcus
12164 Brinkmann and Colin Watson. Closes: #144571, #238460
12165 * Let dpkg-source -b check the build relation fields before
12166 putting them into the .dsc. As a side effect they also
12167 get normalized. Closes: #254449
12168 * Check the gpg signatures of .dsc files before unpacking. See
12169 the upstream changelog for a full description of the semantics.
12170 Based on a patch by Matt Zimmerman. Closes: #48711
12171 * Let dpkg-source ensure (as good as possible) that all
12172 build source packages can also be unpacked.
12173 Closes: #6820, #7014
12174 Also fixed handling of md5sum -b output in dpkg-source on
12175 the way. Based on a patch by Ingo Saitz. Closes: #316123
12176 * Check for illegal architecture strings in dpkg-gencontrol and
12177 dpkg-source. dpkg-gencontrol will only issue a warning while
12178 dpkg-source will error out. Closes: #96920
12179 * Add support "package types" to dpkg-shlibdeps. Patch by Joey Hess.
12180 Closes: #335056, #345475
12181 * Fix man page references to dpkg and dselect man pages. Many
12182 of them still had a wrong section.
12184 * Let dpkg-source -b warn about special permissions of files added
12185 in the diff since these will get lost. Closes: #306125
12186 * dpkg-source -x didn't work in case the upstream version or
12187 the Debian version ended with ~. Fixed.
12189 [ Christian Perrier ]
12190 * Updated translations:
12191 - French (Christian Perrier).
12192 - Polish (Bartosz Fenski). Closes: #314237
12193 - Norwegian Bokmal (Hans F. Nordhaug). Closes: #315548, #315990
12194 - Czech (Miroslav Kure). Closes: #323775, #345347
12195 - Russian (Yuri Kozlov). Closes: #323821, #335170
12196 - Japanese (Kenshi Muto). Closes: #323938
12197 - Brazilian Portuguese (Andre Luis Lopes). Closes: #325224, #332872
12198 - Russian (Yuri Kozlov). Closes: #335170, #349151
12199 - Swedish (Peter karlsson). Closes: #325990, #344058, #337164, #334063
12200 - Norwegian Nynorsk (Håvard Korsvoll). Closes: #315987
12201 - Portuguese (Miguel Figueiredo).
12202 Closes: #315461, #323674, #323642, #330021
12203 - Spanish (Javier Fernández-Sanguino Peña). Closes: #323662, #315253
12204 - Danish (Claus Hindsgaul). Closes: #348575, #323779, #337948, #325687
12205 - Dutch (Bart Cornelis). Closes: #323908
12206 - German (Michael Piefel). Closes: #323964
12207 - Italian (Stefano Canepa). Closes: #324114, #344671, #347225
12208 - Catalan (Jordi Mallach). Closes: #324456
12209 - Basque (Piarres Beobide). Closes: #342089, #332698
12210 - Tagalog (Eric Pareja). Closes: #337307
12211 - Simplified Chinese (Tchaikov). Closes: #338268
12212 - Galician (Jacobo Tarrío). Closes: #338904
12213 - Romanian (Eddy Petrişor). Closes: #340674
12214 - Vietnamese (Phan Vinh Thinh, Clytie Siddall).
12215 - Indonesian (Parlin Imanuel). Closes: #344513
12216 - Greek (Galaxico). Closes: #344646
12217 - Czech (Miroslav Kure). Closes: #345347
12218 * Fixed broken translation:
12219 - Brazilian Portuguese (James Troup). Closes: #332872
12220 * Fix Russian man page for start-stop-daemon(8)
12222 * Fix German man page for update-alternatives(8)
12224 * Fix typo in dpkg online help message. Unfuzzy translations
12228 * Add armeb to cputable. Closes: #331232
12229 Thanks to Lennert Buytenhek <buytenh+debian@wantstofly.org>.
12230 * Don't try to compile in SELinux support on GNU/kFreeBSD. Closes: #313300
12231 Thanks to Aurelien Jarno <aurel32@debian.org>.
12232 * When linking statically, explicitly add libsepol, even if its only a
12233 transitive library. The proper fix should come with a pkg-config file.
12234 Based on a patch by Bart Martens <bart.martens@advalvas.be>.
12235 Closes: #347744, #348659
12236 * Add support for architecture wildcards, but for now they will only be
12237 exposed in debian/control files, not in binary nor source packages.
12239 * Change start-stop-daemon's --exec option behavior on GNU/Linux to
12240 compare the filename pointed by '/proc/<pid>/exe' instead of the inode
12241 and device numbers. Thanks to Vasilis Vasaitis <v.vasaitis@sms.ed.ac.uk>.
12244 -- Frank Lichtenheld <djpig@debian.org> Tue, 24 Jan 2006 11:15:36 +0100
12246 dpkg (1.13.11.1) unstable; urgency=low
12248 * Change maintainers to new team.
12250 -- Scott James Remnant <scott@netsplit.com> Thu, 12 Jan 2006 07:56:49 +0000
12252 dpkg (1.13.11) unstable; urgency=low
12254 The "Good, clean fun" Release.
12256 * Fixed the always broken error handling so that only the intended
12257 cleanup handlers are run, rather than ones that we didn't expect.
12258 This corrects the bug when a package's postrm fails and the package is
12259 left in an installed state with no files; the package will now be left
12260 in a half-installed state, as originally intended. Found by Marga
12261 Manterola while documenting the maintainer scripts. Closes: #296026.
12262 * Fixed removal of files involved in diversions during upgrade, caused by
12263 checking whether the "directory" was in use by another package without
12264 actually checking whether or not it was a directory. Closes: #310390.
12265 * Fixed package saving to not disappear packages who divert anything from
12266 the installing package out of the way. Closes: #113626.
12267 * Improved clean-up of unpack failure during install or upgrade, to leave
12268 the system in exactly the same state as it started in.
12269 Closes: #47404, #82407, #121173, #170869, #201848, #236733, #268639.
12270 * Fixed crash when unpacking a package which has an unversioned Replaces
12271 declared on it by another package previously unpacked in the same run
12272 (Colin Watson). Closes: #322595.
12274 * New install unwinding fixed to ensure we don't leave a version in the
12275 status db for a not-installed package.
12276 * Corrected error call when encountering a corrupted filesystem tarfile
12277 to not print "Success". Closes: #95570.
12278 * Fixed castration of potentially unsafe devices to not follow symlinks.
12280 * Marked log file descriptor as close-on-exec. Closes: #320925.
12281 * Re-worked dpkg-source -x to allow all manner of strange things maintainers
12282 seem to do, unpacking isn't the right place to enforce sanity; we'll
12283 do it in -b later on >:-). Closes: #316470, #317760, #318473, #318745,
12284 #322359, #322361, #322362.
12286 * Corrected dselect synopsis line to match consensus. Closes: #318659.
12287 * Changed dpkg-name to use a shell redirect rather than the /dev/stderr
12288 device that may not be writable. Closes: #318376.
12289 * Adjusted various dpkg-query options to avoid outputting a trailing
12290 newline. Closes: #151651, #319781.
12291 * Changed references to "statusoverride" file to just "statoverride"
12292 to make it match reality. Closes: #320952.
12293 * Fixed several bugs with the default diff ignore list used by dpkg-source.
12294 * Added ,,* to the list of default diff ignore list. Closes: #322917.
12296 * Fixes to dpkg-dev (Frank Lichtenheld):
12297 - dpkg-checkbuilddeps will now exit with an error if it is unable to
12298 parse a dependency field. Closes: #171762, #302229.
12299 - dpkg-genchanges will now output a warning if given -sd for a native
12300 package, as it's going to ignore it. Closes: #5571.
12301 - dpkg-source fixed to give a more meaningful error message if given
12302 a directory as the first argument. Closes: #306874.
12303 - dpkg-source fixed to handle being given an absolute path to -b.
12305 - Fix controllib.pl to allow whitespace before version operators.
12306 Closes: #273489, #310306.
12307 - Fix architecture dependency parsing that sometimes generated wrong
12308 list of requirements. Closes: #319816.
12309 - Make the default control field name mangling behaviour "nicer" by
12310 upper-casing all letters that come after a dash. Closes: #306474.
12311 - Ignore trailing newlines in single paragraph control files.
12312 Closes: #57194, #156319
12314 - Fixed typo in dpkg-architecture man page. Closes: #317770.
12315 - Documented dpkg-deb -W/--show and --showformat. Closes: #319784.
12317 -- Scott James Remnant <scott@netsplit.com> Wed, 17 Aug 2005 04:44:44 +0100
12319 dpkg (1.13.10) unstable; urgency=low
12321 The "Bully's Special Prize" Release.
12323 * Removed /usr/sbin/start-stop-daemon. Closes: #313400.
12324 * Fixed md5sum diversion removal. Closes: #313415.
12325 * Fixed dpkg-source to handle native tarballs with a Debian revision.
12326 Closes: #313381, #313433.
12327 * Fixed upgrade from pre-sarge dpkg outside of dselect. Closes: #314575.
12328 * Changed log times to be local rather than UTC. Closes: #313347.
12329 * Changed log writing to be line-buffered. Closes: #314550.
12330 * Moved log creation to postinst, and don't fail if base-passwd hasn't
12331 been configured yet. Closes: #316084.
12332 * Don't try to compile in SELinux support on Hurd. Closes: #313398.
12333 * Place code for SELinux support in the right place so it will actually
12334 get compiled in and used (Manoj Srivastava). Closes: #314886.
12337 - Added missing word to dpkg-architecture manpage. Closes: #313554.
12338 - Reference to dpkg manpage in dpkg.cfg corrected. Closes: #314262.
12339 * Updated translations (Christian Perrier):
12340 - Basque (Piarres Beobide Egana). Closes: #313474.
12341 - Catalan (Jordi Mallach). Closes: #313288.
12342 - Czech (Miroslav Kure). Closes: #314431.
12343 - Danish (Claus Hindsgaul).
12344 - French (Christian Perrier).
12345 - German (Jens Seidel). Closes: #314125.
12346 - Greek (Greek team). Closes: #314828.
12347 - Italian (Lele Gaifax).
12348 - Japanese (Kenshi Muto). Closes: #313330.
12349 - Russian (Yuri Kozlov). Closes: #313620.
12350 * Hebrew translation de-activated on request of the translator until there
12351 is better support for RTL languages. Closes: #313282.
12353 -- Scott James Remnant <scott@netsplit.com> Tue, 28 Jun 2005 14:19:06 +0100
12355 dpkg (1.13.9) unstable; urgency=low
12357 The "On like Donkey Kong" Release.
12359 * Only open the log file when we first need to write to it, this avoids
12360 the need to suppress errors when not root which fakeroot defeated anyway.
12361 * Stop dpkg-source clobbering an existing .orig directory during unpacking.
12363 * Allow an alternate output directory to be specified to dpkg-source by
12364 giving a second argument to -x. Closes: #246802, #282323.
12365 * Added .arch-inventory to default diff ignore regexp. Closes: #304297.
12367 SELinux support (Manoj Srivastava):
12368 * On SELinux-enabled systems, try to set the security context when the
12369 package is unpacked. Closes: #193653, #249496, #307139.
12370 * Added build-dependency on libselinux1-dev.
12372 Improvements to dpkg-source (Brendan O'Dea):
12373 * Support unpacking of "Wig And Pen" (Format 2.0) source packages.
12374 * Multiple pristine upstream tarballs allowed.
12375 * Native and upstream tarballs may be bzip2-compressed instead of gzip,
12376 as may the debian diff or tarball.
12377 * Unsupported format error fixed to output the unsupported format
12378 rather than the supported one. Closes: #156317.
12380 -- Scott James Remnant <scott@netsplit.com> Sun, 12 Jun 2005 15:52:43 +0100
12382 dpkg (1.13.8) experimental; urgency=low
12384 The "In like Flynn" Release.
12386 * Linux 2.6.12 changed the behaviour of mmap to fail and set EINVAL when
12387 given a zero length, rather than returning NULL. This is POSIXly
12388 correct, so handle zero-length package control files (like available).
12390 -- Scott James Remnant <scott@netsplit.com> Fri, 10 Jun 2005 07:39:44 +0100
12392 dpkg (1.13.7) experimental; urgency=low
12394 The "Maidenhead Creeping Water Plant" Release.
12396 * Reduced inability to open a log file to a warning, suppressed for
12397 non-root operations. Closes: #312383.
12399 -- Scott James Remnant <scott@netsplit.com> Thu, 9 Jun 2005 06:12:56 +0100
12401 dpkg (1.13.6) experimental; urgency=low
12403 The "Just kidding about the God part" Release.
12405 * Fixed incorrect installation location of /etc/logrotate.d/dpkg caused
12406 by a mis-understanding of dh_install's abilities.
12408 -- Scott James Remnant <scott@netsplit.com> Mon, 6 Jun 2005 05:58:36 +0100
12410 dpkg (1.13.5) experimental; urgency=low
12412 The "Flatulent Elm of West Ruislip" Release.
12414 * Actions and package states are now logged by default in the
12415 /var/log/dpkg.log file. This file is rotated monthly and can be
12416 disabled by commenting the line in /etc/dpkg/dpkg.cfg.
12417 * User decisions about conffiles are now logged.
12418 * dpkg-source no longer complains about Enhances field. Closes: #159642,
12420 * preinst no longer relies on procps being installed. Closes: #311808.
12422 * Architecture Support:
12423 - Change DEB_*_GNU_CPU from i386 to i486, to reflect reality.
12424 DEB_*_ARCH_CPU remains at i386, you should be checking against that.
12426 - Fixed order ostable is read to prevent Linux becoming the Hurd.
12428 * Updated man page translations (Christian Perrier):
12429 - Syntax error corrected in Swedish man page for dpkg-deb.
12431 - Syntax error corrected in Spanish man page for dpkg-scanpackages.
12434 -- Scott James Remnant <scott@netsplit.com> Mon, 6 Jun 2005 05:34:21 +0100
12436 dpkg (1.13.4) experimental; urgency=low
12438 The "Or the Wabbit gets it" Release.
12440 * Add -L option to dpkg-architecture to list architecture strings
12443 -- Scott James Remnant <scott@netsplit.com> Tue, 29 Mar 2005 13:31:15 +0100
12445 dpkg (1.13.3) experimental; urgency=low
12447 The "Paying off Karma at a vastly accelerated rate" Release.
12449 * Missing newline added to warning output function. Closes: #283798.
12450 * Fixed prototype warning in dpkg-scansources. Closes: #213577, #219760,
12452 * Removed trailing line from debian origins file. Closes: #264904.
12453 * Changed dpkg-buildpackage to say "source changed by" rather than
12454 "source maintainer is". Closes: #247313.
12455 * Fixed dpkg-gencontrol to allow '-' in architecture names. Closes: #274677.
12456 * Fixed "unknown information field" error to report field that it doesn't
12457 know about. Closes: #275243.
12460 - Remove "medium-level" from description of dpkg. Closes: #292454.
12461 - Harmonised argument names in update-alternatives(8).
12462 Closes: #267095, #284941
12463 - Documented what the '+' and '*' mean in update-alternatives --config
12464 output. Closes: #270486.
12465 - Mention aptitude alongside dselect in 'dpkg --usage' and
12466 'dpkg-deb --help', fix quote style of mention in 'dpkg --help'.
12467 Closes: #274800, #278118.
12468 - Associate --truename with the description of what it does in
12469 dpkg-divert(8). Closes: #277076.
12470 - Removed last remaining references to the packaging manual, replacing
12471 with better references. Closes: #262775.
12472 - Documented format of file dpkg --set-selections takes. Closes: #270043.
12474 -- Scott James Remnant <scott@netsplit.com> Mon, 21 Mar 2005 03:10:27 +0000
12476 dpkg (1.13.2) experimental; urgency=low
12478 The "Mysteriously Unnamed" Release.
12480 * md5sum has been removed, the coreutils or textutils version will be
12481 diverted to /usr/bin/md5sum. Closes: #6633, #136110.
12482 The following bugs are filed against the dpkg md5sum, so no longer apply.
12483 Closes: #95755, #193877, #223381, #264195, #270241, #286632,
12484 * Take Replaces into account when installing packages; don't issue a
12485 "trying to overwrite" error if the file that already exists is in
12486 a package that Replaces the one being installed.
12487 Closes: #164595, #184635, #277890.
12488 * Allow actions and status changes to be logged to a file. Disabled by
12489 default, uncomment line in /etc/dpkg/dpkg.cfg to enable.
12490 Closes: #957, #53376, #77109, #143882, #284499.
12491 * Don't truncate output of 'dpkg -l' when stdout is not a tty.
12492 Closes: #92263, #253860, #258608, #261822, #282790.
12493 * Fix further compilation problems with gcc 4.0. Closes: #299699
12494 * Handle tar files without trailing slash in directory names.
12496 * Output arguments to maintainer scripts with -D2. Closes: #237684,
12499 * Architecture Support:
12500 - Added ppc64. Closes: #263743.
12501 - Split archtable into cputable and ostable, archtable is retained
12502 for compatibility with other packages that might use it only.
12503 - dpkg-architecture no longer canonises -t argument. Closes: #173205.
12504 - dpkg-architecture output includes new DEB_*_ARCH_OS and
12505 DEB_*_ARCH_CPU variables that contain the Debian system and CPU
12506 names respectively.
12507 - dpkg-architecture outputs (mostly) correct GNU system names now,
12508 in particular this means that it will output "linux-gnu" instead
12509 of "linux". You should use the new _ARCH_OS variables instead.
12511 - Add examples to dpkg-divert(8). Closes: #291816.
12512 - Correct typo in dpkg-architecture(1). Closes: #299090.
12514 -- Scott James Remnant <scott@netsplit.com> Fri, 18 Mar 2005 16:21:32 +0000
12516 dpkg (1.13.1) experimental; urgency=low
12518 The "Livin' like a good boy oughta" Release.
12520 * Removed dpkg --print-gnu-build-architecture option. Use variables
12521 defined by dpkg-architecture instead.
12522 * Soft-deprecated dpkg --print-installation-architecture. Use
12523 dpkg --print-architecture instead, which now does the same thing.
12524 * dpkg --print-architecture no longer calls c-compiler. Closes: #164863.
12525 * Removed third field from /usr/share/dpkg/archtable.
12527 * Now we no-longer pre-depend on dselect, check the upgrade will work
12528 in preinst and give the user a chance to abort if they haven't yet
12529 installed dselect and need to. Closes: #282335.
12530 * Fix handling of GNU longname and longlink when a tarfile entry has
12531 both. Closes: #128388.
12532 * md5sum no longer outputs "-" when no argument is supplied.
12533 Closes: #164591, #164889.
12534 * Add darcs metadirectory to dpkg-source diff ignore list. Closes: #289760.
12535 * Add new '-f' short option to dpkg-query as equivalent to --showformat.
12537 * Report conffile conflicts and per-package errors on the status-fd.
12539 * Correct typo in dpkg-architecture. Closes: #282701.
12540 * Fix start-stop-daemon's support for GNU/kFreeBSD. Closes: #258051.
12542 * Architecture Support:
12543 - Added kfreebsd-amd64. Closes: #280963.
12544 - Added m32r. Closes: #280710.
12545 - Clean up of archtable. Closes: #118910, #286898.
12546 - Clean up of dpkg-architecture. Closes: #256323.
12547 * Updated translations (Christian Perrier):
12548 - French (French Team).
12549 - Greek (Konstantinos Margaritis). Closes: #295922.
12551 -- Scott James Remnant <scott@netsplit.com> Thu, 3 Mar 2005 12:09:07 +0000
12553 dpkg (1.13.0) experimental; urgency=low
12555 The "Three banana strategy" Release.
12557 * Remove the /usr/info or /usr/info/dir symlinks we used to create.
12558 Closes: #206063, #288415.
12559 * Fix cast in lvalue assignment that gcc 4.0 doesn't like.
12560 Closes: #282669, #284797.
12561 * Correct bashism in disk method update script. Closes: #260568.
12563 * Scorched-earth reimplementation of the build process and control files
12564 with debhelper and automake. Closes: #200683, #217946, #229629, #260568,
12565 #266995, #279701, #283640, #292973, #293041.
12566 * Remove SGML and POD documentation formats due to both licensing and
12567 sanity issues. Closes: #285806.
12568 * The dpkg-doc and dpkg-static packages are no more.
12569 * dpkg.cfg cleaned up to remove useless examples.
12570 Closes: #169618, #305192.
12572 -- Scott James Remnant <scott@netsplit.com> Fri, 14 Jan 2005 19:28:00 +0000
12574 dpkg (1.10.28) unstable; urgency=low
12576 The "Awh, yeah? Ripper!" Release.
12578 * New translations (Christian Perrier):
12579 - Romanian (Eddy Petrisor). Closes: #309714.
12580 - Tagalog (Eric Pareja). Closes: #296407.
12581 * Updated translations (Christian Perrier):
12582 - French (Christian Perrier).
12583 - Greek (Konstantinos Margaritis). Closes: #295922
12584 - Indonesian (Arief S Fitrianto). Closes: #296733
12585 * Updated man page translations (Christian Perrier):
12586 - French (Philippe Batailler).
12587 - Syntax error corrected in Brazilian Portuguese man page for
12588 update-alternatives. Closes: #300646
12590 -- Scott James Remnant <scott@netsplit.com> Thu, 26 May 2005 18:18:10 +0100
12592 dpkg (1.10.27) unstable; urgency=low
12594 The "Grab your gun and bring in the cat" Release.
12596 * New Translations (Christian Perrier):
12597 - Indonesian (Arief S Fitrianto).
12598 - Norwegian Bokmål (Bjorn Steensrud).
12599 * Updated Translations (Christian Perrier):
12600 - Dutch (confusing option corrected by Christian Perrier).
12601 - Galician (Jacobo Tarrio).
12602 - Korean (Seo Sanghyeon).
12603 - Simplified Chinese (Carlos Liu).
12604 - Traditional Chinese (Asho Yeh).
12606 -- Scott James Remnant <scott@netsplit.com> Thu, 10 Feb 2005 15:10:22 +0000
12608 dpkg (1.10.26) unstable; urgency=low
12610 The "Captain Tight-Pants" Release.
12612 * Fix incorrect claim that 'Q' in dselect quits without saving changes
12614 * Revert to current 'stable' behaviour of Space/Enter/'Q' in the dselect
12615 help screen, Space leaves the help screen and Enter and 'Q' do nothing.
12616 It's dangerous to encourage users to press Enter or 'Q' since they
12617 commit changes in the package selection screen.
12619 * New Translations (Christian Perrier):
12620 - Basque (Piarres Beobide Egaña). Closes: #281245.
12621 (Was really added in 1.10.24, but forgotten from ALL_LINGUAS.)
12622 - Bosnian (Safir Šećerović).
12623 - Slovak (benco). Closes: #284896, #289341
12624 - Traditional Chinese (Asho Yeh). Closes: #287375.
12625 * Updated Translations (Christian Perrier):
12626 - Brazilian Portuguese (André Luís Lopes). Closes: #281228.
12627 - Catalan (Jordi Mallach). Closes: #281333.
12628 - Czech (Miroslav Kure). Closes: #281231.
12629 - Danish (Claus Hindsgaul). Closes: #281103.
12630 - Dutch (Christian Perrier). Closes: #282087.
12631 - Galician (Héctor Fernéndez López).
12632 - German (Michael Piefel). Closes: #281503.
12633 - Italian (Stefano Canepa). Closes: #282543.
12634 - Japanese (Kenshi Muto). Closes: #281144.
12635 - Korean (Changwoo Ryu). Closes: #282246.
12636 - Norwegian Nynorsk (Håvard Korsvoll). Closes: #281456.
12637 - Polish (Bartosz Feñski).
12638 - Portuguese (Miguel Figueiredo). Closes: #281122, #289359.
12639 - Russian (Yuri Kozlov). Closes: #281166.
12640 - Simplified Chinese (Tchaikov, Carlos Liu).
12641 - Spanish (Javier Fernández-Sanguino Peña). Closes: #281117.
12642 - Swedish (Peter Karlsson). Closes: #281165.
12644 -- Scott James Remnant <scott@netsplit.com> Tue, 11 Jan 2005 16:26:51 +0000
12646 dpkg (1.10.25) unstable; urgency=low
12648 The "你他媽的天下所有的人都該死" Release.
12650 This release is to correct the mangled Simplified Chinese translation
12651 included in 1.10.24 caused by rebellion of the translator's mail client.
12653 * Updated Translations (Christian Perrier):
12654 - Dutch (Bart Cornelis). Closes: #278700.
12655 - Polish (Bartosz Fenski). Closes: #280406.
12656 - Simplified Chinese (Tchaikov, Carlos Liu). Closes: #278676.
12658 -- Scott James Remnant <scott@netsplit.com> Thu, 11 Nov 2004 20:06:57 +0000
12660 dpkg (1.10.24) unstable; urgency=low
12662 The "Donald, where's your troosers?" Release.
12664 * Add support for uncompressed data.tar archive members and bzip2-
12665 compressed data.tar.bz2 members of binary packages. Closes: #34727.
12667 * New Translations (Christian Perrier):
12668 - Basque (Piarres Beobide). Closes: #265491.
12669 - Greek (George Papamichelakis). Closes: #260809.
12670 - Hebrew (Lior Kaplan). Closes: #275267.
12671 - Simplified Chinese (Tchaikov, Carlos Liu). Closes: #265197.
12672 * Updated Translations (Christian Perrier):
12673 - Brazilian Portuguese (Andre Luis Lopes). Closes: #260964, #273947,
12675 - Czech (Miroslav Kure). Closes: #255904, #278178.
12676 - Catalan (Jordi Mallach). Closes: #278098.
12677 - Danish (Claus Hindsgaul). Closes: #278097.
12678 - Dutch (Bart Cornelis). Closes: #268271, #268886, #274366, #278061.
12679 - Galician (Hector Fernandez).
12680 - German (Michael Piefel). Closes: #276462, #278168.
12681 - French (Christian Perrier).
12682 - Japanese (Kenshi Muto). Closes: #272456, #278141.
12683 - Italian (Lele Gaifax).
12684 - Korean (Changwoo Ryu). Closes: #261528, #278142.
12685 - Norwegian Nynorsk (Håvard Korsvoll). Closes: #275387, #278286.
12686 - Polish (Bartosz Fenski). Closes: #268452, #278064.
12687 - Portuguese (Miguel Figueiredo). Closes: #268266, #261424, #261519,
12689 - Russian (Yuri Kozlov). Closes: #268452, #278154.
12690 - Spanish (Javier Fernández-Sanguino Peña). Closes: #277173, #278117.
12691 - Swedish (Peter Karlsson).
12692 * Updated Manpage Translations (Christian Perrier):
12693 - French (Philippe Batailler). Closes: #268048.
12694 - Spanish (Ruben Porras). Closes: #261807.
12695 - Swedish (Peter Karlsson).
12697 -- Scott James Remnant <scott@netsplit.com> Wed, 27 Oct 2004 09:25:58 +0100
12699 dpkg (1.10.23) unstable; urgency=low
12701 The "Let the Wookie win" Release.
12703 * Updated hurd start-stop-daemon support. Closes: #133640, #254180.
12704 * Removed usage of non-POSIX test options. Closes: #256302.
12706 * Architecture Support:
12707 - Renamed x86-64 to amd64. Closes: #252346, #254598.
12709 - Correct typo in dpkg-divert(8). Closes: #254175.
12710 * New Translations:
12711 - Korean (Changwoo Ryu). Closes: #254590.
12712 * Updated Translations:
12713 - Catalan (Jordi Mallach).
12714 - Danish (Claus Hindsgaul). Closes: #252407.
12715 - French (Christian Perrier). Closes: #252586.
12716 - Italian (Lele Gaifax).
12717 - Polish (Bartosz Fenski). Closes: #254209.
12718 - Spanish manpages (Ruben Porras). Closes: #246158, #246159, #246160,
12719 #246161, #246162, #246163, #246164.
12721 -- Scott James Remnant <scott@netsplit.com> Mon, 19 Jul 2004 19:52:14 +0100
12723 dpkg (1.10.22) unstable; urgency=low
12725 The DebConf4 Release.
12727 This release is mostly intended to mop up the minor and trivial bug
12728 fixes in the list and clear out the documentation changes. As such,
12729 it should be treated with even more suspicion than is normal.
12731 * Use colouring to break cycles earlier to avoid long loops whilst
12732 installing or configuring packages. Closes: #232445, #246857.
12733 * Don't try to configure packages that disappeared in the same
12734 run. Closes: #202997.
12735 * Fix segfault when "gcc -dumpmachine" returns a non-matching triplet.
12737 * Remove restriction that package names be at least two characters long.
12739 * Fix dpkg-source (actually controllib.pl) to output the field name
12740 properly again. Closes: #226931, #246595.
12741 * Make dpkg-scanpackages output Origin and Bugs fields with proper
12742 casing. Closes: #154422.
12743 * Add support for DOS line-endings to md5sum. Closes: #246103.
12744 * Fix start-stop-daemon segfault on Hurd. Closes: #133640.
12745 * Allow dpkg-shlibdeps to run as non-root users. Closes: #96881.
12746 * Correct various compiler warnings. Closes: #229766.
12748 * Architecture Support:
12749 - Added x86-64 (x86_64 / amd64). Closes: #238483, #241938.
12750 - Added i?86-gnu (Hurd). Closes: #216695, #236331.
12751 - Added i386-kfreebsd-gnu and i386-knetbsd-gnu. Closes: #250176.
12753 - Create $(docdir) even when --without-sgml-doc is passed so the
12754 ChangeLog can be installed. Closes: #137719.
12755 - Stop hardcoding the list of manual page languages in debian/rules,
12756 so we include Spanish, Russian and Brazilian Portuguese. Closes: #245994.
12757 - Quote LDFLAGS in debian/rules to allow multiple options.
12760 - Move dpkg-scanpackages and dpkg-scansources to section 1 as they
12761 are user tools. Closes: #114946.
12762 - Correct hyphen characters in manpages. Closes: #212284, #247086, #226800.
12763 - Remove obsolete references to the Debian Packaging Manual.
12764 Closes: #122910, #140695.
12765 - Correct 'n' and 'p' key descriptions in dselect help message.
12767 - Add --force-bad-verify to dpkg manpage. Closes: #192812.
12768 - Correct dpkg manpage to refer to --force-remove-reinstreq instead of
12769 non-existent --force-reinstreq option. Closes: #232831.
12770 - Correct documentation of --compare-versions arguments. Closes: #232317.
12771 - Correct usage of "et al" to "et al.". Closes: #230751.
12772 - Add dpkg-reconfigure(8) to SEE ALSO section of dpkg(8). Closes: #233282.
12773 - Suggest packages that provide additional functionality in the dpkg
12774 manpage. Closes: #81355.
12775 - Suggest dselect update in description of dpkg --update-avail.
12777 - Suggest aptitude as well as dselect. Closes: #217042.
12778 - Suggest fakeroot for dpkg-source -r. Closes: #175897.
12779 - Correct documentation of start-stop-daemon. Closes: #41554, #211856.
12780 - Correct documentation of start-stop-daemon manpage to refer to --retry
12781 alongside --stop. Closes: #204691.
12782 - Add note that start-stop-daemon will chdir("/") unless -d is specified.
12783 Closes: #217823, #218060.
12784 - Correct documentation of dpkg-query --list. Closes: #232639.
12785 - Correct invalid use of " within update-alternatives(8) with .BR.
12787 - Rewrite description of dpkg-source -i to indicate the intent of the
12788 default setting rather than the exact exclusions. Closes: #227169.
12789 - Correct documentation of dpkg-statoverride --update. Closes: #85079.
12790 - Correct documentation of update-alternatives --install. Closes: #179648.
12791 - Documented dpkg:Version and dpkg:UpstreamVersion substvars.
12792 Closes: #85815, #85818.
12793 - Fix spelling error in utils/md5sum.1. Closes: #250281.
12794 - Replace "&c." with the slightly clearer "etc.". Closes: #235773.
12795 - Correct various typos. Closes: #219623, #221235.
12796 * Updated Translations:
12797 - Catalan (Jordi Mallach).
12798 - French (Christian Perrier). Closes: #246359.
12799 - Italian (Lele Gaifax).
12800 - Japanese manpages (KISE Hiroshi). Closes: #248483.
12801 - Russian (Nikolai Prokoschenko). Closes: #249254.
12802 - Spanish manpages (Ruben Porras). Closes: #246158, #246159, #246160,
12803 #246161, #246162, #246163, #251830.
12804 * New Translations:
12805 - German start-stop-daemon and update-alternatives manpages
12806 (Helge Kreutzmann). Closes: #247116, #249454.
12807 - Spanish dpkg-scansources manpage (Ruben Porras). Closes: #246164.
12809 -- Scott James Remnant <scott@netsplit.com> Tue, 1 Jun 2004 18:21:40 -0300
12811 dpkg (1.10.21) unstable; urgency=low
12813 * Fix incorrect linked list node removal code that caused every second
12814 shared or diverted conffile to be deleted by dpkg.
12815 Closes: #10879, #33046, #47267, #90623, #98210, #109691, #146167.
12816 Closes: #155456, #204275.
12817 * Call mknod with the required device type. Closes: #158916.
12818 * Correct the default query output format to be consistent with
12819 what the underlying library expects. Closes: #174973.
12820 * Fix missing NULL-termination in dpkg-query -W display of dependency
12821 fields. Closes: #174978
12822 * Strip output from md5sum(1) after the first whitespace character.
12824 * Output a warning if we cannot open a configuration file instead of
12825 treating it as a fatal error, in case our home directory is not readable
12826 by root. Closes: #200701.
12827 * Set LC_ALL to C before spawning off dpkg --search, to avoid searching
12828 on localized strings. Closes: #244316.
12829 * Don't require argument for start-stop-daemon -V. Closes: #237589.
12830 * Correct use of @ARGV within dpkg-scanpackages, allowing -u to work
12831 once again. Closes: #225086, #241503.
12832 * Make sure file permissions passed to dpkg-statoverride are numeric.
12834 * Correctly break out of the loop in install-info.
12835 Closes: #124225, #160761.
12836 * Add --dir-file option to install-info for GNU install-info
12837 compatibility. Closes: #179192
12838 * Refer to debian-policy in dpkg-doc's description instead of the
12839 non-existent packaging-manual. Closes: #120970.
12840 * Remove incorrect mention of build-essential from dpkg-checkbuilddeps
12841 manpage. Closes: #219210.
12842 * Add a note about diverting shared libraries to the dpkg-divert
12843 manpage. Closes: #214699.
12844 * Updated Translations:
12845 - Brazilian Portuguese (Andre Luis Lopes). Closes: #237864.
12846 - Catalan (Jordi Mallach).
12847 - Danish (Claus Hindsgaul). Closes: #237624.
12848 - Dutch (Pieter-Paul Spiertz, Bart Cornelis, Erwin).
12849 Closes: #102094, #151799, #207758.
12850 - French (Sam Hocevar). Closes: #243191.
12851 - German (Florian Ernst). Closes: #109669, #115352, #187952, #244098.
12852 - Japanese manpages (KISE Hiroshi). Closes: #220776.
12853 - Polish (Bartosz Fenski). Closes: #242870.
12854 - Spanish (Javier Fernández-Sanguino Peña). Closes: #166052.
12855 - Swedish (Peter Karlsson).
12856 * New Translations:
12857 - Japanese dpkg-source manpage (KISE Hiroshi). Closes: #239000.
12858 - Norwegian Nynorsk (Gaute Hvoslef Kvalnes). Closes: #233614.
12859 - Portuguese (Miguel Figueiredo). Closes: #240081.
12860 - Spanish dpkg-source manpage (Ruben Porras). Closes: #171489.
12862 -- Scott James Remnant <scott@netsplit.com> Sun, 25 Apr 2004 18:55:10 +0100
12864 dpkg (1.10.20) unstable; urgency=high
12866 * Update Japanese translation. Closes: #224616
12867 * Update French translation. Closes: #218713
12868 * Fix spelling error in German md5sum man page. Closes: #230750
12869 * Fix typo in pt_BR po file. Closes: #192102
12870 * Revert fix for #232916, this turns out to be a bug in the pgpgp
12871 wrapper, dpkg worked fine with pgp itself.
12873 -- Scott James Remnant <scott@netsplit.com> Thu, 11 Mar 2004 11:24:54 +0000
12875 dpkg (1.10.19) unstable; urgency=high
12877 * Distinguish unmet build dependencies from build conflicts.
12878 Closes: #217943, #235266.
12879 * Force NULL-termination of all tar file entry names. Closes: #232025.
12880 * Allow dselect to use the full window width. Closes: #139781.
12881 * Pass correct number of arguments for format string when out of disk
12882 space. Closes: #213038, #217286, #213543, #213846.
12883 * Remove duplicated entries from ChangeLog. Closes: #157437.
12884 * Fix dpkg-buildpackage when used with PGP. Closes: #232916.
12885 * Update support for Debian FreeBSD. Closes: #211566.
12886 * Store Architecture in the status file. Closes: #228253.
12887 * Don't print offending lines in md5sum. Closes: #170953.
12888 * Check bounds of md5sum lines. Closes: #168443, #199489, #199693.
12890 -- Scott James Remnant <scott@netsplit.com> Mon, 8 Mar 2004 19:05:32 +0000
12892 dpkg (1.10.18.1) unstable; urgency=medium
12894 * Non-maintainer upload to fix release-critical bugs.
12895 * Terminate string buffer in main/remove.c. Closes: #228379.
12896 * Prevent stashing of hardlinked devices and setuid or setgid binaries
12897 by removing permissions on upgrade as well as on remove.
12899 * Update dpkg conflicts to << 1.10, instead of 1.9.
12900 Closes: #190611, #221989, #222760.
12902 -- Scott James Remnant <scott@netsplit.com> Thu, 26 Feb 2004 01:17:27 +0000
12904 dpkg (1.10.18) unstable; urgency=medium
12906 * Rebuild, tagging and releasing correctly from cvs this time.
12908 -- Adam Heath <doogie@debian.org> Mon, 27 Oct 2003 13:39:56 -0600
12910 dpkg (1.10.17) unstable; urgency=medium
12912 * Make dselect do conflict resolution when dealing with automatically
12913 selected recommended package. Thanks to Colin Watson for the analysis
12914 and patch. Closes: Bug#151663
12915 * Branden Robinson <branden@debian.org>:
12916 s/dpkg-checkbuild/dpkg-checkbuilddeps/ in usage.
12917 * dpkg-checkbuilddeps now sets $reduce_arch. Closes: #212796.
12918 * Goswin Brederlow <brederlo@informatik.uni-tuebingen.de>:
12919 Add -u in dpkg-scanpackages. Closes: #214123.
12920 Add -a<arch> command to dpkg-scanpackages.
12921 * Add .#* to dpkg-source's default ignore filter. Closes: #217380.
12922 * Matthias Urlichs <smurf@smurf.noris.de>:
12923 Don't assume /usr/info/dir exists if /usr/info does. Closes: #165770.
12924 * Jordi Mallach <jordi@debian.org>:
12925 Update Catalan translation.
12926 * Fix errors with dependency fields that reference ${dpkg:Version}.
12929 -- Adam Heath <doogie@debian.org> Mon, 27 Oct 2003 13:04:57 -0600
12931 dpkg (1.10.16) unstable; urgency=low
12933 * Almost *EVERY* damn file was including config.h in the wrong spot.
12934 After making it the first include, then off_t/size_t/etc could actually
12935 be redefined to be 64-bit compatible.
12936 * Jordi Mallach <jordi@debian.org>:
12937 Fix configure to set HAVE_SETLOCALE. Closes: #211816
12938 * "Loïc Le Loarer" <lll_deb@m4x.org>:
12939 Add a -d|--chdir option to start-stop-daemon. Closes: #151802
12940 * Split the background block into 2 parts: one that does the fork, and
12941 opens /dev/tty and /dev/null, and one that does everything else. The
12942 second block is then moved to be run right before the exec. This
12943 allows error messages to be seen from the child(previously, they were
12944 lost), and allows for the chroot to not require the device files.
12945 These changes based on the bugs filed by:
12946 Marc Herbert <Marc.Herbert@ens-lyon.fr>: Closes: #155219
12947 Loïc Le Loarer <lll_deb@m4x.org>: Closes: #151800
12948 * Mario Lang <mlang@debian.org>:
12949 When --start, --startas and --pidfile are given, print 'process'
12950 instead of '(null)' for the process name, if it's already running.
12952 * Imported several translated manpages, from debian-doc cvs:
12953 * Spanish: 822-date.1 cleanup-info.8 deb-control.5 deb-old.5
12954 deb.5 dpkg-checkbuilddeps.1 dpkg-deb.1 dpkg-divert.8 dpkg-name.1
12955 dpkg-scanpackages.8 dpkg-split.8 dpkg-statoverride.8 dpkg.8
12956 dselect.8 md5sum.1 start-stop-daemon.8 update-alternatives.8
12957 "Esteban Manchado Velázquez" <zoso@debian.org>: Closes: #171489
12959 Julien Louis <arthur51@ifrance.com>: Closes: #164906
12960 * Portuguese: dpkg.8 dselect.8
12961 * Matt Zimmerman <mdz@debian.org>
12962 In dpkg's manpage, -O had an inverted word. Closes: #111711
12963 * Marcin Owsiany <porridge@debian.org>:
12964 Fix Polish translation of 'conflicts with' Closes: #112057
12965 * Jiri Masik <masik@darbujan.fzu.cz>:
12966 Improve Czech translation of: "dpkg - warning: ignoring request to
12967 remove %s which isn't installed." Closes: #117518
12968 * Marco Nenciarini <mnencia@prato.linux.it>:
12969 Fix missing space in Italian translation when listing files, and the
12970 file is diverted. Closes: #138244
12971 * Piotr Roszatycki <Piotr_Roszatycki@netia.net.pl>:
12972 Update Polish translation. Closes: #142370
12973 * Martin Quinson <mquinson@ens-lyon.fr>:
12974 Fix missing space in French translation of: "%s - warning: downgrading
12975 %.250s from %.250s to %.250s.\n" Closes: #149142
12976 * Hidetaka Iwai <tyuyu@sings.jp>:
12977 Fix typo in Japanese translation of dpkg --force-help; downgrade ->
12978 downgrade: Closes: #157819
12979 * Martin Quinson <mquinson@ens-lyon.fr>:
12980 Fix French translation when listing files, and the file is diverted.
12982 * Rune Schjellerup <olberd@odense.kollegienet.dk>:
12983 Fix Danish translation of(was missing the leading space): " does not
12984 appear to be available\n" Closes: #192972
12985 * Fix md5sum when handling large files. Closes: #162691
12986 * Fix dpkg-checkbuilddeps calling of parsedep. It wasn't setting
12987 use_arch. Closes: #212796.
12988 * Joey Hess <joeyh@debian.org>:
12989 Change formatting of info.dir. Closes: #167379.
12991 -- Adam Heath <doogie@debian.org> Sat, 25 Oct 2003 15:46:16 -0500
12993 dpkg (1.10.15) unstable; urgency=low
12995 * Fix detection of va_copy.
12996 * Back out debian/rules build-arch detection. It is *not* possible *at
12997 all* to detect available targets in a rules file. Period.
12999 -- Adam Heath <doogie@debian.org> Fri, 19 Sep 2003 20:02:19 -0500
13001 dpkg (1.10.14) unstable; urgency=low
13004 * Rewrote the parsedep stuff, so that it wasn't done during control
13005 file parsing. Scripts that need the internal parsed format should
13006 call parsedep on the field's value.
13007 * Split the substvars parsing into a separate function.
13008 * No longer validate dependency fields when reading the control file.
13009 Some fields may have vars in them, which breaks the validation.
13010 * dpkg-gencontrol calls substvars after parsing the control file, and
13011 then validates the substituted depends lines. Originally,
13012 substitution occurred only during writing of the final output file.
13013 * Andreas Barth <aba@not.so.argh.org>:
13014 Fix bad regex that didn't allow spaces in dependency field parsing.
13015 It now directly matches what the c code expects. It previously was
13016 allowing all of \S, which matched on '('.
13018 * Remove stale debug in debian/control that would have broken
13019 installation on s390.
13020 * We were calling our own local copy of dpkg-gencontrol, but the
13021 system-installed copy of dpkg-shlibdeps. Now, both are called from
13022 the build directory.
13024 -- Adam Heath <doogie@debian.org> Fri, 19 Sep 2003 12:29:34 -0500
13026 dpkg (1.10.13) unstable; urgency=low
13028 * Fix parsing of deps when both () and [] are specified.
13029 * Set $host_arch in controllib.pl:parsedep.
13030 * dpkg-checkbuilddeps doesn't output the [] stuff when finding invalid
13033 -- Adam Heath <doogie@debian.org> Wed, 17 Sep 2003 13:23:15 -0500
13035 dpkg (1.10.12) unstable; urgency=low
13037 * Fix dpkg-source output of build-depends lines.
13039 -- Adam Heath <doogie@debian.org> Tue, 16 Sep 2003 13:43:45 -0500
13041 dpkg (1.10.11) unstable; urgency=low
13043 * dpkg no longer provides any BYHAND files. If you need the source
13044 tarball, use the orig.tar.gz file available in the pool. The
13045 precompiled tars were hold-overs from when debs were not standard
13047 * Install /usr/share/doc/dpkg/pseudo-tags, which talks about the bug
13048 titling we use to mark bugs for filtering in the Debian bts.
13050 * Teach dpkg-source that ~ is legal in version numbers
13051 * Add build-depends on sgml-base, and increase gettext build-depends to
13053 * Updated config.sub and config.guess in cvs.
13054 * Change use of strncpy in parsedb to memcpy. Closes: #160447
13055 * No longer generate helpmsgs.{cc,h}.
13056 * several controllib changes:
13057 * Moved dependency parsing logic from dpkg-checkbuilddeps.
13058 The dpkg-checkbuilddeps parser didn't support empty fields, while
13059 the controllib parser did.
13060 * All dependency fields parsed by controllib.pl support [arch]
13061 specifiers. If the arch specifier doesn't apply for the current
13062 arch, then the item will not be added to the internal list structure.
13063 * Comment lines(that begin with '#') are removed during parsing.
13064 * Store the original casing of field names, for use in error reporting.
13065 * Store the original field's casing with 'o:' prepended in %fi.
13066 * ballombe@merulo.debian.org:
13067 dpkg-checkbuilddeps now handles empty fields. Closes: #111562
13068 * Branden Robinson <branden@debian.org>:
13069 support comments(first char on line begins with '#') in
13070 debian/control. Closes: #191810
13071 * Bastian Blank <waldi@debian.org>:
13072 Allow for per-arch generated dependency fields. Closes: #170575
13073 * Branden Robinson <branden@debian.org>:
13074 Report the original casing of field names when they are unknown.
13076 * Patch dpkg-buildpackage to call debian/rules -qn build-arch, and if
13077 it's available, modify -B handling appropriately. If build-arch is not
13078 available, then when -B was called, do *not* pass -B on to
13079 dpkg-checkbuilddeps. Closes: #203097
13080 * Frank Lichtenheld <frank@lichtenheld.de>:
13081 Apply patch, to handle missing infodir.bak, and empty files. Closes:
13083 * Change standard_startup and standard_shutdown into macros. Closes:
13085 * Andrew Suffield <asuffield@debian.org>:
13086 Fix inverted test of eof in parsedb, while looking for eof after
13087 field name. Closes: #198218
13088 * Yann Dirson <dirson@debian.org>
13089 Add set -e to dpkg-doc.postinst. Closes: #191261
13090 * Michael Weber <michaelw@debian.org>:
13091 dpkg --print-architecture now does gcc -dumpmachine instead of
13092 --print-libgcc-file-name. Closes: #131893, #8241, #106793, #210285
13093 * Daniel Silverstone <dsilvers@digital-scurf.org>:
13094 Apply patch to change hashing function, and increase bin size, for
13095 the package database. Closes: #206416
13096 * Paul Eggert <eggert@CS.UCLA.EDU>:
13097 Apply patch to make dpkg work with POSIX 1003.1-2001. Closes:
13099 * Joey Hess <joeyh@debian.org>:
13100 Fix "stripping trailing /" message from dpkg-statoverride. Closes:
13102 * Sami Liedes <sliedes@cc.hut.fi>:
13103 Increase filesdb bin size, and alter hashing function. Closes:
13105 * Anthony Towns <aj@azure.humbug.org.au>:
13106 Retry removing empty dirs during purge. Closes: #112386
13107 * Darren Salt <linux@youmustbejoking.demon.co.uk>:
13108 Add .cvsignore to dpkg-source's default diff ignore regex. Also fix
13109 missing \ escape for .deps. Closes: #174013
13110 * Koblinger Egmont <egmont@uhulinux.hu>:
13111 Fix segfault with --status-fd. Closes: #173618
13112 * Colin Watson <cjwatson@debian.org>,
13113 Andrew Suffield <asuffield@debian.org>:
13114 Add .svn, {arch}, and .arch-ids to dpkg-source -i default regex.
13116 * Falk Hueffner <falk@debian.org>:
13117 Added alphaev68-linux-gnu to archtable. Closes: #199360
13118 * Elie Rosenblum <fnord@debian.org>:
13119 Apply patch to support OpenBSD. Closes: #154277
13120 * Geoff Richards <qef@laxan.com>:
13121 Add --config to action section, and add as EXAMPLES section. Closes:
13123 * Yann Dirson <dirson@debian.org>:
13124 install-info --version and --help now display on stdout. Closes:
13126 * Dan Jacobson <jidanni@dman.ddts.net>:
13127 Mention what dpkg and dpkg-query -S will not find. Closes: #153096
13128 * Sebastian Leske <sleske@enterprise.mathematik.uni-essen.de>:
13129 Mention in dpkg(8) that downgrading a package can have serious
13130 consequences. Closes: #61156
13131 * Dan Jacobson <jidanni@dman.ddts.net>:
13132 In dpkg-scanpackages(8), including small note that other tools might
13133 use the generated Packages file. Closes: #208894
13134 * Warren Turkal <wturkal@cbu.edu>:
13135 Fix some typos in dpkg-source(1). Closes: #207259, #204123, #167426
13136 * Dan Jacobson <jidanni@dman.ddts.net>:
13137 Alter text in dselect(8), implying that other interfaces are available
13138 for installing packages. Closes: #206164.
13139 * Daniel Bonniot <bonniot@users.sourceforge.net>:
13140 Note in start-stop-daemon(8) that --nicelevel takes an argument.
13141 * Ruben Porras <nahoo82@telefonica.net>:
13142 Remove duplicate 'can' in deb-control(5). Closes: #183840
13143 * Dan Jacobson <jidanni@dman.ddts.net>:
13144 Fix short description in dpkg-scansources(8). Closes: #175770
13145 * Zefram <zefram@fysh.org>:
13146 In dpkg(8), move dpkg-query options to their own subsection, like
13147 dpkg-deb. Closes: #174971
13148 * Thomas Hood <jdthood@yahoo.co.uk>
13149 Add --dry-run and --simulate as synonyms to --no-act. Closes:
13151 * Junichi Uekawa <dancer@netfort.gr.jp>:
13152 Fix wrong reference to DEB_BUILD_GNU_SYSTEM on --host in
13153 dpkg-architecture(1). Closes: #163621
13154 * Michael Klein <michael.klein@puffin.lb.shuttle.de>:
13155 s/Usuaully/Usually/ in deb-control.5. Closes: #161819
13156 * Joey Hess <joeyh@debian.org>:
13157 Removed reference in dselect(8) about recommends not being handled
13158 well. Closes: #157973
13159 * Andrew Suffield <aps100@doc.ic.ac.uk>:
13160 s/dpkg-source/dpkg-parsechangelog/ in dpkg-parsechangelog -h.
13162 * Matej Vela <vela@debian.org>:
13163 Unhighlight "May be repeated multiple times." in dpkg-source(1).
13165 * Jordi Mallach <jordi@debian.org>:
13166 Make all actions in dpkg-deb -h lower case. Closes: #150642
13167 * Alexander Hvostov <root@aoi.dyndns.org>:
13168 Add -g|--group to start-stop-daemon, and document properly. Closes:
13170 * Szerb Tamas <toma@mlf.linux.rulez.org>:
13171 s/THANKS/THANKS.gz/ in dpkg(8). Closes: #91348
13172 * "James R. Van Zandt" <jrv@vanzandt-pc.mitre.org>:
13173 In dpkg(8), mention running dselect, install after --set-selections.
13175 * Yann Dirson <dirson@debian.org>:
13176 Remove disabled --command-fd from help. Closes: #169619
13177 * Tobias Burnus <tburnus@physik.fu-berlin.de>:
13178 Apply patch to update-alternatives that provides --set and --remove-all
13179 commands. Closes: #133745.
13180 * Osamu Aoki <debian@aokiconsulting.com>:
13181 Add --all to update-alternatives, that calls --config on all
13182 alternatives. Closes: #126621
13183 * Dan Jacobson <jidanni@jidanni.org>:
13184 Alter --config prompt, to be more clear, that one must 'press' enter to
13185 accept the default. Closes: #203557
13186 * Peter Moulder <pmoulder@bowman.csse.monash.edu.au>:
13187 Fix some -w issues in update-alternatives. Closes: #137313
13188 * Eduard Bloch <edi@gmx.de>:
13189 Apply patch to check whether the target path exists on removing.
13191 * Colin Walters <walters@debian.org>:
13192 After opening files, set binmode. Closes: #175363
13194 -- Adam Heath <doogie@debian.org> Tue, 16 Sep 2003 12:52:11 -0500
13196 dpkg (1.10.10) unstable; urgency=low
13198 * Update archtable for hurd. Closes: #187509.
13199 * Make the dpkg-iasearch conflicts versioned. Closes: #170698.
13200 * Surround sed call with '' in Makefile.in. Closes: #187534.
13201 * Strip trailing / from the file args in dpkg-statoverride. Closes:
13203 * Modified to use autotools-dev. Closes: #179656.
13204 * Add netbsd support. Closes: #179658, #179659.
13205 * Support hyphenated values in dpkg-architecture. Closes: #179661
13206 * No longer managed the /usr/doc symlinks.
13208 -- Adam Heath <doogie@debian.org> Sat, 26 Apr 2003 15:10:24 -0500
13210 dpkg (1.10.9) unstable; urgency=low
13212 * Fix dereference in main/help.c:cu_closefd(), which was the cause of
13213 close(random number) on most arches, but close(0) on s390x.
13214 * Add s390x to archtable. Closes: #160976.
13216 -- Adam Heath <doogie@debian.org> Sun, 15 Sep 2002 13:21:38 -0500
13218 dpkg (1.10.8) unstable; urgency=low
13220 * Make the multiline regex have an upper bound, instead of being
13221 unbounded, as newer perls have a larger stack frame, which cause them
13222 to segfault quicker with larger inputs. Closes: #159756.
13224 -- Adam Heath <doogie@debian.org> Thu, 5 Sep 2002 16:32:01 -0500
13226 dpkg (1.10.7) unstable; urgency=low
13228 * Fix double free in modstatdb_init, in the case that modstatdb_shutdown
13229 was called previously. Closes: #159515.
13231 -- Adam Heath <doogie@debian.org> Tue, 3 Sep 2002 18:59:19 -0500
13233 dpkg (1.10.6) unstable; urgency=low
13235 * Don't call nffreeall, in any of the c/c++ programs. It appears dselect
13236 slightly corrupts it's memory enough that it can't be freed without
13237 segfaulting. Closes: #159023.
13239 -- Adam Heath <doogie@debian.org> Sun, 1 Sep 2002 00:19:18 -0500
13241 dpkg (1.10.5) unstable; urgency=low
13243 * Fix segfault in md5sum if the file being checked doesn't exist.
13245 * Fix extraction of md5sum in dpkg-scanpackages. Closes: #153769.
13246 * Handle directories better in md5sum. Closes: #157453.
13247 * Fix read past buffer in lib/nfmalloc.c. Closes: #157304.
13248 * Fix several read pass buffer bugs, and a memleak. Closes: #155362.
13249 * Fix segfault when --auto-deconfigure is given. Closes: #157762.
13250 * Allow spaces between the end of a version, and the trailing ')'.
13252 * Fixes for HURD: Closes: #156545
13253 * Add i386-gnu0.3 to archtable.
13254 * Fix handling of static compiles, with regard to zlib.
13255 * Previous install-infos(before 1.10) handled multiple dir file entries,
13256 because they would copy the entire stanza unmodified. The newest
13257 version does not do this, as it reformats the options, and thereby
13258 only takes the first line. So, we now split all the lines from the
13259 stanza, and process them all. Closes: #147492.
13260 * Fix corruption of available file, caused by use of memory that was
13261 previously freed. Closes: #154257.
13262 * Fix several minor memleaks.
13263 * Remove /usr/sbin/start-stop-daemon. Closes: #156437.
13265 -- Adam Heath <doogie@debian.org> Thu, 29 Aug 2002 16:43:15 -0500
13267 dpkg (1.10.4) unstable; urgency=low
13269 * Remove -ffunction-sections and -fdata-sections. Closes: #152130.
13270 * Install archtable into /usr/share/dpkg/.
13272 -- Adam Heath <doogie@debian.org> Sun, 14 Jul 2002 15:17:56 -0500
13274 dpkg (1.10.3) unstable; urgency=low
13276 * Move dselect.cfg to dselect package. Closes: Bug#152132
13277 * Install methods into /usr/lib/dpkg/methods, not /usr/lib/dpkg. Closes:
13279 * Fix test inversion in start-stop-daemon, when checking the pid given in
13280 a pid file. Thanks Thomas Morin <thomas.morin@enst-bretagne.fr>.
13282 * If in --test mode, and --stop is given, increment n_killed, so that
13283 start-stop-daemon returns the proper exit value. Thanks Thomas Morin
13284 <thomas.morin@enst-bretagne.fr>. Closes: #151992.
13286 -- Adam Heath <doogie@debian.org> Thu, 11 Jul 2002 22:58:43 -0500
13288 dpkg (1.10.2) unstable; urgency=low
13290 * Make configuration files in $HOME work again
13291 * dpkg + dpkg-static conflict with dpkg-dev << 1.9, to fix md5sum error
13292 in dpkg-source. Closes: #151691.
13293 * Remove -Z from patch call, in dpkg-source, as it makes patch warn about
13294 missing timestamps. Closes: #151965
13295 * Install debian/dselect.conffiles.
13297 -- Adam Heath <doogie@debian.org> Thu, 4 Jul 2002 21:08:09 -0500
13299 dpkg (1.10.1) unstable; urgency=low
13301 * Add conflict with dpkg-iasearch which intruded on our namespace.
13302 * Replace manpages-de which includes one of our manpages. Closes: #151485
13303 * Don't always call autoheader when building. Closes: #151471
13304 * Fix double conflict in dpkg. Closes: Bug#151581
13305 * Move dselect methods to dselect package.
13306 * dpkg-checkbuilddeps no longer checks for build-essential. dpkg should
13307 not hardcode Debian policy.
13308 * Make dpkg-genchanges accept ~ as part of a package filename.
13310 * Move dpkg.cfg and dselect.cfg manpages into dpkg package. Closes: Bug#132901
13312 -- Wichert Akkerman <wakkerma@debian.org> Tue, 2 Jul 2002 12:34:07 +0200
13314 dpkg (1.10) unstable; urgency=low
13316 * dpkg now reorders symlinks when extracting debs. However, this is also
13317 still done when building debs. After a stable release of Debian has
13318 occurred with this modified dpkg, the reordering when building can be
13320 * Fixed upper/lowercase problems with package names. Closes: Bug#58091
13322 * Add Russian manual pages
13323 * Fix n in dselect package list (performs searchagain now)
13324 * Fix layout problem in dpkg-divert manpage. Closes: Bug#103667
13325 * When a package is set to hold, and a reinstallation is requested,
13326 -E will not properly skip it. Closes: #45787.
13327 * Make dpkg-checkbuilddeps use dpkg-architecture. Closes: Bug#104230
13328 * Improve dpkg-architecture documentation. Closes: Bug#104232
13329 * Update German translation. Closes: Bug#97239
13330 * Update Polish translation. Closes: Bug#115783
13331 * Update French translation.
13332 * Update Brazilian translation.
13333 * Update Danish translation.
13334 * Update Galician translation.
13335 * Update Portuguese translations.
13336 * Add Catalan translation
13337 * Add German md5sum manpage
13338 * Add Brazilian update-alternatives manpage. Closes: Bug#122132
13339 * Improve dselect manpage. Closes: Bug#103839
13340 * dpkg-name(1) no longer mentions the non-existing dpkg(5) manpage.
13342 * Improve handling of Recommends and Suggests in dselect. Closes: Bug#34942
13343 * Add per-user configuration files. Closes: Bug#103845
13344 * Split dselect into its own package. dpkg Pre-Depends on it
13345 to make sure no weird things happen during an upgrade but this
13346 will allow us to make dselect option at some point in the future.
13348 * Make colours in dselect user-configurable. Closes: Bug#103994
13349 * Make Q do an abort in the method selection menu to make things more
13350 consistent with the package list
13351 * Fix test for nice(2) failure in start-stop-daemon. Closes: Bug#104561
13352 * Improve the dselect helpscreen a bit. Closes: Bug#72634
13353 * New version comparison routine that can handle arbitrarily large numbers
13354 and accepts `~' as a low-sorting character. Closes: Bug#93386
13355 * dselect now accepts regular expressions when searching for packages
13356 and can search in package descriptions as well.
13357 Closes: Bug#81009,#83139
13358 * Move query commands into a separate dpkg-query command. For the old options
13359 (-L,-l,-s,-S) dpkg will still call it for you.
13360 * Add configurable package listing support to dpkg-query
13361 * Handle window resize in dselect main menu. Closes: Bug#98275
13362 * update-rc.d moved to the sysvinit package. Closes: Bug#108887,#109282
13363 * Add --showformat and --show options to dpkg-deb and dpkg-query to
13364 allow one to customize the output format
13365 * several install-info cleanups:
13366 * Move /usr/info/dir to /usr/share/info/dir. Closes: #67174.
13367 * If /usr/share/info doesn't exist, print a message saying so,
13368 instead of the confusing "couldn't lock" error. Closes: #2531.
13369 * If /usr/share/info/dir doesn't exist, or is empty, try to copy the
13370 backup from /var/backups/infodir.bak. Closes: #121309.
13371 * Add a --remove-exactly option, and allow for relative filenames.
13373 * Use the section from the .info file if --section is not given.
13375 * Error messages now include the filename being processed.
13377 * /usr/share/info/dir now has it's entries formatted to even widths.
13379 * --calign|--align|--maxwidth are now ignored.
13380 * strip enoent as well. Closes: Bug#112378
13381 * Fix format error in Dutch translation. Closes: Bug#113120
13382 * When parsing stdin, md5sum now displays '-' as the filename, to match
13383 textutils md5sum. Closes: #121489.
13384 * Apply patch from bug, to give update-alternatives a --list command.
13386 * Make dpkg-checkbuilddeps always check for build-essential.
13387 Closes: Bug#118420.
13388 * Use space separated output instead of comma separated in
13389 dpkg-checkbuilddeps
13390 * Update default ignore expression in dpkg-source to also match *~ and
13391 *.swp in subdirs. Closes: Bug#127458
13392 * Handle errors when verifying md5sums. Closes: Bug#102367
13393 * dpkg-source now uses reliable timestamps for changed files.
13395 * Fix typo in start-stop-daemon help message. Closes: Bug#131439
13396 * update-alternative exits with a non-zero exit code when displaying
13397 a non-existing alternative. Closes: Bug#131496
13398 * Use gzip -c in install-info. Closes: Bug#131758
13399 * start-stop-daemon works on HP-UX now. Closes: Bug#130130
13400 * Fix dselect spin when run without input. Closes: Bug#132476
13401 * Update-alternatives now correctly restores an alternative to auto mode
13402 when removing a manually selected alternative. Closes: Bug#132632
13403 * Copy bugs and origin information into status file. Closes: Bug#132714
13404 * Improve wording of update-alternatives --config text. Closes: Bug#133035
13405 * Add manpages for dpkg.cfg and dselect.cfg. Closes: Bug#132901
13406 * Improve test for illegal packagename for dpkg-gencontrol -p option
13407 * Fix segfault when getenv("PATH") returns null. Closes: Bug#136349
13408 * Add Large File Summit extensions. Closes: Bug#130509
13409 * Fix typo in dpkg-source manpage. Closes: Bug#141906
13410 * Re-fix handling of multiple blank lines in control. Closes: Bug#143117
13411 * Document --force-confmiss and --force-bad-verify. Closes: Bug#146855
13412 * Drop upgrade compat stuff in dpkg postinst for ancient versions (over
13414 * Always set CLOEXEC on the lock fd. Closes: Bug#147872
13415 * Clean up tmp files when ctrl-c is sent to dpkg-source. Closes:
13417 * dpkg-source no longer requires exact case matches for fields in
13418 debian/control. Closes: Bug#139159.
13419 * dpkg-scanpackages now gives proper case for Source and Installed-Size.
13420 Closes: Bug#119532.
13421 * dpkg-architecture: s/build on/built on/; same for 'build for'.
13422 Closes: Bug#140441.
13423 * cl-debian.pl now recognizes emergency as valid in changelogs.
13424 Closes: Bug#138013.
13425 * Properly count recursive expansion of variables, instead of just
13426 counting all variable expansions. Closes: #144121.
13427 * Add -I<filename> to dpkg-buildpackage and dpkg-source, to excludes
13428 files from tar, when building a native package. Closes: Bug#75947.
13429 * Close the old debian/files file, before doing a rename. Closes:
13431 * Fix documentation of -v<version> for dpkg-parsechangelog, removing the
13432 requirement that the version has to be in the changelog. Closes:
13434 * Fix typo in dpkg-source(1), for '-sU'. Closes: Bug#126340.
13435 * Add dpkg-scansources to dpkg-scanpackages(8). Closes: Bug#147924.
13436 * Change /usr/info into a symlink to /usr/share/info if possible
13438 -- Wichert Akkerman <wakkerma@debian.org> Fri, 21 Jun 2002 21:53:15 +0200
13440 dpkg (1.9.21) unstable; urgency=low
13442 * Fix corrupt Swedish translations that would some error messages display
13444 * Enable --force-overwrite by default in /etc/dpkg/dpkg.cfg
13445 * dpkg.cfg is now no longer a conffile. This means the installer can
13446 change defaults depending on how an install is done
13447 * Detect truncated debs, and abort the unpack. Closes: #138569.
13448 * Improve dpkg(8) --force documentation
13449 * Fix error in Russian dselect translation
13451 -- Wichert Akkerman <wakkerma@debian.org> Thu, 16 May 2002 19:42:29 +0200
13453 dpkg (1.9.20) unstable; urgency=medium
13455 * Fix assertion when --auto-deconfigure is set. Closes: #137765.
13456 * Fix segfault discovered by fixing the above.
13457 * Fix segfault when getenv("PATH") returns null. Closes: #136349
13458 * Recompiled against updated zlib, to fix possible security issue. Also
13459 bumped build-depends to match. Closes: #137931(grave)
13461 -- Adam Heath <doogie@debian.org> Sun, 17 Mar 2002 02:52:44 -0600
13463 dpkg (1.9.19) unstable; urgency=medium
13465 * install-info continues to read all data from a pipe, until EOF.
13466 Closes: #99816(grave).
13467 * Add Catalan translation
13468 * Update Danish translation. Closes: Bug#131869
13469 * Update French translation.
13470 * update-alternative exits with a non-zero exit code when displaying
13471 a non-existing alternative. Closes: Bug#131496
13472 * Changed Maintainer to debian-dpkg@lists.
13473 * Fix "Up to date installed packages" for polish translation. Closes:
13475 * Swap updated/up-to-date polish translations(they were reversed).
13476 Closes: #117583, #102961.
13477 * Mark /etc/alternatives/README as a conffile.
13478 * Strip .note, .comment, and /usr/lib/dpkg/enoent.
13479 * Make dpkg-gencontrol not warn about Uploaders. Closes: #111090.
13481 -- Adam Heath <doogie@debian.org> Sat, 2 Feb 2002 11:47:34 -0600
13483 dpkg (1.9.18) unstable; urgency=low
13485 * Fix MD5Sum corruption when upgrading a package. Closes: Bug#113961.
13486 * Add Wichert and I to debian/control:Uploaders.
13488 -- Adam Heath <doogie@debian.org> Sat, 3 Nov 2001 00:31:00 -0600
13490 dpkg (1.9.17) unstable; urgency=low
13492 * updated-rc.d moved to the sysvinit package. Closes: Bug#108887,#109282
13494 -- Wichert Akkerman <wakkerma@debian.org> Wed, 22 Aug 2001 01:24:52 +0200
13496 dpkg (1.9.16) unstable; urgency=low
13498 * Revert architecture-change to dpkg-source from 1.9.11, see ChangeLog
13501 -- Wichert Akkerman <wakkerma@debian.org> Thu, 5 Jul 2001 22:42:11 +0200
13503 dpkg (1.9.15) unstable; urgency=low
13505 * Change policy of handling dscformat in dpkg-source
13506 * Fix the arglist construction for maintainer scripts
13507 * Revert dscformat to 1.0 since older dpkg-source versions do not have
13508 the new policy. In the future (starting at format 2.0 to maintain
13509 compatibility with old dpkg-source implementations) minor changes to
13510 the dscformat have to be fully backward and forward compatible.
13512 -- Wichert Akkerman <wakkerma@debian.org> Sat, 30 Jun 2001 16:41:43 +0200
13514 dpkg (1.9.14) unstable; urgency=low
13516 * Make the Uploaders field in a .dsc file optional.
13517 * Disabled sanity checking of source packages.
13519 -- Adam Heath <doogie@debian.org> Mon, 25 Jun 2001 02:22:40 -0500
13521 dpkg (1.9.13) unstable; urgency=medium
13523 * Add a -W option to dpkg-source(and the other utils, where it is just
13524 passed thru), to turn certain errors into warnings(of which, only
13525 one is changed, namely, the 'tar doesn't contain preceding directory'
13526 error). Closes: #101813, and partially 101845.
13527 * Don't error out if the files in the tar have leading './', for
13528 dpkg-source. (another partial close of 101845).
13529 * Handle the case where a single directory exists in the orig.tar.gz, but
13530 it is NOT of the form <pkg>-<ver>. Closes: #101845.
13531 * Set LC_ALL in dpkg-source when we call external programs when we are
13532 going to parse their output. Another bug from 101845.
13533 * Handle stating of truncated cpio filenames(100 char limit, bah), in
13534 dpkg-source. Another bug from 101845.
13535 * Add support for an Uploaders field, which is read from the first
13536 paragraph of debian/control, and propagated to the .dsc. This lists
13537 the people allowed to upload a package. If it is not set, then the
13538 value of the Maintainer is placed into this field of the .dsc. This
13539 bumps the .dsc format to 1.1. Closes: #101815.
13540 * Handle symlinks in the tarball, and don't error out if found.
13541 * in controllib, make warnerrors default to warnings. Affects
13542 dpkg-source. This will be changed to be errors in the future.
13544 -- Adam Heath <doogie@debian.org> Sun, 24 Jun 2001 13:48:52 -0500
13546 dpkg (1.9.12) unstable; urgency=medium
13548 * Fix do_script() bug. Closes: Bug#101552
13549 * Fix building and extracting of certain kinds of source packages.
13551 * Added Colin Watson to THANKS.
13553 -- Adam Heath <doogie@debian.org> Wed, 20 Jun 2001 18:27:03 -0500
13555 dpkg (1.9.11) unstable; urgency=low
13557 * The "Hang on to your hats, it gets bumpy from here." release.
13558 * Trim trailing spaces from package names when checking builddeps.
13560 * Apply patch from bug to fix logic error that kept everything but
13561 Build-Deps from working in checkbuilddeps. Closes: #101511.
13562 * Apply patch to correctly check the output of gcc on hurd, for
13563 dpkg-architecture. Closes: #99874.
13564 * The internal pod docs in dpkg-architecture were updated to reflect
13565 that -f was no longer implied when -q was given, but the build system
13566 wasn't generating new documentation. Closes: #100997.
13567 * deb(5) now has a see-also for deb-old(5). Closes: #99620.
13568 * Fix dpkg-shlibdeps infinite directory recursion thru symlinks.
13570 * Set the Architecture to 'source' only when doing source only uploads
13571 in the generated changes files. Closes: #100144.
13572 * Document -nc in the dpkg-buildpackage manpage. Closes: #101038.
13573 * Make dpkg-source work with GNU md5sum. Closes: #97666.
13574 * in dpkg-source, when both arch: all and arch: <arch> packages exist in
13575 debian/control, don't promote the source arch: to any, but only list
13576 all and <arch>. Closes: #94608
13577 * Apply patch from Colin Watson: Closes: #89679
13578 * Reset SIGPIPE to DEFAULT when forking gzip.
13579 * set LANG to C before execing cpio, as we parse its output.
13580 * In checktarcpio() and checktarsane(), use the previously open pipes,
13581 instead of the opening files on disk(which was the old, ancient way).
13582 * Improve the output parsing of tar in checktarsane().
13583 * warn instead of die when find returns an error(which happens if there
13584 is a dangling symlink, because we use -follow). Closes: #51479.
13585 * Change list of allowed urgencies in debian/changelog to: low, medium,
13586 high, and critical. Closes: #94475.
13587 * Error out if an illegal package name is used in dpkg-gencontrol.pl.
13589 * Apply patch from Marcus Brinkmann to dpkg-buildpackage: Closes:
13591 * Option -a implies option -d.
13592 * Set ARCH correctly to host architecture, rather than build arch.
13594 -- Adam Heath <doogie@debian.org> Tue, 19 Jun 2001 22:15:25 -0500
13596 dpkg (1.9.10) unstable; urgency=low
13598 * Fix [arch] parsing, and handle extra spaces better. Closes: #100512,
13600 * Apply patch from bug, to fix cleanup of dpkg-divert temp files.
13602 * Swap j/k keys on the main menu, so they function like the package
13603 selection screen(and like vi). Closes: #100502.
13604 * Multiple fixes in bug: Closes: #99892.
13605 * s/DEAD_JOE/DEADJOE/ in dpkg-source.
13606 * Switch to auto mode if alternative symlink is missing.
13607 * Update Spanish translation
13609 -- Adam Heath <doogie@debian.org> Sat, 16 Jun 2001 14:57:45 -0500
13611 dpkg (1.9.9) unstable; urgency=low
13613 * The leading and trailing spaces patch in the last upload had some
13614 issues with trailing spaces. This fixes them. No bug to close, as the
13617 -- Adam Heath <doogie@debian.org> Wed, 6 Jun 2001 22:36:57 -0500
13619 dpkg (1.9.8) unstable; urgency=low
13621 * Remove leading and trailing spaces from versions, and check for
13622 embedded spaces, inside dpkg. Closes: #99186.
13623 * Handle varied use of spaces in dpkg-checkbuilddeps. Closes: #98899.
13624 * Reset SIGPIPE back to default, in dpkg-source. Closes: #98563.
13625 * Remove bogus $! check from dpkg-architecture. Closes: #99428.
13627 -- Adam Heath <doogie@debian.org> Sat, 2 Jun 2001 15:15:04 -0500
13629 dpkg (1.9.7) unstable; urgency=low
13631 * If a new file doesn't exist on disk, but is a going to be installed as
13632 a directory, then don't error out. Closes: Bug#17381.
13633 * Update japanese manpages. Closes: Bug#97831.
13634 * Update it.po. Closes: Bug#98273.
13635 * Fix bad cleanup in dpkg-divert. Closes: Bug#98578,#98828,#98831.
13637 -- Adam Heath <doogie@debian.org> Mon, 28 May 2001 18:59:03 -0500
13639 dpkg (1.9.4) unstable; urgency=low
13641 * Oops. EOF_mmap incorrectly detecting the end of the data block.
13643 * After fixing the above bug, and using debootstrap to build a sid
13644 chroot, I discovered that my previous dependency cycle fix could cause
13645 segfaults in some situations.
13647 -- Adam Heath <doogie@debian.org> Tue, 1 May 2001 23:04:46 -0500
13649 dpkg (1.9.3) unstable; urgency=low
13651 * Fix compiles on ppc. Closes: Bug#95918.
13653 -- Adam Heath <doogie@debian.org> Tue, 1 May 2001 00:29:45 -0500
13655 dpkg (1.9.2) unstable; urgency=low
13657 * Recompile, to fix incorrect path 1.9.1/dpkg-divert. Closes: Bug#95845
13659 -- Adam Heath <doogie@debian.org> Mon, 30 Apr 2001 14:21:28 -0400
13661 dpkg (1.9.1) unstable; urgency=low
13663 * Fix segfault with empty status and available, and when missing a
13664 trailing new line. Closes: Bug#95496
13665 * Make dpkg-shlibdeps not care if dpkg --search return with an error.
13667 * Fix corruption of user-defined fields in status and available.
13669 * Changed dpkg.cfg to include no-debsig by default, as no debs are
13670 currently signed, and we get false errors when debsig-verify is
13671 installed. This will be removed in the future, when the archive tools
13672 support package signatures. Closes: Bug#95573
13673 * dpkg-buildpackage should only check for valid signinterface if the
13674 user specifies one. Closes: Bug#95598
13675 * Fix removing of diversions. Closes: Bug#95655
13676 * Fix md5sum -c. Closes: Bug#95586
13678 -- Adam Heath <doogie@debian.org> Sat, 28 Apr 2001 16:28:21 -0500
13680 dpkg (1.9.0) unstable; urgency=low
13682 * Things should mostly work OpenBSD 2.8 as well now
13683 * Added a --status-pipe option.
13684 * Fixed several memleaks.
13686 * Reworked lib/parse.c:parsedb(). Instead of using getc(), then
13687 calling varbufaddc(), it now reads the entire file at once into a
13688 huge buffer, then moves pointers around, to do the parsing. This
13689 gave a speedup of 33% on a dual celeron 333, when reading status and
13691 * various other speedups.
13692 * Removed all --smallmem code, as smallmem and largemem now actually
13693 use about the same amount of memory, and largemem is faster. Both
13694 --largemem and --smallmem are now obsolete options, and will print
13695 a warning if used. Closes: Bug#84905, #67528
13696 * Initialize uninitialized variables. This should solve several
13697 segfaults. Closes: Bug#25317(plus 9 others, thru the beauty of
13699 * Found that when working with dependency cycles, and part of the cycle
13700 was a provide, the provider was not being considered, so the cycle
13701 could not be broken. Closes: Bug#87985(and 3 others)
13702 * Update German translation, Closes: Bug#80529,#80532,#87581
13703 * Update French translation, Closes: Bug#65284,#85035,#87238
13704 * Update Japanese translation, Closes: Bug#93873
13705 * Updated all other translations (but no bugs filed)
13706 * Add Danish translation
13707 * Remove spurious '%s' in Polish translation, Closes: Bug#74814
13708 * Add French manpages, courtesy of Philippe Batailler
13709 * Ignore vim swapfiles in dpkg-source, Closes: Bug#81630
13710 * remove --import option from dpkg-statoverride, Closes: Bug#81358
13711 * Replace nfmalloc implementation with obstack. Added obstack.[ch] to
13712 optlib, for non-GNU systems.
13713 * dpkg-divert only allows absolute filenames now. Closes: Bug#82419
13714 * Handle diffs from non-existing files to existing files. Closes: Bug#82708,
13716 * Small fixes to the buildsystem. Closes: Bug#84361
13717 * Fix dpkg-statoverride --update for things other then plain files.
13719 * Fix race with source directory disappearing in dpkg-source.
13721 * Fix manpage for dpkg-gencontrol. Closes: Bug#84625
13722 * Add -n option for dpkg-gencontrol to specify a filename. Closes: Bug#75796
13723 * Use POSIX glob instead of regexp in debian/rules. Closes: Bug#83042,
13725 * fix typo in usage message for dpkg-divert, Closes: Bug#85977
13726 * Use full path for argv[0] when calling scripts. Closes: Bug#68783
13727 * Add ia64 support to dpkg-architecture.
13728 * Minor script changes, Closes: Bug#87485
13729 * Stop dpkg-genchanges from complaining about missing packages
13730 when doing a source-only build. Closes: Bug#87571,#15644,#25496
13731 * Various dpkg-architecture cleanups. Closes: Bug#87505
13732 * Modify dpkg-architecture to handle gcc versions containing letters.
13734 * dpkg-buildpackage updates: Closes: Bug#87572,#85847
13735 + make -C work properly
13736 + fix test for gpg secret keyring
13737 + improve source messages
13738 + skip signing pause when building unsigned packages
13739 + test for invalid signinterface. Closes: Bug#87579
13740 + remove debsign support, it's useless and doesn't work
13741 + Use correct architecture when naming .changes file. Closes: Bug#88015
13742 * Fix wording in dpkg-statoverride manpage for --add. Closes: Bug#85080
13743 * Fix typo in start-stop-daemon manpage. Closes: Bug#88225
13744 * Add dpkg-checkbuilddeps to check if build dependencies are satisfied
13745 and modify dpkg-buildpackage to call it if wanted.
13746 Closes: Bug#86453,#83812,#60717,#74372,#67896,#60717,#13961
13747 * dpkg-parsechangelog can read a changelog from stdin now. Closes: Bug#80142
13748 * Fix confusing wording for dpkg-buildpackage -uc option in manpage.
13750 * dpkg-statoverride now exits with exitcode 1 if we do a --list but don't
13751 output anything. Closes: Bug#84328
13752 * Remove Linux reference from all scripts, they should run fine on
13753 other OSes as well.
13754 * Mark last argument in dpkg-scanpackages usage info as optional.
13756 * Fix cache in dpkg-scanpackages version comparison. Closes: Bug#90722
13757 * Fix formatting error in dpkg-source.1. Closes: Bug#82723
13758 * Change dpkg-gencontrol to fix comma-related syntax errors after
13759 processing substvars. Closes: Bug#92908
13760 * Verify package signatures if debsig-verify is installed. Closes: Bug#37017
13761 * Handle window resize in dselect main menu. Closes: Bug#93559
13762 * Initialize all parts of the package record. This should fix several
13763 segfaults people have been seeing in dpkg. Closes: Bug#90328.
13764 * Apply patch from bug#86847, that escapes intl chars in filenames.
13765 Closes: Bug#83752, #85040, #86847, #89000.
13766 * Errors during dpkg -s(and other similar commands) are now printed
13767 on stderr. Closes: Bug#88987.
13768 * Add a --retry option to start-stop-daemon. Closes: Bug#75139
13769 * Fix regeps to extract Closes magic from a changelog so the #
13770 is really optional. Closes: Bug#94474
13771 * Remove useless statement from dpkg-shlibdeps. Closes: Bug#90516
13772 * Make the debian changelog parser identify itself with $progname.
13774 * Give a syntax error when we get an unexpected PGP signature in control
13775 files. Closes: Bug#75562
13776 * Change dpkg manpage to reflect that --force-statoverride is no enabled
13777 by default. Closes: Bug#95023
13778 * Handle dangling symlinks, by ignoring error code 1 from find, when
13779 processing --recursive. Closes: Bug#4784
13780 * dpkg -L, -S, -l, -s, and -p now return an error code if any package
13781 does not exist. Closes: Bug#4974, #72406
13782 * dselect has a configuration file as well now
13783 * Get ENOENT value at runtime in dpkg-divert instead of hardcoding it.
13785 * Fix wrong ENOENT test in dpkg-divert. Closes: Bug#95088
13786 * Add support for more SuperH variants (sh[34]{,eb}-linux-gnu)
13787 * Fix formatting and a typo in the dpkg manpage
13788 * Document the dpkg.cfg configuration file in dpkg(8)
13790 -- Wichert Akkerman <wakkerma@debian.org> Thu, 26 Apr 2001 12:39:16 +0200
13792 dpkg (1.8.3.1) unstable; urgency=low
13794 * Revert change to nfmalloc.c that was causing SIGBUS on sparc.
13796 -- Ben Collins <bcollins@debian.org> Sat, 13 Jan 2001 08:52:11 -0500
13798 dpkg (1.8.3) unstable; urgency=low
13800 * Do chown before chmod in dpkg-statoverride, Closes: Bug#81943
13801 * Fix recursion in dpkg-shlibdeps, Closes: Bug#81322
13802 * Really completely revert dpkg-source patches which broke backwards
13805 -- Wichert Akkerman <wakkerma@debian.org> Fri, 12 Jan 2001 00:02:22 -0800
13807 dpkg (1.8.2) unstable; urgency=low
13809 * Don't attempt to read from an input source when we only want 0 bytes.
13810 Also handle buggy systems that return EAGAIN instead of EINTR. Closes:
13813 -- Adam Heath <doogie@debian.org> Thu, 11 Jan 2001 00:43:50 -0600
13815 dpkg (1.8.1.1) unstable; urgency=low
13817 * Apply patch from bug to fix badly generated diffs(in some
13818 circumstances). Closes: #81152
13820 -- Adam Heath <doogie@debian.org> Sat, 6 Jan 2001 16:07:33 -0600
13822 dpkg (1.8.1) unstable; urgency=low
13824 * Make --name a valid option. Closes: #31206, #51953.
13825 * dpkg-deb -I <pkg> <control> works again
13826 * Update Swedish translation
13828 -- Wichert Akkerman <wakkerma@debian.org> Thu, 4 Jan 2001 19:31:13 +0100
13830 dpkg (1.8.0) unstable; urgency=low
13832 * Add -k|--symlink option to dpkg-name. Closes: #35040
13833 * Made the accelerator keys in dselect's main menu separate options, so
13834 that they can be translated separately. Closes: #50955.
13835 * Added depends on sysvinit (>= 2.72), so that we can make sure that
13836 /etc/rcS.d exists. Closes: #55037.
13837 * update-rc.d: Changed documentation and help, as -f only applies during
13838 remove. Closes: #55049.
13839 * Added a --force-all option. Closes: #61354.
13840 * Format help string for --abort-after like other option help strings.
13842 * Fix dselect methods to pass admindir to dpkg from dselect.
13843 * Minor tweak so that when patch 2.5.4 is manually used to apply a diff,
13844 it doesn't get applied multiple times. Closes: #65021
13845 * Add --nicelevel to start-stop-daemon, to alter a programs priority
13846 before starting. Closes: #65191.
13847 * Document that --largemem is the default, and that the test point is
13848 24 megs. Closes: #65607.
13849 * Document that --set-selections does not actually install any
13850 packages. Closes: #65340.
13851 * Fix typo in dpkg-deb.1. Closes: #65945.
13852 * Add --truename option to dpkg-divert. Closes: #68489.
13853 * Documented COLUMNS in dpkg(8). Closes: #77001.
13854 * Modified DPKG_C_GCC_TRY_WARNS() to call AC_SUBST, so that we can
13855 use the result of the test during build time. Closes: Bug#75138
13856 * Added description for "suggests" in main/depcon.c:describedepcon().
13858 * Removed bashing from dpkg.postinst.
13859 * Make '#' optional in Closes: tags. Closes: Bug#63137.
13860 * Add -t to -h output in dpkg-buildpackage: Closes: Bug#49598.
13861 * Fix typo in --compare-versions error message. Closes: Bug#66474.
13862 * -R doesn't mean --root. Closes: Bug#66068, #72013
13863 * Add armv3l to archtable. Closes: Bug#72125
13864 * Fix two memory leaks, and lesson the memory foot print a tad. Hints
13866 * Fix some things perl5.6 complains about. Closes: Bug#77337
13867 * Fix references to dpkg-deb manpage. Closes: Bug#77855
13868 * Update Galish translation
13869 * Add new --import option to dpkg-statoverride to make it easy to
13870 import suidmanager settings.
13871 * Speedup patches by Adam Heath
13872 * statoverride fixes by Robert Luberda, Closes: Bug#78436
13873 * Add Linux S/390 support. Closes: Bug#79063
13874 * Using libz to decompress data instead of calling gzip.
13876 * Add gettext to build-depends
13877 * Fix warning when trying to remove a non-existing statoverride.
13879 * Be more paranoid with file permissions when extracting files
13880 * Apply statoverrides to more then just files
13881 * Update update-alternatives manpage to use FHS instead of FSSTND.
13883 * List descriptions for udebs in .changes
13885 -- Wichert Akkerman <wakkerma@debian.org> Mon, 25 Dec 2000 17:19:31 +0100
13887 dpkg (1.7.2) unstable; urgency=low
13889 * Fix parsing of configuration files
13890 * Add new powerpc-linux-gnu entry to archtable. Closes: Bug#76522
13891 * No longer bother to install emacs things. I don't use emacs myself
13892 and can't support that properly.
13893 * scripts/dpkg-shlibdeps.pl: Make it parse soname's in the format of
13894 "libfoo-X.X.so" (e.g. libdb-3.1.so) and use it. Also make it give a
13895 warning if there is a NEEDED line in the objdump output that we cannot
13897 * scripts/dpkg-shlibdeps.pl: resolve library paths using a combination
13898 of the libc major version, and ldconfig -p output. Solves problems
13899 with errant libc5 deps.
13900 * Correct name of .changes file when doing source-only builds
13901 * Fix -ap option for dpkg-buildpackage. Closes: Bug#77305
13902 * Fix typo in update-alternatives manpage. Closes: Bug#77829
13903 * Fix typo in script-regexp update-rc.d. Closes: Bug#76029
13905 -- Wichert Akkerman <wakkerma@debian.org> Thu, 23 Nov 2000 18:55:50 +0100
13907 dpkg (1.7.1) unstable; urgency=medium
13909 * Fix a typo in the dpkg-statoverride manpage
13910 * dpkg-statoverride reads and writes the right file now
13911 * Make update-alternatives use the right dir for alternatives again
13913 -- Wichert Akkerman <wakkerma@debian.org> Tue, 7 Nov 2000 01:16:39 +0100
13915 dpkg (1.7.0) unstable; urgency=low
13917 * Allow the administrator to override file mode and ownership using the
13918 new dpkg-statoverride tool.
13919 * Use objdump instead of ldd in dpkg-shlibdeps
13920 * Fix logic in dpkg-shlibdeps so it looks for dependencies as specified
13921 in its documentation
13922 * Make update-alternatives update slave links with --config and properly
13923 switch the alternative to manual mode
13924 * HURD updates, Closes: Bug#57753,#57754,#57755
13925 * dpkg-architecture: -q should not imply -f, Closes: Bug#57761
13926 * add dpkg:UpstreamVersion and dpkg:Version substvars in dpkg-genchanges
13927 and dpkg-gencontrol. Closes: Bug#62069,#64774
13928 * dpkg-genchanges: add new Changed-By field to .changes with the last
13929 person who made a change, and modify the Maintainer-field to be the
13930 actual maintainer. Update the format-version to 1.7 to reflect this.
13931 * dpkg-genchanges: allow a space between # and a to-be-closed bugnumber
13932 * dpkg-deb: reorder files when building a package
13933 * dpkg-statoverride: new tool to override ownership and modes for files
13934 * Check COLUMNS environment for dpkg -l output. Closes: Bug#65536
13935 * Add Origin and Bugs fields to the control file
13936 * Install new /etc/dpkg/origins/debian file
13937 * Corrections and updates to Swedish translation.
13938 * Add Galician, German, Dutch and Brazilian translations
13939 * archtable: add ia64 and sh; revert sparc64 so that it turns into sparc.
13940 There won't be a full binary-sparc64 port. Closes: Bug#70788
13941 * dselect/main.cc: small fixups to get it to compile with gcc-2.96
13942 * Clean up fd handling in some places. Closes: Bug#69359,#69360,#69361
13943 * Document -k option for dpkg-buildpackage. Closes: Bug#71808
13944 * Install commented dummy shlibs.default and shlibs.override files
13945 * Give dpkg a configurationfile
13946 * dpkg-scanpackages now uses the most recent version if multiple versions
13947 of a package are found.
13948 * don't rename a file to itself in dpkg-source. Closes: Bug#75060
13949 * Fix buffer overflow in cmdname handling in start-stop-daemon.
13951 * Don't abort if start-stop-daemon tries to read a non-existing pidfile.
13953 * Update formatting of start-stop-daemon manpage. Closes: Bug#75110
13954 * Make a missing package a warning instead of an error in dpkg-genchanges
13956 -- Wichert Akkerman <wakkerma@debian.org> Sun, 5 Nov 2000 17:28:39 +0100
13958 dpkg (1.6.13) frozen unstable; urgency=low
13960 * Add Format-flag to .dsc format: we know we are going to change the
13961 format in the next release, this change will make dpkg-source abort
13962 with a reasonable error instead of doing unexpected things.
13963 * Fix error in gettext'ized string
13964 * Updated Czech, French, Polish and Spanish translations. Closes: Bug#63663
13965 * debian-changelog-mode.el: fix documentation string for
13966 debian-changelog-finalise-last. Closes: Bug#63003
13968 -- Wichert Akkerman <wakkerma@debian.org> Mon, 8 May 2000 16:08:53 +0200
13970 dpkg (1.6.12.99) frozen unstable; urgency=low
13972 * Pre-release for 1.6.13. which will only feature translation updates
13973 * Fix typo in dpkg-divert, Closes: Bug#60243
13974 * dpkg-genchanges: recognize non-deb packages (tarballs, such as
13975 dpkg-non-deb and boot-floppies disk tarballs). This makes sure that we
13976 include them when figuring out the Arch field in the .changes
13977 * mark another string as translateable, Closes: Bug#62543
13978 * fix location of --abort-after in --help output, Closes: Bug#62464
13979 * fix allocation error in checkpath(), Closes: Bug#62364
13980 * add Hold to list of desired package states in -l output, Closes: Bug#58765
13982 -- Wichert Akkerman <wakkerma@debian.org> Fri, 21 Apr 2000 11:52:59 +0200
13984 dpkg (1.6.12) frozen unstable; urgency=high
13986 * Fix test for gpg/pgp in dpkg-buildpackage. You can now build
13987 unsigned packages again. Closes: Bug#60395
13988 * Updated Spanish and Swedish translations. Closes: Bug#41735
13989 * Merge patch from Joel Klecker to remove emacsen-common stuff from dpkg-dev
13991 -- Wichert Akkerman <wakkerma@debian.org> Mon, 3 Apr 2000 16:50:02 +0200
13993 dpkg (1.6.11) frozen unstable; urgency=high
13995 * Oops, missed one case where the libc/ncurses conflict reared its
13996 ugly head and broke dselect miserably.
13997 * fix syntax error in dpkg-divert. Closes: Bug#60050
13999 -- Wichert Akkerman <wakkerma@debian.org> Fri, 10 Mar 2000 11:52:07 +1100
14001 dpkg (1.6.10) frozen unstable; urgency=low
14003 * The `it rains in Sydney' release
14004 * Mark another string in dselect as translateable, Closes: Bug#58618
14005 * Fix typos, Closes: Bug#58619
14006 * Change dselect keybindings slightly so `n' really does searchagain
14007 * Updated Czech and Spanish translations, Closes: Bug#58617
14008 * dpkg-divert.pl: reinstate last writeability-patch. Modified
14009 to not abort on ENOENT: this indicates a directory does not (yet)
14010 exist. If this happens don't try to rename. This should fix all
14011 current dpkg-divert problems. Closes: Bug#59207,#58596
14012 * update-alternatives: switch back to auto-mode when manually selected
14013 alternative is removed, Closes: Bug#54933
14014 * dselect no longer segfaults on SIGWINCH but does The Right Thing
14015 instead. Closes: Bug#54303,#58697,#59419
14017 -- Wichert Akkerman <wakkerma@debian.org> Tue, 7 Mar 2000 15:09:47 +1100
14019 dpkg (1.6.9) frozen unstable; urgency=low
14021 * Fix typo in update-alternatives manpage
14022 * dpkg-architecture: -q should not imply -f, Closes: Bug#57761
14023 * Cleanup bits of install-info to make it more stable
14024 * Fix Build-Dependency for ncurses, Closes: Bug#58073
14025 * Some more documentation updates, Closes: Bug#57985
14026 * Revert patch to check for writeable filesystems in dpkg-divert,
14029 -- Wichert Akkerman <wakkerma@debian.org> Fri, 18 Feb 2000 12:11:58 +0100
14031 dpkg (1.6.8) frozen unstable; urgency=low
14033 * Turn --force-overwrite on by default
14034 * Fix a couple of small buildsystem errors
14035 * Support multiple adjacent newlines in control-style files, Closes: Bug#56056
14036 * Updated Czech and Swedish translations
14037 * Revert patch to change order of things when purging a package,
14039 * Handle failed open of /dev/tty in dpkg -l, Closes: Bug# 55041
14040 * Update Japanese translations, Closes: Bug# 56641, #57494, #57595
14041 * Update extended description for dpkg-dev, Closes: Bug# 56675
14042 * Implement verbose option for update-alternative
14043 * Fix conflicts handling
14045 -- Wichert Akkerman <wakkerma@debian.org> Thu, 10 Feb 2000 15:31:31 +0100
14047 dpkg (1.6.7) frozen unstable; urgency=low
14049 * dpkg compiles on HP-UX, Solaris and IRIX now
14050 * start-stop-daemon can chroot now, Closes: Bug#54513
14051 * Allow space between # and the bugnumber in the changelog
14052 * Display package description with waddnstr, Closes: Bug#54313
14053 * Updated Japanese manpages, Closes: Bug#54690, #55080
14054 * Upload full source for packages with version *-0.1, Closes: Bug#54651
14056 -- Wichert Akkerman <wakkerma@debian.org> Sun, 16 Jan 2000 18:36:10 +0100
14058 dpkg (1.6.6) unstable; urgency=low
14060 * dpkg-buildpackage supports debsign, Closes: Bug#58333
14061 * fix update-alternatives manpage, Closes: Bug#53859
14062 * Updated Polish translation
14063 * Pass admindir to dpkg, Closes: Bug#54039
14064 * Fix dpkg -l output
14065 * Remove dpkg-safelist again, it had issues
14067 -- Wichert Akkerman <wakkerma@debian.org> Fri, 7 Jan 2000 19:51:45 +0100
14069 dpkg (1.6.5) unstable; urgency=low
14071 * Update Spanish translation
14072 * Don't strip 8th bit in dselect packagelists, Closes: Bug# 49061
14073 * Don't use \z in dpkg-scansources, Closes: Bug# 53182
14074 * Correctly unregister internals manual, Closes: Bug# 53200
14075 * dselect helpessages can be translated now, Closes: Bug# 51381
14076 * dselect UI tweaks, including a new --expert mode
14077 * Added build-depends, Closes: Bug# 53394
14078 * Added THANKS-file with people who have contributed to the code
14079 * Use full width of tty in packagelisting, Closes: Bug# 53395
14080 * Add -z option to dpkg-deb to set compressionlevel when building
14081 packages, Closes: Bug# 53398
14082 * Fix segfaults when producing a diff between current and new conffile,
14085 -- Wichert Akkerman <wakkerma@debian.org> Sat, 25 Dec 1999 04:47:09 +0100
14087 dpkg (1.6.4) unstable; urgency=low
14089 * No longer byte-compile for emacs
14090 * Add Swedish translation
14091 * start-stop-daemon: honour --oknodo if we fail to kill a process
14092 Closes: Bug#52580,#52185,#52457
14093 * Fix dselect program description, Closes: Bug#52328
14094 * Fix architecture-detection in dpkg-gencontrol, Closes: Bug#52616
14095 * Accept single-number values in update-rc.d, Closes: Bug#46810
14097 -- Wichert Akkerman <wakkerma@debian.org> Sun, 19 Dec 1999 16:27:48 +0100
14099 dpkg (1.6.3) unstable; urgency=high
14101 * Comment dselect changes from 1.6.2, they seem to have a problem
14102 Closes: #52043,52058,52088,51437
14103 * Really fix emacs-stuff. Hopefully. Closes: #51919,51525
14104 * Fix copyright display in dselect menu, Closes: #52093
14105 * Fix uid/gid-changes in start-stop-daemon, Closes: #52081
14107 -- Wichert Akkerman <wakkerma@debian.org> Tue, 7 Dec 1999 17:06:00 +0100
14109 dpkg (1.6.2) unstable; urgency=low
14111 * New dpkg-scansources, Closes: #51888
14112 * Fix default for elispdir, Closes: #51919,51525
14113 * New manpages for cleanup-info and dpkg-divert, Closes: #51539, 46657
14114 * Buildsystem updates, Closes: #51525, 51855, 51914
14115 * Modify dselect behaviour for suggests and recommends
14117 -- Wichert Akkerman <wakkerma@debian.org> Sun, 5 Dec 1999 19:29:50 +0100
14119 dpkg (1.6.1) unstable; urgency=low
14121 * Fix some slight packaging errors
14123 -- Wichert Akkerman <wakkerma@debian.org> Fri, 26 Nov 1999 20:18:48 +0100
14125 dpkg (1.6) unstable; urgency=low
14127 * Major overhaul of the buildsystem
14128 * Update Standards-Version to 3.1.0
14129 * Move to version 1.6 to reflect the amount of changes made
14130 * Fix mixup with Czech and Polish translations, Closes: Bug# 48986
14131 * utils/start-stop-daemon.c: Added ability for user.group arg to
14132 --chuid. Also, always call initgroups() when using --chuid.
14133 * utils/start-stop-daemon.8: Document above change, also add note to the
14134 --make-pidfile option concerning its problem with daemons that fork
14136 -- Wichert Akkerman <wakkerma@debian.org> Thu, 25 Nov 1999 04:30:01 +0100
14138 dpkg (1.4.1.19) unstable; urgency=low
14140 * Fix replaces for dpkg-dev
14141 * Add gettext-support to dselect
14142 * Added Czech and Polish translations for dpkg
14143 * Fixed incorrect patch for --print-architecture (oops, oh well
14144 it was already broken when there was no gcc anyway :)
14145 * Fixed missing mipseb that was supposed to be in the archtable
14146 * Better output in update-alternatives --config, now shows the
14147 current, and the preferred choices.
14148 * dpkg-name: ignore epoch when getting version
14149 * 50dpkg-dev.el: add it as a conffile for dpkg-dev
14150 * internals.sgml: Removed references to the versions of build tools,
14151 they date the document.
14152 * debian-changelog-mode.el: added hint for better log-email handling
14153 * Added recognition for new source-depends fields for policy
14154 referenced in bug #41232
14155 * dpkg-buildpackage: add -ap option to force a pause prior to starting
14156 the sign process. This helps for people who don't keep their signatures
14157 on the filesystem (on a floppy perhaps, then mount as needed).
14158 * minor script corrections
14159 * dpkg-dev control: Change gcc to c-compiler in the recommends field, and
14160 move cpio, patch and make to the depends line
14161 * Leave file info intact in available when installing packages. MD5sum,
14162 Filename, and MSDOS-Filename used to get lost when installing a
14164 * Added armv4l to archtable
14165 * Added 'D' to the list of choices for conffile handling, closes: #48137
14166 * Converted internals.sgml to debiandoc format. Also added a dpkg-doc
14167 package that contains the generated output from this file (.ps, .html
14168 and .info), includes doc-base support. Internals.sgml is also not
14169 generated on the binary-arch target, and is no longer "byhand"
14170 * dpkg-gencontrol: add "Source" to the fields placed in the control file
14171 * dpkg-parsechangelog: fixed loop for parsepath (#48526)
14172 * main/{processarc.c,depcon.c}: added new structure for conflictors,
14173 which contains a struct for conflicts. This is used to create an array
14174 of conflicting packages, which are going to be replaced. Allows for
14175 multiple conflicts and replaces. All conflictor handlers were
14176 converted to loops to handle each one (processarc.c).
14177 * dpkg-divert: Fix check for writable filesystem, closes: #48646
14179 -- Wichert Akkerman <wakkerma@debian.org> Sat, 30 Oct 1999 15:14:40 +0200
14181 dpkg (1.4.1.18) unstable; urgency=low
14183 * Backout dep check patch
14185 -- Ben Collins <bcollins@debian.org> Sat, 23 Oct 1999 00:39:24 -0400
14187 dpkg (1.4.1.17) unstable; urgency=low
14189 * Add support for long filenames, along with --assert-longfilenames
14190 * Added --chuid option to start-stop-daemon to allow switching to
14191 a different uid when starting a process
14192 * Add mipseb and mipsel to the archtable too, since mips and mipseb are
14193 both viable names for the mips big endian arch, and mipsel is also needed
14194 * Update dpkg-architecture's archtable
14195 * Added --config option to update-alternatives to allow easy changing
14196 of the registered alternatives for a specific name
14197 * Updated the deb-control(5) man page with all the current fields
14199 * Made the large info screen show 5 lines of the pkglist so that
14200 it scrolled properly, and still showed the cursor in dselect
14201 * Removed references to dpkg(5) which seems to not exist anymore
14202 * Fixed `dpkg-deb --help' and dpkg-deb(1) from reporting --no-check
14203 when it's actually --nocheck (went with the hardcoded option, so
14204 this is just a documentation fix).
14205 * Added better check in disk.setup for a working NFS server. Makes
14206 it compatible with other non-Linux servers.
14207 * Corrected dpkg(8)'s example of using dpkg -i (showed it used with
14208 a .tar.gz instead of a .deb)
14209 * Applied patch to correct improper TMPDIR handling in dpkg-deb
14210 * When encountering an error in extracting the tar archives in the
14211 packages, we should abort the install, not simply give an error
14213 * Make dpkg give the builtin arch if there was an error while exec()'ing
14214 the C compiler with --print-architecture. We still fail if the
14215 output from gcc was bad in some way, since they may be of importance.
14216 * Removed the maintainer-configure portion in debian/rules, since
14217 we should be shipping the source with all the auto* stuff
14218 already generated anyway
14219 * Removed the ltconfig patch, and resort to a debian/rules fix
14220 to libtool itself after running configure
14221 * Removed shlibs.default.i386. It's now a template for arch porting to
14222 Debian/dpkg, we install it still, if there exists a file matching the
14224 * Reimplemented a better *stat cache for the removal checking code,
14225 this helps a lot when doing upgrades where the packages are a lot
14226 different in layout
14227 * Increased largemem auto detection to >= 24megs, since it's not uncommon
14228 for dpkg to actually use 16megs of ram all on its own when using the
14229 largemem setting (old minimum was 16megs)
14230 * debian/rules: chmod -x everything in /usr/lib to make lintian happy.
14231 in the clean phase just rm -rf $(BUILD), we don't need to run
14232 distclean and all that other stuff. Don't run "make dist", we
14233 simply copy the .tar.gz that dpkg-source creates for the byhand
14235 * Make start-stop-daemon exit(1) when we don't find one of the
14236 pid's we are trying to kill, in accordance with the man page.
14237 * When running --configure on an already installed package, just
14238 say it's installed, and not that it is in an unconfigurable
14240 * Fixed some compiler warnings
14241 * Make dpkg check for uid 0 requirement, before checking the path
14242 since not being root, is probably the reason that the PATH is
14243 borked in the first place
14244 * Make -p short for --print-avail, and -P short for --purge
14245 * Fix typo in md5sum(1) man page
14246 * start-stop-daemon: Add --background and --make-pidfile options
14247 * update-alternatives: make sure we remove "old" symlinks when they
14248 are no longer pertinent. Add /etc/alternatives/README that refers
14249 to the update-alternatives(8) man page.
14250 * dpkg-divert: Add check for being able to write to the old/new
14251 destination before doing a rename. We fail on this, without
14252 changing the diversion registry
14253 * Fix bad regex in update-rc.d
14255 -- Wichert Akkerman <wakkerma@debian.org> Thu, 21 Oct 1999 17:49:03 +0200
14257 dpkg (1.4.1.16) unstable; urgency=medium
14259 * Hardcode ENOENT again since the errno-part of the POSIX module
14260 isn't in perl-*-base. sigh.
14262 -- Wichert Akkerman <wakkerma@debian.org> Fri, 15 Oct 1999 04:01:14 +0200
14264 dpkg (1.4.1.15) unstable; urgency=low
14266 * non-maintainer release.
14267 * Move dselect into its own package
14268 * Remove conffiles before directories when purging
14269 * Check if integrity from other packages will broken when processing
14271 * dpkg-deb can handle package made with Linux ar.
14272 * Add check to update-alternatives to see if the sequencecode is between
14274 * Fix failed assertion, which was actually two bugs: a logic error in
14275 checkforremoval and a wrong assumption in findbreakcycle
14276 * dselect doesn't die when you resize the terminal
14277 * check if a file is also in a new package before removing it when upgrading
14278 * offer to show a diff between the old and new conffile
14279 * dpkg-scanpackages: don't abort but only skip a package if we can't
14281 * Add HURD-support to start-stop-daemon
14282 * Reinstate patch to not read available when doing --list-files
14283 * Add a couple of --force options to handle changed conffiles
14285 -- Wichert Akkerman <wakkerma@debian.org> Thu, 14 Oct 1999 04:20:56 +0200
14287 dpkg (1.4.1.14) unstable; urgency=low
14289 * non-maintainer release.
14290 * dpkg-source works again on empty diffs, Closes: Bug# 46159
14291 * Install locale-files in /usr/share, Closes: Bug# 46631
14292 * Make /usr/share/doc/dpkg-dev a symlink to /usr/share/doc/dpkg
14293 * Actually include fix to make update-alternatives works filesystems (oops!)
14294 * Check if codenumber is between 0 and 99, Closes: Bug# 46810
14296 -- Wichert Akkerman <wakkerma@debian.org> Tue, 5 Oct 1999 19:19:05 +0200
14298 dpkg (1.4.1.13) unstable; urgency=low
14300 * Non-maintainer release.
14301 * NMU number 13, lets see what breaks :)
14302 * update-alternatives works across filesystems now
14303 * Make -sgpg work in dpkg-buildpackage (typo)
14305 -- Wichert Akkerman <wakkerma@debian.org> Tue, 28 Sep 1999 01:26:19 +0200
14307 dpkg (1.4.1.12) unstable; urgency=low
14309 * Non-maintainer release.
14310 * Fix typo in chmodsafe_unlink that made dpkg chmod files that
14311 weren't setuid or setgid
14313 -- Wichert Akkerman <wakkerma@debian.org> Sun, 26 Sep 1999 02:41:30 +0200
14315 dpkg (1.4.1.11) unstable; urgency=low
14317 * Non-maintainer release.
14318 * Added sparc64 to archtable
14319 * Added entries for newer alpha architectures to the archtable
14320 * Always run patch and diff with LANG set to C.
14321 * Handle diff warning for files with no newline at the end of file
14324 -- Wichert Akkerman <wakkerma@debian.org> Fri, 24 Sep 1999 03:23:54 +0200
14326 dpkg (1.4.1.10) unstable; urgency=low
14328 * Non-maintainer release.
14329 * Build dpkg-scansources manpages using pod2man
14330 * dpkg-buildpackage changes:
14331 + fix signinterface-detection
14332 + use gpg by default if $HOME/.gnupg/secring.gpg exists
14334 -- Wichert Akkerman <wakkerma@debian.org> Thu, 16 Sep 1999 15:36:43 +0200
14336 dpkg (1.4.1.9) unstable; urgency=low
14338 * Non-maintainer release.
14339 * Updated dpkg-scansources to current version from Roderick Schertler
14340 * Update location of GPL in internals-manual
14341 * Update location of GPL and dpkg copyright in all manpages
14342 * Include patch from Roman Hodek for dpkg-source to handle diffs of files
14343 with lines that begin with two dashes.
14344 * Move dpkg-scansources to dpkg-dev package
14345 * Move dpkg-scansources manpage to section 8
14346 * Fix error that moved a lot of manpages to the dpkg package.
14347 * It looks like not reading the available-file for listfiles was not greeted
14348 with much enthiousiasm, so reverse the change.
14350 -- Wichert Akkerman <wakkerma@debian.org> Wed, 15 Sep 1999 03:45:07 +0200
14352 dpkg (1.4.1.8) unstable; urgency=low
14354 * Non-maintainer release.
14355 * Merge dpkg-doc-ja
14356 * Add patch from Raphaël Hertzog <rhertzog@hrnet.fr> for dpkg-scansources
14357 to skip comments in signatures. This allows packages to also use GnuPG.
14359 -- Wichert Akkerman <wakkerma@debian.org> Mon, 13 Sep 1999 04:16:33 +0200
14361 dpkg (1.4.1.7) unstable; urgency=low
14363 * Non-maintainer release.
14364 * Use /usr/share/doc
14365 * Merge changes from dpkg-iwj tree:
14366 + change section in dpkg-deb.1 to 1
14367 + Use COPYINGFILE instead of hardcoded GPL-location in showcopyright()
14368 + varbufprintf (used for some error messages) vsnprintf return value
14369 assumption changed to correspond to reality rather than glibc-doc.
14370 + Don't read available-info when not needed (slightly improved from
14371 dpkg-iwj: don't read for listfiles either :)
14372 + Cleanup --assert-* code
14373 + Assume largemem on systems without sysinfo(2).
14374 + modify preexec-script for easier script execution
14375 + Do not chmod(".../path/to/symlink",0600) causing many bad perms.
14376 + Sanity-check numbers for parameters
14377 + Move some logic from process_archive into wantinstall
14378 + Print '0' in dpkg-scanpackages if no packages found.
14380 -- Wichert Akkerman <wakkerma@debian.org> Fri, 10 Sep 1999 04:06:32 +0200
14382 dpkg (1.4.1.6) unstable; urgency=low
14384 * Non-maintainer release.
14385 * scripts/dpkg-architecture.pl: Update to latest version.
14386 * scripts/dpkg-architecture.1: Likewise.
14388 -- Marcus Brinkmann <brinkmd@debian.org> Sat, 24 Jul 1999 18:24:21 +0200
14390 dpkg (1.4.1.5) unstable; urgency=low
14392 * Non-maintainer release.
14393 * (dpkg-dev): Use emacsen-common for debian-changelog-mode.el
14394 (closes:Bug#20776,#31030).
14395 * Removed references to the packaging and policy manuals from debian/control.
14396 * Put debian-changelog-mode.el in dpkg-dev and remove from dpkg (closes:Bug#29271).
14397 * Fix paths in 50dpkg-dev.el using Roderick Schertler's patch
14398 (closes:Bug#28270,#29702,#26876,#29184,and others).
14399 * Note that bug number 17367 was fixed in 1.4.0.26.
14400 * Add Zack Weinberg's install-info patch for GNU install-info
14401 compatibility (closes:Bug#28965).
14402 * Add dpkg-architecture stuff from Marcus Brinkmann.
14403 * Remove debian-keyring suggests from dpkg.
14404 * Add -k<keyid> flag to dpkg-buildpackage.
14405 * --textmode works in gpg, remove kluge from dpkg-buildpackage.
14406 * Cleanup configure.in slightly (stop using tl_ macros, fix gettext stuff).
14407 * Attempt to make Debian source useful for non-Debian systems
14408 (i.e. distclean tree instead of maintainer-clean tree).
14409 * Sync with wichert's 1.4.1.4.
14410 * Add my ltconfig-1.3.2.diff (RPATH workaround).
14411 * Add dpkg-scansources program and man page.
14412 * Man pages in /usr/share/man.
14414 -- Joel Klecker <espy@debian.org> Tue, 13 Jul 1999 18:12:15 -0700
14416 dpkg (1.4.1.4) unstable; urgency=low
14418 * Also change developer-keyring to debian-keyring for dpkg-dev package
14419 * Include spanish translation from Nicolás Lichtmaier <nick@debian.org>
14420 * Depend on perl5 instead of perl
14422 -- Wichert Akkerman <wakkerma@debian.org> Mon, 5 Jul 1999 00:04:14 +0200
14424 dpkg (1.4.1.3) unstable; urgency=low
14426 * Modify tarobject() so it does not complain if we are creating a
14427 directory that replaces a removed file. This works around the
14428 problem that the filedatabase doesn't remember what filetype a
14429 file was by assuming it already was a directory
14431 -- Wichert Akkerman <wakkerma@debian.org> Mon, 31 May 1999 23:49:23 +0200
14433 dpkg (1.4.1.2) unstable; urgency=low
14435 * Non-maintainer upload
14436 * Rebuild, so this is glibc2.1 (unless you're on m68k), which is rumoured
14437 to also fix the i8n-problems.
14438 * Incorporate 1.6 format of .changes, patch from Guy Maor
14439 * Fix bug in section-handling of dpkg-scanpackages, patch from Guy Maor
14440 * Disable force-overwrites again, since we're in unstable
14441 * Assume largemem on systems for which sysinfo is not available, Bug# 33658
14443 -- Wichert Akkerman <wakkerma@debian.org> Wed, 26 May 1999 15:50:17 +0200
14445 dpkg (1.4.1.1) unstable; urgency=low
14447 * Non-maintainer upload
14448 * Install emacs-startup scripts with mode 0644 (lintian)
14449 * Incorporate changes in NMU 1.4.0.32 made by Vincent Renardias
14450 <vincent@waw.com> for slink:
14451 + Apply patch from Jim Pick for update-alternatives.pl to
14452 fix 'Important' bugs #30891 in dpkg and (#27382, #27383, #27696,
14453 #27703, #27736, #27097(merged bugs)) in jdk1.1.
14454 * Incorporate changes in NMU 1.4.0.33 made by me for slink:
14455 + Fix illegal perl construct (Bug# 30985)
14456 + Initialize oialtname->useinstead and oicontest->camefrom to 0 (Bug# 30397)
14457 + Update shlibs.default for libncurses 4 (Bug# 30332)
14458 + Suggest debian-keyring instead of developer-keyring (Bug# 27376, 30248)
14459 + Abort dpkg-divert when attempting to divert a directory (Bug# 30126)
14460 + Make dpkg-deb.1 aware that it is in section 1, not 8
14461 + Fix section in reference to dpkg-deb in dpkg.8 (Bug# 29740)
14462 + Fix typo in --force-help (Bug# 26193)
14463 + Correct path for debian-changelog-mode.el (Bug# 24606)
14464 + Make disk-method for dpkg use /var/run instead of /tmp to fix
14465 symlink-attacks (Bug# 21399)
14466 + Document -n and -f options for update-rc.d in manpage (Bug# 15913)
14467 + Add --abort-after option to change after how many errors we abort and
14468 change the default to 50 (Bug# 22940)
14469 + Fix controllib.pl: don't check debian/substvars unless needed, and
14470 don't depend on language settings (Bug# 31508)
14471 + Allow a - in the architecture-field (Bug# 25537)
14473 -- Wichert Akkerman <wakkerma@debian.org> Mon, 1 Feb 1999 00:44:01 +0100
14475 dpkg (1.4.1) unstable; urgency=low
14477 * Maintainer release by IWJ.
14478 * Changed Maintainer: field description.
14479 * Various changes to make the damn thing build.
14480 * Add .cvsignore files.
14482 -- Ian Jackson <ian@davenant.greenend.org.uk> Sun, 1 Nov 1998 17:33:38 +0000
14484 dpkg (1.4.0.31) unstable; urgency=low
14486 * dpkg/processarc.c: Make newfileslist static like the other arguments
14487 for register_cleanup's cu_* functions.
14488 * N-th fix for controllib.pl (simulate old behavior by trying stdin,
14489 stdout, and stderr for getlogin()).
14490 * Enable --force-overwrite for slink release, and comment where to do
14492 * Recompile against ncurses4.
14494 -- Daniel Jacobowitz <dan@debian.org> Thu, 22 Oct 1998 17:37:23 -0400
14496 dpkg (1.4.0.30) unstable; urgency=low
14498 * dpkg-dev isn't allowed to have a Recommends: debian-keyring (as that's
14499 in contrib), so it's now lowered to a Suggests: . Thanks to James Troup
14500 for pointing this out.
14502 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Sat, 26 Sep 1998 13:59:23 +0200
14504 dpkg (1.4.0.29) unstable; urgency=low
14506 * For now, prefer PGP over GPG.
14508 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Tue, 22 Sep 1998 09:38:09 +0200
14510 dpkg (1.4.0.28) unstable; urgency=low
14512 * Added gpg (GNU Privacy Guard) support:
14513 * scripts/buildpackage.sh: default to GPG (unless no GPG, but only a PGP
14514 secret key file is found), as GPG, unlike PGP, is DFSG-free.
14515 * Updated dpkg-source(1), and added gpg(1) and pgp(1) to the SEE ALSO
14517 * Worked around broken textmode implementation in GPG.
14518 * dpkg-dev now Suggests: gnupg .
14519 * No longer includes developer-keys.pgp . Instead, dpkg now Suggests: and
14520 dpkg-dev now Recommends: developer-keyring.
14521 * Compiled with latest libstdc++ (2.9).
14523 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Mon, 21 Sep 1998 13:17:14 +0200
14526 dpkg (1.4.0.27) unstable; urgency=low
14528 * REALLY fixed dpkg-dev, and new attempt to placate installer on internals.
14530 -- Daniel Jacobowitz <dan@debian.org> Fri, 27 Jul 1998 15:58:04 -0400
14532 dpkg (1.4.0.26.0.1) unstable; urgency=low
14534 * Binary-only upload for x86 and fixed dpkg-dev
14536 -- Daniel Jacobowitz <dan@debian.org> Fri, 24 Jul 1998 15:58:04 -0400
14538 dpkg (1.4.0.26) unstable; urgency=low
14540 * Non-maintainer upload.
14542 * Make --root work with maintainer scripts (Patch by Scott Barker,
14543 bugs #4863 and #3170).
14544 * Fix $(lispdir) bug if compiling without emacs (noticed by Joey Hess).
14546 -- Daniel Jacobowitz <dan@debian.org> Thu, 23 Jul 1998 12:02:04 -0400
14548 dpkg (1.4.0.25) unstable; urgency=low
14550 * Non-maintainer upload.
14552 * Add the requested -nc option to dpkg-buildpackage (Do
14553 not clean source tree, useful in debugging cycles).
14554 * controllib.pl: Again by popular acclamation, fix the getlogin() warnings.
14555 I redirected STDERR onto fd 0 before calling getlogin().
14556 * tools.m4: Fix display of whether c++ works.
14557 * dpkg-deb/extract.c: glibc 2.1 and some kernels want to make
14558 fflush() move the current fpos. Until someone can fix that,
14560 * Add an extra 0, to dselect/{pkg,meth}keys.cc so it compiles again.
14561 * Start using lchown() if available.
14562 * Really fix #20353. (aclocal.m4 was the wrong place; that's a generated
14563 file. The correct place is in tl_canon.m4.)
14565 -- Daniel Jacobowitz <dan@debian.org> Tue, 21 Jul 1998 03:14:14 -0400
14567 dpkg (1.4.0.24) unstable; urgency=low
14569 * Non-maintainer upload.
14571 * dpkg/main.c: Turn --force-overwrite off as default.
14572 * dpkg/main.c: don't list --force-overwrite as default in --force-help,
14573 noticed by Peter Weiss <Peter.Weiss@Informatik.Uni-Oldenburg.DE> and
14574 others. [#23542, part of #17409].
14575 * dpkg/dpkg.8: replaced with a newer version from Jim Van Zandt
14576 <jrv@vanzandt.mv.com>. [#21061]
14578 * dpkg-deb/build.c (do_build): add missing \n and improve error message
14579 when conffile name is too long. [#7057]
14581 * scripts/update-alternatives.8: replaced with better man page from
14582 Charles Briscoe-Smith <cpb4@ukc.ac.uk>. [#17283]
14583 * scripts/dpkg-source.1: corrected logic error in documentation for
14584 dpkg-gencontrol's -p option, as noticed by Oliver Elphick
14585 <olly@linda.lfix.co.uk>. [#14655]
14586 * scripts/controllib.pl (findarch): correct typo in error message,
14587 noticed by Yann Dirson <ydirson@a2points.com>. [#22106]
14588 * scripts/dpkg-buildpackage.sh: fix typo for 'source maintainer',
14589 noticed by Joey Hess <joey@kite.ml.org>, Adam P. Harris
14590 <apharris@onshore.com> and others. [#10175, #15559]
14591 * scripts/dpkg-genchanges.pl: applied patch from Roman Hodek
14592 <Roman.Hodek@informatik.uni-erlangen.de> which solves problems with
14593 architecture specific packages in mostly architecture independent
14594 multi-binary source packages. [#14341, #20192].
14596 * doc/Makefile.am: remove any reference to the packaging manual, as it is
14597 now provided by the separate "packaging-manual" package.
14598 * doc/packaging.sgml: removed.
14599 * doc/developer-keys.pgp: updated to the current debian keyring.
14601 * aclocal.m4: applied patch from Joel Klecker <jk@espy.org> to handle
14602 egcs' --print-libgcc-file-name output. [#20353]
14604 * debian/copyright: correct FSF address.
14605 * debian/rules: add code from lesstif's debian/rules to make libtool
14606 less of a fool (i.e. not use -rpath and to link shared libraries
14607 against libraries it depends on). Code by Richard Braakman
14608 <dark@xs4all.nl> and Yann Dirson <dirson@debian.org>.
14609 * debian/rules: remove all reference to the packaging manual as it is
14610 now provided by the separate "packaging-manual" package. [#21581,
14611 #21186, #22698, #23342]
14612 * debian/rules: link dpkg-divert.1.gz to undocumented.7.gz as the lack
14613 of a real manpage has been reported in #11093.
14614 * debian/README.compile: removed gawk and bogus comment about gettext
14615 being in experimental, as reported by Santiago Vila <sanvila@unex.es>
14616 [#23344]. Added libpaperg (debiandoc2ps needs paperconf).
14617 * debian/shlibs.default.i386: updated for glibc, reported by Herbert Xu
14618 <herbert@gondor.apana.org.au>. [#13140]
14619 * debian/control (dpkg-dev): depend on perl as POSIX (not a part of
14620 perl-base) is needed by most of the perl dpkg-* scripts, noticed by
14621 Joel Klecker <jk@espy.org>. [#22115]
14623 -- James Troup <jjtroup@comp.brad.ac.uk> Wed, 24 Jun 1998 14:38:52 +0200
14625 dpkg (1.4.0.23.2) frozen unstable; urgency=low
14627 * Non-maintainer upload.
14628 * dpkg/main.c: Turn --force-overwrite back on as default.
14630 -- James Troup <jjtroup@comp.brad.ac.uk> Tue, 23 Jun 1998 22:19:26 +0200
14632 dpkg (1.4.0.23.1) frozen unstable; urgency=low
14634 * No real changes, only a new version code to make this go to frozen too.
14636 -- Nils Rennebarth <nils@debian.org> Wed, 10 Jun 1998 17:29:58 +0200
14638 dpkg (1.4.0.23) frozen unstable; urgency=low
14640 * Non-maintainer bug-fix release
14641 * Update the disk method to the hamm directory structure (Bug#21000)
14643 -- Nils Rennebarth <nils@debian.org> Sun, 7 Jun 1998 19:14:51 +0200
14645 dpkg (1.4.0.22) frozen unstable; urgency=medium
14647 * Non-maintainer bug-fix release
14648 * Install main changelog file as `changelog.gz' instead of
14649 `changelog.dpkg.gz' (Debian Policy, section 5.8) (Bug#6052,15157)
14650 * Avoid use of /tmp/*.$$ in preinst and postinst (Bug#19712)
14651 * Make sure diversions file is always created with mode 0644 (Bug#19494)
14652 * When removing a file, chmod it to 000 if it's a char or block
14653 device or remove its s[ug]id bits, if any (Bug#6006)
14654 * Minor fixes in the programmer's manual (Bug#6206)
14655 * Always create readable status and available files
14656 (Bug#9869,11887,14636,15786,19146)
14657 * Make dpkg-gencontrol honour -DArchitecture=xxxx (Bug#9893)
14658 * Allow different archs for the same binary in debian/files (Bug#9894)
14659 * Added workaround in /usr/lib/dpkg/methods/disk/setup
14660 to avoid bash warning (Bug#10111,10131)
14661 * Recognize old .deb packages with other locales (Bug#12232)
14662 * Added `SHELL=bash' to debian/rules: it uses bash-specific structs
14663 * Move some files from dpkg to dpkg-dev (part of Bug#13295)
14664 * Minor fix in packaging manual regarding to Standards-Version (Bug#14696)
14665 * Fixed --altdir and --admindir in update-alternatives (Bug#15332)
14666 * Strip /usr/lib/libdpkg* (Bug#15671)
14667 * dpkg: send output of --help, --force-help and -Dhelp to stdout
14669 * send correct signals with start-stop-daemon (Bug#17258)
14670 * Make `dpkg-divert --test --remove' work as expected (Bug#19531)
14671 * Determine properly the architecture if gcc is egcs (Bug#20353)
14673 -- Juan Cespedes <cespedes@debian.org> Sun, 5 Apr 1998 17:37:01 +0200
14675 dpkg (1.4.0.21) unstable; urgency=low
14677 * Non-maintainer release to include a new update-rc.d
14678 * Fixed date on files in the archive from 2017 and 2018 by running
14679 touch foo; find . -newer foo | xargs -r touch; rm foo
14680 * Changed start-stop-daemon message "No <program> found; none killed." to
14681 "No <program> found running; none killed."
14683 -- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 5 Mar 1998 14:19:46 +0100
14685 dpkg (1.4.0.20) unstable; urgency=low
14687 * Disabled --force-overwrites.
14688 * Removed core file from source
14690 -- Michael Alan Dorman <mdorman@debian.org> Tue, 9 Jan 1998 03:34:28 -0500
14692 dpkg (1.4.0.19) unstable; urgency=low
14694 * Changed methods/disk.setup to use output of
14695 'dpkg --print-installation-architecture' instead of hard-coded
14696 '1386' (fixes #10995).
14697 * Patched dpkg-source to properly quote metacharacters in strings
14698 before using them in pattern-matching expressions (fixes #10811).
14699 * Fixed several documentation typos (fixes #10764).
14700 * dpkg-source now works around 100-character filename limitation of cpio
14702 * dpkg-source now properly handles '\ no newline in source' message from
14703 patch (fixes #5041).
14705 -- Klee Dienes <klee@debian.org> Sun, 13 Jul 1997 19:28:22 -0700
14707 dpkg (1.4.0.18) unstable; urgency=low
14709 * dpkg-source now uses new -z option to GNU patch (still needs to be
14710 changed to detect and use old version as well) (fixes #9904, #10005, #10007).
14711 * Added i686 to archtable.
14712 * shlibs.default now uses xlib6 instead of elf-x11r6lib (fixes #9926).
14713 * debian-changelog-mode now uses interruptible completing type-in fields
14714 instead of the previous 'select-a-letter method'. I consider this
14715 better and more standard than the previous way, but I'd welcome
14716 opinions to the contrary. Consider this a 'probationary' change for
14717 now (fixes #9873, #9874).
14719 -- Klee Dienes <klee@debian.org> Sun, 25 May 1997 09:56:08 -0400
14721 dpkg (1.4.0.17) unstable; urgency=low
14723 * All of the dpkg binaries (but not dpkg-dev or dselect) now speak
14724 french, thanks to patches from Christophe Le Bars <clebars@teaser.fr>
14725 * Fix leading spaces before day in 822-date.
14726 * Changes from Tom Lees <tom@lpsg.demon.co.uk> to better support
14727 building on non-Debian systems; minor Makefile fixes.
14728 * Added 'ppc powerpc powerpc' to archtable.
14729 * Changed documentation paper size to US/Letter instead of A4 (A4
14730 may be better, but it's easier to print US/Letter on A4 than it is
14731 to print A4 on US/Letter).
14733 -- Klee Dienes <klee@debian.org> Tue, 13 May 1997 15:24:31 -0400
14735 dpkg (1.4.0.16) experimental; urgency=low
14737 * Added generated sources to GNU-format source archive so it no longer
14738 requires perl to build.
14740 -- Klee Dienes <klee@debian.org> Sat, 10 May 1997 17:34:29 -0400
14742 dpkg (1.4.0.15) experimental; urgency=low
14744 * Changed dpkg-genchanges to check for ($arch == $substvar{'Arch'}), not
14745 ($arch ne 'all') (fixes #9688).
14746 * Fixed bug in start-stop-daemon.c (was using optarg after argument
14747 parsing was over) (fixes #9597, #9603, #9364).
14748 * Provide 50dpkg-dev.el for xemacs as well as emacs.
14749 * Explicitly provide path for debian-changelog-mode in 50dpkg-dev to use
14750 .el file as workaround until xemacs can read emacs19 .elc files.
14751 * Pass top_distdir explicitly to 'make dist' to accommodate bug in
14753 * Fix debian/build to make html documentation without including
14754 directories in tar archives (fixes #9348).
14756 -- Klee Dienes <klee@debian.org> Fri, 9 May 1997 13:17:18 -0400
14758 dpkg (1.4.0.14) experimental; urgency=low
14760 * Fixed buglet in install-info.pl (fixes #9438).
14761 * Re-write of update-rc.d.pl, primarily by Miquel van Smoorenburg
14762 <miquels@cistron.nl> (fixes #9434, #9436).
14763 * Renamed "dpkg Programmer's Manual" to "dpkg Internals Manual".
14765 -- Klee Dienes <klee@debian.org> Tue, 6 May 1997 22:01:07 -0400
14767 dpkg (1.4.0.13) experimental; urgency=low
14769 * Fix to start-stop-daemon so that it still takes numeric arguments (had
14770 been broken in 1.4.0.12) (fixes #9598).
14771 * Fix 822-date to sanity-check localtime() output (seconds must be the
14773 * Patch from Guy Maor <maor@ece.utexas.edu> to dpkg-source.pl to support
14774 pristine (MD5-equivalent) upstream sources.
14775 * Patch from Michael Alan Dorman <mdorman@calder.med.miami.edu> to
14776 update-rc.d.pl to fix handling multiple start/stop entries on a single
14778 * Several fixes to dpkg-genchanges to support -B option (added in
14779 1.4.0.12) (fixes #9340).
14780 * Handle errors from 822-date in debian-changelog-mode.el.
14781 * Changed cl-debian.pl to correctly handle extra whitespace in changelog
14784 -- Klee Dienes <klee@debian.org> Mon, 5 May 1997 18:12:43 -0400
14786 dpkg (1.4.0.12) experimental; urgency=low
14788 * Re-wrote 822-date for clarity and to support timezone offsets >= 12h
14789 (New Zealand in DST is +1300, for example) (fixes #7130).
14790 * Patch from Juergen Menden <menden@morgana.camelot.de> to support
14791 archdependent-only builds (fixes #8912, #9245, #5359).
14792 * Fix archtable entry for powerpc (fixes #8794).
14793 * Strip /sbin/* and /usr/sbin/* in debian/rules (fixes #8853).
14794 * Moved start-stop-daemon to /sbin (fixes #8669).
14795 * Set sharedstatedir and localstatedir for $(MAKE) install in
14796 debian/rules (fixes #8852).
14797 * Fixes for update-rc.d(8) from Jim Van Zandt <jrv@vanzandt.mv.com>
14799 * No longer do variable substitutions when generating change file (fixes
14801 * Support symbolic signal names in start-stop-daemon (fixes #7715).
14802 * Add autoload for debian-changelog-mode to /etc/emacs/site-start.d
14803 (fixes #4519, #5841).
14804 * Add recommendation for gcc and make in dpkg-dev (gcc is needed for dpkg
14805 --print-architecture, used by dpkg-gencontrol; make is needed for any
14806 debian/rules file) (fixes #8470).
14807 * Minor changes to packaging manual section on source package
14808 conversion (fixes #6801).
14809 * Renamed "programmer's manual" to 'packaging manual'.
14810 * Start of new "programmer's manual" containing information on dpkg
14811 internals and build information. This manual uses the new
14812 TeXinfo-SGML format, currently included in doc/.
14813 * dselect/pkgdepcon.cc now checks for debug not NULL, not just depdebug.
14814 * Changed makefiles to support building outside of source directory.
14815 * Include GNU-format source distribution with other non-debian packages.
14817 -- Klee Dienes <klee@debian.org> Sun, 4 May 1997 11:08:19 -0500
14819 dpkg (1.4.0.11) experimental; urgency=low
14821 * Patches for alpha and libc6 from Michael Alan Dorman
14822 <mdorman@calder.med.miami.edu>.
14823 * Fixed minor problems in dpkg-shlibdeps regular expressions for libc6.
14824 * Fix regex to detect directory creation in dpkg-source.pl.
14825 * Minor changes for automake-1.1n.
14827 -- Klee Dienes <klee@debian.org> Sun, 23 Mar 1997 18:09:33 -0500
14829 dpkg (1.4.0.10) unstable; urgency=medium
14831 * Fixed bug in controllib.pl (@fowner was entire passwd entry,
14832 not just [uid, gid] as it should have been).
14834 -- Klee Dienes <klee@debian.org> Thu, 20 Mar 1997 13:06:52 -0500
14836 dpkg (1.4.0.9) unstable; urgency=low
14838 * Check fputs() return values for (ret >= 0), not (ret != 0) (fixes #7522).
14839 * dpkg-shlibdeps no longer gives error for Java and statically linked
14840 binaries (fixes #4988).
14841 * Change 'details of the old format' to 'details of the new format' in
14842 deb-old.5 (fixes #7605).
14843 * dpkg-source -b now warns (was previously silent) if maintainer changes
14844 create new subdirectories. dpkg-source -x now warns (previously gave
14845 error) if maintainer changes create new subdirectories (partially
14846 fixes #6866, #6671, #5045, #6482).
14847 * Added manual page for start-stop-daemon (8).
14848 * Added C version of start-stop-daemon by
14849 Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl> (fixes #1670).
14850 * Converted to use GNU automake for the build process by Tom Lees
14851 <tom@lpsg.demon.co.uk>.<
14852 * Preliminary support for dpkg functions as a shared library (now
14853 provides libdpkg.so, but much work needs to be done in better
14854 segregating and defining the interface).
14855 * Preliminary internationalization support by Galen Hazelwood
14856 <galenh@debian.org>. Only the library, dpkg-deb, md5sum, and dpkg
14857 have been converted so far. No translations have yet been
14859 * Handle 'libc.so.6 => /lib/libc.so.6 (0x40010000)' format from libc6
14860 ldd (fixes #7603, #7926, #8688, #9179, #9134, #8516).
14861 * Removed policy.sgml (it has been moved to the debian-policy package).
14862 * Include patch from Darren Stalder <torin@daft.com> for
14863 dpkg-buildpackage to choose PGP key based on Maintainer: field of
14864 package being built (or -m<maintainer> option, if present) (fixes
14866 * Changed controllib.pl to use $ENV{LOGNAME}, getlogin(), and $<
14867 (in that order) to determine the intended ownership of
14868 debian/{files,substvars}, (fixes #7324, #6823, #5659, #5965, #5929,
14870 * Don't sign .dsc file in dpkg-buildpackage if building a binary-only
14871 release (fixes #7260).
14872 * Updated developer-keys.pgp to latest revision (fixes #6134).
14874 -- Klee Dienes <klee@debian.org> Mon, 17 Mar 1997 16:11:24 -0500
14876 dpkg (1.4.0.8) unstable; urgency=medium
14878 * Corrected update-rc.d for bash 2.0
14879 * Updated developer-keys.pgp from
14880 http://www.iki.fi/liw/debian/debian-keyring.tar.gz
14882 -- Guy Maor <maor@ece.utexas.edu> Mon, 3 Feb 1997 04:05:01 -0600
14884 dpkg (1.4.0.7) stable unstable; urgency=HIGH
14886 * Fixed --assert-support-predepends failing between unpack & configure.
14887 * Added --assert-working-epoch option.
14889 -- Guy Maor <maor@ece.utexas.edu> Sat, 25 Jan 1997 23:02:11 -0600
14891 dpkg (1.4.0.6) stable unstable; urgency=high
14893 * Patched lib/vercmp.c to hopefully fix dselect epoch processing
14894 (Bug#6204), (Bug#4590).
14895 * Patched scripts/dpkg-buildpackage, scripts/dpkg-genchanges,
14896 scripts/dpkg-gencontrol for epoch processing, courtesy of Loic Prylli
14897 <lprylli@graville.fdn.fr> (Bug#6138, Bug#5225).
14898 * Patched dpkg-genchanges to actually honor the -u switch to specify
14899 directory (Bug#5564).
14900 * Applied patch to main/archive.c to correct problems setting set[gu]id
14901 binaries, courtesy of Herbert Xu <herbert@greathan.apana.org.au>
14903 * Applied patch to dpkg-source to correct debian-only package names,
14904 courtesy of Guy Maor <maor@ece.utexas.edu> (Bug#5355).
14906 -- Michael Alan Dorman <mdorman@calder.med.miami.edu> Thu, 2 Jan 1997 11:36:09 -0500
14908 dpkg (1.4.0.5) stable frozen unstable; urgency=medium
14910 * Distribution for frozen too.
14912 -- Heiko Schlittermann <heiko@lotte.sax.de> Thu, 5 Dec 1996 09:13:42 +0100
14914 dpkg (1.4.0.4) stable unstable; urgency=medium
14916 * Bug2962 fixed: patch from Ian Jackson applied
14917 (cursor keys won't work after search)
14920 -- Heiko Schlittermann <heiko@lotte.sax.de> Fri, 15 Nov 1996 20:21:18 +0100
14922 dpkg (1.4.0.3) unstable; urgency=medium
14924 * dpkg-source -x: created bad permissions (set x-bit for
14925 all files pointed to by a symlink)
14927 -- Heiko Schlittermann <heiko@lotte.sax.de> Fri, 18 Oct 1996 18:32:06 +0200
14929 dpkg (1.4.0.2) unstable; urgency=medium
14931 * dpkg-buildpackage.sh: reverted the quoting change -- (you
14932 should use super, sudo, really, but not su. Or write a wrapper
14934 * dpkg-buildpackage.sh: passing -m, -C, -v options to dpkg-genchanges
14935 more the way Ian likes ;-)
14936 * dpkg-source.pl: new function deoctify() as replacement for eval()
14937 (turn \ddd into the corresponding character) [rem: probably better
14938 solution would be to convert cpios output names into complete \ddd
14939 representation as well tars output names]
14940 * dpkg-source.pl: fixed 2 typos in failure message on creating
14941 $origtargz.tmp-nest.
14942 * main/main.c: typo for `treat'
14943 * main/enquiry.c: fixed the ignorance for some relations in --compare-versions
14944 * main/enquiry.c: missing version is now handled as described in `dpkg --help'
14945 (or at least as I understood `dpkg --help' PLEASE TRY IT)
14946 * lib/parsehelp.c: fixed parsing of epoch information
14948 -- Heiko Schlittermann <heiko@lotte.sax.de> Sun, 6 Oct 1996 23:27:47 +0200
14950 dpkg (1.4.0.1) unstable; urgency=medium
14952 * dpkg-source: doesn't get screwed up from hardlinks
14954 * dpkg-source: doesn't get screwed up from `unprintable' characters
14955 in file names (e.g. from the kbd package)
14956 * controllib.pl: $varlistvile -> $varlistfile (thanx Karl Sackett)
14957 * dpkg-buildpackage: quoting for $rootcommand (thanx Michael Meskes)
14958 and `eval' as default $rootcommand
14959 * dpkg-*, controllib.pl: created debian/files and debian/substvars
14960 are chown'ed to `getlogin()' and its group
14961 * doc/: mv changed to mv -f
14962 * dpkg-buildpackage: added an option -a for overriding the
14963 architecture in the changes _file_name_
14964 * dpkg-buildpackage: pass -m* -v* .. options to dpgk-genchangelog
14965 * dpkg-name moved to dpkg-dev
14967 -- Heiko Schlittermann <heiko@lotte.sax.de> Sat, 21 Sep 1996 22:06:01 +0200
14969 dpkg (1.4.0) unstable; urgency=low (HIGH for new source format)
14971 * Corrected buffer overrun when dpkg-deb generates filename. (Bug#4467.)
14972 * dpkg-shlibdeps works with DEBIAN/shlibs (thanks Heiko Schlittermann).
14973 * Added libm.so.5 to shlibs.default for i386/m68k.
14975 * Split binary package into two: dpkg and dpkg-dev.
14976 * dpkg-source(1) documents mode and ownership setting during extraction.
14978 * dpkg-scanpackages moved to /usr/bin.
14979 * Include /usr/bin/dpkg-deb, not dpkg-deb.dist; don't rename in scripts.
14980 * Copyright file changed slightly.
14981 * debian-changelog-mode uses magic key substitution strings. (Bug#4419.)
14982 * Changed email address in control file to <ian@chiark.greenend.org.uk>.
14983 * Manuals and own Standards-Version: updated to 2.1.1.0.
14985 -- Ian Jackson <ian@chiark.greenend.org.uk> Thu, 12 Sep 1996 01:13:33 +0100
14987 dpkg (1.3.14) unstable; urgency=low
14989 * dpkg-buildpackage new -tc (clean source tree) option.
14991 * Formatted documentation removed by `make clean' and so not in source.
14992 * Manuals and own Standards-Version: updated to 2.1.0.0.
14993 * Distribute {policy,programmer}.{html.tar,ps}.gz with each upload.
14995 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sun, 1 Sep 1996 20:43:40 +0100
14997 dpkg (1.3.13) unstable; urgency=low (HIGH for building new src X programs)
14999 * X shared libraries added to shlibs.default (=> `elf-x11r6lib').
15000 * dpkg-source tar invocation fixed so that TAPE env var doesn't break it.
15001 * dpkg-source copes better with missing final newline messages from diff.
15003 * dpkg-buildpackage usage message fixed: -si is the default. (Bug#4350.)
15004 * dpkg-source error message about src dir mismatch typo fixed. (Bug#4349.)
15006 * dpkg-source(1) has suggestions for dpkg-buildpackage -r option.
15007 * dpkg-source change date fixed. (Bug#4351.)
15008 * More developers' keys.
15009 * Manual updates, own Standards-Version updated.
15011 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 31 Aug 1996 20:08:18 +0100
15013 dpkg (1.3.12) unstable; urgency=medium
15015 * dpkg prints old version number when upgrading. (Bug#4340.)
15016 * dpkg-deb tries to detect and flag corruption by ASCII download.
15018 * dpkg-genchanges and dpkg-buildpackage say what source is included.
15020 * dpkg-buildpackage passes +clearsig=on to PGP (or pgpcommand). (Bug#4342.)
15022 * dpkg-source prints better error for cpio not honouring -0t.
15023 * control file Suggests cpio >= 2.4.2, rather than just cpio.
15025 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 30 Aug 1996 15:31:51 +0100
15027 dpkg (1.3.11) unstable; urgency=low
15029 * EBUSY when dpkg removes a directory is only a warning.
15031 * dpkg-genchanges generates sensible warning (not confusing error
15032 about mismatch) for missing Section/Priority in binary packages.
15034 * Added dpkg --print-gnu-build-architecture option.
15035 * shlibs.default for m68k provided, as a copy of i386 version.
15037 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 29 Aug 1996 14:05:02 +0100
15039 dpkg (1.3.10) unstable; urgency=medium
15041 * dpkg-source(1) manpage alias symlinks are not dangling.
15042 * dselect selects things by default if they are installed.
15043 * Added `pentium' as alias for `i386' architecture.
15044 * Added `Suggests: cpio, patch' and explanatory text to Description.
15045 (Bugs #4262, #4263.)
15047 * More developers' PGP keys.
15048 * Manual updates, new source format released.
15050 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 26 Aug 1996 14:30:44 +0100
15052 dpkg (1.3.9) unstable; urgency=low (high for new source format)
15054 * dpkg --get-selections and --set-selections added.
15055 * New dpkg --force-not-root flag.
15057 * Don't replace directory with another package's file. (Bug#4202.)
15059 * All manpages now installed compressed.
15060 * Copyright file moved to /usr/doc/dpkg/copyright.
15061 * Standards-Version updated (0.2.1.1).
15063 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 24 Aug 1996 19:09:30 +0100
15065 dpkg (1.3.8) unstable; urgency=low (high for new source format)
15067 * dpkg-buildpackage -sa, -si options work correctly.
15069 * update-rc.d(8) updated to reflect design and reality.
15070 * Programmers' and policy manual updates.
15072 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 23 Aug 1996 12:48:26 +0100
15074 dpkg (1.3.7) unstable; urgency=low (medium for source pkg docs)
15076 * dselect +/-/_/= on lines for all broken, new, local or whatever
15077 packages do not affect _all_ packages. (Bug#4129.)
15079 * Support for diff-only uploads in source packaging tools.
15080 * dpkg-genchanges -d<descripfile> option renamed to -C.
15081 * dpkg-buildpackage understands -m, -v, -C (for dpkg-genchanges).
15082 * Support for debian/shlibs.local added to dpkg-shlibdeps.
15083 * Shared library files' search order defined in dpkg-source(1), and
15084 relevant files added to the FILES section.
15086 * Programmers' manual describes source packaging tools.
15087 * Policy manual mentions shared library control area file.
15088 * dpkg-source manpage includes dpkg-shlibdeps in title line.
15089 * Manuals have changelog and automatic version numbering.
15090 * changelogs (for dpkg and for manuals) installed.
15091 * binary target split into binary-arch and binary-indep in manual.
15092 * Manpages should be compressed.
15093 * Copyright file is moved to /usr/doc/<package>/copyright.
15094 * Changelogs must be installed in /usr/doc/<package>.
15096 * dpkg-deb(8) moved to dpkg-deb(1).
15098 * binary target split into binary-arch and binary-indep in source.
15099 * changelog entry for 1.2.14 copied from that (forked) release.
15101 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 22 Aug 1996 15:36:12 +0100
15103 dpkg (1.3.6) experimental; urgency=low (HIGH for new source format)
15105 * dpkg-source now has broken argument unparsing for tar. (Bug#4195.)
15107 * dpkg-gencontrol writes to debian/tmp/DEBIAN/control by default.
15108 * dpkg-shlibdeps script added.
15110 * Back to old sh update-rc.d, and removed manpage, because new Perl
15111 version and the manpage have different syntax and semantics.
15112 * update-rc.d prints usage message for missing terminal `.'. (Bug#4122.)
15114 * Use rm -rf instead of just rm -r in dpkg-deb --info &c. (Bug#4200.)
15116 * Added support for Installed-Size to dpkg-gencontrol, and documented.
15117 * Source packaging substitution variables and name syntax rationalised.
15118 * dpkg-source scripts' usage messages improved slightly.
15119 * dpkg-source works with non-empty second (orig dir) argument.
15121 * Added rationale for copyright policy to manual.
15122 * More developers' PGP keys.
15123 * Control database handling cleanups (usu. Source field blanked).
15125 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 20 Aug 1996 15:39:58 +0100
15127 dpkg (1.3.5) experimental; urgency=low (high for debian-changelog-mode)
15129 * 822-date script included. (Bug#4136.)
15130 * debian-changelog-add-version works on empty file.
15131 * debian-changelog-mode mode-help works properly.
15133 * dpkg-source tells patch not to make numbered backups. (Bug#4135.)
15135 * More developers' PGP keys.
15136 * Paragraph on uucp -a and -g options removed from policy manual.
15138 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 14 Aug 1996 14:46:47 +0100
15140 dpkg (1.3.4) experimental; urgency=low
15142 * Removed debugging output from dpkg-source -x. Oops.
15143 * Removed section on source package permissions from policy manual -
15144 dpkg-source now sorts these out.
15146 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sun, 11 Aug 1996 13:25:44 +0100
15148 dpkg (1.3.3) experimental; urgency=low
15150 * Programmers' & policy manuals in source tree; HTML in /usr/doc/dpkg.
15151 * Old guidelines.info and text files in /usr/doc/dpkg removed.
15153 * dpkg-source sets permissions on extracted debianized source tree
15154 and does not copy ownerships out of archive even if running as root.
15156 * Emacs mode `dpkg changelog' renamed to `Debian changelog'.
15157 * Default changelog format renamed from `dpkg' to `debian'.
15159 * debian-changelog-mode sets fill-prefix correctly.
15160 * debian-changelog-mode urgencies except HIGH lowercase by default.
15161 * debian-changelog-mode displays keymap in doc string and so mode help.
15163 * More maintainers' PGP keys.
15165 * Remove built changelog parsers with `clean' target in source.
15167 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 10 Aug 1996 23:35:51 +0100
15169 dpkg (1.3.2) experimental; urgency=LOW (MEDIUM for dpkg-source)
15171 * Faster update-rc.d written in Perl by Miquel van Smoorenburg.
15172 * install-info --test doesn't lock dir. (Bug#3992, thanks Darren).
15174 * dpkg-source doesn't break in the presence of any symlinks.
15176 * More developers' keys added to doc/developer-keys.pgp.
15177 * Install developers' keys in /usr/doc/dpkg/developer-keys.pgp.
15178 * dpkg-source documents undefined substvar behaviour.
15179 * minor debian/rules cleanups.
15181 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 10 Aug 1996 02:13:47 +0100
15183 dpkg (1.3.1) experimental; urgency=LOW
15185 * manpage for dpkg-source et al now available.
15186 * dpkg-changelog-mode.el installed in site-lisp, but still no autoload.
15188 * dpkg-source prints correct string for not-understood tar -vvt output.
15189 * dpkg-source parsing of tar -vvt output made more robust.
15191 * dpkg-buildpackage prints usage message on usage error.
15192 * dpkg-gencontrol can print usage message.
15193 * -T<varlistfile> option added to dpkg-source.
15194 * Description of -f<fileslistfile> corrected in dpkg-distaddfile usage.
15195 * -m<maintainer> synopsis changed in dpkg-genchanges usage.
15196 * debian/substvars may now contain blank lines.
15198 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 8 Aug 1996 02:36:04 +0100
15200 dpkg (1.3.0) experimental; urgency=LOW
15202 * dpkg can install named pipes.
15203 * dpkg-deb supports directory for destination, generates filename.
15204 * dpkg-{source,gencontrol,genchanges,parsechangelog,buildpackage},
15205 dpkg-distaddfile scripts to support new source package format.
15206 * a.out build no longer supported.
15207 * Changed to new source package format.
15209 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 6 Aug 1996 02:31:52 +0100
15212 dpkg (1.2.14) stable unstable; urgency=MEDIUM
15214 * dselect +/-/_/= on lines for all broken, new, local or whatever
15215 packages do not affect _all_ packages. (Bug#4129.)
15217 * NOTE - THE HISTORY FORKS HERE. 1.2.14's change appears in 1.3.7.
15219 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 22 Aug 1996 00:39:52 +0100
15222 dpkg (1.2.13) unstable; urgency=LOW
15224 * dpkg --search produces correct output for diversions.
15225 * dpkg-name remove unnecessary arch missing warning. (Bug#3482.)
15227 * dpkg-deb --build warns about uppercase chars in package name.
15229 * dpkg-scanpackages error messages updated and manpage provided
15230 (thanks to Michael Shields).
15231 * dpkg-scanpackages warns about spurious entries in override file.
15232 * dpkg-scanpackages `noverride' renamed to `override' everywhere.
15233 * dpkg-scanpackages field ordering to put Architecture higher.
15234 * dpkg-scanpackages field names capitalised appropriately.
15235 * dpkg-scanpackages invokes find with -follow. (Bug#3956.)
15237 * guidelines say #!/usr/bin/perl everywhere, not #!/bin/perl.
15238 * Many developers' PGP keys added.
15240 * configure script uses ${CC} instead of $(CC) (again :-/).
15241 * developers' keys included in dpkg source tree and /usr/doc.
15242 * configure remade using autoconf 2.10-3 (was 2.4-1).
15244 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 1 Aug 1996 02:46:34 +0100
15246 dpkg (1.2.12); priority=LOW
15248 * dpkg --search and --list understand and comment on diversions.
15249 * dpkg-divert displays diversions more intelligibly.
15251 * Guidelines are somewhat clearer about descriptions.
15252 * deb(5) describes new format; old moved to deb-old(5). (Bug#3435.)
15253 * deb-control(5) carries a warning about being out of date.
15255 * Added 1996 to dselect version/copyright.
15257 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Jul 1996 15:04:49 +0100
15259 dpkg (1.2.11); priority=MEDIUM
15261 * dselect had dependency bug if installed package newer than avail.
15262 * Added `replaces' to dselect's list of package relationship strings.
15264 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 1 Jul 1996 02:51:11 +0100
15266 dpkg (1.2.10); priority=MEDIUM
15268 * Fixed bug in old-style version/revision number parsing. (Bug#3440.)
15270 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 29 Jun 1996 03:32:45 +0100
15272 dpkg (1.2.9); priority=MEDIUM
15274 * Fixed status database updates reading bug.
15275 * `Setting up' message includes version number.
15276 * `existence check' message changed to say `cannot access archive'.
15278 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 27 Jun 1996 13:39:36 +0100
15280 dpkg (1.2.8); priority=LOW
15282 * dpkg --record-avail puts data in Size field.
15283 * strip / for rmdir(2) in cleanup to work around kernel bug. (Bug#3275.)
15284 * dpkg-split --msdos no longer allows `-' and other chars in filenames.
15286 * manual dpkg-split(8) written.
15287 * dpkg-split minor typo in --auto usage error message fixed.
15288 * dpkg-deb(8) very minor cosmetic fix to --build option.
15290 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 25 Jun 1996 03:00:14 +0100
15292 dpkg (1.2.7); priority=LOW
15294 * dpkg-scanpackages syntax errors fixed.
15296 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 21 Jun 1996 04:10:38 +0100
15298 dpkg (1.2.6); priority=MEDIUM
15300 * NFS, CDROM and partition dselect methods include mountpoint
15301 in paths given to dpkg in [I]install, so they should now work.
15303 * Removed some leftover files from source tree.
15305 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 12 Jun 1996 14:35:19 +0100
15307 dpkg (1.2.5); priority=MEDIUM
15309 * Allow, but do not create, packages in half-installed state
15310 with no version number. (Aargh.)
15312 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 10 Jun 1996 04:55:43 +0100
15314 dpkg (1.2.4); priority=MEDIUM
15316 * New dpkg-name from Erick (<pkg>_<version>_<arch>.deb convention).
15317 * Disappeared packages can't own conffiles any more ! (Bug#3214.)
15318 * install-info creates Miscellaneous sections with a newline
15319 following the heading. (Bug#3218.)
15320 * cleanup-info script installed in /usr/sbin; called as appropriate
15321 by postinst. Thanks to Kim-Minh Kaplan. (Bug#3125.)
15322 * Allow superseded Essential packages to be purged after they've
15323 been removed (clear the Essential flag on removal, and ignore it
15324 on packages that are in stat_configfiles).
15326 * dselect disk methods understand `y' as well as `yes' for using
15328 * dselect doesn't make packages appear as `new' again if update
15329 of available packages fails.
15330 * dselect places method selection cursor over option last selected.
15332 * dpkg-scanpackages doesn't die when repeated packages are found.
15333 * dpkg-scanpackages allows many old maintainers (`//'-separated).
15335 * `Version' field is now mandatory (some operations already
15336 wouldn't work right anyway if it wasn't there).
15338 * update-rc.d(8) now says you must remove the script. (Bug#3215.)
15339 * dpkg --force-help says that --force-overwrite is on by default.
15340 * dpkg-deb manpage rewritten.
15341 * debian.README (= /usr/doc/copyright/dpkg) edited slightly.
15343 * Some database parsing grunge removed (pdb_preferversion, &c).
15344 * Source tree doc/sgml contains some embryonic manuals.
15345 * Leftover files in lib directory in source tree deleted.
15347 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 10 Jun 1996 03:52:01 +0100
15349 dpkg (1.2.3); priority=HIGH
15351 * install-info doesn't replicate section headings (Bug#3125, #2973).
15352 * New dpkg-name manpage broken off from script (oops!).
15353 * dselect help screens made consistent with new strings, flags, &c.
15354 * dselect error flag column labelled E (Error), not H (Hold).
15355 * `Escape' no longer bound to `exit list without saving' in dselect.
15357 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 28 May 1996 02:14:57 +0100
15359 dpkg (1.2.2); priority=MEDIUM
15361 * Fixed dselect coredump found by Erick Branderhorst (thanks).
15362 * Sort obsolete removed packages separately, not under Available.
15364 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 23 May 1996 21:31:05 +0100
15366 dpkg (1.2.1); priority=MEDIUM
15368 * `=' key in dselect really does `hold' rather than `unhold'.
15369 * dselect dependency processing now interacts better with `hold'.
15370 * dselect `I' key (not `i') modifies display of the info window.
15371 * dselect shows unavailable packages as being unavailable.
15372 * dselect main menu headings and many other strings changed to try to
15373 discourage people from deselecting every package and using [R]emove.
15374 Notably, `select' changed to `mark' throughout.
15376 * dselect disk methods now print a few fewer double slashes.
15377 * dselect disk access methods will offer to use dpkg --record-avail
15378 to scan the available packages, if no Packages file is found.
15380 * New dpkg --compare-versions option, for the benefit of scripts &c.
15381 * New dpkg --clear-avail option forgets all available packages info.
15382 * New dpkg --print-avail option, prints `available' data (from Packages, &c).
15383 * dpkg usage message is more informative, but no longer fits on screen.
15384 * dpkg --avail option renamed --record-avail.
15386 * Latest dpkg-name from Erick Branderhorst.
15387 * dpkg-scanpackages has more sensible problem reporting.
15388 * postinst configure now gets null argument (not <unknown> or <none>)
15389 when there is no previously configured version.
15391 * Guidelines say that postinst configure is given previous version.
15392 * Guidelines don't refer to maintainer-script-args.txt in main text.
15393 * Guidelines (Texinfo source) uploaded separately.
15395 * Own version of strcpy (used for debugging) removed.
15396 * Interface to access methods document in source (doc/dselect-methods.txt).
15397 * debian.buildscript moves changes file into parent directory.
15399 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 22 May 1996 01:26:31 +0100
15401 dpkg (1.2.0); priority=MEDIUM
15403 * dselect can sort packages by available and installed states, and
15404 display their version numbers. (Use O, o and V.)
15405 * Hold is properly integrated as a real `wanted state', rather than
15407 * Epochs in version numbers implemented, using the syntax
15408 <epoch>:<version>-<revision>. (Epoch not usually displayed.)
15409 * dselect disk method is architecture-independent (uses dpkg's
15410 installation architecture, and looks in the right part of the tree).
15412 * dselect disk method doesn't try to satisfy the predependencies of
15413 packages which are on hold.
15414 * Fixed conflict-related assertion failure. (Bug#2784.)
15415 * conffiles do not cause file conflicts if the conflicting package
15416 is in the `configuration only' state. (Bug#2720.)
15417 * Fixed messages where available version number was reported as installed
15418 version in conflict and dependency messages. (Bug#2654, Bug#2974.)
15420 * New format .deb files are default even for a.out compiles (but
15421 a.out version of dpkg is in old format).
15422 * Characters @:= (at colon equals) in package names now strictly
15423 forbidden everywhere (_ is still allowed in existing packages).
15424 * New dpkg --print-installation-architecture option prints installation
15425 architecture (compiled in), rather than build architecture (determined
15426 from gcc -print-libgcc-file-name).
15428 * Version messages show whether compiled a.out or ELF (i386 only).
15429 * Fixed missing space in version syntax error messages.
15430 * Manpage dpkg.8 installed with warning about inaccuracy.
15432 * Guidelines don't say to stop and restart daemons in runlevels 2345;
15433 instead they say to start in 2345 and stop in 016.
15434 * Guidelines and version messages say just Debian Linux.
15435 * Guidelines typo fix for '"stop"'. (Bug#2867.)
15437 * doc/Makefile.in clean properly deletes various guidelines.info* files.
15439 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 16 May 1996 00:01:21 +0100
15441 dpkg (1.1.6); priority=MEDIUM
15443 * Check virtual dependencies when removing (ouch! - thanks SDE.)
15444 * Fixed bug in internal database validity management that could
15445 make dselect and dpkg dump core. (Bug#2613.)
15446 * Fixed two coredumping bugs when using local diversions. (Bug#2804.)
15447 * Fixed disappearance of overwritten packages. (Bug#2696.)
15448 * install-info won't modify dir file before start of menu.
15449 * install-info will create Miscellaneous heading if no sections yet.
15451 * Only alphanums and +-. allowed in package names - enforced by
15452 dpkg-deb --build and documented in Guidelines.
15453 * dselect doesn't display packages unless they are installed, selected
15455 * dselect doesn't show spurious section and priority headings.
15456 * dselect has a few extra keybindings (from Lee Olds).
15457 * --force message changed to `--force enabled' so that default is OK.
15459 * dpkg-name now includes architecture component in .deb filename,
15460 and translates - in package name to _.
15461 * .deb file has architecture component in filename.
15463 * Guidelines changed to say Pre-Depends is for experts only.
15464 * Guidelines say to provide a unidiff (-u) rather than an old context diff.
15465 * Guidelines say 755 root.root for shared libraries.
15467 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 1 May 1996 00:47:22 +0100
15469 dpkg (1.1.5); priority=MEDIUM (HIGH for diversions users)
15471 * Fixed coredump when using diversions. (Bug#2603.)
15472 * Fixed typo in dpkg-divert which could lose diversions. (Bug#2662.)
15474 * --force-overwrite is the default.
15475 * diversions.text provides better examples.
15477 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 10 Apr 1996 13:59:30 +0100
15479 dpkg (1.1.4); priority=MEDIUM
15481 * Allow overwriting of conflicting packages being removed. (Bug#2614.)
15483 * a.out control file says Pre-Depends: libc4 | libc. (Bug#2640.)
15484 * ELF control file and libc dependencies changed to use finalised scheme.
15485 * ELF control file and libc dependencies for i386 only. (Bug#2617.)
15487 * Guidelines say use only released libraries and compilers.
15488 * Install wishlist as /usr/doc/dpkg/WISHLIST.
15489 * Remove spurious entries for Guidelines in info dir file.
15491 * dpkg-deb --build checks permissions on control (DEBIAN) directory.
15493 * Spaces in control file fields not copied by dpkg-split. (Bug#2633.)
15494 * Spaces in split file part control data ignore. (Bug#2633.)
15496 * Portability fixes, including patch from Richard Kettlewell.
15497 * Fixed minor configure.in bug causing mangled GCC -W options.
15499 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Apr 1996 01:58:40 +0100
15501 dpkg (1.1.3); priority=LOW
15503 * dselect disk methods support Pre-Depends installation ordering.
15504 * When dpkg fails and --auto-deconfigure would help it says so.
15505 * dpkg --search output lists several packages with same file on one line.
15506 * Improved dpkg usage message somewhat.
15508 * dpkg-deb --build checks permissions and types of maintainer scripts.
15509 * dpkg-deb --build treats misspecified conffiles as error, not warning.
15510 * dpkg --print-architecture prints compiler's architecture while
15511 dpkg --version (&c) print system's arch (this to help cross-compiling).
15512 * More minor guidelines changes, including dir entry fixup.
15514 * configure script caches more values.
15515 * Changed maintainer email address to ian@chiark.chu.cam.ac.uk.
15517 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 16 Mar 1996 19:18:08 +0000
15519 dpkg (1.1.2); priority=LOW
15521 * Packaging guidelines installed properly (and as guidelines
15522 rather than debian-guidelines).
15523 * ELF version has more checks to stop you wrecking your dpkg installation.
15524 * dselect disk methods now look for a `local' tree as well, for
15525 people who want locally-available software of various kinds.
15526 * dpkg-divert has debugging message removed.
15527 * Minor guidelines changes.
15529 * Various makefile cleanups, mainly to do with ELF vs. a.out support.
15530 * debian.rules cleans out ~ files itself, as well as calling make clean.
15531 * debian.rules names .nondebbin.tar.gz file ELF too, if appropriate.
15533 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 14 Mar 1996 03:38:29 +0000
15535 dpkg (1.1.1elf); priority=LOW
15537 * Added /usr/lib/dpkg/elf-executables-ok and elf-in-kernel.
15538 * Replaces field now allows automatic removal of conflicting packages.
15539 * Replaces field now required to overwrite other packages' files.
15540 * Architecture field, and dpkg --print-architecture, supported.
15541 * build new format archives by default when compiled with ELF compiler.
15543 * symlinks are now installed atomically (good for shared libraries).
15544 * create /var/lib/dpkg/diversions in postinst if necessary (Bug#2465.)
15545 * Pre-Depends now correctly fails if package never configured.
15546 * dselect disk methods mount with -o nosuid,nodev.
15547 * update-rc.d defaults doesn't add both K and S in any one runlevel;
15548 dpkg postinst fixes up this situation if it sees it.
15550 * Assorted fixups to the Guidelines, which are now in one piece.
15551 * dpkg --list prints version string in one piece.
15552 * dpkg-scanpackages doesn't produce notice on output with list of
15553 packages with Section and/or Priority control file fields.
15555 * control file and debian.rules work both for ELF and non-ELF compiles.
15556 * most files compiled with -O2 (-O3 only for some critical files) -
15557 this fixes ELF build.
15559 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 11 Mar 1996 04:25:28 +0000
15561 dpkg (1.1.0); priority=LOW
15563 * dpkg supports Pre-Depends.
15564 * postinst script gets most-recently-configured version as $2.
15566 * lib/tarfn.c #includes <errno.h> (portability fix).
15568 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 11 Feb 1996 21:07:03 +0000
15570 dpkg (1.0.17); priority=LOW
15572 * dpkg --recursive follows symlinks (useful for devel tree).
15574 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 10 Feb 1996 15:58:46 +0000
15576 dpkg (1.0.16); priority=LOW
15578 * dpkg-deb much faster reading new format archives. (Bug#2256.)
15579 * Developers' documentation in /usr/doc/dpkg/, /usr/info/.
15581 * Fixed typo in control file Description.
15583 * configure script tries to improve matters wrt sysinfo.
15584 * any debian-tmp.deb is deleted by `./debian.rules clean'.
15586 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 4 Feb 1996 15:51:59 +0000
15588 dpkg (1.0.15); priority=LOW
15590 * dselect disk methods should never unmount things they didn't mount.
15591 * debian.README aka /usr/doc/copyright updated.
15593 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 30 Jan 1996 15:05:39 +0000
15595 dpkg (1.0.14); priority=MEDIUM
15597 * fixed file descriptor leak in dpkg introduced in 1.0.11.
15598 * included dpkg-name in this package (conflicts with dpkg-name).
15600 * redraw in dselect main menu changed to use clearok (like in lists).
15601 * sa_restorer in struct sigaction no longer used (portability fix).
15602 * removed Guidelines from source package.
15604 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 30 Jan 1996 02:52:29 +0000
15606 dpkg (1.0.13); priority=MEDIUM
15608 * dselect partition and mounted methods work again.
15609 * dpkg-deb --no-act in usage message.
15611 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 26 Jan 1996 18:37:03 +0000
15613 dpkg (1.0.12); priority=MEDIUM (HIGH for users of 1.0.11)
15615 * Fixed frequent dpkg coredump introduced in 1.0.11. (Bug#2219.)
15616 * dpkg-deb ensures version numbers start with alphanumerics.
15618 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 24 Jan 1996 00:42:31 +0000
15620 dpkg (1.0.11); priority=MEDIUM
15622 * corrected potentially serious problem with dpkg low-memory in-core
15624 * dpkg-split --msdos puts output files in right directory. (Bug#2165.)
15626 * diversions implemented - see `dpkg-divert --help'.
15628 * dselect shows and uses (for dependencies) currently installed
15629 version of a package if that is more recent.
15630 * dpkg --force-... options are in separate help screen.
15631 * better error messages for corrupted .deb archives. (Bug#2178.)
15632 * dselect NFS method will unmount correct copy of NFS area if mounted
15635 * removes some ELF compilation warnings.
15637 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 19 Jan 1996 02:41:46 +0000
15639 dpkg (1.0.10); priority=MEDIUM
15641 * dpkg-deb option parsing unmuddled (-I option was removed
15642 in 1.0.9 and broke dpkg-deb). (Bug#2124.)
15644 * dpkg-split will work when ELF `ar' is installed, and is faster.
15646 * nfs dselect method now available.
15647 * disk methods don't prompt spuriously for Packages files.
15648 * cdrom+harddisk methods can find Packages files.
15650 * dpkg-scanpackages (creates Packages files) now in /usr/sbin.
15652 * various changes to help compilation of dpkg-deb, dpkg-split
15653 and md5sum on non-Debian systems.
15654 * <sys/fcntl.h> replaced by <fcntl.h> throughout.
15656 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 14 Jan 1996 02:55:19 +0000
15658 dpkg (1.0.9); priority=MEDIUM
15660 * dselect uninitialized variable coredump fixed (thanks Carl).
15662 * version numbers printed by --version fixed. (Bug#2115.)
15663 * disk method problem with missing Packages files fixed. (Bug#2114.)
15664 * dependency version relationships now <= >= << >> =. (Bug#2060.)
15666 * install-info is in /usr/sbin, not /usr/bin. (Bug#1924.)
15667 * dpkg regards Revision field as obsolete.
15669 * <asm/unistd.h> changed to <linux/unistd.h> (for m68k port).
15670 * scripts/Makefile.in `clean' target deletes scripts.
15672 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 11 Jan 1996 20:51:20 +0000
15674 dpkg (1.0.8); priority=LOW
15676 * update-alternatives slightly more helpful message. (Bug#1975.)
15677 * cosmetic improvements to disk installation method. (Bug#1970,1956.)
15678 * mounted filesystem and unmounted partition separate methods. (Bug#1957.)
15680 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 12 Dec 1995 04:07:47 +0000
15682 dpkg (1.0.7); priority=MEDIUM (HIGH to upgrade syslogd)
15684 * dselect harddisk/CDROM method script handles multiple package
15686 * Everything has a manpage, though many are very unhelpful indeed.
15688 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 30 Nov 1995 03:59:14 +0000
15690 dpkg (1.0.6); priority=MEDIUM (HIGH to upgrade syslogd)
15692 * conffiles can now be taken over properly from one package by
15693 another which replaces it. (Bug#1482.)
15694 * dpkg will not deconfigure essential packages when --auto-deconfigure
15695 is set (this bug was fairly unlikely ever to be exercised).
15697 * dpkg checks for the presence of certain important programs on the PATH.
15698 * dselect is now more informative when a dependency is missing, saying
15699 "<package> does not appear to be available". (Bug#1642, 1705).
15701 * `make distclean' fixed; config.* &c removed from source archive.
15702 * lib/lock.c now uses fcntl rather than flock, for better portability.
15704 * `Package_Revision: 0' removed from control file.
15705 * Some inaccuracies and bad formatting in various messages corrected.
15707 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 21 Nov 1995 20:15:18 +0000
15709 dpkg (1.0.5); priority=LOW
15711 * dpkg-split allows some space for the header. (Bug#1649.)
15712 * dpkg-split now has --msdos option for 8.3 filenames.
15713 * dpkg-split --join &c will not complain about trailing garbage.
15715 * dselect & dpkg will no longer ignore SIGHUP will running subprocesses.
15717 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 13 Oct 1995 13:59:51 +0100
15719 dpkg (1.0.4); priority=MEDIUM (HIGH for dselect users with 1.0.3)
15721 * fixed bug which prevented dselect from displaying the bottom line of
15722 any listing screen. This was introduced in 1.0.3, sorry !
15724 * a conffile will never cause a prompt if the package maintainer
15725 distributes a file identical to the user's, even if the file has
15726 been edited by both the user and the maintainer or is a
15727 newly-registered conffile. (Bug#1639.)
15729 * dselect disk/cdrom method script says where to get Packages file.
15730 * dselect help has better descriptions of the functions of Return and Q.
15732 * postinst now warns about some problems with /usr/lib/dpkg/methods/hd.
15734 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 12 Oct 1995 01:45:38 +0100
15736 dpkg (1.0.3); priority=MEDIUM
15738 * dselect: fixed segfault when doing some multiple (de)selections.
15740 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 10 Oct 1995 03:21:12 +0100
15742 dpkg (1.0.2); priority=MEDIUM
15744 * problem with screen refresh after `o' (change order) corrected.
15746 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 9 Oct 1995 13:11:04 +0100
15748 dpkg (1.0.1); priority=LOW
15750 * much better dpkg performance on low-memory systems.
15751 * start-stop-daemon --name should now work. (oops!)
15752 * fixed typo which could turn into memory overwriting bug sometime.
15754 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 8 Oct 1995 20:12:29 +0100
15756 dpkg (1.0.0); priority=LOW
15758 * Version 1.0.0: dpkg is no longer beta.
15760 * tar extractor no longer looks up an empty string using getgrnam
15761 (this causes the libc to coredump when using NIS).
15763 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 1 Oct 1995 13:07:36 +0100
15765 dpkg (0.93.80); priority=LOW
15767 * dselect help screen intro changed to remove `much' before `help'.
15769 * update-alternatives.pl contains hardcoded ENOENT value, instead
15770 of requiring POSIX.pm to be present.
15772 * Makefiles changed to strip when installing instead of when building.
15774 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 30 Sep 1995 01:44:12 +0100
15776 dpkg (0.93.79) BETA; priority=LOW
15778 * DPKG_NO_TSTP environment variable which stops dpkg sending the
15779 process group a SIGTSTP (Bug#1496).
15780 * End key should work in dselect lists (Bug#1501).
15781 * various message typos (missing \n's) fixed (Bug#1504).
15783 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 29 Sep 1995 03:27:01 +0100
15785 dpkg (0.93.78) BETA; priority=LOW
15787 * dselect keystrokes help file typo fix.
15789 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 28 Sep 1995 20:31:02 +0100
15791 dpkg (0.93.77) BETA; priority=MEDIUM
15793 * dpkg --remove --pending will purge things when appropriate.
15795 * fixed failure to null-terminate dpkg conflict problem messages.
15796 * fixed bug in formatting of dependency version problem messages.
15798 * Conffiles resolution prompt for new conffile: typo fixed.
15799 * Changed dpkg usage error to suggest `-Dhelp' instead of `--Dhelp'.
15801 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 20 Sep 1995 23:44:35 +0100
15803 dpkg (0.93.76) BETA; priority=MEDIUM
15805 * dpkg --auto-deconfigure option (used automatically by dselect) allows
15806 `important' packages which many others depend on to be split.
15807 * dpkg should no longer fail an assertion during complicated
15808 multiple configurations involving packages which are on hold.
15810 * update-alternatives supports negative priorities.
15811 * /etc/alternatives is included in the .deb archive.
15813 * Package priorities changed: Required (Req), Important (Imp), Standard (Std),
15814 Optional (Opt) and Extra (Xtr). For backward compatibility Base is an
15815 alias for Required, and Recommended is kept as a level just below Standard.
15817 * dselect shows introductory help screen when entering package lists (both
15818 main and recursive).
15819 * dselect help messages made more friendly.
15820 * dselect package list `quit, confirm, and check dependencies' key is
15821 now Return rather than lowercase `q'; likewise method list `select this
15822 one and configure it' key.
15823 * dselect selects packages with priority `standard' or better by default.
15824 * dselect `v=verbose' becomes `v=terse' when in verbose mode.
15826 * hard disk method unmounts /var/lib/dpkg/methods/mnt on failure.
15827 * disk methods' install message uses `stty' to find out what the
15828 interrupt character is, and uses that in the prompt (rather than ^C).
15829 * dpkg now tolerates ^Z characters in Packages files.
15830 * harddisk method doesn't display extra slash when updating packages file.
15831 * harddisk method burbles less if it doesn't have a good default.
15833 * dpkg-deb now supports new flexible format, but old format still default.
15835 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 20 Sep 1995 02:49:41 +0100
15837 dpkg (0.93.75) BETA; priority=MEDIUM
15839 * dselect no longer segfaults when you try to modify the last item.
15841 * dselect Makefile compiles with -g, and links without -s, but installs
15842 with -s, so that built source directory has debugabble binary.
15844 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 12 Sep 1995 02:59:29 +0100
15846 dpkg (0.93.74) BETA; priority=LOW
15848 * dpkg-split implemented and installed in /usr/bin/dpkg-split.
15849 (NB this is not compatible with Carl Streeter's old dpkg-split script.)
15850 * dpkg uses dpkg-split.
15851 * floppy disk method available - NB this is a first attempt only.
15853 * hard disk method uses --merge-avail rather than --update-avail.
15854 * installation by default of `standard' packages removed again.
15855 (I don't think this is the right place to do this.)
15856 * update-alternatives --remove correctly deletes all slave links;
15857 minor cosmetic improvements.
15859 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 11 Sep 1995 02:06:05 +0100
15861 dpkg (0.93.73) BETA; priority=LOW
15863 * dselect multi-package selection now done by `divider' lines
15864 actually in the package list, rather than horizontal highlight
15866 * dselect help available, and keybindings rationalised.
15868 * postinst removes /usr/lib/dpkg/methods/hd if upgrading from
15869 0.93.42.3 or earlier.
15870 * `hold' flag changed to be settable by the user only, and
15871 made orthogonal to the `reinstallation required' flag.
15872 * dpkg will install by default any packages with priority of
15873 `standard' or better unless they're explicitly deselected.
15875 * dselect dependency/conflict resolution will suggest marking absent
15876 packages for `purge' rather than `deinstall'.
15877 * disk method script produces message about invoking dpkg.
15878 * dpkg produces warning, not error, when it gets EPERM trying to
15879 remove a directory belonging to a package being removed.
15880 * dpkg, dpkg-deb usage error reporting improved.
15881 * dselect detects too-dumb terminals and stops.
15882 * dpkg-deb(8) updated a little (thanks to Bill Mitchell).
15884 * dselect debugmake script uses -O0.
15886 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 10 Sep 1995 12:23:05 +0100
15888 dpkg (0.93.72) BETA; priority=MEDIUM
15890 * /usr/sbin/update-alternatives added.
15892 * New names for certain control file fields (old names work
15893 as aliases): Optional -> Suggests, Recommended -> Recommends,
15896 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 3 Sep 1995 16:37:41 +0100
15898 dpkg (0.93.71) BETA; priority=LOW
15900 * dpkg doesn't silently overwrite `new' conffiles (Bug#1283).
15901 * case now not significant in Essential, Status and Class (Bug#1280).
15902 * dselect checks method scripts for execute, not for write.
15904 * spelling fixes in lib/dbmodify.c and dselect/helpmsgs.src.
15906 * dselect `clean' target deletes helpmsgs.cc and helpmsgs.cc.new.
15908 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 31 Aug 1995 13:56:08 +0100
15910 dpkg (0.93.70) BETA; priority=MEDIUM
15912 * dselect unmounted harddisk method has many silly bugs fixed.
15914 * dpkg --root option restored (was removed by mistake in 0.93.68).
15915 * minor cosmetic change to dselect subprocess failure message.
15917 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 9 Aug 1995 22:18:55 +0100
15919 dpkg (0.93.69) BETA; priority=MEDIUM
15921 * dpkg --configure and --remove should work properly when
15922 they have to defer processing (this tends to happen when many
15923 packages are processed at once). (Bug#1209.)
15925 * dpkg --configure and --remove work better when `processing'
15926 several related packages with --no-act.
15928 * dpkg --auto is now two options, --pending or -a (for configure,
15929 remove, &c) and --recursive or -R (for install, unpack, &c).
15931 * dpkg debug options in usage message, and values available (-Dh).
15933 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 9 Aug 1995 22:18:55 +0100
15935 dpkg (0.93.68) BETA; priority=MEDIUM
15937 * dpkg won't get an internal error if you try to use the default
15938 conffiles response (ie, if you just hit return). (Bug#1208.)
15940 * dselect hard disk and CD-ROM methods - the real thing, but ALPHA.
15942 * dselect allows you to go straight to `update' or `install' if
15943 you have already set up an access method.
15944 * new dpkg options --yet-to-unpack, --merge-avail and --update-avail.
15945 * dpkg -G is an abbreviation for dpkg --refuse-downgrade.
15946 * dpkg -R alias for --root withdrawn, pending reuse with different meaning.
15947 * dpkg --help message rationalised somewhat.
15949 * Obsolete `examples' and `dpkg-split' directories removed from
15950 source tree. The `hello' package is a better example.
15952 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 7 Aug 1995 02:16:25 +0100
15954 dpkg (0.93.67) BETA; priority=LOW for C dpkg alpha testers, HIGH for others
15956 * dpkg no longer statically linked and -g.
15957 * calls to abort() changed to print string, file and line number first.
15958 * removed unused variable from dpkg source.
15960 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 4 Aug 1995 01:39:52 +0100
15962 dpkg (0.93.66) ALPHA; priority=MEDIUM
15964 * dpkg will correctly remove overwritten files from the lists of
15965 the package(s) that used to contain them.
15967 * dpkg --purge is now an action, rather than a modifier for --remove,
15968 and the -P alias for it is withdrawn.
15970 * dpkg --unpack/--install filenames in messages are now more sensible
15971 about when to use .../ (show as many trailing components as possible
15972 in 40 characters, or the whole path if that the last component is
15975 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 3 Aug 1995 02:11:03 +0100
15977 dpkg (0.93.65) ALPHA; priority=MEDIUM
15979 * dpkg --remove should, when a package being removed is depended-on
15980 by another that is also queued for removal, defer the depended-on
15981 package rather than aborting it. (Bug#1188.)
15983 * dpkg will not attempt to configure or remove a package more than
15984 once in the same run. (Bug#1169.)
15986 * dpkg cosmetic fix to dependency problems message (this bug
15987 hasn't been triggered to my knowledge).
15989 * perl-dpkg no longer installed in /usr/bin.
15991 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 2 Aug 1995 13:02:58 +0100
15993 dpkg (0.93.64) ALPHA; priority=MEDIUM
15995 * dpkg marks a package as no longer `to be configured in this run'
15996 when an error occurs, so that other packages which depend on it
15997 will fail (rather than causing a loop and an assertion failure,
15998 packages.c:166: failed assertion `dependtry <= 4').
16000 * dselect initial selection granularity is single-package.
16001 * dpkg --no-also-select option renamed to --selected-only (old option
16002 still accepted, but no longer in --help). Changed -N to -O.
16004 * dselect `update' option changed to `install' (and other options
16005 renamed too). NB: old access methods will not work, because
16006 the `update' script should now be an `install' script.
16008 * dselect `installation methods' renamed to `access methods'.
16009 * dpkg --skip-same-version and --refuse-downgrade produce friendlier
16010 messages when they skip packages.
16011 * --licence option now properly mentioned in all programs' --version
16014 * bad fix for ELF compile problem involving myopt.h removed (compile
16015 problem turned out to be a GCC bug.)
16017 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 1 Aug 1995 03:03:58 +0100
16019 dpkg (0.93.63) ALPHA; priority=LOW
16021 * preinst works around shell bug/misfeature involving `trap'.
16023 * dpkg --skip-same-version doesn't skip packages which have
16024 an error flag set or which aren't in a standard `installed' state.
16026 * dpkg --search now does a substring search if the string doesn't
16027 start with a wildcard character (*, [ or ?) or slash.
16029 * problem with C/C++ linkage of stuff in "myopt.h" fixed, to help
16030 with compiling with GCC 2.7.0.
16032 * dselect Makefile.in `clean' deletes curkeys.inc &c, so that they are
16033 not shipped in the distribution source and will be rebuilt on the
16036 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 27 Jul 1995 13:38:47 +0100
16038 dpkg (0.93.62) ALPHA; priority=HIGH
16040 * dpkg purges leftover control scripts from /var/lib/dpkg/tmp.ci,
16041 rather than associating them with the wrong package. (Bug#1101.)
16043 * dpkg won't `disappear' packages containing no files or directories,
16044 nor a package required for depends/recommended. (Bug#1128.)
16046 * dpkg follows directory symlinks. (Bug#1125.)
16048 * dselect fixups for ELF/GCC2.7.0 compilation.
16050 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 21 Jul 1995 21:43:41 +0100
16052 dpkg (0.93.61) ALPHA; priority=LOW
16054 * dselect keybindings and status characters and descriptions changed
16055 (in pursuance of Bug#1037, user interface problems, still open.)
16057 * Some cleanups to fix mistakes discovered by ELF-GCC 2.7.0, and fixup
16058 for newer C++ draft standard (`for' variable declaration scope change).
16060 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 18 Jul 1995 01:42:51 +0100
16062 dpkg (0.93.60) ALPHA; priority=HIGH
16064 * dpkg doesn't think packages have `disappeared' if you install
16065 several packages at once. (later reported as Bug#1132.)
16067 * usage error messages tidied up.
16069 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 16 Jul 1995 17:56:56 +0100
16071 dpkg (0.93.59) ALPHA; priority=HIGH
16073 * dpkg doesn't break maintainer scripts &c if package `foo' exists
16074 when processing package `foobar'. (Related to Bug#1101.)
16076 * dpkg implements `disappear' functionality.
16077 * dpkg/dselect remove dead entries from /var/lib/dpkg/status.
16079 * dpkg --list now sorted correctly and output somewhat improved.
16080 * some debugging messages moved from dbg_stupidlyverbose to dbg_scripts.
16081 * dpkg prints `Removing foo' message even if foo is not configured.
16082 * dpkg only prints `serious warning: files list file ... missing'
16083 once for each package.
16085 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 16 Jul 1995 02:32:11 +0100
16087 dpkg (0.93.58) ALPHA; priority=HIGH
16089 * dpkg should write out status even for packages which it has only
16090 encountered in the `available' file so far.
16092 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 14 Jul 1995 20:19:21 +0100
16094 dpkg (0.93.57) ALPHA; priority=LOW
16096 * dpkg does chroot when running maintainer scripts (--instdir
16097 should work right now, though I haven't been able to test it).
16099 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 14 Jul 1995 01:32:30 +0100
16101 dpkg (0.93.56) ALPHA; priority=HIGH
16103 * dpkg can now overwrite symlinks to directories, and will
16104 do correct handling of symlinks to plain files.
16105 * dpkg should not replace any directory with a symlink.
16107 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 13 Jul 1995 02:43:36 +0100
16109 dpkg (0.93.55) ALPHA; priority=MEDIUM
16111 * dpkg can now extract hardlinks.
16112 * dpkg configuration/removal works in the presence of dependency cycles.
16113 * dpkg should no longer fail an assertion at processarc.c:193.
16115 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 12 Jul 1995 01:34:44 +0100
16117 dpkg (0.93.54) ALPHA; priority=MEDIUM
16119 * dpkg and dselect no longer throw away all Class and Section
16120 information in /var/lib/dpkg/available. (Oops.)
16121 * dpkg --refuse-<something> now works (this broke some dselect
16122 method scripts' attempts to use --refuse-downgrade).
16123 * dpkg --audit and --list implemented.
16125 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 10 Jul 1995 00:35:13 +0100
16127 dpkg (0.93.53) ALPHA; priority=LOW
16129 * dpkg --install/--unpack only skips on-hold packages with --auto.
16130 * dpkg doesn't fclose() the --fsys-tarfile pipe twice.
16131 * dpkg error handling and reporting cleaned up.
16132 * dpkg now lists any failed packages/files just before exiting.
16134 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 9 Jul 1995 16:31:36 +0100
16136 dpkg (0.93.52) ALPHA; priority=MEDIUM
16138 * dpkg won't segfault due to missing (Package_)Revision fields.
16139 * dpkg --search works.
16140 * dpkg will set execute permissions on scripts if necessary.
16141 * dpkg prints filenames in --unpack and --install.
16143 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 8 Jul 1995 12:41:39 +0100
16145 dpkg (0.93.51) ALPHA; priority=HIGH
16147 * dpkg --status and --listfiles now work.
16149 * dpkg --remove --auto won't try to remove everything (!)
16150 * dpkg --unpack doesn't coredump after unpacking the first package.
16151 * dpkg won't fail an assertion if it bombs out of --configure
16152 or --remove because of too many errors.
16154 * Support for `Essential' in dpkg (not yet in dselect).
16155 * `available' (Packages) file class and section override those
16156 from package control files.
16157 * `Essential: yes' added to control file.
16159 * Locking strategy changed, now uses flock (no more stale locks).
16160 * preinst now more helpful about conffiles upgrade problem.
16162 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 8 Jul 1995 01:15:26 +0100
16164 dpkg (0.93.50) ALPHA
16166 * C dpkg now in service.
16168 * dselect now installs in /usr/bin instead of /usr/sbin.
16169 * Improved `explanation of display' help and changed HSOC to EIOW.
16170 * dselect goes back to top of info display when you move the
16173 * Added <sys/types.h> to md5sum/md5.c, for the benefit of FreeBSD.
16174 * --admindir doesn't append `var/lib/dpkg' to its argument.
16176 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 19 May 1995 21:03:08 +0100
16178 dpkg (0.93.42.3) BETA; priority=LOW
16180 * Rebuilt using ncurses 1.9.2c-0.
16181 * Silenced `subcritical error' message if errno == ENOENT.
16183 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 12 Jun 1995 13:09:24 +0100
16185 dpkg (0.93.42.2) BETA; priority=HIGH
16187 * install-info --remove properly removes multi-line entries.
16188 * Slightly changed ^L redraw code in dselect package list.
16190 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 10 Jun 1995 14:06:01 +0100
16192 dpkg (0.93.42.1) BETA; priority=HIGH esp. for new installations
16194 * update-rc.d default no longer adds K entries in runlevels 2345.
16196 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 6 Jun 1995 18:56:23 +0100
16198 dpkg (0.93.42) BETA; priority=LOW; HIGH for dselect users
16200 * Fix uninitialized variable reference bug in dselect (#890).
16201 * Fix problem with wordwrapping package and method descriptions.
16202 * Create /var/lib/dpkg/methods/mnt.
16204 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 19 May 1995 21:03:08 +0100
16206 dpkg (0.93.41) BETA; priority=LOW
16208 * Create /var/lib/dpkg/methods.
16209 * dpkg.pl noisily ignores --skip-same-version rather than barfing.
16211 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 16 May 1995 13:28:27 +0100
16213 dpkg (0.93.40) BETA; priority=LOW
16215 * dselect's subprogram failure message made to stand out more.
16217 * When switching out of curses, always move the cursor to the
16218 bottom right corner of the screen.
16220 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 16 May 1995 01:03:38 +0100
16222 dpkg (0.93.39) BETA; priority=LOW
16225 - allow you to select and configure an installation method;
16226 - invoke installation method scripts to update the available file
16227 and unpack packages;
16228 - invoke dpkg to configure and remove packages.
16229 There are no installation methods available yet.
16231 * Search feature in dselect works (it was purely an ncurses bug).
16233 * dpkg-*.nondebbin.tar.gz now available (built by debian.rules).
16235 * The target directory for dpkg-deb --extract (also available as
16236 dpkg --extract) is no longer optional. dpkg-deb suggests the use
16237 of dpkg --install if you omit it.
16239 * Added <errno.h> to lib/lock.c and fixed ref. to `byte' in
16240 md5sum/md5.c, for portability to Solaris 2.
16242 * Rebuilt `configure' and `config.h.in' using autoconf 2.3.
16243 * Revised function attribute support checking in configure script.
16244 * Removed obsolete `dselect.pl' from scripts directory.
16245 * New option --licence on all the C programs.
16247 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 14 May 1995 18:05:38 +0100
16249 dpkg (0.93.38) BETA; priority=MEDIUM
16251 * Version number comparisons (in dpkg and dselect) now >= <=
16252 as documented (Bug#831; thanks to Christian Linhart).
16254 * dselect now has a non-superuser readonly mode.
16255 * dselect doesn't pop up unsatisfied `Optional's when quitting.
16256 * `unable to delete saved old file' message fixed dpkg_tmp to dpkg-tmp.
16258 * Made dpkg convert `revision' to `package_revision' when reading
16259 (eg) the `status' file. libdpkg.a has `revision' as a synonym
16260 for `package_revision' and writes the former.
16262 * Major improvements and many changes to C option parsing, database
16263 management, error handling, Makefiles &c to support dpkg.
16264 * dpkg-deb should now work if sizeof(void*) < sizeof(void(*)()).
16266 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 24 Apr 1995 12:34:39 +0100
16268 dpkg (0.93.37) BETA; priority=LOW (MEDIUM for dselect users)
16270 * Fixed segfault if no description available (Bug#735);
16271 thanks to Peter Tobias for the bug report.
16272 * Fixed other assorted minor bugs in description displays.
16274 * Changed dpkg-deb --info short option from -i to -I, to make
16275 it unique across dpkg and dpkg-deb (-i still works with
16276 dpkg-deb for backwards compatibility).
16278 * Produce more sensible error when main package list is empty.
16280 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 7 Apr 1995 02:24:55 +0100
16282 dpkg (0.93.36) BETA; priority=LOW (MEDIUM for dselect users)
16284 * All the C code (including dselect) updated to support `provides'
16285 (virtual packages).
16286 * Revamped dselect's related package selection/deselection
16288 * Everything can now handle arbitrary `class' values (as well
16289 as the predefined ones which we understand and can interpret).
16290 * Fixed bug that prevented display update when moving down a small
16291 recursive package list in dselect.
16292 * Column heading characters corrected from `SHOC' to `HSOC'.
16294 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 6 Apr 1995 12:48:13 +0100
16296 dpkg (0.93.35) BETA; priority=MEDIUM
16298 * Preserve ownerships and permissions on configuration files.
16299 * Fix bug in conffile updating that could leave a hardlink
16300 <foo>.dpkg-new to the conffile <foo>.
16302 * Improved dselect's package list help messages.
16303 * Highlight now moves on after (de)selecting just one package.
16304 * Better algorithm for scrolling up/down when moving highlight.
16305 * Fixed bug in display of `preformatted' extended Description lines.
16306 (dselect is still ALPHA, but is fairly stable.)
16308 * Improved dpkg's message when configuring a package that doesn't
16309 exist, and when selecting or skipping a package that isn't
16310 currently selected (during unpack processing).
16312 * Description in control file expanded.
16314 * Scroll back to top when changing what is in the `info' area.
16316 dpkg (0.93.34) BETA; priority=LOW (HIGH for dselect users)
16318 * dselect: Fixed bug which caused a coredump if you exited the
16319 package list if you'd made any changes. Ouch !
16321 * dselect: Improved selection algorithm to show fewer extraneous
16322 packages; improved display for unavailable packages.
16324 * dpkg: Improved progress messages during unpacking somewhat.
16326 dpkg (0.93.33) BETA; priority=LOW (HIGH for dselect users)
16328 * dselect now has a main menu.
16330 * Fixed nasty uninitialized data bug in dselect.
16332 * dselect now locks and unlocks the packages database.
16334 Mon, 27 Mar 1995 03:30:51 BST Ian Jackson <iwj10@cus.cam.ac.uk>
16336 * dpkg (0.93.32): Alpha dselect released and installed in
16338 * dpkg (0.93.32): Many portability enhancements: should now
16339 compile using GCC 2.6.3, and dpkg-deb should
16340 compile better on non-Linux systems.
16341 * dpkg (0.93.32): dpkg will not loop if its stdin disappears
16342 and it needs to prompt.
16343 * dpkg (0.93.32): Fixed removal dependency error to show
16344 correct package (Bug #648).
16345 * dpkg (0.93.32): Tidied up copyright notices.
16346 * dpkg (0.93.32): First draft of update-rc.d manpage, not yet
16347 installed in /usr/man.
16348 * dpkg (0.93.32): Changes to top-level Makefile.in to improve
16350 * dpkg (0.93.32): Improved Makefile `clean' and `distclean'
16352 * dpkg (0.93.32): Deleted irrelevant `t.c' from lib and
16353 dselect directories.
16354 * dpkg (0.93.32): Added vercmp.c with version comparison code.
16355 * dpkg (0.93.32): varbufextend message changed - varbufs not
16356 just for input buffers.
16357 * dpkg (0.93.32): varbuf has C++ member functions in header
16358 #ifdef __cplusplus.
16360 Changes in dpkg 0.93.31:
16362 * start-stop-daemon --pidfile now works (Bug#571).
16363 * Fixed dependency processing bugs which could require a rerun of
16364 dpkg --configure (Bug#566).
16365 * Fixed garbage output for `language' of control file in dpkg-deb --info.
16367 Changes in dpkg 0.93.30:
16369 * Added /usr/sbin/start-stop-daemon.
16371 Changes in dpkg 0.93.09:
16373 * Made postinst scripts really be run when dpkg --purge used.
16374 * Added new --force-extractfail option - VERY DANGEROUS.
16376 Changes in dpkg 0.93.28:
16378 * Removed undef of 0x_p21 in read_database_file, which caused the
16379 the whole status database to become trashed when any update files
16381 * Make infinite-loop prevention and cycle detection work.
16382 * Made findbreakcycle work (ie, break properly when cycle detected).
16383 * New script, update-rc.d, to update links /etc/rc?.d/[KS]??*.
16384 * dpkg.pl now sets the umask to 022.
16385 * Cosmetic error message fix to dpkg-deb.
16386 * Deleted OLD directory altogether.
16387 * Improved error-trapping in top-level Makefile loops.
16389 Changes in dpkg 0.93.27:
16391 * Make version number specifications in Depends &c work.
16392 * Added AC_PROG_CXX to autoconf.in for dselect.
16393 * Changed myopt.h not to have cipaction field in cmdinfo (this was
16394 specially for dpkg-deb) - now we have a generic void*.
16395 * Renamed `class' member of `pkginfoperfile' to `clas' [sic].
16396 * Much work in `dselect' subdirectory.
16397 * Deleted executables, objects and libraries from OLD tree !
16398 * Minor changes to various copyright notices and top-of-file comments.
16399 * Don't install nasty Perl dselectish thing as /usr/bin/dselect.
16401 Changes in dpkg 0.93.26:
16403 * Added --no-also-select instead of not auto-selecting on --unpack
16404 but doing so on --install; removed --force-unpack-any.
16406 Changes in dpkg 0.93.25:
16408 * Fixed duplicate output (failure to flush before fork) bug.
16409 * More clarification of md5sum.c copyright.
16410 * Corrected typo in ChangeLog in 0.93.24 source package.
16412 Changes in dpkg 0.93.24:
16414 * dpkg could copy conffiles info from one package to another. Aargh.
16416 * dpkg failed to initialise status if you tried to remove or
16417 configure a nonexistent package. Bug #419.
16418 * install-info now handles START-INFO-DIR-ENTRY entries like:
16419 * Gdb:: The GNU debugger.
16420 Previously it would only accept (Bug #407):
16421 * Gdb: (gdb). The GNU debugger.
16422 * When installing a new foo.info[.gz], install-info now replaces
16423 * Foo: (foo.info). The Gnoo Foo.
16424 as well as just * Foo: (foo). ...
16425 * Moved option parsing out of dpkg-deb into libdpkg.
16426 * Assorted minor source code rearrangements.
16427 * Fixed assorted copyright notices, clarified md5sum copyright.
16428 * Corrected typo in 0.93.23 source package's ChangeLog.
16430 Changes in dpkg 0.93.23:
16432 * `dpkg-deb' --build now does a syntax check on the control file.
16433 * `dselect' is now no longer called `debian', spurious copy removed
16434 from package top-level source directory.
16435 * C control information parsing complete and somewhat tested.
16436 * Moved `global' include files into $(srcdir)/include from ../lib,
16437 added some files to the lib Makefile, and arranged for pop_cleanup().
16439 Changes in dpkg 0.93.22:
16441 * Fixed bug which caused dpkg to see failures of md5sum where there
16442 were none (would also have caused dpkg to miss a real failure).
16443 * Fixed failure to update some `status' database fields.
16445 Changes in dpkg 0.93.21:
16447 * Fixed error-handling bug which could corrupt database.
16449 Changes in dpkg 0.93.20:
16451 * Fixed bug which ran old (/var/adm/dpkg) postinst scripts.
16452 * Fixed dpkg usage message which claimed -i => both --install & --info.
16453 * Use Colin Plumb's MD5 code - faster, and better copyright.
16454 * Manpages: dpkg-deb(8), deb-control(5), deb(5) - thanks to Raul
16455 Deluth Miller. Also, an xfig picture of some C program innards.
16457 Changes in dpkg 0.93.19:
16459 * Don't delete the `list' file from the dpkg database.
16460 * Fixed various bugs in the conffile handling.
16461 * Conffiles that are symlinks will now be treated as if the
16462 `dereferenced' name of the file was listed in conffiles. This means
16463 that /etc/foo -> /usr/etc/foo will cause all conffile updates of
16464 /etc/foo to create /usr/etc/foo.dpkg-tmp &c instead. However, the
16465 link will be removed if --purge is used to delete all the conffiles.
16466 * When doing a new installation, or when updating a conffile that
16467 wasn't listed as a conffile in the old version of the package, don't
16468 do any prompting but just install the version from the archive.
16469 * Corrected error message if exec of dpkg --vextract failed
16470 and --instroot or --root specified.
16471 * Added new --force-unpack-any option.
16472 * Extra newline after --status output.
16473 * Added -W options to CFLAGS.
16474 * Fixed mistake in previous ChangeLog entry.
16476 Changes in dpkg 0.93.18:
16478 * Fixed invocation of dpkg-deb --vextract if --root or --instdir
16480 * Create /var/lib/dpkg/updates.
16482 Changes in dpkg 0.93.17:
16484 * install-info --remove exits with status 0 if it doesn't find the
16485 thing to remove, instead of status 1.
16486 * Error handling functions have __attribute__((format...)) if GCC.
16487 * push_cleanup its arg takes void **argv instead of char **argv.
16488 * Top-level Makefile.in has set -e before `for' loops.
16489 * dpkg-deb --info not-an-existing-file produces fewer error messages.
16491 Changes in dpkg 0.93.16:
16493 * Made --root= option really extract to $instroot instead of `/'.
16494 * install-info clears the 0444 bits in its umask.
16495 * Fixed a few database handling bugs which cause dpkg always to fail,
16496 and usually to corrupt the status database in various ways.
16497 * dpkg-deb completely rewritten, now doesn't tinker with
16498 /var/{adm,lib}/dpkg. Should be faster.
16499 * Directory structure and Makefiles in source package reorganised.
16501 Changes in dpkg 0.93.15:
16503 * Added `debian' (dselect), still very primitive.
16504 * Database format changed, and moved from /var/adm to /var/lib.
16505 * Added dpkg --avail mode, --list, --status and --search.
16506 * Set of dpkg => dpkg-deb pass-through operations changed (but
16507 dpkg-deb not yet updated).
16508 * Added --root, --admindir and --instdir, as well as --isok &c.
16509 * Moved much stuff into /usr/lib/dpkg-lib.pl, rewritten status
16511 * Put packages in `purge' state even if `deinstall' requested if
16512 they have no postrm and no conffiles.
16513 * Version number comparisons fixed.
16514 * insert-version.pl now installs lib.pl filename too.
16515 * Strip trailing slashes when reading files from file lists.
16517 Changes in dpkg 0.93.14:
16519 * Fixed parsing of DEPENDS &c fields with trailing whitespace.
16520 * postinst now fixes up broken ispell.control file.
16521 * Cyclic dependency/multiple package removal processing: don't consider
16522 packages we've just removed when looking for a reason not to go ahead.
16523 * Added call to postinst with `purge' argument for expunging old
16524 configuration etc. that aren't listed in conffiles.
16526 Changes in dpkg 0.93.13:
16528 * sub S_ISREG defined in dpkg.pl.
16529 * Checking of DEPENDS &c fields was too lax, causing an internal error
16530 if you fed it certain kinds of broken control file.
16531 * Fixed misleading message from bogus installationstatus call.
16532 * New -u and -U options to dpkg-deb which don't unpack the /DEBIAN
16533 directory, and use these in dpkg.pl; clean up /DEBIAN in postinst.
16535 Changes in dpkg 0.93.12:
16537 * No longer needs *.ph files, since these appear to be broken.
16538 * Postinst fixes up *.control files with curly brackets.
16539 * embryo of dselect.
16541 Changes in dpkg 0.93.11:
16543 * New --ignore-depends option.
16544 * This ChangeLog changed format here.
16546 Wed Nov 30 15:38:21 GMT 1994 Ian Jackson <iwj10@cus.cam.ac.uk>
16548 * dpkg 0.93.11 released.
16550 * conffile updating fixed.
16552 * Message `upgrade' in dpkg changed to `replace'.
16554 * install-info now copes with multi-line entries.
16556 * version numbers now done automatically in dpkg and install-info.
16558 * more debugging around conffiles updates.
16560 * *.hash files not deleted so soon.
16562 * adds brand new packages to status array so we can install them.
16564 * postinst does h2ph for {sys,linux}/{stat,types}.ph if required.
16566 Mon Nov 28 02:00:13 GMT 1994 Ian Jackson <iwj10@cus.cam.ac.uk>
16568 * dpkg 0.93.10 released.
16570 * dpkg.pl completely rewritten.
16572 * dpkg-deb: removed dabase-processing and --install option.
16574 * Makefiles reworked, debian.rules added.
16576 * Don't install anything in /usr/doc/examples.
16578 * dpkg-*.deb contains /usr/bin/dpkg-deb.dist, fixed up by postinst.
16580 Thu Oct 20 13:22:20 1994 Ian Murdock (imurdock@debra.debian.org)
16582 * dpkg 0.93.9 released.
16584 * dpkg.pl: Use $argument, not $package, with `--build'.
16585 Make sure that saved postinst scripts are executable.
16587 Tue Oct 18 09:40:57 1994 Ian Murdock (imurdock@debra.debian.org)
16589 * dpkg 0.93.8 released.
16591 * deb/remove.c (pkg_remove): Do not report an error from rmdir ()
16592 when `errno' is ENOTEMPTY (Directory not empty), because in this
16593 case we have found the highest-level directory in the package and
16594 are ready to exit the loop (i.e., it is a normal occurrence).
16596 Mon Oct 17 10:44:32 1994 Ian Murdock (imurdock@debra.debian.org)
16598 * Makefile.in: Adapted all Makefiles to the GNU Coding Standards.
16600 * deb/remove.c (pkg_remove): Make sure that parent directories are
16601 removed LAST! This will result in complete removal of packages
16602 when --remove is called. dpkg 0.93.7 (and earlier) had problems
16603 with this because it tried to remove directories in order, which
16604 will work most of the time, but not necessarily all of the time.
16606 * deb/list.c (pkg_list): Output is sorted by package name.
16608 Tue Oct 4 12:27:10 1994 Ian Murdock (imurdock@debra.debian.org)
16610 * deb/contents.c (pkg_contents): When a list file cannot be
16611 opened, silently fail and let the front-end explain the problem.
16613 * deb/util.c (return_info): When a control file cannot be opened,
16614 silently fail and let the front-end explain the problem.
16616 * deb/search.c (pkg_search): Exit 0 if the regular expression is
16617 matched and 1 if it is not.
16619 Mon Oct 3 18:38:53 1994 Ian Murdock (imurdock@debra.debian.org)
16621 * dpkg.pl: New file. Replaces dpkg.sh.
16623 * deb/Makefile.in: Renamed `dpkg-util.deb' to `dpkg-deb'.
16625 * deb/build.c (pkg_build): `--build' is less verbose, instead
16626 letting the front-end add verbosity where appropriate.
16628 * deb/install.c (pkg_install): Ditto.
16630 * deb/remove.c (pkg_remove): Ditto.
16632 * deb/search.c (pkg_search): Ditto.
16634 * deb/describe.c (pkg_describe): `--describe' is less verbose,
16635 instead letting the front-end add verbosity where appropriate.
16636 The ``Description:'' label has been removed.
16638 * deb/version.c (pkg_version): `--version' is less verbose,
16639 instead letting the front-end add verbosity where appropriate.
16640 The ``Version:'' label has been removed, as has the maintainer
16643 Mon Sep 12 14:22:04 1994 Ian Murdock (imurdock@debra.debian.org)
16645 * deb/version.c (pkg_version): `--version' now reports the
16646 version number of dpkg if no argument is specified.
16648 Thu Sep 1 13:31:37 1994 Ian Murdock (imurdock@debra.debian.org)
16650 * dpkg 0.93.7 released.
16652 * deb/build.c (pkg_build): check status and exit if non-zero.
16654 * deb/contents.c (pkg_contents): ditto.
16656 * deb/install.c (archive_extract): ditto.
16658 Thu Sep 1 13:20:08 1994 Ian Murdock (imurdock@debra.debian.org)
16660 * deb/version.c (pkg_version): indent to the same point as
16663 Thu Sep 1 12:21:11 1994 Ian Murdock (imurdock@debra.debian.org)
16665 * Makefile.in (dist): added debian.rules binary, source and
16666 dist targets to make final distribution easier to make.
16667 (install): install programs to /usr/bin.
16669 * deb/Makefile.in (install): install programs to /usr/bin.
16671 * deb/list.c (pkg_list): enforce a maximum limit of ten characters
16672 for the package name in the output.
16673 (pkg_list): left-justify the version number to make it easier for
16674 the front-end to parse the output.
16675 (pkg_list): replace first '\n' character in packages[n].description
16678 * deb/install.c (archive_extract): use the `p' option to `tar' to
16679 ensure that permissions are preserved.
16681 Sat Aug 27 09:53:37 1994 Ian Murdock (imurdock@debra.debian.org)
16683 * dpkg 0.93.6 released.
16685 * deb/util.c (return_info): only unlink CONTROL if ARCHIVE_FLAG is
16688 Fri Aug 26 15:38:22 1994 Ian Murdock (imurdock@debra.debian.org)
16690 * dpkg 0.93.5 released.
16692 * deb/contents.c (pkg_contents): merged function archive_contents
16693 into function pkg_contents.
16695 * deb/contents.c (pkg_contents): use lstat (rather than stat) so
16696 that symbolic links are recognized.
16697 (pkg_contents): print the usual `<path> -> <link_to>' now that we
16698 recognize symbolic links.
16700 * deb/util.c (return_info): create a FIFO to pipe the needed
16701 information to the ``formatter'' rather than creating a directory
16702 in /tmp for the package information, which is what we used to do.
16704 Thu Aug 25 11:46:27 1994 Ian Murdock (imurdock@debra.debian.org)
16706 * lib/fake-ls.c (mk_date_string): return a pointer to malloc'ed
16708 (mk_mode_string): ditto.
16710 * dpkg.sh: make sure the control information is extracted to a
16711 uniquely-named temporary directory during package installation.
16713 * dpkg.sh: execute the pre- and post-removal scripts during
16716 * dpkg.sh: exit immediately if dpkg-util.deb reports failure.
16718 * deb/install.c (pkg_control): make sure that `package' exists and
16719 is a Debian archive before doing anything.
16721 * deb/install.c (pkg_extract): make sure that `package' exists and
16722 is a Debian archive before doing anything.
16724 * deb/install.c (pkg_install): unlink `extract_output' when done.
16726 * deb/remove.c (pkg_remove): use lstat (rather than stat) so that
16727 --remove does not get confused and think that a symbolic link to a
16728 directory is actually a directory, which results in the symbolic
16729 link never being removed at all.
16731 ChangeLog begins Thu Aug 25 11:46:27 1994 for dpkg 0.93.5.