1 dpkg (1.21.13) unstable; urgency=medium
5 - Test::Dpkg: Refactor OpenPGP requisite into test_needs_openpgp_backend().
6 - Dpkg::Backend::GnuPG: Ensure future signing interop with gpg --openpgp.
8 - man: Move parallel-safe note from dpkg-buildpackage -j option to
11 - start-stop-daemon: Cast struct sockaddr_un to struct sockaddr on bind()
13 - lib: Stop using register keyword.
14 - libcompat: Remove unused arguments from ngettext() fallback macro.
15 - libcompat: Switch manual copying to memcpy() in obstack module.
16 - libcompat: Switch obstack to use size_t.
17 - libcompat: Use an union to track chunkfun and freefun.
18 - dpkg-architecture: Fix indentation.
19 - libdpkg: Fix pdb_lax_stanza_parser and pdb_allow_empty aliased values.
20 - libcompat: Add noreturn and sentinel C attributes.
21 - utils: Switch to use libcompat attributes.
22 - libdpkg: Add new multi-threaded xz decompression support. Closes: #956452
23 - libdpkg: Pass -T+1 instead of -T1 to xz when compressing.
24 - libdpkg: On threads-max > 0 pass --no-adjust to xz to force threaded
26 - Use hyphenated multi-threaded in text.
28 - Consider lib and utils prefixes as internal in gen-changelog.
29 - Fix m4 files coding style.
30 - Include <stdio.h> for printf() usage in __progname check.
32 - Require liblzma >= 5.4.0 for multi-threaded compressor support.
33 - Clarify versioned dependency rationale comments.
34 - Add pkgconf as main Build-Depends alternative to pkg-config.
36 - Skip deb-format tests if required compressors are not present.
37 - Use a custom dpkg database directory for dpkg-buildpackage tests.
38 - Switch Dpkg::Source::Package test to use test_needs_openpgp_backend().
39 - Skip deb-format tests if gzip is not present.
40 - Skip dpkg-source tests if xz is not present.
41 - Use the PERL detected at configure time in autotests.
42 - Use perl instead of yes+dd to generate a data-file for deb-split.
44 - Update Simplified Chinese programs translation.
45 Thanks to Boyuan Yang <byang@debian.org>. Closes: #1025625
47 -- Guillem Jover <guillem@debian.org> Mon, 19 Dec 2022 02:07:45 +0100
49 dpkg (1.21.12) unstable; urgency=medium
52 * dpkg-architecture: Properly compute required information to gather.
53 Reported by Sören Tempel <soeren@soeren-tempel.net>.
55 - dpkg-architecture: Rename information tracking constants and variables.
57 - Set paths for configure in autopkgtests to match installed ones.
58 - Add libmd-dev to libdpkg-dev Depends.
59 Reported by Alexandre Detiste <alexandre.detiste@gmail.com>.
61 -- Guillem Jover <guillem@debian.org> Tue, 06 Dec 2022 04:27:57 +0100
63 dpkg (1.21.11) unstable; urgency=medium
66 * dpkg-genbuildinfo: Do not fail if there is no cross-compiler.
69 - doc: Update Doxyfile after code reorganization.
70 - doc: Update Doxygen configuration from version 1.9.4.
71 - man: Remove B<> or replace with S< >.
73 - libdpkg: Document str_end parameter for str_strip_quotes().
75 - Add libmd-dev to the test-root and test-not-root autopkgtests.
76 - Add source lintian-overrides.
77 - Remove obsolete libncursesw5-dev alternative from Build-Depends.
78 - Update copyright years.
80 - Unfuzzy translations after markup fixes.
84 - Update German man pages translation.
86 -- Guillem Jover <guillem@debian.org> Sat, 03 Dec 2022 00:18:29 +0100
88 dpkg (1.21.10) unstable; urgency=medium
91 * dpkg: Avoid setgid(2) call if not needed.
92 Thanks to Christian Göttsche <cgzones@googlemail.com>. Closes: #1014332
93 * dpkg-architecture: Do not compute values that are not required.
94 * dpkg-buildpackage: Fix swapped long options for -m/-e.
95 * dpkg-buildpackage: Add --source-by and --changed-by aliases for -m/-e.
96 * dpkg-deb: Add support for DPKG_DEB_COMPRESSOR_TYPE/LEVEL. Closes: #550475
97 * dpkg-genbuildinfo: Refactor build-tainted-by gathering into a function.
98 * dpkg-genbuildinfo: Add new can-execute-cross-built-programs tainted flag.
99 Thanks to Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>.
101 * dpkg: Make -E also take into account the architecture.
102 Thanks to Ian Jackson <ijackson@chiark.greenend.org.uk>. Closes: #1014476
103 * dpkg-source: Fix confusing regex match for option arguments.
104 * dpkg-buildpackage: Fix --jobs and --jobs-try parsing with no «=».
105 * dpkg-buildpackage: Rename --jobs/--jobs-try argument in --help output.
106 * dpkg-buildpackage: Add new --jobs-force option.
107 * dpkg-buildpackage: Change -j, --jobs semantics to non-force mode.
109 * dpkg, dpkg-statoverride: Install SELinux log callback to filter messages.
110 Thanks to Christian Göttsche <cgzones@googlemail.com>.
111 * dselect: Clarify non-free section as optional not free software component.
113 * dselect: Require the Dpkg modules for the ftp access method.
114 * dpkg-buildpackage: Remove blank line around signfile output lines.
115 * dpkg-buildpackage: Add new --sign-keyid and alias --sign-key to it.
116 * dpkg-buildpackage: Add --sign-keyfile and DEB_SIGN_KEYFILE support.
117 * dpkg-buildpackage: Add --sign-backend to specify the OpenPGP backend.
118 * dpkg-source: Translate source format specific --help option descriptions.
119 * dpkg-shlibdeps: Cache soname check against shlibs files. Closes: #1022766
120 * libdpkg, dpkg: Switch triggers database to use reproducible package names.
122 * update-alternatives: Switch point at which we increment alternative
124 * dpkg: Fix setting admindir when root is set.
125 * dpkg-split: Add support for --root and --admindir.
126 * Architecture support:
127 - Move i386 and ia64 in an alphabetical-ish order in the cputable.
128 - Add support for loong64 CPU.
129 Based on a patch by 张丹丹 <zhangdandan@loongson.cn>. Closes: #1023486
131 - Dpkg::Source::Package::V1: Remove redundant exit handler for erasedir().
132 - Dpkg::Source::Package::V2: Update and clarify patch header metadata
134 - Dpkg::Deps: Merge dependency string into a single line when parsing.
136 - Dselect::Ftp: Switch to current mirror list for ftp method output.
137 - Dpkg::Source::Package: Use File::Spec instead of ad-hoc concatenation.
138 - Dpkg::Source::Package: Verify signatures before printing source files
140 - Dpkg::Source::Package: Print verifying signature for all source formats.
141 - Dpkg::Vendor: Rename @tries variable to @names.
142 - Dpkg::Vendor: Fix get_vendor_file() to return on first match.
143 Reported by Niels Thykier <niels@thykier.net> (on IRC).
144 - Dpkg::Vendor: Avoid duplicate file loading attempts.
145 - Dpkg::Vendor: Prefer loading lowercase vendor file first as documented.
146 Reported by Niels Thykier <niels@thykier.net> (on IRC).
147 - Dpkg::Vendor: Prefer loading capitalized vendor modules.
148 - Dpkg::Vendor: Use a normalized key to access the cached objects.
149 Reported by Niels Thykier <niels@thykier.net> (on IRC).
150 - Dpkg::Vendor: Fix vendor file loading for vendors with special
152 - Dpkg::Vendor: Fix module loading for vendors with special characters.
153 Reported by Niels Thykier <niels@thykier.net> (on IRC).
154 - Dpkg::Vendor: Deprecate loading vendor files with no special character
156 - Dpkg::Vendor: Deprecate loading vendor module names starting lower-cased.
157 Reported by Niels Thykier <niels@thykier.net> (on IRC).
158 - Test::Dpkg: Refactor test files search into _test_get_files function().
159 - Dselect::Ftp: Declare %CONFIG with «our» instead of «my».
160 - Dselect::Ftp: Conditionally load perl modules shipped in the perl
162 - Test::Dpkg: Make test_get_temp_path() remove the path before creating it.
163 - Dpkg::File: Add new file_dump() function.
164 - Dpkg::File: Add new file_touch() function.
165 - Dpkg::OpenPGP: Remove unused $exec_opts argument from _exec_openpgp().
166 - Dpkg::OpenPGP: Pass opts as a hash ref on the first argument.
167 - Dpkg::OpenPGP: Refactor _gpg_import_keys() out of import_key().
168 - Dpkg::OpenPGP: Refactor GnuPG common options into functions.
169 - Dpkg::OpenPGP: Require gpgv and do not fallback to gpg to verify
171 - Dpkg::OpenPGP: Refactor _gpg_verify() out from verify_signature().
172 - Dpkg::OpenPGP: Split verify_signature() into verify() and
174 - Dpkg::OpenPGP: Rename keyrings option to certs.
175 - Dpkg::OpenPGP: Rename and namespace GnuPG specific symbols.
176 - Dpkg::OpenPGP: Refactor is_armored() out from openpgp_sig_to_asc().
177 - Dpkg::OpenPGP: Refactor armoring code into an armor() function.
178 - Dpkg::Source::Package: Add armor_original_tarball_signature() member.
179 - Dpkg::OpenPGP: Merge ASCII armored key import into signature
181 - Dpkg::OpenPGP: Add native helpers for ASCII Armor.
182 Thanks to Daniel Kahn Gillmor <dkg@fifthhorseman.net>.
183 See https://salsa.debian.org/debian/devscripts/-/merge_requests/286.
184 - Dpkg::OpenPGP: Switch armor() to use native OpenPGP armor functions.
185 - Dpkg::OpenPGP: Add new dearmor() function.
186 - Dpkg::OpenPGP: Use dearmor() instead of _gpg_import_keys() in
188 - Dpkg::OpenPGP: Move status check from _gpg_exec() to _gpg_verify().
189 - Dpkg::OpenPGP: Make it a class.
190 - Dpkg::OpenPGP::KeyHandle: Refactor new key handle from dpkg-buildpackage.
191 - Dpkg::OpenPGP: Pass an array instead of an arrayref to _gpg_exec().
192 - Dpkg::OpenPGP::ErrorCodes: Add new module.
193 - Dpkg::OpenPGP: Switch functions to return Dpkg::OpenPGP::ErrorCodes.
194 - Dpkg::OpenPGP: Change inline_verify to take an output file.
195 Requested by Daniel Kahn Gillmor <dkg@fifthhorseman.net>.
196 - Dpkg::OpenPGP: Make armor idempotent.
197 - Dpkg::Source::Package: Call armor() unconditionally for signature
199 - Dpkg::OpenPGP: Remove now unnecessary is_armored() method.
200 Prompted by Daniel Kahn Gillmor <dkg@fifthhorseman.net>.
201 - Dpkg::OpenPGP: Call dearmor() unconditionally for GnuPG certificate
203 - Dpkg::OpenPGP: Reintroduce gpg fallback for signature verification.
204 - Dpkg::OpenPGP: Automatically detect both cmd and cmdv.
205 - Dpkg::OpenPGP: Refactor trusted keyrings from Dpkg::Source::Package.
206 - Dpkg::OpenPGP: Refactor signing code from dpkg-buildpackage.
207 - Dpkg::OpenPGP::KeyHandle: Add new needs_keystore() method.
208 - Dpkg::OpenPGP::Backend: Refactor GnuPG functions from Dpkg::OpenPGP.
209 - Dpkg::OpenPGP::Backend: Add new has_verify_cmd() method.
210 - Dpkg::OpenPGP: Add multi-backend loading support.
211 - Dpkg::OpenPGP: Add Sequoia backend support.
212 - Dpkg::OpenPGP: Handle backend requiring a keystore daemon for signing.
213 - Dpkg::Gettext: Fix typo in POD.
214 - Dpkg::Changelog: Rename __sanity_check_range method to _sanitize_range.
215 - Dpkg: Rename _sanity_check and _sanity_check_opts to _check_opts.
216 - Dpkg::Source::Package: Rename _sanity_check to _check_workdir.
217 - Dpkg::Shlibs::Objdump: Rename ELF constants to match more closely the
219 - Dpkg::Gettext: Add new gettext compatibility stub.
220 - Dpkg::Shlibs: Handle unknown executable file formats.
221 Reported by Helmut Grohne <helmut@subdivi.de> (on IRC).
222 - Dpkg::OpenPGP: Add Stateless OpenPGP (SOP) backend support.
224 - Switch Fortran compiler variables to use gfortran.
225 Spotted by Enrico Zini <enrico@debian.org>. Closes: #1024421
227 - doc: Spell SELinux correctly.
228 - man: Clarify how --build-by and --release-by get passed to
230 - doc: Use https:// URLs instead of http:// when possible (round four).
231 - doc: Switch releases download link from ftp.debian.org to deb.debian.org.
232 - doc: Update git repo URL and mention it being the primary one.
234 - man: Fix typo in markup.
235 - man: Add description of bug closure Perl regex in deb-changelog(5).
236 Based on a patch by Daniel Shahaf <danielsh@apache.org>.
238 - man: Clarify when package names get arch-qualified in dpkg-query output.
239 Reported by Jakub Wilk <jwilk@jwilk.net> (on IRC).
240 - doc: Do not use UTF-8 quotes in POD.
241 - doc: Remove __END__ marker for ending POD documentation.
242 - doc: Fix typos in coding-style.txt.
243 - doc: Do not use «e.g.» outside parenthesis.
244 - doc: Use US English spelling.
245 - man: Switch debian-installer modules.txt reference to a git URL.
246 - man: Clarify that dpkg-buildpackage --build components imply a single
247 type. Closes: #927265
248 - man: Clarify «hold» behavior with explicit actions in --force-hold
251 - man: Add references to deb-src-symbols(5) from deb-symbols(5).
252 - doc: Fix «i.e.» usage.
253 - man: Clarify dpkg-maintscript-helper switched symlinks/dirs need be
254 shipped. Closes: #974053
255 - man: Clarify Build-Profiles syntax in deb-src-control(5).
256 Thanks to Christoph Berg <myon@debian.org>. Closes: #1022237
257 - man: Clarify dpkg-buildpackage --sign-key description.
258 - man: Mark «lto» as bold in list title in dpkg-buildflags(1).
259 - man: Clarify PIE and ASLR acronyms and grammar in dpkg-buildflags(1).
260 - man: Fix --depotdir default pathname in dpkg-split(1).
262 - dpkg-genbuildinfo: Use Dpkg::Version to parse source version.
263 - libdpkg: Fix type name for AIX dpkg_get_progname() implementation.
264 - dpkg-deb: Move DPKG_DEB_THREADS_MAX parsing from libdpkg.
265 - dpkg-deb: Refactor parse_compress_type() from set_compress_type().
266 - dpkg: Remove redundant «continue» keyword at the end of a loop.
267 - dpkg-fsys-usrunmess: Do not pass to print a ref to *STDERR.
268 - update-alternatives: Call tzset() explicitly now that we use
270 - dpkg-name: Use none() instead of ad-hoc comparisons.
271 - dpkg: Rename struct relationinfo string member to op.
272 - dpkg: Rewrite relationinfos array variable definition.
273 - dpkg: Use explicit EXIT_SUCCESS/EXIT_FAILURE instead of 0/1 in
275 - libdpkg, dselect: Reformat enum declarations.
276 - libdpkg: Add new varbuf_add_dir() function.
277 - libdpkg, dpkg: Use varbuf_add_dir() instead of _add_str() + _add_char().
278 - libdpkg: Use updatesdir when using the updates directory.
279 - libdpkg: Use pkg_infodb_get_dir() on opendir() instead of oldname.
280 - libdpkg: Associate each varbuf_state to a varbuf.
281 - libdpkg: Add new varbuf_rollback_len() and varbuf_rollback_start()
283 - libdpkg: Switch updatefn handling to use varbuf snapshots.
284 - libdpkg: Rewrite fnis array variable definition.
285 - libdpkg: Remove trailing «/» from UPDATESDIR definition.
286 - dpkg-genchanges: Use intermediate variables to access fields.
287 - dpkg-genchanges: Refactor $is_backport check into a boolean.
288 - dselect: Unconditionally load perl modules included in perl-base.
289 - dselect: Remove unused Net::FTP import from ftp method scripts.
290 - scripts: Switch to use file_slurp() instead of open coding it.
291 - scripts: Switch to use file_dump() instead of open coding it.
292 - scripts: Switch to use file_touch() instead of open coding it.
293 - dpkg-buildpackage: Rename $signkey to $signkeyid.
294 - dpkg-buildpackage: Move error report into singfile().
295 - dselect: Use %zd instead of %jd for pointer difference in format string.
296 - libdpkg: Refactor system meminfo gathering into its own module.
297 - libdpkg: Refactor meminfo gathering into a filename generic function.
298 - libdpkg: Use an enum for meminfo return error codes.
299 - libdpkg: Fix available memory computation for xz thread scaling.
301 - dselect: Declare constructor with one argument as explicit.
302 - libdpkg: Fix doxygen comment to match function argument.
303 - libdpkg: Refactor database trigger await option parse/dump.
304 - libdpkg: Parse and dump the explicit trigger await option on interest
306 - libdpkg: Switch trk_explicit_interest_change() to use
307 pkg_spec_parse_pkg().
308 - libdpkg: Add a new pnaw_same package name printing mode.
309 - libdpkg: Remove unneeded intermediate variable in dpkg_fsys_set_dir().
310 - dpkg-trigger: Refactor trigger activation into a new function.
311 - dpkg-trigger: Turn do_check() into a cipaction function.
312 - dpkg-trigger: Use ACTION macros and cipaction for CLI action selection.
313 - dpkg-divert: Load database only from within relevant actions.
314 - dpkg-statoverride: Load database only from within relevant actions.
315 - src: Handle --help and --version as proper actions.
316 - libdpkg: Refactor debug_parse_mask().
317 - libdpkg: Add support for a new DPKG_DEBUG environment variable.
318 - src: Make instdir static.
319 - src: Avoid using instdir directly except for initialization.
320 - libdpkg: Add new options-dirs module to handle directory option parsing.
321 - libdpkg: Automatically initialize fsys and db dirs on demand.
322 Reported by stackomatiker (on stackoverflow).
323 See https://stackoverflow.com/questions/73529576.
325 - Add the author testing dependencies to Build-Depends under a profile.
326 - Fully switch to libmd for MD5 implementation.
327 - Simplify author testing.
328 - Consider Dselect prefixes as perl modules too in gen-changelog.
329 - Move authorcheck target to tap.am.
330 - Sort test_data variables.
331 - Use long options for lcov invocations.
332 - Fix coverage reports after code restructuring.
333 - Use long options for autotools commands.
334 - Do not ignore Makefile under the functional test suite.
335 - Consider src and scripts prefixes as internal in gen-changelog.
336 - Consider scripts/mk prefixes as new «Make fragments» in gen-changelog.
338 - Bump Standards-Version to 4.6.1 (no changes needed).
339 - Properly install specs under /usr/share/doc/dpkg/spec/.
340 - Do not compress spec files.
341 - Update bogus lintian tag format.
342 - Update debbugs usertags.
343 - Switch from gpg to gnupg for author testing Build-Depends.
344 - Add build dependencies for release process.
346 - Do not use unportable -a option to cp.
347 - Use «perl» instead of «stat -c '%s'».
348 - Redirect dd stderr to /dev/null instead of using status=none argument.
349 - Remove stray backslash before comma.
350 - Add Dpkg::File unit tests.
351 - Improve OpenPGP unit tests and check verification and signing.
352 - Add unit tests for meminfo module.
353 - Refactor total number of expected known architectures into a variable.
354 - Use long options for aspell invocation.
355 - Use --quiet instead of -q on cppcheck invocations.
356 - Move active line-based cppcheck suppressions into inline comments.
357 - Make cppcheck unknownMacro suppression more specific.
358 - Tell cppcheck the C/C++ standards the code intends to comply with.
359 - Remove unused cppcheck suppressions.
360 - Use pkginstance in a new unit test.
361 - Switch NULL to DPKG_NULL in header file.
362 - Add functional tests for triggers database handling.
363 - Fix typo in update-alternatives test comment.
364 - Fix typo in DPKG_GEN_FSYS_LINK m4 macro.
365 - Rename m4 variables that matched environment variable names.
366 - Add functional tests for --root, --instdir and --admindir options.
368 - Fix typo in Japanese translation.
369 Thanks to Kisaragi Marine <kisaragi.effective@gmail.com>.
371 - Update Catalan translations.
372 - Update Dutch translations.
373 Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
374 Closes: #1021442, #1021443
375 - Update Portuguese man pages translation.
376 Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1018682
377 - Update Simplified Chinese programs translation.
378 Thanks to Boyuan Yang <byang@debian.org>. Closes: #1021281
379 - Update Swedish translations.
380 Thanks to Peter Krefting <peter@softwolves.pp.se>. Closes: #1021091
384 - Update German man pages translation.
385 - Update German scripts translation.
389 - Update German programs translation.
391 -- Guillem Jover <guillem@debian.org> Thu, 01 Dec 2022 12:12:14 +0100
393 dpkg (1.21.9) unstable; urgency=medium
396 * dpkg-deb: Add support for --threads-max and DPKG_DEB_THREADS_MAX.
397 Prompted by vv221 on IRC.
399 - Dpkg::Source::Package::V2: Always fix the permissions for upstream
400 tarballs. Closes: #1012195
401 - Dpkg::BuildFlags: Document optimize feature area.
403 - man: Clarify that statoverrides do not need to be known to dpkg.
405 - man: Expand Protected and Essential field use cases. Closes: #1008780
406 - doc: Rename frontend.txt to frontend-api.txt.
407 - doc: Move specifications under doc/spec.
408 - man: Add references to rootless-builds.txt spec.
410 - libdpkg: Refactor command actions for compression.
412 - Split the test-runner into its own script.
416 - Update German man pages translation.
417 - Update German scripts translation.
419 -- Guillem Jover <guillem@debian.org> Fri, 01 Jul 2022 11:25:58 +0200
421 dpkg (1.21.8) unstable; urgency=medium
424 * dpkg-statoverride: Add support for --force-not-root. Closes: #1009069
425 Based on a patch by John Spencer <maillist-dpkg@barfooze.de>.
426 * dpkg: Fix «De-configuring» message to allow configuration to use new
429 - Dpkg::Source::Archive: Prevent directory traversal for in-place extracts.
430 Reported by Max Justicz <max@justi.cz>. Fixes CVE-2022-1664.
431 - Dpkg::Substvars: Add support for optional substvars assigned with ?=.
433 - man: Reference deb-substvar(5) from dpkg-source(1) and dpkg-shlibdeps(1).
434 - man: Structure and clarify deb-substvars(5).
435 Prompted by Niels Thykier <niels@thykier.net>.
437 - Unhook dist-cpan from make dist target.
439 - Silence warning about merged-usr-via-aliased-dirs on Ubuntu.
440 - Remove useless [] around tr sets.
442 - Update Dutch translations. Closes: #1010031, #1010032, #1010033
443 Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
444 - Update Portuguese man pages translations. Closes: #1011095
445 Thanks to Américo Monteiro <a_monteiro@gmx.com>.
449 - Update German man pages translation.
451 -- Guillem Jover <guillem@debian.org> Wed, 25 May 2022 10:39:29 +0200
453 dpkg (1.21.7) unstable; urgency=medium
455 - The “Social Contract §3: We will not hide problems”
456 and “Persuasion through bullying and abuse” release. -
459 * dpkg-fsys-usrunmess: Handle /lib/modules itself also being untracked.
462 - man: Fix typo. Thanks to Peter Krefting <peter@softwolves.pp.se>.
465 - Silence warning about merged-usr-via-aliased-dirs on Debian.
467 - Fix gettext parameter reordering syntax for German translation.
469 - Update Swedish translations.
470 Thanks to Peter Krefting <peter@softwolves.pp.se>. Closes: #1008706
474 - Update German man pages translation.
476 -- Guillem Jover <guillem@debian.org> Fri, 01 Apr 2022 02:27:33 +0200
478 dpkg (1.21.6) unstable; urgency=medium
480 - This also clears a bullying NMU. -
484 - man: Document untracked kernel module files handling in
485 dpkg-fsys-usrunmess(8).
487 -- Guillem Jover <guillem@debian.org> Tue, 29 Mar 2022 11:56:58 +0200
489 dpkg (1.21.5) unstable; urgency=medium
492 * dpkg-fsys-usrunmess: Explicitly set user/group and mode for created dirs.
494 * dpkg-fsys-usrunmess: Set a known umask before starting. See #1008478.
495 * dpkg-fsys-usrunmess: Special case untracked kernel module files.
498 - Dpkg::Control::Types: Use bit shifts instead of literals in enum.
499 - Dpkg::Control::Fields: Fix field_register() to return nothing.
500 - Dpkg::Control::Fields: Refactor manifest types into new
502 - Dpkg::Control::Fields: Fix POD to end sentences with a dot.
503 - Dpkg::Control::Fields: Fix POD to add missing spaces and blank lines.
504 - Dpkg::Control::Fields: Document and clarify return types and values in
507 - libdpkg: Rename f_revision() to f_obs_revision().
508 - libdpkg: Warn when parsing obsolete Recommended/Optional/Class fields.
509 Prompted by David Kalnischkies <donkult@debian.org>.
510 - libdpkg: Add missing dependency type to obsolete dependency fields.
511 - libdpkg: Update code comment for obsolete fields.
513 - Add test cases for obsolete fields.
517 - Update German man pages translation.
519 -- Guillem Jover <guillem@debian.org> Tue, 29 Mar 2022 02:52:14 +0200
521 dpkg (1.21.4) unstable; urgency=medium
524 * dpkg-shlibdeps: Require non-empty name and version in SONAME formats.
526 - Dpkg::Control::Fields: Remove duplicate *Built-Using from field order
527 lists. Reported by David Kalnischkies <donkult@debian.org>.
529 - man: Clarify uses cases for Static-Built-Using.
530 Prompted by Shengjing Zhu <zhsj@debian.org>.
532 - Use actual octal numbers for chmod() calls.
533 - Do not use non-POSIX shell syntax for arithmetic expressions.
534 Based on a patch by Sören Tempel <soeren@soeren-tempel.net>.
538 - Update German man pages translation.
540 -- Guillem Jover <guillem@debian.org> Sat, 26 Mar 2022 13:38:44 +0100
542 dpkg (1.21.3) unstable; urgency=medium
546 - Update German man pages translation.
547 - Update German scripts translation.
550 * dpkg-db-backup: Check for required commands before starting.
551 * dpkg: Allow absolute pathnames for configurable external run-time tools.
552 Based on a patch by Adrian Ho <the.gromgit@gmail.com>. Closes: #1007816
553 * dpkg-fsys-usrunmess: Add options and prompt about regression prevention
554 package. Prompted by Paul Wise <pabs@debian.org>.
555 * dpkg-deb: Move duped control member check inside the detection conditional.
556 * dpkg-deb: Fix movecontrol() to take a directory argument.
557 * dselect: Remove non-multi-cd code from multi_cd method.
558 * dselect: Rename multicd method to media.
559 * dselect: Remove left overs for mount support from disk method.
560 * dselect: Remove bogus quote escaping from method setup scripts.
561 * dselect: Rename disk method to file.
562 * scripts: Use backport-version-regex vendor hook instead of hardcoding the
565 - Dpkg::Source::Package::V3::Git: Name bundle remote as bundle.
566 - Dpkg::Source::Package::V3::Git: Set origin remote to Vcs-Git if present.
567 - Dpkg::Path: Resolve /dev/null before comparing canonicalized pathnames.
568 - Dpkg::Compression: Conditionally use the gzip --rsyncable option.
569 - Dpkg::Compression: Use gzip -n instead of --no-name.
570 - Dpkg::Vendor: Add a new backport-version-regex hook.
571 - Dpkg::Control::Fields: Add Static-Built-Using field support.
573 - man: Clarify Built-Using field purpose and format.
575 - libdpkg: Refactor file_is_exec().
576 - libdpkg: Check that executables are regular files.
577 - dpkg-fsys-usrunmess: Refactor prompting into a new function.
578 - dpkg: Rename r variable to remainder.
580 - Clarify the merged-usr-via-aliased-dirs warning.
581 Prompted by Paul Wise <pabs@debian.org>.
582 - Sync original bug-script merged-usr warning with postinst updates.
584 - Check deb format with duplicate debian-binary and control.tar members.
585 - Add further deb-split format checks.
586 - Place deb-old and deb checks on their own test groups.
587 - Check all currently supported deb-old formats.
589 - Update Portuguese man pages translation.
590 Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1001915
592 -- Guillem Jover <guillem@debian.org> Thu, 24 Mar 2022 21:00:24 +0100
594 dpkg (1.21.2) unstable; urgency=medium
597 * dpkg: Fix memory leak in remove-on-upgrade handling.
598 * dpkg-deb: Fix unexpected end of file conditions on .deb extract.
599 * Use anchor links for the dpkg FAQ URLs.
600 * update-alternatives: Do not skip --config with a single entry.
601 Reported by David Kalnischkies <donkult@debian.org>.
602 * update-alternatives: Refactor alternative_install().
603 * update-alternatives: Use intermediate variables when parsing actions.
604 * update-alternatives: Clarify option parse errors by printing the wrong
606 * update-alternatives: Clarify bad usage message by enclosing in angles and
608 * dpkg-buildpackage: Switch terse make from -s to --no-print-directory.
610 * scripts: Unify deprecated command-line option warnings.
611 * dpkg-source: Fix alternate changelog file usage with 2.0 and 3.0 formats.
612 Reported by Umut <ue16@gmx.de> (on IRC).
613 * update-alternatives: Use the target timestamp when the symlink does not
614 exist. Closes: #1004557
615 * dselect: Handle window resizes in help and menu screens. Closes: #382307
616 * dselect: Do not beep on key press errors in method and package list
617 windows. Closes: #533639
618 * dselect: Add support for --instdir.
620 - Dpkg::Control::FieldsCore: Sort control type entries in %FIELD_ORDER.
621 - Dpkg::Control::FieldsCore: Refactor Vcs fields into a common variable.
622 - Dpkg::Control::FieldsCore: Refactor testsuite fields into a common
624 - Dpkg::Control::FieldsCore: Accept Architecture as a debian/tests/control
626 - Dpkg::Control::FieldsCore: Add missing allowed fields for (In)Release
628 - Dpkg::Control::FieldsCore: Add field order for all control types.
629 - Dpkg::Index: Switch key function for control tests to be a stanza index.
630 Reported by Paul Gevers <elbrus@debian.org>.
631 - Dpkg::Source::Package: Only generate the patch header if needed.
632 Prompted by Umut <ue16@gmx.de> (on IRC).
633 - Dpkg::Source::Package: Use File::Spec instead of ad-hoc concatenation.
635 - man: Mention on what actions triggers get processed in dpkg(1).
637 - man: Clarify that dpkg-divert --list pattern is optional.
638 Thanks to наб <nabijaczleweli@nabijaczleweli.xyz>. Closes: #1001761
639 - man: Use «main» git branch in examples.
640 - man: Markup each individual element independently.
641 - man: Refer to the relevant maintscript actions explicitly.
642 - man: Add a missing preposition to deb-preinst(5).
643 - man: Do not hardcode DPKG_ADMINDIR in update-alternatives.
644 - man: Document that update-alternatives honors DPKG_ROOT.
645 - man: Clarify --admindir and --instdir default values.
646 Reported by Johannes Schauer Marin Rodrigues <josch@debian.org>.
648 - libdpkg: Check that cip is not NULL before dereferencing it.
649 - libdpkg: Add missing symbols to the version map.
650 - libdpkg: Use the amount of available memory instead phys_mem/2.
651 Thanks to Sebastian Andrzej Siewior <sebastian@breakpoint.cc>.
652 - libdpkg: Refactor liblzma memlimit and cputhreads getters.
653 - libdpkg: Dynamically allocate the buffers for de/compression I/O.
654 - libdpkg: Increase I/O memory buffers from 4 to 32 KiB.
655 - libdpkg: Pass struct compress_params as the first argument.
656 - libdpkg: Pass struct compress_params to decompressors.
657 - libdpkg: Refactor pkg_format_print() out from pkg_format_show().
658 - libdpkg: Do not restrict source:* virtual fields to installed packages.
660 - libdpkg: Do not allow argv with no arguments.
661 - update-alternatives: Refactor alternative_has_broken_symlink().
662 - update-alternatives: Move symlink removal inside fsys_symlink().
663 - update-alternatives: Move filename generation outside alternative setup.
664 - dselect: Rework windows resize to be signal safe.
665 - scripts: Expand long word list into one entry per line.
666 - scripts/mk: Remove unneeded conditionals.
667 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
668 - scripts/mk: Indent code in Makefile fragments.
669 Thanks to Nicolas Boulenguez <nicolas.boulenguez@free.fr>.
671 - Terminate lists in variables with «# EOL».
672 - Move build helper tools into build-aux/.
673 - Reorganize dpkg programs source code under src/.
674 - Move autotest suite under src/.
675 - Move C test suite machinery into lib/dpkg/.
676 - Fix relocated autotest test suite runner.
677 - Fix gitignore for build-aux/ directory.
678 - Namespace Config variable usage.
679 Reported by Павловец Сергей Николаевич
680 <s.pavlovets@ivcmf.by>.
681 - Add gitlab CI test for shared library building.
682 - Link all programs against libcompat.
683 Prompted by Jörg Sonnenberger <joerg@NetBSD.org>.
684 - Remove unused TESTDATA variable from autotest suite.
685 - Rework TAP check hooking into the autotools machinery.
686 - Move EXTRA_DIST close to the files it is acting on.
687 - Refactor autotest dependencies into a new variable.
688 - Refactor autotest machinery into an automake include file.
689 - Fold autotest test suite machinery into src/ from src/at/.
690 - Rename do_path_subst to do_make_subst.
691 - Factor out installation variable substitution into a new subst.am file.
692 - Move shell scripts into src/.
693 - Make AS_TR_* calls more clear.
694 - Support compression library names with dashes.
695 - Add zlib-ng support.
696 - Rename HAVE_LZMA_MT to HAVE_LZMA_MT_ENCODER.
697 - Move zsh completion under a subdirectory.
698 - Switch sed pseudo-in-place replace invocations with copy then move.
699 - Add comment about «sed -i» not being portable.
700 Prompted by Nicolas Boulenguez <nicolas@debian.org>.
701 - Mark libcompat and libdpkg as internal components in changelog.
702 - Support specifying previous and next tags to gen-changelog.
703 - Use non-capturing groups in regex in gen-changelog.
704 - Do not hardcode «main» section for title check in gen-changelog.
705 - Use sort flag instead of hardcoding the section in gen-changelog.
706 - Do not put localization entries on their own changelog group.
708 - Ignore directories for the alternatives state fixup. Closes: #1001695
709 - Update bug-script to clarify usrmerge systems are unsupported.
710 - Install aclocal m4 files into libdpkg-dev.
711 - Install optional localized man pages with dh_installman.
712 - Add a new not-installed file.
713 - Switch to use the dh sequencer.
714 - Make TESTSUITEFLAGS extensible.
715 - Pass -jN to autotools autotest test suite via TESTSUITEFLAGS.
716 - Update lintian overrides.
717 - Use dpkg-error.sh in postinst.
718 - Warn in postinst about merged-/usr-via-aliased-dirs breakage.
720 - Move AT_TESTED to testsuite.at.
721 - Run the tools with --version.
722 - Rename DPKG_GEN_FILE to DPKG_GEN_CTRL_FILE.
723 - Refactor control file template generation.
724 - Rewrite dpkg-realpath test from TAP to autotest.
725 - Rewrite dpkg-divert test from TAP to autotest.
726 - Remove now unused TAP tests support from src/.
727 - Print field type name instead of id in test case description.
728 - Add new pkg-format unit tests.
729 - Fix test_command_exec program invocation.
730 Thanks to Sören Tempel <soeren+git@soeren-tempel.net>.
731 - Use a temporary file instead of unportable «sed -i».
732 Prompted by Nicolas Boulenguez <nicolas@debian.org>.
733 - Add test case for SOURCE_DATE_EPOCH.
734 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
735 - Use «each» instead of «keys» and value fetching.
736 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
738 - Remove previous msgid for non-fuzzy translations.
739 - Update Catalan translations.
740 - Update Dutch translation. Closes: #1003671, #1003672, #1003673
741 Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
742 - Update Swedish translations. Closes: #1003799, #1007116
743 Thanks to Peter Krefting <peter@softwolves.pp.se>.
747 - Update German dselect translation.
748 - Update German programs translation.
752 - Update German man pages translation.
753 - Update German scripts translation.
755 -- Guillem Jover <guillem@debian.org> Sun, 13 Mar 2022 20:17:35 +0100
757 dpkg (1.21.1) unstable; urgency=medium
760 * dpkg-buildpackage: Remove duplicate command print for dpkg-genchanges.
761 * dpkg-buildpackage: Fix build description due to improper multiline match.
762 * dpkg-realpath: Remove spurious heading space from --help output.
763 * update-alternatives: When initializing admindir from DPKG_ADMINDIR append
764 "/alternatives". Closes: #1001198
766 - Remove <ar.h> inclusions.
768 - Install deb-md5sums(5) into dpkg-dev package.
770 -- Guillem Jover <guillem@debian.org> Mon, 06 Dec 2021 21:04:18 +0100
772 dpkg (1.21.0) unstable; urgency=medium
775 * dpkg-genchanges: Include orig tarball on source package renames.
777 * scripts: Consider SHA-1 and RIPEMD-160 weak algorithms in OpenPGP
779 * dpkg: During unpack print a removal message due to Conflicts.
781 * scripts: Add zsh completions for dpkg-parsechangelog.
782 Thanks to Daniel Shahaf <danielsh@apache.org>. Closes: #986103
783 * dpkg-buildpackage: When printing build type match the extension exactly.
785 * dpkg-maintscript-helper: Use xargs -I argument instead of deprecated -i.
786 * dpkg-maintscript-helper: Quote variable inside ${} to avoid pattern match.
787 * libdpkg: Fix dpkg_fsys_get_path() to always strip leading / and ./.
788 * libdpkg: Set the default database directory relative to the system root.
789 * dpkg-divert, dpkg-statoverride: Set admindir after instdir.
790 * update-alternatives: Fix admindir setting.
791 Prompted by Johannes Schauer Marin Rodrigues <josch@debian.org>.
792 * dselect: Honor DPKG_ADMINDIR environment variable.
793 * dpkg-query, dpkg-trigger, dselect: Add support for setting the root
795 * dpkg-fsys-usrunmess: Move forced reconfiguration to the last step.
797 * dpkg-fsys-usrunmess: Install a local policy-rc.d to ignore service
798 restarts. Closes: #991190
799 * dpkg-fsys-usrunmess: Do not fail when removing lingering directories.
800 * dpkg-fsys-usrunmess: Generate a regression prevention package.
801 * dpkg-fsys-usrunmess: Fix typo in debug message.
802 * dpkg: Distinguish deconfiguration message for installation and multi-arch
804 * dpkg-buildpackage: Add new --changes-file option.
805 Prompted by Niels Thykier <niels@thykier.net>.
806 * dpkg-buildpackage: Add new --buildinfo-file option.
807 * dpkg: Rework --assert-<feature> logic to be more robust.
808 Prompted by Helmut Grohne <helmut@subdivi.de>.
809 Prompted by David Kalnischkies <donkult@debian.org>.
810 * dpkg: Improve --assert-<feature> descriptions.
811 * dpkg: Add a new --assert-help option.
812 * scripts/mk: Pass DEB_BUILD_PATH to dpkg-buildflags. See #985553.
813 * dpkg-db-backup: New program factored out from Debian-specific daily cron.
814 * dpkg-db-backup: Accept an option to override the number of rotation cycles.
815 * dpkg-db-backup: Honor the admindir set at configure time.
816 * update-alternatives: Fix --auto and --set-selections output progress.
817 * update-alternatives: Print defaults for configuration and database
819 * scripts: Replace shebang in dpkg-error shell library with shellcheck
821 * dpkg-buildpackage: Add support for terse DEB_BUILD_OPTIONS.
822 * dpkg-mergechangelogs: Add new --merge-unreleased option. Closes: #582921
823 * dpkg: Restore fallback to "new-prerm failed-upgrade" for downgrades.
824 Analysis by Ian Jackson <ijackson@chiark.greenend.org.uk>. Closes: #996959
825 * dselect: Use safe temporary file creation in methods setup.
826 * dselect: Remove bashism from update script in multicd method.
827 * dpkg: Fix --verify to handle missing or inaccessible pathnames.
829 * dpkg: Add partial --verify support for mode checks.
830 * Use «digest» instead of «hash» in output messages.
831 Reported by Sven Joachim <svenjoac@gmx.de>.
832 * dselect: use `grep -E` instead of `egrep`.
833 Thanks to Ville Skyttä <ville.skytta@iki.fi>. Closes: #999600
834 * libdpkg: Fix memory leak on End Of Tape condition in tar parser.
835 * dpkg: Fix short lived memory leak with --recursive.
836 * dpkg: Fix conffile removal-on-upgrade handling. Closes: #995387
837 * dpkg-deb: Fix conffile name length tracking on remove-on-upgrade parsing.
838 Reported by uau on IRC.
839 * Architecture support:
840 - Clarify that the regex columns need to be ordered to match first.
841 - Add support for ARCv2 CPU. Closes: #980963
842 Based on a patch by Alexey Brodkin <Alexey.Brodkin@synopsys.com>.
844 - start-stop-daemon: Define SOCK_NONBLOCK to 0 if not defined.
845 - libdpkg: Add support for AIX to dpkg_get_progname().
847 - Dpkg::Source::Quilt: Add hint to check missing files on patch apply
849 Reported by Joseph Nahmias <jello@debian.org>.
850 - Dpkg::Changelog::Parse: Require format plugins to inherit from
852 - Dpkg::OpenPGP: Refactor openpgp implementation execution into a new
854 - Dpkg::Vendor::Debian: Refactor compiler flag names into an array.
855 - Dpkg::Vendor::Debian: Add new lto feature in new optimize area.
857 - Test::Dpkg: Print actual error messages in test_neutralize_checksums().
858 - Dpkg::Deps: Use current_sub feature for __SUB__.
859 - Dpkg::BuildFlags: Add support for ASFLAGS.
860 See https://salsa.debian.org/debian/debhelper/-/merge_requests/50.
861 - Dpkg::Compression: Use gzip --rsyncable unconditionally.
862 - Dpkg::Changelog::Entry::Debian: Fix full month misuse warning.
863 - Dpkg::Shlibs::Symbol: Emit a warning on fully qualified symver patterns.
865 - Dpkg::Control::HashCore: Add new keep_duplicate option.
866 - Dpkg::Control::FieldsCore: Add new field_parse_binary_source().
868 - Dpkg::Control::FieldsCore: Fix types allowed for
869 field_parse_binary_source().
870 Reported by Johannes Schauer Marin Rodrigues <josch@debian.org>.
871 - Dpkg::Shlibs::Objdump: Fix apply_relocations to work with versioned
872 symbols. Closes: #1000421
873 - Dpkg::Vendor::Ubuntu: Update Maintainer field logic to include
874 “canonical”. Based on a patch by
875 William 'jawn-smith' Wilson <william.wilson@canonical.com>.
877 - Dpkg::Source::Package::V2: Add hint about version matching source tree.
878 Based on a patch by Samuel Henrique <samueloph@debian.org>.
881 - man: Itemize dpkg-gensymbols -c levels.
882 - man: Add man page for deb-md5sums(5).
883 Reported by Maxim Cournoyer (on IRC).
884 - man: Switch the Architecture field in deb-control(5) to required.
885 Reported by Maxim Cournoyer (on IRC).
886 - man: Make clear that dpkg-query arguments accept multiple values.
887 Prompted by Rémi Rampin <remirampin@gmail.com>. See #913781.
888 - man: Document dpkg-query --search and --listfiles output formats.
889 - doc: Fix incorrect use of ‘an’ article.
890 - doc: Update coding style to document POD instead of troff.
891 - doc: Update THANKS file.
892 - doc: Annotate current maintainer start year.
893 - doc: Sort maintenance information chronologically.
894 - man: Add versions since features where introduced.
895 - man: Further clarify when re-inclusions of excluded pathnames happen.
897 - doc: Update Doxygen configuration from version 1.9.1.
898 - doc: Improve description of dpkg suite.
899 Prompted by Fabrice Bauzac-Stehly <noon@mykolab.com>.
900 - man: Add a reference to where the Installed-Size algorithm is described.
901 - man: Improve dpkg --verify-format rpm format documentation.
902 - man: Document in deb-substvars(5) what ${} is good for.
903 Prompted by Paul Wise <pabs@debian.org>.
904 - man: Document in dpkg-architecture(1) target being useful for emulators
905 too. Prompted by Helmut Grohne <helmut@subdivi.de>.
906 - man: Document in dpkg-query(1) full --search and --listfiles output
907 format. Prompted by Johannes Schauer Marin Rodrigues <josch@debian.org>.
909 - Remove irrelevant or obsolete FIXME markers.
910 - Turn FIXME markers denoting pending actions into TODO markers.
911 - Turn FIXME markers giving historic information into simple Notes.
912 - update-alternatives: Turn FIXME for explicit behavior choice into an XXX.
913 - Use localtime_r() instead of localtime().
914 - libdpkg: Remove MDEBUG support from m_malloc() implementation.
915 - libdpkg: Mark dpkg_arch_unmark() arch_remove argument as const.
916 - libdpkg: Mark treewalk_open() func argument as const.
917 - dpkg: Mark ignore_depends() pkg argument as const.
918 - dpkg: Mark deb_parse_conffiles() pkg argument as const.
919 - libcompat: Remove local setexecfilecon() and require libselinux 2.3.
920 - libdpkg: Add missing DPKG_{BEGIN,END}_DECLS in header files.
921 - dpkg: Move SELinux function declarations into its own header file.
922 - dpkg: Move the command action enum to its own header file.
923 - dpkg: Switch from including "main.h" to "force.h".
924 - dselect: Rename dme() to display_menu_entry().
925 - dpkg: Split function handling deconfiguration due to install and removal.
926 - libdpkg: Add new ACTION_MUX macro for continued options.
927 - dpkg: Refactor --assert-<feature> handling to be data driven.
928 - dpkg-fsys-usrunmess: Do not use interpolated strings for literals.
929 - dpkg-db-backup: Add a license header comment.
931 - Fallback to $^X and 'perl' if $Config{perlpath} is unset or empty.
932 - Bump minimal Perl version to 5.28.1.
933 - Remove redundant localedir and pkgconfdir initializations.
934 - Check for libsocket.
935 - Do not set have_libmd on the found branch in AC_SEARCH_LIBS.
936 - Switch DPKG_FUNC_C99_SNPRINTF from AC_LANG_SOURCE to AC_LANG_PROGRAM.
937 - Check whether fsync(3) works on directories.
938 - Remove obsolete AC_HEADER_STDC.
939 - Detect appropriate sed program at configure time.
940 - Rename DPKG_DEB_PROG_TAR to DPKG_PROG_TAR.
941 - Parametrize the backups directory with a configure option.
942 - Add a check for symlinks in the git repository.
943 - Rename shell scripts to .sh.
944 - Switch from hardcoded /run to parametrized runstatedir.
945 - Use new Dpkg::Control keep_duplicate option in gen-changelog.
946 - Use title-case for field in gen-changelog.
947 - Execute run-script via CONFIG_SHELL.
948 Reported by Larkin Nickle <me@larbob.org>.
949 - Quote variables containing pathnames in m4 macros.
950 - Add support for commit message fix up machinery in gen-changelog.
952 - Use absolute pathnames in .install debhelper fragments.
953 - Remove unused dh_installcron call for arch-indep targets.
954 - Add support for a native systemd timer. Closes: #985444
955 - Create auotpkgtest installation directory.
956 - Bump Standards-Version to 4.6.0 (no changes needed).
958 - Pass --ignore-builtin-builddeps to dpkg-buildpackage.
959 - Use can_run() instead of find_command().
960 - Add descriptions to makefile test runners.
961 - Add unit tests for architecture bijective mapping property.
962 - Suppress cppcheck constParameter check.
963 - Suppress bogus cppcheck for nullPointerRedundantCheck.
964 - Mark external sourced shell files for checking.
965 - Ignore new shellcheck checks.
966 - Remove shipped dpkg database.
967 - Add re-inclusion of symlink case to t-filtering. See #871420.
968 - Generate symlink during test build time.
969 - Remove superfluous long filename.
970 - Refactor parse_ctrl() from parse_dsc().
971 - Update codespell stopwords.
974 * deb-md5sums.pod: Fix typo.
976 [ Add programs translations ]
977 * Occitan (Quentin PAGÈS).
979 [ Update dselect translations ]
980 * German (Sven Joachim).
982 [ Update man pages translations ]
983 * German (Helge Kreutzmann).
985 [ Update programs translations ]
986 * German (Sven Joachim).
987 * Polish (Marcin Owsiany, Łukasz Dulny).
989 [ Update scripts translations ]
990 * German (Helge Kreutzmann).
992 -- Guillem Jover <guillem@debian.org> Sun, 05 Dec 2021 16:32:45 +0100
994 dpkg (1.20.8) unstable; urgency=medium
997 * start-stop-daemon: Open the --output file in append mode.
998 * dpkg: Fix --auto-deconfigure for essential and protected during
999 installation. Reported by Julian Andres Klode <jak@debian.org>.
1001 * dpkg-realpath: Fix resolution for absolute symlinks on «/».
1003 * dpkg-realpath: Fix symlink loop tracker.
1005 - Test::Dpkg: Fix test data path fetching on CPAN.
1006 - Dpkg::Exit: Preserve exit code in END block.
1008 - Group Test::Dpkg changelog entries into “Perl modules” section.
1010 - Run autopkgtest test suites in verbose mode.
1012 - Set PERL in the perl test suite.
1013 - Use gunzip instead of zcat and assume it might not be present.
1014 - Mock dpkg and gcc for architecture detection code.
1015 - Initialize DEB_BUILD_ARCH and DEB_HOST_ARCH to avoid computing them.
1016 - Update suppressions for cppcheck 2.4.
1018 [ Update man pages translations ]
1019 * Dutch (Frans Spiesschaert). Closes: #981884
1020 * German (Helge Kreutzmann).
1021 * Portuguese (Américo Monteiro). Closes: #980018
1023 [ Update programs translations ]
1024 * Dutch (Frans Spiesschaert). Closes: #981882
1026 [ Update scripts translations ]
1027 * German (Helge Kreutzmann). Closes: #983865
1029 -- Guillem Jover <guillem@debian.org> Tue, 13 Apr 2021 22:17:05 +0200
1031 dpkg (1.20.7) unstable; urgency=medium
1034 * libdpkg: Do not consider the database locked with a missing lock file.
1035 Reported by David Kalnischkies <donkult@debian.org>.
1037 - man: Clarify and expand information on dpkg-realpath(1) man page.
1040 - Update copyright notices in debian/copyright.
1041 - Bump Standards-Version to 4.5.1 (no changes required).
1043 - On as-root mode do not use sudo if already running as root.
1044 - Print WARN instead of FAIL for maintscript fd leaks.
1046 [ Update man pages translations ]
1047 * German (Helge Kreutzmann).
1049 [ Update programs translations ]
1050 * German (Sven Joachim).
1052 -- Guillem Jover <guillem@debian.org> Sat, 09 Jan 2021 00:59:45 +0100
1054 dpkg (1.20.6) unstable; urgency=medium
1057 * libdpkg: Fix undefined behavior in varbuf functions.
1058 Reported by KOLANICH <kolan_n@mail.ru>.
1059 * libdpkg: Fix memory leaks in tar_extractor().
1060 * libdpkg: Fix memory leak in trigger deferred processing.
1061 Reported by KOLANICH <kolan_n@mail.ru>.
1062 * libdpkg: Fix memory leak in filesystem treewalk node free function.
1063 * libdpkg: Fix memory leak in filesystem treewalk iterator.
1064 * libdpkg: Fix single-instance memory leak with fsys dir.
1065 * libdpkg: Fix short-lived memory leaks.
1066 * libdpkg: Reset error context errmsg after free().
1067 * dpkg: Fix memory leak for cidir.
1068 Reported by KOLANICH <kolan_n@mail.ru>.
1069 * dpkg: Fix short-lived memory leak in --force-help output.
1070 Based on a patch by KOLANICH <kolan_n@mail.ru>.
1071 * dpkg-deb: Fix single-instance memory leak on missing conffiles control
1073 * dpkg-divert: Fix short-lived memory leaks.
1074 * dpkg-realpath: Add new -z, --zero option.
1075 Requested by Johannes Schauer <josch@debian.org>.
1076 * dpkg-deb: Make decompression error message more descriptive.
1078 * dpkg-architecture: Add a --print-format option.
1079 Prompted by #968963.
1080 * dpkg-buildpackage: Warn on known R³ values in uppercase.
1081 Reported by Niels Thykier <niels@thykier.net>.
1082 * dpkg-buildpackage: Error out on R³ "yes" value.
1083 Requested by Niels Thykier <niels@thykier.net>.
1084 * dpkg-buildpackage: Clarify R³ keyword diagnostic messages.
1085 * dpkg-deb, dpkg-split: Fix time handling to support 64-bit time.
1086 * libdpkg: Check that the ar archive time is within bounds.
1087 * libdpkg: Ignore not-installed packages for source related virtual fields.
1089 * libdpkg: Make source version parsing more robust on missing data.
1091 * libdpkg: Do not forget not-installed packages that are set on hold.
1092 Reported by David Kalnischkies <donkult@debian.org>.
1093 * update-alternatives: Fix memory leaks for alternative database context on
1095 * update-alternatives: Fix short-lived memory leaks for alternative structs.
1096 * update-alternatives: Fix memory leaks with new_choice.
1097 * update-alternatives: Fix short-lived memory leaks for log_file and admdir.
1098 * dpkg-buildflags: Add support for DFLAGS. Closes: #975896
1099 * dpkg-parsechanaglog: Document --file in --help output.
1100 * libdpkg: Fix allocation size wrap around when growing a varbuf.
1101 * dpkg-query: Do not print database loading progress. Closes: #977240
1102 * Rename taint tag to merged-usr-via-aliased-dirs.
1103 * dpkg-buildflags: Enable reproducible=fixfilepath by default.
1104 Thanks to Vagrant Cascadian <vagrant@reproducible-builds.org>.
1105 See https://lists.debian.org/debian-devel/2020/10/msg00222.html.
1107 * start-stop-daemon: Move umask setup before any file has been created.
1108 * start-stop-daemon: Add a new --output option to redirect stderr and stdout.
1109 * dpkg-maintscript-helper: Do not pass DPKG_ROOT prefixed pathmames to
1111 * dpkg: When removing old files check the pathname with diversion and
1113 * dpkg-realpath: Make 'link includes root prefix' error more verbose.
1114 * libdpkg: Make sure we do not walk on rootless trees.
1115 * dpkg: Fix incorrect logic around printing dependency warnings.
1116 Thanks to Jessica Clarke <jrtc27@debian.org>.
1117 Reported by Helmut Grohne <helmut@subdivi.de>.
1118 * Support remove-on-upgrade conffile flag via DEBIAN/conffiles.
1119 Based on a patch by Niels Thykier <niels@thykier.net>. Closes: #822462
1120 * dpkg-fsys-usrunmess: New program.
1122 - Dpkg::Index: Add new item_opts option.
1123 - Dpkg::Exit: Fix exit handler on program termination. Closes: #966083
1124 - Dpkg::Changelog::Entry::Debian: Fix format string.
1125 Prompted by #967911.
1126 - Dpkg::Changelog::Parse: Add new verbose option.
1127 Prompted by #967911.
1128 - Dpkg::Changelog::Parse: Document 'label' option.
1129 - Dpkg::Source::Package::V1: Print a message when verifying tarball
1131 - Dpkg::Path: Fix pathname traversal check for symlinks. Closes: #971203
1132 - Dpkg::Source::Package: Honor no_check for directory traversal checks.
1134 - Dpkg::Source::Package: Call syserr() instead of syserror().
1135 Reported by Drew Parsons <dparsons@debian.org>.
1136 See #849752. Closes: #976249
1137 - Dpkg::Path: Check first whether the files are the same by comparing
1138 string-wise. Closes: #849752
1139 - Dpkg::OpenPGP: Refactor gpg armor code into its own function.
1141 - man: Fix typo in --print-unset option reference.
1142 Reported by Ferenc Wágner <wferi@debian.org>. Closes: #966110
1143 - man: Clarify that dpkg-architecture uses some of its own variables.
1145 - man: Fix casing and namespacing in VARIABLES definitions.
1146 - man: Fix typo in dpkg-source(1).
1147 Thanks to Paul Wise <pabs@debian.org>.
1148 - man: Add a reference to deb-symbols(5) in deb-src-symbols(5) DESCRIPTION.
1149 Prompted by #970083.
1150 - man: Specify that symbol, version and id are separated by a single
1151 whitespace. Closes: #970083
1152 - man: Clarify day-of-month format in deb-changelog(5).
1153 Reported by Axel Beckert <abe@debian.org>.
1155 - man: Update update-alternatives maintainer script usage information.
1156 Prompted by Niels Thykier <niels@thykier.net>.
1157 - man: Switch to use L<> markup for URLs instead of B<>.
1158 - doc, man: Clarify that R³ values are case sensitive.
1159 Prompted by Niels Thykier <niels@thykier.net>.
1160 - man: Add references to deb822(5) to file formats based on it.
1161 Prompted by Niels Thykier <niels@thykier.net>.
1162 - man: Clarify config-files state in dpkg(1).
1163 Prompted by Stuart Prescott <stuart@debian.org>.
1165 - man: Hyphenate multiple words in deb-override(5) format description.
1166 - man: Uppercase acronyms and logic operators.
1167 - man: Empty or whitespace-only lines in deb-conffiles(5) are not accepted.
1169 - libcompat, dpkg: Stop using deprecated security_context_t data type.
1170 - update-alternatives: Refactor alternative database context freeing into a
1172 - libdpkg: Do not define the clamp macro when compiling C++ code.
1173 Reported by Helmut Grohne <helmut@subdivi.de>.
1174 - libdpkg: Replace FSF address by pointing to the gnu.org URL.
1175 - libdpkg: Initialize pkgbin's newhash to NULL.
1176 Prompted by Steinar H. Gunderson <sesse@debian.org>.
1177 - libdpkg: Use memset() instead of open-coding struct blanking.
1178 Prompted by Steinar H. Gunderson <sesse@debian.org>.
1179 - Do not call fsys_hash_init() before command actions.
1180 Prompted by Steinar H. Gunderson <sesse@debian.org>.
1181 - libdpkg: Fix m_pipe() function definition prototype to match declaration.
1182 - libdpkg: Refactor new str_rtrim_spaces().
1183 Based on a patch by Niels Thykier <niels@thykier.net>.
1184 - dpkg: Call fsys_hash_find_node() outside tar_fsys_namenode_queue_push().
1185 - Use a conffilename variable to track the actual conffile name in the
1187 Thanks to Niels Thykier <niels@thykier.net>.
1189 - Add new gen-changelog tool.
1190 - Pre-process the curses header before parsing it. Closes: #970545
1191 - Fix variable substitution in man pages.
1192 Reported by Niels Thykier <niels@thykier.net>. Closes: #978983
1193 - Add a README.cpan to be installed as README in the CPAN distribution.
1194 - Do not try to use <sys/sysctl.h> on GNU/Linux.
1195 - Fix «make distcheck» for man pages.
1196 - Update GitLab CI configuration to use built-in functional test suite.
1197 - Make it possible to override PKGDATADIR on built scripts too.
1198 - Disable umask to 0 for Docker executor in GitLab CI.
1199 - Disable functional test suite debug mode on GitLab CI.
1200 - Sort po4a entries in po4a.cfg.
1202 - Do not fail the bug-script if readlink fails. Closes: #968397
1203 - Improve cron file robustness on missing or empty backup files.
1205 - Use AUTOPKGTEST_TMP instead of writing into the source tree.
1206 - Hook the functional test suite into autopkgtest.
1207 - Remove trailing comma from lintian profile file.
1208 - Do not hardcode libdpkg-perl dependency on perl:any.
1209 Thanks to Sven Joachim <svenjoac@gmx.de>.
1211 - Fix short lived memory leaks in unit tests.
1212 - Print the ehandle unit test error output on verbose mode.
1213 - Improve dpkg-divert test to output stdout and stderr.
1214 - Use intermediate variable for directory traversal item iteration.
1215 - Refactor root handling in Dpkg::Path unit tests.
1216 - Refactor test verbose check into an inline function.
1217 - Make it possible to include test.h from benchmarks.
1218 - Disable hash reports in benchmark tests unless verbose.
1219 - Add support for basic test try/catch/finally keywords.
1220 - Merge the dpkg-tests.git repository into tests/.
1221 - Update merged functional test suite assumptions.
1222 - Remove redundant test cases from the functional test suite.
1223 - Remove source package building support from functional test suite.
1224 - When using DPKG_BUILDTREE add scripts/ to DPKG_PATH.
1226 [ Add man pages translations ]
1227 * Portuguese (Américo Monteiro). Closes: #964751
1229 [ Update dselect translations ]
1230 * Dutch (Frans Spiesschaert). Closes: #968294
1231 * French (Didier Vidal). Closes: #964749
1233 [ Update man pages translations ]
1234 * Dutch (Frans Spiesschaert). Closes: #968743
1235 * German (Helge Kreutzmann).
1237 [ Update programs translations ]
1238 * Dutch (Frans Spiesschaert). Closes: #968744
1239 * German (Sven Joachim).
1241 [ Update scripts translations ]
1242 * German (Helge Kreutzmann).
1244 -- Guillem Jover <guillem@debian.org> Fri, 08 Jan 2021 04:39:40 +0100
1246 dpkg (1.20.5) unstable; urgency=medium
1249 * Revert change to prefix the specs file spec string self_spec with +
1250 instead of *. The prefix is supposed to go in the text itself
1251 instead of the spec name, which already had it. This change only
1252 apparently fixed the issue at hand because gcc started parsing it as
1253 the «[SUFFIX]:» case, completely disabling the PIE handling.
1254 Thanks to Thorsten Glaser <tg@mirbsd.de>.
1256 - Dpkg::Source::Package::V1: Explicitly initialize constructor options to
1257 their implicit values, otherwise other code end up assuming different
1258 defaults. This is required here too as this class does not call the
1259 initialization from its parent.
1261 - Detect the GNU program variants for make, patch and tar in the CPAN
1262 distribution to replace in the Dpkg module.
1263 - Set DEB_BUILD_ARCH to a dummy “amd64” in the CPAN distribution tests
1264 to not require a dpkg(1) in the system.
1266 - Only print the Dpkg::Path::check_directory_traversal() error on failure.
1268 [ Updated scripts translations ]
1269 * German (Helge Kreutzmann).
1271 -- Guillem Jover <guillem@debian.org> Wed, 08 Jul 2020 05:40:39 +0200
1273 dpkg (1.20.4) unstable; urgency=medium
1276 * Improve PIE flags support:
1277 - Prefix the specs file spec string self_spec with + instead of *.
1278 This way we do not override any previous setting, otherwise when
1279 passing the -specs options twice (f.ex. to compile and link), only the
1280 last one will take effect, which can break the build. Closes: #870383
1282 - Dpkg::Source::Package: Explicitly initialize constructor options to
1283 their implicit values, otherwise other code end up assuming different
1284 defaults. Closes: #964017
1285 - Dpkg::OpenPGP: Use a temporary directory for the GnuPG homedir in
1286 verify_signature(), to make sure we do not write to the user home
1287 directory, except for the trustkeys.db file if present.
1288 - Dpkg::Path: Refactor new check_directory_traversal() function out of
1289 Dpkg::Source::Package->extract().
1290 - Dpkg::Path: Do not do partial matches for directory traversal checks,
1291 expect a trailing slash after the base directory name.
1292 - Dpkg::Path: Catch uncanonicanizable pathnames with a proper error.
1294 - Dpkg::Path: Do not consider missing symlink targets a directory
1295 traversal attempt. Closes: #964234
1296 - Dpkg::Path: Allow /dev/null for directory traversals.
1297 Reported by Holger Levsen <holger@layer-acht.org>.
1299 - Add Module::Signature as configure recommends for CPAN.
1301 - Use File::Path::make_path() instead of chained mkdir() in Dpkg_Path.t.
1302 - Add unit tests for Dpkg::Path::check_directory_traversal().
1304 [ Updated programs translations ]
1305 * German (Sven Joachim).
1307 -- Guillem Jover <guillem@debian.org> Tue, 07 Jul 2020 07:57:48 +0200
1309 dpkg (1.20.3) unstable; urgency=medium
1313 - Dpkg::OpenPGP: Pass --no-options to gpg in verify_signature().
1314 Reported by Bertrand Marc <bmarc@debian.org>. Closes: #963839
1315 - Dpkg::Build::Info: Clarify by giving context to the
1316 get_build_env_whitelist() deprecation warning. Closes: #963844
1317 Reported by Sven Joachim <svenjoac@gmx.de>.
1318 - Dpkg::Source::Package: Fix check_original_tarball_signature() to make
1319 import_key() honor require_valid_signature, which should default to
1320 false. Reported by Mattia Rizzolo <mattia@debian.org>.
1321 - Dpkg::OpenPGP: Use a temporary directory for the GnuPG homedir in
1322 import_key(), to make sure we do not write to the user home directory,
1323 which might be read-only or non-existent. Closes: #963944
1324 Reported by Mattia Rizzolo <mattia@debian.org>.
1326 - libdpkg: Print a notice if we cannot write to the log file.
1328 - Improve error diagnosis for configure version fetching script.
1329 Prompted by Norbert Preining <norbert@preining.info>.
1331 [ Updated programs translations ]
1332 * German (Sven Joachim).
1334 -- Guillem Jover <guillem@debian.org> Mon, 29 Jun 2020 12:37:51 +0200
1336 dpkg (1.20.2) unstable; urgency=medium
1338 * dpkg: Do not include the architecture with --robot --version.
1339 * update-alternatives: Create alternatives directory (/etc/alternatives)
1340 if it is missing, to help with installation bootstrapping.
1341 Reported by Johannes Schauer <josch@debian.org>.
1342 * update-alternatives: Create the log directory if it is missing.
1344 - Dpkg::Source::Package: Turn the missing expected tarball signature
1345 error into a warning for now, as it is causing unintended fallout,
1346 and does not play nice (yet) with tarballs repackaged by uscan(1).
1349 - update-alternatives: Move log_msg() after make_path() so that we can use
1351 - update-alternatives: Add new xstrndup() and xdirname() functions.
1353 - Set SHELL in the test environment.
1354 - Do not fail if po4a is not found, and search for it just once.
1355 - Fix name and section generation for translated man pages. This caused
1356 pod2man to get an empty --name argument and not output anything,
1357 resulting in generating empty man pages. Closes: #963794
1359 - Sort debian/dpkg-dev.manpages.
1360 - Install deb-src-symbols(5) in dpkg-dev package.
1362 -- Guillem Jover <guillem@debian.org> Sun, 28 Jun 2020 00:42:11 +0200
1364 dpkg (1.20.1) unstable; urgency=medium
1367 * Fix dpkg logging regression introduced in 1.20.0:
1368 - libdpkg: Use varbuf member .used instead of .size in log_message(),
1369 to avoid printing garbage.
1370 - libdpkg: Open the log file as write-only instead of read-only.
1371 Thanks to Roderich Schupp <roderich.schupp@gmail.com>. Closes: #953684
1372 * Unify and cleanup Makefile fragment files comments, including information
1373 about version of introduction.
1374 * Add new buildopts.mk Makefile fragment to support parsing DEB_BUILD_OPTIONS
1375 options with arguments, such as “parallel” as DEB_BUILD_OPTION_PARALLEL.
1376 * dpkg-genchanges: Handle empty Date fields from parsed debian/changelog.
1377 Based on a patch by Baptiste BEAUPLAT <lyknode@cilg.org>. Closes: #956321
1378 * dpkg-source: Check that debian/tests/control has the required fields.
1379 Prompted by Felix Lechner <felix.lechner@lease-up.com>.
1380 * dpkg-deb, dpkg: Do not accept relative pathnames in DEBIAN/conffiles.
1381 Reported by Niels Thykier <niels@thykier.net>.
1382 * dpkg-split: Fix off-by-one check in ar header padding, that was making
1383 parsing error out on valid archives. Regression introduced in dpkg 1.18.8.
1384 * libdpkg: Fix error message for ending version character in dependency
1386 - Move the version unterminated case before the catchall.
1387 - Print the actual wrong character and print what is expected.
1388 * libdpkg: Do not use econtext->errmsg on out of context abort, as it might
1390 * update-alternatives: Set the umask to 022 on program start.
1391 Reported by Paul Wise <pabs@debian.org>.
1392 * dpkg-parsechangelog: Fix --show-field for multiline fields. We were not
1393 stripping trailing whitespace, and were not prefixing empty lines with
1394 a ‘.’, like when printing with the field names.
1395 Reported by Paul Wise <pabs@debian.org>.
1396 * dpkg: Add a new --robot option to be used with --version.
1397 * dpkg, dpkg-query: Document missing options in --help output.
1398 * Unify ellipsis formatting in programs --help output.
1399 * Add Protected field support.
1400 * dpkg-realpath: New program, to be used by dpkg-maintscript-helper, and
1401 any maintainer script that needs a realpath that can handle pathnames
1402 relative to the dpkg root directory.
1403 * dpkg-realpath: Add support for DPKG_ROOT.
1404 Thanks to Helmut Grohne <helmut@subdivi.de>.
1405 * dpkg-realpath: Add support for --root and --instdir options.
1406 * dpkg-maintscript-helper: Add support for DPKG_ROOT:
1407 - Add DPKG_ROOT support for conffiles.
1408 Thanks to David Kalnischkies <david@kalnischkies.de>.
1409 - Add DPKG_ROOT support for symlink to and from directory switches.
1410 Based on a patch by Bastien ROUCARIÈS <roucaries.bastien@gmail.com>.
1412 * update-alternatives: Add DPKG_ROOT support, and new --root and --instdir
1413 options. Closes: #871808
1415 - libdpkg: When using uselocale(), include <xlocale.h> for locale_t if
1416 the header is available. Needed on BSDs.
1417 Reported by Sirio Balmelli <sirio@b-ad.ch>.
1419 - Dpkg: Add a LICENSE section to the POD.
1420 - Dpkg::Source::Package: Add new get_upstream_signing_key() method.
1421 - Dpkg::Source::Package: Check missing expected tarball signatures.
1422 - Dpkg::Source::Package::V1: Check version format matching source format.
1423 - Dpkg::Vendor::Debian: Add debian-nonupload.gpg keyring.
1424 Thanks to Taowa Munene-Tardif <taowa@debian.org>. Closes: #956055
1425 - Dpkg::Vendor::Debian: Detect merged-usr-via-symlinks also with absolute
1426 pathnames. Reported by Adam Borowski <kilobyte@angband.pl>.
1427 - Dpkg::Build::Info: Avoid whitelist in function name.
1428 - Dpkg::Shlibs::SymbolFile: Avoid blacklist and whitelist terms.
1430 - man: Fix misused two-fonts macros.
1431 Thanks to Bjarni Ingi Gislason <bjarniig@rhi.hi.is>. Closes: #955028
1432 - man: Trim trailing whitespace from output.
1433 Thanks to Bjarni Ingi Gislason <bjarniig@rhi.hi.is>. Closes: #955030
1434 - man: Mention that dpkg(1) does not provide all back-end interfaces.
1435 Prompted by Elana Hashman <ehashman@debian.org>.
1436 - man: Clarify and fix file formats SYNOPSIS.
1437 - man: Clarify that deb-control(5) is a subset of deb-src-control(5).
1439 - man: Unify warning and note admonitions formatting.
1440 - man: Remove useless commented out macros.
1441 - man: Fix unbalanced quotes in macro arguments.
1442 - man: Specify the indentation level for all following .IP macros, not
1444 - man: Use .TP macros instead of hand-crafted formatting.
1445 - man: Fix font markup for some variable and literal strings.
1446 - dpkg-maintscript-helper: Add -?, --help and --version to --help output.
1447 - man: Fix apt and aptitude references.
1448 Reported by Helge Kreutzmann <debian@helgefjell.de>.
1449 - man: Mark commands (eval) in bold and quote library names (libgcc).
1450 Reported by Helge Kreutzmann <debian@helgefjell.de>.
1451 - man: Use UTF-8 quotes instead of ancient groff register variables.
1452 - man: Use literal double quotes instead of groff escape sequences.
1453 - man: Clarify that we resolve bug reports not bug report numbers.
1454 Reported by Helge Kreutzmann <debian@helgefjell.de>.
1455 - man: Clarify POSIX shell eval command usage in dpkg-architecture(1).
1456 - man: Use item lists instead of verbatim or hand-crafted formatting.
1457 - man: Do not use verbatim formatting for text that is not an example.
1458 - man: Markup examples explicitly with .EX/.EE.
1459 - man: Fix indentation for a note admonition in dpkg-scansources(1).
1460 - man: Document that a 3.0 (quilt) patch cannot create or modify symlinks.
1461 Thanks to Johannes Schauer <josch@debian.org>.
1462 - man: Reword text to reduce length in verbatim code block.
1463 - man: Add semicolons before verbatim code blocks.
1464 - man: Update dselect methods provided. Several got removed in 1.20.0.
1465 - man: The Installed-Size field does not get its value from du(1) since
1467 - man: Fix dpkg-gencontrol -P description to not refer to dpkg-source.
1468 Reported by Jakub Wilk <jwilk@jwilk.net>.
1469 - man: Place description of override value column on its own paragraph.
1470 - man: Surround markup within verbatim blocks with .nf/.fi.
1471 - man: Balance font markup.
1472 - man: Do not nest font markup.
1473 - man: Use .ig/.. macros to disable text instead of commenting it out.
1474 - man: Do not mark end of sentence period with bold.
1475 - man: Add a missing comma after man page reference in SEE ALSO section.
1476 - man: Convert man pages from roff to POD.
1477 - man: Clarify the dpkg --no-act admonition.
1478 - man: Avoid whitelist term in dpkg-source man page.
1480 - Use $() in shell or qx() in perl instead of ``.
1481 - dpkg-split: Switch part number variables from unsigned int to int.
1482 - scripts: Refactor shell error handling into a shell library
1483 - Reformat shell code to follow the coding style.
1484 - update-alternatives: Parametrize option names in output strings.
1485 - update-alternatives: Move logging function close to output functions.
1486 - update-alternatives: Move argument parsing functions close to main().
1487 - update-alternatives: Add general purpose non-failing functions for
1488 administrative directory access.
1489 - update-alternatives: Add filesystem abstraction functions.
1491 - Handle .git being a plain file when getting the dpkg tree version.
1492 - Add debian/changelog as a Changes file to the CPAN distribution.
1493 - Set DPKG_SERIES to 1.20.x when running the functional test suite.
1494 - When using po4a require at least po4a 0.59. Change the po4a --porefs
1495 argument from no longer supported “noline,wrap” to “file”, as wrapping
1496 is the default since po4a 0.58. We require po4a 0.59 as 0.58 had a
1497 regression in its --srcdir support.
1498 - Switch to set the po4a addendum in the po4a_paths section instead of
1499 repeating it for each man page.
1500 - Use po4a conditional addendum support, and remove empty addenda.
1501 - Use po4a mode=eof support in addenda.
1502 - Do not use make prerequisites on suffix rule definitions.
1504 - Add man page number suffixes to the automake SUFFIXES variable.
1505 - Update false positive suppressions for cppcheck 2.1.
1506 - Install specifications and API contracts in docdir.
1507 - Add support for switching man pages from roff to POD format.
1508 - Fix shell files substitution for version variable.
1510 - Switch to debhelper compatibility level 13.
1511 - Remove debian/tmp prefix from manpages debhelper fragment files.
1512 - Handle missing localized man pages gracefully.
1513 - Install AUTHORS, THANKS, usertags, README.api and
1514 README.feature-removal-schedule only in dpkg.deb.
1515 - Rename debian/usertags to debian/README.bug-usertags.
1516 - Install specifications to /usr/share/doc/dpkg/ in the dpkg-dev package.
1517 - Detect merged-usr-via-symlinks also with absolute pathnames in
1518 bug-script. Reported by Adam Borowski <kilobyte@angband.pl>.
1520 - Rename deb-content test cases to make them more descriptive.
1521 - Skip autogenerated files from codespell.
1523 [ Updated programs translations ]
1524 * German (Sven Joachim).
1525 * Simplified Chinese (Boyuan Yang). Closes: #958437
1527 [ Updated scripts translations ]
1528 * German (Helge Kreutzmann).
1530 [ Updated man pages translations ]
1531 * German (Helge Kreutzmann).
1533 -- Guillem Jover <guillem@debian.org> Sat, 27 Jun 2020 02:41:48 +0200
1535 dpkg (1.20.0) experimental; urgency=medium
1538 * libdpkg: Do not generate a backup file for the available database.
1540 * perl: Switch Getopt::Long from bundling to bundling_values. This means
1541 the few scripts using Getopt::Long will stop accepting options in the
1542 form «-ab» for «-a -b», which is not future-proof, as it does not allow
1543 these options to get new arguments without making them ambiguous.
1544 * dpkg-buildpackage: Remove transient backwards R³ compatibility code.
1545 * buildtools.mk: Add support for nostrip in DEB_BUILD_OPTIONS when setting
1547 * dpkg-genbuildinfo: Do not include irrelevant packages in the Binary field.
1548 * dpkg: Do not clear selections for unknown packages. Closes: #927752
1549 * dpkg-shlibdeps: Add support for new Build-Depends-Packages, to be able
1550 to specify multiple packages. Closes: #926669
1551 Based on a patch by Frank Schaefer <kelledin@gmail.com>.
1552 * perl: Remove support for versioned GnuPG 2 program and packages.
1553 * libdpkg: Clarify lock contender error message. Print the PID of the lock
1554 contender, and add a warning explaining that removing the lock file is
1555 never the correct solution.
1556 * dpkg-genchanges, dpkg-mergechangelogs: Remove support for ~vola
1557 versioning, as volatile.debian.org was decommissioned some time ago.
1558 * dpkg-genchanges, dpkg-mergechangelogs: Match ~deb also as a backport
1559 marker in versions. Closes: #934980
1560 * libdpkg, dpkg: Use new versiondescribe_c() for non-localizable call sites,
1561 such as when writing to a log, which should not be localized.
1562 Reported by Julien Cristau <jcristau@debian.org>.
1563 * dpkg-query: Try to use the package synopsis from the available file if
1564 not installed. Closes: #43573
1565 * dpkg-gencontrol: Take into account hardlinks when computing the
1566 Installed-Size substvar. Closes: #923475
1567 Patch co-authored with Sven Joachim <svenjoac@gmx.de>.
1568 * dpkg: Fix and clarify behavior for packages marked to be on “hold”. These
1569 need to be processed for configuration and triggers. Closes: #926472
1570 * dpkg: Use DPKG_ADMINDIR to set the admindir. Closes: #900071
1571 * dpkg-source: Remove backwards compatibility code for legacy build-profiles.
1572 * perl: Give more context on field parsing errors. Closes: #637060
1573 * dpkg-buildpackage: Add option to sanitize environment. Closes: #843776
1574 * update-alternatives: Cope with a missing administrative directory.
1575 * update-alternatives: Create the administrative directory on demand.
1576 * dpkg-split: Cope with a missing parts/ database directory.
1577 * dpkg-split: Create the parts/ database directory on demand.
1578 * libdpkg: Consider msdbrw_needsuperuser equivalent to msdbrw_write, so
1579 the same checks are performed on normal non --force-not-root operation.
1580 * libdpkg: Add support for bootstrapping the installation of dpkg:
1582 - Create the logfile with correct permissions, and remove the code
1583 setting up the logfile from the dpkg postinst.
1584 - Allow missing status and available databases, so that they get created
1585 on write, and remove the code setting them up from the dpkg postinst.
1587 - Do not change the ownership of the triggers database directory. Either
1588 we are running as root:root which means the ownership should be correct
1589 already, or we are not which means we cannot change it anyway.
1590 - Create the dpkg database directory on demand.
1591 - Create the updates/ database directory on demand.
1592 - Create the info/ database directory on demand.
1593 * dpkg-architecture: Fix handling of exec failing in --command.
1594 Reported by Helmut Grohne <helmut@subdivi.de>.
1595 * dpkg-buildpackage: Do not accept equal signs as part of the hook names.
1596 Reported by Daniel Shahaf <danielsh@apache.org>. Closes: #948291
1597 * dselect: Mark a string for translation.
1598 * dselect: Cleanup access methods:
1599 - Remove harddisk methods, as they were non-functional due to fdisk
1600 interface changes, and do not make sense anymore as we can expect users
1601 to mount any such filesystem on their own, to then use a filesystem
1602 method instead. Prompted by Helmut Grohne <helmut@subdivi.de>.
1603 - Remove cdrom method superseded by the multi_cd method.
1604 - Remove nfs methods, as there is nothing special about NFS, and mounting
1605 these should just be left to the local admin, who can mount any other
1606 remote filesystem too.
1607 - Remove multi_mount method, as the multi_cd method can take care of
1608 mounting the necessary images or devices.
1609 - Replace changelog with correct copyright in file header.
1610 * dpkg, dselect: Stop using first-person singular in output messages.
1611 * libdpkg: Fix memory leak in parsedb context close.
1612 * buildtools.mk: Add QMAKE variable. Closes: #920878
1613 * po: Fix translation of --compare-versions. Closes: #951614
1614 Thanks to Boyuan Yang <byang@debian.org>.
1616 - Dpkg::Source::Package: Verify original tarball signatures at build time.
1617 - Dpkg::BuildFlags: Add new unset() method.
1618 Requested by Daniel Schepler <dschepler@gmail.com>.
1619 - Dpkg::Source::Package::V2: Emit a special patch header on
1620 single-debian-patch. Closes: #933152
1621 - Dpkg::Vendor::Debian: Only scan /usr/local/ directories that exist.
1623 - Dpkg::Vendor::Debian: Do not set -Werror=implicit-function-declaration
1624 for C++. Closes: #939969
1625 - Dpkg::Deps: Check for valid virtual package version relations. Do not
1626 allow non-equal version relations in virtual provides. Closes: #930317
1627 - Dpkg: Remove internal lowercase variables $version, $progname,
1628 $admindir, $dpkglibdir and $pkgdatadir.
1629 - Dpkg::Changelog: Remove obsolete methods dpkg() and rfc822().
1630 - Dpkg::Changelog::Entry::Debian: Remove obsolete methods check_header()
1631 and check_trailer(). Hide variables $regex_header and $regex_trailer.
1632 - Dpkg::Changelog::Parse: Remove warnings of obsolete options forceplugin
1633 and libdir. Remove obsolete functions changelog_parse_debian() and
1634 changelog_parse_plugin().
1635 - Dpkg::Compression: Hide internal lowercase variables
1636 $default_compression, $default_compression_level and
1637 $compression_re_file_ext.
1638 - Dpkg::Deps::KnownFacts: Remove obsolete check_package() method.
1639 - Dpkg::Exit: Hide internal lowercase @handlers variable.
1640 - Dpkg::Gettext: Remove obsolete _g() function.
1641 - Dpkg::Source::Package: Hide internal lowercase variable
1642 @tar_ignore_default_pattern. Remove internal lowercase variable alias
1643 $diff_ignore_default_regexp.
1644 - Dpkg::Substvars: Remove obsolete no_warn() method.
1645 - Dpkg::Index: Change default value for unique_tuple_key to 1.
1646 - Dpkg::Version: Remove deprecation warning from semantic change in
1648 - Dpkg::Checksums: Remove obsolete 'program' property warning.
1649 - Dpkg::Conf: Remove obsolete methods and obsolete croak for method option.
1650 - Dpkg::Vendor: Remove obsolete 'keyrings' hook.
1651 - Dpkg::Exit: Unregister all signal handlers once we have executed them.
1653 - Dpkg::Exit: Register exit handlers also for __DIE__.
1654 - Dpkg::Source::Package::V3::Native: Do not say v1.0 for 3.0 formats.
1655 - Dpkg::Dist::Files: On filename parse error say file instead of package.
1656 - Dpkg::Substvars: Add new vendor:Name and vendor:Id substvars.
1657 - Dpkg::Source::Package: Detect directory traversals under debian
1658 directory. Reported by Felix Lechner <felix.lechner@lease-up.com>.
1660 - man: Fix uncommon wording constructs.
1661 - man: Use a minus sign for a literal string.
1662 - man: Clarify that the pager is called via «$SHELL -c».
1663 - dpkg-shlibdeps: Document split_soname() function.
1664 Prompted by Christopher Crim <christopher.crim@quoininc.com>.
1665 - Dpkg::Changelog: Document methods provided by subclasses.
1666 Reported by Felix Lechner <felix.lechner@lease-up.com>.
1667 - man: Globally adjust left and disable hyphenation.
1668 - man: Split dselect(1) --color from --colour option items.
1669 - man: Describe the SONAME formats supported in deb-shlibs(5).
1670 - man: Move template symbol documentation into new deb-src-symbols(5).
1671 - Dpkg::Changelog::Parse: Remove $ sigil from option names in POD.
1672 - Dpkg: Say class instead of object when appropriate.
1673 - Dpkg::Changelog: Clarify that these classes inherit from some other
1674 base class, which will contain the missing documentation.
1675 Prompted by intrigeri <intrigeri@debian.org>.
1676 - man: Clarify deb-changelog(5) format. Closes: #946780
1677 - man: Clarify debian/source/include-binaries format in dpkg-source(1).
1678 Prompted by Felix Lechner <felix.lechner@lease-up.com>.
1679 - man, doc: Clarify that the postinst "triggered" argument gets the
1680 trigger-name(s) as a space-separated list in the second argument.
1681 Prompted by Michael Biebl <biebl@debian.org>.
1682 - dselect: Update the multicd README file.
1683 - doc, man: Mark T and I package instances to avoid misreadings.
1685 - Dpkg::Source::Package: Refactor original tarball handling.
1686 - perl: Use File::Copy instead of spawning mv/cp commands.
1687 - Dpkg::OpenPGP: Refactor signature verification into a new function.
1688 - Dpkg::OpenPGP: Make it possible to verify detached signatures.
1689 - Dpkg::OpenPGP: Add support for importing an OpenPGP key into a keyring.
1690 - Dpkg::BuildFlags: Remove unused hash keys.
1691 - libdpkg: Use the variable instead of a type as sizeof() argument.
1692 - libdpkg: Use the totalwritten variable for a consistency check.
1693 - dselect: Reduce scope of variable, to avoid it being unused in a branch.
1694 - dpkg-deb: Fold two adjacent if conditionals into a single one.
1695 - dpkg: Initialize flagdeppossi in check_conflict().
1696 - libdpkg: Add new C locale switch over support.
1697 - libdpkg: Add new versiondescribe_c() to force a C locale.
1698 - dselect: Make baselist::draw_column_*() col arguments const.
1699 - libdpkg: Use p instead of name in dpkg_arch_name_is_illegal().
1700 - dpkg: Remove redundant condition for sourcefile in updateavailable().
1701 - dpkg, update-alternatives: Make variables static.
1702 - libdpkg: Add missing symbols to the version map.
1703 - libdpkg: Fix fiemap memory layout usage that confuses gcc 10 to emit a
1705 - libdpkg: Only use varbuf_printf() in pkg_format_show() when necessary.
1706 This should speed up «dpkg-query --show» formatting.
1707 - libdpkg: Fix package format string to be a string literal.
1708 This suppresses a gcc warning.
1709 - dpkg: Fix short lived memory leak in --force-help handling.
1710 - dpkg-split: Fix short lived file descriptor leak in --auto.
1711 - start-stop-daemon: Explicitly ignore unimportant function return values.
1712 - start-stop-daemon: Fix memory leak on multiple --chuid arguments.
1713 - start-stop-daemon: Close the notification socket in the child.
1714 - libdpkg: Fix memory leaks in zlib and bz2 decompression functions.
1715 - libdpkg: Add new dir_make_path() and dir_make_path_parent() functions.
1716 - libdpkg: Add new atomic file flag to create the base path when missing.
1717 - libdpkg: Fix modstatdb_rw enum comments.
1718 - libdpkg, dpkg-query: Optimize db-fsys:Files virtual variable loading.
1719 We load either the entire db-fsys for all packages, possibly optimized
1720 per platform (such as by using fiemap), or the specific ones for the
1721 requested packages. This also fixes a problematic cast removing the
1722 constness of a variable.
1723 - Dpkg::Dist::Files: Document the two filename pattern formats.
1724 - update-alternatives: Remove redundant condition in argument parser.
1725 - update-alternatives: Move error context setup before calling setjmp(),
1726 so that cppcheck stops being confused.
1727 - test: Reformat 200_Dpkg_Shlibs.cpp for coding style conformance.
1728 - dpkg: Make it possible for the compiler to check printf() format
1729 string arguments on dependency printer.
1730 - dselect: Reorder branches in packagelist::deselect_one_of so that they
1732 - dselect: Use nullptr instead of NULL.
1733 - dselect: Use static_cast<> instead of old-style type qualifier cast.
1734 - dselect: Do not use unnecessary old-style casts.
1735 - dselect: Fix variable types to avoid needing old-style casts.
1736 - libcompat: Disarm libselinux setexecfilecon() declaration for
1738 - libdpkg: Define new VARBUF_OBJECT macro.
1739 - libdpkg: Add new ATOMIC_FILE_NORMAL enum value to avoid a cast in C++.
1740 - libdpkg: Use a new DPKG_NULL macro that works in C and C++.
1741 - libdpkg: Use a new DPKG_STATIC_CAST macro that works in C and C++.
1742 - libdpkg: Move printing of errno into dpkg_error_set().
1743 - libdpkg: Use a varbuf to store the problem messages per parsedb context.
1744 - libdpkg: Fix Doxygen comments.
1746 - Bump minimal Perl version to 5.24.1.
1747 - Add a serial versioning to the m4 files.
1748 - Install m4 files into system aclocal directory.
1749 - Bump minimal gettext version to 0.19.8, to get the m4 files that can
1750 cross-build for musl-based systems.
1751 - Enable more compiler warnings.
1752 - Update Doxygen configuration from version 1.8.16.
1754 - Remove obsolete Breaks satisfied since oldstable.
1755 - Replace custom rule for 'configure' with call to dh_autoreconf.
1756 Thanks to Dan Streetman <ddstreet@canonical.com>. Closes: #939516
1757 - dselect: Remove methods state files on purge.
1758 Spotted by Sven Joachim <svenjoac@gmx.de>.
1759 - Switch to debhelper compatibility level 12.
1760 - Switch from debian/compat to debhelper-commpat in Build-Depends.
1761 - Bump Standards-Version to 4.5.0 (no changes required).
1763 - Remove perlcritic Documentation::RequirePodLinksIncludeText suppression.
1764 - Clarify cppcheck va_list_usedBeforeStarted suppression.
1765 - Skip build directories from codespell check.
1766 - Update stopwords for codespell 1.16.0.
1767 - Suppress new bogus cppcheck 1.90 false positives.
1768 - libdpkg: Remove redundant assignment in t-ehandle unit test.
1769 - Skip backup files from codespell check.
1770 - Ignore python-3.8 runtime warnings in codespell.
1772 [ Updated programs translations ]
1773 * German (Sven Joachim).
1774 * Portuguese (Miguel Figueiredo). Closes: #935695
1775 * Simplified Chinese (Mo Zhou). Closes: #942195, #945776
1777 [ Updated dselect translations ]
1778 * German (Sven Joachim).
1780 [ Updated scripts translations ]
1781 * German (Helge Kreutzmann).
1783 [ Updated man pages translations ]
1784 * German (Helge Kreutzmann). Closes: #931135
1786 -- Guillem Jover <guillem@debian.org> Sun, 08 Mar 2020 03:31:40 +0100
1788 dpkg (1.19.7) unstable; urgency=medium
1791 * dpkg: Fix off-by-one error in dpkg --abort-error. Closes: #924886
1792 Thanks to Tom Goulet <tomg@sentex.ca>.
1793 * dpkg: Set the force defaults before loading the config file, otherwise we
1794 incorrectly override them. Regression introduced in dpkg 1.19.5.
1796 * dpkg: Split the trigger dependtry into two, the second of which will be
1797 the one checking trigger cycles when deferring trigger processing due to
1798 unsatisfiable dependencies. Closes: #928429
1799 * dpkg-deb: Validate ar member magic before normalizing any of its fields.
1800 * dpkg-deb: Honor --nocheck when building packages with newlines in
1801 filenames. Regression introduced in dpkg 1.18.1. Closes: #929727
1803 - rootless-builds.txt: Expand what the builder means. Mention the
1804 dpkg-deb option to use to set the owner and group to root. And reword
1805 the prototyping section to be less confusing with what is currently
1806 implemented. Closes: #929019
1807 - README: Clarify when autopoint is needed. Closes: #929601
1808 - Fix typos in docs and output strings. Warned by codespell.
1810 [ Updated programs translations ]
1811 * Catalan (Guillem Jover).
1813 [ Updated dselect translations ]
1814 * Catalan (Guillem Jover).
1816 [ Updated scripts translations ]
1817 * Catalan (Guillem Jover).
1819 [ Updated man pages translations ]
1820 * Dutch (Frans Spiesschaert). Closes: #926665
1821 * French (Jean-Pierre Giraud). Closes: #929664
1823 -- Guillem Jover <guillem@debian.org> Mon, 03 Jun 2019 23:22:35 +0200
1825 dpkg (1.19.6) unstable; urgency=medium
1828 * libdpkg: Add a new TAR_FORMAT_UNKNOWN enum value.
1829 * libdpkg: Set tar_entry to zero on tar_entry_destroy(), to avoid double
1830 free()s and the subsequent crashes.
1831 * libdpkg: Handle non end-of-tape errors from tar_header_decode().
1832 * libdpkg: Use ERANGE instead of EINVAL for tar_atol8() out-of-range error.
1833 * dpkg-gencontrol: Check presence of package build dir before traversing it.
1835 - Dpkg::Source::Package::V1: Change default build option style to -sa.
1836 Using -sA by default means the user might lose data on overwrite if
1837 there is already a directory with the same name laying around.
1839 - Dpkg::Source::Package: Handle Format field being undefined. On source
1840 format 1.0, the default is for the debian/source/format file not being
1841 present, which means we'll start with an empty Format field name.
1842 Regression introduced in dpkg 1.19.3.
1845 - Install a lintian profile for dpkg based on the debian profile, so that
1846 we can suppress Debian-specific tags, such as the controversial one on
1847 vendor-specific patch series files.
1848 - Add Breaks on lsb-base due to start-stop-daemon exposing breakage in
1849 the killproc function from /lib/lsb/init-functions. Closes: #923861
1851 - Stop requiring (pseudo-)root in the functional test suite.
1852 - Export and move TESTDATA definition close to the PATH definition.
1853 - Quote the 'yes' command to make a comment clearer.
1855 [ Updated programs translations ]
1856 * Dutch (Frans Spiesschaert). Closes: #924776
1858 [ Updated scripts translations ]
1859 * German (Helge Kreutzmann).
1861 [ Updated man pages translations ]
1862 * Dutch (Frans Spiesschaert). Closes: #924777
1863 * German (Helge Kreutzmann).
1865 -- Guillem Jover <guillem@debian.org> Mon, 25 Mar 2019 15:08:26 +0100
1867 dpkg (1.19.5) unstable; urgency=medium
1870 * start-stop-daemon: Make sure that we get a meaningful errno on
1871 parse_unsigned(), so that the error messages always make sense.
1872 * start-stop-daemon: Add new fatalv() and fatale() functions and use the
1873 latter for system errors, so that we are explicit on whether we want to
1874 use errno for error reporting or not.
1875 * start-stop-daemon: Always refuse to parse a world-writable pidfile,
1876 except when that is /dev/null.
1877 * dpkg: Print the current set of enabled force options on --force-help.
1878 * dpkg: Parse and set new DPKG_FORCE environment variable for subprocesses.
1880 * dpkg-statoverride: Add support for --force-* options.
1881 * dpkg-statoverride: Switch from --force option to new --force-<thing>
1882 options. Deprecate --force option which will be considered an alias for
1883 --force-all for now.
1884 * dpkg, dpkg-statoverride: Add new option --refuse-security-mac to control
1885 SELinux. See #811037.
1886 * dpkg: Clarify error on unknown system user/group in statoverride database.
1888 * dpkg-buildpackage: Clarify the warning/error on short OpenPGP key IDs.
1890 * dpkg-maintscript-helper: Restrict find for dir-to-symlink move to
1891 -maxdepth 1. Thanks to Ralf Treinen <treinen@free.fr>. Closes: #922799
1892 * dpkg-genbuildinfo: Add support for a new Build-Tainted-By field in
1893 .buildinfo files. Suggested by Alexander E. Patrakov <patrakov@gmail.com>.
1894 * libdpkg: Clarify field names in error and warning messages.
1895 * libdpkg: Optimize error handling. Move the error reporting outside the
1896 involved functions so that we do not need to call gettext if there is no
1897 error, which has a significant performance cost.
1898 * libdpkg: Merge nicknames table into fieldinfos, to stop penalizing the
1899 lookup of non-obsolete fieldnames.
1900 * libdpkg: Print a more accurate warning for Revision nicknames.
1901 * libdpkg: Increase the pkg-hash bins size to 65521, to improve hash table
1902 performance at the cost of a bit more memory usage.
1903 * libdpkg: Blank packages that are not-installed with unknown selection.
1905 * libdpkg, dpkg: Print the dpkg database directory on access errors.
1908 - Dpkg::Vendor::Debian: Add support for merged-usr-via-symlinks tainted
1909 tag. Suggested by Alexander E. Patrakov <patrakov@gmail.com>.
1910 - Dpkg::Vendor::Debian: Add support for usr-local-has-* tainted tags.
1911 - Dpkg::Source::Package: Add a missing use Dpkg::Source::Format.
1912 Diagnosed by Ian Jackson <ijackson@chiark.greenend.org.uk>.
1915 - start-stop-daemon(1): Document behavior of --pidfile security checks.
1917 - dpkg(1): Document the unknown selection state. Closes: #922407
1919 - dpkg: Move SELinux fallback label to the SELinux specific code path.
1920 - dpkg: Simplify maintscript_set_exec_context().
1921 - dpkg: Move force options support into its own file.
1922 - dpkg: Do not hardcode the program name in the --force-help output.
1923 - dpkg: Switch force options from individual variables to bit fields.
1924 - dpkg: Switch from a char to an enum to track the force options types.
1925 - dpkg: Switch to set the default force option from the forceinfos array.
1926 - libdpkg: New benchmark programs and infrastructure.
1927 - libdpkg: Add new dpkg_error_move() function.
1928 - libdpkg: Add new dpkg_has_error() function.
1929 - libdpkg: Move status names from parse errors to arguments.
1930 - libdpkg: Use va_arg copy instead of the original on a vasprintf() call.
1931 - libdpkg: Include <string.h> in pager.c.
1932 Reported by Y <sevener@cock.li>. Closes: #922212
1933 - libdpkg: Use pkg_set_want() instead of a direct assignment.
1935 - Check whether this dist is a release, based only on the version format.
1936 This will avoid having to do a two staged release to get a proper perl
1937 distribution tarball.
1939 - autopkgtest: Add file to Depends fields.
1940 - autopkgtest: Clarify behavior on root/non-root requirement.
1941 - Bump Standards-Version to 4.3.0 (no changes required).
1942 - Remove now unused assert usertag description.
1943 - Remove trailing whitespace from changelog.
1944 - Remove Origin and Bugs fields from control file.
1945 - Include a bug-script to report on tainted merged-usr-via-symlinks.
1947 - libdpkg: Fix unit test for file_slurp(). Closes: #920974
1948 Diagnosed by Frank Schaefer <kelledin@gmail.com>.
1950 [ Updated programs translations ]
1951 * Dutch (Frans Spiesschaert). Closes: #921942
1952 * German (Sven Joachim).
1953 * Simplified Chinese (Zhou Mo). Closes: #920972
1955 [ Updated scripts translations ]
1956 * German (Helge Kreutzmann).
1958 [ Updated man pages translations ]
1959 * Dutch (Frans Spiesschaert). Closes: #921943
1960 * French (Jean-Pierre Giraud). Closes: #920905
1961 * German (Helge Kreutzmann).
1963 -- Guillem Jover <guillem@debian.org> Sat, 23 Feb 2019 18:00:54 +0100
1965 dpkg (1.19.4) unstable; urgency=medium
1967 * start-stop-daemon: Do not sanity check the pidfile when it is specified as
1968 /dev/null, as that implies the caller wants to start the program no matter
1969 what. Closes: #920242
1971 - start-stop-daemon: Only use SO_PASSCRED if defined. Fixes build failure
1972 at least on GNU/Hurd.
1974 - autopkgtest: Pass --disable-nls and --disable-dselect to configure.
1975 - autopkgtest: Change Depends to «build-essential, autoconf, pkg-config».
1977 -- Guillem Jover <guillem@debian.org> Wed, 23 Jan 2019 13:06:39 +0100
1979 dpkg (1.19.3) unstable; urgency=medium
1982 * dpkg-source: Stop filtering @builddeps@ from Testsuite-Triggers field.
1984 * dpkg-genchanges: Only reference binary packages being uploaded, which
1985 means that for a source-only upload, the Binary and Description fields
1986 should be empty. Closes: #818618
1987 * dpkg-scanpackages: Do not compute unnecessary checksums when using the
1988 --hash argument. Based on a patch by Chris Lamb <lamby@debian.org>.
1990 * dpkg-scanpackages: Emit a warning with the list of repeat packages.
1991 Prompted by Johannes Schauer <josch@debian.org>.
1992 * start-stop-daemon: Check whether standalone --pidfile use is secure.
1993 Prompted by Michael Orlitzky <michael@orlitzky.com>.
1994 * start-stop-daemon: Print complete verbose lines, instead of partial lines
1995 with no newlines and a final print with a newline.
1996 * start-stop-daemon: Add new --notify-await and --notify-timeout options,
1997 which implement the systemd readiness protocol for services.
1999 * update-alternatives: Add new --debug option.
2000 * update-alternatives: Fix removal of obsolete slaves from the linked list.
2001 Reported by Andreas Beckmann <anbe@debian.org>. Closes: #916799
2002 * vendor.mk: Fix dpkg_vendor_derives_from macro documentation.
2003 Thanks to Colin Watson <cjwatson@debian.org>. Closes: #913816
2004 * vendor.mk: Add support for an improved dpkg_vendor_derives_from macro.
2005 Version the macros so that both can be used, and default the unversioned
2006 one to the version 0 macro.
2007 * dpkg: Mark the package we are giving up on a trigger cycle as "istobe"
2008 normal, so that the dependency checks know they cannot expect this package
2009 to be processed anymore. Otherwise we ended up never detecting that we
2010 were not making progress, as we expected to process this package at a later
2011 point, when that would never happen anymore. This then was causing asserts
2012 in the process queue loop. Closes: #901127, #910819
2013 * dpkg: Reset progress_bytrigproc once we have injected it into the current
2014 package process queue iteration, so that we do not keep trying to process
2015 it, which might end up generating artificial trigger cycles, if
2016 dependencies are not satisfied yet.
2017 * dpkg: Convert one trigger processing required type into the new try-queued
2018 one, so that we stop skipping unsatisfiable dependency checks.
2019 * dpkg: Move trigproc cycle reset inside try-deferred conditional. We should
2020 only reset the cycle detection in case we are not bailing out from the
2021 processing with an error, otherwise we could come back to this package and
2022 detect an artificial trigger cycle.
2023 * dpkg: Introduce a new dependency try level for trigger processing. This
2024 completely defers trigger processing until after the dependency cycle
2025 breaking level, so to avoid generating artificial trigger cycles, when we
2026 end up trying to process triggers with yet unsatisifiable dependencies.
2027 Closes: #810724, #854478, #911620
2028 * dpkg: Fix --help output, to clarify which arguments are optional.
2029 * libdpkg: Add proper tar error handling. This makes the tar extractor
2030 track and report back parse errors, so that we can give more descriptive
2032 * libdpkg: Detect unsupported tar entry types to give better error messages.
2033 * libdpkg: Add new db-fsys:Files and db-fsys:Last-Modified virtual fields.
2035 - Dpkg::Changelog::Debian: Preserve modelines at EOF. Closes: #916056
2036 Thanks to Chris Lamb <lamby@debian.org> for initial test cases.
2037 - Dpkg::File: Make file_slurp() also accept pathnames in addition to
2039 - Dpkg::Vendor::Ubuntu: Fix buildflags override after default setting move.
2040 Based on a patch by Iain Lane <laney@ubuntu.com> and
2041 Adam Conrad <adconrad@ubuntu.com>. Closes: #915881
2042 - Dpkg::Shlibs::Objdump: Remove unused Dpkg::IPC import.
2043 - Dpkg::Shlibs::Objdump: Only select objdump program when going to use it.
2044 - Dpkg::Source::Package: Do not reinitialize fields member in constructor.
2045 - Dpkg::Source::Patch: Do not recommend --include-removal when not
2046 supported. Closes: #913012
2047 - Dpkg::Source::Package::V3::Bzr: Fix format name in output message.
2048 - Dpkg::Source::Package: Add a new format option to the new constructor.
2049 Prompted by James McCoy <jamesan@debian.org>.
2050 - Dpkg::Source::Package: Improve debian/source/format parsing and
2052 - Dpkg::Source::Format: New public module.
2053 Prompted by Mattia Rizzolo <mattia@debian.org>.
2055 - dpkg(1): Clarify --remove action. Closes: #914478
2056 - dpkg-query(1): Clarify --list option behavior when no arguments are
2057 specified. Closes: #917098
2058 - deb-control(5): Clarify by adding a reference to deb-src-control(5) and
2059 removing an invalid comment in the example.
2060 Prompted by Helmut Grohne <helmut@subdivi.de>.
2061 - dpkg(1): Clarify databases used by --yet-to-unpack and --predep-package.
2062 Prompted by Johannes Schauer <josch@debian.org>.
2063 - Clarify character classes for various formats in man pages, by
2064 explicitly listing the character ranges within parenthesis.
2065 Prompted by Ian Jackson <ijackson@chiark.greenend.org.uk>.
2066 - dpkg-query(1): Document the version introducing the -f option.
2067 - dpkg-architecture(1): Add reference to the TERMS section in the
2068 VARIABLES section. Prompted by Axel Beckert <abe@debian.org>.
2069 - Fix POD for Dpkg::Interface::Storable derived method implementations.
2070 - Dpkg::Deps::Simple(3): Fix POD signature for new constructor.
2072 - dpkg-maintscript-helper: Use an explicit escape instead of a literal
2074 - Quote shell variables. Reported by Johannes Schauer <josch@debian.org>.
2075 - Switch perl code to use the new Dpkg::Source::Format module.
2076 - dpkg-source: Move source format selection earlier in the build.
2077 - dpkg-source: Use new format argument for Dpkg::Source::Package->new().
2078 - dpkg-shlibdeps: Remove unused variable.
2079 - dpkg-scanpackages: Unroll a single iteration loop.
2080 - start-stop-daemon: Compare foundany against 0 instead of treating it
2082 - start-stop-daemon: Switch code to use new info() and debug() functions.
2083 - update-alternatives: Use enums for actions instead of strings.
2084 - update-alternatives: Switch verbose selection into an enum.
2085 - dpkg: Negate tortoise_not_in_hare() function name and return value.
2086 - dpkg: Initialize trigcyclenode's next member once.
2087 - dpkg: Use common pattern of assigning as an iterator.
2088 - dpkg: Factor trigproc_new_cyclenode() out from check_trigger_cycle().
2089 - dpkg: Switch dependtry from an int to an enum.
2090 - dpkg: Move dependtry description from deferred_configure() to its
2092 - dpkg: Split trigger processing types into required, try-queued and
2094 - dpkg-query: Rename variable to avoid shadowing a local function.
2095 - When allocating use the variable instead of the type in sizeof().
2096 - dselect: Rename variable r to pkgbin.
2097 - libdpkg, dpkg: Rename r variables to fnn.
2098 - libdpkg: Rename ret variable to next.
2099 - libdpkg: Cleanup fsys module symbol names.
2100 - libdpkg: Rename pkg_db symbols to pkg_hash.
2101 - libdpkg: Add new warning printer setter function.
2102 Prompted by Julian Andres Klode <jak@debian.org>.
2103 - libdpkg: Add new DPKG_ERROR_OBJECT macro.
2105 - get-version: Use a format string with printf.
2106 - run-script: Use $() instead of deprecated ``.
2107 - run-script: Remove unused PERL_PROFILE variable, PERL5OPT can be used
2108 instead, and does not require leaving an unquoted variable around.
2109 - run-script: Add «set -e».
2110 - Build.PL: Set environment variables only for CPAN tests.
2111 - Build.PL: Set locale for CPAN tests to C. Fixes CPAN#127314.
2112 - configure: Split AM_INIT_AUTOMAKE arguments into different lines.
2114 - Bump Standards-Version to 4.2.1 (no changes needed).
2115 - Switch to debhelper compatibility level 11.
2116 - Create the log file in postinst only if it does not exist.
2117 Prompted by Johannes Schauer <josch@debian.org>.
2118 - Add superficial autopkgtest functional tests.
2120 - Add new shellcheck author test.
2121 - Add descriptions for the shellcheck exclude codes.
2122 - Update cppcheck suppressions.
2124 [ Updated programs translations ]
2125 * Dutch (Frans Spiesschaert). Closes: #912023
2126 * German (Sven Joachim).
2127 * Italian (Milo Casagrande). Closes: #915610
2128 * Portuguese (Miguel Figueiredo). Closes: #917813
2129 * Simplified Chinese (Zhou Mo). Closes: #919040
2131 [ Updated scripts translations ]
2132 * German (Helge Kreutzmann).
2134 [ Updated man pages translations ]
2135 * Dutch (Frans Spiesschaert). Closes: #912024
2136 * German (Helge Kreutzmann).
2138 -- Guillem Jover <guillem@debian.org> Tue, 22 Jan 2019 14:26:04 +0100
2140 dpkg (1.19.2) unstable; urgency=medium
2143 * dpkg: Fix --force-not-root for chown() and chmod() based syscalls, and
2144 give a more meaningful error message on chroot(). Closes: #614126
2145 * dpkg-divert, dpkg-statoverride: Add new --instdir and --root options,
2146 and make the commands honor the DPKG_ROOT environment variable.
2148 * libdpkg: Call the pager with «$SHELL -c» to respect POSIX. Closes: #910009
2149 * libdpkg: Do not spawn a pager if we are going to call «cat».
2150 * libdpkg: Honor DPKG_PAGER when spawning a pager.
2151 Suggested by Craig Sanders <cas@taz.net.au>.
2152 * libdpkg: Set LESS to “-FRSXMQ” if not already set, when spawning a pager.
2153 * libdpkg: Ignore SIGPIPE when setting up a pager, and then ignore EPIPE
2154 errors when writing to stdout, otherwise if we quit the pager early, the
2155 program will exit with an error code.
2156 * libdpkg: Set stdout to be fully buffered when using a pager.
2157 * dpkg, dpkg-query: Add new --no-pager option. For dpkg this is also a
2158 configuration option. Closes: #909754
2160 - Dpkg::OpenPGP: Ignore Version field in enarmored output.
2162 - Dpkg::OpenPGP: Do not read the gpg user configuration file.
2163 - Dpkg::Source::Functions: Reimplement is_binary() w/o using diff(1).
2164 - Dpkg::Source::Package::V2: Split the BinaryFiles module into its own
2165 file, and give it a more generic name (Dpkg::Source::BinaryFiles).
2166 - Dpkg::Source::Package::V2: Move binary file detection to BinaryFiles
2169 - dpkg-buildpackage(1): Clarify --build=source explanation.
2170 - dsc(5): Clarify what “flattened” means in Testsuite-Triggers.
2171 Prompted by Mattia Rizzolo <mattia@debian.org>.
2172 - dsc(5): Add a reference to where the source formats are described.
2173 Prompted by Manuel A. Fernandez Montecelo <mafm@debian.org>.
2174 - dpkg-source(1): Improve documentation on vendor-specific series files.
2175 - deb-control(5): Document Build-Ids field.
2176 Prompted by Stuart Prescott <stuart@debian.org>.
2177 - dpkg(1): Clarify which fields are affected by dependency options.
2178 Prompted by James Clarke <jrtc27@debian.org>.
2179 - dpkg-query(1): Document the PAGER environment variable usage.
2180 - Dpkg(1): Add POD documentation about the module hierarchy and API.
2182 - dpkg-split: Use nfstrnsave() instead of nfmalloc() + memcpy().
2183 - libdpkg: Add new fsys-dir module.
2184 - libdpkg: Pass the file contents to the pager instead of the filename.
2185 - libdpkg: Add a pager kill switch, so that it can be forcefully disabled.
2187 - Distribute a LICENSE file on CPAN.
2188 - Do not make the Build.PL script executable.
2189 - Generalize PACKAGE_CPAN_SIGN by setting PACKAGE_DIST_IS_RELEASE instead.
2190 - Add a release_status key to the CPAN metadata.
2191 - Fix typo in CPAN recommends key.
2192 - Improve test and author CPAN dependencies.
2194 - Break libapt-pkg5.0 instead of apt. Closes: #909959
2195 Analysis by Sven Joachim <svenjoac@gmx.de>.
2197 - Skip version checks involving «dpkg --compare-versions» if not available.
2198 This is relevant on CPAN or on non-dpkg-based systems.
2200 [ Updated programs translations ]
2201 * Polish (Łukasz Dulny).
2203 [ Updated man pages translations ]
2204 * German (Helge Kreutzmann).
2206 -- Guillem Jover <guillem@debian.org> Mon, 08 Oct 2018 11:43:48 +0200
2208 dpkg (1.19.1) unstable; urgency=medium
2211 * Fix logic in dpkg-buildpackage to decide whether to run build targets,
2212 which broke tons of packages that are violating Debian policy MUSTs.
2213 Thanks to James Clarke <jrtc27@debian.org>. Closes: #878899
2214 * Do not try to recompute hashes for the .dsc file when signing binary-only
2215 builds in dpkg-buildpackage. Reported by Ximin Luo <infinity0@debian.org>.
2216 * Pass the correct source stanza to the dpkg-buildpackage code parsing the
2217 Rules-Requires-Root field. This meant the field was being ignored.
2218 * Run dpkg-source directly from the current working directory in
2219 dpkg-buildpackage, instead of changing directory back and forth.
2220 * Setup and check rootcommand in dpkg-buildpackage only if it is going to
2221 be needed. Reported by Niels Thykier <niels@thykier.net>.
2222 * Add color support to dpkg-maintscript-helper (a shell script).
2223 * Fix warning by including <sys/sysmacros.h> for makedev() in libdpkg.
2224 * Fix directory traversal with dpkg-deb --raw-extract, by guaranteeing
2225 that the DEBIAN pathname does not exist. Closes: #879982
2226 Reported by Jakub Wilk <jwilk@jwilk.net>.
2227 * Add new AS, STRIP, OBJCOPY, OBJDUMP, NM, AR and RANLIB buildtools
2228 variables to buildtools.mk. Prompted by Helmut Grohne <helmut@subdivi.de>.
2229 * Restore rejecting negated architectures in Architecture field in
2230 dpkg-gencontrol and dpkg-genchanges. Regression introduced in dpkg 1.18.5.
2231 * Fix dpkg-gensymbols to print "error" instead of "warning" when these
2232 are fatal. Closes: #881488
2233 * Rename DPKG_GAIN_ROOT_CMD to DEB_GAIN_ROOT_CMD in the R³ support, as
2234 the variable is expected to be set by any builder, not just dpkg. And
2235 introduce ephemeral backwards compatibility even though there are no
2237 * Do not set DEB_GAIN_ROOT_CMD in dpkg-buildpackage when the R³ value is
2238 <implementations-keywords>, following the specification.
2239 * Specify that DEB_GAIN_ROOT_CMD in R³ should preserve the environment.
2240 Proposed by Josh Triplett <josh@joshtriplett.org>.
2241 * Specify new DEB_RULES_REQUIRES_ROOT variable for R³ support.
2242 * Add new --rules-requires-root option to dpkg-buildpackage.
2243 * Declare R³ specification as "recommendation, stable" with version 1.0.
2244 * Export architecture variables by default from architecture.mk, as
2245 documented in dpkg-architecture(1). Closes: #888964
2246 Thanks to Jack Bates <wdz7eo@nottheoilrig.com>
2247 * Increment the line number on dpkg --set-selections on unknown packages.
2248 Reported by Heinz Repp <heinz.repp@arcor.de>. Closes: #888983
2249 * Switch a DEBIAN/conffile parsing assert() in dpkg due to empty lines
2250 into an ohshit(), because this is really a run-time error.
2251 * Fix assert() in dselect to expect the method lock file descriptor to be
2252 initialized, instead of non-zero.
2253 * Switch a fatal() call in start-stop-daemon into the new BUG() macro,
2254 because it is really an internal error.
2255 * Switch all assert() calls (except in update-alternatives) into internerr()
2256 or BUG() calls, to get way better reporting with variable contents and
2257 descriptions, and to make them always present independent of NDEBUG.
2258 * Add a new --no-rename option to dpkg-divert. This is the current default
2259 behavior, but it will make it possible to do a default switch in 1.20.x.
2260 * Warn when using dpkg-divert --add or --remove w/o --rename or --no-rename.
2261 * Warn when using dpkg-divert --rename on a file from an Essential package.
2262 * Use a single “struct filenamenode” definition for the entire code base.
2264 * Add support for frontend locking. This makes it possible for frontends
2265 using this new protocol, to safely lock the dpkg database w/o risk of
2266 race conditions with other dpkg instances or frontends supporting the
2267 same protocol. Thanks to Julian Andres Klode <jak@debian.org>.
2268 Closes: #850417, #851984
2269 * Do not emit perl warnings in dpkg-source --help on source formats w/o
2271 * Make dpkg-buildpackage validate OpenPGP signing key IDs length. Error out
2272 for short key IDs and warn for long key IDs.
2273 * On the dpkg conffile prompt, print the set of environment variables setup
2274 for the conffile shell, for easier discoverability.
2275 * Fix dpkg-buildpackage option --rules-file parsing. It was trying to parse
2276 it as --rules-target, which due to the ordering was a no-op.
2277 * Only check for fallback build targets presence on binary builds in
2279 * Only check required build dependencies for known targets specified with
2280 dpkg-buildpackage --rules-target option.
2281 Reported by Johannes Schauer <josch@debian.org>.
2282 * Track package status dirtiness in dpkg to only log and report in status-fd
2283 when it has changed, removing duplication in output. Closes: #365921
2284 * Use Synopsis instead of Summary for the short Description, to unify the
2285 nomenclature and to make it more descriptive. Add a new binary:Synopsis
2286 virtual field to dpkg-query show format.
2287 * Add new dpkg-buildpackage --no-post-clean option, to be able to explicitly
2288 select the current default behavior.
2289 * Dump database package records in alphabetical order. This will give
2290 reproducible status and available database files, and make it possible
2291 to output other deb822 formatted data in a deterministic way.
2292 * Require both standard input and output to be connected to a terminal to
2294 * Run dpkg-query --list output through a pager if we are on a terminal,
2295 instead of truncating it, to avoid data loss. Closes: #898603
2296 * Fix use after free in dpkg maintainer script handling. Regression
2297 introduced in dpkg 1.19.0.
2298 * Flush output for dpkg-query --status, --print-avail and --listfiles at
2299 the end, instead of after each stanza.
2300 * Add support for dumping all dpkg-query --status and --print-avail records
2301 from the database when no arguments are specified. Closes: #616342
2302 * Add new dpkg-gensymbols -l option to avoid having to abuse LD_LIBRARY_PATH
2303 for cross-build paths.
2304 * Check that DPKG_MAINTSCRIPT_PACKAGE is defined in dpkg-maintscript-helper.
2306 * Switch dpkg-gencontrol and dpkg-genchanges to track automatically
2307 generated artifacts by using the Auto-Built-Package field from the binary
2308 package instead of hardcoding package name patterns (such as «-dbgsym$»).
2309 * Add new --reverse option to dpkg-parsechangelog, to list the changelog
2310 entries in reverse order.
2311 * Architecture support:
2312 - Add support for riscv64 CPU. Closes: #822914
2313 Thanks to Manuel A. Fernandez Montecelo <mafm@debian.org>
2314 - Document the purpose and columns in the tupletable file.
2316 - Add libcompat md5 module to the libcompat-test library, so that we
2317 always make sure it builds, even when we use an external implementation.
2318 - Convert libcompat md5 module to use C99 int types, instead of mapping
2319 them from the BSD types at configure time.
2320 - Use MD5_CTX instead of struct MD5Context, as the prevalent more portable
2321 type on system's <md5.h> headers.
2322 - Check for ldconfig command in dpkg only on platforms that do have it.
2323 - Fix file descriptor leak in start-stop-daemon on AIX.
2324 - libcompat: Add new strchrnul() implementation.
2326 - Dpkg::Source::Package::V1: Check that $tarname is defined before use.
2327 Thanks to Christoph Biedl <debian.axhn@manchmal.in-ulm.de>.
2329 - Dpkg::Vendor::Debian: Use proper %use_feature key. This was causing perl
2330 errors on paths not accepted for fixdebugpath.
2331 Reported by Mattia Rizzolo <mattia@debian.org>, on IRC. Closes: #881051
2332 - Dpkg::Changelog: Print versions for incorrect changelog range warnings.
2333 Thanks to Paul Wise <pabs@debian.org>.
2334 - Dpkg::Shlibs::SymbolFile: Check that $state->{seen} exists instead of
2335 $state being just defined. Fixes regression in dpkg-gensymbols symbols
2336 output. Thanks to Dmitry Shachnev <mitya57@debian.org>. Closes: #880166
2337 - Dpkg::Arch: Add new positive options argument to arch validators.
2338 - Dpkg::Vendor::Debian: Mark hurd-i386 as having gcc builtin PIE.
2339 Requested by Samuel Thibault <sthibault@debian.org>.
2340 - Dpkg::Source::Package::V2: Print one building line per existing tarball.
2341 - Dpkg::Source::Package: Print building lines for upstream tarball
2342 signatures. Closes: #888787
2343 - Dpkg::Deps: Turn virtualpkg tracking from an arrayref into a hashref.
2344 - Dpkg::Vendor::Debian: Mark riscv64 as having gcc builtin PIE.
2345 - Dpkg::Shlibs::Objdump: Fix ELF program detection, for PIE binaries and
2346 executable libraries.
2347 - Dpkg::Version: Fix bool overload behavior back to be an is_valid()
2348 alias. Emit a specific perl warning until 1.20.x so that users can check
2349 whether the semantic change has any impact on the code, which can then
2350 be quiesced. Closes: #895004
2351 - Dpkg::Changelog::Parse: When detecting the changelog format, read the
2352 last 4KiB of the file instead of using «tail -n40», which should be
2353 both faster and more portable, as the default tail(1) is not POSIX
2354 compliant on all systems (c.f. Solaris).
2355 - Dpkg::Build::Types: Add new set_build_type_from_targets() function.
2356 - Dpkg::Shlibs::SymbolFile: Always assign a proper Dpkg::Version to the
2357 deprecated variable, otherwise the scalar value 0 can get confused
2358 on scalar context to denote it is *not* deprecated instead of being
2360 - Dpkg::Shlibs: Disable bool overload Dpkg::Version warnings.
2361 - Dpkg::Vendor::Debian: Inline _parse_feature_area() into
2362 _add_build_flags(), for a small speed up and line count reduction.
2363 - Dpkg::BuildFlags: Move default flags setting into the Dpkg::Vendor
2365 - Dpkg::Gettext: Fix fallback textdomain() to honor its expected interface.
2366 - Dpkg::Deps: Split subpackages into their own separate modules.
2367 - Dpkg::Source: Do not change patch permissions if not necessary.
2369 - Dpkg::Substvars: Reword used/unused warnings to clarify their meaning.
2371 - Dpkg::Shlibs: Warn when using LD_LIBRARY_PATH with a private library
2372 directory which is a descendent of the current working directory.
2373 - Dpkg::Source::Package::V3::Quilt: Print series file used when applying
2375 - Dpkg::OpenPGP: Return the destination path on successful ASCII armor
2377 - Dpkg::Control::Fields: Do not use & sigil for function calls.
2378 - Dpkg::Shlibs: Ignore nonexistent directories present in LD_LIBRARY_PATH.
2379 - Dpkg::Deps::KnownFacts: Satisfy :native with arch:all packages too.
2380 These are treated as native packages everywhere else in the multi-arch
2381 design, this was the only exception, which has become a source of
2382 packaging problems as of late. This was apparently an oversight in
2383 the original implementation. Closes: #854438
2384 - Dpkg::Vendor::Debian: Add fixfilepath support to reproducible feature.
2385 - Dpkg::Dist::Files: Add support for file attributes.
2387 - Update gettext minimal version in README.
2388 - Add a missing dot on the dpkg-buildflags(1) «lfs» feature paragraph.
2389 Spotted by Helge Kreutzmann <debian@helgefjell.de>.
2390 - Document DPKG_COLORS environment variable for all programs using it.
2391 - Document DPKG_NLS environment variable for all programs using it.
2392 - Document the Testsuite and Testsuite-Triggers fields in
2393 deb-src-control(5). Prompted by Mattia Rizzolo <mattia@debian.org>.
2394 - Update git URLs for move away from alioth.debian.org.
2395 - Fix set_build_type_from_options() description in Dpkg::Build::Types.
2396 - Clarify PIE build flag feature semantics. Closes: #900088
2397 - Clarify dpkg-buildpackage pre and post-clean options and their default
2399 - Add --build option equivalents for dpkg-buildpackage short build type
2400 options in --help output.
2401 - Fold dpkg-buildpackage --[no-]check-builddeps in --help into both -D
2402 and -d option descriptions.
2403 - Mark profiles as a replaceable item in dpkg-buildpackage --help output.
2404 - Update test suite requirements in README.
2405 - Document textdomain() and ngettext() replacement functions in
2407 - Clarify arch-qualified dependency simplification in Dpkg::Deps POD.
2408 - Improve Dpkg::Deps modules and methods documentation.
2409 - Fix typo in deb-changes(5). Closes: #902616
2410 - Clarify awaiting state for interest and activate directives.
2412 - Fix man page markup. Closes: #900033, #900035, #900040
2413 Thanks to Bjarni Ingi Gislason <bjarniig@rhi.hi.is>.
2414 - Fix Doxygen comment for libdpkg dpkg_arch_find() function.
2415 - Document the dangers of using start-stop-daemon(8) only with --pidfile
2416 as matching option with the pid file owned by a non-privileged user.
2418 - Do not use stringy eval to define different sub implementations,
2419 just assign an anonymous sub to the typeglob.
2420 - Use memccpy() instead of strncpy() to quiesce a gcc-8 warning.
2421 - Change pkgbin_name_needs_arch() to never arch-qualify packages that
2422 have an empty or no architecture, which was already handled as part
2423 of varbuf_add_archqual().
2424 - libdpkg: Factor out cached arch-qualified package name generation into
2425 new pkgbin_name_archqual() function.
2426 - libdpkg: Add new pkg_name() and pkgbin_name() const variants.
2427 - libdpkg, dselect: Use new pkg_name_const() and pkgbin_name_const().
2428 - libdpkg: Rename struct pkginfo files member to archives.
2429 - dpkg: Call ensure_package_clientdata() defensively.
2430 - dpkg: For read-only state functions, check that clientdata is allocated
2432 - libdpkg: Move files list information from dpkg clientdata to pkginfo.
2433 - dpkg: Move ensure_package_clientdata() into its own file.
2434 - libdpkg: Move db-fsys code from src to lib/dpkg.
2435 - libdpkg: Rename pkg-db module to pkg-hash.
2436 - libdpkg: Simplify pkg_files_blank() by using a pointer to pointer to
2437 track the previous entry.
2438 - libdpkg: Factor out package files handling into its own module.
2439 - libdpkg: Switch to a new tiny struct to track file on-disk identity.
2440 This should reduce the run-time memory used.
2441 - libdpkg: Reset nfiles in files_db_reset().
2442 - libdpkg: Split push_cleanup() into push_cleanup_fallback().
2443 - Switch from strchr() + strlen() to strchrnul().
2444 - libdpkg: Change dpkg_error to track errno values.
2445 - libdpkg: Add new varbuf_new() and varbuf_free() functions.
2446 - libdpkg: Add new file_slurp() function.
2447 - libdpkg: Switch db-fsys to use the new file_slurp() function.
2448 - libdpkg: Add new pkg_infodb_reset_dir().
2449 - libdpkg: Add new m_dup() function.
2450 - libdpkg: Factor out package stanza printing into its own function.
2451 - libdpkg: Split pager specific code into its own module.
2452 - libdpkg: Add pager spawning and reaping support.
2453 - Use new pager spawning support instead of open-coding it, or piping it
2454 via a shell invocation, which required metacharacter escaping.
2455 - dpkg-query: Split enqperpackage() into each different action.
2457 - Set distribution tarball format to ustar, instead of default v7 format.
2458 - Mark PO4A and POD2MAN as precious variables.
2459 - Automatically replace -Wno- with -W when testing compiler flags,
2460 instead of passing the positive form manually.
2461 - Enable clang -Wdocumentation warning if available.
2462 - Enable gcc-7 -Wregister warning if available.
2463 - Add CPAN distribution machinery for the perl modules. Closes: #821177
2464 - Add an autogen script to help people bootstrap the project.
2465 - Distribute the man.stamp from VPATH.
2466 - Preserve timestamps when distributing man pages.
2467 - Add a GitLab CI configuration file.
2468 - Disable C optimization levels when configuring for code coverage.
2470 - Install update-alternatives policykit-1 file.
2471 - Add Breaks to libdpkg-perl against pkg-kde-tools (<< 0.15.28~), as
2472 that package is using private modules with no API guarantees, that
2473 obviously broke due to recent changes in 1.19.0. Closes: #878919
2474 - Add Breaks on debhelper << 10.10.1~ to dpkg-dev, so that debhelper users
2475 wanting to use R³ support do not need a versioned dependency on dpkg-dev.
2476 - Add Breaks dgit << 3.13~ to libdpkg-perl, as older dgit versions assumed
2477 that Dpkg::Compression::Process was available, via implicit import
2478 from Dpkg::Source::Package.
2479 Reported by Ian Jackson <ijackson@chiark.greenend.org.uk>.
2480 - Bump Standards-Version to 4.1.1 (no changes needed).
2481 - Add bzip2 and xz-utils to Build-Depends, required by the functional test
2482 suite, but shadowed by dpkg-dev from the build system pulling those in.
2483 - Add versioned libncurses-dev as the first Build-Depends alternative.
2484 Thanks to Sven Joachim <svenjoac@gmx.de>.
2485 - Do not pass VERBOSE to test suite, as we are not using any automake
2486 test driver, so it does not get honored.
2487 - Rename maintainer-build DEB_BUILD_OPTIONS to new standardized terse.
2488 - Enable verbose test suite only in non-terse builds.
2489 - Add a Suggests on sensible-utils to libdpkg-perl.
2490 - Switch libdpkg-perl again to depend on perl:any, now that debootstrap
2491 in stable (stretch) supports arch-qualified dependencies.
2492 - Update libdpkg-perl public module list in package description.
2493 - Add Breaks on apt (<< 1.7~b) for --status-fd duplicate removals.
2495 - Skip Dpkg::OpenPGP test if gpg is not present.
2496 - Check POD in all perl scripts.
2497 - Consider *.PL also to be perl files.
2498 - Infer automatically the unit test data directory.
2499 - Infer automatically the unit test temp directory.
2500 - Add new po author test case (use i18nspector if available).
2501 - Add new test cases to clarify arch-qualified dependency simplification.
2502 - Add several TODO tests cases for dependency simplification.
2503 - Add new cppcheck author test.
2504 - Add support for new test_get_srcdir() test_get_builddir().
2505 - Add new unit tests for namevalue, fsys-hash and pkg-hash libdpkg modules.
2506 - Improve coverage of perl unit tests.
2507 - Delete fixup lines from i18nspector output instead of emptying them.
2508 - Add new codespell author test.
2509 - Add new test that the public libdpkg headers can be compiled with C++.
2512 * Perl: Replace all calls to Cwd::cwd with Cwd::getcwd; the former calls
2513 /bin/pwd, while the latter uses the getcwd() syscall directly.
2515 [ Updated programs translations ]
2516 * Dutch (Frans Spiesschaert). Closes: #881401
2517 * German (Sven Joachim).
2518 * Italian (Milo Casagrande). Closes: #883085
2519 * Polish (Łukasz Dulny).
2520 * Simplified Chinese (Zhou Mo, Boyuan Yang). Closes: #900547, #890806
2521 * Spanish (Javier Fernández-Sanguino).
2522 * Traditional Chinese (Buo-ren Lin). Closes: #905887
2523 * Turkish (Mert Dirik). Closes: #886252
2525 [ Updated scripts translations ]
2526 * German (Helge Kreutzmann).
2528 [ Updated man pages translations ]
2529 * Dutch (Frans Spiesschaert). Closes: #881403
2530 * German (Helge Kreutzmann).
2531 * Simplified Chinese (Zhou Mo).
2533 -- Guillem Jover <guillem@debian.org> Wed, 26 Sep 2018 15:13:22 +0200
2535 dpkg (1.19.0) unstable; urgency=medium
2538 * Remove an unused variable in dpkg-shlibdeps.
2539 Thanks to Niels Thykier <niels@thykier.net>.
2540 * Parse start-stop-daemon usernames and groupnames starting with digits in
2541 -u and -c correctly. Reported by Bodo Eggert <7eggert@online.de>.
2542 * Cache the result of «dpkg-query --control-path» calls in dpkg-shlibdeps.
2543 Based on a patch by Niels Thykier <niels@thykier.net>. Closes: #846405
2544 * Always use the binary version for the .buildinfo filename in
2545 dpkg-genbuildinfo. Reported by Raphaël Hertzog <hertzog@debian.org>.
2547 * Fix integer overflow in deb(5) format version parser.
2549 * Re-enable upstream tar signatures when building source format 1.0.
2550 * Make dpkg-deb --build sanity check the config maintainer script file type
2552 * Add support to dpkg-deb for rootless builds, by setting the owner and
2553 group for the control.tar entries to root:root, and making it possible to
2554 do the same for the data.tar entries via the new --root-owner-group option.
2555 Based on a patch by Niels Thykier <niels@thykier.net>. Closes: #291320
2556 * Make dpkg-buildpackage error out if --as-root is passed without
2558 * Add support for rootless builds in dpkg-buildpackage by honoring the
2559 Rules-Requires-Root (R³) field.
2560 * Add new dpkg-buildflags --query command, which is like --status but in
2562 * Remove long obsolete dselect floppy method.
2563 * Remove traces of non-US support from dselect methods.
2564 * Add support for a new Build-Kernel-Version field in .buildinfo files,
2565 that can be emitted with a new dpkg-genbuildinfo --always-include-kernel
2566 option. Closes: #873937
2567 * Make dpkg-genchanges honor substvars in .changes Description field.
2569 * Add support for source package Description and substvars. This new
2570 field in the debian/control source stanza will be copied into the .dsc
2571 file, and will also be used to initialize the new source:Synopsis and
2572 source:Extended-Description substvars that will be available when
2573 generating the DEBIAN/control and .changes files. Closes: #555743
2574 * Add new “future” feature area in dpkg-buildflags:
2575 - Add new «lfs» feature, to be used instead of the getconf(1) interface
2576 which cannot support cross-building.
2577 * Add new buildtools.mk make fragment to support build tools variable
2578 setup, for both TOOL and TOOL_FOR_BUILD variables. Not included by
2579 default from default.mk.
2580 * Make --uniform-compression the new default dpkg-deb behavior. Add support
2581 for negating the option via --no-uniform-compression.
2582 * Clarify subprocess error message by shuffling words around.
2583 * Print the package name on maintainer script errors. Closes: #877521
2584 * Fix capitalization of Debian in dpkg-deb output messages.
2585 * Add a policykit file for running update-alternatives via pkexec.
2586 Propose by Boyuan Yang <073plan@gmail.com>.
2588 - Switch from Dpkg::Util to List::Util, now that the module in the
2589 new required Perl contains the needed functions.
2590 - Add a new "unique_tuple_key" option to Dpkg::Index set_options() to
2591 set better default "get_key_func" options, which will become the default
2592 behavior in 1.20.x. Prompted by Johannes Schauer <josch@debian.org>.
2593 - Mark ppc64 and powerpc as having gcc builtin PIE in Dpkg::Vendor::Debian.
2594 - Make the Dpkg::Substvars warnings output deterministic.
2595 Thanks to Chris Lamb <lamby@debian.org>. Closes: #870221
2596 - Remove unused POSIX module imports.
2597 - Use Errno module instead of the slow to import POSIX.
2598 - Remove unused Dpkg::Path from Dpkg::Vendor::Ubuntu.
2599 - Only load POSIX from Dpkg::Compression::FileHandle if we are going to
2600 use signal definitions, reducing the load time of many other modules.
2601 - Only load Dpkg::BuildOptions and Dpkg::Arch from Dpkg::Vendor-specific
2602 modules if we are going to use them, reducing the load time of many
2604 - Only load Term::ANSIColor from Dpkg::ErrorHandling if we are going to
2605 use colors, reducing the load time of many other modules.
2606 - Move color setup into report_pretty in Dpkg::ErrorHandling.
2607 - Move printforhelp initialization into usageerr() in Dpkg::ErrorHandling.
2608 - Avoid many function arguments in Dpkg::Shlibs::SymbolFile parse().
2609 - Avoid many function arguments in Dselect::Ftp do_connect().
2610 - Add new Dpkg::Interface::Storable option to disable compression support,
2611 so that we can load Dpkg::Compression::FileHandle only when enabled.
2612 - Disable decompression support for Dpkg::Vendor origin files.
2613 - Move file_lock() function into a new Dpkg::Lock module, to reduce the
2614 module load chain for several Dpkg modules.
2615 - Add support for new DPKG_NLS environment variable in Dpkg::Gettext,
2616 that when set to 0 will disable NLS (i18n) support in the Dpkg modules,
2617 and reduce the load chain.
2618 - Disable compression when using the default file in
2619 Dpkg::Changelog::Parse.
2620 - Mark all missing CTRL_INDEX_SRC and CTRL_INDEX_PKG fields as allowed
2621 in Dpkg::Control::FieldsCore.
2622 - Complete field order for CTRL_PKG_DEB and CTRL_FILE_STATUS types in
2623 Dpkg::Control::FieldsCore.
2624 - Switch to use lowercase field names for all internal field name
2625 handling in Dpkg::Control::FieldsCore, giving a significant speed up.
2626 - Remove dependency on Dpkg::Checksums from Dpkg::Control::FieldsCore.
2627 - Do not execute code when importing Dpkg::Control::FieldsCore.
2628 - Use substr instead of a regex to match the first line characters in
2629 when parsing control files in Dpkg::Control::HashCore.
2630 - Merge build flag methods into a single _add_build_flags private method
2631 in Dpkg::Vendor::Debian.
2632 - Do not use an intermediate variable in Dpkg::Control::HashCore::Tie
2634 - Expect deb822 stanza delimiters more often than OpenPGP Armor Headers
2635 in Dpkg::Control::HashCore parse method.
2636 - Optimize trailing space matching on Dpkg::Control::HashCore parse
2637 method, by trimming it just once at the beginning of the iteration.
2638 - Optimize trailing space trimming on Dpkg::Control::HashCore parse
2639 method, by requiring that at least one whitespace is present.
2640 - Optimize first character matching in Dpkg::Control::HashCore parse
2641 method, by storing the first character in a variable.
2642 - Optimize field/value parsing in Dpkg::Control::HashCore parse method,
2643 by switching from a capturing regex to split() plus a checking regex.
2644 - Auto-convert binary signatures to OpenPGP ASCII Armor in
2645 Dpkg::Source::Package when building source packages.
2646 - Switch Dpkg::Source::Package::V3 modules to use find_command() instead
2648 - Call source format prerequisites Dpkg::Source::Package method if
2649 present. Addresses: #877688
2650 - Unify Dpkg::ErrorHandling subprocess errors with the ones from libdpkg.
2651 - Do not emit a perl warning if gcc or dpkg is not found from Dpkg::Arch,
2652 the code already handles the commands not being present.
2653 - Do not unnecessarily require setting the host_arch in Dpkg::Deps.
2655 - Do not normalize args past a passthrough stop word in Dpkg::Getopt.
2656 Some commands pass some arguments through to another command, and
2657 those must not be normalized as that might break their invocation.
2658 Reported by Helmut Grohne <helmut@subdivi.de>.
2660 - Document currently accepted syntax for changelogs in deb-changelog(5).
2662 - Mark source:Version substvar in bold in deb-substvars(5).
2663 - Clarify behavior for dpkg-maintscript-helper. Closes: #857852
2664 - Use <command-string> instead of <command> for -c argument value in
2665 dpkg-architecture(1). Reported by Johannes Schauer <josch@debian.org>.
2666 - Itemize the CTRL_* constants in the Dpkg::Index POD.
2667 - Update buildinfo information in dpkg-buildpackage man page to match
2668 the current implementation.
2669 - Add all source files to POTFILES.in files.
2670 - Move deb-version man page to section 7.
2671 - Remove reference to obsolete dpkg-cross(1).
2672 - Sort control field export markers by tool order in deb-src-control(5).
2673 - Document Package-Type and Enhances fields in deb-control(5).
2674 - Write the actual glyphs used to delimit dependency restrictions in
2676 - Move Package-Type description just after the Package field in
2678 - Move udeb-specific fields to the end of the list of fields in
2679 deb-src-control(5), and mention these are really udeb-specific.
2680 - Document that dependency fields in binary stanza can have restrictions
2681 in deb-src-control(5).
2682 - Clarify that the Testsuite field is comma-separarted.
2683 - Fix update-alternatives man page section in alternatives/README file
2684 reference. Closes: #872309
2685 - Use correct name for archname validator value in dpkg(1) man page.
2686 Reported by Niels Thykier <niels@thykier.net.
2687 - Add new deb-src-rules(5) man page.
2688 - Document that trailing commas are valid in debian/control dependency
2689 fields, which get stripped when generating output files.
2690 Prompted by Mattia Rizzolo <mattia@debian.org>.
2691 - Clarify that sanitize options should not be used for production builds.
2692 - Remove recommendation to use Pre-Depends for trigger directives from
2693 deb-triggers(5). Closes: #864882
2694 - Add new rootless build experimental draft specification.
2695 Initial proposal by Niels Thykier <niels@thykier.net>, wording fixes
2696 and spec clarifications by Guillem Jover <guillem@debian.org>.
2697 - Fix several function signature documentation.
2699 - Switch perl code to use -> operator for function variables.
2700 - Switch perl code from split() with /\s+/ to ' '.
2702 - Require Perl 5.20.2, the version in Debian oldstable (jessie).
2703 - Use new gcc-7 -Wrestrict and -Wshift-negative-value warnings if
2705 - Do not override the default DEPENDENCIES for libdpkg, extend it instead.
2706 - Install perl man pages in section 3perl.
2708 - Remove preinst maintainer scripts for dselect and dpkg-dev, for an
2709 ancient /usr/share/doc symlink to directory switch. Closes: #867327
2710 - Remove now unused libio-string-perl Build-Depends, and versioned
2711 dpkg-dev as we do not use build profiles any more.
2712 - Set Rules-Requires-Root field to no.
2713 - Do not set redundant source compression to xz.
2714 - Bump Standards-Version to 4.1.0 (no changes needed).
2715 - Switch to debhelper compatibility level 10.
2716 - Split alternatives logrotate into its own configuration file to help
2717 downstreams and derivatives.
2718 - Remove ancient code recompressing the alternatives database backups
2719 from xz to gzip in the dpkg daily cron job.
2720 - Remove Replaces and Breaks for ancient transitions.
2721 - Remove workaround for ancient gcc lacking stackprotectorstrong support.
2722 - Remove maintainer script code to handle downgrades to pre-triggers and
2723 pre-multiarch dpkg versions.
2724 - Remove alternative logs when purging dpkg (!?).
2725 - Add support for DPKG_ROOT in dpkg maintainer scripts.
2726 - Add git and bzr to libdpkg-perl Suggests. Closes: #877688
2728 - Enable perlcritic Documentation::RequirePodSections and
2729 Miscellanea::ProhibitTies.
2730 - Disable perlcritic ValuesAndExpressions::ProhibitEscapedCharacter.
2731 - Add a new all_perl_modules function to Test::Dpkg.
2732 - Add a new module-version unit test to check that module $VERSION
2733 matches the newest entry in the CHANGES section.
2734 - Use Module::Metadata instead of grepping for $VERSION in pod-coverage.
2735 - Avoid many function arguments in Dpkg_Changelog.t check_options().
2736 - Add a new unit test for Dpkg::Control::FieldsCore.
2737 - Switch from IO::String to native open() scalar support.
2738 - Use UTC0 when setting TZ.
2740 [ Updated programs translations ]
2741 * German (Sven Joachim).
2742 * Italian (Pietro Battiston). Closes: #864509
2743 * Portuguese (Miguel Figueiredo). Closes: #868800
2744 * Simplified Chinese (Zhou Mo, Boyuan Yang). Closes: #867133, #877929
2746 [ Updated scripts translations ]
2747 * German (Helge Kreutzmann).
2749 [ Updated man pages translations ]
2750 * Dutch (Frans Spiesschaert). Closes: #862924
2751 * German (Helge Kreutzmann).
2753 -- Guillem Jover <guillem@debian.org> Tue, 17 Oct 2017 01:51:16 +0200
2755 dpkg (1.18.24) unstable; urgency=medium
2758 * Add missing symbols to the libdpkg map file.
2759 * Fix dpkg-shlibdeps to preserve the Dpkg::Shlibs::find_library() order
2760 when scanning symbols/shlibs files. This was causing generation of bogus
2761 dependencies when multiple packages provide the same SONAME on different
2762 directories. Regression introduced in dpkg 1.18.17. Closes: #860979
2763 * Make dpkg-maintscript-helper print all unowned files from a directory
2764 when printing the error message, to ease debugging those problems after
2765 the fact. Closes: #813454, #860238
2766 Based on a patch by Bastien ROUCARIÈS <roucaries.bastien@gmail.com>.
2767 * Add duplicate prevention code for debian/files to dpkg-genbuildinfo, so
2768 that successive runs with different versions and equivalent build types
2769 do not generate multiple .buildinfo entries to be uploaded, which is
2770 similar to what dpkg-gencontrol is doing for .deb files.
2771 * Fix conffile takeover handling during unpack in dpkg on --root or
2772 on diversions. Closes: #837051, #858004
2773 * Fix digest inference for shared conffiles, causing bogus takeover
2774 unpack errors. Regression introduced in dpkg 1.16.9. Closes: #861217
2775 * Improve tar entry metadata parsing in dpkg:
2776 - Do not parse device numbers for non block nor char tar entry objects.
2777 - Make the existing octal parser more robust, by checking for the
2778 expected format of leading zeros or spaces, followed by any ASCII
2779 octal characters (0-7), followed by zero or more space or NULs.
2780 - Add support for base-256 encoded numeric fields, to support large
2781 values, for UID/GID, device number, size and even signed timestamps.
2782 This is necessary not only to be able to store larger values, but to
2783 cover packages that can already be generated by dpkg-deb, given that
2784 it uses the system GNU tar when building. Closes: #850834
2785 * Architecture support:
2786 - Add support for ARM64 ILP32. Closes: #824742
2787 Thanks to Wookey <wookey@wookware.org>.
2789 - Remove obsolete hardening-wrapper support from Dpkg::Vendor::Ubuntu.
2790 Thanks to Adam Conrad <adconrad@0c3.net>.
2791 - Bump $Dpkg::Deps::VERSION to match the one documented in CHANGES.
2792 - Ignore by default debian/files.new and debian/files for all source
2793 formats in Dpkg::Source::Package, because these are generated files
2794 with well known pathnames, part of the public interface, and with
2795 dpkg-genbuildinfo always injecting .buildinfo entries into
2796 debian/files, this meant this could disrupt previous workflows based
2797 on not cleaning the source tree.
2799 - Many spelling fixes. Thanks to Josh Soref <jsoref@gmail.com>.
2800 - Do not include misspellings in changelogs, as that makes detecting them
2803 - Use libexec variable for auxiliary internal programs, and set it to
2804 /usr/lib on Debian and derivatives.
2805 - Check that the detected tar is a GNU tar.
2806 - Check that the detected patch is a GNU patch, so that we get a directory
2807 traversal resistant patch implementation. This fixes CVE-2017-8283 by
2808 delegating those checks to patch(1), so that we trap blank-indented
2809 diff hunks trying to escape from the source tree.
2811 - Add a test case for blank-indented patches which were the cause for
2813 - Handle files with non-zero sizes in c-tarextract libdpkg test code.
2815 [ Updated programs translations ]
2816 * Catalan (Guillem Jover).
2817 * Czech (Miroslav Kure).
2819 [ Updated dselect translations ]
2820 * Catalan (Guillem Jover).
2822 [ Updated scripts translations ]
2823 * Catalan (Guillem Jover).
2825 [ Updated man pages translations ]
2826 * German (Helge Kreutzmann, David Rabel). Closes: #857449
2827 * Spanish (Javier Fernández-Sanguino).
2829 -- Guillem Jover <guillem@debian.org> Wed, 17 May 2017 13:16:25 +0200
2831 dpkg (1.18.23) unstable; urgency=medium
2834 * Handle unmatched arch-qualified virtual packages in dpkg-genbuildinfo,
2835 instead of letting perl die. Closes: #849944
2836 * Declare .buildinfo format as stable with version 1.0.
2837 * Do not depend on cxxabi.h to have declared __cxa_pure_virtual, use
2838 the same “__cxxabiv1” namespace as specified in the C++ ABI, instead
2839 of using the “abi” alias intended for use by userland.
2840 Thanks to Jörg Sonnenberger <joerg@netbsd.org>.
2841 * Add a comment on any C code switch case that falls through. Fixes new
2843 * Use snprintf() instead of sprintf() in libdpkg when constructing the ar
2844 member header, as we might overflow depending on the input data.
2846 - Do not redeclare sys_siglist in libcompat when the system does so.
2847 Thanks to Thomas Klausner <wiz@NetBSD.org>.
2848 - Rename err variable to ret in start-stop-daemon as the former is a
2850 - Use 5-argument kvm_getprocs() call form on OpenBSD in start-stop-daemon.
2851 - Use correct struct kinfo_proc ruid submember name on NetBSD in
2853 - Define _KMEMUSER for NetBSD to get declarations for various
2854 struct kinfo_proc members in start-stop-daemon.
2856 - Do not special case EM_SPARC32PLUS for NetBSD in Dpkg::Shlibs::Objdump,
2857 the code has been fixed in NetBSD as that situation could not happen.
2858 - Fix read() error handling in Dpkg::Shlibs::Objdump::get_format() to
2859 gracefully ignore non-ELF files again. Closes: #854536
2860 - Emit an explicit warning from Dpkg::Shlibs::Objdump::Object::analyze()
2861 for unknown executable formats instead of relying on objdump doing so.
2862 - Do not parse bogus ELF binaries in Dpkg::Shlibs::Objdump::get_format().
2863 Reported by Niels Thykier <niels@thykier.net>.
2864 - Add ‘.mnt-ignore’ to the default ignore lists in Dpkg::Source::Package,
2865 as we were already ignoring the ‘_MTN’ pathnames. Closes: #855450
2866 Thanks to Nicolas Boulenguez <nicolas@debian.org>.
2867 - Mark kfreebsd-amd64, kfreebsd-i386, sparc and sparc64 architectures as
2868 having gcc builtin PIE in Dpkg::Vendor::Debian.
2869 - Switch PIE handling in Dpkg::Vendor::Debian to have no default (!) and
2870 delegate the setting to gcc or an explicit request by a user. This is
2871 needed to cope with the general PIE brokenness situation in Debian, and
2872 the current specific brokenness of a Debian gcc patch mangling the dpkg
2873 build flags. Closes: #848129, #845550
2875 - Clarify the requirements for deb-conffile(5) pathnames. Closes: #854417
2876 Proposed by Dieter Adriaenssens <dieter.adriaenssens@gmail.com>.
2877 - Document dpkg-source --before-build and --after-build in --help output.
2878 - Document dpkg-buildpackage --ignore-builtin-builddeps in --help output.
2880 - Check <sys/proc.h> by also including <sys/param.h>, on several BSD
2881 systems the header is not self-contained.
2882 - Handle libmd implementations built into system libc, as found on some
2884 - Do not fail on missing compression libraries or headers on automatic
2885 detection mode. Regression introduced in dpkg 1.18.14.
2887 - Use the detected perl interpreter instead of a random one from PATH.
2889 [ Updated programs translations ]
2890 * Dutch (Frans Spiesschaert). Closes: #856325
2892 [ Updated scripts translations ]
2893 * German (Helge Kreutzmann).
2895 [ Updated man pages translations ]
2896 * Dutch (Frans Spiesschaer). Closes: #856326
2898 -- Guillem Jover <guillem@debian.org> Mon, 06 Mar 2017 05:41:11 +0100
2900 dpkg (1.18.22) unstable; urgency=medium
2903 * Turn status file parser errors on bogus field blank lines into warnings,
2904 otherwise the system cannot be easily recovered from. Regression
2905 introduced in dpkg 1.16.1. Reported by Jay Freeman <saurik@saurik.com>.
2907 - Mask ARM ABI bits in the ELF processor flags in Dpkg::Shlibs::Objdump.
2908 These are too unreliable to be used for exact matching. Closes: #853793
2910 [ Updated programs translations ]
2911 * Turkish (Mert Dirik). Closes: #853202
2913 [ Updated scripts translations ]
2914 * German (Helge Kreutzmann).
2916 [ Updated man pages translations ]
2917 * German (Helge Kreutzmann).
2919 -- Guillem Jover <guillem@debian.org> Wed, 01 Feb 2017 05:48:58 +0100
2921 dpkg (1.18.21) unstable; urgency=medium
2924 * Revert "Generate Testsuite-Restrictions fields from the test restrictions
2925 in dpkg-source into .dsc files". This change is contentious and should
2926 have been discussed more widely. Given that this has been live only for
2927 a couple of days, the impact should be minimal, but still something to
2928 take into account once and if this gets reintroduced. Closes: #852820
2930 - Map alternative or old ELF machine types to canonical ones. We need
2931 those to match on the encoded ABI, otherwise dpkg-shlibdeps will not
2932 be able to find the objects.
2934 [ Updated man pages translations ]
2935 * German (Helge Kreutzmann).
2937 -- Guillem Jover <guillem@debian.org> Sun, 29 Jan 2017 20:29:58 +0100
2939 dpkg (1.18.20) unstable; urgency=medium
2942 * Add a new --no-sign option to dpkg-buildpackage, to make it possible to
2943 disable all signing in a future-proof way.
2944 * Make dpkg-buildpackage --unsigned-changes not sign .buildinfo either.
2945 This breaks the expectations of users and tools, because there was no
2946 way previously to request no signing at all. Closes: #852822
2948 - Mask the machine bits for SH and MIPS in the ELF processor flags in
2949 Dpkg::Shlibs::Objdump. These do not define the ABI, and make the
2950 objects not match when they should, when looking for shared libraries
2951 from dpkg-shlibdeps.
2952 - Encode the ELF ABI as a big-endian byte stream, so that decoding for
2953 output gives meaningful results.
2954 - Disable the NFS-unsafe warning on Linux, as using flock() on NFS has
2955 been safe for some time now. Addresses: #677865 (on Linux)
2957 - Document the Built-For-Profile field in deb-changes(5).
2959 [ Updated scripts translations ]
2960 * German (Helge Kreutzmann).
2962 [ Updated man pages translations ]
2963 * German (Helge Kreutzmann).
2965 -- Guillem Jover <guillem@debian.org> Sat, 28 Jan 2017 06:32:53 +0100
2967 dpkg (1.18.19) unstable; urgency=medium
2970 * Stop emitting Built-For-Profiles from dpkg-gencontrol. The information
2971 is already provided in .buildinfo and .changes files, and including it
2972 in the binary packages makes them unreproducible even when the profile
2973 used would not alter its contents. Closes: #831524
2974 * Do not allow empty epochs and revisions in versions. When there's at
2975 least one colon or one dash, we should expect epoch and revision numbers.
2976 * Always set SOURCE_DATE_EPOCH in dpkg-buildpackage and dpkg-source. Use
2977 the current date if the changelog does not have one. Closes: #849081
2978 * Refactor update-alternatives pathname existence check into a new function.
2979 * Avoid useless repeated lstat()s in update-alternatives.
2980 * Only check for debian/tests/control file once in dpkg-source.
2981 * Generate Testsuite-Restrictions fields from the test restrictions in
2982 dpkg-source into .dsc files. Closes: #847926
2983 Based on a patch by Iain Lane <laney@debian.org>.
2984 * Improve the ELF ABI mismatch detector in dpkg-shlibdeps, by parsing the
2985 ELF header ourselves. While still not perfect (things like linux-i386 and
2986 hurd-i386 will still match), it will filter lots of previously matching
2987 objects that should have been ignored, and will work even when objdump
2988 does not know about the specific object details. Closes: #849913
2989 * Add initial support for DEB_BUILD_OPTIONS to dpkg-genbuildinfo. This will
2990 make it possible to enable or disable specific features that should be
2991 recorded in the .buildinfo file. For now only “all” and “path” are
2992 supported. Closes: #848705
2993 * Add again the architecture from the filename to .changes files for any
2994 artifact with one. This reverts the change introduced in dpkg 1.18.11.
2995 * Fold the filtering and checksumming of files to distribute in a .changes
2996 file in dpkg-genchanges into the initial loop. This way we do not include
2997 architectures for artifacts we are not going to distribute, and do not
2998 unnecessarily recompute the checksums for artifacts like the sources.
2999 * Do not compute the architecture list twice in dpkg-genchanges.
3000 * Include .buildinfo files also for source-only uploads in dpkg-genchanges.
3002 * Fix check for expected number of binary artifacts in dpkg-genchanges, to
3003 only take into account the artifacts that we are distributing.
3004 * Fix parsing of Pre-Depends and Depends in dpkg-genbuildinfo, so that
3005 the code parses both and not just the first to appear in the stanza.
3006 Based on a patch by Johannes Schauer <josch@debian.org>.
3007 * Add support for signed .buildinfo files to dpkg-buildpackage. Add new
3008 -ui and --unsigned-buildinfo options. Closes: #843925
3010 - On GNU/Hurd try to use the new process executable name attribute from
3011 libps, to properly match on start-stop-daemon --exec.
3013 - Fix Debian architecture wildcard parsing so that matching four-tuple
3014 matchings work. Missed in dpkg 1.18.11.
3015 Reported by Julian Andres Klode <jak@debian.org>.
3016 - Add new import tags for Dpkg::Arch.
3017 - Abort on EOF in patch name prompt in Dpkg::Source::Package::V2,
3018 instead of getting into an infinite loop. Closes: #851441
3019 - Call anonymous subs via -> operator instead of casting with &, and fix
3020 bogus POD documentation to match the code.
3021 - Add new Auto-Built-Package field to Dpkg::Control::Fields.
3022 - Add a new debug() reporting function, and switch code to use it.
3023 - Add new Dpkg::BuildOption parse_features() method refactored from
3024 Dpkg::Vendor::Debian.
3026 - Cleanup software requirements in README.
3027 - Move control member file references from dpkg(1) to deb(5).
3028 - Fix typos in docs and code comments.
3029 - Document Auto-Built-Package field in deb-control(5).
3031 - Disable disk pre-allocation by default, but let the builder re-enable
3032 it via a new configure option. This has been causing major performance
3033 issues on "modern" filesystems.
3035 - Add debsig-verify to dpkg Suggests. The code optionally supports this
3036 specific signed .deb verification program.
3037 Prompted by Stuart Prescott <stuart@debian.org>.
3039 - Generate and check all currently possible architecture wildcards.
3040 - Correctly iterate over all default and passed .dsc template substvars.
3042 [ Updated programs translations ]
3043 * Dutch (Frans Spiesschaert). Closes: #851889
3044 * German (Sven Joachim).
3046 [ Updated scripts translations ]
3047 * German (Helge Kreutzmann).
3049 [ Updated man pages translations ]
3050 * Dutch (Frans Spiesschaer). Closes: #851891
3051 * German (Helge Kreutzmann).
3053 -- Guillem Jover <guillem@debian.org> Fri, 27 Jan 2017 05:43:36 +0100
3055 dpkg (1.18.18) unstable; urgency=medium
3059 - Document DPKG_DATADIR in an ENVIRONMENT section in dpkg-architecture(1).
3060 - Add a rationale for the purpose of Testsuite-Triggers in dsc(5).
3061 Prompted by Mattia Rizzolo <mattia@debian.org>.
3063 - Revert the perl to perl:any dependency change in libdpkg-perl, as that
3064 breaks debootstrap in stable (jessie), testing (stretch) and unstable,
3065 which do not support arch-qualified dependencies. We'll have to live
3066 with the Multi-Arch hinter being unhappy for now.
3068 [ Updated man pages translations ]
3069 * German (Helge Kreutzmann).
3071 -- Guillem Jover <guillem@debian.org> Tue, 20 Dec 2016 13:53:12 +0100
3073 dpkg (1.18.17) unstable; urgency=medium
3076 * Handle empty versions on validation in dpkg-maintscript-helper as they
3077 are optional. Regression introduced in dpkg 1.18.16. Closes: #848422
3078 * Validate versions too in dpkg-maintscript-helper symlink_to_dir and
3079 dir_to_symlink commands.
3080 * Improve logic to identify packages owning a library in dpkg-shlibdeps,
3081 by handling the same library appearing more than once on the filesystem
3082 Thanks to Raphaël Hertzog <hertzog@debian.org>. Closes: #843073
3084 - Clarify that dpkg-buildpackage does not run «dpkg-source --before-build»
3085 when using the -T option. Closes: #649531
3086 - Document that dpkg sets DPKG_ADMINDIR on maintainer script environment.
3088 - Do not let dh_perl insert a dependency for libdpkg-perl, because it
3089 emits perl instead of perl:any. Instead hardcode a perl:any dependency
3090 to comply with the perl policy and make the Multi-Arch hinter happy.
3092 [ Updated scripts translations ]
3093 * German (Helge Kreutzmann).
3095 [ Updated man pages translations ]
3096 * German (Helge Kreutzmann).
3098 -- Guillem Jover <guillem@debian.org> Mon, 19 Dec 2016 02:43:10 +0100
3100 dpkg (1.18.16) unstable; urgency=medium
3103 * Add support for specifying multiple targets on «dpkg-buildpackage -T»
3104 which will be run successively. Closes: #671074
3105 * Reject empty upstream versions in C and perl code. These are not permitted
3106 by deb-version(5), but the code was letting those through.
3107 * Use lzma_cputhreads() instead of sysconf(_SC_NPROCESSORS_ONLN) as the
3108 former is way more portable.
3109 * Automatically decrease xz encoder threads to try to not exceed available
3110 memory limits. This should alleviate the insane requirements of memory
3111 needed on 32-bit architectures with many cores, which results in more
3112 than the userspace addressable memory, when using settings such as
3113 -z9 and/or -Sextreme in dpkg-deb. Closes: #846564
3114 * Add new dpkg --validate-<thing> commands to validate the syntax of
3115 various <thing>s, where the current list is «pkgname», «trigname»,
3116 «archname» and «version».
3117 * Use the new dpkg --validate-version command in dpkg-maintscript-helper,
3118 instead of abusing the --compare-versions command to perform version
3119 validation. Closes: #844701
3120 * Allow readlink(2) to return a size smaller than stat(2) in dpkg. Some
3121 bogus filesystems do not return the actual symlink size in st_size,
3122 which contradicts POSIX. But allowing the case where the returned size
3123 is smaller than the one used to allocate memory is harmless, although
3124 suspect. Let it through, but still print a warning so that users can
3125 install stuff but are reminded they need to get a fixed filesystem in
3126 place. This has affected at least ecryptfs in the past and now
3127 file-based encryption support in ext4 on Android N.
3128 * Add new dpkg-query virtual field source:Upstream-Version. Closes: #844348
3130 - Whitelist DPKG_GENSYMBOLS_CHECK_LEVEL, DPKG_ROOT, DPKG_ADMINDIR and
3131 DPKG_DATADIR environment variables in Dpkg::Build::Info.
3133 - State the current working directory used when running dpkg-buildpackage
3135 - Add a new ENVIRONMENT section to dpkg-gensymbols(1) and document
3136 DPKG_GENSYMBOLS_CHECK_LEVEL there.
3137 - Fix bogus description of --force-confmiss in dpkg(1). Regression
3138 introduced in 1.16.4. Reported by Sven Joachim <svenjoac@gmx.de>.
3140 - Update dpkg-parsechangelog parser options. The options specific to
3141 the changelog parser program did not get updated when the parser got
3142 switched to be a perl module. Missed in dpkg 1.18.8. Closes: #848189
3144 - Enable compression libs also in automatic check mode in configure.
3145 - Honor DPKG_DATADIR again in the installed Dpkg modules. This was an
3146 explicit public interface, documented in the man page.
3148 [ Updated programs translations ]
3149 * Dutch (Frans Spiesschaert). Closes: #848378
3150 * Simplified Chinese (Zhou Mo). Closes: #844955
3152 [ Updated scripts translations ]
3153 * German (Helge Kreutzmann).
3154 * Swedish (Martin Bagge). Closes: #847220
3156 [ Updated man pages translations ]
3157 * Dutch (Frans Spiesschaert). Closes: #848379
3158 * German (Helge Kreutzmann).
3160 -- Guillem Jover <guillem@debian.org> Sat, 17 Dec 2016 00:25:53 +0100
3162 dpkg (1.18.15) unstable; urgency=medium
3165 * Improve PIE flags support:
3166 - Do not enable PIE when linking static programs. glibc-based systems
3167 do not support this combination and produce very bogus output.
3168 Proposed by Szabolcs Nagy <nsz@port70.net>. Closes: #843714
3169 * On source builds add 'source' to the Architecture field in the
3170 .buildinfo file in dpkg-genbuildinfo.
3171 * Add new Build-Date field to .buildinfo files.
3172 * Generate deterministic .buildinfo filenames in dpkg-genbuildinfo,
3173 following the same pattern as used for .changes files.
3174 * Bump .buildinfo Format to version 0.2.
3175 * Change dpkg-buildpackage -j and -J on “auto” mode to fallback to serial
3176 execution when we cannot infer the number of online processors on
3177 unsupported or exotic systems. This should be a safer mode of operation.
3178 Proposed by Simon McVittie <smcv@debian.org>.
3179 * Only preallocate disk size in dpkg for unpacked files bigger than 16 KiB.
3182 - Validate architecture arguments in Dpkg::Deps deps_parse().
3183 Prompted by Johannes Schauer <josch@debian.org>.
3185 - Escape dashes in field names in dpkg-buildinfo(1).
3187 - Mark partially documented POD modules as TAP TODO.
3189 [ Updated man pages translations ]
3190 * German (Helge Kreutzmann).
3192 -- Guillem Jover <guillem@debian.org> Wed, 16 Nov 2016 03:28:05 +0100
3194 dpkg (1.18.14) unstable; urgency=medium
3197 * Improve PIE flags support:
3198 - Rename the spec name cc1_options to self_spec.
3199 Suggested by James Clarke <jrtc27@jrtc27.com>
3200 - Do not set PIE options if they have been negated, and do not reset
3201 them if they have been requested.
3202 Closes: #843791, #843826
3203 * Fix use after free error in dpkg. It was trying to print messages that
3204 had already been freed as part of the database memory pool, causing in
3205 some cases segfaults when reporting the error summary at the end.
3206 Regression introduced in dpkg 1.18.11. Closes: #843874
3207 * Change default color behavior to auto.
3209 - Fix confusing date parse error message in Dpkg::Changelog::Entry::Debian
3210 when the date contains “May”. Closes: #843829
3211 Thanks to Nishanth Aravamudan <nish.aravamudan@canonical.com>.
3212 - New module Dpkg::Build::Info module refactored from dpkg-genbuildinfo.
3213 Requested by Johannes Schauer <josch@debian.org>.
3215 - Improve the DEB_BUILD_OPTIONS description in dpkg-buildpackage(1).
3216 And mention the parallel option there.
3217 - Explicitly mention in dpkg-buildpackage(1) that setting the number
3218 of parallel jobs to 1, restores the serial behavior.
3219 Prompted by Thorsten Glaser <t.glaser@tarent.de>.
3221 - List public Dpkg::Control::Tests module in libdpkg-perl description.
3223 - Do not fail tests on missing fakeroot, just skip them.
3225 - Fix inversion logic in libmd configure check when requested explicitly.
3226 - Do not consider the compressor libraries available in configure if the
3227 headers are not usable.
3228 - Fix DPKG_BUILD_RELEASE_DATE to require DPKG_PROG_PERL, as it uses perl.
3229 - Change DPKG_BUILD_RELEASE_DATE to use perl instead of date(1) to
3230 format the timestamp, as the former is more portable.
3232 [ Updated man pages translations ]
3233 * German (Helge Kreutzmann).
3235 -- Guillem Jover <guillem@debian.org> Fri, 11 Nov 2016 02:26:08 +0100
3237 dpkg (1.18.13) unstable; urgency=medium
3239 * Improve PIE flags support:
3240 - Retroactively document in the changelog that PIE is enabled by default
3241 on all supported architectures regardless of gcc doing so itself on a
3243 - When emitting PIE flags on architectures where gcc does not inject
3244 those itself, do it via a specs file too, so that maintainers can
3245 use them unconditionally regardless of the object being compiled
3247 - When injecting -no-pie for linking via the gcc specs file also
3249 - Update the documentation.
3251 - Do not try to load non-files in Dpkg::Dist::Files load_dir method.
3252 Fixes test failures on non-Linux architectures. Closes: #843436
3254 - Add missing Breaks on old libdpkg-perl to dpkg. Closes: #843429
3255 Thanks to Sven Joachim <svenjoac@gmx.de>.
3256 - Ship deb-src-files(5) man page in dpkg-dev.
3258 - Use deterministic dates for generated man pages. Closes: #843469
3259 Thanks to Reiner Herrmann <reiner@reiner-h.de>.
3261 -- Guillem Jover <guillem@debian.org> Mon, 07 Nov 2016 03:28:42 +0100
3263 dpkg (1.18.12) unstable; urgency=medium
3266 - Set umask to 0022 for functional test suite.
3268 - Rename FILE FORMATS section to FILES in dpkg-source(1).
3269 - Use "dpkg suite" as the manual item in man pages .TH macro.
3270 - Use %VERSION% in dpkg-statoverride(1) source item in man page .TH macro.
3271 - Document environment variables used by source format modules in
3274 -- Guillem Jover <guillem@debian.org> Sun, 06 Nov 2016 05:36:20 +0100
3276 dpkg (1.18.11) unstable; urgency=medium
3279 * Make dpkg-maintscript-helper conffile commands more robust. Check that
3280 conffile pathname arguments are absolute paths and verify version number
3281 to be valid. Thanks to David Kalnischkies <david@kalnischkies.de>.
3282 * Add support to dpkg-scanpackages for scanning a single binary file.
3283 Thanks to Javier Serrano Polo <javier@jasp.net>. Closes: #833964
3284 * Obsolete dpkg-deb bzip2 and lzma compression methods by emitting errors.
3285 * Remove obsolete dpkg-deb --old and --new options.
3286 * Remove obsolete dpkg --print-installation-architecture option.
3287 * Fix dpkg error messages when parsing md5sum files to include the package
3289 * Do not emit epochs for unambiguous versions in deb-split package header.
3290 Regression introduced in dpkg 1.18.0.
3291 * Make the deb-split(5) generation in dpkg-split reproducible, by using the
3292 timestamp from SOURCE_DATE_EPOCH.
3293 * Generate reproducible file modes for the .deb control member contents.
3295 * Switch from non-freeing malloc to m_malloc on statdb slurping.
3296 * Switch from non-freeing malloc to m_malloc for invoke hooks.
3297 * Always reset the package in-core database when shutting down the package
3299 * Do not crash if we pass a NULL cip argument to setaction() in libdpkg.
3300 * Shutdown the package database journal in dpkg --get-selections.
3301 * Fix (deactivated) dpkg --command-fd to initialize and reset the files
3302 database on each action.
3303 * Implement source stanza substvars prefixed with S: in dpkg-gencontrol.
3304 These auto-generated variables map each source stanza field into an
3305 output substvar prefixed with “S:”.
3306 * Make dpkg-source generate reproducible source packages when run
3307 standalone, by honoring SOURCE_DATE_EPOCH.
3308 * Fix several short-lived memory leaks in update-alternatives.
3309 Reported by Helmut Grohne <helmut@subdivi.de>.
3310 * Only set the error context message in libdpkg if it has been formatted
3312 * Return error in error_context_errmsg_format() only if the error message
3313 gets truncated. In case we have to use the emergency buffer because the
3314 previous vasprintf() call failed, we should only return an error code if
3315 the vsnprintf() call on the emergency buffer truncates the output.
3316 * Fix free() on uninitialized pointer in error_context_errmsg_format() in
3317 libdpkg. Regression introduced in dpkg 1.18.7. Closes: #842004
3318 * Move C++ support code into its own file.
3319 * Add replacement new and delete array operators to C++ support code.
3320 * Implement local abi::__cxa_pure_virtual. When using g++ if we provide our
3321 version of this function we can avoid the dependency on either libstdc++
3323 * Include missing <new> for new and delete operator declarations.
3324 * Do not log nor print duplicate dpkg removal action. We print
3325 “Removing <package> (<version>)” lines and log remove action twice
3326 when purging a package from frontends, because they usually first call
3327 --remove and then --purge sequentially. When purging a package which is
3328 already in config-files (i.e. it has been removed before), do not print
3329 nor log the remove action.
3330 * Remove default «.» from @INC before loading perl modules in perl code.
3331 Fixes CVE-2016-1238.
3332 * Give more information on --set-selections warnings. Closes: #842230
3333 * Add new DEB_*_ARCH_ABI and DEB_*_ARCH_LIBC variables to dpkg-architecture
3334 and architecture.mk Makefile fragment.
3335 * Do substvar instantiation just once in dpkg-gencontrol.
3336 * Fix dpkg-gencontrol to not update the files list file (debian/files)
3337 when printing to STDOUT (via -O).
3338 * Do not add architectures to .changes Architecture field for artifacts
3339 that are not a .deb or .udeb in dpkg-genchanges.
3340 * Add support for .buildinfo files:
3341 - Add new dpkg-genbuildinfo command.
3342 - Hook it into the dpkg-buildpackage machinery.
3343 Based on a patch by Jérémy Bobbio <lunar@debian.org>. Closes: #138409
3344 * Enable dpkg-buildpackage -Jauto by default. Closes: #842845
3345 * Fix dpkg to not fail when removing non-existent backup files on read-only
3346 filesystems. Closes: #838877
3347 * Enable PIE on all supported architectures and handle PIE enabled by
3348 default in gcc. On architectures where gcc enables them by default,
3349 stop setting -fPIE and -pie, and set -fno-PIE and -no-pie when disabling
3350 «pie» via gcc specs files, so that we do not emit them on situations
3351 where it would be inappropriate. Closes: #835149
3352 Based on a patch by Bálint Réczey <balint@balintreczey.hu>.
3353 * Architecture support:
3354 - Add support for AIX operating system.
3355 - Add a version pseudo-field to the arch tables.
3356 - Internally represent Debian architectures as quadruplets.
3358 - Cast off_t variables to intmax_t when printing them with "%jd".
3359 - Add missing <string.h> include in libdpkg.
3360 - Cast strlen() return value to ssize_t to match write() return type.
3361 - Use underscore-prefixed system preprocessor symbols instead of namespace
3362 polluting ones (such as “linux”, “OPENBSD” or “hpux”).
3363 - Handle _POSIX_PRIORITY_SCHEDULING being defined to -1 or 0 in
3364 start-stop-daemon. This affects Mac OS X.
3365 - On FreeBSD return STATUS_UNKNOWN instead of false in start-stop-daemon
3367 - Port start-stop-daemon process handling to Mac OS X.
3368 Based on a patch by Mo McRoberts <mo@nevali.net>.
3369 - Port start-stop-daemon process handling to AIX.
3370 - Fix lookup by name on update-alternatives --config. The code was wrong
3371 and not working at least on Mac OS X, making the test suite to fail.
3372 - Only use gzip --rsyncable in Dpkg::Compression on Debian and hopefully
3373 derivatives, by using perl's $Config{cf_by} variable to key on. The
3374 Debian-specific --rsyncable option should have never been accepted for
3375 use in dpkg to begin with.
3376 - Use our own dpkg_ar_hdr struct instead of relying on the system
3377 ar_hdr struct, as the ar format is not standardized and does vary
3378 across systems, for example on AIX.
3379 - Add <sys/sysmacros.h> on AIX for major() and minor().
3380 - Add missing <errno.h> in libcompat.
3381 - Include libcompat getopt module when we need getopt_long.
3382 - Disable gettext support in libcompat getopt module. We do not carry
3383 translations for this module, and it makes it pull libintl for programs
3384 that might not use it otherwise.
3386 - Obsolete Source-Version substvar in Dpkg::Substvars by emitting errors.
3387 - Rework keyring hooks in Dpkg::Vendor. Deprecate the keyrings hook, and
3388 add package-keyrings, archive-keyrings and archive-keyrings-historic
3389 hooks. Prompted by Johannes Schauer <josch@debian.org>.
3390 - Make the Dpkg::Substavars parse() method return the number of substvars
3392 - Add new set_field_substvars() method to Dpkg::Substvars.
3393 - Fix reproducible source package support in Dpkg::Source::Archive, by
3394 sorting the tar contents with --sort=name.
3395 - Prefix private Dpkg::Source::Package::* functions with _.
3396 - Defer filehandle closures in Dpkg::IPC::spawn() to avoid double-close.
3397 Closes: #839905, #840293
3398 - Always map the build type to the shortest string form in
3399 Dpkg::Build::Type::get_build_options_from_type().
3400 - Change Dpkg::Compression::FileHandle to inherit directly from IO::File
3401 instead of FileHandle.
3402 - Add new Dpkg::PROGTAR variable to store GNU tar command name.
3403 - Add new Dpkg::PROGMAKE variable to store GNU make command name.
3404 - Add new CTRL_FILE_BUILDINFO type to Dpkg::Control.
3405 - Add new .buildinfo fields to Dpkg::Control::Fields.
3406 - Add new builtin-system-build-paths Dpkg::Vendor hook.
3407 - Cope gracefully with changelogs missing a timestamp trailer.
3408 Based on a patch by Ian Jackson <ijackson@chiark.greenend.org.uk>.
3409 Regression introduced in dpkg 1.18.8. Closes: #843248
3411 - Add liblocale-gettext-perl to libdpkg-perl Recommends.
3412 - Wrap and document dependency relationships.
3413 - Remove obsolete dependency relationships, since Debian oldstable.
3414 - Remove update-alternatives, dpkg-divert and dpkg-statoverride
3415 compatibility symlinks, again.
3416 - Use perl:Depends via dh_perl instead of a hardcoded perl in Depends.
3417 - Add perl:Depends to dpkg-dev Depends.
3418 - Remove unused dh_strip from binary_indep target.
3419 - Remove ancient upgrade code from maintainer scripts (before 1.15.x).
3420 - Stop compressing the dpkg.deb package with gzip.
3421 - Move dpkg to be the first binary package stanza in debian/control, as
3422 debhelper assigns special meaning by considering it the main package.
3423 - Set MAKEFLAGS to -jN from parallel=N in DEB_BUILD_OPTIONS.
3425 - Update custom changelog parser API support status in README.api.
3426 - Fix typos in docs and man pages. Thanks to Jakub Wilk <jwilk@debian.org>
3428 - Fix formatting in SOURCE_DATE_EPOCH description in dpkg-deb(5).
3429 - Improve dpkg-deb --build arguments documentation in dpkg-deb(1).
3430 Prompted by Johannes Schauer <josch@debian.org>.
3431 - Document the .changes filename that dpkg-buildpackage generates in
3432 dpkg-buildpackage(1). Prompted by Johannes Schauer <josch@debian.org>.
3433 - Add basic maintainer script man pages: deb-postinst(5), deb-postrm(5),
3434 deb-preinst(5) and deb-prerm(5).
3435 - Add new deb-src-files(5) man page.
3436 Prompted by Johannes Schauer <josch@debian.org>.
3437 - Add man page references to other binary control files in dpkg(1).
3438 - Add version when "new" substvars were introduced in deb-substvars(5).
3439 - Switch deb-triggers(5) types into a proper list.
3440 - Itemize --log format entries in dpkg(1).
3441 - Turn the update-alternatives(1) --query example item into a sub-section.
3442 - Turn the Multi-Arch values into a list in deb-control(5).
3443 - Improve user-defined field export marker documentation in
3444 deb-src-control(5); clarify that X can be followed by zero or more
3445 (instead of one or more) letters and turn the items into a proper list.
3446 - Generate the man pages at build time. This makes it possible to process
3447 them and update several variable strings such as system and package
3448 pathnames, the release date and the dpkg suite version. And makes it
3449 possible to use UTF-8 in the source and convert to the more conservative
3450 groff escape sequences on the output.
3451 - Switch from groff escape sequences to UTF-8 in man pages sources.
3452 - Disable hyphenation in man pages globally, because it performs very
3453 poorly on many technical terms.
3454 - Append the German man pages addendum at the end of the translation,
3455 instead of assuming that every page has the SEE ALSO section.
3456 - Explicitly mention that Dpkg::Checksums::add_from_file() is used to
3457 verify digests too. Prompted by Johannes Schauer <josch@debian.org>.
3458 - Document the behavior for consecutive calls to Dpkg perl module parse()
3459 methods. Prompted by Johannes Schauer <josch@debian.org>.
3460 - Document obsolete functions in Dpkg::Conf.
3462 - Make test main function a TEST_ENTRY macro. This avoids confusing
3463 coverage programs, as the file that actually contains the main function
3465 - Rename test suite commands to be prefixed with «c-» instead of «t-».
3466 - Add new dpkg-source functional tests.
3467 - Add new dpkg-buildpackage functional tests.
3468 - Add an initial functional test suite for dpkg-deb and dpkg-split.
3469 - Skip the involved tests if IO::String is missing.
3470 - Add new unit test for libdpkg error handling.
3471 - Delete MAKEFLAGS environment variable when testing make invocations.
3472 - Pass -q to grep command to suppress matched output in pod-coverage.t.
3473 - Ignore POD coverage for partially private modules.
3475 - Add support for profiling perl modules.
3476 - Clean up compiler and linker automatic flag usage in configure.
3477 - Fix the __progname check to avoid the optimizer discarding the symbol.
3478 - Fix M4sh/Autoconf coding style. Add a new section to coding-style.txt
3479 describing M4sh/Autoconf.
3480 - Disable C++ exceptions for dselect.
3481 - Fix typo in SELinux library detection code, only affecting static
3482 mode (not used in Debian). Regression introduced in dpkg 1.18.8.
3483 - Change --with-* option logic to default to check.
3484 - Disable -Wtautological-constant-out-of-range-compare (for clang).
3485 - Check the availability of -W<warning> variant instead of -Wno-<warning>.
3486 As at least gcc and clang do not warn on -Wno-* warning flags, only
3487 when some unrelated warning needs to be emitted.
3488 - Bump po4a version to 0.43 (we are using --porefs wrap option).
3489 - Add support for running the test suite in parallel.
3490 - Specify exec argument for TAP::Harness to gracefully handle non-perl
3491 executables with older versions of the module.
3492 - Require libselinux 2.0.99 for baseline API, remove static linking
3493 support, use pkg-config unconditionally, and perform refinement checks
3495 - Check for the required minimal perl version.
3496 - Use builddir instead of CURDIR in man Makefile.am.
3497 - Use cp with -R instead of -r (the former is more portable and not
3498 marked as deprecated by POSIX).
3499 - Print an actual newline instead of a literal \n in lcov output.
3500 - Do not honor DPKG_DATADIR on the installed Dpkg module.
3501 - Pass --as-needed to the linker for dselect to avoid libstdc++ dependency.
3502 Which makes of dselect the only front-end not pulling the C++ run-time.
3504 [ Updated programs translations ]
3505 * Dutch (Frans Spiesschaert). Closes: #841117
3506 * German (Sven Joachim).
3508 [ Updated scripts translations ]
3509 * German (Helge Kreutzmann).
3511 [ Updated man pages translations ]
3512 * Dutch (Frans Spiesschaert). Closes: #842187
3513 * German (Helge Kreutzmann).
3515 -- Guillem Jover <guillem@debian.org> Sun, 06 Nov 2016 03:09:02 +0100
3517 dpkg (1.18.10) unstable; urgency=medium
3520 * Fix a short-lived memory leak in dpkg archive argument parsing.
3521 * When activating file triggers on conffile purge, use the conffile name
3522 instead of the real pathname it might refer to. This fixes a segfault
3523 when using --instdir, or when the conffile has been moved around and
3524 replaced with a symlink to the target.
3525 Regression introduced in dpkg 1.18.8. Closes: #830267
3527 - Disable fixdebugpath feature on unsafe characters in the path.
3528 - Generate reproducible source tarballs by using the new GNU tar
3529 --clamp-mtime option in Dpkg::Source::Archive, to make sure no file
3530 in source packages has an mtime later than the changelog entry time.
3531 - Enable fixdebugpath build flag feature by default.
3532 Thanks to Mattia Rizzolo <mattia@debian.org>. Closes: #832179
3533 - Rename various private methods and functions with an underscore prefix
3535 - Refactor perl modules directory list into a new function in Test::Dpkg.
3537 - Add new POD coverage author test for public perl modules.
3539 - Document Testsuite-Triggers in dsc(5).
3540 - Fix deb-changes(5) description to talk about .changes instead of .dsc.
3541 Reported by HW42 <hw42@ipsumj.de>.
3542 - Use debian/control as the SYNOPSIS in deb-src-control(5).
3543 - Add new deb-conffiles(5) man page.
3544 - Add references to deb-control(5) and deb-triggers(5) in dpkg(1).
3545 - Fix typos for repeated “the” word.
3546 Prompted by Valentin Samir <valentin.samir@crans.org> in #830989.
3547 - Fix misspelled -fdebug-prefix-map flag in dpkg-buildflags(1).
3548 Reported by Mattia Rizzolo <mattia@debian.org>.
3549 - Remove mention of source format 1.0 supporting building with upstream
3550 tarball signatures from dpkg-source(1), as this was disabled in 1.18.8.
3551 - Document all public methods in Dpkg::Changelog::Entry::Debian.
3552 - Escape dashes in deb-changes(5) and dsc(5) man pages.
3553 - Fix typos in dpkg-shlibdeps(1). Closes: #832434
3554 Thanks to Carsten Leonhardt <leo@debian.org>.
3556 [ Updated programs translations ]
3557 * German (Sven Joachim).
3558 * Turkish (Mert Dirik). Closes: #832070
3560 [ Updated scripts translations ]
3561 * German (Helge Kreutzmann).
3563 [ Updated man pages translations ]
3564 * German (Helge Kreutzmann).
3566 -- Guillem Jover <guillem@debian.org> Sun, 31 Jul 2016 12:57:02 +0200
3568 dpkg (1.18.9) unstable; urgency=medium
3570 * Require Dpkg::Control::Info in dpkg-buildpackage.
3571 Initially reported by Helmut Grohne <helmut@subdivi.de>.
3572 Regression introduced in dpkg 1.18.8. Closes: #829542
3574 - Fix user configuration filename in dpkg-buildpackage(1).
3575 Thanks to Sven Joachim <svenjoac@gmx.de>. Closes: #829546
3577 -- Guillem Jover <guillem@debian.org> Mon, 04 Jul 2016 09:23:13 +0200
3579 dpkg (1.18.8) unstable; urgency=medium
3582 * Do not disable PIE buildflags on */kFreeBSD anymore. Closes: #823877
3583 Thanks to Steven Chamberlain <steven@pyro.eu.org>.
3584 * Add new long options in dpkg-buildpackage for any short option that is
3585 a useful configurable candidate.
3586 * Add configuration file support to dpkg-buildpackage, as buildpackage.conf
3587 under either the dpkg system or user configuration directories.
3588 Closes: #539692, #765494
3589 * Check that debian/tests/control is a regular file before parsing it.
3590 * Generate Testsuite-Triggers field from test dependencies in dpkg-source
3591 into .dsc files. Based on a patch by Martin Pitt <martin.pitt@ubuntu.com>.
3593 * Add new dpkg-source --no-overwrite-dir extraction option. Closes: #826334
3594 * Fix number of entries computation returned by sysctl() on */kFreeBSD in
3596 * Set return buffer length for sysctl(2) calls on */kFreeBSD in
3598 * Abstract ar archive handling behind a new struct dpkg_ar and functions.
3599 * On dpkg --force-chrootless only set changedir to instdir if defined.
3600 Thanks to Niall Walsh <niallwalsh@celtux.org>. Closes: #824542
3601 * Set primary group to 0 in dpkg when running as root.
3602 Reported by Stuart Prescott <stuart@debian.org>.
3603 * Activate file triggers for conffiles on purge, which has never happened
3604 before. Before dpkg 1.17.0, conffiles were triggered on removal, which
3605 was obviously wrong. Reported by Helmut Grohne <helmut@subdivi.de>.
3606 * Fix strtol() errno check when parsing the COLUMNS envvar in dpkg-query.
3607 Thanks to Sven Joachim <svenjoac@gmx.de>. Closes: #827265
3608 * Use new GNU tar --clamp-mtime option in dpkg-deb to make sure no file in
3609 binary packages has an mtime later than the given time. Closes: #759886
3610 * Use the same timestamp for the ar container as for tarball mtime clamping
3612 * Set ar timestamp and tar mtime clamping to SOURCE_DATE_EPOCH if defined
3613 in dpkg-deb. Based on a patch by Jérémy Bobbio <lunar@debian.org>.
3614 * Preset build timestamp to latest changelog entry in dpkg-buildpackage,
3615 by setting SOURCE_DATE_EPOCH environment variable if it is not already
3616 defined. Based on a patch by Jérémy Bobbio <lunar@debian.org>.
3618 * Do not use the debian/rules build target fallback when building both
3619 architecture independent and dependent packages in dpkg-buildpackage.
3620 * Use architecture «all» as part of the .changes filename when building
3621 architecture independent binaries and no architecture dependent binaries.
3623 * Do not emit warnings from dpkg-genchanges for automatic debug symbol
3624 packages that are not found in debian/control.
3625 * Export SOURCE_DATE_EPOCH from pkg-info.mk makefile snippet.
3627 * Architecture support:
3628 - Add TILE-Gx support to cputable. Closes: #823167
3629 Thanks to Helmut Grohne <helmut@subdivi.de>.
3631 - Use warnings::warnif() instead of carp() for deprecated warnings.
3632 - Add new format_range() method and deprecate dpkg() and rfc822() methods
3634 - Replace changelog program parsers with perl modules.
3635 - Add a getter for the Time::Piece object in Dpkg::Changelog.
3636 - Add new Timestamp field to Dpkg::Changelog output, which ends up on
3637 dpkg-parsechangelog's output.
3638 - Validate source version in set_version_substvars()'s Dpkg::Substvars
3640 - Revert "Dpkg::Conf: Switch implementation to be hash based", as this
3641 change broke backwards compatibility in multiple ways. The format_argv
3642 option was set by default, the order was not preserved, which was
3643 important for dpkg.cfg files, and duplicate option names stopped being
3644 supported. Add regression tests to avoid similar changes in the future.
3646 - Add support for system and user config loading in Dpkg::Conf.
3647 - Add support for autopkgtest control files, with new CTRL_TESTS control
3648 type, new recognized fields to Dpkg::Control::Fields, and new modules
3649 Dpkg::Control::Tests and Dpkg::Control::Tests::Entry. Also update
3650 Dpkg::Index to support these.
3651 - Fix Dpkg::Deps so that architecture qualifiers only imply one another
3652 if they are the same. Closes: #745366, #827628
3653 - Add support for new environment variable DEB_BUILD_PATH to be able to
3654 control the path in the fixdebugpath feature in Dpkg::Vendor::Debian.
3655 - Preserve order when prepending shared library paths in Dpkg::Shlibs.
3656 This fixes the order of paths passed via dpkg-shlibdeps -l option.
3658 - Check whether dependency restrictions are implied in Dpkg::Deps::Simple.
3659 Thanks to Ben Hutchings <ben@decadent.org.uk>. Closes: #827633
3660 - Disable upstream tar signature when building format 1.0 source packages
3661 in Dpkg::Source::Package::V1, as the current stable dpkg series do not
3662 support extracting them.
3663 - Preset Last-Update field in patch header template with current time in
3664 Dpkg::Source::Package::V2. Thanks to Daniel Shahaf <danielsh@apache.org>.
3667 - Disable libmd usage in Debian and derivatives for now.
3669 - Stop allowing to set deprecated bzip2 compressor as dpkg-deb default.
3670 - Use libmd automatically if available.
3671 - Uniformize library build options, from --with-zlib to --with-libz,
3672 --with-bz2 to --with-libbz2 and --with-selinux to --with-libselinux.
3674 - Bump perlcritic ValuesAndExpressions::RequireNumberSeparators minimum
3676 - Add new pod-spell unit test.
3677 - Refactor common unit test checks for needed things into Test::Dpkg.
3678 - Accept perl's Lancaster Consensus AUTHOR_TESTING variable.
3679 - Add new minimum perl version unit test.
3680 - Add new synopsis unit test.
3681 - Add unit tests for dependency simplification with build profiles.
3683 - Improve dpkg-buildpackage(1) on environment expectations.
3684 - Clarify the format of the db:Status-Abbrev virtual field in
3685 dpkg-query(1). Closes: #824515
3686 - Document the tar entry size limitation for deb(5) format.
3687 - Document interaction between PIE and libraries in dpkg-buildflags(1).
3688 Based on text by Christian Seiler <christian@iwakd.de>.
3689 - Merge ENVIRONMENT sections in dpkg-buildflags(1).
3690 - Document various long options in dpkg-source --help output.
3691 - Move dpkg-source -q option from “Build options” to “General options”
3692 section in --help output.
3693 - Clarify shared library search order in dpkg-shlibdeps(1).
3694 - Remove most remaining AUTHOR sections from man a POD, as they are
3695 strongly discouraged, for being redundant, tending to get out-of-sync,
3696 and their format being inconsistent. In addition most got already
3697 removed in the past for the man pages.
3698 - Mark perlcritic as an optional author test dependency in the README.
3699 - Fix example code in Dpkg::Compression::FileHandle SYNOPSIS.
3701 [ Updated programs translations ]
3702 * German (Sven Joachim).
3703 * Simplified Chinese (Zhou Mo). Closes: #824873
3705 [ Updated scripts translations ]
3706 * German (Helge Kreutzmann).
3708 [ Updated man pages translations ]
3709 * German (Helge Kreutzmann).
3711 -- Guillem Jover <guillem@debian.org> Sun, 03 Jul 2016 19:01:56 +0200
3713 dpkg (1.18.7) unstable; urgency=medium
3716 * Add new dpkg-source --require-strong-checksums option and change default.
3717 There is no point in erroring out on this condition when signature issues
3718 are only warnings, because we cannot guarantee we have functional keys
3719 for old signatures. Regression introduced in dpkg 1.18.5. Closes: #823428
3720 * Stop using several fixed sized buffers for program reporting, which in
3721 many cases could cause confusing truncation of long messages. Use heap
3722 allocated formatted strings instead:
3723 - In start-stop-daemon to report what to stop.
3724 - In dselect to print main and access methods menu entries.
3725 - In libdpkg command-line option parsing errors.
3726 - In libdpkg warning, notice and info reporting.
3727 - In libdpkg ohshit, ohshitv, ohshite and internerr. But in this case
3728 fallback to a fixed-size emergency buffer in case of allocation or
3729 formatting error, so that we can at least print something, even if
3731 Prompted by Manuel A. Fernandez Montecelo <mafm@debian.org>.
3732 * Colorize all fatal-error printing codepaths in libdpkg.
3733 * Architecture support:
3734 - Bump the GNU triplet cpu from i386 to i686 to match toolchain changes.
3735 Thanks to Ben Hutchings <ben@decadent.org.uk>. Closes: #823619
3736 - Clarify column descriptions in architecture table files.
3738 - Relax dependency restrictions parsing to allow again sloppy spaces
3739 around versions, architectures and profile restrictions.
3740 Regression introduced in 1.18.5. Closes: #823431
3741 - Add new require_strong_checksums option to Dpkg::Source::Package.
3742 - Add new tests_dep option to Dpkg::Deps deps_parse() to allow the
3743 otherwise invalid ‘@’ character in dependencies. To be used when
3744 parsing the debian/tests/control file.
3746 - Shorten example symbol names in dpkg-gensymbols to avoid a mandb
3747 warning due to unwrappable lines in translations.
3749 [ Updated scripts translations ]
3750 * German (Helge Kreutzmann).
3752 [ Updated man pages translations ]
3753 * German (Helge Kreutzmann).
3755 -- Guillem Jover <guillem@debian.org> Mon, 09 May 2016 03:19:52 +0200
3757 dpkg (1.18.6) unstable; urgency=medium
3760 * Fix file queue tail assignment on file queue pop during unpack. This
3761 could mess up the file queue in some circumstances and leave behind
3762 files in the filesystem as «pathname».dpkg-new after configuration
3763 and without traces of the files in the dpkg database. Closes: #823288
3764 * Use m_strdup() instead of strdup() in dpkg recursive installation code.
3765 * Fix off-by-one array allocation in dpkg recursive installation code that
3766 can cause segfaults.
3767 * Rename sysctl() “name” variable to “mib”, to avoid a clash with the
3768 call site function argument with the same name in start-stop-daemon.
3769 This fixes a build failure on */kFreeBSD systems.
3770 * Initialize number of entries on initial process scan in start-stop-daemon
3773 - Bump Standards-Version to 3.9.8 (no changes needed).
3775 [ Updated programs translations ]
3776 * German (Sven Joachim).
3778 -- Guillem Jover <guillem@debian.org> Tue, 03 May 2016 20:17:05 +0200
3780 dpkg (1.18.5) unstable; urgency=medium
3783 * Print correct integer parse error for short-only command-line options.
3784 This affects «dpkg-deb -z». Closes: #809174
3785 * Do not abort when traversing symlinks to directories in dpkg-scanpackages
3786 and dpkg-scansources. Closes: #809219
3787 * Implement delete operator with size argument in dselect, required by the
3788 C++14 spec when the size-less delete operator is defined.
3789 * Use EACCES instead of EWOULDBLOCK for fcntl(2) F_SETLK in dselect.
3790 * Print the archive filename when dpkg cannot access it.
3791 * Check that all passed archive filenames to dpkg exist before queuing them.
3793 * Use ohshit() instead of internerr() for unhandled dpkg-split exit codes.
3794 (i.e. do not abort). Closes: #812679
3795 * Detect non-regular file archive arguments earlier in dpkg.
3796 * Switch URLs in docs, code comments and packaging, from http:// or git://
3797 to https:// if the latter is available (round three). This includes the
3798 dpkg git repository, copyright format URL and examples in man pages among
3800 * Clarify where to find the GPL-2 license in debian/copyright.
3801 * Do not enable stack-protector on nios2 in Debian and derivatives (it is
3802 not supported by gcc yet).
3803 * Check first for build type to short-circuit boolean expressions in
3805 * Add source format backend-specific --help options support to dpkg-source.
3806 * Add MIPS R6 architectures to arch tables. Closes: #807340
3807 Thanks to YunQiang Su <wzssyqa@gmail.com>.
3808 * Fix memory leak when unpacking conffiles.
3809 * Use fixed string matching for pathnames in dpkg-maintscript-helper.
3810 Thanks to Carsten Hey <carsten@debian.org>.
3811 * Quote shell variables in dpkg-maintscript-helper.
3812 Thanks to Carsten Hey <carsten@debian.org>.
3813 * Anchor pathnames in sed and grep regexes in dpkg-maintscript-helper.
3814 Thanks to Carsten Hey <carsten@debian.org>.
3815 * Allow broken versions starting with a dash in dpkg-maintscript-helper.
3816 Thanks to Carsten Hey <carsten@debian.org>.
3817 * Add a new treewalk module in libdpkg, with the nice properties of avoiding
3818 duplicate stat(2) calls, not calling find(1), and sorting the output w/o
3819 stalling on the entire input being slurped and sorted.
3820 - Use it to build the .deb data member in dpkg-deb.
3821 - Use it to build the .deb control member in dpkg-deb.
3823 - Use it with dpkg --recursive option.
3824 * Unify start-stop-daemon --help output with the rest of the tools.
3825 * Search for debsig-verify in PATH instead of using an absolute path.
3826 * Do not error out when failing to open the SE label db on permissive mode.
3828 * Rewrite the trigger deferred file parser from flex to manual. The format
3829 is very simple, and a simple hand-written parser is smaller and avoids a
3831 * Be more strict when parsing the COLUMNS environment variable in dpkg-query.
3832 * Make the Architecture field mandatory on package builds.
3833 * Use new Dpkg::Arch functions to validate and parse architectures when
3834 building source packages. Closes: #784808
3835 * Do safe matching of directories containing conffiles in
3836 dpkg-maintscript-helper, instead of using a variable pathname as a regex
3837 with grep, which is susceptible to metacharacters acting as part of the
3838 regex. Proposed by Carsten Hey <carsten@debian.org>.
3839 * Decouple local keyword declaration from command assignment in
3840 dpkg-maintscript-helper, which masks the command return value when
3842 * Make dpkg pass <new-version> to maintscript actions that cannot get it
3843 otherwise. These actions are now:
3844 - <new-postrm> failed-upgrade <old-version> <new-version>
3845 - <new-postrm> abort-install <old-version> <new-version>
3846 - <new-postrm> abort-upgrade <old-version> <new-version>
3847 - <new-preinst> install <old-version> <new-version>
3848 - <new-preinst> upgrade <old-version> <new-version>
3849 - <new-prerm> failed-upgrade <old-version> <new-version>
3850 Prompted by Andrey Utkin <andrey.krieger.utkin@gmail.com>.
3851 * Promote a print to a warning for missing control files in dpkg-deb.
3852 * Use info() instead of print in dpkg-buildpackage and dpkg-genchanges.
3853 * Add very basic color support to all dpkg namespaced programs, enabled by
3854 setting the environment variable DPKG_COLORS to “auto”, “always” or
3855 “never”, the latter being the default.
3856 * Add support for a new --build option to define build type by a
3857 comma-separated list of components (“source”, “any”, “all”, “binary” or
3858 “full”) in dpkg-genchanges and dpkg-buildpackage.
3859 * Add new -I option to dpkg-shlibdeps to ignore package build directories.
3861 * Add new -O option to dpkg-genchanges.
3862 * Make dpkg export variable DPKG_ROOT in maintainer scripts. Closes: #804624
3863 Thanks to Helmut Grohne <helmut@subdivi.de>.
3864 * Add new --force-script-chrootless option to dpkg.
3865 Thanks to Helmut Grohne <helmut@subdivi.de>.
3867 - Move DPKG_ADMINDIR environment variable name out from update-alternatives
3868 code, to make life easier for non-dpkg-based systems.
3869 - Move alternatives temporary extension out from update-alternatives code,
3870 to make life easier for non-dpkg-based systems.
3871 - Switch start-stop-daemon on */kFreeBSD to use the low-level sysctl(3)
3872 interface instead of libkvm-dev.
3874 - Add new CTRL_REPO_RELEASE control block type to Dpkg::Control.
3875 - Add new CTRL_COPYRIGHT_HEADER, CTRL_COPYRIGHT_FILES and
3876 CTRL_COPYRIGHT_LICENSE control block types to Dpkg::Control.
3877 - Make patching a file multiple times fatal for the first quilt patch in
3878 Dpkg::Source. Reported by Apollon Oikonomopoulos <apoikos@debian.org>.
3880 - Only warn once when a diff patches a file multiple times in
3881 Dpkg::Source::Patch, and fix the warning message to make it clear that
3882 the diff might be patching the file more than once, not just twice.
3883 - Check existence of search criteria in Dpkg::Index when checking with a
3884 regex or a string match. Closes: #780906
3885 Base on a patch by Daniel Dehennin <daniel.dehennin@baby-gnu.org>.
3886 - Add new functions to validate and parse architecture names in Dpkg::Arch.
3887 - Make the dependency parser more strict in Dpkg::Deps. Closes: #784806
3888 - Add strong digest marking support to Dpkg::Checksums.
3889 - Error out on source packages without any strong digests in
3890 Dpkg::Source::Package, used by dpkg-source --extract, which can still
3891 be disabled with --no-check.
3892 - Switch Dpkg::Conf implementation to be hash based, add two new accessors
3893 and a new option to the filter method to use the old behavior.
3894 - Do not parse entry multiple times in Dpkg::Changelog::Entry::Debian.
3895 Add new parse_header() and parse_trailer() methods, and deprecate
3896 check_header() and check_trailer() ones.
3897 - Use “GnuPG” instead of “gpg” in error messages to refer to the software
3898 in Dpkg::Source::Package.
3899 - Handle undef versions in Dpkg::Changelog from empty versions in
3900 changelog entry header lines.
3901 - Allow detached upstream orig tarball signatures when extracting
3902 version 1.0 non-native source packages.
3903 - Include upstream orig tarball signatures in source packages.
3905 - Add fixdebugpath to reproducible feature in Dpkg::Vendor::Debian.
3906 Thanks to Daniel Kahn Gillmor <dkg@fifthhorseman.net>. Closes: #819194
3908 - Fix building development documentation.
3909 - Remove unused UA_LIBS variable.
3910 - Split libps and libkvm detection into their own macros and variables.
3911 - Make it possible to build without system libmd.
3912 - Add a configuration summary to configure output.
3913 - Make git log invocation immune to local configuration.
3914 - Do not require passing the perl interpreter to run-script.
3915 - Quote dirname argument in run-script, to handle spaces in pathname.
3916 Reported by Carsten Hey <carsten@debian.org>.
3917 - Use a single po4a opt argument instead of the same per language.
3919 - Enable all hardening flags, starting with gcc-5 there is no performance
3920 loss anymore when enabling PIE on i386.
3922 - Add a unit test to compile perl code with warnings.
3923 - Add a unit test for the trigger deferred parser.
3925 - Say value instead of option in deb-control(5).
3926 - Mark debian changelog format in bold in dpkg-parsechangelog(1).
3927 - Add references to man pages describing file formats.
3928 - Document missing Install-Size, Built-For-Profiles and Build-Profiles
3929 fields in man pages.
3930 - Add new dsc(5), deb-changelog(5) and deb-changes(5) man pages.
3931 - Remove Debian specific policy references.
3932 - Remove superfluous SEE ALSO references from dpkg-source(1).
3933 - Fix --remove and --purge summary formatting in dpkg(1).
3934 - Move --audit description just after --verify in dpkg(1).
3935 - Mark Maintainer field as bold in deb-src-control(5).
3936 - Fix reference to --record-avail instead of nonexistent --avail.
3937 - Add missing quotes in man pages.
3938 - Document Source field version in deb-control(5).
3939 - Add new deb822(5) man page.
3940 - Document and improve C/C++ programs exit codes in man pages.
3941 - Clarify dpkg --path-exclude/--path-include pathname filter behavior.
3943 - Clarify that packages are only automatically forgotten by dpkg if they
3944 contain no user data, such as package selections. Closes: #813179
3945 - Fix documentation for package flags in dpkg(1).
3946 - Clarify that deb-symbols(5) documents the binary format subset, and
3947 the template symbol files are described in dpkg-gensymbols(1).
3949 - Update field requirements of control file formats to match dpkg reality.
3950 - Document the format of the origins filename in deb-origin(5).
3951 - Add list of flags set by bug feature area to dpkg-buildflags(1).
3952 - Switch output encoding of man pages to UTF-8.
3953 - Move SEE ALSO section to the end of Dpkg::Changelog::Debian.
3954 - Clarify that i386 does not suffer performance loss due to PIE anymore
3955 since gcc >= 5 in dpkg-buildflags(1).
3956 - Document in deb822(5) that deb-origin(5) also supports comments.
3957 - Clarify which characters constitute the deb822(5) control files syntax
3958 by using Unicode code points and their printable characters.
3959 Based on a patch by Ben Finney <ben@benfinney.id.au>.
3960 - Remove wrong mention that deb-control(5) support comments.
3961 - Make explicit that deb-control(5) documents the binary control file.
3962 - Add missing value for Standards-Version field in dsc(5).
3963 Reported by Helge Kreutzmann <debian@helgefjell.de>.
3965 [ Updated programs translations ]
3966 * Dutch (Frans Spiesschaert). Closes: #822797
3967 * German (Sven Joachim).
3968 * Japanese (Takuma Yamada). Closes: #819939
3969 * Portuguese (Miguel Figueiredo).
3970 * Simplified Chinese (Zhou Mo). Closes: #809517
3971 * Vietnamese (Trần Ngọc Quân).
3973 [ Updated dselect translations ]
3974 * Japanese (Takuma Yamada). Closes: #819940
3976 [ Updated scripts translations ]
3977 * German (Helge Kreutzmann).
3979 [ New man pages translations ]
3980 * Dutch (Frans Spiesschaert). Closes: #822798
3982 [ Updated man pages translations ]
3983 * German (Helge Kreutzmann).
3985 -- Guillem Jover <guillem@debian.org> Mon, 02 May 2016 04:14:57 +0200
3987 dpkg (1.18.4) unstable; urgency=medium
3990 * Switch dpkg-scansources and dpkg-scanpackages to use File::Find instead
3991 of find(1), as the former is more portable with more consistent behavior,
3992 and always canonicalizes the pathnames. Closes: #800649
3993 * Initialize Config-Version also for packages previously in triggers-pending
3994 state, otherwise we end up not passing the previously configured version
3995 to «postinst configure», which might consider this a first install instead
3996 of an upgrade. Closes: #801156
3997 * Fix memory leaks in «dpkg --verify» and dpkg infodb format upgrade logic.
3998 * Merge all update-alternatives action handling into a single if-else-if
3999 block, to unify the code an allow a future switch into a shared library.
4000 * Perform any necessary cleanups on normal exit from dpkg-divert --add and
4002 * Make dpkg-architecture warning on non-matching GNU system type compiler
4004 * Add ‘.gitreview’ to the default dpkg-source ignore lists.
4005 * Add support for DPKG_MAINTSCRIPT_DEBUG environment variable to dpkg.
4006 * Fix dpkg-checkbuilddeps exit code to be 1 instead of a random error value
4007 on unsatisfied dependencies. Regression introduced in dpkg 1.18.3.
4008 * Fix an off-by-one write access in dpkg-deb when parsing the old format
4009 .deb control member size. Thanks to Hanno Böck <hanno@hboeck.de>.
4010 Fixes CVE-2015-0860.
4011 * Fix an off-by-one read access in dpkg-deb when parsing ar member names.
4012 Thanks to Hanno Böck <hanno@hboeck.de>.
4013 * Add experimental multi-threaded xz compression support in libdpkg, which
4014 requires xz >= 5.2.0.
4015 * Fix physical file offset comparison in dpkg. Closes: #808912
4016 Thanks to Yuri Gribov <tetra2005@gmail.com>.
4017 * Fix usage of dpkg-architecture -s after other action options.
4018 Reported by Niels Thykier <niels@thykier.net>.
4019 * Add NIOS2 support to cputable. Thanks to Marek Vasut <marex@denx.de>.
4020 * On Debian and derivatives enable timeless build flag feature by default.
4021 Thanks to Paul Wise <pabs@debian.org>. Closes: #805872
4023 - Add support for Build-Essential field. Closes: #806315
4025 - Improve perl code test coverage.
4027 - Set PERL5LIB globally for the test suite to the local modules directory,
4028 to avoid using the system modules. Regression introduced in dpkg 1.17.8.
4029 Reported by Jérémy Bobbio <lunar@debian.org>. Closes: #801329
4030 - Use absolute buildir pathnames in PATH variable for the test suite.
4031 - Descend into scripts directory when cleaning up code coverage files.
4032 - Add new configure option --disable-devel-docs to select the kind of docs
4033 to generate, default for now is development documentation.
4034 - Try to use AM_GNU_GETTEXT_REQUIRE_VERSION to benefit from the latest
4035 installed gettext version, while guaranteeing a minimal required version.
4037 - Add missing Build-Depends for restriction formula support.
4039 - Move description for “target architecture” from the dpkg-architecture(1)
4040 ‘-A’ option to the TERMS section. Closes: #799046
4041 - Clarify that the md5sum check on «dpkg --verify» is performed on the
4042 file contents, and failures denote changed content. Closes: #760248
4043 - Document that dpkg-buildpackage -nc -S implies -d.
4044 - Clarify role of Build-Depends in deb-src-control(5).
4045 Prompted by Johannes Schauer <j.schauer@email.de>.
4046 - Document supported feature areas.
4047 - Clarify in dpkg-query(1) when binary:Package gets arch-qualified.
4049 - Add a subsection separating external from internal environment variables
4052 [ Updated programs translations ]
4053 * Dutch (Frans Spiesschaert). Closes: #800513
4054 * Japanese (Kenshi Muto). Closes: #799432
4055 * Turkish (Mert Dirik). Closes: #799875
4057 [ Updated scripts translations ]
4058 * German (Helge Kreutzmann).
4060 [ Updated man pages translations ]
4061 * German (Helge Kreutzmann, Julian R). Closes: #807156
4063 -- Guillem Jover <guillem@debian.org> Fri, 25 Dec 2015 13:20:26 +0100
4065 dpkg (1.18.3) unstable; urgency=medium
4068 * Fix short-lived memory leaks in start-stop-daemon. As a side effect now
4069 a missing group after ‘:’ on --chuid is a fatal error.
4070 * Print the master and slave links in «update-alternatives --display».
4071 * Print the current best alternative in the head instead of the trail
4072 in «update-alternatives --display», with a two space indentation.
4073 * Reimplement «update-alternatives --all» as a fully built-in command
4074 instead of executing itself with --config per subtask.
4075 * Reimplement «update-alternatives --set-selections» as a fully built-in
4076 command instead of executing itself with --set or --auto per subtask.
4077 * Add kfreebsd-armhf support to ostable and triplettable. Closes: #796283
4078 Thanks to Steven Chamberlain <steven@pyro.eu.org>.
4079 * Fix «dpkg --verify» with --root.
4080 * Fix an off-by-one write access in dpkg-deb when parsing the .deb magic.
4081 Reported by Jacek Wielemborek <d33tah@gmail.com>. Closes: #798324
4082 * Split overlong perl regexes into multiline extended regexes.
4083 * Switch dselect multicd method license from GPL2 to GPL2+, with consent
4084 from all its authors.
4085 * Fix inadvertent license change for lib/dpkg/utils.c from GPL2 to GPL2+.
4086 * Fix segfault when using «dpkg --no-act» with a synthetic --admindir.
4087 Reported by David Kalnischkies <david@kalnischkies.de>.
4089 - Only warn on invalid week days instead of aborting in
4090 Dpkg::Changelog::Entry::Debian. Regression introduced in dpkg 1.18.2.
4091 Reported by Jakub Wilk <jwilk@debian.org>.
4092 - Do not warn when removing an empty subdirectory on source package
4093 extraction in Dpkg::Source::Package::V2. Closes: #796671
4094 - Do not abort on parse errors from Time::Piece->strptime() for the
4095 changelog trailer date, just queue them so that the caller can decide
4096 if they should be warnings or actual errors. Closes: #795936
4097 - Validate the changelog trailer date, and catch and warn or error on
4098 bogus month names, such as unknown or unabbreviated ones.
4100 - Get the reference build flags from dpkg-buildflags.pl, instead of
4101 hardcoding them, which might not match depending on the architecture.
4103 - Delete any environment variable starting with DEB_ in mk.t that might
4104 affect the test results.
4106 - Add a new --with-devlibdir configure option for the C libdpkg library.
4108 - Remove unneeded --sourcedir options from dh_install calls.
4109 - Use the new --with-devlibdir configure option to only switch libdpkg-dev
4110 files to the multi-arch directory. Closes: #794977
4112 - Fix typos for --predep-package option name. Closes: #794688
4113 - Add missing dashes to package-list in deb-src-control(5).
4114 - Mark each individual required field as such, instead of using segregated
4117 [ Updated programs translations ]
4118 * Catalan (Jordi Mallach).
4119 * French (Sébastien Poher). Closes: #798371
4120 * German (Sven Joachim).
4121 * Vietnamese (Trần Ngọc Quân).
4123 [ Updated dselect translations ]
4124 * French (Sébastien Poher). Closes: #798370
4126 [ Updated scripts translations ]
4127 * French (Sébastien Poher). Closes: #798369
4128 * German (Helge Kreutzmann).
4130 [ Updated man pages translations ]
4131 * German (Helge Kreutzmann).
4133 -- Guillem Jover <guillem@debian.org> Mon, 21 Sep 2015 07:11:42 +0200
4135 dpkg (1.18.2) unstable; urgency=low
4138 * Fix plural form translations for single plural languages. Closes: #790025
4139 * Add new dpkg-buildpackage -J option, which is a safe version of -j.
4140 * Fix dpkg-gencontrol to add correct binary filename to debian/files,
4141 even when overriding the Package field value with the -D option.
4142 Reported by Niels Thykier <niels@thykier.net>.
4143 * Move the implicit build-essential:native Build-Depends from
4144 dpkg-checkbuilddeps to a new vendor hook, as it is Debian-specific.
4145 * Add support for ignoring built-in build dependencies and conflicts
4146 with the new «dpkg-buildpackage --ignore-builtin-builddeps» and
4147 «dpkg-checkbuilddeps -I» options. Closes: #480638, #571671
4148 * When sys_siglist is defined in the system, try to use NSIG as we cannot
4149 compute the array size with sizeof(). If NSIG is missing fallback to 32
4150 items. Prompted by Igor Pashev <pashev.igor@gmail.com>.
4151 * Use string_to_security_class() instead of a literal SECCLASS value in
4152 the setexecfilecon() libcompat function, as <selinux/flask.h> is now
4154 * Switch libdpkg xz compressor to use CRC64 for integrity checks, to match
4155 the default on the command-line tool, which should provide slightly better
4156 detection against damaged data, at a negligible speed difference.
4157 * Only use the SHELL environment variable for interactive shells.
4159 * Move tar option --no-recursion before -T in dpkg-deb. With tar > 1.28 the
4160 --no-recursion option is now positional, and needs to be passed before
4161 the -T option, otherwise the tarball will end up with duplicated entries.
4162 Thanks to Richard Purdie <richard.purdie@linuxfoundation.org>.
4163 * Add an extra level of escaping for double $(evals) in architecture.mk
4164 and buildflags.mk, so that the variables are computed lazily again.
4165 Regression introduced in dpkg 1.16.2. Closes: #793330
4166 * Add binary packages Essential information to Package-List field in the
4167 .dsc file, as optional essential=yes entries. This allows precomputing
4168 the pseudo-essential set before starting an architecture bootstrap.
4170 - Remove non-functional timezone name support from
4171 Dpkg::Changelog::Entry::Debian.
4172 - Use Time::Piece (part of the perl core distribution) instead of
4173 Date::Parse in Dpkg::Changelog::Entry::Debian. This reduces the build
4174 and run-time dependencies, and helps architecture bootstrapping.
4175 - Simplify distribution splitting in Dpkg::Changelog::Entry::Debian.
4176 - Add new function changelog_parse_plugin() in Dpkg::Changelog::Parse.
4177 - Add new function changelog_parse_debian() in Dpkg::Changelog::Parse, and
4178 use it in changelog_parse() instead of the external plugin parser when
4179 the input format is “debian”. This significantly speeds up the parsing.
4180 - Remove trailing space before handling blank line dot-separator in
4181 Dpkg::Control::HashCore. Regression introduced in dpkg 1.18.0.
4182 Reported by Jakub Wilk <jwilk@debian.org>. Closes: #789580
4183 - Allow the Maintainer field in CTRL_FILE_STATUS.
4184 - Import make_path from File::Path in Dpkg::Source::Package::V2.
4185 Regression introduced in dpkg 1.18.0. Closes: #789957
4186 - Make the BinaryFiles subpackage self-contained by explicitly importing
4187 File::Spec in Dpkg::Source::Package::V2.
4188 - Do not exclude pre-existing symlinks when unpacking the debian/ tarball
4189 in Dpkg::Source::Package::V2. Closes: #790073, #791535
4190 - Disable the thread sanitizer when the address sanitizer is enabled
4191 in Dpkg::Vendor::Debian as these are mutually incompatible, and make
4192 sanitize=+all not work at all.
4193 - Allow colons (:) in added filenames in Dpkg::Dist::Files, which can be
4194 present when the upstream version contains colons. Regression introduced
4195 in dpkg 1.18.0. Reported by Jakub Wilk <jwilk@debian.org>.
4196 - Future-proof tar invocations in Dpkg::Source::Archive for options that
4197 might become positional in the future, and by always placing function
4199 - Make the dependency comparison deep by comparing not only the first
4200 dependency alternative, to get them sorted in a reproducible way.
4201 Based on a patch by Chris Lamb <lamby@debian.org>. Closes: #792491
4202 - Support spaces in symbol names in Dpkg::Shlibs::Objdump. This is
4203 required by Go shared libraries. Closes: #785344
4204 Based on a patch by Michael Hudson-Doyle <michael.hudson@canonical.com>.
4206 - Set SIGINT, SIGTERM and SIGPIPE to their default actions to get
4207 deterministic behavior.
4208 - Add test cases for the makefile snippets.
4209 - Delete DEB_VENDOR from the environment to get reliable results.
4211 - Make the libdpkg-dev package Multi-Arch:same.
4212 - Mark libio-string-perl as <!nocheck>.
4214 - Fix grammar in dpkg-architecture(1).
4215 Thanks to Chris Lamb <lamby@debian.org>. Closes: #787616
4216 - Use the feature area name in the dpkg-buildflags(1) subsection title.
4217 - Document DPKG_HOOK_ACTION also in dpkg(1) ENVIRONMENT section.
4218 - Clarify when some features where added in man pages.
4219 - Document --yet-to-unpack, --predep-package and all --assert-<feature>
4220 commands as supported in both «dpkg --help» and dpkg(1).
4221 - Document abitable in dpkg-architecture(1).
4222 - Clarify that an architecture wildcard is a Debian thing in
4223 dpkg-architecture(1).
4224 - Document multiarch triplet in dpkg-architecture(1) TERMS section.
4225 - Remove “my” keyword from Dpkg perl modules function prototypes.
4226 - Say FUNCTIONS instead of METHODS for Dpkg modules when appropriate.
4227 - Fix POD syntax inside verbatim paragraph in Dpkg::Changelog.
4228 - Document and mark Dpkg::Arch as a public module.
4229 - Fix Dpkg::Changelog::Parse::changelog_parse documentation.
4231 [ Updated programs translations ]
4232 * Dutch (Frans Spiesschaert). Closes: #789097
4233 * Simplified Chinese (Zhou Mo). Closes: #787986
4234 * Turkish (Mert Dirik). Closes: #788211
4235 * Vietnamese (Trần Ngọc Quân).
4237 [ Updated man pages translations ]
4238 * German (Helge Kreutzmann).
4240 [ Updated dselect translations ]
4241 * Dutch (Frans Spiesschaert). Closes: #789096
4243 [ Updated scripts translations ]
4244 * German (Helge Kreutzmann).
4246 -- Guillem Jover <guillem@debian.org> Mon, 03 Aug 2015 15:40:21 +0200
4248 dpkg (1.18.1) unstable; urgency=low
4251 * Cast c_isbits() c argument to an unsigned char when indexing the array.
4252 This fixes build failures on armel, armhf, ppc64el and s390x.
4253 * Do not allow pathnames with embedded newlines in dpkg-deb and dpkg.
4255 * Fix setting the SELinux context when a file has a statoverride.
4257 * Set the SELinux file context even when the file mode has no file type.
4258 * Make dpkg-buildpackage -j override any parallel option specified in
4259 DEB_BUILD_OPTIONS. Regression introduced in dpkg 1.14.15.
4260 * Honor Pre-Depends, Conflicts and Breaks for packages in unpacked and
4261 half states. Thanks to Ian Jackson <iwj@ubuntu.com>. Closes: #377860
4262 * Fix build failure on FreeBSD by actually using libmd if available.
4263 * Sort dpkg-scanpackages output by package name and version.
4264 Thanks to Maximilian Schwerin <maximilian.schwerin@tigris.de>.
4265 * Sort dpkg-scansources output by package name and version.
4266 Thanks to Maximilian Schwerin <maximilian.schwerin@tigris.de>.
4267 * Set the correct default compression value in dpkg-deb for control.tar.gz
4268 member. This meant using compression level 1 when using the zlib shared
4269 library to compress the control.tar member, and always failing when using
4270 the gzip command. Regression introduced in dpkg 1.17.6. Closes: #786654
4271 * Use the generated template file instead of the original one when looking
4272 for changes in dpkg-gensymbols. There's too much information not being
4273 preserved in the symbols files to be able to regenerate templates for
4274 them. Closes: #785937, #786840
4276 - Add missing strict and warnings pragmas for submodules.
4277 - Use non-destructive substitutions inside map.
4278 - Use the state keyword to simplify the code.
4279 - Do not replace #PACKAGE# in template mode in Dpkg::Shlibs::SymbolFile.
4281 - Update current default source compressor from gzip to xz.
4282 - Remove spurious ‘=’ from parallel DEB_BUILD_OPTIONS without arguments
4283 in dpkg-buildpackage(1).
4285 [ Updated programs translations ]
4286 * German (Sven Joachim).
4287 * Simplified Chinese (Zhou Mo). Closes: #786377
4289 [ Updated man pages translations ]
4290 * German (Helge Kreutzmann).
4292 [ Updated dselect translations ]
4293 * German (Sven Joachim).
4295 -- Guillem Jover <guillem@debian.org> Sat, 30 May 2015 03:00:21 +0200
4297 dpkg (1.18.0) unstable; urgency=low
4300 * Only trim trailing “/” and “/.” from «dpkg-query --search» arguments if
4301 they are a pathname, and not a pattern or a substring match.
4302 * Switch C/C++ code to use a new set of C locale character type functions
4303 independent of the current locale.
4304 * Add support for arch-bits and arch-endian dpkg-gensymbols tags.
4306 * Switch perl code from legacy File::Path functions to new ones.
4307 * Fix perl uninitialized value usage in dpkg-scansources when the Binary
4309 * Use dpkg-query instead of dpkg for --search in dpkg-shlibdeps so that
4310 the subprocesses get the correct admindir. Closes: #775258
4311 * Rework the Installed-Size field default value computation to make it
4312 reproducible regardless of the build system filesystem, and document
4313 how the value is computed and that it is just an approximation.
4315 * Use strftime() instead of «date -R» in dpkg-genchanges, as the latter
4316 is not specified by POSIX and is not widely portable.
4317 * Warn on obsolete '<' and '>' operators in dpkg --compare-versions.
4318 * Trim end of line whitespace from dpkg and dselect config file parsers.
4319 Reported by Christoph Biedl <debian.axhn@manchmal.in-ulm.de>.
4320 * Do not silently eat a standalone ‘-’ in the libdpkg command-line parser.
4321 * Fix short-lived memory leaks in dpkg-deb and libdpkg. Closes: #769515
4322 * Fix «dpkg-deb -b» filename generation when the package does not contain
4323 an Architecture field. Regression introduced in dpkg 1.16.2.
4324 * Fix «dpkg --audit» to report missing and empty architecture fields.
4325 Regression introduced in dpkg 1.16.2.
4326 * Add support to dpkg-deb for reading the archive from standard input,
4327 except for --raw-extract which does not yet support it. Closes: #616614
4328 Based on a patch by Johannes Schauer <j.schauer@email.de>.
4329 * Add ‘.mailmap’ to the default dpkg-source ignore lists.
4330 * Set the SELinux context on «dpkg-statoverride --update». Closes: #690361
4331 * Do not fail on dpkg-query -W and -l when multiple arguments match the
4332 same package. Closes: #588505
4333 * Change dpkg-maintscript-helper to handle symlinks and pathnames ending in
4334 slash. For the former error out, for the latter strip it. Closes: #771752
4335 * Support moving a conffile not being shipped anymore. Closes: #767003
4336 Thanks to Mathias Behrle <mathiasb@m9s.biz>.
4337 * Add a new dpkg-buildflags sanitize feature area:
4338 - Add new “address”, “thread”, “leak” and “undefined” features, all
4339 disabled by default. Closes: #760741
4340 * Do not accept unknown user or group names on «dpkg-statoverride --add».
4341 Regression introduced in dpkg 1.17.11. Closes: #775124
4342 * Normalize dpkg-parsechangelog command-line parsing, so that «-ovalue»,
4343 «-o value», «--option=value» and «--option value» will all be accepted.
4345 * Add dpkg --ctrl-tarfile forwarding command for dpkg-deb.
4346 * Disable dependency checks on dpkg-buildpackage -S -nc.
4347 * Make dependency checks fatal for dpkg-buildpackage -S.
4348 * Update amd64 GNU cpu regex in cputable to match amd64 too, in addition
4349 to x86_64. This is required for FreeBSD.
4350 * Use badusage() instead of ohshit() for command-line errors.
4351 * Use the original template symbols file when diffing in dpkg-gensymbols.
4352 We should not create a new template symbols file, because the output
4353 might change (different sorting order for example) relative to the
4354 original. Closes: #773718
4355 * Do not leak kvm descriptors in start-stop-daemon on GNU/kFreeBSD systems.
4356 Based on a patch by Jeff Epler <jepler@unpythonic.net>. Closes: #779467
4357 * Switch start-stop-daemon to use a monotonic clock if available. This
4358 makes the timeout checks resilient to abrupt system clock changes.
4359 Suggested by Jose M Calhariz <jose.calhariz@hds.com>. Closes: #783014
4360 * Fix perl warning in dpkg-genchanges when parsing BY-HAND file entries.
4361 Regression introduced in dpkg 1.17.7. Closes: #781074
4362 * Use the checksums files list order when building the Files field to match
4363 the other Checksum fields in dpkg-genchanges.
4364 * Skip files based on the architecture from the filename in dpkg-genchanges.
4365 * Allow binary packages not found in debian/control in dpkg-genchanges,
4366 which could allow injecting debug .debs for example.
4367 * Annotate any non-deb binary descriptions (not just udebs) with their
4368 package type in dpkg-genchanges.
4369 * Remove outdated local copy of the Debian README.mirrors.txt file from
4370 dselect ftp access method, and print a message pointing to the current
4371 URL instead. Closes: #784966
4372 * Cleanup default dpkg-shlibdeps shared library directory search list:
4373 - Do not add cross-root directories (/<triplet>/ and /usr/<triplet>/).
4374 - Remove ancient multilib /emul/ia32-linux/ paths.
4375 - Reorder directory precedence to:
4376 «dpkg-shlibdeps -l» > ENV{LD_LIBRARY_PATHS} > cross-multiarch >
4377 DEFAULT_LIBRARY_PATH > ld.so.conf > DEFAULT_MULTILIB_PATH
4378 * When upgrading, copy over the cached arch-qualified package name. This
4379 fixes wrong output when cross-grading.
4380 * Consider foreign packages ambiguous in need of an arch-qualifier.
4382 - Rename and deprecate Dpkg::Gettext _g function with new g_.
4383 - Assume in Dpkg::Arch that the abitable is always present, and bump
4384 libdpkg-perl Depends on dpkg to 1.16.3, the version introducing the file.
4385 - Remove support for GCC_TARGET environment variable from Dpkg::Shlibs.
4386 This was a temporary workaround for very old gcc toolchains. See #453267.
4387 - Prefer multiarch paths to multilib ones in Dpkg::Shlibs.
4388 Thanks to Helmut Grohne <helmut@subdivi.de>. Closes: #772184
4389 - Enable sub-second timestamps in Dpkg::Source::Patch by using Time::HiRes.
4390 - Use TMPDIR instead of manually setting DIR on tempfile() call in
4391 Dpkg::Source::Package::V2.
4392 - Switch Dpkg::Checksums from using checksum programs to the more portable
4393 Digest modules. Obsolete the 'program' property, and add a 'name' one.
4394 - Add support for $DEFAULT_TEXT_DOMAIN to Dpkg::Gettext, so that the Dpkg
4395 perl modules can always produce localized messages.
4396 - Fix OpenPGP Armor Header Line parsing in Dpkg::Control::Hash. We should
4397 only accept [\r\t ] as trailing whitespace, although RFC4880 does not
4398 clarify what whitespace really maps to, we should really match the GnuPG
4399 implementation anyway, as that's what we use to verify the signatures.
4400 Reported by Jann Horn <jann@thejh.net>. Fixes CVE-2015-0840.
4401 - Pass PATCH_GET environment variable instead of -g0 to the patch command
4402 in Dpkg::Source::Patch. This allows using non-GNU patch programs, like
4404 - Accept an %opts argument for the Dpkg::Control::Info constructor, and
4405 accept either passing a filename option as undef, or a scalar undef.
4407 - Do not print on undef filehandle in Dpkg::Control::Info output().
4408 Thanks to Roderich Schupp <roderich.schupp@gmail.com>. Closes: #781887
4409 - Always sort the Dpkg::Dist::Files files list on output, instead of
4410 preserving the insertion order, which is not reproducible with parallel
4411 builds. Reported by Jérémy Bobbio <lunar@debian.org>.
4412 - Add new filter() method to Dpkg::Substvars.
4413 - Kill the process when reaching timeout in Dpkg::IPC::wait_child().
4415 - Check perl code compilation, warnings and strictness.
4416 - Fix dpkg-divert unit test to work on BSD «rm -rf» that cannot traverse
4417 directories with mode 000.
4418 - Fix dpkg-divert unit test to work when there is no /dev/full.
4419 - Skip test cases when there is no c++filt available.
4420 - Add test cases for Dpkg::Conf and Dpkg::Checksums.
4421 - Handle libtool executables in progname unit test.
4422 - Do not use a timeout when testing cat I/O, speeds up test suite by 5s.
4423 - Reduce timeout test from 5 seconds to 1, to speed up test suite by 4s.
4425 - Bump gettext version to 0.19:
4426 + Use --add-location=file in msgmerge and xgettext commands.
4427 + Use --porefs=noline for po4a command.
4428 - Wrap file references in man page PO files with po4a --porefs=wrap.
4429 - Fix support for cross-building dpkg:
4430 + Assume a working C99 snprintf on SUS >= v3.
4431 + Do not try to run the va_copy configure check, just check that the
4432 symbol is available.
4433 - Check that HAVE_DECL_SYS_SIGLIST is 0 instead of undefined, to fix a
4434 build failure on uclibc based systems. Closes: #777044
4435 Based on a patch by Alex Potapenko <opotapenko@gmail.com>.
4436 - Use single suffix rules instead of non-portable %-pattern rules.
4437 - Pass CC to the test suite, so that we can use a non-gcc compiler.
4438 - Call AM_PROG_AR to detect the correct system archiver to use.
4439 - Pass -Wall to automake in AM_INIT_AUTOMAKE, not implied by foreign.
4441 - Remove old trigger related Breaks and Conflicts from dpkg.
4442 - Only use stackprotectorstrong when building dpkg with gcc >= 4.9.
4443 - Switch to debhelper compatibility level 9.
4444 - Name each public-domain license with a different name.
4445 - Add missing public modules to dpkg-dev package description.
4446 - Get rid of backward compatibility pseudo-tags from bug reports.
4447 - Install doc/README.feature-removal-schedule only on affected packages
4448 and debian/usertags everywhere.
4450 - Document arch-qualifiers for dependency fields in deb-control(5) and
4451 deb-src-control(5). Reported by Johannes Schauer <j.schauer@email.de>.
4453 - Document versioned Provides in deb-control(5).
4454 - Document the version when dpkg-deb --raw-extract got introduced.
4455 - Document dpkg --log format, add missing actions and describe the startup
4456 messages. Closes: #773398
4457 - Document when and how the dpkg-maintscript-helper package name argument
4458 is or should be arch-qualified. Closes: #776072
4459 - Fix and update Arch substvar description in deb-substvars(5).
4460 - Document that current build flag feature areas only work on Debian and
4461 derivatives in dpkg-buildflags(1).
4462 - Use “wildcard characters” instead of “wildchars” in dpkg-query(1).
4463 - Document dpkg-query --search behavior in man page. Closes: #775379
4464 - Document postinst “triggered” argument in debian/dpkg.postinst comment
4466 - Document Dpkg::IPC function signatures.
4467 - Document the obsolete --compare-versions '<' and '>' operators in the
4468 dpkg(1) man page. Thanks to Tomas Pospisek <tpo_hp@sourcepole.ch>.
4470 - Move dpkg-divert, dpkg-statoverride and update-alternatives man pages
4471 from section 8 to 1, to match their installation path.
4472 - Capitalize dpkg-parsechangelog(1) option descriptions.
4473 - Mark dpkg-parsechangelog(1) --format values in bold.
4474 - Place short options before long ones in dpkg-mergechangelogs(1) and
4475 dselect(1) man pages.
4476 - Properly terminate a bold marking in dpkg(1).
4477 - Document in man pages the dpkg version when new features were introduced.
4478 - Document that timestamps are reset for files patched with source format
4480 - Document in dpkg-buildpackage(1) that using dpkg-source is sometimes
4481 better than -S. Suggested by Johannes Schauer <j.schauer@email.de>.
4482 - Document dselect -? option.
4483 - Document in dpkg-buildflags(1) that DEB_VENDOR influences the execution.
4484 - Document that dpkg performs sanity checks on PATH.
4485 - Mark some words and commands as non-hyphenable in man pages.
4486 - Separate multi-line hanging tag paragraphs with .TQ in man pages.
4487 - Mark field names in bold in man pages.
4488 - Use various groff escape sequences for quoting characters.
4489 - Lowercase warning and note admonitions in start-stop-daemon(8).
4490 - Mark dselect(1) color attributes in bold.
4491 - Say output instead of display for dpkg-deb tar-file option in dpkg(1).
4492 - Say archive instead of filename for dpkg-deb option in dpkg(1).
4493 - Say control-field-name instead of control-file-field in dpkg-deb(1).
4494 - Fix option values and pathname markup in dpkg-deb(1).
4495 - Use .TQ to separate different but related options in dpkg(1).
4496 - Clarify that dpkg-buildpackage -jN forces parallel builds, regardless of
4497 the packaging or upstream build systems supporting them. Closes: #780866
4498 - Remove unneeded update-alternatives references from options descriptions.
4499 - Document that apt might expect Packages.xz too in dpkg-scanpackages(1).
4500 - Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titles.
4501 - Document dpkg version when perl module versions got bumped.
4502 * Output message fixes and improvements:
4503 - Remove trailing newline from string literal in warning calls.
4504 - Say “execute” instead of “exec” in Dpkg::Changelog::Parse error message.
4505 - Say “package” instead of “it” in dpkg-name warning message.
4506 - Uppercase field names in error messages.
4507 - Expand EOF and eof into “end of file” in error messages.
4508 - Use “<enter>” instead of “return” or “enter” in input prompts.
4509 - Say directory instead of dir in output messages.
4510 - Merge the same dpkg-scanpackages warning messages into a single line.
4511 - Clarify dpkg-genchanges changes description open error.
4512 - Add missing preposition in Dpkg::Source::Patch error message.
4513 - Improve available state sorting order strings in dselect panel.
4514 - Say “changelog-file” instead of “changelogfile” in --help output.
4515 - Say “command” instead of “action” for dselect.
4516 - Improve commands listing in «dselect --help» output, by printing them
4517 before options and listing them one on each line with a description.
4518 - Improve dselect color-spec --help output.
4519 - Move "(default)" annotations in scripts --help output after option
4521 - Consistently use proper quotation marks ("" or '', and not the
4522 unbalanced `' pair) all over the place.
4523 - Use syserr() instead of an ad-hoc error message in dpkg-scansources.
4524 - Say substvars instead of varlist in dpkg-shlibdeps error messages.
4525 - Fix error messages on invalid uid/git/mode command-line syntax errors
4526 in dpkg-statoverride, to not say they are from the statoverride file.
4527 - Fix error message on empty dsc file in dpkg-genchanges.
4528 - Mention “(^Z)” instead of “char” for the MSDOS end of file character.
4531 * Drop myself from Uploaders.
4533 [ Updated programs translations ]
4534 * Simplified Chinese (Zhou Mo). Closes: #782326
4535 * Turkish (Mert Dirik). Closes: #785096
4536 * Vietnamese (Trần Ngọc Quân).
4538 [ Updated scripts translations ]
4539 * German (Helge Kreutzmann).
4541 [ Updated man pages translations ]
4542 * German (Helge Kreutzmann).
4544 -- Guillem Jover <guillem@debian.org> Mon, 18 May 2015 15:08:31 +0200
4546 dpkg (1.17.23) unstable; urgency=low
4549 * Use a matching group instead of ${^MATCH} in s/// in dselect build script.
4550 * Skip tar extractor tests if tar is not GNU tar >= 1.27.
4551 * Reset the trigger cycle tracking on unsatisfied dependencies during
4552 trigger processing. Closes: #771730
4553 * Fix out-of-bounds buffer read accesses when parsing field and trigger
4554 names or checking package ownership of conffiles and directories.
4555 Reported by Joshua Rogers <megamansec@gmail.com>.
4556 * Add versioned Breaks on packages creating trigger cycles. Namely auctex,
4557 apt-cudf, ccache, cups, distcc, fusionforge-plugin-mediawiki, gap-core,
4558 gxine, hoogle, icecc, libjs-protoaculous, mcollective, pypy, wordpress
4559 and xfonts-traditional.
4561 [ Updated programs translations ]
4562 * Basque (Iñaki Larrañaga Murgoitio). Closes: #771893
4563 * Catalan (Guillem Jover).
4564 * Czech (Miroslav Kure).
4565 * Esperanto (Felipe Castro).
4566 * French (Sébastien Poher).
4567 * Italian (Milo Casagrande).
4568 * Portuguese (Miguel Figueiredo).
4569 * Russian (Yuri Kozlov). Closes: #771691
4570 * Simplified Chinese (Zhou Mo). Closes: #771264
4571 * Spanish (Javier Fernández-Sanguino)
4572 * Swedish (Peter Krefting).
4573 * Thai (Theppitak Karoonboonyanan). Closes: #772965
4575 [ Updated scripts translations ]
4576 * Catalan (Guillem Jover).
4577 * Polish (Łukasz Dulny).
4578 * Russian (Yuri Kozlov). Closes: #772841
4580 [ Updated man pages translations ]
4581 * French (Sébastien Poher).
4582 * Italian (Beatrice Torracca). Closes: #771673
4584 [ Updated dselect translations ]
4585 * Catalan (Guillem Jover).
4586 * Czech (Miroslav Kure).
4587 * Norwegian Bokmål (Hans Fredrik Nordhaug).
4588 * Polish (Łukasz Dulny).
4589 * Portuguese (Miguel Figueiredo).
4590 * Russian (Yuri Kozlov). Closes: #771682
4591 * Spanish (Javier Fernández-Sanguino)
4592 * Vietnamese (Trần Ngọc Quân).
4594 -- Guillem Jover <guillem@debian.org> Tue, 23 Dec 2014 17:45:44 +0100
4596 dpkg (1.17.22) unstable; urgency=low
4599 * Add version introducing --ctrl-tarfile in dpkg-deb(1) man page.
4600 * Bump minimal version for dir_to_symlink and symlink_to_dir commands
4601 to 1.17.14 in dpkg-maintscript-helper(1) man page. Closes: #769843
4602 * Reintroduce update-alternatives, dpkg-divert and dpkg-statoverride
4603 compatibility symlinks under /usr/sbin/. There are still packages
4604 using those paths, but the relevant lintian check did not list any,
4605 so this got removed prematurely.
4606 * Add Breaks on old man-db, fontconfig and readahead-fedora packages using
4607 awaiting triggers, as they produce trigger cycles. Closes: #768599
4608 * Escape package and architecture names on control file parsing warning,
4609 as those get injected into a variable that is used as a format string,
4610 and they come from the package fields, which are under user control.
4611 Regression introduced in dpkg 1.16.0. Fixes CVE-2014-8625. Closes: #768485
4612 Reported by Joshua Rogers <megamansec@gmail.com>.
4613 * Do not match partial field names in control files. Closes: #769119
4614 Regression introduced in dpkg 1.10.
4615 * Fix build on Mac OS X. Regression introduced in dpkg 1.17.11.
4616 Reported by Dominyk Tiller <dominyktiller@gmail.com>.
4617 * Normalize tar entry uid and gid from the current system only in dpkg
4618 unpack. Regression introduced in dpkg 1.17.14. Closes: #769211
4619 * Restore multiple processing instances check for packages and archives
4620 specified on the command-line. Regression introduced in dpkg 1.17.20.
4621 * Fail on trigger processing when it is required to progress. Trigger
4622 processing is sometimes required and sometimes opportunistic, and we
4623 should only fail on the former but ignore the latter. Closes: #768852
4624 * Do not ignore trigger cycles for direct dependencies, these are just
4625 normal trigger cycles, and as such should not be special cased.
4626 * Register all pending triggers for deferred processing when being called
4627 as «dpkg --configure pkgname…». This is a mostly conformant workaround
4628 for frontends like apt that do not correctly call «dpkg --configure -a»
4629 or «dpkg --triggers-only -a» after their normal runs, and leave packages
4630 in triggers-pending and triggers-awaited states. Closes: #766758
4632 [ Updated programs translations ]
4633 * Catalan (Guillem Jover).
4634 * Danish (Joe Dalton).
4635 * French (Sébastien Poher).
4636 * German (Sven Joachim).
4637 * Japanese (Kenshi Muto). Closes: #771255
4638 * Polish (Łukasz Dulny).
4639 * Simplified Chinese (Zhou Mo). Closes: #766724, #770280
4640 * Swedish (Peter Krefting).
4641 * Turkish (Mert Dirik).
4642 * Vietnamese (Trần Ngọc Quân)
4644 [ Updated scripts translations ]
4645 * French (Sébastien Poher).
4646 * German (Helge Kreutzmann).
4647 * Swedish (Peter Krefting).
4649 [ Updated man pages translations ]
4650 * French (Sébastien Poher). Closes: #767934
4651 * German (Helge Kreutzmann). Closes: #752123
4652 * Simplified Chinese (Zhou Mo). Closes: #767573
4653 * Swedish (Peter Krefting).
4655 [ Updated dselect translations ]
4656 * Danish (Joe Dalton).
4657 * Dutch (Frans Spiesschaert). Closes: #771237
4658 * French (Sébastien Poher). Closes: #767918
4659 * Japanese (Kenshi Muto). Closes: #771256
4660 * Swedish (Peter Krefting).
4662 -- Guillem Jover <guillem@debian.org> Fri, 28 Nov 2014 02:02:34 +0100
4664 dpkg (1.17.21) unstable; urgency=low
4667 * Get consistent git-style diff support, by adding (>= 2.7) to the dpkg-dev
4668 patch Depends, and a Breaks patch (<< 2.7) to libdpkg-perl.
4669 * Error out on obsolete Build-Profiles field syntax.
4670 * Document -g and -G options in dpkg-genchanges(1). Closes: #766568
4671 * Do not accept values bundled with long options in dpkg-parsechangelog.
4672 The parser was accepting things like «--count10», which is just broken.
4673 Instead allow only «--count=10» in addition to «--count 10».
4674 * Accept «-S value» in addition to «-Svalue» in dpkg-parsechangelog.
4676 * Add support for new interest-await and activate-await trigger directives.
4677 And a new --await option to dpkg-trigger. This might allow possibly
4678 switching the default meaning after a transition period no shorter than
4679 two minor versions, so in 1.19.x or 1.20.x. Perhaps.
4680 * Do trigger cycle detection after dependency checks in dependtry <= 1,
4681 and before dependency cycle breaking in dependtry > 1. This makes sure
4682 to always catch trigger cycles, but still gives the opportunity to try
4683 to process triggers for packages that are not yet ready in the first
4684 dependtry, but which might be a bit later on, without wrongly detecting
4685 avoidable and bogus trigger cycles. Closes: #766557
4686 * Update features removal schedule:
4687 - The -u, --udeb dpkg-scanpackages options got removed, state that.
4688 - Remove the entry about obsolete fields, as these need to be preserved
4689 for backward compatibility, they are part of the external interface to
4690 be able to handle ancient binary packages.
4692 [ Updated programs translations ]
4693 * Catalan (Guillem Jover).
4694 * German (Sven Joachim). Closes: #766311
4695 * Simplified Chinese (Zhou Mo).
4697 [ Updated scripts translations ]
4698 * Catalan (Guillem Jover).
4700 -- Guillem Jover <guillem@debian.org> Sat, 25 Oct 2014 02:21:43 +0200
4702 dpkg (1.17.20) unstable; urgency=low
4705 * Add a requeueing insertion protection for process_queue().
4706 * Make sure to always switch to the next dependtry after we have made no
4707 progress for a while. Regression stemming from non future proof changes
4708 introduced with the initial triggers implementation in dpkg 1.14.17
4709 combined with changes in dpkg 1.17.19. Closes: #766242, #766322
4710 * Make the initial dependtry be 1 instead of 0. This gets rid of an unused
4711 dependtry step, which got accidentally introduced when the perl dpkg was
4712 rewritten in C, ages ago.
4713 * Allow detached upstream signatures for upstream orig.tar files in the
4714 .dsc file. Suggested by Daniel Kahn Gillmor <dkg@fifthhorseman.net>.
4716 * Inline alternative status description into translatable string in
4717 update-alternatives. Required-by: #766311
4718 * Reword description for installed status in dpkg(1) man page.
4720 [ Updated programs translations ]
4721 * German (Sven Joachim).
4722 * Simplified Chinese (Zhou Mo).
4723 * Vietnamese (Trần Ngọc Quân).
4725 -- Guillem Jover <guillem@debian.org> Thu, 23 Oct 2014 00:43:05 +0200
4727 dpkg (1.17.19) unstable; urgency=low
4730 * Bump the Breaks on devscripts to 2.14.10 due to the new dpkg-architecture
4731 command-line parsing strictness introduced in 1.17.17. Closes: #764965
4732 * Create pidfiles even when start-stop-daemon is not asked to background
4733 the process itself. Although a bit of a dubious usage, because any error
4734 before executing the program will not be properly reported to the caller.
4735 Regression introduced in dpkg 1.17.14. Closes: #765110
4736 * Add new --remove-pidfile option to start-stop-daemon.
4737 * Mention --pid and --ppid in start-stop-daemon(8) man page DESCRIPTION.
4738 * Add invoke hooks for dpkg --add-architecture and --remove-architecture.
4739 Prompted by Helmut Grohne <helmut@subdivi.de>.
4740 * Reverse --verify-format logic to actually accept 'rpm' as valid.
4742 * Fix trigger dependency checks and cycle detection.
4743 Regression introduced in dpkg 1.17.17.
4744 Closes: #765434, #765668, #765734, #765781, #765789, #765952
4745 * Rework dependency problem debug and notice output on trigger processing.
4747 [ Updated programs translations ]
4748 * Italian (Milo Casagrande): Closes: #765748
4749 * Turkish (Mert Dirik). Closes: #764942
4750 * Simplified Chinese (Zhou Mo). Closes: #765693
4752 [ Updated scripts translations ]
4753 * German (Helge Kreutzmann).
4755 [ Updated man pages translations ]
4756 * German (Helge Kreutzmann).
4758 -- Guillem Jover <guillem@debian.org> Mon, 20 Oct 2014 15:17:49 +0200
4760 dpkg (1.17.18) unstable; urgency=low
4763 * Handle empty minimum versions when initializing dependency versions,
4764 as the code is mapping the minimum version 0 to '' to avoid outputting
4765 useless versions. Regression introduced in dpkg 1.17.17. Closes: #764929
4767 [ Updated programs translations ]
4768 * Catalan (Guillem Jover).
4770 [ Updated dselect translations ]
4771 * Catalan (Guillem Jover).
4772 * German (Sven Joachim).
4774 -- Guillem Jover <guillem@debian.org> Sun, 12 Oct 2014 15:47:44 +0200
4776 dpkg (1.17.17) unstable; urgency=low
4779 * Add dpkg-vendor, Dpkg/File.pm and Dpkg/Util.pm to the list of files with
4780 translatable strings, so that they can be translated.
4781 * Fix some typos for versioned and mentioned in comments and changelogs.
4782 * Mark for translation and unify "rm cleanup" string in dpkg.
4783 * Mark for translation and improve dselect method handling error messages.
4784 * Defer trigger processing if the package does not fulfill dependencies.
4786 * Do not write to the database when changing selections with --dry-run.
4788 * Add missing imports from Dpkg::BuildProfiles in dpkg-genchanges.
4789 Regression introduced in dpkg 1.17.14. Closes: #764216
4790 Reported by Johannes Schauer <j.schauer@email.de>.
4791 * Initialize dependencies with the correct minimum version from a symbols
4792 file with multiple SONAMEs in dpkg-shlibdeps.
4793 Thanks to Jérémy Bobbio <lunar@debian.org>. Closes: #764721
4795 - Allow multiple whitespace in Dpkg::BuildProfiles::get_build_profiles()
4796 when parsing the DEB_BUILD_PROFILES environment variable.
4797 Thanks to Johannes Schauer <j.schauer@email.de>.
4798 - New Dpkg::Getopt private module.
4799 - Document public module Dpkg.
4800 - Document public module Dpkg::Gettext.
4801 - Mark Dpkg::BuildProfiles as a public module.
4802 - Document all public module versions in a CHANGES section.
4803 - Remove EXPORTED from POD section titles.
4804 - Document private modules as such in a CHANGES section.
4805 * Set the DEB_TARGET_* dpkg-architecture variables from architecture.mk.
4806 Missed in dpkg 1.17.14.
4807 * Initialize DEB_TARGET_ARCH variable without requiring DEB_HOST_ARCH,
4808 which is not being set at all when querying for DEB_TARGET_ variables.
4809 * Normalize dpkg-architecture command-line parsing, so that «--option=value»
4810 «--option value», «-ovalue» and «-o value» will all be accepted.
4811 * Add long option names for all dpkg-architecture short options.
4812 * Add support for --host-arch, --host-type, --target-arch and --target-type
4813 long options in dpkg-buildpackage. These will get passed through to
4814 dpkg-architecture. This restores the ability to specify the target
4815 architecture when building cross-compilers. Regression introduced in
4816 dpkg 1.17.14. Reported by Helmut Grohne <helmut@subdivi.de>.
4817 * Do not modify the topic variable values in list functions in perl code.
4818 * List Dpkg::Exit and Dpkg::Interface::Storable as public modules in
4819 libdpkg-perl package description.
4821 [ Updated programs translations ]
4822 * German (Sven Joachim).
4823 * Vietnamese (Trần Ngọc Quân).
4825 [ Updated scripts translations ]
4826 * German (Helge Kreutzmann).
4828 -- Guillem Jover <guillem@debian.org> Sun, 12 Oct 2014 04:59:09 +0200
4830 dpkg (1.17.16) unstable; urgency=low
4832 * Set the copyright holder in the po4a calls for man pages.
4833 * Switch remaining topic to named variable in Dpkg::Source::Patch:analyze(),
4834 otherwise the loop was expecting values in one variable but storing them
4835 in another. Regression introduced in dpkg 1.17.14. Closes: #764206
4836 * Set umask to 0 when creating symlinks in tar test case, to normalize
4837 results. POSIX specifies that symlinks have undefined permissions in
4838 their mode, so their setting is system dependent. Linux does not honor
4839 the umask for symlinks, other systems like Hurd or kFreeBSD do.
4840 Regression introduced in dpkg 1.17.14. Closes: #764171
4842 -- Guillem Jover <guillem@debian.org> Mon, 06 Oct 2014 13:29:17 +0200
4844 dpkg (1.17.15) unstable; urgency=low
4846 * Do not blacklist pie and stackprotector build flags on mips/mipsel.
4847 Thanks to Aurelien Jarno <aurelien@aurel32.net>. Closes: #763672
4848 * Fix build failures due to mismatched umask in libdpkg tar test case.
4849 Set it to a known value of 0022.
4851 -- Guillem Jover <guillem@debian.org> Mon, 06 Oct 2014 03:21:58 +0200
4853 dpkg (1.17.14) unstable; urgency=low
4856 * Fix '--' to '-' on translations for single character options.
4857 * Correct the copyright holder in the gettext Makevars files.
4858 * Switch debian/copyright to machine-readable format 1.0, and extensively
4859 update the information within.
4860 * Bump Standards-Version to 3.9.6 (no changes needed).
4861 * Disable unused run-time type information for dselect.
4862 * Fix compiler flag detection with non-GCC compilers in the build system.
4863 * Fix perl warning on dpkg-source when typing Ctrl-D on patch name prompt.
4864 * Add new dpkg-deb --ctrl-tarfile command.
4865 * dpkg-architecture:
4866 - Add support for target system information via the new DEB_TARGET_ family
4867 of variables, and new -A and -T options to override defaulting to the
4869 - Clarify that -a, -t, -e and -i work with the host system.
4870 * Place 'Commands:' before 'Options:' sections on --help output in
4871 dpkg-architecture and dpkg-vendor.
4872 * Always warn in dpkg-genchanges on missing Section or Priority value,
4873 either empty or '-'.
4874 * Fix order of Files field on generated .changes file in dpkg-genchanges.
4875 Regression introduced in dpkg 1.17.7.
4876 * Stop warning on unknown arbitrary fields from dpkg-deb.
4877 * Remove unnecessary handling of obsolete Package_Revision field in dselect
4879 * Fix the build system to parse the system curses.h header instead of
4880 dselect-curses.h, to not just default on the builtin and override keys
4881 for dselect key bindings support. Regression introduced in dpkg 1.15.1.
4882 * Emit a warning when using the obsolete Dpkg::Deps check_package() function.
4883 * Add support for versioned Provides to Dpkg::Deps::KnownFacts, missed in
4886 - Add a mention of packaging helpers support in dpkg-maintscript-helper(1).
4888 - Move dpkg-buildflags(1) generic feature area details to the section top.
4889 - Fix prerm invocation arguments in update-alternatives(8).
4890 Reported by jre <jre.winesim@gmail.com>. Closes: #761025
4891 * Add new deps_iterate() function to Dpkg::Deps. Closes: #759747
4892 Based on a patch by Dima Kogan <dima@secretsauce.net>.
4893 * Add support for relative symlinks to dpkg-maintscript-helper symlink_to_dir
4894 command. Suggested by Don Armstrong <don@debian.org>.
4895 * Add a new dpkg-buildflags qa feature area:
4896 - Add a new bug feature, disabled by default, which will enable fatal
4897 warnings for code that can pose actual problems. Closes: #682659
4898 - Add a new canary feature, disabled by default, which will allow tracking
4899 build flags propagation. Closes: #628516
4900 * Pass DEB_BUILD_OPTIONS to dpkg-buildflags in buildflags.mk, required to
4901 get noopt to work at all, for example.
4902 * Add a new dpkg-buildflags reproducible feature area:
4903 - Add a new timeless feature, disabled by default, which will add
4904 «-Wdate-time» to CPPFLAGS.
4905 Thanks to Paul Wise <pabs@debian.org>. Closes: #762683
4906 * Fix error message from buffer_copy() read and write functions. This
4907 affects error messages from partial or broken .deb packages for example.
4908 Regression introduced in dpkg 1.17.10. Closes: #759498
4909 * Remove lpia architecture support.
4910 * Improvements and portability fixes to start-stop-daemon:
4911 - Abort if the system or compatibility setsid() fails.
4912 - Do not exit from the first parent before the pidfile has been created,
4913 when using --background and --make-pidfile, to avoid the race condition.
4914 Based on a patch by Nir Soffer <nirs@hyperms.com>. Closes: #686420
4915 - Make sure the pidfile is always created with a 022 umask.
4916 Reported by Will Conley <willconley3@gmail.com>. Closes: #760222
4917 - Do not abort on --stop when only --pid or --ppid options are specified.
4918 Thanks to Christos Trochalakis <yatiohi@ideopolis.gr>. Closes: #763767
4919 - On kFreeBSD systems do not unnecessarily make kvm_openfiles() open
4920 /dev/mem. This causes issues on FreeBSD jails for example.
4921 Reported by Steven Chamberlain <steven@pyro.eu.org>.
4922 - On systems using libkvm, do not fail when kvm_getprocs() cannot find
4924 * Map i786 to i386 also for the multiarch pathname in dpkg-architecture.
4925 * Handle omitted binary packages due to build profiles in dpkg-genchanges.
4926 Based on a patch by Johannes Schauer <j.schauer@email.de>. Closes: #758191
4927 * Update restriction formula syntax for build profiles:
4928 - Restriction lists are now restriction formulas.
4929 - Restriction formulas are given in disjunctive normal form expression:
4930 <foo> <bar baz> <blub>
4931 - Removal of the implicit prefix/namespace mechanic.
4932 - Construct the profiles entry of the Packages-List field by converting
4933 the "<bar baz> <blub>" syntax into "bar,baz+blub".
4934 - Include a temporary compatibility mapping with the old way to write
4935 the Build-Profiles field in binary packages which can be removed once
4936 all affected source packages have moved to the new syntax.
4937 Thanks to Johannes Schauer <j.schauer@email.de>. Closes: #760158
4938 * Normalize instdir in dpkg by removing trailing «/» and «/.». This gets
4939 rid of several inconsistencies and doubled «/» in syscalls and output
4941 * Never try to remove the root directory or its backups. There's no point in
4942 it, and makes life more difficult for a read-only root with a read-write
4943 overlay or a symlink farm. Requested by sepero111@gmx.com.
4944 * Remove arbitrary filename limit from dpkg-deb, which was lifted some
4945 time ago when the code switched to a dynamic string via varbuf.
4946 * Do not pipe the files to sign from dpkg-buildpackage to GnuPG. When GnuPG
4947 uses the gpg-agent it is unable to detect the correct tty configuration
4948 if stdin is a pipe instead of the current terminal. Closes: #762391
4949 * Add a new --hash option to enable generating only specific file checksums
4950 in dpkg-scanpackages. Requested by Thorsten Glaser <tg@debian.org>.
4951 * Add architecture restriction options for dpkg-architecture -L. This allows
4952 selecting specific subsets of all valid known architectures, matching by
4953 wildcard (-W), endianness (-E) or bits (-B). The restricting options can
4954 be combined, or omitted altogether. Closes: #762635
4955 * Say arch-wildcard instead of arch-alias in dpkg-architecture --help output.
4957 - Do not leave temporary files behind on failure or when interrupted.
4958 - Add basic unit tests for the FNV hashing function.
4959 - Add unit tests for the libdpkg tar extractor.
4960 * Add --build and --extract command aliases to dpkg-source.
4961 * Print file or package names instead of pointers in dpkg debug output,
4962 to make it more meaningful and reproducible.
4963 * Fix off-by-one error in libdpkg command argv size calculation.
4964 Based on a patch by Bálint Réczey <balint@balintreczey.hu>. Closes: #760690
4965 * Switch the libdpkg string hashing function from FNV-1 to the recommended
4967 * Switch the dpkg files database string hashing function from what appears
4968 to be a custom hash function to the libdpkg FNV-1a implementation. As a
4969 side effect this fixes an integer overflow. Addresses: #760741
4970 * Double the dpkg files database hash table size to the closest 2^18 prime.
4971 Times have changed, and it's common to have at least these many files.
4972 This reduces the amount of collisions.
4973 * Document optional dpkg -C argument in --help output. Closes: #763000
4974 * Consider a hardlink tar entry as a regular file for mode values, i.e.
4975 assign to it S_IFREG instead of 0.
4978 * Explain better in deb-triggers(5) why interest/activate-noawait should be
4981 [ Updated programs translations ]
4982 * Catalan (Guillem Jover): Fix mismatched format string.
4983 * Czech (Miroslav Kure).
4984 * Polish (Łukasz Dulny).
4985 * Turkish (Mert Dirik). Closes: #763825
4987 [ Updated man pages translations ]
4988 * German (Helge Kreutzmann).
4989 * Italian (Guillem Jover): Swap order of some dpkg-deb arguments.
4990 Thanks to xor <xor@paranoici.org>. Closes: #759149
4992 -- Guillem Jover <guillem@debian.org> Mon, 06 Oct 2014 00:11:08 +0200
4994 dpkg (1.17.13) unstable; urgency=low
4997 * Remove unbalanced trailing single-quote in dpkg-deb error message.
4998 Reported by Trần Ngọc Quân <vnwildman@gmail.com>.
4999 * Remove architecture blacklist from hardening build flag option
5000 stackprotectorstrong. Thanks to Romain Francoise <rfrancoise@debian.org>.
5002 - Merge binary:Package descriptions in dpkg-query(1).
5003 - Split --remove and --purge options in dpkg(1). This also clarifies on
5004 which package states each option can operate. Closes: #576338
5005 - Remove duplicate “of the” in dpkg-maintscript-helper(1).
5006 * Fix dpkg-maintscript-helper dir_to_symlink to handle relative symlink
5007 targets. Thanks to Helmut Grohne <helmut@subdivi.de>.
5008 * Fix dpkg-maintscript-helper symlink_to_dir to assure absolute pathnames
5010 * Fix dpkg-source not detecting modified files during --commit or -b.
5011 Regression introduced in dpkg 1.17.11. Closes: #758426
5012 Reported by Neil Williams <codehelp@debian.org>.
5013 * Only test the strerror() compatible code if sys_errlist and sys_nerr
5014 are present. This fixes a build failure on GNU/Hurd. Closes: #758199
5015 * Switch start-stop-daemon on GNU/kFreeBSD systems to use libkvm, instead
5016 of relying on linprocfs which is not the native procfs on kFreeBSD, and it
5017 is usually not mounted as FreeBSD programs do not expect it to be present.
5019 [ Updated programs translations ]
5020 * Czech (Miroslav Kure).
5021 * German (Sven Joachim).
5022 * Vietnamese (Trần Ngọc Quân).
5024 [ Updated man pages translations ]
5025 * French (Jean-Pierre Giraud, Vincent Thomas, Raphaël Hertzog).
5027 [ Updated scripts translations ]
5028 * French (Raphaël Hertzog).
5029 * German (Helge Kreutzmann).
5031 -- Guillem Jover <guillem@debian.org> Tue, 19 Aug 2014 20:14:45 +0200
5033 dpkg (1.17.12) unstable; urgency=low
5036 * Only build the compatibility selinux code if libselinux is available or
5037 the user requested it. Also fixes build failures on non-Linux systems.
5040 - Add a short description to each virtual field in dpkg-query(1), and
5041 mention the version they got introduced in dpkg.
5042 - Fix formatting of last paragraphs inside dselect(1) --color description.
5043 * Rework dselect columns code, to make it easier to maintain and read.
5044 * Add new architecture columns to dselect package list view. The new
5045 columns, shown by default, can be turned off with the new ‘A’ key,
5046 or bound to another key via the new “archdisplay” keybinding.
5047 * Fix a descriptor leak on dselect subprocesses when --debug is used.
5048 * Use «tar --format=gnu» when creating source archives. This makes sure we
5049 get a deterministic output format, regardless of what tar defaults to.
5050 Thanks to Jan Blunck <jblunck@infradead.org>..
5051 * Use perl's length instead of defined when checking some environment
5052 variables, if we require them to have content.
5053 * Allow specifying the same build type option multiple times in
5054 dpkg-buildpackage and dpkg-genchanges. There seems to be scripts with
5055 such invocations in the wild. Closes: #757795
5057 [ Updated programs translations ]
5058 * German (Sven Joachim).
5060 [ Updated scripts translations ]
5061 * German (Helge Kreutzmann).
5063 [ Updated man pages translations ]
5064 * German (Helge Kreutzmann).
5066 -- Guillem Jover <guillem@debian.org> Fri, 15 Aug 2014 03:30:39 +0200
5068 dpkg (1.17.11) unstable; urgency=low
5071 * Switch URLs in docs and code comments from http:// to https:// if the
5072 latter is available (round two). This includes the quilt patch header
5073 templates, and examples in man pages.
5074 * Update some dpkg git URLs to the new and newer (cgit switch) scheme.
5075 * Changes to libcompat:
5076 - Make the library testable.
5077 - Do not run qsort() over the scandir() list if it is NULL.
5078 - Add a setexecfilecon() compatibility function out from dpkg code.
5079 * Use SELinux setexecfilecon() if available in dpkg instead of ad-hoc code.
5080 * Replace obsolete <sys/fcntl.h> with <fcntl.h>, which fixes compilation on
5081 Android. Thanks to Fredrik Fornwall <fredrik@fornwall.net>. Closes: #752036
5082 * Fix file triggers/Unincorp descriptor leak on subprocesses. Regression
5083 introduced with the initial triggers implementation in dpkg 1.14.17.
5085 * Do not disable the stack-protector build flags on arm64 in Debian and
5086 derivatives, the toolchain supports them now.
5087 Thanks to Adam Conrad <adconrad@debian.org>. Closes: #751032
5088 * When parsing the statoverride database from dpkg-statoverride do not
5089 consider it an error and refuse to operate at all if the user or group
5090 names are not known to the system, just preserve them. Closes: #563307
5091 * Do not write to the available file when unpacking binary packages. This
5092 information is not useful as dpkg has never recorded the archive path,
5093 so it has never been truly available for re-installation anyway.
5095 * Add versioned Provides support:
5096 - Add a new dpkg --assert-versioned-provides command.
5097 - Packages can provide a specific version, “virtual (= 1.0)” which will
5098 be honored, previously it would just be accepted when parsing.
5099 - Non-versioned virtual packages will not satisfy versioned dependencies.
5100 - Versioned virtual packages will satisfy non-versioned dependencies.
5101 Based on skeletal code by Ben Collins <bcollins@debian.org>.
5102 Closes: #7330, #24934, #112131, #134582, #180316
5103 * On removal check Depends and Pre-Depends for packages in unpacked and
5104 half-configured states too.
5105 * Add support for new hardening build flag stackprotectorstrong in Debian
5106 and derivatives, enabled by default. It will fallback to stackprotector
5107 when the former is not functional or disabled by the user.
5108 Thanks to Romain Francoise <rfrancoise@debian.org>.
5109 * Change «dpkg-deb --field» code to use the libdpkg deb822 parser instead
5110 of an ad-hoc one. This makes sure any field fixup and sanity check is
5111 performed on the input, and gets reflected on the output.
5112 * Add new dpkg-query virtual fields db:Status-Want, db:Status-Status and
5113 db:Status-Eflag to allow fine-grained access to the Status values.
5114 * Automatically add the Testsuite field in dpkg-source to the .dsc file.
5115 * Spell nocheck option in dpkg-scanpackages wait_child() call correctly.
5116 Spotted by James McCoy <jamessan@debian.org> (in devscripts).
5117 * Move the explanation of functional checks from --verify-format to the
5118 --verify command in the dpkg(1) man page. Closes: #747264
5119 * Improve dpkg-buildpackage(1) man page:
5120 - Mark DEB_CHECK_COMMAND environment variable in bold.
5121 - Add final item for done hook in the actions sequence.
5122 - Mention that -nc does not apply either when -F is specified.
5123 - Mention that the --FOO-option options can be used multiple times.
5124 - Fix a typo in the BUGS section.
5125 * Mark the “and” between the filenames as regular format in dpkg-source(1).
5126 * Add --format and --ignore-bad-version to dpkg-source --help output.
5127 * Clarify error message in Dpkg::Source::Quilt when patches fail to apply,
5128 to note that the patch might be malformed (besides not accepting patches
5130 * Try to preallocate the disk size for extracted files on unpack. This
5131 might help in avoiding filesystem fragmentation, and possibly improve
5132 performance on some filesystems.
5133 * Print the correct removed binary filename when building a source package
5134 with dpkg-source --include-removal. Closes: #755166
5135 * Add powerpcel support to cputable. Thanks to Jae Junh <jaejunh@embian.com>.
5136 * Bump the i386 architecture GNU triplet to i586-linux-gnu to match the
5137 change in gcc. Somewhat reluctantly, as i386 wants to be its unique
5138 snowflake and use a GNU triplet not matching its baseline. This will
5139 cause problems when cross-building and using unmatched combinations of
5140 dpkg-dev and gcc. Closes: #751363
5141 * Update i386 architecture GNU cpu regex in cputable to match i786 too.
5142 * Remove unused pkglibdir variable from libdpkg.pc.in.
5144 - Add new set_as_auto() method to Dpkg::Substvars.
5145 - Add support for sig and delete_sig spawn() options in Dpkg::IPC.
5146 - Add %opts to ensure_open() member in Dpkg::Compression::FileHandle.
5147 - Change find_command() to handle an empty or undef argument in Dpkg:Path.
5148 * Mark Format and Installed-Size as automatic substvars in dpkg-genchanges
5149 and dpkg-gencontrol respectively.
5150 * Warn on usage of deprecated Source-Version substvar.
5151 * Say OpenPGP instead of PGP when referring to the standard on code comments
5152 and output messages.
5153 * Add a hint to the “no dependency information found” error message in
5154 dpkg-shlibdeps, to check if the library is actually packaged.
5155 Thanks to Sylvestre Ledru <sylvestre@debian.org>. Closes: #756230
5156 * Delete the current compressor SIGPIPE disposition in Dpkg::Source::Archive,
5157 which fixes ignoring SIGPIPE from the calling process. Closes: #756526
5158 * Ignore DEB_CHECK_COMMAND in dpkg-buildpackage if the command is not found.
5159 * Emit a warning when using the deprecated -is/-ip/-isp/-ips options in
5161 * Only print build type once in dpkg-genchanges, instead of once for each
5162 specified -A or -B option and then yet another time for the general build
5164 * Unify build options description in --help output for dpkg-buildpackage
5165 and dpkg-genchanges.
5166 * Only allow one build type option in dpkg-genchanges and dpkg-buildpackage.
5167 * Correctly filter the host architecture on the Architecture field in the
5168 generated .changes file from dpkg-genchanges, when the debian/files
5169 contains arch-specific packages but dpkg-genchanges was called with
5170 one of the build types excluding them.
5171 * Add new -g and -G options to dpkg-genchanges and dpkg-buildpackage for
5172 source plus arch-indep/specific builds. Closes: #756975
5173 * Fix dpkg --add-architecture and --remove-architecture to check that they
5174 get exactly one argument. Closes: #757254
5176 [ Updated programs translations ]
5177 * Danish (Joe Dalton). Closes: #754127
5178 * French (Jean-Baka Domelevo Entfellner, Julien Patriarca).
5179 * Portuguese (Miguel Figueiredo). Closes: #756920
5180 * Spanish (Guillem Jover): Fix «dpkg-query -l» header. Closes: #756209
5181 * Swedish (Peter Krefting).
5183 [ Updated scripts translations ]
5184 * Swedish (Peter Krefting).
5186 [ Updated man pages translations ]
5187 * Swedish (Peter Krefting).
5189 -- Guillem Jover <guillem@debian.org> Sat, 09 Aug 2014 17:16:27 +0200
5191 dpkg (1.17.10) unstable; urgency=medium
5194 * Use libtool to build the static libraries, which makes it possible to
5195 embed libcompat inside libdpkg, as required by some external programs
5196 linking against the latter. Closes: #746122
5197 * Fix word wrapping logic in dselect. Regression introduced in dpkg 1.17.3.
5198 * Fix possible out of bounds buffer read access in the error output on
5199 bogus ar member sizes.
5200 * Fix memory leaks in buffer_copy() on error conditions.
5202 - Improve C code coverage.
5203 - Add template test cases for most perl modules.
5204 - Add test cases for Dpkg::Deps OR relationships.
5205 - Add minimal test case for Dpkg::Source::Quilt.
5206 - Add test cases for Dpkg::Source::Patch CVE-2014-0471 and CVE-2014-3127.
5207 - Add test case for patch disabling hunks; not security sensitive.
5208 * Fix non-security sensitive TOCTOU race in triggers database loading.
5209 * Fix non-security sensitive TOCTOU race in update-alternative alternative
5211 * Fix non-security sensitive TOCTOU race in update-alternative rename code.
5212 * Add a workaround to start-stop-daemon for bogus OpenVZ Linux kernels that
5213 prepend, instead of appending, the " (deleted)" marker in /proc/PID/exe.
5215 * Move dpkg-architecture -L argument to the Commands --help output section.
5216 * Make dpkg-maintscript-helper print only once that we are moving a
5217 conffile, and not on every interim state transition. Closes: #747370
5218 * Do not use global match variables in perl code.
5220 - Attempt to clarify and improve wording of some strange or confused
5221 constructs. Reported by Helge Kreutzmann.
5222 - Expand Vcs-* field names into each supported field name in
5223 deb-src-control(5) to make it easier to search for them.
5224 - Change control.tar.gz reference to simply control.tar in deb(5).
5225 - Document in dpkg-deb(1) -Z option that bzip2 and lzma are deprecated.
5226 - Add notes in dpkg-gensymbols(1) about symbol backward-compatibility.
5227 Based on a patch by Bernhard R. Link <brlink@debian.org>.
5229 - Document that dpkg-buildpackage(1) -j argument is optional.
5230 - Add current and deprecated media types to deb(5).
5231 - Document in dpkg(1) that --audit now does more than just searching for
5232 partially installed packages.
5233 * Add support for automatic parallel job selection in dpkg-buildpackage,
5234 matching currently active processors, when using -jauto. Closes: #748012
5236 - Bump $VERSION for Dpkg::Patch, missed in 1.16.1.
5237 - Bump $VERSION for Dpkg::Deps, missed in 1.17.0.
5238 - Update and fix CHANGES POD sections for public modules.
5239 - Add missing Dpkg::Deps::Multiple profile_is_concerned() and
5240 reduce_profiles() methods, inherited by Dpkg::Deps::Union,
5241 Dpkg::Deps::AND and Dpkg::Deps::OR.
5242 * Do not mangle quilt series files with a missing newline on the last line.
5244 * Quiesce tar warnings in cron job by redirecting stderr to /dev/null, as
5245 it seems --warning=none does not work correctly. Closes: #748544
5246 * Do not emit a trailing space from Dpkg::Control::Hash on a field's empty
5247 first line. Bump dpkg-dev Breaks on devscripts to 2.14.4, as previous
5248 versions expect a trailing space from dpkg-parsechangelog output.
5249 Based on a patch by Johannes Schauer <j.schauer@email.de>. Closes: #749044
5250 * Do not assume that sensible-editor is present on «dpkg-source --commit»,
5251 as that command is very Debian specific. Fallback to try VISUAL, EDITOR,
5252 or vi, if the previous commands are either unset or not found.
5253 * Use badusage() instead of ohshit() on dpkg --ignore-depends argument
5255 * Add per package dpkg --audit support.
5256 * Add support for DragonFlyBSD to ostable and triplettable.
5257 Thanks to Hleb Valoshka <375gnu@gmail.com>.
5258 * Add support for DragonFlyBSD to start-stop-daemon. Closes: #734452
5259 Based on a patch by Hleb Valoshka <375gnu@gmail.com>.
5260 * Correctly parse patch headers in Dpkg::Source::Patch, to avoid directory
5261 traversal attempts from hostile source packages when unpacking them.
5262 Reported by Javier Serrano Polo <javier@jasp.net> as an unspecified
5263 directory traversal; meanwhile also independently found by me both
5264 #749183 and what was supposed to be #746498, which was later on published
5265 and ended up being just a subset of the other non-reported issue.
5266 Fixes CVE-2014-3864 and CVE-2014-3865. Closes: #746498, #749183
5268 [ Updated programs translations ]
5269 * Catalan (Guillem Jover).
5270 * Italian (Milo Casagrande). Closes: #750105
5272 [ Updated scripts translations ]
5273 * German (Helge Kreutzmann).
5275 [ Updated man pages translations ]
5276 * German (Helge Kreutzmann).
5279 * Let dpkg-source unpack additional tarballs in a deterministic order.
5280 Thanks to Samuel Bronson for the report. Closes: #747148
5282 -- Guillem Jover <guillem@debian.org> Thu, 05 Jun 2014 20:18:04 +0200
5284 dpkg (1.17.9) unstable; urgency=high
5287 * Do not allow patch files with C-style encoded filenames. Closes: #746306
5288 Fixes CVE-2014-3127 and unconditionally fixes CVE-2014-0471.
5289 Reported by Javier Serrano Polo <javier@jasp.net>.
5290 * Switch alternative database backups from xz to gzip. Closes: #746354
5291 * Do not leak long tar names on bogus or truncated archives.
5292 * Do not leak the filepackages iterator when a directory is used by other
5294 * Fix short lived memory leaks in «dpkg-split --split».
5295 * Fix memory leak in unused Keybindings screen in dselect.
5296 * Do not leak color string on «dselect --color».
5297 * Fix memory leaks when parsing alternatives.
5298 * Fix off-by-one stack buffer overrun in start-stop-daemon on GNU/Linux and
5299 GNU/kFreeBSD if the executable pathname is longer than _POSIX_PATH_MAX.
5300 Although this should not have security implications as the buffer is
5301 surrounded by two arrays (so those catch accesses even if the stack
5302 grows up or down), and we are compiling with -fstack-protector anyway.
5303 * Mark the command_get_pager() tests on a tty as TODO for now, so that
5304 we do not get failures on build daemons.
5305 * Make test suite errors abort the build again. Closes: #746331
5307 [ Updated scripts translations ]
5308 * French (Steve Petruzzello). Closes: #746350
5309 * German (Helge Kreutzmann).
5311 [ Updated man pages translations ]
5312 * German (Helge Kreutzmann).
5314 -- Guillem Jover <guillem@debian.org> Wed, 30 Apr 2014 05:45:20 +0200
5316 dpkg (1.17.8) unstable; urgency=high
5319 * Do not backup nonexistent database files from the cron.daily file.
5320 And stop emitting tar warnings. Closes: #745592, #745651
5322 - Improve Perl code coverage.
5323 - Improve C code coverage.
5324 * Handle space-only strings when parsing versions in libdpkg.
5325 * Document the environment requirements for the dpkg-maintscript-helper
5326 supports command in the man page. Closes: #739634
5327 * Improve wording for «dpkg --verify» and --verify-format in the man page.
5329 * Switch test runner from Test::Harness to TAP::Harness.
5330 * Use the perl TAP::Harness for the C test suite instead of the automake
5331 tap-driver, to avoid requiring automake >= 1.12, currently not present
5333 * Enable failed test case reporting from the TAP::Harness, so that we get
5334 more meaningful reports on failure from the C test suite.
5335 * Correctly parse C-style diff filenames in Dpkg::Source::Patch, to avoid
5336 directory traversal attempts from hostile source packages when unpacking
5337 them. Reported by Jakub Wilk <jwilk@debian.org>. Fixes CVE-2014-0471.
5339 [ Updated programs translations ]
5340 * German (Sven Joachim).
5341 * Russian (Yuri Kozlov). Closes: #745869
5342 * Vietnamese (Trần Ngọc Quân).
5344 -- Guillem Jover <guillem@debian.org> Mon, 28 Apr 2014 13:33:11 +0200
5346 dpkg (1.17.7) unstable; urgency=low
5350 - Mention in deb-symbols(5), that the “main-dependency-template” is
5351 always used. Closes: #737731
5352 - Clarify in deb-control(5) «Multi-Arch: no» field omission.
5353 - Clarify in dpkg-buildpackage(1) --check-option description.
5354 - Document dpkg-query --control-path life expectancy. See: #699647
5355 - Fix indentation of “Extract options (with -x)” title in dpkg-source(1).
5356 - Improve symlink <-> directory switch information in
5357 dpkg-maintscript-helper(1). Closes: #739388
5358 - Add missing flags affected by hardening options to dpkg-buildflags(1).
5359 * Use exit instead of return to exit a subshell in dpkg-maintscript-helper.
5360 Thanks to Richard Levitte <richard@levitte.org>. Closes: #738957
5361 * Localize $_ in Perl functions with while (<$fh>) style loops.
5362 * Perl test suite cleanup:
5363 - Switch test suite runner from ExtUtils::Command::MM to Test::Harness.
5364 - Enable colors in test suite runner.
5365 - Remove sequence number prefixes from test case filenames.
5366 * Do not generate perl warnings on nonexistent fields with
5367 «dpkg-parsechangelog --show».
5368 * Fix bogus message on dependency parse errors in dpkg-checkbuilddeps.
5370 * Document is_pgp_signed as a public Dpkg::Control::Hash option.
5372 * Do not generate perl warnings on undef versions in
5373 Dpkg::Deps::deps_compare(). See: #737731
5374 * Clarify dpkg-genchanges error message on binary builds without any binary
5375 artifact built. Closes: #726520
5376 * Improve dpkg-source warning message when ignoring file removals,
5377 by adding a hint about the --include-removal option.
5378 Thanks to Moritz Muehlenhoff <jmm@debian.org>. Closes: #738310
5379 * Add a new dpkg-source extraction --ignore-bad-version option.
5381 * Add Architecture and Build-Profiles information to Package-List field,
5382 as optional name=value1,value2 entries, with names «arch» and «profile».
5383 Use the now recognized field Build-Profiles from binary stanzas in the
5384 source control file to fill the «profile» value.
5385 * Do not interpret the .dsc filename as a regex when recomputing the
5386 md5sum for the .changes file after signing the .dsc. Closes: #742535
5387 * Cache vendor info Control::Hash objects in Dpkg::Vendor::get_vendor_info()
5388 when parsing the vendor file on each hook invocation.
5389 * If the vendor does not have a Dpkg::Vendor module, try loading a module
5390 from the parent vendors, before falling back to Dpkg::Vendor::Default.
5392 * Set Ubuntu build flags for ppc64el instead of ppc64, as Ubuntu never ended
5393 up shipping a ppc64 architecture. Also honor noopt DEB_BUILD_OPTIONS flag.
5394 Thanks to Adam Conrad <adconrad@debian.org. Closes: #738691
5395 * Add OpenRISC or1k support to cputable.
5396 Thanks to Christian Svensson <christian@cmd.nu>. Closes: #736717
5397 * Add support for FCFLAGS, OBJCFLAGS and OBJCXXFLAGS build flags.
5399 * Improvements and portability fixes to start-stop-daemon:
5400 - When using the Linux procfs switch to use /proc/PID/status instead of
5401 /proc/PID/stat to read the process name.
5402 - Add a generic KVM-based implementation to initialize the entire
5404 - Fix FreeBSD KVM code to use current kinfo_proc layout.
5405 - Add a native FreeBSD pid_is_exec() method, which is more reliable than
5406 the KVM-based one, and means neither linprocfs nor procfs are required
5407 on such system anymore. Note that GNU/kFreeBSD is still using Linux
5408 procfs code (which ends up using linprocfs).
5409 - Fix OpenBSD KVM code to use current kinfo_proc layout.
5410 - Detect system specific headers at configure time instead of hardcoding
5411 their usage depending on system macros.
5412 - Add a new --ppid matching option to check for parent PID.
5413 Suggested by Alex Mestiashvili <mailatgoogl@gmail.com>.
5414 - On GNU/Hurd do not link unnecessarily against libshouldbeinlibc and
5416 * Set TAR preprocessor variable at build time instead of hardcoding it.
5417 This will allow non-GNU systems to easily use another value for their
5418 GNU tar, which is usually either gnutar or gtar.
5419 * Require compound literals support in the compiler at configure time.
5420 * Fix compound literals usage with compilers in C99 mode, by not assigning
5421 them to static variables.
5422 * Test suite cleanup:
5423 - Do not unnecessarily shut up stdout in t-subproc.
5424 - Test command_exec() exit code.
5425 - Test allocations with new test_alloc() instead of pass/fail macros.
5426 - Switch C test suite to use TAP.
5427 * Add support for Packages-files in dpkg --update-avail and --merge-avail
5428 from pipes, or standard input if the argument is omitted or is ‘-’.
5429 Closes: #357093, #367297
5430 * Error out on not-installed packages passed to «dpkg --verify».
5431 * Deprecate compressing .deb files with bzip2, by making dpkg-deb issue a
5432 warning, as the compressor has been superseded by xz when it comes to
5433 compression ratio, and in cases where higher compatibility or raw speed
5434 is desired gzip is still the better option. Although unpacking will be
5435 kept being supported to handle existing bzip2 compressed .deb files.
5436 * Use GNU tar's --no-unquote when using -T in dpkg-deb to avoid mangling
5437 filenames. Reported by Niels Thykier <niels@thykier.net>. Closes: #743687
5438 * Backup all databases with user data, not just the status database.
5439 * Add Conflicts to dpkg against packages using install-info that were
5440 removed after lenny or squeeze, but may have survived upgrades to wheezy.
5441 Thanks to Andreas Beckmann <anbe@debian.org>. Closes: #735159
5442 * Be verbose on «make check» errors by printing the test suite log.
5444 [ Updated programs translations ]
5445 * German (Sven Joachim).
5446 * Swedish (Peter Krefting).
5447 * Thai (Theppitak Karoonboonyanan). Closes: #745032
5448 * Vietnamese (Trần Ngọc Quân).
5450 [ Updated scripts translations ]
5451 * German (Helge Kreutzmann).
5452 * Swedish (Peter Krefting).
5454 [ Updated man pages translations ]
5455 * German (Helge Kreutzmann).
5456 * Italian (Beatrice Torracca). Closes: #742449
5457 * Swedish (Peter Krefting).
5459 -- Guillem Jover <guillem@debian.org> Mon, 21 Apr 2014 05:03:52 +0200
5461 dpkg (1.17.6) unstable; urgency=low
5464 * Move signing in dpkg-buildpackage to the end of the build.
5465 * Add new --check-command and --check-option options to dpkg-buildpackage,
5466 and DEB_CHECK_COMMAND environment variable as a default value, to
5467 specify a package checker to use before the signing process.
5468 * Detect a missing gain-root-command even if dpkg-buildpackage is running
5470 * Detect a missing sign-command in dpkg-buildpackage, before starting the
5471 build, to avoid a failure at the end of the process.
5472 * Remove trailing newlines from dpkg-deb warning message.
5473 * Change dpkg-deb conffile name length warning into an error, as dpkg will
5474 reject those packages at install time anyway.
5475 * Unify and clarify dpkg-deb and dpkg conffile name length error message.
5477 * Add new start-stop-daemon --pid option. Closes: #253265
5478 * Mention Multi-Arch: no value in man pages. Closes: #732648
5479 * Correctly hyphenate binary-only and source-only in dpkg-buildpackage
5481 * Use makedev(3) when extracting .deb archives rather than ad-hoc
5482 computations, to be able to support large major/minor device numbers,
5483 supported on at least Linux, NetBSD and OpenBSD based systems.
5484 Thanks to Peter Chang <dpf@google.com>.
5485 * Turn the ARM Embedded ABI symbols blacklist into a regex, to stop having
5486 to keep up with the GNU toolchain, or other toolchains emitting different
5488 * Blacklist GOMP critical section symbols. Closes: #708033
5489 * Add support for Ignore-Blacklist-Groups field in symbols files, with the
5490 two available group values aeabi and gomp. Closes: #694524
5491 * Allow updating checksums in Dpkg::Checksums without erroring out.
5492 * Add shell hooks support to dpkg-buildpackage, based on the debuild
5493 implementation in devscripts 2.13.9. Closes: #476221
5494 * Add support for Testsuite source field.
5495 * Clarify error message about missing revision in non-native source package.
5496 Closes: #719348, #733746
5497 * Set default compression options in source format specific modules instead
5498 of dpkg-source. This makes sure the correct compression level is set, even
5499 for “3.0 (native)” packages with non-default compressors. Closes: #733326
5500 * Change default source package compressor for new formats (>= 2.0) to xz.
5501 * Ignore the same packages in «dpkg-query --list» when computing the
5502 column width as when printing the entries. Closes: #734114
5503 * Do not produce .deb archives with uncompressed gzip members on
5504 «dpkg-deb -Zgzip -z0», instead create them as non-compressed members,
5505 as if -Znone had been passed, as documented. Closes: #718295
5506 * Add support for .deb archives with a control member not compressed
5507 (control.tar) or compressed with xz (control.tar.xz).
5508 * Add support for creating uniformly compressed .deb archive members,
5509 with the new dpkg-deb option --uniform-compression.
5510 * Fix file descriptor leaks in diversions and statoverride databases.
5512 * Allow missing prior-version argument in dpkg-maintscript-helper
5513 dir_to_symlink and symlink_to_dir commands. Closes: #733980
5515 [ Updated programs translations ]
5516 * Swedish (Peter Krefting).
5517 * Vietnamese (Trần Ngọc Quân).
5519 [ Updated scripts translations ]
5520 * German (Helge Kreutzmann).
5521 * Swedish (Peter Krefting).
5523 [ Updated man pages translations ]
5524 * German (Helge Kreutzmann).
5525 * Swedish (Peter Krefting).
5527 -- Guillem Jover <guillem@debian.org> Wed, 15 Jan 2014 05:29:45 +0100
5529 dpkg (1.17.5) unstable; urgency=low
5532 * Switch non-tty output to be line buffered by default, and set it to fully
5533 buffered only for programs with precious and abundant output, not just
5534 progress reporting output (i.e. dpkg-query). This was causing out-of-order
5535 error and debug messages in relation to normal progress reporting, which
5536 could be very confusing. Regression introduced in dpkg 1.17.2.
5537 * Fix segfault in update-alternatives when adding or renaming slaves for
5538 an existing alternative. Regression introduced in dpkg 1.17.2.
5540 * Fix dpkg-maintscript-helper symlink_to_dir and dir_to_symlink commands:
5541 - Always run postinst code regardless of prior-version, as the package
5542 might have been never configured before.
5543 - Be more strict when checking the expected state of paths.
5544 - Rename subcommand shell code to check-files-ownership.
5545 - Change dir_to_symlink switch code to use a staging empty directory,
5546 to avoid dpkg removing files from other packages, when removing the
5547 package old files during upgrade.
5548 - Bump minimal version in man page to 1.17.5.
5550 * Mention gpg2 too as one of the default sign commands in dpkg-buildpackage.
5552 [ Updated programs translations ]
5553 * German (Sven Joachim).
5555 [ Updated scripts translations ]
5556 * German (Helge Kreutzmann).
5558 [ Updated man pages translations ]
5559 * German (Helge Kreutzmann).
5561 -- Guillem Jover <guillem@debian.org> Thu, 12 Dec 2013 08:29:45 +0100
5563 dpkg (1.17.4) unstable; urgency=low
5565 * Keep the diversions and statoverride database files open during dpkg
5566 runs, to avoid eager inode number reuse by the filesystem if these files
5567 get replaced multiple times in maintainer scripts, as we rely on the
5568 inode numbers being different when checking if the databases need to
5569 be reloaded. Regression introduced in 1.17.2. Closes: #731524
5570 * Add debug output to diversions and statoverride database loading code.
5571 * Reset the statoverrides information from the in-core database when
5572 reloading it from disk, otherwise removals in maintainer scripts will
5573 not be seen during the current dpkg run.
5574 * Get rid of dpkg-split global partqueue queue variable.
5575 * Use warningv() in dpkg instead of ad-hoc printing message when
5576 overriding with --force option.
5577 * Switch URLs in docs and code comments from http:// to https:// if the
5578 latter is available.
5580 -- Guillem Jover <guillem@debian.org> Sat, 07 Dec 2013 07:34:54 +0100
5582 dpkg (1.17.3) unstable; urgency=low
5585 * Check availability of warning flags at build time. Fixes a build failure
5586 on systems with old g++ compilers not accepting -Wc++11-compat.
5587 * Move DPKG_C_C99 call just after AC_PROG_CC, so that subsequent checks
5588 can take advantage of the possibly set flags to enable C99 features.
5589 * Improve configure C99 compiler check output.
5590 * Use C++11 nullptr instead of 0 or NULL, which is way more descriptive
5591 and has a better type. Check for C++11 compiler support, and fallback
5592 nullptr to 0 if unavailable.
5594 [ Updated programs translations ]
5595 * Vietnamese (Trần Ngọc Quân). Closes: #731409
5597 -- Guillem Jover <guillem@debian.org> Thu, 05 Dec 2013 10:19:38 +0100
5599 dpkg (1.17.2) unstable; urgency=low
5602 * Make Dpkg::Arch debwildcard_to_debtriplet() more robust by matching
5603 on exact 'any' strings, instead of substrings.
5604 * Add manpages-it Replaces to dselect and dpkg-dev. Closes: #717983
5605 Reported by Andreas Beckmann <anbe@debian.org>.
5606 * Document default dpkg-deb compressor change to xz in man page.
5607 Thanks to Salvatore Bonaccorso <carnil@debian.org>. Closes: #718437
5608 * Version manpages-it in Replaces with (<< 2.80-4), now that the package
5609 does not ship the overlapping paths any more.
5610 * Automatically prepend needed spaces for continuation --force-help lines.
5611 * Be more precise on deb format errors with data member in dpkg-deb.
5612 * Do not allow deb packages with control and data members swapped.
5613 * Clarify «dpkg-deb --extract» bad usage error message on missing arguments
5614 by printing all required arguments at once. Closes: #718899
5615 * Clarify the insertion order of _ members in deb(5) man page.
5616 * Fix use after free in alternative_parse_fileset() on update-alternatives.
5617 Reported by Pedro Ribeiro <pedrib@gmail.com>.
5618 * Fix use after free in dpkg_arch_load_list() on libdpkg.
5619 Reported by Pedro Ribeiro <pedrib@gmail.com>.
5620 * Fix theoretical stack buffer overflow in w_dependency() on libdpkg, not
5621 currently applicable. Reported by Pedro Ribeiro <pedrib@gmail.com>.
5622 * Add ppc64el support to cputable. Closes: #718945
5623 Thanks to Jeff Bailey <jeffbailey@google.com>.
5624 * Use dpkg-gencontrol -c argument as a fallback lock file in case
5625 debian/control does not exist. Closes: #667008
5626 * Pass the package reference count (i.e. number of present instances) to
5627 maintainer scripts via the new variable DPKG_MAINTSCRIPT_PACKAGE_REFCOUNT.
5629 * Fix field names on error messages in libdpkg, by either capitalizing them
5630 or by renaming them to match reality.
5631 * Do not capitalize error and warning messages.
5632 * When ignoring invalid remove requests in dpkg consider that progress,
5633 reset the loop detector and avoid the assert. Closes: #143307
5634 * Activate all path components for file triggers on removal.
5635 Regression introduced in 1.17.0. Closes: #725437
5636 * Activate file triggers on disappearance more accurately, only when we know
5637 we are inevitably removing things.
5638 * Fix «dpkg-query --list» output when using multibyte character strings,
5639 to avoid unaligned columns and mojibake. Closes: #257505, #718541
5640 Based on a patch by Changwoo Ryu <cwryu@debian.org>.
5641 * Use fully buffered output on non-tty stdout.
5642 Reported by Shawn Landden <shawnlandden@gmail.com>.
5643 * Recognize «start-stop-daemon -C» as documented. Closes: #719746
5644 Reported by Brian S. Julin <bri@abrij.org>.
5645 * When update-alternatives is told to change slave links, do not warn that
5646 the link group is broken, just print a notice that the alternative is
5647 being updated due to the changes.
5648 * Add a new «dpkg --verify» command to check the integrity of packages
5649 installed files. Add a --verify-format option to explicitly select the
5650 output format, currently only rpm compatible output is supported, but
5651 the default might change in the future. Closes: #187019
5652 * Improve dpkg “Preparing to replace” and “Unpacking” progress messages.
5653 Closes: #32427, #71106
5654 * Print the package version on main dpkg progress messages.
5655 * Do not store timestamps in gzip headers when using the command, to try to
5656 mimic the zlib behavior. This does not affect Debian as it's been using
5657 zlib for a very long time. Closes: #719844
5658 * Reset environment variables affecting compressor commands when not using
5659 the shared library implementations. Namely XZ_DEFAULTS, XZ_OPT, BZIP and
5661 * Use a simple list to track packages owning a file, instead of using a
5662 list of arrays of pointers which waste 10 pointers per non-shared file,
5663 instead of 1. This significantly reduces dpkg memory usage.
5664 * Honor new DEB_SIGN_KEYID environment variable in dpkg-buildpackage.
5665 Suggested by Harald Dunkel <harri@afaics.de>. Closes: #615813, #719418
5666 * Always check subprocess exit codes in Dpkg::Source::Package modules.
5667 Reported by Ian Jackson <ijackson@chiark.greenend.org.uk>.
5668 * Add support for pie and stack-protector options to dpkg-buildflags FFLAGS,
5669 and update the man page to mention FFLAGS are a subset of CFLAGS.
5671 * Improve and unify -O option handling in dpkg-genchanges, dpkg-gensymbols
5672 and dpkg-shlibdeps, by always taking an optional filename argument and
5673 describing in the man page the default output files.
5674 * Use “hyphen” instead of “dash” when we mean the ‘-’ character in the
5675 documentation and code comments.
5676 * Do not NULL-terminate the list in the compat scandir(), as this might
5677 cause a segfault in case the function returns 0 entries.
5678 * Always return from ensure_statoverrides() if file is NULL, otherwise
5679 we might get us to read garbage from memory or segfault.
5680 * Add new symlink_to_dir command to dpkg-maintscript-helper. Closes: #720712
5681 Based on a patch by Bastien ROUCARIÈS <roucaries.bastien@gmail.com>.
5682 * Add new dir_to_symlink command to dpkg-maintscript-helper. Closes: #583585
5683 * Distinguish dpkg error reports between errors while processing packages
5685 * Fix crashes in the first call to gettext() after fork() on Mac OS X, by
5686 forcing the initialization at program start of the CoreFoundation cached
5688 * Set a default gettext domain for libdpkg code, so that other programs
5689 using a different domain can still get correct translations, like dselect.
5690 * Cleanup libdpkg-perl API:
5691 - Dpkg::Compression: Deprecate $default_compression_level,
5692 $default_compression and $compression_re_file_ext package variables.
5693 - Dpkg::Exit: Deprecate @handlers package variable.
5694 - Dpkg::Source::Package: Deprecate $diff_ignore_default_regexp and
5695 @tar_ignore_default_pattern package variables.
5696 - Dpkg::Changelog::Entry::Debian: Deprecate $regex_header and
5697 $regex_trailer package variables.
5698 * Add GnuPG 2.x support. Add gnupg2 and gpgv2 as alternative Recommends to
5699 gnupg and gpgv (to not pull them by default), but prefer gpgv2 over gpgv,
5700 and gpg2 over gpg at run-time if they are available.
5701 * Switch dpkg conflictor tracking from a fixed-size array to a queue,
5702 fixing several related issues, due to conflictors not being removed from
5703 the array after processing them. dpkg could fill it due to additions in
5704 previous package processing producing very confusing error messages; and
5705 a theoretical problem where a package could get appended to be removed,
5706 then reinstalled as a new version, to get removed again when revisiting
5707 the array in a subsequent package processing. Closes: #726112
5708 * Do not accept empty field names in dpkg.
5709 * Do not accept an initial hyphen in field names.
5710 * Add experimental build profiles support:
5711 - Add support for <!profile.name> build-time restrictions in dependencies.
5712 - Add support for DEB_BUILD_PROFILES environment variable.
5713 - Add new option -P to dpkg-buildpackage and dpkg-checkbuilddeps.
5714 - Add new Built-For-Profiles output field in .deb and .changes files.
5715 Based on a patch by Patrick "P. J." McDermott <pjm@nac.net>,
5716 Wookey <wookey@debian.org> and Johannes Schauer <j.schauer@email.de>.
5718 * Bump Standards-Version to 3.9.5.
5719 * Document interactions of dpkg-source --extend-diff-ignore and -i in the
5720 man page. Closes: #729874
5722 [ Updated programs translations ]
5723 * German (Sven Joachim).
5724 * Vietnamese (Trần Ngọc Quân).
5726 [ Updated scripts translations ]
5727 * German (Helge Kreutzmann).
5729 [ Updated man pages translations ]
5730 * French (Christian Perrier): fix incorrectly translated sentence,
5731 thanks to Fabien Givors.
5732 * German (Helge Kreutzmann).
5734 -- Guillem Jover <guillem@debian.org> Thu, 05 Dec 2013 04:56:31 +0100
5736 dpkg (1.17.1) unstable; urgency=low
5738 * Man pages cleanup:
5739 - Make explicit that dpkg-shlibdeps -e can be used multiple times.
5740 - Improve documentation on how to update the available database before
5741 setting package selections. Suggested by Klaus Ita <koki.eml@gmail.com>.
5742 * Add manpages-it Replaces to dpkg due to new translated man pages.
5743 Reported by Alessio Gaeta <alga777@gmail.com>. Closes: #717983
5744 * Reword libdpkg-perl description and only list public modules.
5745 * Remove space before value in dpkg-parsechangelog -S option on pkg-info.mk.
5747 * Make the build system install start-stop-daemon directly under /sbin,
5748 instead of moving it around in debian/rules.
5750 -- Guillem Jover <guillem@debian.org> Sun, 28 Jul 2013 14:44:50 +0200
5752 dpkg (1.17.0) unstable; urgency=low
5755 * Switch update-alternatives back to a fatal error on out of range priority
5757 * Document dpkg-deb --debug in --help output.
5758 * Bump Standards-Version to 3.9.4 (no changes needed).
5759 * Use the new canonical dpkg git Vcs URLs.
5760 * Remove ancient version from zlibg1-dev Build-Depends.
5761 * Add compression development packages to libdpkg-dev Depends.
5762 * Man pages cleanup:
5763 - Disable justification and hyphenation in SEE ALSO sections.
5764 - Remove unneeded double quotes in .SH headings.
5765 - Do not use “header” when “format” or “field” is meant.
5766 - Move dangers of installing via dpkg-deb from BUGS to a NOTES section.
5767 - Remove BUGS sections containing obvious or misplaced information.
5768 - Move BUGS sections before EXAMPLES and SEE ALSO sections.
5769 - Place ENVIRONMENT and FILES sections contiguously.
5770 - Move EXIT STATUS section before ENVIRONMENT.
5771 - Rename CAVEATS sections to NOTES.
5772 - Fold BACKWARD COMPATIBILITY section into other sections.
5773 - Document since when DEB_*_MULTIARCH variables are supported.
5774 - Move compiler flags subsection from ENVIRONMENT to NOTES.
5775 - Unify WARNING and ERROR sections into DIAGNOSTICS.
5776 - Unify command-line options into a single OPTIONS section.
5777 - Mark programs, variables, fields and command-line options in bold.
5778 - Fold dpkg-architecture(1) DEBIAN/RULES section into EXAMPLES.
5779 - Fix dpkg-architecture(1) debian/rules usage documentation.
5780 - Move dpkg-buildflags(1) HARDENING into a new FEATURE AREAS subsection.
5781 - Improve dpkg-buildflags(1) usage documentation.
5782 Thanks to Matthijs Kooijman <matthijs@stdin.nl>. Closes: #657627
5783 - Clarify that DPKG_MAINTSCRIPT_PACKAGE is not arch-qualified.
5784 - Add triggers to the list of binary control information files.
5785 Thanks to Charles Plessy <plessy@debian.org>.
5786 * Use colon instead of dot for user:group in dpkg debug output.
5787 * Remove support for obsolete DM-Upload-Allowed from Dpkg::Vendor::Debian.
5788 * Fix update-alternatives to use the current alternative link as the first
5789 best value, to avoid flip-flops of alternatives with equal priority.
5791 * Fix clang warnings due to change of alignment requirements.
5792 * Change copyright file to point to GPL-2 instead of GPL.
5793 * Do not pass -e in shell script shebangs, set it in the body.
5794 * Add new dpkg-parsechangelog --show-field option to print a field value.
5796 * Add new dpkg-buildpackage --force-sign option.
5797 * By default do not sign builds for UNRELEASED uploads on dpkg-buildpackage.
5799 * Also check Build-Depends-Arch for minimal versions in dpkg-shlibdeps.
5801 * Document dpkg-buildflags export mode usage in man page. Closes: #691449
5802 Thanks to Jonathan Nieder <jrnieder@gmail.com>.
5803 * Rename dpkg-buildflags configure exporter to cmdline, but preserve
5804 configure as a legacy alias.
5805 * Mask fortify hardening option from dpkg-buildflags output on noopt.
5806 New glibc 2.16 and later, issue a warning on this condition.
5808 * Refer to path instead of file on dpkg-statoverride.
5809 * Always print a descriptive architecture column, even for empty or missing
5810 architectures on «dpkg-query --list».
5811 * Rework SELinux code on unpack to reload the label database if it has
5812 changed, for example while upgrading the SELinux policy package.
5813 * Execute maintainer scripts in a new execution context, based on the
5814 current one and the specific maintainer script filename, and if it's
5815 not different to the current one, use "dpkg_script_t" as a fallback.
5816 * Do not unnecessarily create a dpkg update log record on remove or purge.
5817 * Always reset want status when removing or purging a package; so this
5818 now resets holds among others. Closes: #163763
5819 * Always reset want status when installing a package; so this now resets
5820 holds among others. Closes: #162541
5821 * Defer cleanup of .dpkg-new and .dpkg-tmp paths on removal to the point
5822 when we are definitely removing the main path.
5823 * Activate file triggers on removal more accurately, only when we know
5824 we are inevitably removing things.
5825 * Change dir to / before executing maintainer scripts. Closes: #686782
5826 * Add new dpkg-deb --deb-format option and base --new and --old on it,
5827 as the latter are not future-proof, and neither can be guaranteed to
5828 produce a reliable output file format.
5829 * Drop archtable. It serves no purpose, it's Debian specific, it's
5830 usually outdated, and everyone should be using dpkg-architecture anyway.
5831 * Add musl-linux support to ostable and triplettable.
5832 Requested-by Kevin Bortis <wermut@gmail.com>.
5833 * Remove update-alternatives, dpkg-divert and dpkg-statoverride
5834 compatibility symlinks under /usr/sbin/.
5835 * Remove install-info wrapper.
5836 * Only ignore older packages if the existing version is informative. This
5837 allows any program using libdpkg to parse the available file to see again
5838 packages with versions lesser than 0-0 (like 0~0-0). Closes: #676664
5839 * Fix Dpkg::Control::Hash set_options() to take a hash as argument instead
5841 * Add a new Dpkg::Vendor get_vendor_dir() function.
5842 * Print correct path to vendor directory on error message in dpkg-vendor.
5843 * Do not hardcode the dpkg system configuration directory in perl scripts,
5844 respect build time setting.
5845 * Deprecate Dpkg perl module lowercase and exported by default variables,
5846 replaced by new unified uppercase non-exported by default ones.
5847 * Do not set -fstack-protector in the default build flags on arm64 (it's
5848 not yet supported). Thanks to Matthias Klose <doko@ubuntu.com>.
5850 * Add GCJFLAGS support to dpkg-buildflags. Closes: #708375
5851 * Clarify that dpkg --set-selections needs an up-to-date available db,
5852 by documenting it on the dpkg(1) man page, and warning whenever dpkg
5853 finds unknown packages while setting the selections. Closes: #703092
5854 * Print nicer error messages in perl scripts using Getopt::Long by trapping
5855 $SIG{__WARN__} to call usageerr() on option parse errors.
5856 * Move the exit call out from usage() in dpkg-scansources so that usageerr()
5857 gives a correct exit code. Thanks to Bernhard R. Link <brlink@debian.org>.
5858 * Print correct error message on unknown dpkg-name options before --.
5859 * Require at least one filename on dpkg-name after --.
5860 * Switch program usage errors to not print entire --help output.
5862 * Document that «dpkg-parsechangelog -l-» can be used to read from stdin.
5863 * Support parsing compressed changelog files transparently. Closes: #684196
5864 * Sort files inside new diffs generated by dpkg-source lexicographically.
5866 * Add support for a build_arch option in Dpkg::Deps deps_parse().
5867 Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #697297
5868 * Move epoch-less or revision-less output logic to Dpkg::Version.
5869 Based on a patch by Bernhard R. Link <brlink@debian.org>.
5870 * Catch mismatches between version strings and format versions in
5871 dpkg-source. Ensure that a 3.0 (quilt) package has a non-native version
5872 and that a 3.0 (native) package has a native version. Closes: #700177
5873 Thanks to Bernhard R. Link <brlink@debian.org>.
5874 * Add support for mipsn32(el) and mips64(el) to arch tables.
5875 Thanks to YunQiang Su <wzssyqa@gmail.com>. Closes: #685096, #707323
5876 * Document --file and --label parser options in dpkg-parsechangelog(1).
5877 * Add a new configure --with-dpkg-deb-compressor option to allow selecting
5878 the default dpkg-deb compressor, mainly for downstreams.
5879 * Switch dpkg-deb default compressor from gzip to xz. Build dpkg.deb using
5880 gzip to make debootstrap life easier on non-Debian based systems.
5881 * Add support for gzip compression strategies to dpkg-deb. The new
5882 strategies are: filtered, huffman, rle and fixed.
5883 * Change dpkg and dpkg-deb help output to recommend apt instead of dselect
5884 as a user-friendly frontend.
5885 * Remove temporary file on error during «dpkg-divert --rename».
5886 * Fix value caching in Dpkg::Arch by not shadowing the variables.
5887 * Fix chmod() arguments order in Dpkg::Source::Quilt. Closes: #710265
5888 Thanks to Pablo Oliveira <pablo@sifflez.org>.
5889 * Add new dpkg-shlibdeps -l option to add private shared library directories.
5890 This should be used instead of abusing LD_LIBRARY_PATH to pass the paths,
5891 which might be problematic when cross-compiling. Closes: #698881
5892 * Only apply empty line and comma cleanups when doing substvar replacements
5893 on fields where those are relevant. Closes: #659814
5894 * Do not scan control files twice for PGP signature presence.
5897 * Fix dpkg-maintscript-helper rm_conffile and mv_conffile to do nothing
5898 when the conffile is no longer owned by the current (or named) package.
5899 Thanks to Steve Langasek for the patch. Closes: #716948
5900 * Improve dpkg-maintscript-helper behaviour in “Multi-Arch: same” packages
5901 by arch-qualifying package names read from the environment. Also add
5902 a warning about this potential problem in the manual page.
5903 * Fix usage of non-existent _() function in multiple places of the Perl
5904 code. Thanks to Lincoln Myers <lincoln@netapp.com> for the patch.
5907 [ Updated programs translations ]
5908 * Fix typo in Spanish translation of update-alternatives.
5909 Thanks to Javier Fernandez-Sanguino <jfs@debian.org>. Closes: #713020
5911 [ Updated programs translations ]
5912 * Vietnamese (Trần Ngọc Quân). Closes: #715334
5914 [ Added man pages translations ]
5915 * Italian (Beatrice Torracca). Closes: #711647
5917 [ Updated man pages translations ]
5918 * Fix wrong translation of "fortify" in French dpkg-buildflags(1) man page.
5919 Thanks to Christian Perrier <bubulle@debian.org>. Closes: #712976
5920 * Fix typo in dpkg-source(1) man page French translation.
5921 Thanks to Cédric Boutillier <boutil@debian.org>. Closes: #708292
5922 * Japanese (TAKAHASHI Motonobu). Closes: #704240
5924 -- Guillem Jover <guillem@debian.org> Fri, 26 Jul 2013 23:54:54 +0200
5926 dpkg (1.16.10) unstable; urgency=low
5929 * Fix typos in 1.16.9 changelog entry. Closes: #691954
5930 Thanks to Nicolás Alvarez <nicolas.alvarez@gmail.com>.
5931 * Add missing @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.in.
5932 * Do not use an undefined va_list variable in dpkg_put_errno().
5933 * Abort installation if we cannot set the security context for a file.
5934 * Fix OpenPGP armored signature parsing, to be resilient against doctored
5935 input, including source package control files. Closes: #695919
5936 * Make sure the OpenGPG armor contains a signature block, even on EOF.
5937 * Do not accept Armor Header Lines inside a paragraph.
5938 * Do not abort dselect when multiarch is detected, as that only makes
5939 users downgrade and hold on an older version w/ worse multiarch support.
5940 * Fix warning in Dpkg::Source::Archive with «perl -w» due to redefinition
5941 of getcwd() by removing unused POSIX modules usage. Closes: #700978
5943 [ Updated programs translations ]
5944 * Esperanto (Felipe Castro).
5945 * Spanish (Javier Fernández-Sanguino).
5946 * Vietnamese (Trần Ngọc Quân). Closes: #692100
5948 [ Updated scripts translations ]
5949 * Fix mistranslation in French translation of scripts.
5950 Thanks to Filipus Klutiero. Closes: #698530
5951 * Fix typos in French translation of scripts.
5952 Thanks to Sylvestre Ledru. Closes: #702627
5953 * Fix Russian translation (wrong order of parameters in a string).
5954 Thanks to Andrey Rahmatullin for noticing and Yuri Kozlov for fixing
5955 the translation. Closes: #698869
5957 -- Guillem Jover <guillem@debian.org> Fri, 08 Mar 2013 04:41:26 +0100
5959 dpkg (1.16.9) unstable; urgency=low
5962 * Fix dpkg-source regression in "3.0 (quilt)" source packages while
5963 unapplying patches that remove all files in a directory. Closes: #683547
5964 * Fix segfault in field format parsing on empty strings, affecting
5965 «dpkg-query -W -f ''» and «dpkg-deb -W --showformat=''». LP: #1035512
5966 * Fix dpkg's French usage string which was missing the final “s“ in
5967 --print-foreign-architectures. Closes: #685863
5970 * Use “statoverrides” instead of “statusoverrides” in dpkg-statoverride.
5972 * Comment out dpkg(1) documentation about disabled --command-fd option.
5974 * Cleanup dpkg-divert unit-test environment to avoid build failures.
5976 * Fix update-alternatives test suite to behave correctly on non-Debian
5977 binary paths. Known to be affecting at least Gentoo and Mac OS X.
5978 * Do not leak subcall command arguments in update-alternatives.
5979 * Fix segfault on update-alternatives when passing --slave without any
5980 action at all. LP: #1037431
5981 * Fix memory leak in dpkg filesavespackage().
5982 * Do not print garbage (or worse) on dpkg shared conffile debug output.
5983 * Use a hash instead of a ref to a hash for keys() in Dpkg::BuildFlags
5984 get_feature_areas(). This causes compilation failures with older perl
5985 versions, which can be an issue with partial upgrades.
5986 * Fix filter subpattern debug output format string to print an actual
5987 value instead of just blanks.
5988 * Ignore trailing filter subpattern slashes on reinclusion comparison.
5989 This makes sure to reinclude directories previously excluded so that
5990 contained files marked for inclusion do not fail to unpack due to a
5991 missing directory. Closes: #688416
5992 * Do not consider obsolete conffiles as actively owned by the package.
5993 This ensures conffile entries are not mishandled nor mixed up when
5994 configuring packages owning the non-obsolete conffiles. Closes: #689836
5995 Based on a patch by Andreas Beckmann <debian@abeckmann.de>.
5996 * Properly mark in the database obsolete conffiles on package replaces.
5997 * Sync the Conffiles field values for all package instances. Because
5998 only the first package instance being configured will have a *.dpkg-new
5999 conffile available to be processed, the subsequent ones need to use the
6000 hash from the previously processed entries.
6001 * Fix logic for previously configured conffiles, so that the shared
6002 conffile checks actually work on reinstallation. Closes: #684776
6003 * Avoid info database corruption and bogus accesses on unknown format
6004 values, by always reading the format file and validating it.
6005 * Clarify that the most probable reason for multiarch database
6006 inconsistencies is due to upgrades from unofficial dpkg versions.
6007 * Only satisfy a dependency on a “Multi-Arch: foreign” if arch-unqualified.
6008 * Take architecture into account in virtual packages on remove and
6009 configure dpkg actions. Closes: #683411
6010 * Update update-alternatives --query format and examples in man page to
6011 match the implementation.
6012 * Add two missing 3rd person ‘s’ in dpkg-gensymbols(1). Closes: #689863
6013 Thanks to Paul Menzel <pm.debian@googlemail.com>.
6014 * Fix regression on old-style binNMUs for packages that specify an
6015 explicit binary version to dpkg-gencontrol, by always fixing up the
6016 source version. Closes: #690823
6018 [ Updated programs translations ]
6019 * Catalan (Guillem Jover).
6020 * Czech (Miroslav Kure).
6021 * Danish (Joe Dalton). Closes: #690808
6022 * French (Christian Perrier).
6023 * German (Sven Joachim).
6024 * Italian (Milo Casagrande).
6025 * Japanese (Kenshi Muto).
6026 * Polish (Michał Kułach). Closes: #690449
6027 * Portuguese (Miguel Figueiredo). Closes: #682582, #690431
6028 * Russian (Yuri Kozlov). Closes: #688050, #690415
6029 * Slovak (Ivan Masár). Closes: #690426
6030 * Swedish (Peter Krefting).
6031 * Thai (Theppitak Karoonboonyanan). Closes: #690678
6032 * Traditional Chinese (imacat). Closes: #687002
6034 [ Updated scripts translations ]
6035 * Polish (Michał Kułach). Closes: #683104
6036 * Spanish (Omar Campagne). Closes: #685297
6038 [ Updated dselect translations ]
6039 * Basque (Iñaki Larrañaga Murgoitio). Closes: #686421
6040 * Czech (Miroslav Kure).
6041 * Danish (Joe Dalton). Closes: #689820
6042 * Polish (Michał Kułach).
6044 [ Updated man pages translations ]
6045 * French (Thomas Vincent, Sylvestre Ledru, Christian Perrier).
6046 Closes: #682978, #683221
6047 * German (Helge Kreutzmann).
6048 * Japanese (Hideki Yamane). Closes: #685103
6049 * Polish (Michał Kułach).
6050 * Spanish (Omar Campagne, Guillem Jover). Closes: #683514
6051 * Swedish (Peter Krefting).
6053 -- Guillem Jover <guillem@debian.org> Sat, 20 Oct 2012 05:59:50 +0200
6055 dpkg (1.16.8) unstable; urgency=low
6057 [ Updated programs translations ]
6058 * Esperanto (Felipe Castro).
6059 * French (Christian Perrier).
6060 * Polish (Michał Kułach). Closes: #680561
6061 * Russian (Yuri Kozlov). Closes: #677850, #680411
6062 * Slovak (Ivan Masár).
6063 * Spanish (Javier Fernández-Sanguino)
6065 [ Updated man pages translations ]
6066 * French (Christian Perrier).
6068 [ Updated scripts translations ]
6069 * French (Christian Perrier).
6070 * Russian (Yuri Kozlov).
6072 [ Updated dselect translations ]
6073 * Danish (Joe Dalton). Closes: #680108
6074 * Russian (Yuri Kozlov).
6075 * Traditional Chinese (Asho Yeh - 阿信).
6077 -- Guillem Jover <guillem@debian.org> Sat, 21 Jul 2012 02:11:04 +0200
6079 dpkg (1.16.7) unstable; urgency=low
6082 * Fix bogus dpkg-query --control-show badusage() strings.
6085 * Fix dpkg-gencontrol to correctly compute the source version
6086 in the case of "old-style" bin-nmus. Closes: #679959
6088 [ Updated dselect translations ]
6089 * Catalan (Guillem Jover).
6090 * French (Christian Perrier).
6091 * German (Sven Joachim).
6092 * Swedish (Peter Krefting).
6094 [ Updated programs translations ]
6095 * French (Christian Perrier).
6096 * German (Sven Joachim).
6097 * Italian (Milo Casagrande).
6098 * Swedish (Peter Krefting).
6100 [ Updated man pages translations ]
6101 * Swedish (Peter Krefting).
6102 * French (Christian Perrier).
6104 [ Updated scripts translations ]
6105 * Swedish (Peter Krefting).
6106 * French (Christian Perrier).
6108 -- Raphaël Hertzog <hertzog@debian.org> Mon, 02 Jul 2012 21:16:12 +0200
6110 dpkg (1.16.6) unstable; urgency=low
6113 * Do not translate SELinux context to human readable form while unpacking,
6114 as that might cause the operation to fail if the mcstransd daemon
6115 stopped running during the transaction. Closes: #679641
6116 Thanks to Russell Coker <russell@coker.com.au>.
6117 * Add --control-list and --control-show to dpkg-query --help output.
6120 * Fix import of error functions in dpkg-buildflags. Regression introduced
6123 [ Updated scripts translations ]
6124 * German (Helge Kreutzmann).
6126 [ Updated man pages translations ]
6127 * German (Helge Kreutzmann).
6129 -- Guillem Jover <guillem@debian.org> Sat, 30 Jun 2012 21:45:10 +0200
6131 dpkg (1.16.5) unstable; urgency=low
6134 * dpkg-source will now clean up after a failed application of a quilt
6135 patch. Closes: #652970
6136 And it will display a message explaining the most likely cause of
6137 failure (patch applying with fuzz).
6138 * When dpkg-source regenerates the automatic patch (with formats "2.0"
6139 or "3.0 (quilt)") it will keep the current patch header to avoid
6140 losing changes made by the maintainer.
6141 * Modify dpkg-source --commit to auto-whitelist modified binary files.
6142 That way the same command can be used whatever kind of upstream files
6144 * dpkg-source now supports a new option --no-unapply-patches to force
6145 patches to be kept applied after build (used by formats "2.0" and "3.0
6146 (quilt)"). Closes: #643043
6149 * Add a dpkg-buildflags --status action to describe the flag settings.
6150 Thanks to Bernhard R. Link <brlink@debian.org>. Closes: #664058
6151 * Add support for “binary-only” key-value option in changelogs, to allow
6152 marking changelog entries as part of a binary only upload, having a
6153 different version from the source package. Closes: #440094, #672723
6154 * Minimize source architecture list on «dpkg-source -b» by removing
6155 architectures already covered by architecture wildcards. Closes: #675333
6156 * Do not assume $ENV{'HOME'} is defined in Dpkg::Source::Package.
6157 Thanks to Niels Thykier <niels@thykier.net>. Closes: #677631
6158 * Document in more detail in deb(5) the supported ar archive format.
6159 * Document in deb-src-control(5) the “Private-” field prefix.
6160 * Add new start-stop-daemon --no-close option to disable closing file
6161 descriptors on --background. Closes: #627333, #646425
6162 * Switch source compression to xz.
6163 * Detect ar header fields truncation due to too long member names or too
6164 large member sizes. Closes: #678933
6165 * Add new dpkg-query --control-list and --control-show commands, which
6166 replace the now deprecated --control-path.
6167 * Print master and slave alternative link names in update-alternatives
6168 --query and always print alternative link in --config. Closes: #679010
6169 * Cleanup and clarify buffer I/O error reporting. Closes: #621763
6170 * Avoid full stop and double newline at the end of errors and warnings.
6171 Thanks to Jonathan Nieder <jnieder@gmail.com>. Closes: #624000
6172 * Change all programs to accept -? instead of -h for help output.
6173 * Add support for specific arch-qualified dependencies. Closes: #676232
6174 Thanks to Thibaut Girka <thib@sitedethib.com>.
6175 * Accept “:native” arch-qualified Build-Dependencies. Closes: #558095
6176 Thanks to Thibaut Girka <thib@sitedethib.com>.
6177 * Do not use undefined values returned form deps_parse() in dpkg-shlibdeps.
6179 * Add an Architecture column to «dpkg-query -l» before the Description
6180 column. Suggested by Jonathan Nieder <jnieder@gmail.com>. Closes: #673190
6182 [ Updated programs translations ]
6183 * Swedish (Peter Krefting).
6185 [ Updated dselect translations ]
6186 * Swedish (Peter Krefting).
6188 [ Updated scripts translations ]
6189 * German (Helge Kreutzmann).
6191 [ Updated man pages translations ]
6192 * German (Helge Kreutzmann).
6193 * Swedish (Peter Krefting).
6195 -- Guillem Jover <guillem@debian.org> Sat, 30 Jun 2012 04:28:51 +0200
6197 dpkg (1.16.4.3) unstable; urgency=low
6199 * On «update-alternatives --install» only warn for now on out of range
6200 priorities and clamp the values, as there seems to be packages using
6201 priorities > INT_MAX, which although bogus as they were previously
6202 overflowing the int used to store them, that would cause installation
6203 failures when upgrading from squeeze. This will be reverted to an
6204 error after wheezy. Closes: #676874
6206 -- Guillem Jover <guillem@debian.org> Sun, 17 Jun 2012 10:56:15 +0200
6208 dpkg (1.16.4.2) unstable; urgency=low
6210 * Check correctly for out of range negative field width values in dpkg-query
6211 --show format strings. Regression introduced in 1.16.4. Closes: #676796
6213 -- Guillem Jover <guillem@debian.org> Sat, 09 Jun 2012 16:16:17 +0200
6215 dpkg (1.16.4.1) unstable; urgency=low
6217 * Fix explicit file trigger activation. Regression introduced in 1.16.4.
6220 -- Guillem Jover <guillem@debian.org> Fri, 08 Jun 2012 23:17:11 +0200
6222 dpkg (1.16.4) unstable; urgency=low
6225 * Deprecate compressing .deb files with lzma, by making dpkg-deb issue a
6226 warning, as the format has several deficiencies that have been addressed
6227 by upstream in xz. Although unpacking will be kept being supported to
6228 handle existing lzma compressed .deb files.
6229 * Add alternative changelog formats documentation from the policy manual
6230 to dpkg-parsechangelog(1). Closes: #584141
6231 * Add MiNT support to ostable and triplettable.
6232 Requested by Thorsten Glaser <tg@mirbsd.de>.
6233 * Add new frontend.txt file to dpkg-dev documenting some public interfaces
6234 for dpkg frontends. Closes: #670897
6235 * Clarify in dpkg(1) when --force-conf* options cause action.
6236 Suggested by Sven Joachim <svenjoac@gmx.de>. Closes: #391818
6237 * Add “gcc | c-compiler” to libdpkg-perl Suggests, due to Dpkg::Arch usage.
6239 * Do not mask PIE from dpkg-buildflags on m68k, it appears to work now.
6240 Requested by Thorsten Glaser <tg@mirbsd.de>.
6241 * Remove deprecated support for PGP style signing command interface from
6243 * Remove obsolete --udeb dpkg-scanpackages option.
6244 * Add arm64 support to cputable. Closes: #672408
6245 Thanks Wookey <wookey@wookware.org>.
6246 * Check parsed integers for invalid or no digit errors in start-stop-daemon
6247 and update-alternatives.
6248 * Check all parsed integers for out of range errors; i.e. that no negative
6249 values are allowed if not appropriate, and that no overflows occur.
6251 * Switch start-stop-daemon(8) man page examples from /var/run to /run.
6252 * Do not obscure Dpkg::Source::Package ‘require’ errors with custom
6253 error message. Thanks to Thomas Adam <thomas.adam@smoothwall.net> and
6254 Jonathan Nieder <jrnieder@gmail.com>.
6255 * Add new Dpkg::Substvars::set_as_used() member function.
6256 * Rename Dpkg::Substvars no_warn() member function to mark_as_used(), keep
6257 the old name aliased to the new one producing a deprecation warning.
6258 * Add support for Build-Depends-Arch and Build-Conflicts-Arch fields, and
6259 a new -A option to dpkg-checkbuilddeps. Closes: #629480
6260 Thanks to Roger Leigh <rleigh@debian.org>.
6261 * Add support for “none” as a valid dpkg-deb compression strategy value.
6263 * Clarify in dpkg(1) that the «dpkg -l» example only lists installed
6264 packages, and that to list available packages «dpkg-query --load-avail»
6265 has to be used instead. Closes: #673305
6266 * Clarify also in the dpkg(1) man page (already present in the dpkg.cfg(5)
6267 man page) the valid filenames for /etc/dpkg/dpkg.cfg.d/ fragment files.
6269 * Fix start-stop-daemon to not follow symlinks when creating pidfiles.
6270 Thanks to Carsten Hey <carsten@debian.org>. Closes: #675918
6271 * Refactor the file locking logic into a new Dpkg::File module, and move
6272 the libfile-fcntllock-perl dependency from dpkg-dev to libdpkg-perl.
6273 * Demote the libfile-fcntllock-perl Depends to a Recommends by falling back
6274 to use flock based locking, because it being an XS module makes building
6275 a new perl package bumping the perl ABI impossible, as both packages
6276 become uninstallable. Thanks to Dominic Hargreaves <dom@earth.li>.
6278 * Put an & before field_capitalize() calls in Dpkg::Control::Fields to
6279 fix a usage before declaration warning with perl 5.16. Closes: #676262
6280 * Do not warn in dpkg-divert on missing files list file for packages never
6281 installed before. Closes: #673518
6282 * Add support for liblzma to handle .xz and .lzma compressed files, and
6283 switch to it instead of using xz-utils. This removes the xz-utils
6284 Pre-Depends from dpkg. Thanks to Jonathan Nieder <jrnieder@gmail.com>.
6285 * Always activate all path components for file triggers, this fixes file
6286 trigger handling for conffiles and dpkg-trigger invocations.
6287 Closes: #675613, #676061, #676062, #676107, #676118, #676122
6288 * Do not reset Multi-Arch field in the update log when removing the package.
6290 * Fix dpkg-split to honour the DPKG_ADMINDIR environment variable.
6292 [ Updated man pages translations ]
6293 * German (Helge Kreutzmann).
6294 * French (Christian Perrier). Fixes a mistranslation and some
6295 inconsistencies reported by Vincent Danjean( thanks). Closes: #673158
6297 -- Guillem Jover <guillem@debian.org> Thu, 07 Jun 2012 23:43:19 +0200
6299 dpkg (1.16.3) unstable; urgency=low
6302 * Do not look for newline beyond the read buffer on dpkg-deb extract.
6303 * Check update-alternative name and link arguments for all commands.
6305 * Check all dpkg-divert filename arguments to be absolute and to not
6306 contain newlines. Closes: #21722
6307 * Print errors while reading the file list files on a new line instead
6308 of just after the progress percentage. Closes: #552517
6309 * Document in dpkg-source(1) that patches for source format “3.0 (quilt)”
6310 are expected to apply without any fuzz. Closes: #666752
6311 Based on a patch by Luca Capello <luca@pca.it>.
6312 * Remove redundant -Wformat-security from default dpkg-buildflags, which
6313 is already implied by -Werror=format-security. Closes: #664964
6314 Suggested by Peter Eisentraut <petere@debian.org>.
6315 * Document in dpkg-query(1) that commands producing multiple paragraphs
6316 will preserve the order of the packages specified on the argument list.
6317 * Change start-stop-daemon --exec on GNU/Hurd, FreeBSD, NetBSD, OpenBSD
6318 and Solaris to check for executables matching device and inode numbers
6319 instead of filenames.
6320 * Change start-stop-daemon --name on GNU/Hurd to check the process' argv[1]
6321 in addition to argv[0], to handle both binaries and interpreted scripts.
6322 Reported by Mats Erik Andersson <mats.andersson@gisladisker.se>.
6323 * Handle deb format versions as major.minor integers instead of strings or
6324 floats, the latter being susceptible to parsing errors depending on the
6325 current locale (although this was only affecting the old deb format).
6326 * Ignore the minor format version number for deb-split format, unifying
6327 the behaviour with the deb format.
6328 * Add support for an abitable containing arch attribute overrides.
6329 * Add x32 support to abitable, ostable and triplettable. Closes: #667037
6330 * Fix start-stop-daemon to work with relative --exec arguments and --chdir.
6332 * Ignore request to rename a file owned by the diverting package on
6333 «dpkg-divert --add --rename». Closes: #588077
6334 * Clarify dpkg-gensymbols(1) by way of examples that architecture wildcards
6335 are supported in symbols files. Closes: #670048
6336 * Fix memory leak due to Dpkg::Control objects not being garbage-collected.
6337 Thanks to Ben Harris <bjh21@cam.ac.uk>. Closes: #669012
6338 * Compute the md5sum hash on unpack for empty files too, so that these
6339 can be checked correctly for matching content when installing multiple
6341 * Generate md5sums files automatically at unpack time if missing from the
6342 binary package. Closes: #155676, #155799
6343 * Add missing list and md5sums database file checks to «dpkg --audit».
6345 [ Helge Kreutzmann ]
6346 * Fix a typo in man/dpkg-buildflags.1.
6348 [ Updated programs translations ]
6349 * French (Christian Perrier).
6350 * German (Sven Joachim).
6351 * Swedish (Peter Krefting).
6353 [ Updated dselect translations ]
6354 * French (Christian Perrier).
6355 * German (Sven Joachim).
6356 * Swedish (Peter Krefting).
6358 [ Updated scripts translations ]
6359 * French (Christian Perrier).
6360 * Swedish (Peter Krefting).
6362 [ Updated man pages translations ]
6363 * French (Christian Perrier).
6364 * German (Helge Kreutzmann).
6365 * Swedish (Peter Krefting).
6367 -- Guillem Jover <guillem@debian.org> Fri, 27 Apr 2012 10:10:10 +0200
6369 dpkg (1.16.2) unstable; urgency=low
6372 * Move <config.h> and <compat.h> to the top of trigdeferred.l to properly
6373 use the configured features and compat code.
6374 * Honour --disable-nls when the system lacks obstack support, by updating
6375 the obstack compat module from gnulib.
6376 * Link the libdpkg unit tests with libcompat and libintl, so that systems
6377 needing them will compile correctly.
6378 * Check for the presence of the strnlen declaration and correctly provide
6379 the compat one in case the systems lacks it.
6380 * Do not assume existence of paths on the build system in the test suite.
6381 * Do not fail to link dselect on MacOS X when using --disable-nls.
6382 * Remove versioned coreutils Pre-Depends from dpkg due to the ancient
6383 md5sum transition. Reported by Bill Allombert <ballombe@debian.org>.
6385 * Change dpkg-architecture to only compute the requested variables. This:
6386 - Fixes the bootstrapping problem, as the dpkg build system only needs
6387 the host architecture, for which dpkg itself is not required.
6388 - Reduces the amount of work performed, including loading and parsing
6389 unnecessary table files or calling either of gcc or dpkg programs.
6390 * Improve error message in dpkg-gencontrol and dpkg-gensymbols when
6391 debian/control does not have any package stanza. Closes: #642473
6392 Based on a patch by Kyle Willmon <kylewillmon@gmail.com>.
6393 * Add Pre-Depends on tar >= 1.23 (satisfied in stable) to dpkg due to it
6394 using the ‘--warning=no-timestamp’ option. Closes: #642802
6395 * Do not segfault on GNU/Linux when dpkg cannot retrieve the block size
6396 for the filesystem containing the info database. LP: #872734
6397 * Fix two memory leaks per tar entry in the tar extractor used on unpack.
6398 * Mark dpkg and dselect as Multi-Arch foreign.
6399 Reported by Steve Langasek <vorlon@debian.org>.
6400 * Mark dpkg-dev and libdpkg-perl as Multi-Arch foreign. Closes: #648217
6401 Thanks to Colin Watson <cjwatson@ubuntu.com>.
6402 * Add new deb-origin.5 man page. Closes: #608884
6403 Thanks to Matt Kraai <kraai@ftbfs.org>.
6404 * Return correct status on start-stop-daemon --status when using --pidfile.
6405 * Treat dpkg-deb compression level independently for each backend. This
6406 has the effect of changing the current behaviour for level 0 on all
6407 compressors except gzip.
6408 * Add new dpkg-deb -S option to specify the compression strategy. The only
6409 currently supported value is “extreme” for xz. Closes: #647915
6410 * Stop using brace expansion to install man pages by using dh_installman
6411 instead of dh_install, the former does not abort on empty glob expansion.
6412 * Do not use absolute paths for programs in perl and shell code.
6413 * Add missing ‘*’ in asprintf() and vasprintf() compat declarations.
6414 * Add support for virtual output binary:Summary and db:Status-Abbrev fields.
6415 Closes: #192619, #427945
6416 * Add support for virtual output source:Package and source:Version fields.
6418 * Use a different temporary file per process on libcompat's vsnprintf()
6419 function to avoid race conditions from children after fork(3).
6420 Reported by Daniel Ruoso <daniel@ruoso.com>. Closes: #655411
6421 * Fix start-stop-daemon --exec and --name options on FreeBSD, NetBSD and
6422 OpenBSD by swapping the process matching implementations.
6423 * Fix start-stop-daemon --name option on GNU/Hurd to match the process name.
6424 * Document in more detail the implications of start-stop-daemon matching
6425 options. Closes: #367608
6426 * Improve and clarify dpkg-shlibdeps superfluous linking warning messages.
6427 Based on a patch by Peter Eisentraut <petere@debian.org>. Closes: #656496
6428 * Relax --merge-avail Packages file parser, to not fail on bogus versions.
6429 * When building only arch-indep binaries with «dpkg-buildpackage -A», name
6430 the .changes file using ‘all’ as architecture. Closes: #661638
6431 * Handle unknown architectures gracefully in dpkg-buildflags.
6433 * Add missing --status-logger to dpkg --help output.
6434 * Do not print bogus errno string for invalid package names in dpkg
6435 --ignore-depends option.
6436 * Change dpkg-query to not load the available file by default for --list
6437 and --show, add a new --load-avail option to expose the old behaviour.
6438 * Only allow setting selections via «dpkg --set-selections» for known
6439 packages (i.e. those present in either the status or available files).
6440 * Always ignore older versions when parsing the available file, not only
6441 for --update-avail and --merge-avail.
6442 * Mark not-installed non-arch-qualified selections for removal.
6443 * Add new «dpkg --assert-multi-arch» command to allow checking for
6444 multi-arch support availability.
6445 * Bump Standards-Version to 3.9.3 (no changes needed).
6446 * Add architecture consistency checks to «dpkg --audit».
6447 * Add new dpkg --add-architecture and --remove-architecture commands to
6448 track supported architectures.
6451 * Update Dpkg::Shlibs to look into multiarch paths when cross-building
6452 too. Closes: #595144
6453 * Rewrite architecture.mk with explicit loops instead of duplicating many
6454 similar lines. Based on a patch by Thorsten Glaser <tg@mirbsd.de>.
6455 * Modify dpkg-gencontrol and dpkg-distaddfile to grab a write lock
6456 on debian/control before updating debian/files to avoid simultaneous
6457 updates. Closes: #642608
6458 Add libfile-fcntllock-perl to dpkg-dev's Depends since we use this module
6459 to handle the locking.
6460 * Update dpkg-gensymbols(1) to clarify that -e accepts shell patterns
6461 expansions and not regular expressions. And let dpkg-gensymbols output a
6462 warning when a pattern doesn't match any file. Closes: #649248
6463 * Add new option "-a <arch>" to dpkg-checkbuilddeps to check build
6464 dependencies for another architecture. This is really basic for now since
6465 it assumes all build dependencies must be satisfied on the listed
6466 architecture. Closes: #648180 Thanks to Colin Watson for the patch.
6467 * Error out if a dpkg database .list file is not a regular file. LP: #369898
6468 * Fix dpkg-mergechangelogs to not error out on invalid versions.
6470 * Fix dpkg-source --commit on "3.0 (quilt)" when an explicit patch file
6471 is given with a relative filename. Closes: #652414
6472 * Further clarify in dpkg-source(1) the conditions under which it's possible
6473 to pass an explicit patch file to dpkg-source --commit.
6474 * Add new --query-features command to dpkg-buildflags. Thanks to Kees Cook
6475 for the patch. Closes: #651481
6476 * Fix description of Multi-Arch in deb-control(5). Closes: #654453
6477 Thanks to Jakub Wilk for spotting the mistake.
6478 * Drop misleading spaces in deb-symbols(5) in the format description.
6479 * Clean up dpkg-architecture(1) dropping useless information and
6480 adding a reference to /usr/share/dpkg/architecture.mk.
6481 * Update dpkg-buildpackage to use the "build-arch" (for -B) and
6482 "build-indep" (for -A) targets unless "make -qn" says that they do not
6483 exist. Closes: #229357
6484 * Improve deb-shlibs(5) to mention that the dependency field must
6485 use the same syntax as a Depends field. Closes: #658696
6486 * Update dpkg-maintscript-helper(1) to recommend usage of the version
6487 removing/renaming a conffile with a "~" suffix as "priorversion"
6488 parameter. Thanks to Sam Morris <sam@robots.org.uk> for the patch.
6490 * Fix debug output of dpkg-maintscript-helper. LP: #936340
6493 * Bump po4a version in Build-Depends to 0.41, since earlier versions do
6494 not handle --srcdir correctly. Closes: #644370
6496 [ Guillem Jover, Steve Langasek, Raphaël Hertzog ]
6497 * Add new dpkg --print-foreign-architectures command.
6498 * Add support for virtual output binary:Package field.
6499 * Implement Multi-Arch support.
6501 [ Helge Kreutzmann ]
6502 * Fix a typo in man/dpkg-deb.1.
6504 [ Updated programs translations ]
6505 * German (Sven Joachim).
6506 * Italian (Milo Casagrande). Closes: #627832, #657849
6507 * Swedish (Peter Krefting).
6508 * French (Christian Perrier)
6509 * Polish (Michał Kułach). Closes: #658126
6511 [ Updated scripts translations ]
6512 * German (Helge Kreutzmann).
6513 * Spanish (Omar Campagne). Closes: #636238
6514 * Swedish (Peter Krefting).
6516 [ Updated man pages translations ]
6517 * German (Helge Kreutzmann), including typo fix in dpkg-genchanges
6518 Closes: #646496, sub optimal translation of package states LP: #368783
6519 and a fix by Chris Leick
6520 * Japanese (TAKAHASHI Motonobu).
6521 * Spanish (Omar Campagne). Closes: #643969
6522 * Swedish (Peter Krefting).
6523 * Minor errors corrected in French (thanks to David Prévot)
6524 * Fix translation of -B and -A options of dpkg-buildpackage.
6525 Thanks to Vincent Danjean. Closes: #654626
6527 [ Updated dselect translations ]
6528 * Dutch (Jeroen Schot). Closes: #651813
6530 -- Guillem Jover <guillem@debian.org> Mon, 19 Mar 2012 07:27:12 +0100
6532 dpkg (1.16.1.2) unstable; urgency=medium
6535 * Fix another typo to correctly set DEB_*_ARCH_BITS in architecture.mk.
6536 * Set urgency to medium as changes are minor, and it should migrate
6537 quickly in case 1.16.2 comes soon.
6540 * Update dpkg-buildflags(1) to note that the processor option
6541 -D_FORTIFY_SOURCE=2 is set in CPPFLAGS now instead of CFLAGS and
6542 CXXFLAGS. Closes: #646073
6544 -- Raphaël Hertzog <hertzog@debian.org> Fri, 25 Nov 2011 11:18:30 +0100
6546 dpkg (1.16.1.1) unstable; urgency=low
6549 * Fix dpkg-source to not ignore the automatic patch when checking
6550 for unrecorded changes. Closes: #643148
6551 * Let dpkg-source --commit create debian/patches when required.
6553 * Fix dpkg-buildflags --dump to return 0 as exit code and not 1.
6554 * Update dpkg-buildflags(1) to not include quotes in the examples
6555 setting DEB_BUILD_MAINT_OPTIONS.
6556 * Stop outputting build flags in dpkg-buildpackage as it confuses
6557 maintainers who are overriding them in debian/rules and who
6558 are not seeing the expected value in the build log.
6559 * Fix trigger setup code to not reset the status of packages
6560 when they are in a status different from triggers-awaited,
6561 triggers-pending or installed. Closes: #644492
6562 * Fix dpkg-source to ignore changes on debian/patches/.dpkg-source-applied
6563 when building a "2.0" source package. Closes: #642656
6564 * Fix buildflags.mk to re-export the environment variables that
6565 the maintainer can use to change the build flags. Closes: #644412
6568 * Change dpkg-buildflags to set preprocessor option -D_FORTIFY_SOURCE=2
6569 in CPPFLAGS, instead of CFLAGS and CXXFLAGS. Closes: #642521, #643632
6570 * Fix typo to correctly set DEB_*_ARCH_BITS instead of DEB_*_ARCH in
6571 architecture.mk. Thanks to Thorsten Glaser <tg@mirbsd.org>.
6572 * Make dpkg-buildflags disable full relro (bindnow) if relro is not enabled.
6574 -- Guillem Jover <guillem@debian.org> Fri, 14 Oct 2011 07:08:31 +0200
6576 dpkg (1.16.1) unstable; urgency=low
6579 * Dpkg::Deps: Implement new "reset" method and bump module version to 1.01
6581 * Improved description of --search in dpkg-query(1). Closes: #621066
6582 Thanks to Lars Buitinck <larsmans@gmail.com> for the patch.
6583 * Let update-alternatives fsync() its administrative files before
6584 moving them in place to avoid empty files with some filesystems.
6586 * Tighten the regexp used by dpkg-source to ignore the .pc directory of
6587 quilt. Thanks to Mike Hommey for noticing the problem.
6588 * Change behaviour of dpkg-source's --extend-diff-ignore to also
6589 extend the current diff-ignore if it has already been set.
6590 * Fix dependency checking code to consider a dependency on a virtual
6591 package provided by a package in triggers-pending status as satisfied.
6592 * Do not fail when encountering a pre-dependency in triggers-awaited state,
6593 instead process the awaited triggers. Closes: #526774
6594 * "any" no longer hides "all" in the Architecture field of a .dsc.
6595 * Fix dpkg --remove to really remove the triggers from the various
6596 internal files in /var/lib/dpkg/info/triggers/. Closes: #525160
6597 * Avoid a perl warning in dpkg-gensymbols when no symbols file has been
6598 generated (because it would have been empty). Closes: #626684
6599 * Re-enable the Package-List field but drop the Architecture column since we
6600 have no clear use case yet. It can always be added later on.
6601 Also drop the source line since it duplicates other fields.
6603 * Add the extraction part of Dpkg::Source::Package to the supported API.
6604 Useful to extract source packages without having to depend on dpkg-source
6605 (and hence dpkg-dev).
6606 * Add the Dpkg::Vendor module to the supported API. Useful for lintian
6607 when dpkg-dev is absent.
6608 * Check presence of required parameters in dpkg-vendor. Closes: #628726
6609 Thanks to Niels Thykier <niels@thykier.net> for the patch.
6610 * Avoid a Perl warning in dpkg-buildflags when HOME is not set.
6612 * dpkg-source can now also use debian/source/local-patch-header (that is not
6613 included in the generated source package) instead of
6614 debian/source/patch-header. Closes: #629582
6615 * Changed dpkg-source --after-build to automatically unapply patches that it
6616 has applied during --before-build.
6617 * Fix two possible causes for the assertion failure "pigp->trigpend_head".
6618 LP: #798793, #424358 Closes: #560251
6619 * Use "special" instead of "particular" to qualify the "3.0 (custom)" format
6620 in dpkg-source(1). Closes: #631435
6621 * Add some supplementary checks to ensure debian/control has the required
6622 fields. Closes: #631439
6623 * dpkg-gensymbols(1): document syntax of comments. Closes: #630996
6624 * Allow empty lines in symbols files to better delimit multiple libraries.
6625 Thanks to Cyril Brulebois <kibi@debian.org> for the patch.
6626 * dpkg: if "prerm upgrade" fails when downgrading, do not try to run
6627 "prerm failed-upgrade" with the prerm of the oldest prerm, it can't work
6628 around a bug of a newer prerm anyway.
6629 * dpkg: support new "interest-noawait" and "activate-noawait" trigger
6631 * dpkg-buildflags(1): make it clear that DEB_*_(SET|APPEND) environment
6632 variables are meant for users and should not be used by packages.
6633 * update-alternatives: do not allow reusing a slave link in another
6634 slave alternative. Closes: #631547
6635 * Improve dpkg-source's logic to identify ignored files. Closes: #632168
6636 * Fix a small typo in dpkg-source(1). Closes: #632937
6637 * Reword the description of dpkg-source --before-build and --after-build
6638 to be clearer. Closes: #608260
6639 * dpkg-buildpackage no longer exports the compiler flags. Closes: #560070
6640 Packages must directly call dpkg-buildflags to retrieve them.
6641 * dpkg-buildflags supports a prepend command to modify the build
6642 flags. Particularly useful for package maintainers who don't want
6643 their supplementary flags to take precedence over user submitted
6645 * Add new --dump action to dpkg-buildflags and make it the default action.
6647 * dpkg-mergechangelogs now checks the return value of the close() call.
6648 Thanks to Niels Thykier <niels@thykier.net> for the patch. Closes: #633539
6649 * Similar changes to dpkg-shlibdeps and dpkg-gencontrol, also by Niels.
6650 * Fix update-alternatives to not remove a real file when dropping a
6651 symlink for a slave that's not provided by the new current choice.
6653 * Improve dpkg-source's error message complaining about the lack
6654 of the upstream tarball. Closes: #634510
6655 * Add some common makefile snippets for use in rules files in
6656 /usr/share/dpkg/: default.mk, architecture.mk, buildflags.mk, pkg-info.mk,
6657 vendor.mk Closes: #606839
6658 * Fix the dpkg-divert test-suite to also skip test that would fail if run
6659 under root. Closes: #634961
6660 * Change merge conflict separators created by dpkg-mergechangelogs to match
6661 the usual norm of being composed of 7 characters. LP: #815700
6662 * With source format 2.0 and 3.0 (quilt), dpkg-source now fails by default
6663 when upstream changes have not been recorded in a quilt patch. The new
6664 --commit operation can be used to properly record the changes before-hand.
6666 And it fails before installing the automatic patch in debian/patches/
6668 * dpkg-buildflags now supports "--export=configure" to output compilation
6669 flags on a single line with double quotes as delimiter of the various
6670 values. It also uses DEB_<flag>_MAINT_<op> to let the maintainer
6671 extend the build flags to use. Last but not least, it can now also strip
6672 options from the returned build flags.
6673 * Fix possible segfault of dpkg in findbreakcycle(). LP: #733414
6674 * dpkg-source now properly cleans up the temporary tarball generated for
6675 native formats in case of unexpected interruption. Closes: #631494
6676 * Fix simplification logic of union dependencies. Closes: #637564
6677 * Fix dpkg's handling of a hardlink pointing to a conffile. Closes: #638291
6678 * Add example of extend-diff-ignore's usage in dpkg-source(1).
6680 * dpkg-buildflags now returns hardening flags by default. Closes: #489771
6681 They can be individually enabled/disabled via DEB_BUILD_MAINT_OPTIONS,
6682 see dpkg-buildflags(1). Thanks to Kees Cook for his help.
6685 * Install deb-src-control(5) man pages in dpkg-dev. Closes: #620520
6686 * Add ‘.gitmodules’ to the default dpkg-source ignore lists. Closes: #620490
6687 * Document in dpkg-query(1) man page that on --listfiles each list of
6688 files per package name is separated by a blank line. Same goes for
6689 --status and --print-avail.
6690 * Use execvp(3) unconditionally in command_exec(). Making the call always
6691 fallback to use the system shell in case of error, such as with empty
6692 maintainer scripts. Thanks to Jonathan Nieder <jrnieder@gmail.com>.
6694 * Improve deb-split(5) format description by splitting debian-split
6695 member contents into a list.
6696 * Switch to debhelper compatibility level 7.
6697 - Use dh_prep instead of deprecated “dh_clean -k”.
6698 * Bump Standards-Version to 3.9.2 (no changes needed).
6699 * Generate filenames following current conventions on “dpkg-split --join”,
6700 by including the architecture in the debian-split member of a split
6701 package and using underscores to separate filename parts.
6702 * Support conffiles with spaces when diffing them. Closes: #147583
6703 * Allow installing packages with bogus versions with new
6704 --force-bad-version.
6705 * Do not fail when unpacking a diverted hardlink. Closes: #245322
6706 Based on a patch by Christopher Baines <cbaines8@gmail.com>.
6707 * Document in dpkg-deb(1) that --fsys-tarfile will always process the
6708 input archive sequentially. Closes: #616609
6709 * Remove long non-functional --new and --old dpkg-deb option handling
6710 from dpkg which were being treated as dpkg commands.
6711 * Remove reference to --nocheck dpkg-deb option from dpkg man page as
6712 the latter does not pass it to the former.
6713 * Clarify the current dpkg behaviour when running the dpkg-deb and
6714 dpkg-query back-ends, of not passing through back-end specific options
6715 when running them from dpkg. Closes: #610940
6716 * Use “unselected” as an adjective in dpkg output messages instead of
6717 “deselected”. Closes: #231089
6718 * Clarify exit status in dpkg-split and start-stop-daemon --help output.
6719 * Clarify “EXIT STATUS” section in man pages by using a table.
6720 * Add a --status command to start-stop-daemon returning LSB Init Script
6721 status action exit codes.
6722 * Add start-stop-daemon process name kernel limits for Solaris, NetBSD,
6723 OpenBSD, FreeBSD and Darwin.
6724 * On package removal, keep only directories actually containing conffiles,
6725 and not directories just matching the substring in the conffile or the
6726 directory itself. Thanks to Ondřej Surý <ondrej@debian.org>.
6727 * On purge correctly remove symlinks acting as directories, when they are
6728 not being used by any other package's files.
6729 * Do not lose track of parent directories on removal so that they can
6730 be properly cleaned up on purge if not used by any other package.
6731 Based on a patch by Ondřej Surý <ondrej@debian.org>. Closes: #454694
6732 * Add ‘.hgsigs’ to the default dpkg-source ignore lists.
6733 Based on a patch by Jakub Wilk <jwilk@debian.org>. Closes: #627462
6734 * Do not allow blank lines in field values. Closes: #308082
6735 * Do not warn on missing architecture on packages in config-files state,
6736 but then make sure the architecture field is usable. Closes: #604241
6737 * Run du with --apparent-size when generating the Installed-Size field in
6738 dpkg-gencontrol to get consistent results independent of build system.
6739 Thanks to Ludovic Brenta <ludovic@ludovic-brenta.org>. Closes: #630533
6740 * Do not fail to unpack shared directories missing on the file system
6741 from packages being replaced by other packages. Closes: #631808
6742 * Do not require programs to define thisname, provide two new functions
6743 to handle the program name (dpkg_set_progname and dpkg_get_progname).
6745 * Man pages cleanup:
6746 - Rename “USAGE” dselect(1) section to “ACTIONS” and clarify they can
6747 be performed interactively or from command line.
6748 - Add missing built-in methods to dselect(1).
6749 - Add missing escaping to field dashes in deb-control(5).
6750 - Use dashes instead of underscores for variable text.
6751 - Clarify that several front-end fields are not dselect specific in
6753 - Use [option...] instead of [options] and friends.
6754 - Use italics or bold instead of surrounding the text with <>.
6755 - Correctly format text with bold and italics.
6756 - Use minus signs and hyphens consistently in man pages.
6757 - Fix reference to /etc/dpkg/dselect.cfg.d instead of dpkg.cfg.d in
6759 - Add missing optional group|gid --chuid argument in start-stop-daemon(8).
6760 * Refer to Sources and Packages files as part of a repository instead of
6761 as being of exclusive use or owned by APT, which has never been the case.
6762 * Unify somewhat dpkg-maintscript-helper --help output with other commands.
6763 * Add build-indep and build-arch targets as aliases for build in
6765 * Use the perl interpreter found by configure to call dpkg-architecture.pl
6766 in the m4 DPKG_ARCHITECTURE macro.
6767 * Add new --verbose option to dpkg-deb and change --extract to honour it.
6769 * Add new --raw-extract option to dpkg-deb combining --control and
6770 --extract. Closes: #552123
6771 * Defer hardlink renames so that there's never a point were the new
6772 file contents are accessible from the final path before they have
6773 been fsync()ed and cannot be executed causing ETXTBSY when trying
6774 to open the to be installed paths for writing.
6775 Thanks to Jonathan Nieder <jrnieder@gmail.com>. Closes: #635683
6776 * Clarify the default dpkg-deb compression-levels on the man page.
6777 * Clarify dpkg --update-avail usage error message. Closes: #628055
6778 * Change Dpkg::Compression default values depending on the compressor
6779 used, and as such dpkg-source inherits this functionality.
6780 Prompted by Timo Juhani Lindfors <timo.lindfors@iki.fi>.
6781 * Print an actual error or warning message instead of assert()ing on
6782 readlink()/stat() size discrepancies. Closes: #639229
6783 * Update alternative links only if they change. This allows for a
6784 read-only file system and a writable database. Closes: #636700
6785 Based on a patch by Salvatore Bonaccorso <carnil@debian.org>.
6786 * Fix double “error:” string in dpkg missing PATH error output.
6788 * Do not warn on strange timestamps when unpacking with dpkg-deb.
6790 * Reduce dpkg-trigger binary size by refactoring libdpkg modules so that
6791 it does not end up pulling triglib.
6792 * Reduce dpkg-deb binary size by refactoring libdpkg modules so that it
6793 does not end up pulling triglib.
6794 * Do not fail on --compare-version when generating parse warnings.
6795 Existing packages with invalid versions should not fail on their
6796 maintainer scripts due to that.
6797 * Use the user name (instead of the user id) when setting the supplementary
6798 groups in start-stop-daemon. Closes: #641834
6799 * Use --srcdir and --destdir po4a options, and bump Build-Depends version
6802 [ Updated programs translations ]
6803 * German (Sven Joachim). Closes: #620312
6804 * Swedish (Peter Krefting).
6805 * French (Christian Perrier).
6807 [ Updated man pages translations ]
6808 * French (Christian Perrier).
6809 * German (Helge Kreutzmann) including improvement by "Flo".
6810 * Swedish (Peter Krefting).
6812 [ Updated scripts translations ]
6813 * French (Christian Perrier, Sylvestre Ledru). Closes: #637096
6814 * German (Helge Kreutzmann).
6815 * Swedish (Peter Krefting).
6817 -- Guillem Jover <guillem@debian.org> Fri, 23 Sep 2011 06:00:11 +0200
6819 dpkg (1.16.0.3) unstable; urgency=medium
6821 * Allow again Priority field values not known to dpkg. Regression
6822 introduced in 1.16.0.
6824 -- Guillem Jover <guillem@debian.org> Wed, 04 May 2011 10:01:30 +0200
6826 dpkg (1.16.0.2) unstable; urgency=high
6828 * Fix dpkg-split --auto to not fail when opening the new depot file.
6829 * Fix dpkg-split to correctly set the last part split size.
6830 * Fix build failure on DEB_BUILD_OPTIONS=noopt due to a missing <locale.h>
6831 include in gettext.h needed by the gettext context functions.
6833 -- Guillem Jover <guillem@debian.org> Sat, 16 Apr 2011 00:14:15 +0200
6835 dpkg (1.16.0.1) unstable; urgency=low
6838 * Fix regression affecting dpkg -R. Closes: #620636
6839 * Don't fail during unpack if the system doesn't support changing timestamps
6840 of symlinks. Closes: #620679
6842 -- Guillem Jover <guillem@debian.org> Tue, 05 Apr 2011 07:28:20 +0200
6844 dpkg (1.16.0) unstable; urgency=low
6847 * Use DPKG_MAINTSCRIPT_PACKAGE environment variable as package name on
6848 dpkg-divert when no --package or --local options have been specified.
6849 * Do not allow versions starting with non-digit when doing strict parsing,
6851 * Update dpkg(1) to note that --status-fd output does not contain newlines
6852 in error messages anymore (this was fixed in 1.15.0).
6853 * Add a new --status-logger option to dpkg, similar to --status-fd but
6854 instead invoke the command ourselves and feed the status information
6855 to its standard input. Suggested by Raphaël Hertzog.
6856 * Add missing space in update-alternative --set-selections output.
6857 * Add missing options to update-alternative --help output.
6858 * Count “conffile name is duplicated” for dpkg-deb warning count summary.
6859 * Improve and clarify strings for translation. Closes: #604914
6860 * Prefix all fatal error messages with “error: ”.
6861 * Do not check presence of update-rc.d in the PATH in dpkg, as it's not
6862 a program needed for dpkg correct operation.
6863 * Fix dpkg -GEO options on multiple versions of the same packages.
6865 * Propagate --admindir to programs run from maintainer scripts.
6867 * Do not fail when trying to remove the root directory. This will only
6868 happen either on distributions where dpkg is a foreign package manager,
6869 or on artificial dpkg databases.
6870 * Always warn when parsing any package control data which does not have
6871 an Architecture field except for status and status log files when
6872 packages are not-installed or half-installed.
6873 * By default reject installing packages w/o an Architecture field. They
6874 now need --force-architecture, dpkg will still warn about them though.
6875 * Fix build failure when passing --disable-nls to configure.
6876 * Do not segfault on “dpkg -i --no-act”.
6877 * Add missing semicolon to the vsnprintf() compat declaration.
6878 Thanks to Robert Millan. Closes: #612203
6879 * On install for Ubuntu adjust the i386 GNU cpu name in cputable.
6880 Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #611741
6881 * Sync the info database directory on unpack instead of the temporary
6882 control information directory, and print the correct pathname on error
6883 instead of the last file acted on that directory.
6884 * Document in dpkg-query --help output and man page that --list and --show
6885 arguments are optional.
6886 * Do not read and write the available file unnecessarily.
6887 Thanks to Michel Lespinasse <walken@zoy.org>. Closes: #397121
6888 * Fix typo in «dpkg-name --overwrite» argument parsing so that it actually
6889 works at all. Thanks to Ivan Gagis <igagis@gmail.com>. LP: #728708
6890 * Add armhf support to ostable and triplettable. Closes: #594179
6891 * Set the modification time for unpacked symlinks on supported systems.
6892 * Fix undefined value usage in dpkg-genchanges when adding files w/o a
6893 matching architecture, because they are not present in debian/control,
6894 this is most commonly the case due to dpkg-distaddfile.
6895 * Terminate immediately on dpkg-divert rename errors instead of propagating
6896 up the error codes, this improves error reporting and avoids triggering
6897 leak detectors. Closes: #620380
6898 * When moving a diverted file across filesystems in dpkg-divert, remove
6900 * Fix large file support for .deb and split .deb in dpkg-deb, dpkg-split
6901 and dpkg on 32-bit architectures.
6904 * Fail properly when debian/source/format is empty. Closes: #600854
6905 * Add new deb-src-control(5) manual page documenting the debian/control
6906 file contained in source packages.
6907 - it documents the X[SBC]- prefix. Closes: #476335
6908 - it documents the VCS-* fields too. Closes: #483119
6909 Thanks to Oxan van Leeuwen <oxan@oxanvanleeuwen.nl> who wrote it
6910 as part of the Google Code In program.
6911 * Enhance dpkg-shlibdeps to not fail immediately when a library is not found.
6912 Instead continue and fail after all problems have been reported. Thanks
6913 to Chris Baines <cbaines8@gmail.com> for the patch. Closes: #596841
6914 * Fix dpkg-source to not list Debian packaging files as modified
6915 upstream files in Format "1.0" when unpacking to a non-standard
6917 * Apply patch from Colin Watson to let dpkg-buildflags return -O3
6918 instead of -O2 when building ppc64 packages on Ubuntu. Closes: #612472
6919 * Add new function get_control_path() to Dpkg::Path, it wraps dpkg-query
6921 * Update dpkg-shlibdeps to be multiarch-ready:
6922 - use get_control_path() to find symbols/shlibs files
6923 - parse correctly the output of dpkg --search
6924 * Small fix to support files >2GB in .deb on 64-bit systems. Closes: #616502
6925 Thanks to Martin Dorey <mdorey@bluearc.com> for the patch.
6926 * dpkg-source now keeps the file ordering in the autogenerated patch when
6927 regenerating it. Closes: #606080
6928 Thanks to Colin Watson for the patch.
6929 * dpkg-source now uses a timestamp retrieved from the filesystem when
6930 resetting the timestamp of patched files so that a time skew when using
6931 NFS doesn't introduce any inconsistency. Closes: #613023
6932 Thanks to Jonathan Nieder <jrnieder@gmail.com> for the patch and the
6934 * dpkg-source will now remove quilt's .pc directory when --unapply-patches
6935 is in use. Closes: #591858
6936 * dpkg-source is now a bit less strict when parsing patches:
6937 - it accepts seeing the same file twice; Closes: #608829
6938 - it doesn't match on the English text "No newline at end of file" as it
6939 might be translated in some cases. Closes: #612465
6940 * Improve parser in Dpkg::Control::Hash to not require an empty line
6941 before the PGP signature. Closes: #617923
6942 Thanks to Roger Leigh for the initial patch.
6943 * Fix a regression in dpkg-divert where using --rename led to a failure when
6944 the rename implies crossing file systems. Thanks to Durk Strooisma for
6946 * Use the correct mtime when installing a file with statoverrides.
6947 Regression introduced in 1.16.0. LP: #739179
6948 * Remove duplicate word in german translation of dpkg(1). Closes: #616096
6949 * Strip repeated non-significant spaces before and after newlines
6950 in Uploaders. Closes: #598922
6951 * Ignore whitespaces after options in headers of changelog entries.
6953 * Fix dpkg-source's regression with empty patches (introduced while fixing
6954 #613023). Closes: #619541
6957 * Remove support for use of synchronous sync(2), due to its pernicious
6958 side-effects and to ease maintenance.
6959 * Clarify that an up-to-date dpkg only needs to be unpacked for
6960 dpkg-maintscript-helper to work.
6963 * Add new variables to dpkg-architecture, DEB_HOST_MULTIARCH and
6964 DEB_BUILD_MULTIARCH, that return the "ideal" GNU triplet for each
6965 architecture which should be used as the path component for library
6969 * Add support for Built-Using field. Closes: #619311
6971 [ Updated programs translations ]
6972 * German (Sven Joachim).
6973 * Portuguese (Miguel Figueiredo).
6974 * Spanish (Javier Fernandez-Sanguino).
6975 * Swedish (Peter Krefting).
6977 [ Updated man pages translations ]
6978 * German (Helge Kreutzmann).
6979 * Swedish (Peter Krefting).
6981 [ Updated scripts translations ]
6982 * German (Helge Kreutzmann).
6983 * Swedish (Peter Krefting).
6985 [ Updated dselect translations ]
6986 * Spanish (Javier Fernandez-Sanguino).
6988 -- Guillem Jover <guillem@debian.org> Fri, 01 Apr 2011 23:56:54 +0200
6990 dpkg (1.15.8.10) unstable; urgency=low
6992 * Do not segfault on “update-alternatives --auto” when the link group only
6993 has alternatives which are dangling symlinks. Closes: #611545
6995 -- Guillem Jover <guillem@debian.org> Sun, 30 Jan 2011 20:28:27 +0100
6997 dpkg (1.15.8.9) unstable; urgency=low
7000 * Drop Breaks on konqueror to avoid some lenny -> squeeze upgrade
7001 problems. It was only needed to ensure install-info is installed
7002 even for partial upgrades. Closes: #610991
7003 * Do the same for all emacs/jed packages. For jed, the breaks has been
7004 rendered useless as the maintainers dropped the install-info dependencies
7007 [ Updated programs translations ]
7008 * Remove space before "…" in several Catalan strings (Jordi Mallach).
7009 * Romanian (Stan Ioan-Eugen).
7011 -- Raphaël Hertzog <hertzog@debian.org> Mon, 24 Jan 2011 20:24:53 +0100
7013 dpkg (1.15.8.8) unstable; urgency=low
7016 * Truncate the output part file on “dpkg-split -s”. Regression introduced
7019 [ Updated man pages translations ]
7020 * Two typos fixed in French (Christian Perrier, thanks to Julien
7024 * Fix multiple security issues with dpkg-source (CVE-2010-1679):
7025 - Enhance checks to catch maliciously crafted patches which could modify
7026 files outside of the unpacked source package.
7027 - Do not consider a top-level symlink like a directory when
7028 extracting a tarball.
7029 - Exclude .pc while extracting the upstream tarball in 3.0 (quilt)
7030 as patch blindly writes in that directory during unpack (and would
7031 follow any existing symlink).
7033 -- Raphaël Hertzog <hertzog@debian.org> Thu, 06 Jan 2011 21:04:33 +0100
7035 dpkg (1.15.8.7) unstable; urgency=low
7038 * Defer symlink renames so that there's never a point were a symlink
7039 is broken, this is particularly important for shared libraries.
7041 * On Linux use sync_file_range() to initiate asynchronous writeback
7042 of just unpacked files. Suggested by Ted Ts'o <tytso@mit.edu>.
7043 Thanks to Jonathan Nieder <jrnieder@gmail.com>. Closes: #605009
7044 * On non-Linux use posix_fadvise(POSIX_FADV_DONTNEED) to notify the kernel
7045 dpkg does not need the unpacked files any longer, and that it can start
7046 writeback to be able to evict them from the cache at a later point.
7047 * Fix stanza delimiting on -L, -s and -p output. This was making the output
7048 for multiple packages unrealiable to parse. Closes: #606315
7050 [ Updated programs translations ]
7051 * Basque (Iñaki Larrañaga Murgoitio). Closes: #607253
7052 * Catalan (Guillem Jover).
7053 * Czech (Miroslav Kure). Closes: #605099
7054 * Esperanto (Felipe E. F. de Castro). Closes: #607437
7055 * French (Christian Perrier).
7056 * German (Sven Joachim).
7057 * Indonesian (Arief S Fitrianto). Closes: #605248
7058 * Italian (Milo Casagrande). Closes: #607306
7059 * Japanese (Kenshi Muto). Closes: #607259
7060 * Norwegian Bokmål (Hans Fredrik Nordhaug).
7061 * Portuguese (Miguel Figueiredo). Closes: #605506
7062 * Russian (Yuri Kozlov). Closes: #607292
7063 * Simplified Chinese (Aron Xu).
7064 * Slovak (Ivan Masár). Closes: #607302
7065 * Spanish (Javier Fernandez-Sanguino).
7066 * Thai (Theppitak Karoonboonyanan). Closes: #607501
7068 [ Updated man pages translations ]
7069 * French (Christian Perrier).
7070 * German (Helge Kreutzmann).
7071 * Spanish (Omar Campagne).
7073 [ Updated dselect translations ]
7074 * Spanish (Javier Fernandez-Sanguino).
7076 [ Updated scripts translations ]
7077 * German (fix by Sven Joachim).
7078 * Spanish (Javier Fernandez-Sanguino).
7080 -- Guillem Jover <guillem@debian.org> Mon, 20 Dec 2010 02:26:26 +0100
7082 dpkg (1.15.8.6) unstable; urgency=low
7085 * Ensure debian/source/local-options is always excluded from the source
7086 package even if the user provides customized -i or -I options.
7088 * Fix Dpkg::Version's handling of version with a debian revision but an
7089 empty version (e.g. "-0.1"). Thanks to James Vega <jamessan@debian.org>
7090 for the patch. Closes: #597651
7091 * With "3.0 (quilt)" source package, create .pc/.quilt_series with the
7092 correct series file if the source package provides vendor specific patch
7096 * Disable by default usage of synchronous sync(2), as it causes undesired
7097 I/O on unrelated file systems. Closes: #588339, #595927, #600075
7098 * Add new --force-unsafe-io to disable safe I/O operations on unpack.
7101 [ Updated man pages translations ]
7102 * French (Christian Perrier). Including a typo fix and a typographical
7103 change reported by Vincent Danjean. Closes: #601852
7104 * Spanish (Omar Campagne). Closes: #596519
7106 [ Updated programs translations ]
7107 * Basque (Iñaki Larrañaga Murgoitio). Closes: #599923
7108 * Catalan (Jordi Mallach).
7109 * Danish (Ask Hjorth Larsen). Closes: #600240
7110 * German (Sven Joachim). Improved by Holger Wansing.
7111 * Italian (Pietro Battiston). Fix translation of "however". Closes: #602518
7112 * Portuguese (Miguel Figueiredo). Closes: #596168
7113 * Romanian (Andrei Popescu). Closes: #604769
7114 * Russian (Yuri Kozlov). Closes: #595455
7115 * Vietnamese (Clytie Siddall). Closes: #598473
7117 [ Updated scripts translations ]
7118 * Catalan (Jordi Mallach).
7119 * German (Sven Joachim).
7121 [ Updated dselect translations ]
7122 * Catalan (Jordi Mallach).
7123 * German (Sven Joachim).
7125 -- Guillem Jover <guillem@debian.org> Thu, 25 Nov 2010 07:10:48 +0100
7127 dpkg (1.15.8.5) unstable; urgency=low
7130 * Do not print a warning when parsing status or status log files on
7131 half-installed packages w/o a Description or Maintainer field, as
7132 this happens normally when the package was never installed before.
7134 * Improve git format documentation in dpkg-source(1).
7135 Thanks to Joey Hess, based on a patch by Tanguy Ortolo.
7136 * Clarify effect of “dpkg --purge” on homedir files in dpkg(1).
7137 Thanks to The Fungi <fungi@yuggoth.org>. Closes: #593628
7138 * Add gettext plurals infrastructure support.
7139 * Add gettext messages for plural forms. Closes: #594218
7140 * Fix possible but improbable segfault in update-alternatives in case
7141 the master file name contains a format string specifier. Reported by
7143 * Fix realloc usage on compat scandir() implementation.
7146 * Fix dpkg-genchanges to not split the short description in the middle of a
7147 UTF8 character. Closes: #593442
7148 * Drop -k parameter from the tar call used by dpkg-source to extract
7149 tarballs. Upstream binary files modified by the packager were not properly
7150 installed due to this. Thanks to James Westby for the report.
7152 * Make dpkg Breaks: dpkg-dev (<< 1.15.8) so that older versions of dpkg-dev
7153 that did not depend on libdpkg-perl must be upgraded together with dpkg.
7156 [ Helge Kreutzmann ]
7157 * Fix encoding of German addendum. Closes: #595643
7159 [ Updated programs translations ]
7160 * Esperanto (Felipe Castro). Closes: #596173
7161 * French (Christian Perrier).
7162 * German (Sven Joachim).
7163 * Indonesian (Arief S Fitrianto). Closes: #596657
7164 * Italian (Milo Casagrande). Closes: #592953, #595615
7165 * Japanese (Kenshi Muto). Closes: #595468
7166 * Korean (Changwoo Ryu). Closes: #595556
7167 * Norwegian Bokmål (Hans Nordhaug). Closes: #595208
7168 * Simplified Chinese (Aron Xu). Closes: #594513
7169 * Slovak (Ivan Masár). Closes: #595968
7170 * Swedish (Peter Krefting).
7171 * Thai (Theppitak Karoonboonyanan). Closes: #594011
7173 [ Updated man pages translations ]
7174 * French (Christian Perrier).
7175 * German (Helge Kreutzmann).
7176 * Swedish (Peter Krefting).
7178 [ Updated scripts translations ]
7179 * French (Christian Perrier). Includes a fix to a specific
7180 message translation that was imprecise. Closes: #596333
7181 * German (Helge Kreutzmann). Improved by Holger Wansing.
7182 * Norwegian Bokmål (Hans Fredrik Nordhaug). Closes: #595299
7183 * Spanish (Omar Campagne). Closes: #596518
7184 * Swedish (Peter Krefting).
7185 * Russian (Yuri Kozlov). Closes: #595175
7187 -- Guillem Jover <guillem@debian.org> Tue, 14 Sep 2010 01:26:21 +0200
7189 dpkg (1.15.8.4) unstable; urgency=low
7192 * Fix use after free segfault on update-alternatives --remove-all.
7193 Closes: #591653, #591654
7194 * Always print a message on warning when parsing control files.
7195 * On database parsing only warn on bogus versions previously accepted,
7196 the other instances will keep producing errors, to avoid newly
7197 introduced bogosity. Closes: #590885, #590896, #591692, #591885
7198 * Fix compilation on Solaris and Darwin:
7199 - Link update-alternatives against libintl if libc does not have i18n
7201 - Include <limits.h> for _POSIX_MAX_PATH in update-alternatives.
7202 Thanks to Fabian Groffen <grobian@gentoo.org>.
7205 * Fix make -C man install so that it actually finds the manual pages
7206 to install. Closes: #591588
7207 * When analyzing the ELF format of a binary in dpkg-shlibdeps, fallback on
7208 usual objdump when the cross objdump failed. Closes: #591522
7211 * Ensure removal of leftover backup .dpkg-tmp files after unpacking
7212 failures, when the backup is still a hard link to the original file.
7215 -- Guillem Jover <guillem@debian.org> Fri, 13 Aug 2010 06:02:10 +0200
7217 dpkg (1.15.8.3) unstable; urgency=low
7220 * Fix dpkg-divert test suite to cope with + and other special characters for
7221 regexps in the build directory name. Thanks to Jonathan Nieder for the
7222 patch and to Phil Kern for the report. Closes: #591182
7225 * Fix buffer overflow in dpkg_ar_member_put_header causing it to write the
7226 header to fd 0 (instead of ar_fd) depending on the stack layout, affecting
7227 armel. Thanks to Phil Kern for the analysis and Reinhard Tartler for the
7228 initial patch. Closes: #591312
7230 -- Guillem Jover <guillem@debian.org> Mon, 02 Aug 2010 10:38:07 +0200
7232 dpkg (1.15.8.2) unstable; urgency=low
7234 * Bump libdpkg-perl Depends on dpkg to 1.15.8, as it will break dpkg
7235 versions before that when installing and removing libdpkg-perl,
7236 because older update-alternatives and dpkg-divert require Dpkg.pm and
7237 Dpkg/Gettext.pm which will disappear due to the Replaces. Closes: #590867
7238 Thanks to Sven Joachim <svenjoac@gmx.de> for the analysis.
7239 * Allow specifying again absolute and relative paths for dpkg-buildpackage
7240 -r option. Closes: #591010
7242 -- Guillem Jover <guillem@debian.org> Sat, 31 Jul 2010 04:20:01 +0200
7244 dpkg (1.15.8.1) unstable; urgency=low
7246 * Fix off-by-one error in update-alternatives that lead to an infinite loop
7247 while writing the administrative file. Closes: #590854
7249 -- Raphaël Hertzog <hertzog@debian.org> Thu, 29 Jul 2010 21:18:16 +0200
7251 dpkg (1.15.8) unstable; urgency=low
7254 * Add new commands --before-build and --after-build to dpkg-source
7255 and modify dpkg-buildpackage to call them automatically at the
7256 start and at the end of the process. With "3.0 (quilt)" source packages
7257 this ensures patches are applied even in case of binary-only builds.
7259 * Merge non-regression test for Ubuntu's specificities concerning
7260 changelog handling. Closes: #582389
7261 * Fix some copy-paste mistakes in dpkg-architecture(1). Thanks to Ian Fleming
7262 <iflema@yahoo.com.au> for the patch and Colin Watson for forwarding out of
7263 Launchpad. Closes: #582404 LP: #564308
7264 * Clarify description of dpkg --configure in dpkg(1). Thanks to Colin Watson
7265 for the patch and to Robert Persson for the report.
7266 Closes: #582406 LP: #77287
7267 * Fix the non-regression test lib/dpkg/test/t-ar.c by not overflowing the
7268 size of ar_name. Thanks to Colin Watson for the report, analysis and patch.
7270 * Modify Dpkg::Shlibs::Objdump to use the cross objdump binary when cross
7271 compiling. Thanks to Loïc Minier for the initial patch. Closes: #578365
7272 * Make dpkg-maintscript-helper more robust when required parameters are
7273 missing. Closes: #582814
7274 * Clarify that dpkg-maintscript-helper rm_conffile needs the last version of
7275 the package that did not remove the obsolete conffile if this was not
7276 implemented at the time the file became obsolete. Closes: #582893
7277 * Enhance dpkg-maintscript-helper rm_conffile and mv_conffile to work
7278 properly when <lastversion> is not given (or is empty). Closes: #582819
7279 * Small fix in dpkg-gensymbols' handling of tags. Closes: #583656
7280 Thanks to Michael Tautschnig <mt@debian.org> for the report and the fix.
7281 * update-alternatives has been rewritten in C, the only feature change
7282 should be that it uses its own logfile /var/log/alternatives.log (rotated
7284 * Implement new --unapply-patches option for dpkg-source with source formats
7285 2.0 and 3.0 (quilt) that unapplies the patches after a successful build.
7286 This option can be put in debian/source/local-options in the package VCS
7287 repository for instance.
7288 * Implement new --abort-on-upstream-changes option for dpkg-source with
7289 source formats 1.0, 2.0 and 3.0 (quilt). It aborts every time that you try
7290 to build a source package which contains (unmanaged) changes to the
7291 upstream source code. Closes: #579012
7292 * dpkg-source now captures the output of patch and prints it on error so
7293 that the user can better diagnose what went wrong. Closes: #575304
7294 * Fix Dpkg::Changelog to cope properly with an entry of version "0".
7295 Add non-regression test for this. Closes: #587382
7296 * Add --export command to dpkg-buildflags to be used in shell with eval.
7297 * Modify source format "3.0 (git)" to use git bundles. Thanks to Joey Hess
7299 The usage of git bundle avoids distributing cruft. Closes: #477954
7300 It's no longer needed to tell which branch contains the debian packaging,
7301 it uses automatically the one that was used at build-time. Closes: #534637
7302 * Pass --no-name option to gzip to avoid encoding the timestamp in the file
7303 so that the result is more predictable. Closes: #587724
7304 Also pass --rsyncable to make source packages more rsync friendly.
7305 * Replace dpkg-source's tar ignore pattern "*~" with "*/*~" to avoid
7306 matching on the top level directory. Closes: #588265
7307 * In source formats "2.0" and "3.0 (quilt)", make sure to remove the
7308 upstream-provided debian directory before copying the debian-provided
7309 version of that directory in place. Closes: #590297
7312 * Require gettext 0.18:
7313 - Remove embedded gettext files from the repository, now properly
7314 installed by autopoint for all po/ directories.
7315 - Add versioned Build-Depends.
7316 * Fix variable usage after delete in dselect.
7317 * Change default configure admindir to LOCALSTATEDIR/lib/dpkg from
7318 LOCALSTATEDIR/dpkg, so that we can use a correct --localstatedir=/var.
7319 * Add two new dpkg options --path-exclude and --path-include for filtering
7320 files on package installation. This allows embedded systems to skip
7321 /usr/share/doc, manpages, etc. Based on work from Tollef Fog Heen and
7322 Martin Pitt, thanks! Closes: #68788, #68861, #497304, #525567, #583902
7323 * Remove obsolete internal status aliases “postinst-failed” for
7324 stat_halfconfigured and “removal-failed” for stat_halfinstalled.
7325 * Check version syntax when parsing it from libdpkg based programs.
7327 * Rewrite mksplit in C, and merge it into dpkg-split.
7328 * Rewrite dpkg-divert in C.
7329 * Use linux-any wildcard for libselinux1-dev Build-Depends instead of
7330 using a list of negated architectures.
7331 * Use Breaks instead of Conflicts in dpkg, dpkg-dev and libdpkg-perl binary
7333 * Move Dpkg.pm and Dpkg/Gettext.pm from dpkg to libdpkg-perl.
7334 * Bump Standards-Version to 3.9.1.
7335 * Detect when another process has locked the database, and mention that
7336 problematic dpkg --audit results might be due to ongoing operations.
7338 * Add new dpkg --force-confask option that forces a conffile prompt when
7339 the conffile from the new package does not differ from the previous one.
7340 Thanks to Henning Makholm <henning@makholm.net>. Closes: #102609
7341 * On dpkg-divert --rename, check if the source file exists, and disable
7342 renaming if it does not. Closes: #550252
7343 As a side effect, this avoids useless errors when the destination
7344 directory is not existent or writable. Closes: #581544
7345 * Properly compute the longest package description from all to be displayed
7346 on “dpkg-query --list”, so that it does not get incorrectly trimmed.
7347 * Consistently use earlier/later instead of smaller/bigger when describing
7348 comparison relationships. Closes: #587641
7349 * Stop exporting DPKG_LIBDIR to maintainer scripts, no need for it anymore.
7350 * Assign correct SELinux label on non-regular files. Based on a patch by
7351 Russell Coker <russell@coker.com.au>. Closes: #587949
7352 * Add -F option to dpkg-buildpackage to be able to explicitly specify a
7353 normal full build and combine it with -nc. Closes: #547993
7354 * Add missing mentions of the Breaks field alongside the other fields
7355 sharing the same syntax in deb-control(5).
7356 Thanks to Osamu Aoki <osamu@debian.org>. Closes: #590472
7358 [ Updated programs translations ]
7359 * Catalan (Guillem Jover).
7360 * German (Sven Joachim).
7361 * Russian (Yuri Kozlov). Closes: #579149
7362 * Swedish (Peter Krefting).
7364 [ Updated man pages translations ]
7365 * German (Helge Kreutzmann).
7366 * Russian (Yuri Kozlov). Closes: #579149
7367 * Spanish (Omar Campagne).
7368 * Swedish (Peter Krefting).
7370 [ New scripts translation ]
7371 * Spanish (Omar Campagne).
7373 [ Updated scripts translations ]
7374 * French (Christian Perrier).
7375 * German (Helge Kreutzmann). Improved by Holger Wansing.
7376 * Russian (Yuri Kozlov). Closes: #579149
7377 * Swedish (Peter Krefting).
7379 -- Guillem Jover <guillem@debian.org> Thu, 29 Jul 2010 09:37:35 +0200
7381 dpkg (1.15.7.2) unstable; urgency=low
7384 * Update dpkg-buildflags to respect $XDG_CONFIG_HOME and to use
7385 $XDG_CONFIG_HOME/dpkg/buildflags.conf by default.
7386 * Update deb-substvars(5) to codify how variables containing multiple
7387 lines must be managed.
7388 * Fix boolean evaluation of Dpkg::Version so that version 0 evaluates to
7389 false and dpkg-shlibdeps can strip the minimal version specification.
7391 Document this behaviour in the API and add non-regression test to ensure
7393 * Let dpkg-buildflags error out when a required parameter is missing.
7395 * Add Bug-Ubuntu field in DEP-3 template provided in the automatic header
7396 of patches in 3.0 (quilt) source packages. Thanks to Benjamin Drung
7397 <bdrung@ubuntu.com> for the patch. Closes: #578002
7398 * Update deb-override(5) by removing references to usage of sections
7399 to place the packages on the mirrors and by indicating that the Debian
7400 policy offers a list of allowed values for section and priority.
7402 * Update reference to triggers.txt.gz in dpkg-trigger(1) and deb-triggers(5)
7403 to match the new location. Closes: #580774
7404 * Drop mention of PKG_CONFIG_LIBDIR in dpkg-buildpackage(1), the feature has
7405 been removed in 1.15.6.
7406 * Rename /usr/lib/dpkg/maintscript-helper into
7407 /usr/bin/dpkg-maintscript-helper, it is a public interface even if working
7408 around known limitations.
7409 * Add "supports" command to dpkg-maintscript-helper to ensure the wanted
7410 command is supported before calling it.
7413 * Add powerpcspe support to ostable and triplettable.
7414 Thanks to Sebastian Andrzej Siewior <sebastian@breakpoint.cc> and
7415 Kyle Moffett <Kyle.D.Moffett@boeing.com>. Closes: #568123, #575158
7416 * Fix dpkg --root by properly stripping again the root directory from the
7417 path of the maintainer script to execute. Closes: #580984
7418 * On Linux use sync() instead of an fsync() per file on deferred extraction,
7419 to workaround performance degradation on ext4. Closes: #578635
7422 * Fix syntax error in dpkg-name. Closes: #581315
7424 -- Guillem Jover <guillem@debian.org> Wed, 19 May 2010 07:57:14 +0200
7426 dpkg (1.15.7.1) unstable; urgency=low
7428 * Fix dpkg-source -b (without -i) for source packages 1.0. Closes: #578693
7429 It was erroneously ignoring all changes because the ignore regex was
7430 wrong (due to the change to ignore debian/source/local-options).
7431 * Add missing call to textdomain() in dpkg-mergechangelogs to make
7434 -- Raphaël Hertzog <hertzog@debian.org> Thu, 22 Apr 2010 08:05:20 +0200
7436 dpkg (1.15.7) unstable; urgency=low
7439 * Clarify the plan concerning dpkg-source, debian/source/format and
7440 the default source format in dpkg-source(1). Add a warning
7441 in dpkg-source to invite people to always create debian/source/format.
7442 We deprecate the fallback to "1.0" (it's there for backwards compatibility
7443 only) and debian/source/format is going to be mandatory at some point in
7444 the future. Closes: #553928
7445 * Add .gitattributes to list of files ignored by dpkg-source.
7446 * Document most common warnings and errors of dpkg-source in its manual
7448 * Let dpkg-source read options from debian/source/local-options as well but
7449 do not include that file in the generated source package.
7450 * Improve explanation of --all option in dpkg-parsechangelog(1). Thanks to
7451 Jari Aalto. Closes: #575706
7452 * Fix dpkg to not lose package metadata on filesystems where readdir()
7453 returns new files added after the opendir() call, btrfs in particular
7454 triggered the problematic behaviour. Closes: #575891
7455 * Tighten the regex used by dpkg-source to match the component name of
7456 supplementary tarballs so that underscore (_) are not allowed as it was
7458 * Introduce a new script called dpkg-buildflags: its purpose is to retrieve
7459 compilation flags and it should be used within debian/rules to pass
7460 the right compilation flags to the build process. dpkg-buildpackage still
7461 exports them to not break packages currently relying on them but packages
7462 should now start using dpkg-buildflags instead. Closes: #560070
7463 * For Ubuntu set default value of LDFLAGS to -Wl,-Bsymbolic-functions.
7464 * Cleanup some old Conflicts/Replaces, thanks to Helge Kreutzmann.
7465 * Modify dselect to treat all unknown package as known and marked for purge.
7466 This is a temporary work-around so that dselect doesn't try to reinstall
7467 packages of priority > standard that were removed or not installed. Thanks
7468 to Robert Luberda for the patch. Closes: #559519, #556889
7469 * dpkg now exports DPKG_MAINTSCRIPT_NAME to maintainer scripts with the
7470 type of maintainer script currently running (preinst, postinst, prerm,
7471 postrm). Closes: #546577
7472 * dpkg now exports DPKG_LIBDIR to maintainer scripts pointing to the
7473 private directory containing internal programs like the upcoming
7475 * Add $DPKG_LIBDIR/maintscript-helper program that can be used in
7476 maintainer scripts to perform common operations working around
7477 current dpkg limitations: first version supports removing obsolete
7478 conffiles and renaming conffiles. Closes: #514316
7479 * Fix "dpkg-scansources -e", it was calling a non-existing function.
7481 * Add new script dpkg-mergechangelogs to do 3-way merges of Debian
7482 changelogs. Add libalgorithm-merge-perl to Recommends for the
7483 benefit of this script.
7486 * Modern tar files typically use NormalFile1 rather than NormalFile0 for
7487 file objects. A typo meant that the former never triggered rename
7488 deferral. Closes: #577756
7489 * Use the new list of files on rename deferral instead of old one, so that
7490 newly added files get installed.
7493 * Report deferred trigger errors on status-fd. Closes: #574599
7494 Thanks to Michael Vogt <michael.vogt@ubuntu.com>.
7495 * When creating hard links to normal files on extraction use the .dpkg-new
7496 filename for source as the file is not yet in place due to the rename
7497 deferral. Thanks to Colin Watson for the initial patch.
7498 * Do not output the Package-Type field on udeb.
7499 * Fix versioned Replaces to not produce file overwrite errors on downgrades.
7501 * Fix installation of replaced and replacing packages in reverse order
7502 (first the replacing then the replaced) for which the replaced package
7503 is supposed to get disappeared, to disappear the correct package and not
7504 lose track of the ownership of the replaced files.
7506 [ Updated programs translations ]
7507 * German (Sven Joachim).
7509 [ Updated dselect translations ]
7510 * German (Sven Joachim).
7512 [ Updated man pages translations ]
7513 * German (Helge Kreutzmann).
7515 [ Updated scripts translations ]
7516 * German (Helge Kreutzmann).
7518 -- Guillem Jover <guillem@debian.org> Wed, 21 Apr 2010 04:05:55 +0200
7520 dpkg (1.15.6.1) experimental; urgency=low
7523 * Fix two memory leaks introduced in 1.15.6.
7524 * Always use C99 variadic macros, as the build requires them anyway, we
7525 avoid exposing the configure variable HAVE_C99 on installed headers.
7526 * Use __attribute__ keyword depending on compiler support, we avoid
7527 exposing the configure variable HAVE_C_ATTRIBUTE on installed headers.
7528 * Do not allow a --retry schedule in start-stop-daemon where forever is
7529 the last item, as it needs something to repeat over. Closes: #570938
7530 * Show dselect dependency/conflicts resolution screen again, by switching
7531 the code to use STL's min() and max() instead of preprocessor macros, to
7532 avoid multiple evaluation of arguments. Regression introduced in 1.15.6.
7533 Based on a patch by Robert Luberda <robert@debian.org>. Closes: #574816
7534 * Defer the fsync and rename for normal files in tar extraction so that
7535 it's done in one pass afterwards, to avoid massive I/O degradation due to
7536 the serialization from each write + fsync. This restores extraction times
7537 to numbers closer to the ones before the fsync patch introduced in 1.15.6.
7540 * Accept source packages without "Format" field for compatibility with very
7541 old source packages. Thanks to Colin Watson for the report and the patch.
7544 [ Updated programs translations ]
7545 * French (Christian Perrier).
7546 * Swedish (Peter Krefting).
7548 [ Updated scripts translations ]
7549 * Swedish (Peter Krefting).
7551 -- Guillem Jover <guillem@debian.org> Wed, 24 Mar 2010 13:56:28 +0100
7553 dpkg (1.15.6) experimental; urgency=low
7556 * debian/control: Add the accent on my first name.
7558 - rename Dpkg::Deps dump() methods into output([$fh]), overload string
7559 representation ("$dep") to provide the result of $dep->output()
7560 - prefix public functions in Dpkg::Deps with deps_ and export them
7562 - rename Dpkg::Source::Compressor in Dpkg::Compression::Process
7563 - rename Dpkg::Source::CompressedFile in Dpkg::Compression::FileHandle
7564 and completely redesign its API
7565 - update Dpkg::Compression's API to use compression_* functions
7566 instead of granting direct access to variables, integrate
7567 there management of default compression
7568 - introduce Dpkg::Interface::Storable and update many modules
7570 - update Dpkg::BuildOptions to provide an object-oriented interface
7571 - update Dpkg::Checksums to provide an object-oriented interface
7572 * Drop debian-maintainers from Suggests since it's obsolete, the
7573 corresponding keyring is in debian-keyring.
7574 * Merge support of symbol patterns in dpkg-gensymbols. Thanks to
7575 Modestas Vainius for his work (see further for more details).
7576 * Accept filename with spaces and colon in the output of objdump.
7577 Required so that dpkg-shlibdeps support such files properly.
7578 Thanks to Raphaël Geissert for the patch. Closes: #565712
7579 * When unpacking a "3.0 (quilt)" source package, tell quilt where
7580 patches are (to be) stored. Requires quilt >= 0.48-5 to work.
7582 * Fix update-alternatives to not try to reinstall an unknown alternative
7583 when the link group is broken, instead switch to the best choice in
7584 automatic mode. Closes: #566406
7585 * Don't return duplicate bug numbers in Launchpad-Bugs-Fixed:.
7586 Thanks to Brian Murray <brian@ubuntu.com> for the report
7587 and the patch. Closes: #569618
7588 * Add $VERSION numbers to all perl modules. Closes: #465256
7589 1.00 and higher means that the API should be stable
7590 * While parsing diff's output, accept any sentence that contains the word
7591 differ (as specified by POSIX) to identify that binary files could not be
7592 compared. Closes: #570008
7593 * dpkg-gencontrol does no longer accept arch-specific dependencies in
7594 arch: all packages. Closes: #560071
7595 * dpkg-gencontrol no longer warns if a substitution variable provided by -V
7596 is not used (the warning is meant to catch unused substitutions coming
7597 from the file, those are package specific with debhelper). Closes: #557133
7598 * dpkg-gencontrol now indicates which package is concerned by the substvars
7599 warning that it displays. Closes: #566837
7600 * dpkg-buildpackage now supports options --source-option=<opt> and
7601 --changes-option=<opt> to forward arbitrary options to dpkg-source and
7602 dpkg-genchanges respectively. Closes: #566230
7603 * The -T option of dpkg-{source,gencontrol,genchanges} can now be used
7604 multiple times to read substitution variables from multiple files.
7606 * dpkg-source now supports an option --create-empty-orig in formats
7607 "2.0" and "3.0 (quilt)" to auto-create the main original tarball when
7608 there are supplementary tarballs. This makes it easier to bundle
7609 multiple software together. Closes: #554488
7610 * dpkg-source supports long option names --diff-ignore and --tar-ignore for
7611 -i and -I. A new option --extend-diff-ignore is introduced. Those options
7612 can thus now be used in debian/source/options.
7613 * Generate manual pages for perl modules.
7614 * Introduce the libdpkg-perl package and clarify its status in README.api.
7615 * Update Standards-Version to 3.8.4 (no changes needed).
7616 * Drop unused lintian override for arch-dep-package-has-big-usr-share on
7618 * The rewritten Dpkg::Checksums deals properly with filenames with
7619 spaces. Closes: #572030
7620 * dpkg-source does no longer fallback to other source formats if the
7621 requested one is not usable. Closes: #557459
7622 * Modify dpkg-source to error out when it would apply patches containing
7623 insecure paths (with "/../") and also error out when it would apply a
7624 patch through a symlink. Those checks are required as patch will happily
7625 modify files outside of the target directory and unpacking a source package
7626 should not be able to have any side-effect outside of the target
7627 directory. Fixes CVE-2010-0396.
7628 * Also error out when the quilt series contains a path with "/../" as this
7629 can cause patch to create files outside of the source package due
7630 to the -B .pc/$path option that it gets.
7633 * Handle argument parsing in dpkg-checkbuilddeps and dpkg-scanpackages
7634 in a way consistent with the rest of the tools.
7635 * Recognize --help in addition to -h in dpkg-checkbuilddeps.
7636 * Add a --version option to dpkg-checkbuilddeps.
7637 * Improve and mark more messages in writedb() to make translators lives
7638 easier. Closes: #408525
7639 * Improve update-alternatives --display output to use two leading spaces
7640 for current link and slave information. Use single quotes for both “best”
7641 and the alternative it's pointing to. Closes: #549167
7642 * Refer to “half configured” instead of “failed config” in «dpkg-query -l»
7643 header and dselect package status printing for consistency.
7644 * Make “dpkg-statoverride --quiet” actually do something, and quiesce
7645 most of the innocuous warning messages. Closes: #403211
7646 * Make “dpkg-statoverride --update --add” fail if it cannot update the
7647 mode and owner of the file. This would fail later on when dpkg itself
7648 applies the overrides, so better to signal this earlier.
7649 * Add sparc64 to cputable. Thanks to Aurelien Jarno <aurel32@debian.org>.
7651 * Do not allow diverting a file to itself, which makes the file to get
7652 removed. Closes: #312206
7653 * Make the check for duplicate fields in a stanza in libdpkg actually work,
7654 which now makes it fatal, as was intended originally. This should not
7655 cause problems for anything using dpkg-dev to build packages as those
7656 are already fatal on that case.
7657 * Add new deb-split(5) man page.
7658 * Fix misspellings of “explicitly” all over the place.
7659 * Normalize ar member names when reading (removing trailing spaces and
7660 slash), this allows deb-split packages be created with GNU ar.
7661 * Validate compression level on dpkg-deb argument parsing.
7662 * Fix error handling, clean up and refactor compression code.
7663 Thanks to Jonathan Nieder for several of the patches.
7664 * Do not print unambiguous epoch on dpkg file overwrite error.
7665 * Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn().
7666 * Change dpkg-dev to Depend on perl instead of perl5 and perl-modules.
7667 * Fix small memory leaks related to scandir() in dpkg-deb and libdpkg.
7668 * Fix dpkg-query and dpkg-trigger to actually print a version on --version.
7669 * Always spawn a new shell on conffile prompt, instead of supporting
7670 self backgrounding, remove DPKG_NO_TSTP environment variable support.
7672 * Set DPKG_SHELL_REASON, DPKG_CONFFILE_OLD and DPKG_CONFFILE_NEW environment
7673 variables when spawning a shell for conffile examination. Closes: #60329
7674 Thanks to Daniel Martin <Daniel.Martin@jhu.edu> for the idea.
7675 * Add support for disabling update-alternatives at configure time using
7676 --without-update-alternatives.
7677 * Add support for disabling install-info at configure time using
7678 --without-install-info.
7679 * Update debian/copyright.
7680 * Use Debian instead of ‘Debian GNU/Linux’ when referring to the
7682 * On dpkg --no-act with --install, --unpack or --record-avail, and
7683 dpkg-deb --info or --field use mkdtemp() to create a temporary directory
7684 instead of insecure tempnam() or tmpnam() functions.
7685 * Remove --license and --licence options from tools.
7686 * Securely remove newly installed files when rolling-back a failed unpack.
7687 * Change default lzma compression level from 9 to 6.
7688 Thanks to Jonathan Nieder for the initial patch.
7689 * Add support for xz compressed data.tar member of binary packages. Add
7690 xz-utils to dpkg's Pre-Depends. Closes: #542160
7691 Thanks to Jonathan Nieder for the initial patch.
7692 * Use xz command to handle lzma compressed files in dpkg and dpkg-dev.
7693 This removes the lzma package from both dpkg and dpkg-dev dependencies.
7694 * Do not set PKG_CONFIG_LIBDIR in dpkg-buildpackage when cross-building.
7695 The proper solution to this is to let the build system choose the
7696 appropriate pkg-config binary for the build or host system in the same
7697 way pkg.m4 is handling it now. Closes: #551118
7698 * Dynamically link against all external libraries. This includes libbz2
7699 and zlib for dpkg-deb and libselinux for dpkg on GNU/Linux.
7700 * Mark the libdpkg.a API as volatile and require any possible users to set
7701 LIBDPKG_VOLATILE_API to acknowledge that fact.
7702 * Add a new libdpkg-dev package with the headers and the static library,
7703 although its API should be considered volatile.
7704 * Reorganize the doc contents that goes into each package:
7705 - README.multicd only in dselect.
7706 - README.api only in development packages, dpkg-dev and libdpkg-dev.
7707 - triggers.txt only in dpkg-dev.
7708 * Move source.lintian-overrides to debian/source/lintian-overrides.
7709 * Switch SELinux support to explicitly set path context. This fixes the
7710 mislabeling of files under <admindir> on conffile extraction or on unpack
7711 errors, due to improper default context restoration. Closes: #498438
7712 * Use FIEMAP when available (on Linux based systems) to sort the .list
7713 files loading order. With a cold cache it improves up to a 70%.
7714 Thanks to Morten Hustveit <morten@debian.org>.
7715 * When FIEMAP is not available use posix_fadvise() to start preloading the
7716 .list files before loading them. With a cold cache it improves up to 40%.
7717 Thanks to Stefan Fritsch <sf@sfritsch.de>. Closes: #557560
7718 * Call fsync(2) after writing files on disk, to get the atomicity
7719 guarantees when doing rename(2). Based on a patch by
7720 Jean-Baptiste Lallement <jeanbaptiste.lallement@gmail.com>.
7722 * Call fsync(2) on database directories after creating, renaming or
7723 unlinking files, to guarantee the new file entry is correctly listed
7724 in the directory. Base on a patch by
7725 Jean-Baptiste Lallement <jeanbaptiste.lallement@gmail.com>.
7726 * Document in the man page the effects of setting TMPDIR for dpkg and
7727 dpkg-deb, HOME for dselect and dpkg and PAGER for dpkg. Closes: #572836
7728 * Document the exit codes for dpkg-query. Closes: #571798
7729 * Document “dpkg-query -l” abbreviated state information in the man page.
7730 Based on a patch by Marc-Jano Knopp <pub_br_debian.org@marc-jano.de>.
7732 * Honour LINGUAS environment variable when installing translated man pages.
7733 * Allow disabling at configure time Unicode ncurses support for dselect.
7734 Based on a patch by Yuri Vasilevski <yvasilev@gentoo.org>.
7736 [ Modestas Vainius ]
7737 * Implement symbol patterns (Closes: #563752). From now on, it is possible to
7738 match multiple symbols with a single entry in the symbol file template.
7739 While the concept is not new (wildcards also match multiple symbols),
7740 patterns cover much more ground and are a lot more flexible. Together with
7741 the framework, 3 basic pattern types are supported:
7742 - c++ - matching C++ symbols by their demangled name (as emitted by
7744 - symver - matching by symbol version. It replaces the wildcards feature
7745 which is still supported for backwards compatibility but is reimplemented
7746 on top of the new framework;
7747 - regex - matching symbol names with perl regular expression.
7748 Basic patterns may be combined where it makes sense.
7749 * As a positive side effect of the new symbol patterns implementation,
7750 patterns are now treated like normal symbols whenever possible, e.g. a
7751 pattern is MISSING if it does not match anything. As a result,
7752 dpkg-gensymbols is now able to detect NEW/MISSING symbols when patterns are
7753 present in the symbol file (Closes: #541464). Please note, however, that
7754 there is no way to detect symbol changes in the pattern match sets.
7755 * Add source version to the dpkg-gensymbols diff label, reformat it according
7756 to the rules of dpkg-name.
7757 * Add -a<arch> option to dpkg-gensymbols.
7758 * Add -q option to dpkg-gensymbols. -c0 will never fail but still generate a
7759 diff. Use -c0 -q to keep dpkg-gensymbols completely quiet as before
7763 * Fix a file handle leak in “dpkg-deb --info”. Thanks to Raphael Geissert
7764 for the report and patch.
7766 [ Helge Kreutzmann ]
7767 * Add dpkg-gensymbols.1 to the translatable man page set.
7769 [ Updated programs translations ]
7770 * Catalan (Guillem Jover).
7771 * French (Christian PERRIER).
7772 * German (Sven Joachim).
7773 * Italian 'Milo Casagrande). Closes: #567531
7774 * Simplified Chinese (Aron Xua). Closes: #558794
7775 * Slovak (Ivan Masár). Closes: #559269
7776 * Swedish (Peter Krefting).
7778 [ Updated dselect translations ]
7779 * Catalan (Guillem Jover).
7780 * French (Christian Perrier).
7781 * German (Sven Joachim).
7782 * Spanish (Javier Fernández-Sanguino). Closes: #572861
7783 * Swedish (Peter Krefting).
7785 [ Updated man pages translations ]
7786 * French (Christian Perrier): correcting inconsistencies for the translation
7787 of "original" here and there. Thanks to Julien Valroff for pointing this.
7788 * German (Helge Kreutzmann).
7789 * Swedish (Peter Krefting).
7791 [ Updated scripts translations ]
7792 * Catalan (Guillem Jover).
7793 * French (Christian PERRIER).
7794 * German (Helge Kreutzmann).
7795 * Swedish (Peter Krefting).
7797 -- Guillem Jover <guillem@debian.org> Fri, 12 Mar 2010 00:15:31 +0100
7799 dpkg (1.15.5.6) unstable; urgency=low
7801 * dpkg-source: with format "3.0 (quilt)" ensure quilt's .pc directory is
7802 created before trying to register a new patch in .pc/applied-patches.
7803 Thanks to Tommi Vainikainen <thv+debian@iki.fi> for the report and the
7804 patch. Closes: #561237
7805 * Fix dpkg-buildpackage to set "parallel=" in DEB_BUILD_OPTIONS instead of
7806 the invalid "parallel=-1" when option "-j" is given. Closes: #562038
7807 * Clarify how dpkg-source --print-format works and display messages on
7808 STDERR when the requested format is discarded. Closes: #560391
7809 * Add ${misc:Depends} in all Depends fields.
7811 -- Raphaël Hertzog <hertzog@debian.org> Fri, 08 Jan 2010 17:57:43 +0100
7813 dpkg (1.15.5.5) unstable; urgency=low
7815 * Allow again new lines in dpkg-source and dpkg-genchanges on substvar and
7816 maintainer arguments.
7818 -- Guillem Jover <guillem@debian.org> Tue, 22 Dec 2009 09:49:49 +0100
7820 dpkg (1.15.5.4) unstable; urgency=low
7822 * Fix Dpkg::Index::get() and remove(). Thanks to Roderich Schupp
7823 <roderich.schupp@googlemail.com> for the patch. Closes: #558595
7824 * Modify implementation of "3.0 (quilt)" source format to not be
7825 behave differently depending on whether quilt is installed or not.
7826 The option --without-quilt is thus gone and dpkg-source creates
7827 and relies on the .pc directory to know whether patches are applied
7828 or not. Closes: #557667
7829 * Add new dpkg-source option --single-debian-patch supported by the source
7830 format "3.0 (quilt)" so that it behaves more like 1.0 and its single diff
7831 that is constantly updated with all upstream changes. Useful if the
7832 workflow is VCS based and can't generate a full patch set.
7833 * dpkg-source now uses debian/source/patch-header as header of the automatic
7834 Debian patch in format "3.0 (quilt)".
7835 * Fix Debian changelog parser so that the trailer line is again checked.
7837 -- Raphaël Hertzog <hertzog@debian.org> Mon, 07 Dec 2009 09:24:31 +0100
7839 dpkg (1.15.5.3) unstable; urgency=low
7842 * Avoid usage of IO::String in dpkg-scanpackages, rely on Dpkg::IPC
7843 instead to directly get a pipe file descriptor. Closes: #557013
7844 * Put "3.0 (quilt)" in the default list of formats tried by dpkg-source
7845 after "1.0" and before "3.0 (native)".
7846 * Let dpkg-source fail if several upstream orig.tar files are available
7847 (using different compression scheme) since we don't know which one
7849 * Add missing "use Dpkg::Gettext" in Dpkg::Changelog::Entry::Debian.
7851 * When building "3.0 (quilt)" source packages, use QUILT_PATCH_OPTS="-t -F 0
7852 -N -u -V never -g0" so that quilt is as strict as dpkg-source's internal
7853 implementation of quilt. Closes: #557664, #558233
7854 * Before accepting to build a 3.0 (quilt) source packages, ensure that
7855 debian/patches is a directory (or non-existing) and that
7856 debian/patches/series is a file (or non-existing). Closes: #557618
7857 * Dpkg::IPC::fork_and_exec() now includes the changed environment
7858 variables in the default error message displayed when the sub-process
7862 * Verify that the alternative used in update-alternatives --set has been
7863 registered instead of failing with an undefined value in the slave
7864 method. Closes: #554136
7865 * Strip leading spaces in the first line of a field's value in
7866 Dpkg::Control::Hash. Closes: #557547
7868 -- Guillem Jover <guillem@debian.org> Fri, 27 Nov 2009 19:23:36 +0100
7870 dpkg (1.15.5.2) unstable; urgency=low
7872 * Change Dpkg::Version API to accept invalid versions by default and add
7873 is_valid() method. The boolean evaluation of a version object returns
7874 true if the version is valid, false otherwise.
7875 * Update dpkg-shlibdeps to always use Dpkg::Version now that it can
7876 contain the empty version string. Closes: #556786
7877 * Keep compatibility with perl 5.8 by avoiding the _ prototype.
7879 -- Raphaël Hertzog <hertzog@debian.org> Wed, 18 Nov 2009 11:54:50 +0100
7881 dpkg (1.15.5.1) unstable; urgency=low
7883 * Fix build failures due to off_t type mismatch caused by not including
7884 <config.h> first on the unit tests. Suggested by Pierre Habouzit and
7885 Julien Cristau, thanks!
7887 -- Guillem Jover <guillem@debian.org> Tue, 17 Nov 2009 16:42:00 +0100
7889 dpkg (1.15.5) unstable; urgency=low
7892 * Remove obsolete conffiles on purge. Closes: #421367, #453005, #454628
7893 * Update list of binaries dpkg checks on the PATH.
7894 - Remove install-info, now a wrapper that will disappear soonish.
7895 - Add programs used by dpkg itself: sh, rm, find, tar and dpkg-deb.
7896 * Check and warn on duplicate conffiles in dpkg-deb. Closes: #131633
7897 * Make the upstream build system silent by default with automake 1.11 or
7898 newer, and always verbose when building the Debian packages.
7899 * Fix small leak when parsing ‘--ignore-depends’ option values.
7900 * Define compatibility WCOREDUMP only if the system does not have it.
7901 * When start-stop-daemon fails to set the io scheduling warn instead of
7902 finishing fatally. Closes: #553580
7903 * Update md5 file paths in debian/copyright.
7904 Thanks to Jonathan Nieder <jrnieder@gmail.com>.
7905 * On ‘dpkg-trigger --help’ print the default admindir instead of the one
7906 passed on the command line.
7907 * Abort on configure if the required C99 extensions are not supported.
7908 * Add C coding style document.
7909 * Make dpkg as strict as dpkg-statoverride on input when validating the
7910 parsed data from the statdb.
7911 * Rewrite dpkg-statoverride in C.
7912 * Use C99 snprintf function family semantics to avoid having to call them
7913 in a loop to grow the varbuf buffer. This should reduce memory usage and
7914 be slightly faster on varbufprintf calls.
7915 * Use the size from stat to allocate the buffers for readlink, instead of
7916 indefinitely calling readlink and growing the buffer. This should reduce
7917 memory usage when handling lots of symlinks, and be slightly faster.
7918 * Rework varbuf API to avoid increasing buffers indefinitely when adding
7919 content to them, regardless of space being already available.
7920 * Fix build macros to allow start-stop-daemon to use TIOCNOTTY.
7921 * Generate the autoconf version from git to make it easier to see when a
7922 snapshot version is being used.
7923 * Add infrastructure for doxygen, for now not installed anywhere.
7924 * Allow overriding the pkg-config path to ease cross-compilation.
7925 Suggested by Tollef Fog Heen <tfheen@err.no>.
7926 * Fix spelling errors in the Catalan translation. Closes: #553328
7927 Thanks to Robert Millan.
7928 * Update the FSF postal address in the source code license headers by
7929 replacing it with a URL to the gnu.org page.
7930 * Fix a file descriptor leak in dpkg-deb.
7931 Reported by Raphael Geissert <atomo64@gmail.com>.
7932 * Fix resource leaks on error conditions in compat scandir.
7933 * Add a new status-fd action when disappearing a package. Closes: #537338
7936 * Add versioned dependency on base-files (>= 5.0.0) to dpkg-dev to ensure
7937 that /etc/dpkg/origins/default exists. Closes: #545274
7938 * Update Standards-Version to 3.8.3 (no changes needed).
7939 * Major changes to the perl API:
7940 - Dpkg::Control is now Dpkg::Control::Info
7941 - Dpkg::Cdata is gone and is replaced by a new Dpkg::Control
7942 - Dpkg::Control::Fields contains authoritative information
7943 about fields allowed in various types of control information
7944 (and can be customized by each vendor). It also integrates
7945 information that was previously available through Dpkg::Deps.
7946 - Dpkg::Changelog has been split in multiple modules and largely
7947 modified to offer an interface that is now more in line with the
7949 * All dpkg-* perl programs that work with control information have been
7950 updated to use the new Dpkg::Control interface.
7951 In this process, dpkg-scanpackages has been fixed to not skip non-standard
7952 fields. Closes: #494136
7953 * Create Launchpad-Bugs-Fixed directly in the changelog parsing code thanks
7954 to a new vendor hook post-process-changelog-entry. Closes: #536066
7955 * Integrate dpkg-ftp into dselect. Add the required Replaces and Conflicts.
7956 * dpkg-scanpackages/dpkg-scansources now supports compressed override files.
7957 * dpkg-scanpackages now supports a new --medium option as needed to
7958 generate Packages.cd file for consumption by the multicd dselect access
7959 method. Closes: #402527
7960 * Integrate dpkg-multicd into dselect. Add the required Replaces and
7961 Conflicts. The dpkg-scanpackages fork is dropped. Closes: #516631
7962 * Fix bashisms in dselect multicd access method. Closes: #530070
7963 * Add support of "xz" compression method for source packages. Add dependency
7964 dpkg-dev → xz-utils to ensure xz and unxz are available.
7965 * Fix dpkg-source --include-binaries to correctly compute the path name of
7966 the discovered binary files. Closes: #554612
7967 * Remove extra quoting that should not be there while passing an exclude
7968 file to git ls-files during build of 3.0 (git) source package.
7969 Thanks to Courtney Bane for the patch. Closes: #551829
7970 * Optimize dpkg-source -b by avoiding many diff calls when not required.
7971 Thanks to Mike Hommey for the idea. Closes: #554689
7972 * Add new option --print-format to dpkg-source to be able to know by advance
7973 the source format that would be used during a build.
7974 * Modify dpkg-source -b to use default build options from
7975 debian/source/options. Thus it's now possible to have sticky options, for
7976 example for the choice of a compression method (--compression=<comp>).
7977 * dpkg-source outputs the list of upstream files modified by the diff.gz
7978 (applies only to source packages using format 1.0). Closes: #482166
7979 It also recommends usage of 3.0 (quilt) format during dpkg-source -b if it
7980 detects changes to upstream files that are stored in the .diff.gz.
7981 * Add DEP-3 compliant headers to automatic patches created by dpkg-source
7982 in 3.0 (quilt) source format. Closes: #543581
7983 * Switch dpkg to source format "3.0 (native)" with bzip2 compression.
7985 [ Updated programs translations ]
7986 * Czech (Miroslav Kure).
7987 * French (Christian Perrier).
7988 * German (Sven Joachim).
7989 * Italian (Milo Casagrande). Closes: #548615, #555806
7990 * Polish (Wiktor Wandachowicz). Closes: #548541
7991 * Swedish (Peter Krefting).
7993 [ Updated dselect translations ]
7994 * Czech (Miroslav Kure).
7995 * French (Christian Perrier).
7996 * German (Sven Joachim).
7997 * Polish (Wiktor Wandachowicz). Closes: #548541
7998 * Swedish (Peter Krefting).
8000 [ Updated man pages translations ]
8001 * French (Christian Perrier).
8002 * French translation error fixed (Christian Perrier)
8003 Thanks to Pietro Battiston for spotting it. Closes: #545446
8004 * German (Helge Kreutzmann).
8005 * Polish (Wiktor Wandachowicz). Closes: #548541
8006 * Swedish (Peter Krefting).
8008 [ Updated scripts translations ]
8009 * German (Helge Kreutzmann).
8010 * Polish (Wiktor Wandachowicz). Closes: #548541
8011 * Swedish (Peter Krefting).
8013 -- Guillem Jover <guillem@debian.org> Tue, 17 Nov 2009 10:17:57 +0100
8015 dpkg (1.15.4.1) unstable; urgency=medium
8017 * Do not mark any package as unseen in dselect. This is a workaround
8018 until it learns how to store such information again. Closes: #545366
8020 -- Guillem Jover <guillem@debian.org> Mon, 19 Oct 2009 15:15:17 +0200
8022 dpkg (1.15.4) unstable; urgency=low
8025 * Call _g instead of g_ in dpkg-name.
8026 * Fix inverted logic when deciding to assume the architecture in dpkg-name
8027 when the package didn't have such field.
8028 * Do not take into account Revision and Package_Revision fields in dpkg-name
8029 and dpkg-scanpackages as they have been handled already by “dpkg-deb -I”.
8030 * Switch dpkg-scansources to use Dpkg::Cdata instead of duplicating the
8031 .dsc parsing code. As a side effect it now handles properly bogus files.
8032 * Do not remap obsolete fields in dpkg-scanpackages as they have been
8033 handled already by “dpkg-deb -I”.
8034 * Properly mark packages being purged for disappearance from the database.
8035 This will make the status database not be left behind with traces of old
8036 not-installed packages. Closes: #472208
8037 * On parse mark not-installed leftover packages for automatic removal from
8038 the database on next dump. This obsoletes the --forget-old-unavail option,
8039 thus making it now a no-op. Closes: #33394, #429262
8040 * Document “hold” under package selection states instead of flags in dpkg(1).
8041 * Remove trailing ‘/’ and ‘/.’ from the directory name to be used as the
8042 package name on “dpkg-deb -b”. Closes: #218018, #373602
8043 * Remove obsolete ‘hold’ and ‘hold-reinstreq’ internal status flags.
8044 * Add fakeroot to dpkg-dev Recommends. Closes: #536821
8045 * Fix an always false test when trying to decide which package to deselect
8046 to resolve a dependency problem in dselect.
8047 * Add uClibc Linux support to ostable and triplettable. Closes: #455501
8048 * Add uClinux support to ostable and triplettable.
8049 Thanks to Simon Richter <sjr@debian.org>.
8050 * When aborting due to file conflicts print the version of the conflicted
8051 package. Closes: #540019
8052 * Remove double slash in database path visible to the user in some error
8054 * Stop matching sparc64-*-* GNU triplets with sparc Debian architecture.
8055 * Add support for config.d style directories in dpkg and dselect,
8056 (/etc/dpkg/dpkg.cfg.d and /etc/dpkg/dselect.cfg.d respectively).
8057 * Define DPKG_MAINTSCRIPT_ARCH on the maintainer script environment to the
8058 architecture the package got built for.
8059 * Document DPKG_MAINTSCRIPT_PACKAGE maintainer script environment variable
8061 * Document DPKG_RUNNING_VERSION maintainer script environment variable
8063 * Change po4a usage to not create unwanted changes depending if doing out or
8065 * Use po4a “--previous” support when updating the man pages.
8066 Suggested by Christian Perrier <bubulle@debian.org>.
8067 * On configuration error print file name and line number.
8068 * Allow quoting values in configuration file options.
8069 * Add new --pre-invoke and --post-invoke hooks in dpkg.
8070 * Add new --control-path command to dpkg-query.
8071 * Use ohshit on bad version syntax in --compare-versions.
8072 * Add Multi-Arch to the list of known binary package fields for dpkg-dev.
8073 Thanks to Steve Langasek <vorlon@debian.org>.
8076 * Replace install-info by a wrapper around GNU's install-info. The wrapper
8077 will be dropped in squeeze+1. dpkg now Breaks: old versions of
8078 info-browsers that do not depend on the new install-info package
8079 that provides the real functionality. Closes: #9771, #523980
8080 See https://wiki.debian.org/Transitions/DpkgToGnuInstallInfo for details.
8081 * Fix dpkg's preinst in case /var/lib/dpkg/alternatives contains unexpected
8082 sub-directories. Closes: #535138
8083 And also when one of the file doesn't contain correct alternatives
8084 information (improper number of lines). Closes: #537558
8085 * Upgrade Standards-Version to 3.8.2 (no changes).
8086 * Update deb-substvars(5) to list fields that do not support substvars.
8088 * Fix dpkg-parsechangelog to include all entries with -v0 parameter.
8090 * Fix update-alternatives to mention the correct slave link that can't
8091 be installed due to a conflicting file instead of quoting the master link.
8092 * Add support for extra override file in dpkg-scanpackages. Thanks to Robert
8093 Millan for the patch. Closes: #537559
8094 * Add support for extra override file in dpkg-scansources.
8095 * Document format of extra override file in a new manual page
8096 deb-extra-override(5).
8097 * Update sample in dpkg-gensymbols(1) to give an accurate listing of
8098 64 bit arches. Thanks to Julien Cristau for the patch. Closes: #540382
8099 * Create /etc/cron.daily/dpkg to handle the backup of
8100 /var/lib/dpkg/status in /var/backups. This is taken out of the cron
8101 package and need no conflicts/breaks as the code does nothing if
8102 the current status file is already backuped. Thanks to Leo 'costela'
8103 Antunes <costela@debian.org> for the patch. Closes: #541412
8104 * Change behaviour of dpkg --merge-avail to not update a package's
8105 information if the version provided is older than the one already listed
8106 in the available file. Thanks to Ian Jackson
8107 <ian@davenant.greenend.org.uk> for the patch. Closes: #496114
8108 * dpkg-architecture can now export DEB_{HOST,BUILD}_ARCH_{BITS,ENDIAN}
8109 (pointer size and endianness):
8110 - cputable (in dpkg) modified to contain those information
8111 - dpkg-dev depends on dpkg (>= 1.15.4) to ensure that we have an updated
8112 cputable (and so that a versioned build-dependency on dpkg-dev is enough
8113 to use this new feature)
8115 * Split overly long Binary: field values over multiple lines. This is
8116 allowed since policy 3.8.3. Closes: #494714
8117 * Improve performance of dpkg-shlibdeps by caching minimal version
8118 associated to each library in Dpkg::Shlib::SymbolFile. Thanks to
8119 Jiří Paleček <jpalecek@web.de> for the patch.
8120 * Slightly improve dpkg-source(1) by giving the section name that we're
8121 referring to. Closes: #544037
8122 * Fix translation error in German manpage of dpkg-buildpackage. Thanks
8123 to Joachim Breitner <nomeata@debian.org>. Closes: #541829
8125 [ Modestas Vainius ]
8126 * Provide a meaningful label for dpkg-gensymbols diff.
8128 [ Updated programs translations ]
8129 * Asturian (Marcos Alvarez Costales). Closes: #535327
8130 * French (Christian Perrier).
8131 * German (Sven Joachim).
8132 * Italian (Milo Casagrande). Closes: #536538
8133 * Russian (Yuri Kozlov). Closes: #542254
8134 * Slovak (Ivan Masár). Closes: #537742
8135 * Swedish (Peter Krefting).
8137 [ Updated dselect translations ]
8138 * Russian (Yuri Kozlov). Closes: #542254
8139 * Slovak (Ivan Masár). Closes: #537741
8141 [ Updated man pages translations ]
8142 * French (Christian Perrier).
8143 * German (Helge Kreutzmann), proofread by Jens Seidel.
8144 * Swedish (Peter Krefting).
8146 [ Updated scripts translations ]
8147 * French completed (Christian Perrier).
8148 * German (Helge Kreutzmann).
8149 * Russian (Yuri Kozlov). Closes: #542254
8150 * Swedish (Peter Krefting).
8152 -- Guillem Jover <guillem@debian.org> Sun, 06 Sep 2009 09:37:45 +0200
8154 dpkg (1.15.3.1) unstable; urgency=low
8156 [ Modestas Vainius ]
8157 * Fix wildcard support in symbol files. Closes: #536034
8159 -- Guillem Jover <guillem@debian.org> Wed, 08 Jul 2009 11:26:36 +0200
8161 dpkg (1.15.3) unstable; urgency=low
8164 * Unset TAR_OPTIONS when extracting .deb archives.
8165 * Use default compressor values in dpkg-source from Dpkg::Source::Compressor.
8166 * Fix dpkg-scanpackages to properly detect spurious overrides.
8167 * Rewrite dpkg-name in perl.
8168 * Do not close already closed files in some error conditions in libdpkg.
8169 * Use the correct units (KiB) in dpkg-split when referring to partsize.
8170 * Document in dpkg-statoverride(8) that mode needs to be specified in
8171 octal. Closes: #534551
8172 * Mark argument names in dpkg-statoverride.1 in italic.
8173 * Explicitly pass field argument to Dpkg::ErrorHandling::unknown().
8174 * Move unknown() from Dpkg::ErrorHandling to Dpkg::Fields.
8177 * Unset TAR_OPTIONS when creating/extracting tar archives for source
8178 packages. Closes: #530860
8179 * Add cleanup of all invalid (master) alternatives in preinst script.
8180 Closes: #530633, #531611, #532739, #521760
8181 * Let update-alternatives fix a manual alternative with a dangling symlink
8182 by switching it to automatic mode. Closes: #529999
8183 * Add missing paragraph separator in dpkg-buildpackage(1). Thanks to Per
8184 Andersson <avtobiff@gmail.com>. Closes: #532769
8185 * Fix English mistake (“as you request” → “as you requested”) in several
8186 places. Thanks to David Stansby for the patch. Closes: #533171
8187 * Support tags before symbols in symbols file contained in source packages.
8188 The first two tags are "optional" (use it to not fail if the symbol might
8189 disappear from the library without breaking the ABI) and "arch" to
8190 restrict the set of architectures where the symbol is supposed to exist.
8191 Thanks to Modestas Vainius <modestas@vainius.eu> for the patch.
8192 See dpkg-gensymbols(1) for more information. Closes: #521551
8193 * Do not include #MISSING lines in symbols files integrated in binary
8194 packages. Closes: #526251
8195 * Assume an implicit version of "Base" for all unversioned symbols
8196 that are merged into a SymbolFile. Closes: #533181
8197 * Add new tag "ignore-blacklist" to force-include symbols which are
8198 normally blacklisted. This can be useful for libgcc to include symbols
8199 that the toolchain allows being shared but that are often static (and
8200 hence are blacklisted for this reason). Closes: #533642
8201 * In dpkg-source, explicitly pass --keyring ~/.gnupg/trustedkeys.gpg to
8202 gpgv as it does not use it if other --keyring parameters are given.
8204 * In dpkg-vendor, allow using dashes instead of spaces in vendor
8205 filenames. Closes: #532222
8206 * Skip dpkg-genchanges' warning about lower version numbers for backports
8207 (recognized by ~bpo or ~vola in their version number). Closes: #525115
8208 * Support all checksum algorithms in dpkg-scanpackages/dpkg-scansources.
8210 * Fix dependency parsing code in Dpkg::Deps to not accept "foo\nbar"
8211 even if foo is valid. Closes: #534464
8212 Thanks to Andrew Sayers for spotting the problem.
8214 [ Joachim Breitner ]
8215 * Warn about unused substvars in dpkg-gencontrol. Closes: #532760
8217 [ Updated programs translations ]
8218 * Catalan (Jordi Mallach). Closes: #532109
8219 * Czech (Miroslav Kure).
8220 * German (Sven Joachim). Closes: #534831
8221 * Simplified Chinese (Deng Xiyue). Closes: #531387
8222 * Swedish (Peter Krefting).
8224 [ Updated dselect translations ]
8225 * Czech (Miroslav Kure).
8227 [ Updated man pages translations ]
8228 * German (Helge Kreutzmann).
8229 * Swedish (Peter Krefting).
8231 [ Updated scripts translations ]
8232 * German (Helge Kreutzmann).
8233 * Swedish (Peter Krefting).
8235 -- Guillem Jover <guillem@debian.org> Sat, 27 Jun 2009 19:06:43 +0200
8237 dpkg (1.15.2) unstable; urgency=low
8240 * Fix FTBFS on GNU/Hurd due to a mismatched define usage in
8241 start-stop-daemon. Closes: #530446
8242 * Remove obsolete priorities support from dselect.
8243 Thanks to Sven Joachim <svenjoac@gmx.de>.
8244 * Fix bashism (“echo -e”) in dselect disk setup method. Closes: #530071
8245 * Properly parse fdisk output in dselect disk setup method.
8246 * Fix memory leaks due to not destroying some pkg iterators.
8248 [ Updated programs translations ]
8249 * Asturian (Marcos Alvarez Costales). Closes: #529889
8250 * Basque (Piarres Beobide). Closes: #529857
8251 * French (Christian Perrier).
8252 * German (Sven Joachim).
8254 [ Updated man pages translations ]
8255 * German (Helge Kreutzmann).
8257 [ Updated dselect translations ]
8258 * French (Christian Perrier).
8260 [ Updated scripts translations ]
8261 * French (Christian Perrier).
8262 * German (Helge Kreutzmann).
8264 -- Guillem Jover <guillem@debian.org> Tue, 26 May 2009 01:00:36 +0200
8266 dpkg (1.15.1) unstable; urgency=low
8269 * Fix dpkg-genchanges to not include the additional upstream tarballs
8270 when they are not desired (specific to source packages using format 3.0
8272 * Call quilt only once to apply all patches instead of once per patch
8273 when building 3.0 (quilt) source packages. Closes: #518453
8274 * Fix dpkg-shlibdeps so that it works again when analyzing binaries
8275 outside of package's directory. Closes: #518687
8276 * Modify dpkg-shlibdeps to let shlibs.local override symbols files too.
8277 * Drop support of debian/control's “Format” field used by dpkg-source while
8278 it's not too late. Instead debian/source/format should be used to indicate
8279 the desired source package format.
8280 * Update deb-triggers(5) and dpkg-trigger(1) to add a reference to
8281 /usr/share/doc/dpkg/triggers.txt.gz. Closes: #519717
8282 * Avoid perl warnings in dpkg-gencontrol and dpkg-genchanges when the
8283 Architecture field is missing in a binary package. Closes: #510282
8284 * Modify Dpkg::Version::check_version() to not die by default.
8286 * dpkg-source now ignores all possible vi swap file extensions (and not
8287 only .swp). The corresponding exclude pattern for -I also got tightened to
8288 only catch filenames starting with a dot. Closes: #515540
8289 * dpkg-gencontrol displays a better error message when an ORed dependency
8290 is used in a union field like Conflicts, Replaces or Breaks.
8292 * dpkg-source's signature check is now done with gpgv if possible and
8293 timeouts if not completed within 10 seconds. Closes: #490929
8294 When using gpg, use --no-default-keyring to be consistent with gpgv's
8295 behaviour to not use the user's keyring. Closes: #440841
8296 * Update dpkg-dev dependencies: Closes: #472942
8297 - Move gnupg to Recommends. It's needed to sign .dsc and .changes.
8298 - Add gpgv to Recommends. Useful to check signatures of extracted packages.
8299 - Add debian-maintainers to Suggests. Together with debian-keyring they
8300 contain all the GPG keys required to verify official Debian packages.
8301 * Drop /etc/dpkg/origins as it's taken over by base-files (see #487437).
8302 * Fix dpkg-shlibdeps to properly initialize a symbol-based dependency
8303 even when some symbols are associated with a (fake) version "0". Such a
8304 version means that the symbol has always existed in all versions of the
8306 * When dpkg delegates to dpkg-query or dpkg-deb to do the actual work, add
8307 the "--" marker to explicitly document the end of options so that
8308 arguments starting with a dash are not interpreted as options.
8310 Thanks to Bill Allombert for the patch.
8311 * dpkg now correctly refuses empty parameters when an integer value is
8312 wanted. Closes: #386197 Based on a patch by Bill Allombert.
8313 * Fix a mistake in the french translation of dpkg's manual page.
8314 Thanks to Jonathan Gibert. Closes: #522032
8315 * Fix dpkg-source to not die when uncompressor processes are killed by
8316 SIGPIPE due to tar closing the pipe without exhausting all the data
8317 available. Closes: #523329
8318 * dpkg-gencontrol now handles properly (empty) dependencies which contain
8319 only spaces. Closes: #522787
8320 * dpkg-source now accepts additional tarballs (in format "3.0 (quilt)")
8321 with a "component" name containing dashes. Closes: #524376
8322 * Fix dpkg-source to not complain on binary files that are ignored and are
8323 not going to be included in the debian tarball of a "3.0 (quilt)" source
8324 package. Closes: #524375
8325 * Bump Standards-Version to 3.8.1 (no change required).
8326 * Do not store usernames and group names in tarballs created by dpkg-source,
8327 they are anyway ignored at unpack time. Closes: #523184
8328 * Fix update-alternatives to not remove real files installed in place of
8329 an alternative link when the corresponding alternative is fully removed.
8331 * Add a new dpkg-vendor tool to query vendor information stored in
8332 /etc/dpkg/origins. It can be used in debian/rules to enable different
8333 behaviour depending on the current vendor at the time of the build.
8335 Modify dpkg-buildpackage to not set the DEB_VENDOR environment variable,
8336 packages should use the dpkg-vendor program instead.
8337 * Ensure that the automatic patch created in format "3.0 (quilt)" is always
8338 well registered with quilt even when it's updated by a new call to
8339 dpkg-source. Thanks to Goswin von Brederlow for the initial patch.
8341 * Do not update/create debian/patches/.dpkg-source-applied during build,
8342 it's only meant to document what patches have been applied at extraction
8343 time. Closes: #525835
8344 * Let dpkg-buildpackage add the missing execute right on debian/rules if
8345 needed. Display a warning when it happens. Closes: #499088
8346 * Allow combining -nc and -S in dpkg-buildpackage but display a warning
8347 saying that it's not advised. Closes: #304404
8348 * Let dpkg-buildpackage error out with subprocerr() when dpkg-checkbuilddeps
8349 is interrupted/killed by a signal. Closes: #498734
8350 * Fix dpkg-buildpackage/dpkg-genchanges to properly interpret option -v0.
8352 * Improves how dpkg-parsechangelog handles non-existing versions
8353 in its --since, --until, --to, --from options. Approximate the intent
8354 by selecting the nearest version instead. Closes: #477638
8355 * Update dpkg-parsechangelog's documentation to make it clearer that spaces
8356 are not allowed between single characters options and their values.
8358 * Don't let dpkg-scanpackages complain about missing overrides when
8359 no overrides file has been given. Closes: #468106
8360 Thanks to Piotr Engelking for the patch.
8363 * Fix typo in dpkg output (for ‘unexpected’). Closes: #519082
8364 Thanks to Ivan Masár.
8365 * Sync archtable with architectures currently present in Debian sid.
8367 - Add kfreebsd-i386 and kfreebsd-amd64.
8368 * Add avr32 to cputable. Closes: #523456
8369 * Detect the curses headers to use instead of hardcoding them.
8370 * Make dpkg-source do not set arch:any in .dsc on arch-restricted packages.
8371 Thanks to Philipp Kern <pkern@debian.org>. Closes: #526617
8372 * Add '.hgtags' to the default dpkg-source -i regex and -I pattern.
8374 * Use backticks instead of non-portable make $(shell) function in automake.
8375 * Do not install dselect and start-stop-daemon man pages when the programs
8376 have been disabled from configure.
8377 * Move Debian specific keyrings to the Debian vendor class and change the
8378 Ubuntu vendor class to inherit from it.
8379 * Do not set the Arch substvar in dpkg-source, avoiding generating warnings
8380 when there's no compiler present. Closes: #526132
8381 * Preserve faulting errno when printing reason in start-stop-daemon fatal
8383 * Only print fatal errno string in start-stop-daemon if it was non-zero.
8384 * Print the valid values for the IO scheduler class in start-stop-daemon
8386 * Print a warning when using obsolete '--print-installation-architecture'.
8388 * Remove obsolete --largemem and --smallmem dpkg options.
8389 * Remove obsolete --force-auto-select dpkg option.
8390 * Remove obsolete priorities support from dpkg.
8391 * Remove obsolete 822-date program.
8392 * Do not right justify the database reading progress percent counter.
8393 * Remove deprecated status on substvars for dpkg-source dpkg-genchanges,
8394 and stop producing warnings.
8395 * Make deprecated dpkg-scanpackages --udeb option produce a warning.
8396 * Change dpkg-source --help output to state there's no default substvar
8397 file to match reality.
8398 * Warn in start-stop-daemon if the argument to --name is longer than the
8399 supported kernel process name size. Closes: #353015, #519128
8400 * Do not warn in dpkg-deb when parsing unknown fields with the “Private-”
8401 prefix. Based on a patch by Nils Rennebarth. Closes: #353040
8403 [ Frank Lichtenheld ]
8404 * Dpkg::Version: Remove unnecessary function next_elem which just
8405 replicates the standard shift behaviour.
8408 * Add "keyrings" vendor hook, used by dpkg-source to allow vendors to
8409 supply additional keyrings against which source package signatures will
8410 be verified. Implement this for Ubuntu. Closes: #525834
8412 [ Updated dselect translations ]
8413 * German (Sven Joachim).
8414 * Swedish (Peter Krefting).
8416 [ Updated scripts translations ]
8417 * French (Christian Perrier).
8418 * German (Helge Kreutzmann).
8419 * Swedish (Peter Krefting).
8421 [ Added programs translations ]
8422 * Asturian (Marcos Alvarez Costales). Closes: #519478, #519813, #519998
8423 * Esperanto (Felipe Castro). Closes: #523023
8425 [ Updated programs translations ]
8426 * French (Christian Perrier).
8427 * German (Sven Joachim).
8428 * Slovak (Ivan Masár). Closes: #519084
8429 * Swedish (Peter Krefting).
8430 * Russian (Yuri Kozlov). Closes: #526659
8432 [ Updated man pages translations ]
8433 * German (Helge Kreutzmann).
8434 * Swedish (Peter Krefting).
8436 -- Guillem Jover <guillem@debian.org> Thu, 21 May 2009 06:45:45 +0200
8438 dpkg (1.15.0) experimental; urgency=low
8441 * Do not suggest manually changing the alternative symlinks on
8442 update-alternative's verbose mode. Closes: #412487
8443 * Refactor subprocess signal setup.
8444 * Mark and coalesce similar strings for translation.
8445 * Add '.be' to the default dpkg-source -i regex. Closes: #481716
8446 Based on a patch by Ben Finney.
8447 * Fix link order when using libcompat.a and libintl.a by placing them after
8448 libdpkg.a. Based on a patch by Martin Koeppe. Closes: #481805
8449 * Remove duplicate program name from dpkg-trigger badusage output.
8450 * Trim trailing slash and slash dot from 'dpkg -S' arguments when those
8451 are path names, but not on patterns. Closes: #129577
8452 * Fix the support for passing more than one --status-fd option to dpkg.
8453 Until now only the last one was being used.
8454 * Replace realloc plus error checking usage with m_realloc.
8455 * Add '.hgignore' to the default dpkg-source -i regex and -I pattern.
8457 * Support diverting files when origin and destination are on different file
8458 systems. Based on a patch by Juergen Kreileder. Closes: #102144, #149961
8459 * Do not silently enable --rename on dpkg-divert --remove. Closes: #160848
8460 * Do not allocate memory when lstat fails during package upgrade.
8461 * Properly lstat the correct file when using --root on package upgrade.
8462 Thanks to Egmont Koblinger. Closes: #281057
8463 * Print a longer string when a disallowed field value is found when parsing.
8464 * Use $(filter ...) instead of $(findstring ...) to extract space separated
8465 options from DEB_BUILD_OPTIONS in debian/rules.
8466 * Do not leave new conffile as .dpkg-new when it has been diverted, also
8467 properly activate the file trigger for the diverted conffile.
8468 Based on a patch by Timothy G Abbott. Closes: #58735, #476899
8469 * Improve comment on BUGS section in dpkg-deb.1 about lack of authentication
8470 and checksum support in .deb files. Closes: #492052
8471 * Use a troff special character for the copyright symbol on man pages.
8472 * Mark program names in dpkg-trigger.1 in bold.
8473 * Unmark dselect debug messages for translation.
8474 * Use a the warning function to uniformly print all warning messages.
8475 * Properly use internerr to report about programming bugs.
8476 * Do not log repeated strings when the write call wrote partial data.
8477 * Change dir to / after chroot when using --instdir.
8478 Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #509578
8479 * Make dpkg log files user readable. Closes: #480556
8480 * Clarify in the start-stop-daemon man page that the signal sent by default
8481 is TERM not KILL. Closes: #507568
8482 * Warn in dpkg-deb man page that -x will modify the extraction directory
8483 permissions. Closes: #502496
8484 * Make start-stop-daemon behave the same way whether --chuid gets a user
8485 name or a uid. Closes: #368000
8486 * Add new option --procsched to start-stop-daemon to be able to set the
8487 process scheduling policy and priority. Closes: #175740
8488 * Add initial C unit test suite for libdpkg.
8489 * Sanitize --status-fd output by replacing newlines with spaces.
8491 * Remove unneeded cpio dependency from dpkg-dev.
8492 * Add kopensolaris support to ostable and triplettable. Closes: #509312
8493 * Document in deb.5 in detail the currently supported format, ar member
8494 names, types of tar archives and data.tar members.
8495 * Print correct feature name on «dpkg --assert-*» failures.
8496 * Add progress reporting to dpkg while reading the file list database.
8497 Based on a patch by Romain Francoise.
8498 * Add new option --iosched to start-stop-daemon to be able to set the
8499 IO scheduling class and priority. Closes: #443535
8500 Thanks to Chris Coulson <chrisccoulson@googlemail.com>.
8501 * Add tar format detection support to the internal extractor.
8502 * Add support for ustar long names using the prefix field. Closes: #474092
8503 * Code refactoring and cleanup, some of the major changes include:
8504 - Use standard interfaces instead of ad-hoc ones.
8506 - Fix compilation warnings.
8507 - Constify string members in structures and arguments in functions.
8508 - Make local functions static.
8509 - Remove unused functions, macros and variables.
8510 - Fix and cleanup libcompat broken replacement implementations.
8511 - Reduction of module interdependencies.
8512 - Rename function and variable names to make them more clear.
8513 - Cleanup and split of header files.
8516 * Enhance dpkg-shlibdeps' error message when a library can't be found to
8517 include the ELF format of the desired library. Closes: #474671
8518 * dpkg-gensymbols now refuses empty values for the -v -P and -e
8520 * Update dpkg(1) to refer to conffile whenever we speak of configuration
8521 file handled by dpkg. Thus harmonize vocabulary with the policy. Thanks
8522 to Helge Kreutzmann <debian@helgefjell.de>. Closes: #381219
8523 * Improve error message stating that dpkg is unable to create a file so that
8524 it also refers to the real filename instead of the non-diverted name only.
8525 Thanks to Daniel Hahler for the patch. Closes: #457135
8526 * dpkg-gencontrol can now again read the control file from its standard
8527 input with "-c-". Closes: #465340
8528 * Add DEB_VENDOR environment variable in the build environment to be able
8529 to change behaviour dynamically depending on the vendor of the current
8530 system (or target system when the user overrides DEB_VENDOR by setting
8531 it himself). Closes: #457371
8532 * dpkg-shlibdeps give less strong warnings for symbols not found in NEEDED
8533 libraries when the shared library is a non-public directory and is likely
8534 to be a plugin. Closes: #481165
8535 * Clarify list of packages displayed by dpkg --get-selections and
8536 dpkg-query -l. Thanks to Jidanni. Closes: #487455
8537 * Document -A option in dpkg-buildpackage(1). Closes: #482834
8538 * Add some warning concerning the available file and the related commands.
8539 They are mostly obsolete for APT users. Closes: #481185
8540 * Add new option --listpackage to dpkg-divert. Thanks to Timothy G Abbott
8541 <tabbott@MIT.EDU> for the patch. Closes: #485012
8542 * Add new option --require-valid-signature to dpkg-source. Closes: #390282
8543 * In dpkg-query(1) document the origin of the various fields and warn that
8544 they are not always available. Closes: #488293
8545 * Improve error message in install-info when the file doesn't exist.
8546 Thanks to Thomas Hood <jdthood@yahoo.co.uk>. Closes: #107098
8547 * Use description of installed package as fallback in dselect.
8548 Based on a patch from Bruce Sass <bmsass@shaw.ca>. Closes: #21659
8549 * Reduce memory usage of dselect by avoiding usage of a big infopad.
8550 Thanks to Michel Lespinasse <walken@zoy.org> for the patch.
8552 * Largely improve and update dpkg-buildpackage's manual page.
8553 * Clarify two points in dpkg-source(1). Closes: #490693
8554 * Support RUNPATH exactly like RPATH in dpkg-shlibdeps. Closes: #502258
8555 Thanks to Javier Serrano Polo <jasp00@terra.es>.
8556 * Set Standards-Version to 3.8.0 (no changes needed).
8557 * Drop some unneeded lintian overrides.
8558 * Fix a chmod call in dpkg-source to not fail when POSIXLY_CORRECT is set.
8560 * Optimize dpkg-shlibdeps by caching parsed symbols files and
8561 objdump objects. Thanks to Modestas Vainius <modestas@vainius.eu> for the
8562 patch. Closes: #503954
8563 * Add new framework to hook vendor-specific logic (see
8564 module Dpkg::Vendor::Default).
8565 * Add Ubuntu vendor object implementing lookup of launchpad bugs in
8566 changelogs and a safety-check for Maintainer fields of forked packages
8567 (launched during source build). Closes: #426752, #499924
8568 * Improve behaviour of update-alternatives --config. Thanks to
8569 Osamu Aoki <osamu@debian.org> for the initial patch. We can know
8570 select between manual and auto in --config and --all. Closes: #392430
8571 * Fix update-alternatives to not switch to manual mode an alternative
8572 with a broken symlink (instead let the current action fix it).
8573 Also ensure that a message is displayed by default when such a switch is
8574 made. Closes: #141325, #87677
8575 * Fix update-alternatives' logic to rename files. It failed to ignore errors
8576 in some cases where it wanted to when the source file didn't exist.
8578 This also makes update-alternatives less noisy when this happens since we
8579 don't call mv when we know that it's going to fail.
8581 * Properly remove inappropriate slave links in update-alternatives even when
8582 we switch to manual mode with --set or --config. Closes: #388313
8583 * Modify update-alternatives to always remove the alternative group when the
8584 last alternative is removed (even in manual mode).
8585 * Ensure that update-alternative --install fix the links if the alternative
8586 installed is the one currently selected. Closes: #100135
8587 * Let update-alternatives deal with empty files in its administrative
8588 directory by ignoring them. Closes: #457863
8589 * Add new --target and --as-root options to dpkg-buildpackage to call
8590 any debian/rules target with the proper build environment.
8592 * Move update-alternatives, dpkg-divert and dpkg-statoverride to /usr/bin
8593 but keep compatibility symlinks in /usr/sbin for the squeeze release
8594 until all maintainer scripts are fixed (see
8595 https://lintian.debian.org/tags/command-with-path-in-maintainer-script.html).
8597 * Use dh_lintian to install lintian overrides. Build-Depends on debhelper
8598 (>= 6.0.7) for this. Update debhelper compatibility level to 6 at the same
8600 * Drop cleanup-info script.
8601 * Reset umask to 0022 in dpkg-gencontrol and dpkg-gensymbols to ensure that
8602 files created in the DEBIAN directory have sane permissions.
8604 * Rewrite update-alternatives (so that we can understand it again) and
8605 implement new features on top of it:
8606 - the --config output is now sorted. Closes: #437060
8607 - it now logs information to /var/log/dpkg.log. Closes: #445270
8608 - it forbids reusing master alternative as slave and vice-versa.
8610 - it forbids reusing alternative links managed by other alternatives
8611 - new sanity checks on --install parameters. Closes: #423176
8612 - install slave link only if the corresponding slave file is available.
8614 - new option --get-selections to export the configuration of all
8615 alternatives. It's a simple way to discover the name of all available
8616 alternatives. Closes: #273406, #392429
8617 - new option --set-selections to reconfigure a set of alternatives in
8619 * Document in update-alternatives(8) how one can repair all broken
8620 alternatives with a single command. Closes: #250258, #395556
8621 * Modify dpkg-gensymbols to replace #PACKAGE# on the fly while installing
8622 symbols files so that package having libraries whose name varies between
8623 architectures do not need to hardcode the package name. Closes: #517264
8626 * Add a --query option to update-alternatives. Closes: #336091, #441904
8628 [ Updated scripts translations ]
8629 * Polish (Wiktor Wandachowicz). Closes: #514106
8631 [ Updated man pages translations ]
8632 * Polish (Wiktor Wandachowicz). Closes: #514106
8634 [ Updated programs translations ]
8635 * Portuguese (Miguel Figueiredo).
8636 * Korean (Changwoo Ryu).
8637 * Romanian (Eddy Petri?or)
8638 * Slovak (Ivan Masár). Closes: #514490
8640 -- Guillem Jover <guillem@debian.org> Mon, 02 Mar 2009 06:13:53 +0200
8642 dpkg (1.14.25) unstable; urgency=low
8645 * Fix typo in package description (for 'provides').
8646 Thanks to Pascal De Vuyst <pascal.devuyst@gmail.com>. Closes: #510755
8647 * Do not lose conffiles while replacing them from another package on the
8648 same install run. Closes: #513857
8649 As a side effect this fixes the following symptoms:
8650 - Do not do unneeded conffile prompts when it wasn't locally changed.
8651 - Do not ensure (and thus do not output debug information) that the
8652 .dpkg-new and .dpkg-tmp directories for an existing directory do not
8653 exist. Closes: #80416
8656 * dpkg-deb now always produces GNU tarballs inside .deb and ignores
8657 TAR_OPTIONS. Closes: #513863
8659 [ Updated programs translations ]
8660 * Basque (Piarres Beobide). Closes: #506092, #509851
8661 * Simplified Chinese (Deng Xiyue). Closes: #506177
8662 * Traditional Chinese (Tetralet). Closes: #513312
8664 [ Updated dselect translations ]
8665 * Basque (Piarres Beobide). Closes: #509852
8666 * Norwegian Bokmål (Hans F. Nordhaug).
8667 * Portuguese (Miguel Figueiredo). Closes: #509904
8669 [ Updated scripts translations ]
8670 * Add missing space in French translation.
8671 Thanks to Cyril "Oeil de lynx" Brulebois.
8673 -- Guillem Jover <guillem@debian.org> Tue, 03 Feb 2009 00:00:41 +0200
8675 dpkg (1.14.24) unstable; urgency=low
8678 * Fix parsing of objdump output (by dpkg-shlibdeps) in a special case where
8679 the symbol name is separated only with a single space. Closes: #506139
8680 * Fix dpkg-shlibdeps behaviour when Build-Depends-Package is used in the
8681 symbols file. It was merging all dependency templates into the generated
8682 dependency instead of simply modifying the minimal version. Thanks to
8683 Modestas Vainius <modestas@vainius.eu>. Closes: #507346
8684 * Fix dpkg-source to correctly extract a source package even when called
8685 from a non-writable directory when a target directory has been specified
8686 on the command line. Closes: #507217, #507219
8689 * Do not allow installing packages with non-obsolete conffiles owned by
8690 other packages without a proper Replaces field. Closes: #508392
8692 [ Updated dselect translations ]
8693 * Galician (Marce Villarino). Closes: #509887
8695 [ Updated programs translations ]
8696 * Galician (Marce Villarino). Closes: #509150
8697 * Vietnamese (Clytie Siddall). Closes: #509424
8699 [ Updated scripts translations ]
8700 * Improve German translation.
8702 -- Guillem Jover <guillem@debian.org> Mon, 29 Dec 2008 05:38:31 +0100
8704 dpkg (1.14.23) unstable; urgency=low
8707 * Blacklist "__gnu_local_gp" symbol for dpkg-gensymbols. Closes: #500188
8708 Thanks to Thiemo Seufer <ths@debian.org>.
8709 * Important bugfix in dpkg-gensymbols for people using includes in symbol
8710 files: the current object didn't flow back from the included file to
8712 * Fix Dpkg::Version comparison code. Closes: #504135
8715 * Untangle fatal abort condition from the “too many errors” one in the
8716 archives and packages processing loop. Closes: #367226
8717 * Abort on unrecoverable fatal errors instead of continuing execution, as
8718 the recovery code assumed the execution would not be reaching it again
8719 and some times bogus update files were created either with incompletely
8720 written content or with '#padding' lines. Closes: #497041, #499070
8722 [ Updated programs translations ]
8723 * Brazilian Portuguese (Felipe Augusto van de Wiel).
8724 * Catalan (Jordi Mallach).
8725 * Czech (Miroslav Kure). Closes: #505910
8726 * French (Christian Perrier)
8727 * German (Sven Joachim).
8728 * Greek (Emmanuel Galatoulas). Closes: #498585
8729 * Japanese (Kenshi Muto).
8730 * Korean (Changwoo Ryu). Closes: #505777
8731 * Norwegian Bokmål (Hans F. Nordhaug).
8732 * Polish (Wiktor Wandachowicz).
8733 * Portuguese (Miguel Figueiredo). Closes: #505869
8734 * Russian (Yuri Kozlov). Closes: #499028, #505735
8735 * Romanian (Eddy Petri?or).
8736 * Slovak (Ivan Masár). Closes: #506024
8737 * Spanish (Javier Fernandez-Sanguino). Closes: #505836
8738 * Swedish (Peter Krefting).
8740 [ Updated scripts translations ]
8741 * Fix typo in Russian. Closes: #499736
8742 * Fix wrong translation in French. Closes: #504123
8743 * French (Christian Perrier).
8745 [ Updated man pages translations ]
8746 * German (Helge Kreutzmann).
8748 -- Guillem Jover <guillem@debian.org> Tue, 18 Nov 2008 11:50:56 +0200
8750 dpkg (1.14.22) unstable; urgency=low
8753 * The last "small fix" actually broke conversion of source packages to
8754 "3.0 (quilt)" format when they have local changes and no pre-existing
8755 quilt series file. Now always provide a valid name in QUILT_SERIES.
8757 * Fix permissions of the automatically generated patch in "2.0" and "3.0
8758 (quilt)" format. They were improperly set to 0600 due to tempfile()
8759 and were not reset to a sane value. Closes: #496925
8760 * Fix dpkg-gensymbols to not scan (real) directories accessed through a
8761 symlink contained in the build tree as they may well not be part of
8762 the package (with absolute symlinks). It was already skipping symlinks
8763 (since 1.14.16.6) for similar reasons.
8765 [ Updated programs translations ]
8766 * Basque (Piarres Beobide). Closes: #496753
8767 * Brazilian Portuguese (Felipe Augusto van de Wiel).
8768 * Galician (Jacobo Tarrio).
8769 * Norwegian Bokmal (Hans Fredrik Nordhaug). Closes: #497309
8770 * Swedish (Daniel Nylander and Peter Krefting).
8771 * Vietnamese (Clytie Siddall). Closes: #497893
8773 [ Updated man pages translations ]
8774 * Swedish (Peter Krefting).
8776 [ Updated scripts translations ]
8777 * Swedish (Peter Krefting).
8779 -- Raphaël Hertzog <hertzog@debian.org> Fri, 05 Sep 2008 16:54:45 +0200
8781 dpkg (1.14.21) unstable; urgency=low
8784 * Small fix in "3.0 (quilt)" source format when using non-standard name
8785 of the quilt series.
8786 * Handle debian.tar.gz files like diff.gz in dpkg-buildpackage and
8787 dpkg-genchanges to detect the kind of upload.
8788 * Add "armel" to /usr/share/dpkg/archtable. Closes: #487768
8789 * Modified Dpkg::BuildOptions to recognize and use spaces as separator
8790 in DEB_BUILD_OPTIONS (in order to conform with the Debian policy
8791 ruling established in #430649). Closes: #486937
8792 * Fix dpkg-source to not use -i and -I by default with "1.0" source
8793 packages. Closes: #495138
8796 * When loading the status file fix up any inconsistent package in state
8797 triggers-awaited w/o the corresponding package with pending triggers.
8798 Closes: #487637, #486843, #489068
8799 * Fix --no-act in triggers related code. Closes: #495097
8800 * Do not assert when dpkg stops processing packages due to too many
8801 errors occurred while configuring or removing packages.
8802 Thanks to Ian Jackson <ian@davenant.greenend.org.uk>. Closes: #483655
8803 * Move lzma from dpkg Suggests to Pre-Depends. Closes: #456332
8804 * Match description of -si option in dpkg-buildpackage to the one in
8805 dpkg-genchanges. Closes: #493743
8806 * Close --status-fd file descriptors on exec, so that they are not
8807 inherited by the children. Closes: #471488, #487684
8808 * State that the preferred front-end is aptitude and replace one instance
8809 of dselect usage with apt-get. Closes: #483785
8811 [ Updated man pages translations ]
8812 * French (Florent Usseil).
8813 * German (Helge Kreutzmann).
8815 [ Updated scripts translations ]
8816 * Russian (Yuri Kozlov). Closes: #490076
8817 * German (Helge Kreutzmann).
8819 [ Updated programs translations ]
8820 * Basque (Piarres Beobide). Closes: #490905
8821 * Czech (Miroslav Kure).
8822 * French (Christian Perrier).
8823 * German (Sven Joachim).
8824 * Korean (Changwoo Ryu).
8825 * Romanian (Eddy Petri?or).
8826 * Russian (Yuri Kozlov). Closes: #488689
8827 * Simplified Chinese (Deng Xiyue). Closes: #496176
8828 * Slovak (Ivan Masár). Closes: #488903, #495505
8829 * Thai (Theppitak Karoonboonyanan). Closes: #488090
8831 [ Added programs translations ]
8832 * Lithuanian (Gintautas Miliauskas). Closes: #493326
8834 [ Updated dselect translations ]
8835 * Romanian (Eddy Petri?or).
8837 -- Guillem Jover <guillem@debian.org> Tue, 26 Aug 2008 05:32:39 +0300
8839 dpkg (1.14.20) unstable; urgency=low
8842 * Change UTF-8 '©' to '(C)' in deb-version.5 (unfuzzy translations).
8843 * Document --force-breaks in 'dpkg --force-help' output.
8844 * Document triggers --debug values in dpkg.1. Thanks to Sven Joachim.
8845 * Improve package descriptions for dpkg, dpkg-dev and dselect.
8846 Thanks to Justin B Rye for the review and corrections. Closes: #484002
8847 * When dpkg-divert does renames do no check the target file if the source
8848 does not exist and the rename is thus being disabled. This also allows
8849 removing bogus diversions. Closes: #476973, #469033
8850 * Properly close triggers 'File' file, so it does not get leaked to children.
8853 * Add missing 'use File::Path' in Dpkg::Source::Package::V3::quilt.
8854 * Use debian/patches/debian-changes-<version> (without the trailing ".diff")
8855 as default name for the automatic patch created by the format "3.0
8856 (quilt)". This ensures a saner cohabitation with patch systems that
8857 apply all of debian/patches/*.{diff,patch}.
8858 * Improve patch parser to accept more patches that are accepted by patch
8860 * Correctly skip comments in quilt series files (concerns "3.0 (quilt)" source
8861 packages). Closes: #486323
8862 * The automatically created patches (in source package formats "2.0" and
8863 "3.0 (quilt)") will now contain "/dev/null" as previous filename when the
8864 patch creates a new file (instead of putting the same name).
8865 * Set PERL_DL_NONLZY to 1 in perl scripts that are likely to be called in
8866 package's configuration scripts to work around the perl bug #479711.
8868 [ Helge Kreutzmann ]
8869 * Fix a typo in dselect.1.
8871 [ Updated programs translations ]
8872 * Basque (Piarres Beobide). Closes: #481043
8873 * Brazilian Portuguese (Felipe Augusto van de Wiel).
8874 * Catalan (Jordi Mallach). Closes: #383448
8875 * Czech (Miroslav Kure).
8876 * French (Christian Perrier).
8877 * Galician (Jacobo Tarrio). Closes: #483441
8878 * German (Sven Joachim).
8879 * Norwegian Bokmal (Hans Fredrik Nordhaug). Closes: #480626
8880 * Polish (Wiktor Wandachowicz).
8881 * Simplified Chinese (Deng Xiyue). Closes: #483143
8882 * Swedish (Peter Karlsson).
8883 * Vietnamese (Clytie Siddall). Closes: #481199
8885 [ Updated man pages translations ]
8886 * German (Helge Kreutzmann).
8887 * Polish (Wiktor Wandachowicz).
8888 * Swedish (Peter Karlsson).
8890 [ Updated scripts translations ]
8891 * French (Christian Perrier).
8892 * German (Helge Kreutzmann).
8893 * Polish (Wiktor Wandachowicz).
8894 * Russian (Yuri Kozlov).
8895 * Swedish (Peter Karlsson).
8897 [ Updated dselect translations ]
8898 * Brazilian Portuguese (Felipe Augusto van de Wiel).
8899 * Polish (Wiktor Wandachowicz).
8901 -- Raphaël Hertzog <hertzog@debian.org> Wed, 18 Jun 2008 09:33:54 +0200
8903 dpkg (1.14.19) unstable; urgency=low
8906 * Fix a double-free by setting scontext to NULL after calling freecon.
8907 Based on a patch by Russell Coker. Closes: #474339
8908 * Add missing import of internerr in Dpkg::Source::Patch.pm.
8909 Thanks to Marco d'Itri. Closes: #479205
8910 * Consider also custom Package-Type fields when printing warnings in
8911 dpkg-gencontrol. Closes: #452273
8914 * Add missing import of subprocerr in Dpkg::Source::Package. Thanks to Sven
8915 Joachim for the patch.
8916 * Handle symlinks better when deciding if dpkg-source has to copy the
8917 original tarball in the current extraction directory. Closes: #475668
8918 * Fix the dpkg-source error message about unrepresentable changes to
8919 source because the type of a file changed (new and old were inverted).
8920 * Fix dpkg-genchanges to detect udeb based on Package-Type control
8921 header instead of file extension analysis on uploaded files.
8923 * Fix dpkg-source to grant correct permissions to tarballs of native
8924 source packages. Closes: #477784
8925 * Add Conflicts: devscripts (<< 2.10.26) to ensure that people are
8926 using versions of debsign/mergechanges that support the Checksums fields
8927 in *.dsc and *.changes.
8928 * Cleanup the various Conflicts/Replaces fields to remove references
8929 to package that have disappeared before sarge (this includes dpkg-doc-ja,
8930 dpkgname, and dpkg-static which has never officially been built).
8931 dpkg-iasearch has been kept as popcon still reports a few installations.
8932 * Collapsed multiple conflicts of dpkg with old versions of dpkg-dev
8933 in a single Conflicts: dpkg-dev (<< 1.14.16).
8934 * The "3.0 (quilt)" source package format now parses correctly series files
8935 with patch options and warn if something else than -p1 is used.
8936 * Change the way dpkg-source finds the perl object to use to unpack/build
8937 a source package to ignore the minor part of the Format: version.
8938 For example "1.0" and "1.1" would both map to Dpkg::Source::Package::V1
8939 instead of ::V1_0 and ::V1_1 before. Similarly "3.0 (quilt)" now maps to
8940 ::V3::quilt instead of ::V3_0::quilt.
8941 * Fix changelog parser to not fail when an unexpected changelog entry
8942 appears without the preceding heading line. Closes: #478925
8943 * Change the "2.0" and "3.0 (quilt)" source packages to refuse by default
8944 binary files in the debian sub-directory. They have to be whitelisted
8945 through debian/source/include-binaries. Closes: #473041
8946 * Make sure triggers are activated when a file is removed in a directory
8947 shared by multiple packages. Closes: #479850
8949 [ Helge Kreutzmann ]
8950 * Minor fixes and clarifications to man pages.
8952 [ Updated programs translations ]
8953 * Brazilian Portuguese (Felipe Augusto van de Wiel). Closes: #480579
8954 * Czech (Miroslav Kure).
8955 * French (Florent Ussel).
8956 * Galician (Jacobo Tarrio).
8957 * German (Sven Joachim).
8958 * Polish (Wiktor Wandachowicz).
8959 * Portuguese (Miguel Figueiredo).
8960 * Russian (Yuri Kozlov). Closes: #478827
8961 * Slovak (Ivan Masár). Closes: #478897
8962 * Swedish (Peter Karlsson).
8964 [ Updated man pages translations ]
8965 * German (Helge Kreutzmann).
8966 * Polish (Wiktor Wandachowicz).
8967 * Swedish (Peter Karlsson).
8969 [ Updated scripts translations ]
8970 * German (Helge Kreutzmann).
8971 * Polish (Wiktor Wandachowicz).
8972 * Russian (Yuri Kozlov). Closes: #479142
8973 * Swedish (Peter Karlsson).
8975 [ Updated dselect translations ]
8976 * Brazilian Portuguese (Felipe Augusto van de Wiel).
8977 * Czech (Miroslav Kure).
8978 * French (Christian Perrier).
8979 * German (Sven Joachim).
8980 * Russian (Yuri Kozlov). Closes: #478802
8981 * Slovak (Ivan Masár). Closes: #479007
8983 -- Guillem Jover <guillem@debian.org> Mon, 12 May 2008 08:33:07 +0300
8985 dpkg (1.14.18) unstable; urgency=low
8988 * Bump po4a version in Build-Depends to 0.33.1-1, as usage of UTF-8
8989 in original man pages was causing build failures. Closes: #473498
8990 * Add triggers documentation to dpkg-dev. Closes: #473449
8991 * Add deb-triggers.5 and dpkg-trigger.1 man pages, and document new
8992 statuses and options in dpkg.1.
8995 * When dpkg-source builds a source package of Format: 2.0 or 3.0 (quilt) it
8996 applies the patches before the build if
8997 debian/patches/.dpkg-source-applied doesn't exist. This file is created
8998 during extraction if patches are applied, and is auto-excluded from the
8999 debian tarball. This enables on-the-fly conversion of source packages from
9000 Format: 1.0 to Format: 3.0 (quilt) without manual intervention of the
9001 user. This feature can be disabled with the option --no-preparation.
9002 * The dpkg-source option --skip-patches disables application of patches
9003 during extraction of source packages using Format: 2.0 or Format: 3.0
9005 * Ensure the Files field is last in *.dsc and *.changes. This is a
9006 work-around for some braindead dsc parsers (dupload and sbuild for
9007 instance, see #473518 and #470440).
9008 * Initialize dependencies for libraries having symbols files with the
9009 smallest minimal version listed in the symbols file instead of using
9010 an unversioned dependency. It's the only way to ensure the library
9011 presence if it wasn't available in all versions of the package that ever
9012 existed. Closes: #474079
9013 * Don't use the -p option of diff for Format: 1.0 source packages.
9014 dpkg-source of sarge doesn't accept data after @@. Closes: #474417
9016 [ Updated dselect translations ]
9017 * German. (Sven Joachim).
9018 * Swedish (Peter Karlsson).
9020 [ Updated programs translations ]
9021 * Portuguese (Miguel Figueiredo).
9022 * Simplified Chinese (Deng Xiyue). Closes: #473523
9023 * Swedish (Peter Karlsson).
9024 * Vietnamese (Clytie Siddall). Closes: #473726
9026 [ Updated man pages translations ]
9027 * German (Helge Kreutzmann).
9028 * Swedish (Peter Karlsson).
9030 [ Updated scripts translations ]
9031 * German (Helge Kreutzmann).
9032 * Swedish (Peter Karlsson).
9034 -- Guillem Jover <guillem@debian.org> Tue, 08 Apr 2008 07:00:10 +0300
9036 dpkg (1.14.17) experimental; urgency=low
9039 * Replace strdup plus error checking usage with a new m_strdup function.
9041 * Add new keybinding in dselect to restore all selections back to
9042 whatever's currently installed. Closes: #151540
9043 Thanks to Colin Watson.
9044 * Use system timersub and fix timeval normalization in multiplication in
9045 start-stop-daemon. Thanks to Andreas Påhlsson. Closes: #462225
9046 * Cosmetic fixes to start-stop-daemon output and man page. Document that
9047 --chuid will change the group even if it has not been specified. Add
9048 EXIT STATUS and EXAMPLE sections to man page. Thanks to Justin Pryzby.
9049 * Add Raphaël Hertzog to Uploaders, and remove Brendan O'Dea and
9050 Christian Perrier with their permission.
9051 * Use functions from libcompat when those are not provided by the system.
9052 - Add strnlen to libcompat.
9053 - Link programs against libcompat which provides obstack. Closes: #142042
9054 * Change dpkg-gencontrol to not output the Homepage field on udeb.
9055 * Reintroduce 'no-debsig' back in dpkg.cfg to avoid failing to install any
9056 package when debsig-verify is installed. Closes: #311843
9057 * Fix some small memory leaks. Closes: #469520
9058 Thanks to Sean Finney.
9059 * Correct broken dselect logic for self-conflicting packages.
9060 Thanks to Ian Jackson.
9061 * Implement 'Breaks' properly in dselect. Closes: #448946
9062 Thanks to Ian Jackson.
9063 * Fix erroneous description of Breaks in dselect output.
9064 Thanks to Ian Jackson.
9065 * Allow compilation with --disable-nls on systems without libintl.h where
9066 a non glibc claims to be glibc. Closes: #465420
9067 * Fix crash when a .deb file becomes unreadable while dpkg is starting.
9068 Thanks to Ian Jackson. Closes: #255882
9069 * Few file descriptor cleanup and error handling fixes.
9070 Thanks to Ian Jackson. Closes: #443338
9071 * Move test suite invocation to a new check target in debian/rules.
9072 * Add support for nocheck DEB_BUILD_OPTIONS in debian/rules, so that the
9073 dpkg test suite can be skipped if desired.
9074 * Improve log and status-fd output by printing more status change updates
9075 and actions. Thanks to Ian Jackson.
9076 * Implement triggers support. Thanks to Ian Jackson.
9077 Closes: #17243, #68981, #215374, #217622, #248693, #308285
9080 * Add a warning displayed by dpkg-genchanges if the current version is
9081 smaller than the previous one. Closes: #4655
9082 * Add -d and -c options in dpkg-checkbuilddeps to override
9083 build-depends/conflicts. Closes: #114774
9084 * Include list of libraries in dpkg-gensymbols' warning about new/lost
9086 * Add -R option to dpkg-buildpackage so that one can replace the usual
9087 "debian/rules" by something else. Closes: #355654
9088 * Always list all binary packages in the Description: field of .changes
9089 files. It's nice for reviewers and mentors.debian.net was using this field
9090 on source only uploads to display short description of what the package is
9092 * Handle the case when the library has a different SONAME than the one used
9093 to find it. Closes: #462413
9094 * Fix Dpkg::Version and Dpkg::Fields::Object to import _g() from
9095 Dpkg::Gettext. Thanks to Adam Heath and Olivier Berger for spotting
9096 this. Closes: #465651
9097 * Change PATH during make check to look into build directories containing
9098 dpkg and the related scripts. Thanks to Mike Frysinger. Closes: #466957
9099 * Some lintian cleanup:
9100 - add overrides for some useless I: tags
9101 - drop unused overrides
9102 - updated several manual pages to fix hyphen-used-as-minus-sign
9103 - fixed manpage-has-errors-from-man in several manual pages
9104 - removed empty debian/dpkg.prerm
9105 * Removed old upgrade code from dpkg's preinst and postinst which only
9106 concerns upgrading from dpkg version older than the one in oldstable
9107 already. And thus we get rid of old the last usage of read in those
9108 scripts (fixes lintian's warning read-in-maintainer-script).
9109 * Removed sorting of dependencies in dpkg-gencontrol and dpkg-source. But
9110 kept it for all other fields (Enhances, Conflicts, Replaces, Breaks,
9111 Build-Conflicts and Build-Conflicts-Indep).
9112 * Instead changed dpkg-shlibdeps to sort the dependencies generated in
9113 ${shlibs:*} variables.
9114 * Changed the logic of simplification of dependencies: if any dependency
9115 must be discarded due to another dependency appearing further
9116 in the field, the superseding dependency will take the place of the
9117 discarded one. Added a test case for this.
9118 * dpkg-shlibdeps properly accounts usage of symbols provided by private
9119 libraries without SONAME. Closes: #469838
9120 * Add a new warning to dpkg-shlibdeps when a library NEEDED is in fact
9121 not used by any of the binaries analyzed. Closes: #472332
9122 * Add a new --warnings=<value> option to select the set of warnings to
9123 activate. By default, do not activate the warning about useless
9124 libraries at the binary level (instead the new warning above is activated
9125 by default: it's less strict and more useful).
9126 * dpkg-source has been heavily refactored to make it easier to support
9127 multiple source package formats. Several new source package formats have
9129 - the format "2.0" is the original wig&pen
9130 - the format "3.0 (quilt)" is based on 2.0. It uses a tarball for the
9131 debian directory and can thus include binary files. Binaries
9132 outside of the debian directory can be also included if they
9133 are listed in debian/source/include-binaries (and option
9134 --include-binaries will generate this file automatically).
9135 Closes: #4588, #4628
9136 - thus it will also preserve timestamps on Debian-provided
9137 documentation like README.Debian. Closes: #366555
9138 - it handles an explicit series of patches and the patch can thus be
9139 named without constraints. Patches can contain arbitrary
9140 headers/comments between file chunks. Closes: #363018
9141 - it ignores changes on a number of temporary and VCS-specific files
9142 by default. Closes: #203792, #323909
9143 - the patches in debian/patches can remove files. Closes: #12564
9144 - the patches are applied at unpack time. Closes: #463048
9145 - the formats "3.0 (quilt/native)" don't include VCS directories by
9146 default. Closes: #435126
9147 - the format "3.0 (custom)" can be used to create a source package
9148 containing arbitrary files. It's useful for helper tools that can
9149 generate the files by themselves in a more efficient way
9150 (like all the *-buildpackage tools). Closes: #246918
9151 - the formats "3.0 (git/bzr)" are experimental formats based
9152 on corresponding VCS repositories. Thanks to Joey Hess and Colin Watson
9154 * dpkg-source has a new --no-check option. It disables GPG check and
9155 checksums checks. Closes: #220758
9156 * dpkg-shlibdeps is now able to look into directories containing libraries
9157 used by cross-built binaries provided that the right environment variable
9158 are set. Closes: #453267
9159 * Change default value of LDFLAGS (set by dpkg-buildpackage) to ''
9160 instead of '-Wl,-Bsymbolic-functions'. It's safer at this point of the
9162 * dpkg-buildpackage will set PKG_CONFIG_LIBDIR (but not override an existing
9163 value) in case of cross-compilation so that pkgconfig finds .pc files
9164 in the directory specific to the target architecture. Closes: #439979
9166 [ Frank Lichtenheld ]
9167 * Add a warning in dpkg-buildpackage if the build-dependencies are not
9168 satisfied during -S. Closes: #445552
9169 * Add a missing space in the German scripts translation. Closes: #463398
9170 * Add improved deb-shlibs.5 manual page by Zack Weinberg. Closes: #466135
9171 * dpkg-buildpackage exports some build related environment variables
9172 now. Based on a patch by Matthias Klose. Closes: #465282
9173 (See dpkg-buildpackage(1) and https://wiki.ubuntu.com/DistCompilerFlags
9175 * Add support for use of SHA1 and SHA256 checksums in .dsc and
9176 .changes files. Information will be available in Checksums-Sha{1,256}
9177 fields. .changes format version increased to 1.8.
9178 * Link dselect against libncursesw. Closes: #466321
9179 * Forward port a patch from the old changelog parser to the new
9180 one that got lost during the transition. '+' and '.' can now
9181 be used in distribution names yet again. Reported by dann frazier.
9184 [ Updated programs translations ]
9185 * Korean (Changwoo Ryu).
9186 * Polish (Robert Luberda).
9187 * Romanian (Eddy Petrişor).
9188 * Slovak (Ivan Masár). Closes: #471342
9189 * Swedish (Peter Karlsson).
9190 * Thai (Theppitak Karoonboonyanan). Closes: #468916
9192 [ Updated man pages translations ]
9193 * German (Helge Kreutzmann).
9194 * Polish (Robert Luberda).
9195 * Swedish (Peter Karlsson).
9197 [ Updated dselect translations ]
9198 * Basque (Piarres Beobide). Closes: #462403
9200 [ Updated scripts translations ]
9201 * German (Helge Kreutzmann).
9202 * Polish (Robert Luberda).
9203 * Swedish (Peter Karlsson).
9205 [ Updated dselect translations ]
9206 * Polish (Robert Luberda).
9207 * Romanian (Eddy Petrişor).
9209 -- Guillem Jover <guillem@debian.org> Sun, 30 Mar 2008 12:48:22 +0300
9211 dpkg (1.14.16.6) unstable; urgency=medium
9213 * Let dpkg-gensymbols skip directories which are just symlinks when scanning
9214 the package build dir.
9215 * Bump urgency to medium to compensate lost days in testing migration due to
9216 the two last uploads.
9218 -- Raphaël Hertzog <hertzog@debian.org> Sat, 26 Jan 2008 19:20:40 +0100
9220 dpkg (1.14.16.5) unstable; urgency=low
9222 * Fix dpkg-gensymbols handling of #include so that one can include multiple
9223 times the same file and have it properly taken into account.
9224 * Add many armel-specific symbols to dpkg-gensymbols' blacklist.
9227 -- Raphaël Hertzog <hertzog@debian.org> Thu, 24 Jan 2008 14:20:10 +0100
9229 dpkg (1.14.16.4) unstable; urgency=low
9231 * Import capit in Dpkg::Cdata from Dpkg::Fields. Closes: #462172
9233 -- Guillem Jover <guillem@debian.org> Wed, 23 Jan 2008 08:44:32 +0200
9235 dpkg (1.14.16.3) unstable; urgency=low
9238 * Remove the ":utf8" layer that utf8-encodes already valid utf8.
9240 * Disable variable substitution in dpkg-genchanges. Closes: #462079, #462089
9243 * Make start-stop-daemon set the supplementary groups if the real user or
9244 group are different than the ones we should switch to. Closes: #462075
9245 * Fix segfault in start-stop-daemon when using --group w/o --chuid (as
9246 a side effect, using --group alone works for the first time in years).
9248 * Fix timeout computations for start-stop-daemon --retry option. This has
9249 not worked properly for a long time (maybe never), but came to light
9250 due to #460903's fix. Closes: #462104
9252 -- Guillem Jover <guillem@debian.org> Tue, 22 Jan 2008 23:39:59 +0200
9254 dpkg (1.14.16.2) unstable; urgency=low
9256 * Change uid after changing gid and initializing supplementary groups in
9257 start-stop-daemon. Closes: #462018
9258 * Change temporary dpkg Breaks on dpkg-dev (= 1.14.13) and (= 1.14.14)
9259 to Conflicts, so that users from etch can upgrade to sid (or lenny
9260 once dpkg has migrated).
9262 -- Guillem Jover <guillem@debian.org> Tue, 22 Jan 2008 13:05:22 +0200
9264 dpkg (1.14.16.1) unstable; urgency=low
9266 * Add libtimedate-perl to dpkg-dev's Depends and to Build-Depends.
9267 Reported by Aurelien Jarno. Closes: #461875
9269 -- Frank Lichtenheld <djpig@debian.org> Mon, 21 Jan 2008 12:48:51 +0100
9271 dpkg (1.14.16) unstable; urgency=low
9274 * Add build-essential as an implicit Build-Depends in dpkg-checkbuilddeps.
9276 * Add build-essential to dpkg-dev Recommends.
9277 * Do not warn about unrecognized Homepage field in binary package stanzas
9278 in dpkg-genchanges and dpkg-source. Closes: #460309
9279 * Do not use the enoent helper binary, and use perl POSIX module instead.
9280 * Keep checking for the process when start-stop-daemon is called with
9281 --retry even if the daemon removed the pidfile. Closes: #460903
9282 Thanks to Justin Pryzby for the analysis.
9283 * Make --quiet silence --test in start-stop-daemon. Closes: #367998
9284 * Check current uid and gid in start-stop-daemon before calling setuid,
9285 setgid and initgroups. Closes: #222524
9286 Based on a patch by Samuel Thibault.
9287 * Remove unimplemented --test option from update-alternatives.
9288 Closes: #392432, #461247
9289 * Additionally check if errno is EEXIST after rmdir(2), as SUSv3 specifies
9290 that on non-empty directories it can either return that or ENOTEMPTY.
9291 This fixes run time problems on Solaris.
9292 * Fix start-stop-daemon --help output to state that --name is one of the
9293 possible required options to use. Closes: #354999
9294 * Demote dselect from priority important to optional. Closes: #461327
9295 * Fix portability issues on HP-UX, by not using backticks inside double
9296 quotes in m4 files. Closes: #24514
9297 * Switch Maintainer address to <debian-dpkg@lists.debian.org> from
9299 * Add README.feature-removal-schedule describing the features to be removed
9300 and README.api describing the provided APIs.
9302 [ Frank Lichtenheld ]
9303 * Make the -L option of dpkg-parsechangelog actually work (it's
9304 only been eleven years...)
9305 * Import the code from my external Parse::DebianChangelog as
9306 Dpkg::Changelog and Dpkg::Changelog::Debian. Using this
9307 from parsechangelog/debian adds the following requested
9309 - Option to use a non-lossy format. Closes: #95579
9310 - Various options to better control how many entries
9311 should be displayed. Closes: #226932
9314 * Replaced all the remaining code in controllib.pl by new modules. All
9315 scripts have been adjusted to use the new modules and controllib.pl has
9317 * The code to parse debian/control is available in a perl module
9318 Dpkg::Control. Closes: #26554
9319 * Temporarily add a Breaks: dpkg-dev (= 1.14.13), dpkg-dev (= 1.14.14) on
9320 dpkg for the convenience of sid users. Closes: #459815
9321 * Update dpkg-source(1) to explain better what the directory after -b is.
9323 * Also force version in ${binary:Version} if dpkg-gencontrol -v<version>
9324 is used. That way we're consistent with the definition of that variable
9325 in deb-substvars(5). Closes: #433477
9326 * Add support of Dm-Upload-Allowed field. Closes: #453400
9327 * Fix dpkg-shlibdeps' filtering of duplicated dependencies in fields of
9328 lesser priority (when -d is used).
9329 * Fix behaviour of dpkg-shlibdeps when the same binary was passed multiple
9330 times for use in different dependency fields (-d option).
9331 * Change logic of -si option of dpkg-genchanges to include the original
9332 tarball only if the current upstream version differs from the upstream
9333 version of the previous changelog entry. Replaces the heuristic based
9334 on revision number (-0, -0.1 or -1). Closes: #28701
9335 * Some code refactoring on dpkg-genchanges and bug fixes in the generation
9336 of the Description: field. As a result, source only uploads will no more
9337 have Description fields.
9338 * Add support of wildcard entries in symbols files. This makes it much
9339 simpler to write symbols files for well managed libraries but in that case
9340 dpkg-gensymbols can't check any more if symbols have disappeared.
9343 [ Updated man pages translations ]
9344 * Fix typo in French. Closes: #460021
9345 * German (Helge Kreutzmann).
9347 [ Updated programs translations ]
9348 * Basque (Piarres Beobide). Closes: #459565
9349 * French (Christian Perrier).
9350 * German, Basque, Norwegian Bokmål, Swedish, Vietnamese, Simplified Chinese,
9352 * Russian (Yuri Kozlov). Closes: #460708
9354 [ Updated scripts translations ]
9355 * Russian (Yuri Kozlov). Closes: #460709
9356 * Swedish (Peter Karlsson).
9358 -- Guillem Jover <guillem@debian.org> Mon, 21 Jan 2008 10:00:45 +0200
9360 dpkg (1.14.15) unstable; urgency=low
9363 * Make sure {dpkg-dev,dselect}.preinst are included in the source tarball.
9365 * Blacklist armel-specific symbols in dpkg-gensymbols. Reported by Riku
9366 Voipio. Closes: #457964
9367 * Fix typos in various manpages. Patch from A. Costa. Closes: #458276
9368 * Make dpkg-shlibdeps choose the right symbols files when we have several
9369 debian/*/DEBIAN/symbols for a given soname. Closes: #458860
9370 * Add a -S<pkgbuilddir> option to dpkg-shlibdeps to indicate a package build
9371 tree to scan first when trying to find a needed library.
9372 * Change dpkg-gensymbols to mark symbols that disappeared with #MISSING
9373 instead of #DEPRECATED, it's clearer for people.
9374 * Fix Dpkg::Shlibs::Objdump to properly take into account R_*_COPY
9375 relocations. Closes: #454036
9376 * Explain better the order in which postinst/prerm scripts are called
9377 between a package and its dependencies. Thanks to Nicolas François and
9378 Helge Kreutzmann for their suggestions. Closes: #379641
9379 * Fix Dpkg::BuildOptions so that dpkg-buildpackage doesn't double all
9380 options in DEB_BUILD_OPTIONS when called with the -j parameter.
9384 * Move compression related variables to a new Dpkg::Compression module.
9385 * Remove disabled, obsolete and quite incomplete Hebrew translations.
9386 * Revert dpkg-dev versioned dependency bump on dpkg >= 1.14.13 back to
9387 >= 1.14.6, as the compression variables are now in a module in dpkg-dev.
9388 * Do not display garbage in dselect on monochrome terminals, by setting
9389 a missing ncurses character attribute. Closes: #155741, #157093
9390 Thanks to Sven Rudolph.
9391 * Do not loop endlessly in dselect with very long package descriptions.
9392 Closes: #179320, #342495
9393 Thanks to John Zaitseff.
9394 * Ignore wrapped lines in install-info when matching section titles.
9396 Thanks to Andreas Metzler and Ian Zimmerman.
9397 * Do not use strdup for execvp arguments. Closes: #379027
9398 * Do not print 'failed to kill' warning in start-stop-daemon when polling
9399 the pid. Closes: #157305, #352554
9400 Thanks to Samuel Thibault.
9401 * Properly print build message in dpkg-buildpackage for lzma and bzip2
9402 compressed sources. Closes: #458519
9403 * Promote bzip2 Recommends to Depends for dpkg-dev. Closes: #458521
9404 * Add lzma to dpkg-dev Depends.
9405 * Do not automatically enable -j if DEB_BUILD_OPTIONS contains parallel=n,
9406 and allow overriding its value from the environment. Closes: #458589
9407 * Fix Dpkg::BuildOptions to parse all options in DEB_BUILD_OPTIONS, so
9408 that dpkg-buildpackage called with -j preserves unrecognized options.
9409 * Fix several signed vs unsigned value comparisons that were making some
9410 code to never be executed.
9412 [ Updated programs translations ]
9413 * French (Christian Perrier).
9414 * German (Sven Joachim). Closes: #459223
9415 * Norwegian Bokmål (Hans Fredrik Nordhaug). Closes: #457918, #458732
9416 * Simplified Chinese (Deng Xiyue). Closes: #459018
9417 * Swedish (Peter Karlsson).
9418 * Vietnamese (Clytie Siddall). Closes: #459016
9420 [ Updated scripts translations ]
9421 * French (Christian Perrier).
9422 * Swedish (Peter Karlsson).
9424 [ Updated man pages translations ]
9425 * Swedish (Peter Karlsson).
9427 -- Guillem Jover <guillem@debian.org> Mon, 07 Jan 2008 12:12:16 +0200
9429 dpkg (1.14.14) unstable; urgency=low
9431 * Fix override disparity: set priority of dselect to important.
9432 * Add libio-string-perl to Build-Depends as it's needed by a non-regression
9433 test (fix FTBFS, thus a quick upload).
9434 * Make dpkg-dev depend on dpkg (>= 1.14.13) as the latest Dpkg.pm is needed
9437 -- Raphaël Hertzog <hertzog@debian.org> Thu, 27 Dec 2007 11:20:38 +0100
9439 dpkg (1.14.13) unstable; urgency=low
9441 [ Frank Lichtenheld ]
9442 * Add an own manpage for Dpkg's version format. Mostly stolen
9443 from policy. Closes: #373003
9444 * Fix control file parsing for field values starting with a colon.
9445 Apparently nobody ever needed this until Vcs-Cvs came along.
9447 * Copy the usr/share/doc directory to dpkg-dev and dselect (Instead
9448 of using symlinks). The space requirements are minimal and adding
9449 the needed dependencies to comply with policy would be way more
9450 inconvenient. Pointed out by Rene Engelhard. Closes: #452730
9451 * Allow more than one arch and more than one type of a package
9452 in debian/files. Parts of the patch by Goswin von Brederlow
9453 and Bastian Blank. Closes: #356299, #377400, #229143
9454 * Allow building only architecture independent packages (-A).
9455 Closes: #109794, #200454
9456 * Bump Standards-Version to 3.7.3 (no changes)
9459 * When dpkg-shlibdeps finds a lib in a directory which is just a symlink to
9460 another directory that is also considered, remember the other directory
9461 name as the canonical one. Closes: #453885
9462 * dpkg-shlibdeps doesn't warn any more about libm.so.6 being unused if the
9463 binary is also linked against libstdc++ since g++ always add an implicit
9464 -lm. Closes: #454616
9465 * Included files in symbols files (via #include) do no more need to repeat
9466 the header line. Closes: #455260
9467 * Tweak the sort algorithm between dependencies so that intervals
9468 are displayed as "a (>= 1), a (<< 2)" instead of the opposite.
9470 * Extend format of symbols files to support arbitrary fields of
9471 meta-information. First field is Build-Depends-Package used to extract the
9472 version requirement possibly encoded in the Build-Depends field and make
9473 sure that the generated dependency is at least as strict as this one.
9474 * Fix dpkg-gensymbols to not update version info of a deprecated symbol.
9476 * Fix dpkg-source's behaviour with options -sk -sK -sp -sP. Closes: #457784
9479 * Ignore the man pages when building without NLS support. Closes: #457673
9480 * Fix perl warnings:
9481 - Check for undefined values when reading from the alternative db.
9482 * Properly handle symlinks for alternatives with nonexistent slave links.
9483 Closes: #76295, #246906, #433567, #451872, #220044, #392440, #441021
9485 Based on a patch by Daniel Leidert <daniel.leidert@wgdd.de>.
9486 * Fail when diverting to a non existent directory. Closes: #245562
9487 Thanks to Flavio Stanchina <flavio@stanchina.net>.
9488 * Refactor update-alternatives.
9490 [ Updated programs translations ]
9491 * French (Christian Perrier, as this was trivial).
9492 * Spanish (Javier Fernández-Sanguino Peña). Closes: #456984
9493 * Swedish (Peter Karlsson).
9495 [ Updated man pages translations ]
9496 * German (Helge Kreutzmann).
9497 * Swedish (Peter Karlsson).
9499 [ Updated scripts translations ]
9500 * French (Frédéric Bothamy).
9501 * German (Helge Kreutzmann).
9502 * Japanese (Kenshi Muto). Closes: #455841
9503 * Swedish (Peter Karlsson).
9505 -- Guillem Jover <guillem@debian.org> Thu, 27 Dec 2007 09:16:45 +0200
9507 dpkg (1.14.12) unstable; urgency=low
9510 * Add -I<file> option to dpkg-gensymbols to force the usage of a specific
9512 * Dpkg::Shlibs::find_library() now returns canonicalized paths.
9513 * dpkg-shlibdeps always tries the realpath() of a lib as fallback when
9514 trying to identify the package of a lib (and not only for symlinks).
9515 * dpkg-shlibdeps doesn't fail any more if it can't find unversioned
9516 libraries on the presumption that they are just private libraries. Outputs
9518 * Expand the dpkg-shlibdeps manual page with explanations concerning
9520 * The environment variable DPKG_GENSYMBOLS_CHECK_LEVEL can be used to force
9521 dpkg-gensymbols to use a precise level of checks. Closes: #452022
9524 * Define several private functions and variables as static.
9525 * Move extern declarations to header files and stop defining them as extern.
9526 * Unify parsing of Section and Priority in dpkg-gencontrol with Homepage.
9527 * Switch dpkg-scanpackages to use the new Dpkg::ErrorHandling and
9528 Dpkg::Versions modules.
9530 -- Guillem Jover <guillem@debian.org> Thu, 29 Nov 2007 06:14:09 +0200
9532 dpkg (1.14.11) unstable; urgency=low
9535 * dpkg-shlibdeps now ignores the lack of dependency information in some
9536 specific cases (instead of failing):
9537 - when the library is in the same package than the binary analyzed
9538 - when the library is not versioned and can't have a shlibs file
9539 * dpkg-shlibdeps now only displays 10 warnings about symbols not found for
9540 each binary and a count of skipped warnings. Closes: #452318
9541 * dpkg-shlibdeps: optimize "dpkg -S" lookups by caching results, patch
9542 from Aaron M. Ucko <ucko@debian.org>. Closes: #452577
9545 * Fix dpkg-scanpackages to properly support an optional override file.
9548 -- Guillem Jover <guillem@debian.org> Sat, 24 Nov 2007 07:19:02 +0200
9550 dpkg (1.14.10) unstable; urgency=low
9553 * dpkg-shlibdeps now correctly identify private libraries (avoid many
9554 warnings with perl/python modules). Closes: #452338
9555 * Move capit() to a Dpkg::Fields module and use it in dpkg-shlibdeps.
9557 * Add more debug messages to dpkg-shlibdeps to ease collecting information
9558 in case of problems.
9559 * dpkg-shlibdeps now accepts again empty dependencies in shlibs files.
9560 * dpkg-shlibdeps will try harder to identify packages providing a library
9561 by looking up dpkg -S on the realpath of any symlink to a library.
9563 * dpkg-source now correctly identifies the extension of the
9564 orig.tar.{gz,bz2,lzma} file and won't unexpectedly create "Format: 2.0"
9568 * Add support for Package-Type in dpkg-name.
9569 * Restore cross compilation support by honouring the environment host and
9570 arch variables to override the default values on the dpkg-dev scripts.
9572 [ Updated man pages translations ]
9573 * Swedish (Peter Karlsson)
9575 [ Added scripts translations ]
9576 * Swedish (Peter Karlsson)
9578 -- Guillem Jover <guillem@debian.org> Fri, 23 Nov 2007 06:32:27 +0200
9580 dpkg (1.14.9) unstable; urgency=low
9583 * Fix bad behaviour of Dpkg::Path::get_pkg_root_dir() and adjust
9584 dpkg-shlibdeps accordingly. Closes: #452012
9585 * Fix Dpkg::Deps to accept empty fields. Closes: #452013
9587 [ Updated man pages translations ]
9588 * German (Helge Kreutzmann).
9590 -- Guillem Jover <guillem@debian.org> Tue, 20 Nov 2007 07:15:41 +0200
9592 dpkg (1.14.8) unstable; urgency=low
9595 * Heavy rework of dpkg-shlibdeps:
9596 - Support "symbols" files to generate finer-grained dependencies.
9597 Those files can be created by the new dpkg-gensymbols command.
9599 - Uses now all paths in RPATH (instead of only the first).
9601 - Support parsing include directives in /etc/ld.so.conf. Closes: #431597
9602 - Libraries are also searched in the public directories of packages
9603 being built and thus debian/shlibs.local can effectively define
9604 dependencies for libraries that are being built. Closes: #80340
9605 - "symbols" files use the full SONAME as key instead of splitting it in
9606 (name, version) like in the "shlibs" format. This allows binaries to
9607 be linked with unversioned libraries and not fail. Note that
9608 unversioned libraries are still a very bad idea. Closes: #48208
9609 - dpkg-shlibdeps now supports '-x<package>' options that can be used to
9610 exclude packages from generated dependencies (use with care though).
9611 Closes: #41907, #109954
9612 - If dpkg-shlibdeps doesn't find any dependency information for a
9613 shared library that is actively used, then it will fail. This can be
9614 disabled with the option '--ignore-missing-info'. Closes: #10807
9615 * Switch perl programs to use the new Dpkg::Deps module. This changes the
9616 behaviour of dpkg-gencontrol and dpkg-source which will rewrite and
9617 simplify dependencies and build dependencies as possible. Multiple
9618 dependencies on the same package are replaced by their intersection.
9619 Closes: #178203, #186809, #222652
9621 [ Frank Lichtenheld ]
9622 * Add $(MAKE) check to build target
9623 * Allow using other compressions than gzip on dpkg-source -b
9624 (NOTE: this will result in a Format: 2.0 source package!).
9626 * Various small fixes to the manpages suggested by Helge Kreutzmann.
9628 * Fix Dpkg::BuildOptions (and thereby dpkg-buildpackage) to really
9629 set DEB_BUILD_OPTIONS. Found by Daniel Shepler. Closes: #446119
9630 * Change some ' in shell code in dpkg-source.1 and dpkg-query.1 to
9631 proper \(aq. Reported by Daniel van Eeden. Closes: #447476
9634 * Use shipped perl modules when calling perl programs at build time.
9635 * Switch perl programs to use the new Dpkg::ErrorHandling and Dpkg::Arch
9637 * Add support for format strings in Dpkg::ErrorHandling functions.
9638 * Move build and host arch detection code from dpkg-architecture to
9640 * Add initial udeb support:
9641 - Support new fields Package-Type, Subarchitecture, Kernel-Version
9642 and Installer-Menu-Item. Closes: #383916
9643 - New '--type' option for dpkg-scanpackages.
9644 * Make dpkg-dev Conflict on dpkg-cross << 2.0.0 which was sourcing
9645 dpkg-buildpackage expecting it to be a shell script. Closes: #445852
9646 * Get rid of undefined macros from man pages. Thanks to Colin Watson
9649 [ Updated dselect translations ]
9650 * Czech (Miroslav Kure).
9652 [ Added programs translations ]
9653 * Thai (Theppitak Karoonboonyanan). Closes: #446501
9655 [ Updated programs translations ]
9656 * Czech (Miroslav Kure).
9657 * Galician (Jacobo Tarrio). Closes: #446624
9658 * Polish (Robert Luberda).
9659 * Russian (Yuri Kozlov). Closes: #446278
9661 [ Updated man pages translations ]
9662 * German (Helge Kreutzmann). Closes: #448354
9663 * Polish (Robert Luberda).
9664 * Swedish (Peter Karlsson).
9666 [ Added scripts translations ]
9667 * German (Helge Kreutzmann). Closes: #448353
9669 [ Updated scripts translations ]
9670 * Polish (Robert Luberda).
9671 * Swedish (Peter Karlsson).
9673 -- Guillem Jover <guillem@debian.org> Mon, 19 Nov 2007 10:36:30 +0200
9675 dpkg (1.14.7) unstable; urgency=low
9678 * Add back $dpkglib into @INC, needed by the controllib.pl require in
9679 822-date. Closes: #440962
9680 * Document in dpkg-scanpackages that apt now requires Packages.bz2 in
9681 preference to Packages.gz. Closes: #440973
9682 * Stop recognizing the obsolete Optional field when building packages.
9683 * Use fakeroot, if present, by default to gain root privileges in
9685 * Fix typos in dpkg-deb.1 and start-stop-daemon.8. Closes: #441051
9687 * After '<prerm> remove' fails and while doing the error unwinding, if
9688 the '<postinst> abort-remove' call succeeds, preserve the old status
9689 instead of unconditionally setting it to 'Installed'. Closes: #432893
9690 Thanks to Brian M. Carlson.
9691 * Add Vcs-Browser and Vcs-Git fields to debian/control.
9692 * Add a Homepage field to debian/control (to be changed later when
9693 there's a more formal site).
9694 * Allow comparing unsupported architectures for equality and identity.
9695 Based on a patch by Frank Lichtenheld. Closes: #427210
9696 * Document Origin and Bugs fields in deb-control.5. Closes: #173463
9697 * Do not replace substvars for build dependencies (it was not supported
9700 [ Frank Lichtenheld ]
9701 * Add _MTN to dpkg-source -i default regex. Suggested by Jari Aalto.
9702 * Convert dpkg-buildpackage to a Perl script.
9703 Fix some bugs in the new script detected in experimental:
9705 * dpkg-buildpackage accepts a -j<n> option now which will set
9706 MAKEFLAGS(-j<n>) and DEB_BUILD_OPTIONS(parallel=<n>) accordingly.
9707 parallel=<n> in DEB_BUILD_OPTIONS will be passed to MAKEFLAGS as
9708 well. Based on an idea by Robert Millan. Closes: #440636
9709 * Allow dpkg-source -I without a pattern which will load a default
9710 list of pattern similar to -i without regexp. Patch by
9711 Jari Aalto. Closes: #440972
9712 * Rework documentation of dpkg-source's -i and -I options.
9713 Closes: #323911, #440956
9714 * Add --utf8-strings to gpg call in dpkg-buildpackage since
9715 that seems to be the better default. Suggested by Székelyi Szabolcs.
9717 * Let dpkg-buildpackage error out early if the version number from
9718 the changelog is not a valid Debian version. Closes: #216075
9719 * Fix dpkg-source to create correct diffs for files with spaces in
9720 their name (apparently we don't have many of those ;).
9721 Based on a patch by Marcel Toele. Closes: #445380
9723 [ Updated programs translations ]
9724 * Basque (Piarres Beobide). Closes: #440859
9725 * Danish (Claus Hindsgaul). Closes: #441106
9726 * French (Frédéric Bothamy).
9727 * German (Sven Joachim). Closes: #440537
9728 * Nepali (Shiva Prasad Pokharel). Closes: #437825
9729 * Portuguese (Miguel Figueiredo). Closes: #441113
9730 * Romanian (Eddy Petrişor).
9731 * Vietnamese (Clytie Siddall). Closes: #440502
9732 * Korean (Sunjae Park). Closes: #443190
9734 [ Updated man pages translations ]
9735 * German (Helge Kreutzmann).
9736 * Swedish (Peter Karlsson).
9737 * Korean (Sunjae Park). Closes: #443191
9739 [ Updated scripts translations ]
9740 * Correct a typo in the French translation. Closes: #443276
9741 * Swedish (Peter Karlsson).
9743 -- Guillem Jover <guillem@debian.org> Mon, 08 Oct 2007 07:31:34 +0300
9745 dpkg (1.14.6) unstable; urgency=low
9747 [ Frank Lichtenheld ]
9748 * Synchronise usage information of dpkg, dpkg-deb, and
9749 dpkg-query man pages. This fixes some small mistakes
9750 and also Closes: #321520
9753 * Man pages cleanup:
9754 - Some italics and bold fixes.
9755 - Unify ellipsis, argument separator, and remove redundant program name
9756 preceding the options.
9757 - Substitute 'FILES' header with 'SEE ALSO' in dpkg-buildpackage(1),
9758 and remove leftover string from man page split. Closes: #439306
9759 - Split option descriptions so that it gets easier to distinguish.
9760 - Unify author and copyright information formatting.
9761 * Move variables automatically modified at build time for the perl scripts
9762 to a new style perl module (Dpkg) and make all programs use it.
9763 * Switch 'dpkg-gettext.pl' to a new style perl module (Dpkg::Gettext).
9764 * Implement support for Breaks field. Closes: #379140
9765 Thanks to Ian Jackson.
9766 * Run the deconfiguration of each package to be deconfigured once, instead
9767 of once per each conflicting package being removed. Closes: #378003
9768 Thanks to Ian Jackson.
9769 * Do not segfault when the result from a 'dpkg-query -l' is bigger than
9770 the total number of current packages, and do not produce repeated
9771 results with overlapping patterns on 'dpkg-query -W'. Closes: #428427
9772 * Tightening dpkg-dev versioned Depends to dpkg 1.14.6, and dpkg Conflicts
9773 against << dpkg-dev 1.14.6, where the perl modularization started.
9774 * Do not print empty lines after 'Setting up ...' output. Closes: #392317
9775 * When a slave alternative is inapplicable do not attempt to create the
9776 slave link before removing it again. Closes: #411699
9777 Thanks to Ian Jackson.
9778 * Do not consider it a file conflict if the package contains a symlink
9779 to a directory where the existing symlink on-disk points to the
9780 same place. Closes: #377682
9781 Thanks to Ian Jackson.
9782 * Fix perl warnings:
9783 - When removing a non diverted file with dpkg-divert. Closes: #438416
9784 * Implement support for Homepage field. Closes: #142324
9785 * Ignore XB- fields instead of XC- fields from control file binary package
9786 stanzas in dpkg-genchanges.
9787 * Explicitly ignore all known fields from the control file source package
9788 stanza in dpkg-genchanges, instead of leaving unknown fields unwarned.
9789 * Implement support for Vcs-Browser, Vcs-Arch, Vcs-Bzr, Vcs-Cvs, Vcs-Darcs,
9790 Vcs-Git, Vcs-Hg, Vcs-Mtn and Vcs-Svn fields in control file source
9792 * Implement support for Tag field.
9794 [ Updated scripts translations ]
9795 * French (Frédéric Bothamy, Christian Perrier).
9796 * Swedish (Peter Karlsson).
9798 [ Updated programs translations ]
9799 * Dzongkha (Tshewang Norbu). Closes: #430931
9800 * Nepali (Shiva Prasad Pokharel). Closes: #435353
9801 * Polish (Robert Luberda).
9802 * Russian (Yuri Kozlov). Closes: #436147
9803 * Swedish (Peter Karlsson).
9805 [ Updated dselect translations ]
9806 * Russian (Yuri Kozlov). Closes: #436149
9807 * Swedish (Peter Karlsson).
9809 [ Updated man pages translations ]
9810 * German (Helge Kreutzmann).
9811 * Polish (Robert Luberda).
9812 * Swedish (Peter Karlsson).
9814 -- Guillem Jover <guillem@debian.org> Wed, 05 Sep 2007 07:36:02 +0300
9816 dpkg (1.14.5) unstable; urgency=low
9819 * Add lpia support to ostable and triplettable.
9820 * Fix dpkg-source to not emit duplicated entries for the Architecture field
9822 * Fix dpkg-scanpackages to load the override file after having filled the
9823 packages information. Closes: #428169, #428470
9824 * Add '.shelf' to the default dpkg-source -i regex. Closes: #427827
9825 Thanks to Adeodato Simó.
9826 * Support a colon separated list of paths from the ELF RPATH field in
9827 dpkg-shlibdeps. Thanks to Jiří Paleček. Closes: #427988
9828 * Man pages cleanup:
9829 - Reference deb-substvars(5) instead of dpkg-substvars(5). Closes: #429182
9830 - Mark dpkg-* commands in bold.
9831 - Unify title header.
9832 - Remove an additional space in install-info(8) and mark gzip in bold
9833 and remove redundant reference to GNU.
9834 - Fix explanation of dpkg-source '-b' option, remove a reference to
9835 checking for a missing empty string argument, and add a reference
9836 to '-sX' arguments affecting the behaviour. Closes: #428167
9837 - Remove documented dpkg-gencontrol options in dpkg-source left over
9838 from the man pages split.
9840 [ Frank Lichtenheld ]
9841 * Fix typo in German translation of start-stop-daemon(8).
9842 Noted by Joachim Breitner. Closes: #430008
9843 * Correct permission and owner/group handling when extracting
9844 tar balls to match more the user's preferences instead of
9845 ours or the ones from the originator of the tar ball. Patch
9846 by Ian Jackson. Closes: #390915, #207289
9847 * dpkg-source warns now about new empty files since those will
9848 not be represented in the diff. Closes: #383394
9850 [ Updated dselect translations ]
9851 * French (Christian Perrier).
9852 * Romanian (Eddy Petrişor).
9854 [ Updated programs translations ]
9855 * Estonian (Ivar Smolin). Closes: #427589
9856 * Portuguese (Miguel Figueiredo).
9857 * Romanian (Eddy Petrişor).
9858 * Spanish (Javier Fernandez-Sanguino). Closes: #429958
9860 [ Updated man pages translations ]
9861 * German (Helge Kreutzmann).
9863 -- Frank Lichtenheld <djpig@debian.org> Tue, 03 Jul 2007 00:27:07 +0200
9865 dpkg (1.14.4) unstable; urgency=low
9868 * Fix perl warnings:
9869 - When unpacking a source package with -sp from a different directory
9870 than the one containing the tarball. Closes: #424998
9871 * Remove an unused variable in dpkg-statoverride by renaming it to the
9872 initially intended name. Closes: #425041
9873 * Fix loose regex in dpkg-source (/\.debian.tar/ -> /\.debian\.tar/).
9874 Thanks to Kylan Robinson. Closes: #425629
9875 * Revert change on 1.14.0 from Aaron M. Ucko. Trim down duped entries only
9876 when passing them to dpkg-query instead. Closes: #425641
9877 * Recognize again architecture wildcards. Closes: #424670
9879 [ Updated programs translations ]
9880 * Basque (Piarres Beobide). Closes: #425776
9881 * French (Frédéric Bothamy).
9882 * Galician (Jacobo Tarrío).
9884 -- Guillem Jover <guillem@debian.org> Thu, 24 May 2007 19:30:26 +0300
9886 dpkg (1.14.3) unstable; urgency=low
9889 * Fix perl warnings:
9890 - In dpkg-genchanges when called with -S. Closes: #423193
9891 - In architecture comparison operations. Closes: #423452
9892 - Fill slavepaths undefined entries with an empty string to guarantee
9893 they are always defined. Closes: #423140, #423451, #423544, #423555
9894 * Include the new split man pages deb-substvars.5, deb-override.5 and
9895 deb-shlibs.5 in dpkg-dev.
9896 * Fix deb-substvars.5 section to match reality.
9897 * Refactor update-alternatives.
9898 * Fix dpkg-divert to work again w/o specifying the '--divert' and
9899 '--package' or '--local' options. Closes: #423864
9900 * Document in install-info.8 that when no '--section' option is specified,
9901 install-info will try to use the INFO-DIR-SECTION entry from the info
9902 file. Add missing commas. Thanks to Kurt B. Kaiser. Closes: #397737
9903 * Disambiguate in install-info.8 the use of 'Info directory' with
9904 'Info dir file'. Closes: #420766
9905 * Document in deb-control.5 that the control file can have '#'-style
9906 comments. Closes: #406481
9907 * Make start-stop-daemon fork twice while daemonizing.
9909 [ Updated scripts translations ]
9910 * French (Frédéric Bothamy). Closes: #423392
9912 [ Updated programs translations ]
9913 * French (Christian Perrier).
9914 * German (Sven Joachim). Closes: #423401
9916 [ Updated dselect translations ]
9917 * German (Sven Joachim). Closes: #423403
9919 -- Guillem Jover <guillem@debian.org> Tue, 15 May 2007 16:02:59 +0300
9921 dpkg (1.14.2) unstable; urgency=low
9924 * Remove bashisms in dpkg-buildpackage. Closes: #422239
9925 * Handle case in update-alternatives when there's no existing alternative
9926 to configure. Closes: #260987, #353252, #367717, #392431
9927 * Add solaris support to ostable and triplettable. Closes: #361866
9928 * Properly create the generic name symlink in update-alternatives for new
9929 alternatives. Closes: #422979
9930 * Include translations again, which disappeared due to a dirty source tree
9931 and a bogus Makefile.am for the man pages. Closes: #423029, #423085
9933 -- Guillem Jover <guillem@debian.org> Wed, 09 May 2007 22:22:45 +0300
9935 dpkg (1.14.1) unstable; urgency=low
9938 * Fix partial upgrades by tightening dpkg-dev versioned Depends to
9939 dpkg 1.14.0, and dpkg Conflicts against << dpkg-dev 1.14.0, where
9940 the triplettable support first appeared. Closes: #422848
9942 -- Guillem Jover <guillem@debian.org> Tue, 08 May 2007 18:23:49 +0300
9944 dpkg (1.14.0) unstable; urgency=low
9947 * Make the copyright information in dpkg-deb.1 and dpkg-split.1 match the
9948 one in the source. Thanks to Nicolas François. Closes: #379320
9949 * Allow dpkg-buildpackage to properly override '-b' when passed after '-B'.
9950 Thanks to Julian Gilbey. Closes: #397479
9951 * Move retrieval of uid and gid information from controllib.pl into a
9952 function, so that scripts not needing it do not execute that code.
9953 Based on a patch by Riku Voipio. Closes: #396884
9954 * Do not bail out in dpkg when building without start-stop-daemon support,
9955 by checking if the macro value is true instead of it being defined.
9956 Thanks to Mark Rosenstand.
9957 * Make all perl scripts use strict and warnings, to ease catching errors.
9958 * Refactor update-alternatives code, with the side effect that now commands
9959 on non existing link group files will return an error code (except
9960 for --remove, now). Closes: #273407
9961 * Add a missing newline to a warning message in dpkg. Closes: #390914
9962 Thanks to Ian Jackson.
9963 * Fix typo in variable name in dpkg-source which was causing it to not
9964 create directories when extracting the diff. Closes: #374645
9965 * Fix up and down keystrokes in the dselect help message. Closes: #383438
9966 Thanks to Sven Joachim.
9967 * Convert 822-date to be a simple wrapper around 'date -R'. 822-date is
9968 now deprecated and should not be used anymore. It might be removed
9969 sometime in the future. Closes: #31634, #367712, #314462
9970 Thanks to Frank Lichtenheld.
9971 * Add '.gitignore' to the default dpkg-source -i regex. Closes: #409566
9972 Thanks to Julien Cristau.
9973 * Add '.hg' to the default dpkg-source -i regex. Closes: #414794
9974 * Use l10n-friendlier strings to describe dependencies. Closes: #390916
9975 Thanks to Ian Jackson.
9976 * Change priority for dpkg-dev from standard to optional to match the
9978 * Do not use a build-stamp in debian/rules.
9979 * Fix confusing bottom status lines in dselect, unifying them by removing
9980 the method or package name and capitalizing. Closes: #9085
9981 * Check proper error value returned by BZ2_bzerror. Closes: #410605
9982 * Exit with an error instead of an assert if a file name is too long when
9983 building a .deb package. Closes: #393069
9984 * Exit with an error instead of an assert if the number of conflictors is
9985 exceeded. Remove bogus comments. Closes: #377855
9986 * Fix regular expression special-casing Origin, Bugs and Maintainer fields
9987 which was making X[SBC]- fields containing such strings to propagate into
9988 the .deb control file unprocessed. Thanks to Colin Watson.
9989 * Add support for '--admindir' in dpkg-buildpackage, dpkg-checkbuilddeps
9990 and dpkg-shlibdeps. Closes: #162348
9991 * Cleaning and format unification of manual pages.
9992 * Make the override-file argument to dpkg-scanpackages optional.
9993 * Refactor compression filtering code.
9994 * Split override file information from dpkg-scanpackages.1 into
9995 deb-override.5 manual page.
9996 * Split dpkg-source.1 into independent man pages, namely deb-substvars.5,
9997 deb-shlibs.5, dpkg-buildpackage.1, dpkg-distaddfile.1, dpkg-genchanges.1,
9998 dpkg-gencontrol.1, dpkg-parsechangelog.1 and dpkg-shlibdeps.1.
9999 * Support building binary packages with the member data.tar.lzma compressed
10001 * Require gettext 0.16.1.
10002 * Show the epoch (if present) when displaying package versions.
10003 Closes: #107449, #179913, #345594, #393924, #405668
10004 Based on a patch by Jeffrey W. Baker.
10005 * Switch from pseudo-tags to usertags, and update the documentation.
10006 * Fix typo in German dpkg man page. Closes: #416167
10007 Thanks to Martin Weis.
10008 * Properly sort Uploaders field in generated .dsc files.
10009 * Reorder a bit the fields in output files.
10010 * Speed up dpkg-shlibdeps by avoiding doing a dpkg-query for duped
10011 libraries. Thanks to Aaron M. Ucko. Closes: #421290
10012 * Generalize source architecture handling by abstracting it through the new
10013 Debian triplet and the new triplettable.
10014 * Add armel support to ostable and triplettable. Closes: #414087
10016 [ Updated programs translations ]
10017 * Dutch (Bart Cornelis).
10018 * French (Frédéric Bothamy).
10019 * Polish (Robert Luberda).
10020 * Romanian (Eddy Petrişor).
10021 * Simplified Chinese (Anthony Wong). Closes: #415320
10022 * Traditional Chinese (Anthony Wong). Closes: #415230
10024 [ Added programs translations ]
10025 * Estonian added (Ivar Smolin). Closes: #422404
10026 * Kurdish added (Erdal Ronahi). Closes: #418154
10027 * Marathi added (Priti Patil). Closes: #416810
10029 [ Updated man pages translations ]
10030 * German (German l10n team). Closes: #418528
10031 * Polish (Robert Luberda).
10033 [ Updated dselect translations ]
10034 * Dutch (Bart Cornelis).
10035 * Polish (Robert Luberda).
10037 -- Guillem Jover <guillem@debian.org> Tue, 08 May 2007 11:11:50 +0300
10039 dpkg (1.13.25) unstable; urgency=low
10042 * Fix year 2018 in changelog for Michael Alan Dorman's upload in 1998,
10043 which was confusing the changelog parsers. Closes: #402526
10044 * Document in its man page that update-alternatives requires cooperation
10045 from all packages dealing with the specific file. Closes: #396338
10046 Thanks to Tomas Pospisek <tpo_deb@sourcepole.ch>.
10047 * Require POSIX inside subprocerr in controllib.pl. Closes: #390636
10048 Thanks to Brendan O'Dea <bod@debian.org>.
10049 * Support extracting lzma compressed source and binary packages,
10050 and add a Suggests on package lzma. Closes: #347715
10051 * Add '/emul/ia32-linux' biarch paths to dpkg-shlibdeps. Closes: #403216
10052 * Remove non-modified /etc/dpkg/dpkg.cfg configuration file when upgrading
10053 from versions 1.9.21 through 1.10.28, to avoid getting prompted about
10054 conffile changes. Closes: #398061
10056 [ Updated programs translations ]
10057 * Chinese (Traditional, Asho Yeh).
10058 * Korean (Sunjae Park). Closes: #394135, #404938
10059 * Norwegian Bokmal (Hans Fredrik Nordhaug). Closes: #391143
10060 * Nepali (Shiva Prasad Pokharel).
10061 * Romanian (Eddy Petrişor).
10062 * Catalan (Jordà Polo).
10063 * Swedish (Peter Karlsson).
10064 * Vietnamese (Clytie Siddall). Closes: #399343
10066 [ Added programs translations ]
10067 * Punjabi (A S Alam).
10069 [ Updated scripts translations ]
10070 * Catalan (Jordi Mallach).
10072 [ Updated dselect translations ]
10073 * Korean (Sunjae Park). Closes: #404943
10075 -- Guillem Jover <guillem@debian.org> Tue, 2 Jan 2007 00:23:57 +0200
10077 dpkg (1.13.24) unstable; urgency=low
10080 * Fix dselect segfault by adding a field description matching the
10081 dependency field enum position. Closes: #392731, #392724
10083 [ Updated programs translations ]
10084 * Nepali (Shiva Prasad Pokharel). Closes: #373728
10086 -- Guillem Jover <guillem@debian.org> Fri, 13 Oct 2006 16:34:39 +0300
10088 dpkg (1.13.23) unstable; urgency=low
10091 * Add initial support for the Breaks field, by parsing but rejecting it.
10092 Thanks to Ian Jackson <iwj@ubuntu.com>. Closes: #375703
10093 * Use dpkg-architecture from the source tree to get the target Debian
10094 architecture, instead of duplicating the logic in the m4 files.
10095 * Remove comment headers in dselect/helpmsgs.{cc,h} about the files being
10096 autogenerated, replace them with a proper license and copyright comment.
10098 * Add a new line at the end of m4/compiler.m4 file, to cope with an
10099 autoreconf failure due to the new m4 1.4.7.
10101 [ Nicolas François ]
10102 * Specify --null before the -T tar's option to avoid the "tar: -: file name
10103 read contains nul character" warning.
10104 Closes: #376351, #375749, #376724, #377279
10106 [ Added programs translations ]
10107 * Dzongkha (Kinley Tshering).
10109 [ Updated programs translations ]
10110 * Basque (Piarres Beobide). Closes: #375118
10111 * Brazilian Portuguese (Andre Luis Lopes).
10112 * Catalan (Robert Millan, Jordi Mallach). Closes: #383448
10113 * Czech (Miroslav Kure).
10114 * Danish (Claus Hindsgaul).
10115 * Dutch (Bart Cornelis).
10116 * Dzongkha (Tenzin Dendup). Closes: #388192
10117 * French (Frédéric Bothamy).
10118 * Galician (Jacobo Tarrio).
10119 * German (Sven Joachim). Closes: #381409, #381740
10120 * Hungarian (SZERVÁC Attila).
10121 * Italian (Stefano Canepa, Davide Viti). Closes: #387821
10122 * Japanese (Kenshi Muto). Closes: #386963
10123 * Khmer (Khoem Sokhem). Closes: #375099
10124 * Portuguese (Miguel Figueiredo, Rui Branco).
10125 * Romanian (Eddy Petrişor).
10126 * Russian (Yuri Kozlov). Closes: #376746, #391143
10127 * Slovak (Peter Mann). Closes: #387282
10128 * Spanish (Javier Fernandez-Sanguino). Closes: #386759
10129 * Swedish (Daniel Nylander). Closes: #383643
10130 * Vietnamese (Clytie Siddall). Closes: #383588
10132 [ Added scripts translations ]
10133 * Catalan (Jordi Mallach).
10134 * French (Philippe Batailler).
10136 [ Updated dselect translations ]
10137 * Brazilian Portuguese (Andre Luis Lopes).
10138 * Catalan (Robert Millan, Jordi Mallach).
10139 * Danish (Claus Hindsgaul).
10140 * German (Sven Joachim). Closes: #384843
10141 (Sven is now the new German translation maintainer for dpkg and dselect).
10142 * Hungarian (SZERVÁC Attila).
10143 * Indonesian (Arief S Fitrianto). Closes: #391144
10144 * Italian (Stefano Canepa).
10145 * Japanese (Kenshi Muto).
10146 * Norwegian Bokmål (Hans Fr. Nordhaug).
10147 * Russian (Yuri Kozlov).
10148 * Slovak (Peter Mann).
10149 * Spanish (Javier Fernández-Sanguino Peña). Closes: #391144
10150 * Swedish (Daniel Nylander).
10151 * Vietnamese (Clytie Siddall).
10153 [ Updated man pages translations ]
10154 * French (Philippe Batailler).
10155 * German (Helge Kreutzmann). Closes: #379030
10157 [ Added man pages translations ]
10158 * German (Helge Kreutzmann).
10159 Closes: #379286, #379298, #379417, #379433, #379661, #379798, #379825
10160 Closes: #379985, #380130, #380239, #380365, #381047, #380660, #380443
10161 Closes: #381349, #381488
10162 * Japanese (KISE Hiroshi).
10163 Closes: #381141, #381865, #384768, #385675, #386965, #388837
10165 -- Guillem Jover <guillem@debian.org> Thu, 12 Oct 2006 02:56:09 +0300
10167 dpkg (1.13.22) unstable; urgency=low
10170 * Version the po4a Build-Depends to >= 0.23 as we are using options
10171 introduced in that version. Thanks to Sergio Gelato. Closes: #370536
10172 * Add '.bzrtags' directory to default dpkg-source -i regex.
10173 Suggested by Adeodato Simó. Closes: #370392
10174 * Print update-alternatives '--config' listing layout evenly spaced.
10176 * Clarify the legend in update-alternatives '--help' (Andrew Ferrier).
10178 * Add the source version inside parenthesis to the Source field in the
10179 generated .changes and binary packages if the binary package version
10180 differs (like in binNMUs). Closes: #62529
10181 * Add missing comment serving as documentation about abort-remove on
10182 removal in dpkg.postinst (Justin Pryzby). Closes: #372145
10183 * Fix typo in dpkg-deb manpage (Robert Luberda). Closes: #373999
10184 * Clarify dpkg-architecture new options '-e' and '-i' in man page, add
10185 backward compatibility information and give some examples.
10186 Thanks for the initial suggestions to Junichi Uekawa. Closes: #370830
10187 * Modified some strings to be able to merge them in the .pot files.
10188 * Add new '--umask' option to start-stop-daemon. Closes: #368003
10190 [ Frank Lichtenheld ]
10191 * dpkg-source issued spurious warnings about fields defined with
10192 XB-. They now get correctly suppressed. Closes: #374154
10193 * Give a correct warning when the user requested an unknown
10194 sign command that we will default to a pgp style interface.
10197 [ Updated programs translations ]
10198 * Romanian (Eddy Petrişor).
10199 * Galician (Jacobo Tarrio).
10200 * French (Christian Perrier).
10201 * Swedish (Peter Karlsson).
10202 * Basque (Piarres Beobide). Closes: #373107
10203 * Polish (Robert Luberda).
10204 * Catalan (Guillem Jover).
10206 [ Added programs translations ]
10207 * Nepali (Paras Pradhan). Closes: #373728
10209 [ Updated dselect translations ]
10210 * Simplified Chinese (Kov Tchai). Closes: #366260
10212 [ Updated man pages translations ]
10213 * Polish (Robert Luberda).
10215 [ Christian Perrier ]
10216 * Typo fix in update-alternatives ("alternativse"). Thanks to Eddy Petrisor
10217 for spotting it. Translations unfuzzied.
10218 * Make similar messages in dpkg-statoverride and dpkg-divert exactly similar
10219 Thanks to Eddy Petriso for spotting them, again.
10221 -- Guillem Jover <guillem@debian.org> Wed, 21 Jun 2006 18:03:29 +0300
10223 dpkg (1.13.21) unstable; urgency=low
10226 * Disambiguate error message about conflicting command line actions by
10227 providing both long and short option names. Based on a suggestion by
10228 Josip Rodin. Closes: #45575
10229 * Add '/lib32' and '/usr/lib32' to the dpkg-shlibdeps library path search
10230 list. Closes: #367892
10231 * Revert usage of English perl non-essential module from install-info.
10232 Closes: #369928, #369958, #370157, #370174, #370210
10233 * Print the correct file being parsed by dpkg-parsechangelog's debian
10234 parser. Closes: #368961
10235 * Fix dependency cycle breaking in the case when every link involves
10236 a Provides (Ian Jackson). This is a proper fix for #349442.
10239 [ Updated programs translations ]
10240 * Czech (Miroslav Kure).
10241 * Vietnamese (Clytie Siddall).
10243 -- Guillem Jover <guillem@debian.org> Sun, 4 Jun 2006 19:02:44 +0300
10245 dpkg (1.13.20) unstable; urgency=low
10247 [ Frank Lichtenheld ]
10248 * Add gettext support for the Perl scripts. Based on a patch by
10249 Nicolas François. Closes: #165843
10250 * Only print usage information of dpkg-scanpackages on stdout
10251 if requested explicitly. Use stderr in case of error.
10253 * Add remarks to dpkg-scansources and dpkg-scanpackages
10254 man pages about the need to compress the generated files
10255 to be able to access them via apt. Closes: #65839
10256 * Allow '+' and '.' in distribution names in Debian changelogs.
10257 Based on a patch by John Wright.
10259 * Use the Debian keyring in dpkg-source when checking signatures
10260 of .dsc files, if available. Closes: #364726
10261 * Let dpkg-buildpackage pass through all remotely sensible
10262 -sX options to dpkg-source (-s[nsAkurKUR] currently).
10264 * Improve the description of --showformat in dpkg-deb
10265 man page and add a pointer to the complete description
10266 of the option in dpkg-query.
10267 * Don't spew out garbage from dpkg-deb, if the second argument
10268 to -I is a absolute filename. Based on a patch by Ian Eure.
10270 * Fix --ignore-depends argument value parsing. Closes: #169125
10271 * Completely remove md5sum diversion madness. Instead, we Pre-Depend
10272 on a version of textutils which provides /usr/bin/md5sum. We rely on
10273 the logic in coreutils to remove our diversions. Patch by
10274 Ian Jackson. Closes: #315784, #313605
10275 * Try harder to detect dependency cycles that contain Provides
10276 links. Closes: #349120, #349442
10277 * Update archtable to reflect current archive: Add amd64 and remove
10278 sh. Closes: #367329
10279 * Don't claim in dpkg man page that we set DPKG_OLD_CONFFILE and
10280 DPKG_NEW_CONFFILE on sub shells since we actually don't.
10281 * Fix printing of user defined fields with --showformat and
10282 document the existence of this feature in dpkg-query man page.
10283 * Make --forget-old-unavail more reliable by deleting architecture
10284 information of removed packages. Patch by Piotr Engelking.
10286 * When building packages with dpkg-deb give a more useful error
10287 message in case a conffile entry has leading whitespace. Patch
10288 by David Lopez Moreno. Closes: #281562
10289 * Don't drop directories that contain our conffiles too early from
10290 our file listing. Otherwise we might leave them behind on purge
10291 if we share them with other packages.
10292 Closes: #174180, #198128, #198522, #318825, #366178
10294 [ Nicolas François ]
10295 * Fix typos in the Russian man pages. Thanks to Stepan Golosunov.
10297 * Honour tabbing requested via --showformat even if the field to
10298 be printed is empty. Closes: #361671
10299 * Flush the terminal's input before prompting what to do with a
10300 configuration file. Closes: #316551
10301 * Fix the --force-depends-version option. Closes: #57104
10304 * Standardize scripts usage output format and at the same time make
10305 the strings easier for the translators. Add '--help' and '--version'
10306 for most of the scripts. Print the usage and version to stdout.
10307 * Do not strip the epoch from the source:Upstream-Version substvar.
10309 * Properly check and report lock file existence in install-info.
10310 Based on patch by Ben Pfaff. Closes: #368874
10311 * Correct default info directory for '--infodir' in install-info man
10312 page (Ben Pfaff). Closes: #368875
10313 * Print the bogus version and prefix the error message with 'dpkg: '
10314 when using '--compare-versions'. Closes: #369177
10315 * Remove duplicated string " , at changelog " in dpkg-parsechangelog's
10316 debian style parser (Julian Gilbey). Closes: #369205
10317 * Update the Section and Priority fields in the status file from the
10318 new packages. We assume that the information from the binary package
10319 is correct, otherwise it should be fixed there to match the archive
10320 override file (Koblinger Egmont).
10321 Closes: #54529, #58106, #81171, #230610, #237622, #237626
10322 * Bump Standards-Version to 3.7.2 (no changes needed).
10323 * Add lintian overrides for dpkg, dpkg-dev, dselect and sources.
10324 * Replace logrotate installation logic with dh_installlogrotate.
10326 [ Updated programs translations ]
10327 * Portuguese (Miguel Figueiredo).
10328 * Polish (Robert Luberda).
10329 * Hungarian (SZERVÁC Attila).
10330 * Romanian (Eddy Petrişor).
10331 * Russian (Yuri Kozlov). Closes: #366353
10332 * Czech (Miroslav Kure).
10333 * Simplified Chinese (Kov Tchai). Closes: #366985
10334 * Swedish (Peter Karlsson).
10335 * Galician (Jacobo Tarrio).
10336 * Slovak (Peter Mann).
10337 * Dutch (Bart Cornelis).
10338 * Basque (Piarres Beobide). Closes: #366185
10340 [ Updated dselect translations ]
10341 * Polish (Robert Luberda).
10342 * Basque (Piarres Beobide). Closes: #366187
10343 * Czech (Miroslav Kure).
10344 * Romanian (Eddy Petrişor).
10346 [ Updated man pages translations ]
10347 * Polish (Robert Luberda).
10349 -- Guillem Jover <guillem@debian.org> Wed, 31 May 2006 07:43:16 +0300
10351 dpkg (1.13.19) unstable; urgency=low
10353 [ Frank Lichtenheld ]
10354 * Add -follow (back) to find call in dpkg-scanpackages.
10356 * Fix error in archive.c that lead to a infinite loop when
10357 installing files with long, non-ASCII filenames in
10358 certain locales. Closes: #346436
10360 [ Updated programs translations ]
10361 * French (Christian Perrier).
10362 * Galician (Jacobo Tarrio).
10363 * Romanian (Eddy Petrişor).
10364 * Dutch (Bart Cornelis).
10365 * Swedish (Peter Karlsson).
10366 * Danish (Claus Hindsgaul). Closes: #362317
10367 * Czech (Miroslav kure).
10368 * Vietnamese (Clytie Siddall). Closes: #363264
10369 * Spanish (Javier Fernández-Sanguino Peña). Closes: #357911
10370 * Basque (Piarres Beobide). Closes: #363683, #363679
10371 * Japanese (Kenshi Muto). Closes: #365334
10373 [ Updated dselect translations ]
10374 * Romanian (Eddy Petrişor).
10375 * Galician (Jacobo Tarrio).
10376 * French (Christian Perrier).
10377 * Dutch (Bart Cornelis).
10379 [ Nicolas Francois ]
10380 * Generate the Russian man pages in the KOI8-R charset. Closes: #361987
10381 * Document the shlibs.local format in dpkg-source(1). Closes: #316485
10382 * Fix a typo in an error message. Thanks to Justin Pryzby. Closes: #364539
10385 * Fix strings so that they can be more easily translated. Closes: #134358
10386 * Add new substvars source:Version, source:Upstream-Version and
10387 binary:Version so packages will be able to avoid breaking on binNMUs.
10388 Based on a patch by Ken Bloom and Jeroen van Wolffelaar. Closes: #358530
10389 * Support binNMU safe packages even when source and binary differ in
10391 * Rename dpkg:UpstreamVersion to dpkg:Upstream-Version. Make dpkg:Version
10392 and dpkg:Upstream-Version get the current dpkg versions instead of the
10393 ones from the package being built.
10394 * Split usage strings to make it easier for translators when those change.
10396 * Standardize start-stop-daemon usage output format.
10397 * Make install-info '--dir-file' option compatible with GNU install-info
10398 by renaming the infodir variable to dirfile and not appending the
10399 '/dir' string except when initializing from '--info-dir' or
10400 '--infodir' (Wayne Davison). Closes: #61640, #67237, #286275
10401 * Make install-info add a new line after adding the last entry at the
10402 end of the dir file, which makes the info readers able to see those
10403 last entries (Nicolas François). Closes: #164495
10404 * Use the numerical value of errno instead of a string in install-info
10405 when checking if the locking error was due to an already existing
10406 file, which is locale dependent, and die accordingly. Based on a patch
10407 by Nicolas François. Closes: #199204, #210781
10408 * Escape hyphens in man pages.
10409 * Bump Standards-Version to 3.7.1.
10410 * Wrapped debian/control fields except Uploaders given current policy.
10412 -- Guillem Jover <guillem@debian.org> Thu, 4 May 2006 14:05:21 +0300
10414 dpkg (1.13.18) unstable; urgency=low
10416 [ Updated programs translations ]
10417 * Romanian (Sorin Batariuc). Closes: #356664
10418 * Danish (Claus Hindsgaul). Closes: #356188
10419 * Polish (Robert Luberda).
10420 * Dutch (Bart Cornelis).
10422 [ Updated dselect translations ]
10423 * Spanish (Javier Fernández-Sanguino Peña). Closes: #357912
10424 * Danish (Claus Hindsgaul). Closes: #356188
10425 * Polish (Robert Luberda).
10426 * Russian (Yuri Kozlov). Closes: #361415
10428 [ Updated man pages translations ]
10429 * Typos corrected in French dpkg-source man page
10430 Thanks to Nicolas Bonifas who spotted them
10431 * Russian completed. Thanks to Yuri Kozlov.
10434 [ Christian Perrier ]
10435 * Correct typos in man pages. Thanks to A. Costa for spotting them
10436 Closes: #358091, #358092, #358093, #358094, #358095
10439 * Add a '[!]' in --force-all help denoting that it is a dangerous option.
10441 * Prefix any chroot path to the exec file name when stating it in
10442 start-stop-daemon. Closes: #318771, #333066
10443 * Add '-r' to the help output of start-stop-daemon (Jared Spiegel).
10445 * Use mustsetvar when setting the value of the sversion variable in
10446 dpkg-buildpackage (Andrew Suffield). Closes: #158953
10447 * Pass '--admindir' option over to dpkg-query when passing '--admindir' or
10448 '--root' to dpkg (initial patch by Branden Robinson).
10449 Closes: #153305, #271041, #282853, #307715, #355915
10450 * Support system library directories in dpkg-shlibdeps symlinked from
10451 '/lib/ldconfig'. Closes: #356452
10452 * Document that 'dpkg --get-selections' and 'dpkg-query -l' without a
10453 pattern will not list packages in state purge. Closes: #355633
10454 * Obsolete force/refuse 'auto-select' dpkg option.
10455 * Add new '--clear-selections' option to dpkg (Andrew Suffield).
10457 * Use '--clear-selections' in the dpkg man page example on how to transfer
10458 the status to another installation. Closes: #137442
10460 -- Guillem Jover <guillem@debian.org> Mon, 10 Apr 2006 06:40:22 +0300
10462 dpkg (1.13.17) unstable; urgency=low
10464 [ Frank Lichtenheld ]
10465 * Fix handling of -DArchitecture=foo in dpkg-gencontrol. Closes: #251911
10466 * Handle architectures in all dependency fields in debian/control,
10467 even those of binary packages. Closes: #252657, #324741, #347819
10468 * More dpkg-scanpackages fixes (--arch option handling). Closes: #353506
10471 * Add missing parentheses surrounding a man page section reference
10472 in the dpkg-source man page (Matt Kraai). Closes: #353731
10473 * Fix misspelling of "occurred" in dpkg-gencontrol and dpkg-source
10474 (Matt Kraai). Closes: #353949
10475 * Major cleanup of manpages, by using properly the bold and italic
10476 attributes and other embellishments.
10477 * Add dpkg-query(1) in the SEE ALSO section in dpkg(1). Closes: #354643
10478 * Don't try to compile in SELinux support on GNU/kFreeBSD amd64.
10479 * Add new quiet option to dpkg-source to suppress warnings. Closes: #355065
10480 * Do not expand architecture aliases anymore in .dsc files.
10481 * Change start-stop-daemon's --exec behaviour again on GNU/Linux to compare
10482 the referred file pointed by the '/proc/<pid>/exe' symlink, stripping
10483 any ' (deleted)' string and stating the result. Closes: #354867
10485 [ Updated man pages translations ]
10486 * Polish (Robert Luberda). Closes: #353782
10487 * French (Philippe Batailler).
10489 [ Updated dselect translations ]
10490 * Hungarian (Szervác Attila).
10491 * Dutch (Bart Cornelis).
10492 * Czech (Miroslav Kure).
10494 [ Updated programs translations ]
10495 * Italian (Lele Gaifax)
10496 * Simplified Chinese (Carlos Z.F. Liu).
10497 * Portuguese (Miguel Figueiredo).
10498 * Dutch (Bart Cornelis).
10499 * Hungarian (Szervác Attila).
10500 * Czech (Miroslav Kure).
10501 * Russian (Yuri Kozlov). Closes: #357724
10503 -- Guillem Jover <guillem@debian.org> Mon, 20 Mar 2006 03:33:03 +0200
10505 dpkg (1.13.16) unstable; urgency=low
10507 * The "not really a brown paper bag needed but it's close" release
10510 * Move auxiliary autotools scripts to config/.
10511 * Require gettext 0.14.5.
10512 * Move the methods directory to dselect/methods, so the contents will not
10513 be installed if dselect is not to be built.
10514 * Move dselect gettext strings to its own domain provided now by the
10517 [ Frank Lichtenheld ]
10518 * Fix override handling in dpkg-scanpackages which was broken in
10519 1.13.14 and .15. Closes: #353305
10520 * Make -isp the default behaviour of dpkg-gencontrol as it is
10521 always used anyway these days. Suggested by Matthew Vernon.
10523 * Typo fixes in man pages by A. Costa:
10524 - dpkg-deb.1 Closes: #353424
10525 - dpkg-statoverride.8 Closes: #353425
10526 - install-info.8 Closes: #353426
10527 - start-stop-daemon.8 Closes: #353427
10528 - update-alternatives.8 Closes: #353428
10529 - dpkg.1, dpkg.cfg.5 Closes: #353429
10531 -- Frank Lichtenheld <djpig@debian.org> Sat, 18 Feb 2006 17:59:00 +0100
10533 dpkg (1.13.15) unstable; urgency=low
10536 * Add a missing closing parenthesis in a dpkg string (Jordi Mallach).
10538 [ Christian Perrier ]
10539 * Updated translations:
10540 - Brazilian Portuguese (Andre Luis Lopes). Closes: #352432
10541 - Galician (Jacobo Tarrio). Closes: #352443
10543 [ Updated translations ]
10544 * Catalan (Jordi Mallach).
10545 * Portuguese (Miguel Figueiredo).
10546 * Swedish (Daniel Nylander).
10548 [ Added translations ]
10549 * Hungarian (Szervác Attila).
10551 [ Added man pages translations ]
10552 * Hungarian (Szervác Attila): dpkg.cfg.5 and dselect.cfg.5.
10554 -- Frank Lichtenheld <djpig@debian.org> Wed, 15 Feb 2006 23:37:40 +0100
10556 dpkg (1.13.14) experimental; urgency=low
10559 * Make start-stop-daemon print the proper version instead of 'VERSION'.
10560 * Set the HOME environment variable when using the --chuid switch in
10561 start-stop-daemon. Closes: #295169, #267784
10562 * Cleanup and unify program usage and version output, make it more i18n
10563 friendly. Fix wrong gettext usage with interparsed macros.
10564 Thanks to Changwoo Ryu for noticing. Closes: #237915
10565 * Mark some strings as translatable (Changwoo Ryu). Closes: #256387
10566 * Remove a trailing 'C' character from update-alternatives manpage.
10567 * Use pkg-config to get the proper flags to link against libselinux.
10568 Add a Build-Dependency on pkg-config, tighten libselinux1-dev to
10569 at least version 1.28-4 which provides a .pc file, and remove
10570 libsepol1-dev as libselinux1-dev is Depending on it.
10571 * Add command descriptions in the synopsis, and add a usage example for
10572 -f in the dpkg-query manpage. Thanks for the initial patch to
10573 Philippe Batailler. Closes: #352091
10574 * Document about the default log file, the behaviour in case of multiple
10575 --log options and add a reference to dpkg.cfg manpage in the dpkg manpage.
10576 Thanks to James R. Van Zandt. Closes: #350440
10577 * Escape ` and ' in manpages otherwise they are converted to quotation
10578 marks, which makes cut and paste not work. Thanks to Denis Barbier.
10581 [ Frank Lichtenheld ]
10582 * Let dpkg-source ignore comments in the hunk header as used by
10583 diff -p (Anand Kumria). Closes: #344880
10584 * Let dpkg-buildpackage create a .changes file even if signing the
10585 .dsc file failed. This makes it easier to just sign the package
10586 later (Julian Gilbey). Closes: #217963
10587 * Change heuristics of dpkg-buildpackage's gpg check to allow for
10588 more complex setups (Julian Gilbey). Closes: #163061
10589 * Add files and dirs used by bzr to default dpkg-source -i regex
10590 (maximilian attems). Closes: #345164
10591 * Add .git directory to default dpkg-source -i regex.
10592 Suggested by Hans Ulrich Niedermann. Closes: #351885
10593 * dpkg-scanpackages can now output Packages files with multiple
10594 versions of a single package (Don Armstrong). Closes: #229589.
10595 * dpkg-scanpackages outputs help when given the --help or -h option
10596 (Don Armstrong). Closes: #319541
10597 * Document dpkg-scanpackage -m in man page.
10598 * Let warn dpkg-source if more than one -sX option was given and
10599 document the behaviour in this case in the man page.
10601 * Make dpkg-source -b more robust regarding to existing symlinks
10602 by creating new files in a secure manner. Closes: #178839, #338591
10603 * Fix some semantic errors in dpkg-shlibdeps due to typos in used
10605 * On package configuration, differentiate between modified and
10606 deleted configuration files (Ian Jackson). Closes: #351361
10607 * Improve processing of disappearing conffiles (Ian Jackson).
10608 This is part of the fix for #108587.
10609 * Let dpkg-source -x touch all patched files to have the same
10610 timestamp to mitigate time-skew problems (Denis Barbier).
10612 * Strip any newlines from Uploaders field on dpkg-source -b.
10615 [ Christian Perrier ]
10616 * Switch to po4a for manpages translation. Closes: #320122
10617 This adds a Build-Depends on po4a.
10618 * Add Vietnamese to po/LINGUAS as it was previously missing.
10619 * Updated translations:
10620 - Catalan (Jordi Mallach). Closes: #351587
10621 - French (Christian Perrier): 1011t.
10622 - Galician (Jacobo Tarrio): 1002t. Closes: #351795
10623 - Basque (Piarres Beobide): 1002t. Closes: #351845
10624 - Slovak (Peter Mann): 1002t. Closes: #352087, #352311
10625 - Vietnamese (Clytie Siddall): 1011t. Closes: #352307
10627 -- Frank Lichtenheld <djpig@debian.org> Sun, 12 Feb 2006 02:32:12 +0100
10629 dpkg (1.13.13) unstable; urgency=low
10631 [ Frank Lichtenheld ]
10632 * dpkg and dselect are now in section admin, not section base.
10633 Correct info in the control file.
10634 * Bump Standards-Version to 3.6.2 (no changes).
10635 * Fix typo in dpkg-architecture man page. Closes: #334330
10636 * Honor LD_LIBRARY_PATH in dpkg-shlibdeps. Fixes a regression
10637 from 1.13.11 to .12.
10638 * Don't recurse into package directories to search for local
10639 shlibs files since it is obviously a waste of time. Based
10640 on a suggestion by Steve Langasek. Closes: #338725
10642 [ Christian Perrier ]
10643 * Updated translations:
10644 - Dutch (Bart Cornelis). Fix error mentioned in #323908 by
10646 - Japanese (Kenshi Muto). Closes: #349808
10649 * Fix typo in dpkg-statoverride manpage. Closes: #348113
10650 Thanks to Marc Haber <mh+debian-packages@zugschlus.de>.
10651 * Document the --no-debsig option in dpkg manpage. Closes: #316367
10652 Thanks to Bastian Kleineidam <calvin@debian.org>.
10653 * Fix typos in dselect manpage. Closes: #310358
10654 Thanks to A Costa <agcosta@gis.net>.
10655 * Fix typo in start-stop-daemon's help output. Closes: #333673
10656 Thanks to Christoph Maser <cm@financial.com>.
10657 * Document the correct format string for dpkg-query --showformat option.
10658 Update -l example and lower case the program name in the title header.
10659 Thanks to Zefram <zefram@fysh.org>. Closes: #174976
10660 * Make dpkg-architecture not print the warning about a mismatch between
10661 gcc target machine type and GNU target system type if the actions are
10664 -- Frank Lichtenheld <djpig@debian.org> Sat, 28 Jan 2006 13:04:16 +0100
10666 dpkg (1.13.12) experimental; urgency=low
10668 * Due to the changes in dpkg-shlibdeps it is not recommended
10669 to use this version for building packages intended to be
10670 uploaded into an official archive, yet.
10672 [ Frank Lichtenheld ]
10673 * Update AUTHORS and debian/copyright for new maintainer team.
10675 * Don't use the ldd output in dpkg-shlibdeps. Search for the
10676 matching libraries ourself. This fixes problems with both
10677 symlinked directories, Closes: #103024, #145714, #164020, #285857
10678 and biarch builds. Closes: #317082
10679 * Let dpkg-gencontrol bail out with an error if parsedep
10680 found an error while parsing a dependency field. Closes: #228125
10681 * dpkg-source -x now tries to chown all files extracted from
10682 tar files. The temporary directory is now created with mode
10683 0700, too. Together this should make it safer to run
10684 dpkg-source -x as root. Based on suggestions by Marcus
10685 Brinkmann and Colin Watson. Closes: #144571, #238460
10686 * Let dpkg-source -b check the build relation fields before
10687 putting them into the .dsc. As a side effect they also
10688 get normalized. Closes: #254449
10689 * Check the gpg signatures of .dsc files before unpacking. See
10690 the upstream changelog for a full description of the semantics.
10691 Based on a patch by Matt Zimmerman. Closes: #48711
10692 * Let dpkg-source ensure (as good as possible) that all
10693 build source packages can also be unpacked.
10694 Closes: #6820, #7014
10695 Also fixed handling of md5sum -b output in dpkg-source on
10696 the way. Based on a patch by Ingo Saitz. Closes: #316123
10697 * Check for illegal architecture strings in dpkg-gencontrol and
10698 dpkg-source. dpkg-gencontrol will only issue a warning while
10699 dpkg-source will error out. Closes: #96920
10700 * Add support "package types" to dpkg-shlibdeps. Patch by Joey Hess.
10701 Closes: #335056, #345475
10702 * Fix man page references to dpkg and dselect man pages. Many
10703 of them still had a wrong section.
10705 * Let dpkg-source -b warn about special permissions of files added
10706 in the diff since these will get lost. Closes: #306125
10707 * dpkg-source -x didn't work in case the upstream version or
10708 the Debian version ended with ~. Fixed.
10710 [ Christian Perrier ]
10711 * Updated translations:
10712 - French (Christian Perrier).
10713 - Polish (Bartosz Fenski). Closes: #314237
10714 - Norwegian Bokmal (Hans F. Nordhaug). Closes: #315548, #315990
10715 - Czech (Miroslav Kure). Closes: #323775, #345347
10716 - Russian (Yuri Kozlov). Closes: #323821, #335170
10717 - Japanese (Kenshi Muto). Closes: #323938
10718 - Brazilian Portuguese (Andre Luis Lopes). Closes: #325224, #332872
10719 - Russian (Yuri Kozlov). Closes: #335170, #349151
10720 - Swedish (Peter karlsson). Closes: #325990, #344058, #337164, #334063
10721 - Norwegian Nynorsk (Håvard Korsvoll). Closes: #315987
10722 - Portuguese (Miguel Figueiredo).
10723 Closes: #315461, #323674, #323642, #330021
10724 - Spanish (Javier Fernández-Sanguino Peña). Closes: #323662, #315253
10725 - Danish (Claus Hindsgaul). Closes: #348575, #323779, #337948, #325687
10726 - Dutch (Bart Cornelis). Closes: #323908
10727 - German (Michael Piefel). Closes: #323964
10728 - Italian (Stefano Canepa). Closes: #324114, #344671, #347225
10729 - Catalan (Jordi Mallach). Closes: #324456
10730 - Basque (Piarres Beobide). Closes: #342089, #332698
10731 - Tagalog (Eric Pareja). Closes: #337307
10732 - Simplified Chinese (Tchaikov). Closes: #338268
10733 - Galician (Jacobo Tarrío). Closes: #338904
10734 - Romanian (Eddy Petrişor). Closes: #340674
10735 - Vietnamese (Phan Vinh Thinh, Clytie Siddall).
10736 - Indonesian (Parlin Imanuel). Closes: #344513
10737 - Greek (Galaxico). Closes: #344646
10738 - Czech (Miroslav Kure). Closes: #345347
10739 * Fixed broken translation:
10740 - Brazilian Portuguese (James Troup). Closes: #332872
10741 * Fix Russian man page for start-stop-daemon(8)
10743 * Fix German man page for update-alternatives(8)
10745 * Fix typo in dpkg online help message. Unfuzzy translations
10749 * Add armeb to cputable. Closes: #331232
10750 Thanks to Lennert Buytenhek <buytenh+debian@wantstofly.org>.
10751 * Don't try to compile in SELinux support on GNU/kFreeBSD. Closes: #313300
10752 Thanks to Aurelien Jarno <aurel32@debian.org>.
10753 * When linking statically, explicitly add libsepol, even if its only a
10754 transitive library. The proper fix should come with a pkg-config file.
10755 Based on a patch by Bart Martens <bart.martens@advalvas.be>.
10756 Closes: #347744, #348659
10757 * Add support for architecture wildcards, but for now they will only be
10758 exposed in debian/control files, not in binary nor source packages.
10760 * Change start-stop-daemon's --exec option behaviour on GNU/Linux to
10761 compare the filename pointed by '/proc/<pid>/exe' instead of the inode
10762 and device numbers. Thanks to Vasilis Vasaitis <v.vasaitis@sms.ed.ac.uk>.
10765 -- Frank Lichtenheld <djpig@debian.org> Tue, 24 Jan 2006 11:15:36 +0100
10767 dpkg (1.13.11.1) unstable; urgency=low
10769 * Change maintainers to new team.
10771 -- Scott James Remnant <scott@netsplit.com> Thu, 12 Jan 2006 07:56:49 +0000
10773 dpkg (1.13.11) unstable; urgency=low
10775 The "Good, clean fun" Release.
10777 * Fixed the always broken error handling so that only the intended
10778 cleanup handlers are run, rather than ones that we didn't expect.
10779 This corrects the bug when a package's postrm fails and the package is
10780 left in an installed state with no files; the package will now be left
10781 in a half-installed state, as originally intended. Found by Marga
10782 Manterola while documenting the maintainer scripts. Closes: #296026.
10783 * Fixed removal of files involved in diversions during upgrade, caused by
10784 checking whether the "directory" was in use by another package without
10785 actually checking whether or not it was a directory. Closes: #310390.
10786 * Fixed package saving to not disappear packages who divert anything from
10787 the installing package out of the way. Closes: #113626.
10788 * Improved clean-up of unpack failure during install or upgrade, to leave
10789 the system in exactly the same state as it started in.
10790 Closes: #47404, #82407, #121173, #170869, #201848, #236733, #268639.
10791 * Fixed crash when unpacking a package which has an unversioned Replaces
10792 declared on it by another package previously unpacked in the same run
10793 (Colin Watson). Closes: #322595.
10795 * New install unwinding fixed to ensure we don't leave a version in the
10796 status db for a not-installed package.
10797 * Corrected error call when encountering a corrupted filesystem tarfile
10798 to not print "Success". Closes: #95570.
10799 * Fixed castration of potentially unsafe devices to not follow symlinks.
10801 * Marked log file descriptor as close-on-exec. Closes: #320925.
10802 * Re-worked dpkg-source -x to allow all manner of strange things maintainers
10803 seem to do, unpacking isn't the right place to enforce sanity; we'll
10804 do it in -b later on >:-). Closes: #316470, #317760, #318473, #318745,
10805 #322359, #322361, #322362.
10807 * Corrected dselect synopsis line to match consensus. Closes: #318659.
10808 * Changed dpkg-name to use a shell redirect rather than the /dev/stderr
10809 device that may not be writable. Closes: #318376.
10810 * Adjusted various dpkg-query options to avoid outputting a trailing
10811 newline. Closes: #151651, #319781.
10812 * Changed references to "statusoverride" file to just "statoverride"
10813 to make it match reality. Closes: #320952.
10814 * Fixed several bugs with the default diff ignore list used by dpkg-source.
10815 * Added ,,* to the list of default diff ignore list. Closes: #322917.
10817 * Fixes to dpkg-dev (Frank Lichtenheld):
10818 - dpkg-checkbuilddeps will now exit with an error if it is unable to
10819 parse a dependency field. Closes: #171762, #302229.
10820 - dpkg-genchanges will now output a warning if given -sd for a native
10821 package, as it's going to ignore it. Closes: #5571.
10822 - dpkg-source fixed to give a more meaningful error message if given
10823 a directory as the first argument. Closes: #306874.
10824 - dpkg-source fixed to handle being given an absolute path to -b.
10826 - Fix controllib.pl to allow whitespace before version operators.
10827 Closes: #273489, #310306.
10828 - Fix architecture dependency parsing that sometimes generated wrong
10829 list of requirements. Closes: #319816.
10830 - Make the default control field name mangling behaviour "nicer" by
10831 upper-casing all letters that come after a dash. Closes: #306474.
10832 - Ignore trailing newlines in single paragraph control files.
10833 Closes: #57194, #156319
10835 - Fixed typo in dpkg-architecture man page. Closes: #317770.
10836 - Documented dpkg-deb -W/--show and --showformat. Closes: #319784.
10838 -- Scott James Remnant <scott@netsplit.com> Wed, 17 Aug 2005 04:44:44 +0100
10840 dpkg (1.13.10) unstable; urgency=low
10842 The "Bully's Special Prize" Release.
10844 * Removed /usr/sbin/start-stop-daemon. Closes: #313400.
10845 * Fixed md5sum diversion removal. Closes: #313415.
10846 * Fixed dpkg-source to handle native tarballs with a Debian revision.
10847 Closes: #313381, #313433.
10848 * Fixed upgrade from pre-sarge dpkg outside of dselect. Closes: #314575.
10849 * Changed log times to be local rather than UTC. Closes: #313347.
10850 * Changed log writing to be line-buffered. Closes: #314550.
10851 * Moved log creation to postinst, and don't fail if base-passwd hasn't
10852 been configured yet. Closes: #316084.
10853 * Don't try to compile in SELinux support on Hurd. Closes: #313398.
10854 * Place code for SELinux support in the right place so it will actually
10855 get compiled in and used (Manoj Srivastava). Closes: #314886.
10858 - Added missing word to dpkg-architecture manpage. Closes: #313554.
10859 - Reference to dpkg manpage in dpkg.cfg corrected. Closes: #314262.
10860 * Updated translations (Christian Perrier):
10861 - Basque (Piarres Beobide Egana). Closes: #313474.
10862 - Catalan (Jordi Mallach). Closes: #313288.
10863 - Czech (Miroslav Kure). Closes: #314431.
10864 - Danish (Claus Hindsgaul).
10865 - French (Christian Perrier).
10866 - German (Jens Seidel). Closes: #314125.
10867 - Greek (Greek team). Closes: #314828.
10868 - Italian (Lele Gaifax).
10869 - Japanese (Kenshi Muto). Closes: #313330.
10870 - Russian (Yuri Kozlov). Closes: #313620.
10871 * Hebrew translation de-activated on request of the translator until there
10872 is better support for RTL languages. Closes: #313282.
10874 -- Scott James Remnant <scott@netsplit.com> Tue, 28 Jun 2005 14:19:06 +0100
10876 dpkg (1.13.9) unstable; urgency=low
10878 The "On like Donkey Kong" Release.
10880 * Only open the log file when we first need to write to it, this avoids
10881 the need to suppress errors when not root which fakeroot defeated anyway.
10882 * Stop dpkg-source clobbering an existing .orig directory during unpacking.
10884 * Allow an alternate output directory to be specified to dpkg-source by
10885 giving a second argument to -x. Closes: #246802, #282323.
10886 * Added .arch-inventory to default diff ignore regexp. Closes: #304297.
10888 SELinux support (Manoj Srivastava):
10889 * On SELinux-enabled systems, try to set the security context when the
10890 package is unpacked. Closes: #193653, #249496, #307139.
10891 * Added build-dependency on libselinux1-dev.
10893 Improvements to dpkg-source (Brendan O'Dea):
10894 * Support unpacking of "Wig And Pen" (Format 2.0) source packages.
10895 * Multiple pristine upstream tarballs allowed.
10896 * Native and upstream tarballs may be bzip2-compressed instead of gzip,
10897 as may the debian diff or tarball.
10898 * Unsupported format error fixed to output the unsupported format
10899 rather than the supported one. Closes: #156317.
10901 -- Scott James Remnant <scott@netsplit.com> Sun, 12 Jun 2005 15:52:43 +0100
10903 dpkg (1.13.8) experimental; urgency=low
10905 The "In like Flynn" Release.
10907 * Linux 2.6.12 changed the behaviour of mmap to fail and set EINVAL when
10908 given a zero length, rather than returning NULL. This is POSIXly
10909 correct, so handle zero-length package control files (like available).
10911 -- Scott James Remnant <scott@netsplit.com> Fri, 10 Jun 2005 07:39:44 +0100
10913 dpkg (1.13.7) experimental; urgency=low
10915 The "Maidenhead Creeping Water Plant" Release.
10917 * Reduced inability to open a log file to a warning, suppressed for
10918 non-root operations. Closes: #312383.
10920 -- Scott James Remnant <scott@netsplit.com> Thu, 9 Jun 2005 06:12:56 +0100
10922 dpkg (1.13.6) experimental; urgency=low
10924 The "Just kidding about the God part" Release.
10926 * Fixed incorrect installation location of /etc/logrotate.d/dpkg caused
10927 by a mis-understanding of dh_install's abilities.
10929 -- Scott James Remnant <scott@netsplit.com> Mon, 6 Jun 2005 05:58:36 +0100
10931 dpkg (1.13.5) experimental; urgency=low
10933 The "Flatulent Elm of West Ruislip" Release.
10935 * Actions and package states are now logged by default in the
10936 /var/log/dpkg.log file. This file is rotated monthly and can be
10937 disabled by commenting the line in /etc/dpkg/dpkg.cfg.
10938 * User decisions about conffiles are now logged.
10939 * dpkg-source no longer complains about Enhances field. Closes: #159642,
10941 * preinst no longer relies on procps being installed. Closes: #311808.
10943 * Architecture Support:
10944 - Change DEB_*_GNU_CPU from i386 to i486, to reflect reality.
10945 DEB_*_ARCH_CPU remains at i386, you should be checking against that.
10947 - Fixed order ostable is read to prevent Linux becoming the Hurd.
10949 * Updated man page translations (Christian Perrier):
10950 - Syntax error corrected in Swedish man page for dpkg-deb.
10952 - Syntax error corrected in Spanish man page for dpkg-scanpackages.
10955 -- Scott James Remnant <scott@netsplit.com> Mon, 6 Jun 2005 05:34:21 +0100
10957 dpkg (1.13.4) experimental; urgency=low
10959 The "Or the Wabbit gets it" Release.
10961 * Add -L option to dpkg-architecture to list architecture strings
10964 -- Scott James Remnant <scott@netsplit.com> Tue, 29 Mar 2005 13:31:15 +0100
10966 dpkg (1.13.3) experimental; urgency=low
10968 The "Paying off Karma at a vastly accelerated rate" Release.
10970 * Missing newline added to warning output function. Closes: #283798.
10971 * Fixed prototype warning in dpkg-scansources. Closes: #213577, #219760,
10973 * Removed trailing line from debian origins file. Closes: #264904.
10974 * Changed dpkg-buildpackage to say "source changed by" rather than
10975 "source maintainer is". Closes: #247313.
10976 * Fixed dpkg-gencontrol to allow '-' in architecture names. Closes: #274677.
10977 * Fixed "unknown information field" error to report field that it doesn't
10978 know about. Closes: #275243.
10981 - Remove "medium-level" from description of dpkg. Closes: #292454.
10982 - Harmonised argument names in update-alternatives(8).
10983 Closes: #267095, #284941
10984 - Documented what the '+' and '*' mean in update-alternatives --config
10985 output. Closes: #270486.
10986 - Mention aptitude alongside dselect in 'dpkg --usage' and
10987 'dpkg-deb --help', fix quote style of mention in 'dpkg --help'.
10988 Closes: #274800, #278118.
10989 - Associate --truename with the description of what it does in
10990 dpkg-divert(8). Closes: #277076.
10991 - Removed last remaining references to the packaging manual, replacing
10992 with better references. Closes: #262775.
10993 - Documented format of file dpkg --set-selections takes. Closes: #270043.
10995 -- Scott James Remnant <scott@netsplit.com> Mon, 21 Mar 2005 03:10:27 +0000
10997 dpkg (1.13.2) experimental; urgency=low
10999 The "Mysteriously Unnamed" Release.
11001 * md5sum has been removed, the coreutils or textutils version will be
11002 diverted to /usr/bin/md5sum. Closes: #6633, #136110.
11003 The following bugs are filed against the dpkg md5sum, so no longer apply.
11004 Closes: #95755, #193877, #223381, #264195, #270241, #286632,
11005 * Take Replaces into account when installing packages; don't issue a
11006 "trying to overwrite" error if the file that already exists is in
11007 a package that Replaces the one being installed.
11008 Closes: #164595, #184635, #277890.
11009 * Allow actions and status changes to be logged to a file. Disabled by
11010 default, uncomment line in /etc/dpkg/dpkg.cfg to enable.
11011 Closes: #957, #53376, #77109, #143882, #284499.
11012 * Don't truncate output of 'dpkg -l' when stdout is not a tty.
11013 Closes: #92263, #253860, #258608, #261822, #282790.
11014 * Fix further compilation problems with gcc 4.0. Closes: #299699
11015 * Handle tar files without trailing slash in directory names.
11017 * Output arguments to maintainer scripts with -D2. Closes: #237684,
11020 * Architecture Support:
11021 - Added ppc64. Closes: #263743.
11022 - Split archtable into cputable and ostable, archtable is retained
11023 for compatibility with other packages that might use it only.
11024 - dpkg-architecture no longer canonises -t argument. Closes: #173205.
11025 - dpkg-architecture output includes new DEB_*_ARCH_OS and
11026 DEB_*_ARCH_CPU variables that contain the Debian system and CPU
11027 names respectively.
11028 - dpkg-architecture outputs (mostly) correct GNU system names now,
11029 in particular this means that it will output "linux-gnu" instead
11030 of "linux". You should use the new _ARCH_OS variables instead.
11032 - Add examples to dpkg-divert(8). Closes: #291816.
11033 - Correct typo in dpkg-architecture(1). Closes: #299090.
11035 -- Scott James Remnant <scott@netsplit.com> Fri, 18 Mar 2005 16:21:32 +0000
11037 dpkg (1.13.1) experimental; urgency=low
11039 The "Livin' like a good boy oughta" Release.
11041 * Removed dpkg --print-gnu-build-architecture option. Use variables
11042 defined by dpkg-architecture instead.
11043 * Soft-deprecated dpkg --print-installation-architecture. Use
11044 dpkg --print-architecture instead, which now does the same thing.
11045 * dpkg --print-architecture no longer calls c-compiler. Closes: #164863.
11046 * Removed third field from /usr/share/dpkg/archtable.
11048 * Now we no-longer pre-depend on dselect, check the upgrade will work
11049 in preinst and give the user a chance to abort if they haven't yet
11050 installed dselect and need to. Closes: #282335.
11051 * Fix handling of GNU longname and longlink when a tarfile entry has
11052 both. Closes: #128388.
11053 * md5sum no longer outputs "-" when no argument is supplied.
11054 Closes: #164591, #164889.
11055 * Add darcs metadirectory to dpkg-source diff ignore list. Closes: #289760.
11056 * Add new '-f' short option to dpkg-query as equivalent to --showformat.
11058 * Report conffile conflicts and per-package errors on the status-fd.
11060 * Correct typo in dpkg-architecture. Closes: #282701.
11061 * Fix start-stop-daemon's support for GNU/kFreeBSD. Closes: #258051.
11063 * Architecture Support:
11064 - Added kfreebsd-amd64. Closes: #280963.
11065 - Added m32r. Closes: #280710.
11066 - Clean up of archtable. Closes: #118910, #286898.
11067 - Clean up of dpkg-architecture. Closes: #256323.
11068 * Updated translations (Christian Perrier):
11069 - French (French Team).
11070 - Greek (Konstantinos Margaritis). Closes: #295922.
11072 -- Scott James Remnant <scott@netsplit.com> Thu, 3 Mar 2005 12:09:07 +0000
11074 dpkg (1.13.0) experimental; urgency=low
11076 The "Three banana strategy" Release.
11078 * Remove the /usr/info or /usr/info/dir symlinks we used to create.
11079 Closes: #206063, #288415.
11080 * Fix cast in lvalue assignment that gcc 4.0 doesn't like.
11081 Closes: #282669, #284797.
11082 * Correct bashism in disk method update script. Closes: #260568.
11084 * Scorched-earth reimplementation of the build process and control files
11085 with debhelper and automake. Closes: #200683, #217946, #229629, #260568,
11086 #266995, #279701, #283640, #292973, #293041.
11087 * Remove SGML and POD documentation formats due to both licensing and
11088 sanity issues. Closes: #285806.
11089 * The dpkg-doc and dpkg-static packages are no more.
11090 * dpkg.cfg cleaned up to remove useless examples.
11091 Closes: #169618, #305192.
11093 -- Scott James Remnant <scott@netsplit.com> Fri, 14 Jan 2005 19:28:00 +0000
11095 dpkg (1.10.28) unstable; urgency=low
11097 The "Awh, yeah? Ripper!" Release.
11099 * New translations (Christian Perrier):
11100 - Romanian (Eddy Petrisor). Closes: #309714.
11101 - Tagalog (Eric Pareja). Closes: #296407.
11102 * Updated translations (Christian Perrier):
11103 - French (Christian Perrier).
11104 - Greek (Konstantinos Margaritis). Closes: #295922
11105 - Indonesian (Arief S Fitrianto). Closes: #296733
11106 * Updated man page translations (Christian Perrier):
11107 - French (Philippe Batailler).
11108 - Syntax error corrected in Brazilian Portuguese man page for
11109 update-alternatives. Closes: #300646
11111 -- Scott James Remnant <scott@netsplit.com> Thu, 26 May 2005 18:18:10 +0100
11113 dpkg (1.10.27) unstable; urgency=low
11115 The "Grab your gun and bring in the cat" Release.
11117 * New Translations (Christian Perrier):
11118 - Indonesian (Arief S Fitrianto).
11119 - Norwegian Bokmål (Bjorn Steensrud).
11120 * Updated Translations (Christian Perrier):
11121 - Dutch (confusing option corrected by Christian Perrier).
11122 - Galician (Jacobo Tarrio).
11123 - Korean (Seo Sanghyeon).
11124 - Simplified Chinese (Carlos Liu).
11125 - Traditional Chinese (Asho Yeh).
11127 -- Scott James Remnant <scott@netsplit.com> Thu, 10 Feb 2005 15:10:22 +0000
11129 dpkg (1.10.26) unstable; urgency=low
11131 The "Captain Tight-Pants" Release.
11133 * Fix incorrect claim that 'Q' in dselect quits without saving changes
11135 * Revert to current 'stable' behaviour of Space/Enter/'Q' in the dselect
11136 help screen, Space leaves the help screen and Enter and 'Q' do nothing.
11137 It's dangerous to encourage users to press Enter or 'Q' since they
11138 commit changes in the package selection screen.
11140 * New Translations (Christian Perrier):
11141 - Basque (Piarres Beobide Egaña). Closes: #281245.
11142 (Was really added in 1.10.24, but forgotten from ALL_LINGUAS.)
11143 - Bosnian (Safir Šećerović).
11144 - Slovak (benco). Closes: #284896, #289341
11145 - Traditional Chinese (Asho Yeh). Closes: #287375.
11146 * Updated Translations (Christian Perrier):
11147 - Brazilian Portuguese (André Luís Lopes). Closes: #281228.
11148 - Catalan (Jordi Mallach). Closes: #281333.
11149 - Czech (Miroslav Kure). Closes: #281231.
11150 - Danish (Claus Hindsgaul). Closes: #281103.
11151 - Dutch (Christian Perrier). Closes: #282087.
11152 - Galician (Héctor Fernéndez López).
11153 - German (Michael Piefel). Closes: #281503.
11154 - Italian (Stefano Canepa). Closes: #282543.
11155 - Japanese (Kenshi Muto). Closes: #281144.
11156 - Korean (Changwoo Ryu). Closes: #282246.
11157 - Norwegian Nynorsk (Håvard Korsvoll). Closes: #281456.
11158 - Polish (Bartosz Feñski).
11159 - Portuguese (Miguel Figueiredo). Closes: #281122, #289359.
11160 - Russian (Yuri Kozlov). Closes: #281166.
11161 - Simplified Chinese (Tchaikov, Carlos Liu).
11162 - Spanish (Javier Fernández-Sanguino Peña). Closes: #281117.
11163 - Swedish (Peter Karlsson). Closes: #281165.
11165 -- Scott James Remnant <scott@netsplit.com> Tue, 11 Jan 2005 16:26:51 +0000
11167 dpkg (1.10.25) unstable; urgency=low
11169 The "你他媽的天下所有的人都該死" Release.
11171 This release is to correct the mangled Simplified Chinese translation
11172 included in 1.10.24 caused by rebellion of the translator's mail client.
11174 * Updated Translations (Christian Perrier):
11175 - Dutch (Bart Cornelis). Closes: #278700.
11176 - Polish (Bartosz Fenski). Closes: #280406.
11177 - Simplified Chinese (Tchaikov, Carlos Liu). Closes: #278676.
11179 -- Scott James Remnant <scott@netsplit.com> Thu, 11 Nov 2004 20:06:57 +0000
11181 dpkg (1.10.24) unstable; urgency=low
11183 The "Donald, where's your troosers?" Release.
11185 * Add support for uncompressed data.tar archive members and bzip2-
11186 compressed data.tar.bz2 members of binary packages. Closes: #34727.
11188 * New Translations (Christian Perrier):
11189 - Basque (Piarres Beobide). Closes: #265491.
11190 - Greek (George Papamichelakis). Closes: #260809.
11191 - Hebrew (Lior Kaplan). Closes: #275267.
11192 - Simplified Chinese (Tchaikov, Carlos Liu). Closes: #265197.
11193 * Updated Translations (Christian Perrier):
11194 - Brazilian Portuguese (Andre Luis Lopes). Closes: #260964, #273947,
11196 - Czech (Miroslav Kure). Closes: #255904, #278178.
11197 - Catalan (Jordi Mallach). Closes: #278098.
11198 - Danish (Claus Hindsgaul). Closes: #278097.
11199 - Dutch (Bart Cornelis). Closes: #268271, #268886, #274366, #278061.
11200 - Galician (Hector Fernandez).
11201 - German (Michael Piefel). Closes: #276462, #278168.
11202 - French (Christian Perrier).
11203 - Japanese (Kenshi Muto). Closes: #272456, #278141.
11204 - Italian (Lele Gaifax).
11205 - Korean (Changwoo Ryu). Closes: #261528, #278142.
11206 - Norwegian Nynorsk (Håvard Korsvoll). Closes: #275387, #278286.
11207 - Polish (Bartosz Fenski). Closes: #268452, #278064.
11208 - Portuguese (Miguel Figueiredo). Closes: #268266, #261424, #261519,
11210 - Russian (Yuri Kozlov). Closes: #268452, #278154.
11211 - Spanish (Javier Fernández-Sanguino Peña). Closes: #277173, #278117.
11212 - Swedish (Peter Karlsson).
11213 * Updated Manpage Translations (Christian Perrier):
11214 - French (Philippe Batailler). Closes: #268048.
11215 - Spanish (Ruben Porras). Closes: #261807.
11216 - Swedish (Peter Karlsson).
11218 -- Scott James Remnant <scott@netsplit.com> Wed, 27 Oct 2004 09:25:58 +0100
11220 dpkg (1.10.23) unstable; urgency=low
11222 The "Let the Wookie win" Release.
11224 * Updated hurd start-stop-daemon support. Closes: #133640, #254180.
11225 * Removed usage of non-POSIX test options. Closes: #256302.
11227 * Architecture Support:
11228 - Renamed x86-64 to amd64. Closes: #252346, #254598.
11230 - Correct typo in dpkg-divert(8). Closes: #254175.
11231 * New Translations:
11232 - Korean (Changwoo Ryu). Closes: #254590.
11233 * Updated Translations:
11234 - Catalan (Jordi Mallach).
11235 - Danish (Claus Hindsgaul). Closes: #252407.
11236 - French (Christian Perrier). Closes: #252586.
11237 - Italian (Lele Gaifax).
11238 - Polish (Bartosz Fenski). Closes: #254209.
11239 - Spanish manpages (Ruben Porras). Closes: #246158, #246159, #246160,
11240 #246161, #246162, #246163, #246164.
11242 -- Scott James Remnant <scott@netsplit.com> Mon, 19 Jul 2004 19:52:14 +0100
11244 dpkg (1.10.22) unstable; urgency=low
11246 The DebConf4 Release.
11248 This release is mostly intended to mop up the minor and trivial bug
11249 fixes in the list and clear out the documentation changes. As such,
11250 it should be treated with even more suspicion than is normal.
11252 * Use colouring to break cycles earlier to avoid long loops whilst
11253 installing or configuring packages. Closes: #232445, #246857.
11254 * Don't try to configure packages that disappeared in the same
11255 run. Closes: #202997.
11256 * Fix segfault when "gcc -dumpmachine" returns a non-matching triplet.
11258 * Remove restriction that package names be at least two characters long.
11260 * Fix dpkg-source (actually controllib.pl) to output the field name
11261 properly again. Closes: #226931, #246595.
11262 * Make dpkg-scanpackages output Origin and Bugs fields with proper
11263 casing. Closes: #154422.
11264 * Add support for DOS line-endings to md5sum. Closes: #246103.
11265 * Fix start-stop-daemon segfault on Hurd. Closes: #133640.
11266 * Allow dpkg-shlibdeps to run as non-root users. Closes: #96881.
11267 * Correct various compiler warnings. Closes: #229766.
11269 * Architecture Support:
11270 - Added x86-64 (x86_64 / amd64). Closes: #238483, #241938.
11271 - Added i?86-gnu (Hurd). Closes: #216695, #236331.
11272 - Added i386-kfreebsd-gnu and i386-knetbsd-gnu. Closes: #250176.
11274 - Create $(docdir) even when --without-sgml-doc is passed so the
11275 ChangeLog can be installed. Closes: #137719.
11276 - Stop hardcoding the list of manual page languages in debian/rules,
11277 so we include Spanish, Russian and Brazilian Portuguese. Closes: #245994.
11278 - Quote LDFLAGS in debian/rules to allow multiple options.
11281 - Move dpkg-scanpackages and dpkg-scansources to section 1 as they
11282 are user tools. Closes: #114946.
11283 - Correct hyphen characters in manpages. Closes: #212284, #247086, #226800.
11284 - Remove obsolete references to the Debian Packaging Manual.
11285 Closes: #122910, #140695.
11286 - Correct 'n' and 'p' key descriptions in dselect help message.
11288 - Add --force-bad-verify to dpkg manpage. Closes: #192812.
11289 - Correct dpkg manpage to refer to --force-remove-reinstreq instead of
11290 non-existent --force-reinstreq option. Closes: #232831.
11291 - Correct documentation of --compare-versions arguments. Closes: #232317.
11292 - Correct usage of "et al" to "et al.". Closes: #230751.
11293 - Add dpkg-reconfigure(8) to SEE ALSO section of dpkg(8). Closes: #233282.
11294 - Suggest packages that provide additional functionality in the dpkg
11295 manpage. Closes: #81355.
11296 - Suggest dselect update in description of dpkg --update-avail.
11298 - Suggest aptitude as well as dselect. Closes: #217042.
11299 - Suggest fakeroot for dpkg-source -r. Closes: #175897.
11300 - Correct documentation of start-stop-daemon. Closes: #41554, #211856.
11301 - Correct documentation of start-stop-daemon manpage to refer to --retry
11302 alongside --stop. Closes: #204691.
11303 - Add note that start-stop-daemon will chdir("/") unless -d is specified.
11304 Closes: #217823, #218060.
11305 - Correct documentation of dpkg-query --list. Closes: #232639.
11306 - Correct invalid use of " within update-alternatives(8) with .BR.
11308 - Rewrite description of dpkg-source -i to indicate the intent of the
11309 default setting rather than the exact exclusions. Closes: #227169.
11310 - Correct documentation of dpkg-statoverride --update. Closes: #85079.
11311 - Correct documentation of update-alternatives --install. Closes: #179648.
11312 - Documented dpkg:Version and dpkg:UpstreamVersion substvars.
11313 Closes: #85815, #85818.
11314 - Fix spelling error in utils/md5sum.1. Closes: #250281.
11315 - Replace "&c." with the slightly clearer "etc.". Closes: #235773.
11316 - Correct various typos. Closes: #219623, #221235.
11317 * Updated Translations:
11318 - Catalan (Jordi Mallach).
11319 - French (Christian Perrier). Closes: #246359.
11320 - Italian (Lele Gaifax).
11321 - Japanese manpages (KISE Hiroshi). Closes: #248483.
11322 - Russian (Nikolai Prokoschenko). Closes: #249254.
11323 - Spanish manpages (Ruben Porras). Closes: #246158, #246159, #246160,
11324 #246161, #246162, #246163, #251830.
11325 * New Translations:
11326 - German start-stop-daemon and update-alternatives manpages
11327 (Helge Kreutzmann). Closes: #247116, #249454.
11328 - Spanish dpkg-scansources manpage (Ruben Porras). Closes: #246164.
11330 -- Scott James Remnant <scott@netsplit.com> Tue, 1 Jun 2004 18:21:40 -0300
11332 dpkg (1.10.21) unstable; urgency=low
11334 * Fix incorrect linked list node removal code that caused every second
11335 shared or diverted conffile to be deleted by dpkg.
11336 Closes: #10879, #33046, #47267, #90623, #98210, #109691, #146167.
11337 Closes: #155456, #204275.
11338 * Call mknod with the required device type. Closes: #158916.
11339 * Correct the default query output format to be consistent with
11340 what the underlying library expects. Closes: #174973.
11341 * Fix missing NULL-termination in dpkg-query -W display of dependency
11342 fields. Closes: #174978
11343 * Strip output from md5sum(1) after the first whitespace character.
11345 * Output a warning if we cannot open a configuration file instead of
11346 treating it as a fatal error, in case our home directory is not readable
11347 by root. Closes: #200701.
11348 * Set LC_ALL to C before spawning off dpkg --search, to avoid searching
11349 on localized strings. Closes: #244316.
11350 * Don't require argument for start-stop-daemon -V. Closes: #237589.
11351 * Correct use of @ARGV within dpkg-scanpackages, allowing -u to work
11352 once again. Closes: #225086, #241503.
11353 * Make sure file permissions passed to dpkg-statoverride are numeric.
11355 * Correctly break out of the loop in install-info.
11356 Closes: #124225, #160761.
11357 * Add --dir-file option to install-info for GNU install-info
11358 compatibility. Closes: #179192
11359 * Refer to debian-policy in dpkg-doc's description instead of the
11360 non-existent packaging-manual. Closes: #120970.
11361 * Remove incorrect mention of build-essential from dpkg-checkbuilddeps
11362 manpage. Closes: #219210.
11363 * Add a note about diverting shared libraries to the dpkg-divert
11364 manpage. Closes: #214699.
11365 * Updated Translations:
11366 - Brazilian Portuguese (Andre Luis Lopes). Closes: #237864.
11367 - Catalan (Jordi Mallach).
11368 - Danish (Claus Hindsgaul). Closes: #237624.
11369 - Dutch (Pieter-Paul Spiertz, Bart Cornelis, Erwin).
11370 Closes: #102094, #151799, #207758.
11371 - French (Sam Hocevar). Closes: #243191.
11372 - German (Florian Ernst). Closes: #109669, #115352, #187952, #244098.
11373 - Japanese manpages (KISE Hiroshi). Closes: #220776.
11374 - Polish (Bartosz Fenski). Closes: #242870.
11375 - Spanish (Javier Fernández-Sanguino Peña). Closes: #166052.
11376 - Swedish (Peter Karlsson).
11377 * New Translations:
11378 - Japanese dpkg-source manpage (KISE Hiroshi). Closes: #239000.
11379 - Norwegian Nynorsk (Gaute Hvoslef Kvalnes). Closes: #233614.
11380 - Portuguese (Miguel Figueiredo). Closes: #240081.
11381 - Spanish dpkg-source manpage (Ruben Porras). Closes: #171489.
11383 -- Scott James Remnant <scott@netsplit.com> Sun, 25 Apr 2004 18:55:10 +0100
11385 dpkg (1.10.20) unstable; urgency=high
11387 * Update Japanese translation. Closes: #224616
11388 * Update French translation. Closes: #218713
11389 * Fix spelling error in German md5sum man page. Closes: #230750
11390 * Fix typo in pt_BR po file. Closes: #192102
11391 * Revert fix for #232916, this turns out to be a bug in the pgpgp
11392 wrapper, dpkg worked fine with pgp itself.
11394 -- Scott James Remnant <scott@netsplit.com> Thu, 11 Mar 2004 11:24:54 +0000
11396 dpkg (1.10.19) unstable; urgency=high
11398 * Distinguish unmet build dependencies from build conflicts.
11399 Closes: #217943, #235266.
11400 * Force NULL-termination of all tar file entry names. Closes: #232025.
11401 * Allow dselect to use the full window width. Closes: #139781.
11402 * Pass correct number of arguments for format string when out of disk
11403 space. Closes: #213038, #217286, #213543, #213846.
11404 * Remove duplicated entries from ChangeLog. Closes: #157437.
11405 * Fix dpkg-buildpackage when used with PGP. Closes: #232916.
11406 * Update support for Debian FreeBSD. Closes: #211566.
11407 * Store Architecture in the status file. Closes: #228253.
11408 * Don't print offending lines in md5sum. Closes: #170953.
11409 * Check bounds of md5sum lines. Closes: #168443, #199489, #199693.
11411 -- Scott James Remnant <scott@netsplit.com> Mon, 8 Mar 2004 19:05:32 +0000
11413 dpkg (1.10.18.1) unstable; urgency=medium
11415 * Non-maintainer upload to fix release-critical bugs.
11416 * Terminate string buffer in main/remove.c. Closes: #228379.
11417 * Prevent stashing of hardlinked devices and setuid or setgid binaries
11418 by removing permissions on upgrade as well as on remove.
11420 * Update dpkg conflicts to << 1.10, instead of 1.9.
11421 Closes: #190611, #221989, #222760.
11423 -- Scott James Remnant <scott@netsplit.com> Thu, 26 Feb 2004 01:17:27 +0000
11425 dpkg (1.10.18) unstable; urgency=medium
11427 * Rebuild, tagging and releasing correctly from cvs this time.
11429 -- Adam Heath <doogie@debian.org> Mon, 27 Oct 2003 13:39:56 -0600
11431 dpkg (1.10.17) unstable; urgency=medium
11433 * Make dselect do conflict resolution when dealing with automatically
11434 selected recommended package. Thanks to Colin Watson for the analysis
11435 and patch. Closes: Bug#151663
11436 * Branden Robinson <branden@debian.org>:
11437 s/dpkg-checkbuild/dpkg-checkbuilddeps/ in usage.
11438 * dpkg-checkbuilddeps now sets $reduce_arch. Closes: #212796.
11439 * Goswin Brederlow <brederlo@informatik.uni-tuebingen.de>:
11440 Add -u in dpkg-scanpackages. Closes: #214123.
11441 Add -a<arch> command to dpkg-scanpackages.
11442 * Add .#* to dpkg-source's default ignore filter. Closes: #217380.
11443 * Matthias Urlichs <smurf@smurf.noris.de>:
11444 Don't assume /usr/info/dir exists if /usr/info does. Closes: #165770.
11445 * Jordi Mallach <jordi@debian.org>:
11446 Update Catalan translation.
11447 * Fix errors with dependency fields that reference ${dpkg:Version}.
11450 -- Adam Heath <doogie@debian.org> Mon, 27 Oct 2003 13:04:57 -0600
11452 dpkg (1.10.16) unstable; urgency=low
11454 * Almost *EVERY* damn file was including config.h in the wrong spot.
11455 After making it the first include, then off_t/size_t/etc could actually
11456 be redefined to be 64-bit compatible.
11457 * Jordi Mallach <jordi@debian.org>:
11458 Fix configure to set HAVE_SETLOCALE. Closes: #211816
11459 * "Loïc Le Loarer" <lll_deb@m4x.org>:
11460 Add a -d|--chdir option to start-stop-daemon. Closes: #151802
11461 * Split the background block into 2 parts: one that does the fork, and
11462 opens /dev/tty and /dev/null, and one that does everything else. The
11463 second block is then moved to be run right before the exec. This
11464 allows error messages to be seen from the child(previously, they were
11465 lost), and allows for the chroot to not require the device files.
11466 These changes based on the bugs filed by:
11467 Marc Herbert <Marc.Herbert@ens-lyon.fr>: Closes: #155219
11468 Loïc Le Loarer <lll_deb@m4x.org>: Closes: #151800
11469 * Mario Lang <mlang@debian.org>:
11470 When --start, --startas and --pidfile are given, print 'process'
11471 instead of '(null)' for the process name, if it's already running.
11473 * Imported several translated manpages, from debian-doc cvs:
11474 * Spanish: 822-date.1 cleanup-info.8 deb-control.5 deb-old.5
11475 deb.5 dpkg-checkbuilddeps.1 dpkg-deb.1 dpkg-divert.8 dpkg-name.1
11476 dpkg-scanpackages.8 dpkg-split.8 dpkg-statoverride.8 dpkg.8
11477 dselect.8 md5sum.1 start-stop-daemon.8 update-alternatives.8
11478 "Esteban Manchado Velázquez" <zoso@debian.org>: Closes: #171489
11480 Julien Louis <arthur51@ifrance.com>: Closes: #164906
11481 * Portuguese: dpkg.8 dselect.8
11482 * Matt Zimmerman <mdz@debian.org>
11483 In dpkg's manpage, -O had an inverted word. Closes: #111711
11484 * Marcin Owsiany <porridge@debian.org>:
11485 Fix Polish translation of 'conflicts with' Closes: #112057
11486 * Jiri Masik <masik@darbujan.fzu.cz>:
11487 Improve Czech translation of: "dpkg - warning: ignoring request to
11488 remove %s which isn't installed." Closes: #117518
11489 * Marco Nenciarini <mnencia@prato.linux.it>:
11490 Fix missing space in Italian translation when listing files, and the
11491 file is diverted. Closes: #138244
11492 * Piotr Roszatycki <Piotr_Roszatycki@netia.net.pl>:
11493 Update Polish translation. Closes: #142370
11494 * Martin Quinson <mquinson@ens-lyon.fr>:
11495 Fix missing space in French translation of: "%s - warning: downgrading
11496 %.250s from %.250s to %.250s.\n" Closes: #149142
11497 * Hidetaka Iwai <tyuyu@sings.jp>:
11498 Fix typo in Japanese translation of dpkg --force-help; downgrade ->
11499 downgrade: Closes: #157819
11500 * Martin Quinson <mquinson@ens-lyon.fr>:
11501 Fix French translation when listing files, and the file is diverted.
11503 * Rune Schjellerup <olberd@odense.kollegienet.dk>:
11504 Fix Danish translation of(was missing the leading space): " does not
11505 appear to be available\n" Closes: #192972
11506 * Fix md5sum when handling large files. Closes: #162691
11507 * Fix dpkg-checkbuilddeps calling of parsedep. It wasn't setting
11508 use_arch. Closes: #212796.
11509 * Joey Hess <joeyh@debian.org>:
11510 Change formatting of info.dir. Closes: #167379.
11512 -- Adam Heath <doogie@debian.org> Sat, 25 Oct 2003 15:46:16 -0500
11514 dpkg (1.10.15) unstable; urgency=low
11516 * Fix detection of va_copy.
11517 * Back out debian/rules build-arch detection. It is *not* possible *at
11518 all* to detect available targets in a rules file. Period.
11520 -- Adam Heath <doogie@debian.org> Fri, 19 Sep 2003 20:02:19 -0500
11522 dpkg (1.10.14) unstable; urgency=low
11525 * Rewrote the parsedep stuff, so that it wasn't done during control
11526 file parsing. Scripts that need the internal parsed format should
11527 call parsedep on the field's value.
11528 * Split the substvars parsing into a separate function.
11529 * No longer validate dependency fields when reading the control file.
11530 Some fields may have vars in them, which breaks the validation.
11531 * dpkg-gencontrol calls substvars after parsing the control file, and
11532 then validates the substituted depends lines. Originally,
11533 substitution occurred only during writing of the final output file.
11534 * Andreas Barth <aba@not.so.argh.org>:
11535 Fix bad regex that didn't allow spaces in dependency field parsing.
11536 It now directly matches what the c code expects. It previously was
11537 allowing all of \S, which matched on '('.
11539 * Remove stale debug in debian/control that would have broken
11540 installation on s390.
11541 * We were calling our own local copy of dpkg-gencontrol, but the
11542 system-installed copy of dpkg-shlibdeps. Now, both are called from
11543 the build directory.
11545 -- Adam Heath <doogie@debian.org> Fri, 19 Sep 2003 12:29:34 -0500
11547 dpkg (1.10.13) unstable; urgency=low
11549 * Fix parsing of deps when both () and [] are specified.
11550 * Set $host_arch in controllib.pl:parsedep.
11551 * dpkg-checkbuilddeps doesn't output the [] stuff when finding invalid
11554 -- Adam Heath <doogie@debian.org> Wed, 17 Sep 2003 13:23:15 -0500
11556 dpkg (1.10.12) unstable; urgency=low
11558 * Fix dpkg-source output of build-depends lines.
11560 -- Adam Heath <doogie@debian.org> Tue, 16 Sep 2003 13:43:45 -0500
11562 dpkg (1.10.11) unstable; urgency=low
11564 * dpkg no longer provides any BYHAND files. If you need the source
11565 tarball, use the orig.tar.gz file available in the pool. The
11566 precompiled tars were hold-overs from when debs were not standard
11568 * Install /usr/share/doc/dpkg/pseudo-tags, which talks about the bug
11569 titling we use to mark bugs for filtering in the Debian bts.
11571 * Teach dpkg-source that ~ is legal in version numbers
11572 * Add build-depends on sgml-base, and increase gettext build-depends to
11574 * Updated config.sub and config.guess in cvs.
11575 * Change use of strncpy in parsedb to memcpy. Closes: #160447
11576 * No longer generate helpmsgs.{cc,h}.
11577 * several controllib changes:
11578 * Moved dependency parsing logic from dpkg-checkbuilddeps.
11579 The dpkg-checkbuilddeps parser didn't support empty fields, while
11580 the controllib parser did.
11581 * All dependency fields parsed by controllib.pl support [arch]
11582 specifiers. If the arch specifier doesn't apply for the current
11583 arch, then the item will not be added to the internal list structure.
11584 * Comment lines(that begin with '#') are removed during parsing.
11585 * Store the original casing of field names, for use in error reporting.
11586 * Store the original field's casing with 'o:' prepended in %fi.
11587 * ballombe@merulo.debian.org:
11588 dpkg-checkbuilddeps now handles empty fields. Closes: #111562
11589 * Branden Robinson <branden@debian.org>:
11590 support comments(first char on line begins with '#') in
11591 debian/control. Closes: #191810
11592 * Bastian Blank <waldi@debian.org>:
11593 Allow for per-arch generated dependency fields. Closes: #170575
11594 * Branden Robinson <branden@debian.org>:
11595 Report the original casing of field names when they are unknown.
11597 * Patch dpkg-buildpackage to call debian/rules -qn build-arch, and if
11598 it's available, modify -B handling appropriately. If build-arch is not
11599 available, then when -B was called, do *not* pass -B on to
11600 dpkg-checkbuilddeps. Closes: #203097
11601 * Frank Lichtenheld <frank@lichtenheld.de>:
11602 Apply patch, to handle missing infodir.bak, and empty files. Closes:
11604 * Change standard_startup and standard_shutdown into macros. Closes:
11606 * Andrew Suffield <asuffield@debian.org>:
11607 Fix inverted test of eof in parsedb, while looking for eof after
11608 field name. Closes: #198218
11609 * Yann Dirson <dirson@debian.org>
11610 Add set -e to dpkg-doc.postinst. Closes: #191261
11611 * Michael Weber <michaelw@debian.org>:
11612 dpkg --print-architecture now does gcc -dumpmachine instead of
11613 --print-libgcc-file-name. Closes: #131893, #8241, #106793, #210285
11614 * Daniel Silverstone <dsilvers@digital-scurf.org>:
11615 Apply patch to change hashing function, and increase bin size, for
11616 the package database. Closes: #206416
11617 * Paul Eggert <eggert@CS.UCLA.EDU>:
11618 Apply patch to make dpkg work with POSIX 1003.1-2001. Closes:
11620 * Joey Hess <joeyh@debian.org>:
11621 Fix "stripping trailing /" message from dpkg-statoverride. Closes:
11623 * Sami Liedes <sliedes@cc.hut.fi>:
11624 Increase filesdb bin size, and alter hashing function. Closes:
11626 * Anthony Towns <aj@azure.humbug.org.au>:
11627 Retry removing empty dirs during purge. Closes: #112386
11628 * Darren Salt <linux@youmustbejoking.demon.co.uk>:
11629 Add .cvsignore to dpkg-source's default diff ignore regex. Also fix
11630 missing \ escape for .deps. Closes: #174013
11631 * Koblinger Egmont <egmont@uhulinux.hu>:
11632 Fix segfault with --status-fd. Closes: #173618
11633 * Colin Watson <cjwatson@debian.org>,
11634 Andrew Suffield <asuffield@debian.org>:
11635 Add .svn, {arch}, and .arch-ids to dpkg-source -i default regex.
11637 * Falk Hueffner <falk@debian.org>:
11638 Added alphaev68-linux-gnu to archtable. Closes: #199360
11639 * Elie Rosenblum <fnord@debian.org>:
11640 Apply patch to support OpenBSD. Closes: #154277
11641 * Geoff Richards <qef@laxan.com>:
11642 Add --config to action section, and add as EXAMPLES section. Closes:
11644 * Yann Dirson <dirson@debian.org>:
11645 install-info --version and --help now display on stdout. Closes:
11647 * Dan Jacobson <jidanni@dman.ddts.net>:
11648 Mention what dpkg and dpkg-query -S will not find. Closes: #153096
11649 * Sebastian Leske <sleske@enterprise.mathematik.uni-essen.de>:
11650 Mention in dpkg(8) that downgrading a package can have serious
11651 consequences. Closes: #61156
11652 * Dan Jacobson <jidanni@dman.ddts.net>:
11653 In dpkg-scanpackages(8), including small note that other tools might
11654 use the generated Packages file. Closes: #208894
11655 * Warren Turkal <wturkal@cbu.edu>:
11656 Fix some typos in dpkg-source(1). Closes: #207259, #204123, #167426
11657 * Dan Jacobson <jidanni@dman.ddts.net>:
11658 Alter text in dselect(8), implying that other interfaces are available
11659 for installing packages. Closes: #206164.
11660 * Daniel Bonniot <bonniot@users.sourceforge.net>:
11661 Note in start-stop-daemon(8) that --nicelevel takes an argument.
11662 * Ruben Porras <nahoo82@telefonica.net>:
11663 Remove duplicate 'can' in deb-control(5). Closes: #183840
11664 * Dan Jacobson <jidanni@dman.ddts.net>:
11665 Fix short description in dpkg-scansources(8). Closes: #175770
11666 * Zefram <zefram@fysh.org>:
11667 In dpkg(8), move dpkg-query options to their own subsection, like
11668 dpkg-deb. Closes: #174971
11669 * Thomas Hood <jdthood@yahoo.co.uk>
11670 Add --dry-run and --simulate as synonyms to --no-act. Closes:
11672 * Junichi Uekawa <dancer@netfort.gr.jp>:
11673 Fix wrong reference to DEB_BUILD_GNU_SYSTEM on --host in
11674 dpkg-architecture(1). Closes: #163621
11675 * Michael Klein <michael.klein@puffin.lb.shuttle.de>:
11676 s/Usuaully/Usually/ in deb-control.5. Closes: #161819
11677 * Joey Hess <joeyh@debian.org>:
11678 Removed reference in dselect(8) about recommends not being handled
11679 well. Closes: #157973
11680 * Andrew Suffield <aps100@doc.ic.ac.uk>:
11681 s/dpkg-source/dpkg-parsechangelog/ in dpkg-parsechangelog -h.
11683 * Matej Vela <vela@debian.org>:
11684 Unhighlight "May be repeated multiple times." in dpkg-source(1).
11686 * Jordi Mallach <jordi@debian.org>:
11687 Make all actions in dpkg-deb -h lower case. Closes: #150642
11688 * Alexander Hvostov <root@aoi.dyndns.org>:
11689 Add -g|--group to start-stop-daemon, and document properly. Closes:
11691 * Szerb Tamas <toma@mlf.linux.rulez.org>:
11692 s/THANKS/THANKS.gz/ in dpkg(8). Closes: #91348
11693 * "James R. Van Zandt" <jrv@vanzandt-pc.mitre.org>:
11694 In dpkg(8), mention running dselect, install after --set-selections.
11696 * Yann Dirson <dirson@debian.org>:
11697 Remove disabled --command-fd from help. Closes: #169619
11698 * Tobias Burnus <tburnus@physik.fu-berlin.de>:
11699 Apply patch to update-alternatives that provides --set and --remove-all
11700 commands. Closes: #133745.
11701 * Osamu Aoki <debian@aokiconsulting.com>:
11702 Add --all to update-alternatives, that calls --config on all
11703 alternatives. Closes: #126621
11704 * Dan Jacobson <jidanni@jidanni.org>:
11705 Alter --config prompt, to be more clear, that one must 'press' enter to
11706 accept the default. Closes: #203557
11707 * Peter Moulder <pmoulder@bowman.csse.monash.edu.au>:
11708 Fix some -w issues in update-alternatives. Closes: #137313
11709 * Eduard Bloch <edi@gmx.de>:
11710 Apply patch to check whether the target path exists on removing.
11712 * Colin Walters <walters@debian.org>:
11713 After opening files, set binmode. Closes: #175363
11715 -- Adam Heath <doogie@debian.org> Tue, 16 Sep 2003 12:52:11 -0500
11717 dpkg (1.10.10) unstable; urgency=low
11719 * Update archtable for hurd. Closes: #187509.
11720 * Make the dpkg-iasearch conflicts versioned. Closes: #170698.
11721 * Surround sed call with '' in Makefile.in. Closes: #187534.
11722 * Strip trailing / from the file args in dpkg-statoverride. Closes:
11724 * Modified to use autotools-dev. Closes: #179656.
11725 * Add netbsd support. Closes: #179658, #179659.
11726 * Support hyphenated values in dpkg-architecture. Closes: #179661
11727 * No longer managed the /usr/doc symlinks.
11729 -- Adam Heath <doogie@debian.org> Sat, 26 Apr 2003 15:10:24 -0500
11731 dpkg (1.10.9) unstable; urgency=low
11733 * Fix dereference in main/help.c:cu_closefd(), which was the cause of
11734 close(random number) on most arches, but close(0) on s390x.
11735 * Add s390x to archtable. Closes: #160976.
11737 -- Adam Heath <doogie@debian.org> Sun, 15 Sep 2002 13:21:38 -0500
11739 dpkg (1.10.8) unstable; urgency=low
11741 * Make the multiline regex have an upper bound, instead of being
11742 unbounded, as newer perls have a larger stack frame, which cause them
11743 to segfault quicker with larger inputs. Closes: #159756.
11745 -- Adam Heath <doogie@debian.org> Thu, 5 Sep 2002 16:32:01 -0500
11747 dpkg (1.10.7) unstable; urgency=low
11749 * Fix double free in modstatdb_init, in the case that modstatdb_shutdown
11750 was called previously. Closes: #159515.
11752 -- Adam Heath <doogie@debian.org> Tue, 3 Sep 2002 18:59:19 -0500
11754 dpkg (1.10.6) unstable; urgency=low
11756 * Don't call nffreeall, in any of the c/c++ programs. It appears dselect
11757 slightly corrupts it's memory enough that it can't be freed without
11758 segfaulting. Closes: #159023.
11760 -- Adam Heath <doogie@debian.org> Sun, 1 Sep 2002 00:19:18 -0500
11762 dpkg (1.10.5) unstable; urgency=low
11764 * Fix segfault in md5sum if the file being checked doesn't exist.
11766 * Fix extraction of md5sum in dpkg-scanpackages. Closes: #153769.
11767 * Handle directories better in md5sum. Closes: #157453.
11768 * Fix read past buffer in lib/nfmalloc.c. Closes: #157304.
11769 * Fix several read pass buffer bugs, and a memleak. Closes: #155362.
11770 * Fix segfault when --auto-deconfigure is given. Closes: #157762.
11771 * Allow spaces between the end of a version, and the trailing ')'.
11773 * Fixes for HURD: Closes: #156545
11774 * Add i386-gnu0.3 to archtable.
11775 * Fix handling of static compiles, with regard to zlib.
11776 * Previous install-infos(before 1.10) handled multiple dir file entries,
11777 because they would copy the entire stanza unmodified. The newest
11778 version does not do this, as it reformats the options, and thereby
11779 only takes the first line. So, we now split all the lines from the
11780 stanza, and process them all. Closes: #147492.
11781 * Fix corruption of available file, caused by use of memory that was
11782 previously freed. Closes: #154257.
11783 * Fix several minor memleaks.
11784 * Remove /usr/sbin/start-stop-daemon. Closes: #156437.
11786 -- Adam Heath <doogie@debian.org> Thu, 29 Aug 2002 16:43:15 -0500
11788 dpkg (1.10.4) unstable; urgency=low
11790 * Remove -ffunction-sections and -fdata-sections. Closes: #152130.
11791 * Install archtable into /usr/share/dpkg/.
11793 -- Adam Heath <doogie@debian.org> Sun, 14 Jul 2002 15:17:56 -0500
11795 dpkg (1.10.3) unstable; urgency=low
11797 * Move dselect.cfg to dselect package. Closes: Bug#152132
11798 * Install methods into /usr/lib/dpkg/methods, not /usr/lib/dpkg. Closes:
11800 * Fix test inversion in start-stop-daemon, when checking the pid given in
11801 a pid file. Thanks Thomas Morin <thomas.morin@enst-bretagne.fr>.
11803 * If in --test mode, and --stop is given, increment n_killed, so that
11804 start-stop-daemon returns the proper exit value. Thanks Thomas Morin
11805 <thomas.morin@enst-bretagne.fr>. Closes: #151992.
11807 -- Adam Heath <doogie@debian.org> Thu, 11 Jul 2002 22:58:43 -0500
11809 dpkg (1.10.2) unstable; urgency=low
11811 * Make configuration files in $HOME work again
11812 * dpkg + dpkg-static conflict with dpkg-dev << 1.9, to fix md5sum error
11813 in dpkg-source. Closes: #151691.
11814 * Remove -Z from patch call, in dpkg-source, as it makes patch warn about
11815 missing timestamps. Closes: #151965
11816 * Install debian/dselect.conffiles.
11818 -- Adam Heath <doogie@debian.org> Thu, 4 Jul 2002 21:08:09 -0500
11820 dpkg (1.10.1) unstable; urgency=low
11822 * Add conflict with dpkg-iasearch which intruded on our namespace.
11823 * Replace manpages-de which includes one of our manpages. Closes: #151485
11824 * Don't always call autoheader when building. Closes: #151471
11825 * Fix double conflict in dpkg. Closes: Bug#151581
11826 * Move dselect methods to dselect package.
11827 * dpkg-checkbuilddeps no longer checks for build-essential. dpkg should
11828 not hardcode Debian policy.
11829 * Make dpkg-genchanges accept ~ as part of a package filename.
11831 * Move dpkg.cfg and dselect.cfg manpages into dpkg package. Closes: Bug#132901
11833 -- Wichert Akkerman <wakkerma@debian.org> Tue, 2 Jul 2002 12:34:07 +0200
11835 dpkg (1.10) unstable; urgency=low
11837 * dpkg now reorders symlinks when extracting debs. However, this is also
11838 still done when building debs. After a stable release of Debian has
11839 occurred with this modified dpkg, the reordering when building can be
11841 * Fixed upper/lowercase problems with package names. Closes: Bug#58091
11843 * Add Russian manual pages
11844 * Fix n in dselect package list (performs searchagain now)
11845 * Fix layout problem in dpkg-divert manpage. Closes: Bug#103667
11846 * When a package is set to hold, and a reinstallation is requested,
11847 -E will not properly skip it. Closes: #45787.
11848 * Make dpkg-checkbuilddeps use dpkg-architecture. Closes: Bug#104230
11849 * Improve dpkg-architecture documentation. Closes: Bug#104232
11850 * Update German translation. Closes: Bug#97239
11851 * Update Polish translation. Closes: Bug#115783
11852 * Update French translation.
11853 * Update Brazilian translation.
11854 * Update Danish translation.
11855 * Update Galician translation.
11856 * Update Portuguese translations.
11857 * Add Catalan translation
11858 * Add German md5sum manpage
11859 * Add Brazilian update-alternatives manpage. Closes: Bug#122132
11860 * Improve dselect manpage. Closes: Bug#103839
11861 * dpkg-name(1) no longer mentions the non-existing dpkg(5) manpage.
11863 * Improve handling of Recommends and Suggests in dselect. Closes: Bug#34942
11864 * Add per-user configuration files. Closes: Bug#103845
11865 * Split dselect into its own package. dpkg Pre-Depends on it
11866 to make sure no weird things happen during an upgrade but this
11867 will allow us to make dselect option at some point in the future.
11869 * Make colours in dselect user-configurable. Closes: Bug#103994
11870 * Make Q do an abort in the method selection menu to make things more
11871 consistent with the package list
11872 * Fix test for nice(2) failure in start-stop-daemon. Closes: Bug#104561
11873 * Improve the dselect helpscreen a bit. Closes: Bug#72634
11874 * New version comparison routine that can handle arbitrarily large numbers
11875 and accepts `~' as a low-sorting character. Closes: Bug#93386
11876 * dselect now accepts regular expressions when searching for packages
11877 and can search in package descriptions as well.
11878 Closes: Bug#81009,#83139
11879 * Move query commands into a separate dpkg-query command. For the old options
11880 (-L,-l,-s,-S) dpkg will still call it for you.
11881 * Add configurable package listing support to dpkg-query
11882 * Handle window resize in dselect main menu. Closes: Bug#98275
11883 * update-rc.d moved to the sysvinit package. Closes: Bug#108887,#109282
11884 * Add --showformat and --show options to dpkg-deb and dpkg-query to
11885 allow one to customize the output format
11886 * several install-info cleanups:
11887 * Move /usr/info/dir to /usr/share/info/dir. Closes: #67174.
11888 * If /usr/share/info doesn't exist, print a message saying so,
11889 instead of the confusing "couldn't lock" error. Closes: #2531.
11890 * If /usr/share/info/dir doesn't exist, or is empty, try to copy the
11891 backup from /var/backups/infodir.bak. Closes: #121309.
11892 * Add a --remove-exactly option, and allow for relative filenames.
11894 * Use the section from the .info file if --section is not given.
11896 * Error messages now include the filename being processed.
11898 * /usr/share/info/dir now has it's entries formatted to even widths.
11900 * --calign|--align|--maxwidth are now ignored.
11901 * strip enoent as well. Closes: Bug#112378
11902 * Fix format error in Dutch translation. Closes: Bug#113120
11903 * When parsing stdin, md5sum now displays '-' as the filename, to match
11904 textutils md5sum. Closes: #121489.
11905 * Apply patch from bug, to give update-alternatives a --list command.
11907 * Make dpkg-checkbuilddeps always check for build-essential.
11908 Closes: Bug#118420.
11909 * Use space separated output instead of comma separated in
11910 dpkg-checkbuilddeps
11911 * Update default ignore expression in dpkg-source to also match *~ and
11912 *.swp in subdirs. Closes: Bug#127458
11913 * Handle errors when verifying md5sums. Closes: Bug#102367
11914 * dpkg-source now uses reliable timestamps for changed files.
11916 * Fix typo in start-stop-daemon help message. Closes: Bug#131439
11917 * update-alternative exits with a non-zero exit code when displaying
11918 a non-existing alternative. Closes: Bug#131496
11919 * Use gzip -c in install-info. Closes: Bug#131758
11920 * start-stop-daemon works on HP-UX now. Closes: Bug#130130
11921 * Fix dselect spin when run without input. Closes: Bug#132476
11922 * Update-alternatives now correctly restores an alternative to auto mode
11923 when removing a manually selected alternative. Closes: Bug#132632
11924 * Copy bugs and origin information into status file. Closes: Bug#132714
11925 * Improve wording of update-alternatives --config text. Closes: Bug#133035
11926 * Add manpages for dpkg.cfg and dselect.cfg. Closes: Bug#132901
11927 * Improve test for illegal packagename for dpkg-gencontrol -p option
11928 * Fix segfault when getenv("PATH") returns null. Closes: Bug#136349
11929 * Add Large File Summit extensions. Closes: Bug#130509
11930 * Fix typo in dpkg-source manpage. Closes: Bug#141906
11931 * Re-fix handling of multiple blank lines in control. Closes: Bug#143117
11932 * Document --force-confmiss and --force-bad-verify. Closes: Bug#146855
11933 * Drop upgrade compat stuff in dpkg postinst for ancient versions (over
11935 * Always set CLOEXEC on the lock fd. Closes: Bug#147872
11936 * Clean up tmp files when ctrl-c is sent to dpkg-source. Closes:
11938 * dpkg-source no longer requires exact case matches for fields in
11939 debian/control. Closes: Bug#139159.
11940 * dpkg-scanpackages now gives proper case for Source and Installed-Size.
11941 Closes: Bug#119532.
11942 * dpkg-architecture: s/build on/built on/; same for 'build for'.
11943 Closes: Bug#140441.
11944 * cl-debian.pl now recognizes emergency as valid in changelogs.
11945 Closes: Bug#138013.
11946 * Properly count recursive expansion of variables, instead of just
11947 counting all variable expansions. Closes: #144121.
11948 * Add -I<filename> to dpkg-buildpackage and dpkg-source, to excludes
11949 files from tar, when building a native package. Closes: Bug#75947.
11950 * Close the old debian/files file, before doing a rename. Closes:
11952 * Fix documentation of -v<version> for dpkg-parsechangelog, removing the
11953 requirement that the version has to be in the changelog. Closes:
11955 * Fix typo in dpkg-source(1), for '-sU'. Closes: Bug#126340.
11956 * Add dpkg-scansources to dpkg-scanpackages(8). Closes: Bug#147924.
11957 * Change /usr/info into a symlink to /usr/share/info if possible
11959 -- Wichert Akkerman <wakkerma@debian.org> Fri, 21 Jun 2002 21:53:15 +0200
11961 dpkg (1.9.21) unstable; urgency=low
11963 * Fix corrupt Swedish translations that would some error messages display
11965 * Enable --force-overwrite by default in /etc/dpkg/dpkg.cfg
11966 * dpkg.cfg is now no longer a conffile. This means the installer can
11967 change defaults depending on how an install is done
11968 * Detect truncated debs, and abort the unpack. Closes: #138569.
11969 * Improve dpkg(8) --force documentation
11970 * Fix error in Russian dselect translation
11972 -- Wichert Akkerman <wakkerma@debian.org> Thu, 16 May 2002 19:42:29 +0200
11974 dpkg (1.9.20) unstable; urgency=medium
11976 * Fix assertion when --auto-deconfigure is set. Closes: #137765.
11977 * Fix segfault discovered by fixing the above.
11978 * Fix segfault when getenv("PATH") returns null. Closes: #136349
11979 * Recompiled against updated zlib, to fix possible security issue. Also
11980 bumped build-depends to match. Closes: #137931(grave)
11982 -- Adam Heath <doogie@debian.org> Sun, 17 Mar 2002 02:52:44 -0600
11984 dpkg (1.9.19) unstable; urgency=medium
11986 * install-info continues to read all data from a pipe, until EOF.
11987 Closes: #99816(grave).
11988 * Add Catalan translation
11989 * Update Danish translation. Closes: Bug#131869
11990 * Update French translation.
11991 * update-alternative exits with a non-zero exit code when displaying
11992 a non-existing alternative. Closes: Bug#131496
11993 * Changed Maintainer to debian-dpkg@lists.
11994 * Fix "Up to date installed packages" for polish translation. Closes:
11996 * Swap updated/up-to-date polish translations(they were reversed).
11997 Closes: #117583, #102961.
11998 * Mark /etc/alternatives/README as a conffile.
11999 * Strip .note, .comment, and /usr/lib/dpkg/enoent.
12000 * Make dpkg-gencontrol not warn about Uploaders. Closes: #111090.
12002 -- Adam Heath <doogie@debian.org> Sat, 2 Feb 2002 11:47:34 -0600
12004 dpkg (1.9.18) unstable; urgency=low
12006 * Fix MD5Sum corruption when upgrading a package. Closes: Bug#113961.
12007 * Add Wichert and I to debian/control:Uploaders.
12009 -- Adam Heath <doogie@debian.org> Sat, 3 Nov 2001 00:31:00 -0600
12011 dpkg (1.9.17) unstable; urgency=low
12013 * updated-rc.d moved to the sysvinit package. Closes: Bug#108887,#109282
12015 -- Wichert Akkerman <wakkerma@debian.org> Wed, 22 Aug 2001 01:24:52 +0200
12017 dpkg (1.9.16) unstable; urgency=low
12019 * Revert architecture-change to dpkg-source from 1.9.11, see ChangeLog
12022 -- Wichert Akkerman <wakkerma@debian.org> Thu, 5 Jul 2001 22:42:11 +0200
12024 dpkg (1.9.15) unstable; urgency=low
12026 * Change policy of handling dscformat in dpkg-source
12027 * Fix the arglist construction for maintainer scripts
12028 * Revert dscformat to 1.0 since older dpkg-source versions do not have
12029 the new policy. In the future (starting at format 2.0 to maintain
12030 compatibility with old dpkg-source implementations) minor changes to
12031 the dscformat have to be fully backward and forward compatible.
12033 -- Wichert Akkerman <wakkerma@debian.org> Sat, 30 Jun 2001 16:41:43 +0200
12035 dpkg (1.9.14) unstable; urgency=low
12037 * Make the Uploaders field in a .dsc file optional.
12038 * Disabled sanity checking of source packages.
12040 -- Adam Heath <doogie@debian.org> Mon, 25 Jun 2001 02:22:40 -0500
12042 dpkg (1.9.13) unstable; urgency=medium
12044 * Add a -W option to dpkg-source(and the other utils, where it is just
12045 passed thru), to turn certain errors into warnings(of which, only
12046 one is changed, namely, the 'tar doesn't contain preceding directory'
12047 error). Closes: #101813, and partially 101845.
12048 * Don't error out if the files in the tar have leading './', for
12049 dpkg-source. (another partial close of 101845).
12050 * Handle the case where a single directory exists in the orig.tar.gz, but
12051 it is NOT of the form <pkg>-<ver>. Closes: #101845.
12052 * Set LC_ALL in dpkg-source when we call external programs when we are
12053 going to parse their output. Another bug from 101845.
12054 * Handle stating of truncated cpio filenames(100 char limit, bah), in
12055 dpkg-source. Another bug from 101845.
12056 * Add support for an Uploaders field, which is read from the first
12057 paragraph of debian/control, and propagated to the .dsc. This lists
12058 the people allowed to upload a package. If it is not set, then the
12059 value of the Maintainer is placed into this field of the .dsc. This
12060 bumps the .dsc format to 1.1. Closes: #101815.
12061 * Handle symlinks in the tarball, and don't error out if found.
12062 * in controllib, make warnerrors default to warnings. Affects
12063 dpkg-source. This will be changed to be errors in the future.
12065 -- Adam Heath <doogie@debian.org> Sun, 24 Jun 2001 13:48:52 -0500
12067 dpkg (1.9.12) unstable; urgency=medium
12069 * Fix do_script() bug. Closes: Bug#101552
12070 * Fix building and extracting of certain kinds of source packages.
12072 * Added Colin Watson to THANKS.
12074 -- Adam Heath <doogie@debian.org> Wed, 20 Jun 2001 18:27:03 -0500
12076 dpkg (1.9.11) unstable; urgency=low
12078 * The "Hang on to your hats, it gets bumpy from here." release.
12079 * Trim trailing spaces from package names when checking builddeps.
12081 * Apply patch from bug to fix logic error that kept everything but
12082 Build-Deps from working in checkbuilddeps. Closes: #101511.
12083 * Apply patch to correctly check the output of gcc on hurd, for
12084 dpkg-architecture. Closes: #99874.
12085 * The internal pod docs in dpkg-architecture were updated to reflect
12086 that -f was no longer implied when -q was given, but the build system
12087 wasn't generating new documentation. Closes: #100997.
12088 * deb(5) now has a see-also for deb-old(5). Closes: #99620.
12089 * Fix dpkg-shlibdeps infinite directory recursion thru symlinks.
12091 * Set the Architecture to 'source' only when doing source only uploads
12092 in the generated changes files. Closes: #100144.
12093 * Document -nc in the dpkg-buildpackage manpage. Closes: #101038.
12094 * Make dpkg-source work with GNU md5sum. Closes: #97666.
12095 * in dpkg-source, when both arch: all and arch: <arch> packages exist in
12096 debian/control, don't promote the source arch: to any, but only list
12097 all and <arch>. Closes: #94608
12098 * Apply patch from Colin Watson: Closes: #89679
12099 * Reset SIGPIPE to DEFAULT when forking gzip.
12100 * set LANG to C before execing cpio, as we parse its output.
12101 * In checktarcpio() and checktarsane(), use the previously open pipes,
12102 instead of the opening files on disk(which was the old, ancient way).
12103 * Improve the output parsing of tar in checktarsane().
12104 * warn instead of die when find returns an error(which happens if there
12105 is a dangling symlink, because we use -follow). Closes: #51479.
12106 * Change list of allowed urgencies in debian/changelog to: low, medium,
12107 high, and critical. Closes: #94475.
12108 * Error out if an illegal package name is used in dpkg-gencontrol.pl.
12110 * Apply patch from Marcus Brinkmann to dpkg-buildpackage: Closes:
12112 * Option -a implies option -d.
12113 * Set ARCH correctly to host architecture, rather than build arch.
12115 -- Adam Heath <doogie@debian.org> Tue, 19 Jun 2001 22:15:25 -0500
12117 dpkg (1.9.10) unstable; urgency=low
12119 * Fix [arch] parsing, and handle extra spaces better. Closes: #100512,
12121 * Apply patch from bug, to fix cleanup of dpkg-divert temp files.
12123 * Swap j/k keys on the main menu, so they function like the package
12124 selection screen(and like vi). Closes: #100502.
12125 * Multiple fixes in bug: Closes: #99892.
12126 * s/DEAD_JOE/DEADJOE/ in dpkg-source.
12127 * Switch to auto mode if alternative symlink is missing.
12128 * Update Spanish translation
12130 -- Adam Heath <doogie@debian.org> Sat, 16 Jun 2001 14:57:45 -0500
12132 dpkg (1.9.9) unstable; urgency=low
12134 * The leading and trailing spaces patch in the last upload had some
12135 issues with trailing spaces. This fixes them. No bug to close, as the
12138 -- Adam Heath <doogie@debian.org> Wed, 6 Jun 2001 22:36:57 -0500
12140 dpkg (1.9.8) unstable; urgency=low
12142 * Remove leading and trailing spaces from versions, and check for
12143 embedded spaces, inside dpkg. Closes: #99186.
12144 * Handle varied use of spaces in dpkg-checkbuilddeps. Closes: #98899.
12145 * Reset SIGPIPE back to default, in dpkg-source. Closes: #98563.
12146 * Remove bogus $! check from dpkg-architecture. Closes: #99428.
12148 -- Adam Heath <doogie@debian.org> Sat, 2 Jun 2001 15:15:04 -0500
12150 dpkg (1.9.7) unstable; urgency=low
12152 * If a new file doesn't exist on disk, but is a going to be installed as
12153 a directory, then don't error out. Closes: Bug#17381.
12154 * Update japanese manpages. Closes: Bug#97831.
12155 * Update it.po. Closes: Bug#98273.
12156 * Fix bad cleanup in dpkg-divert. Closes: Bug#98578,#98828,#98831.
12158 -- Adam Heath <doogie@debian.org> Mon, 28 May 2001 18:59:03 -0500
12160 dpkg (1.9.4) unstable; urgency=low
12162 * Oops. EOF_mmap incorrectly detecting the end of the data block.
12164 * After fixing the above bug, and using debootstrap to build a sid
12165 chroot, I discovered that my previous dependency cycle fix could cause
12166 segfaults in some situations.
12168 -- Adam Heath <doogie@debian.org> Tue, 1 May 2001 23:04:46 -0500
12170 dpkg (1.9.3) unstable; urgency=low
12172 * Fix compiles on ppc. Closes: Bug#95918.
12174 -- Adam Heath <doogie@debian.org> Tue, 1 May 2001 00:29:45 -0500
12176 dpkg (1.9.2) unstable; urgency=low
12178 * Recompile, to fix incorrect path 1.9.1/dpkg-divert. Closes: Bug#95845
12180 -- Adam Heath <doogie@debian.org> Mon, 30 Apr 2001 14:21:28 -0400
12182 dpkg (1.9.1) unstable; urgency=low
12184 * Fix segfault with empty status and available, and when missing a
12185 trailing new line. Closes: Bug#95496
12186 * Make dpkg-shlibdeps not care if dpkg --search return with an error.
12188 * Fix corruption of user-defined fields in status and available.
12190 * Changed dpkg.cfg to include no-debsig by default, as no debs are
12191 currently signed, and we get false errors when debsig-verify is
12192 installed. This will be removed in the future, when the archive tools
12193 support package signatures. Closes: Bug#95573
12194 * dpkg-buildpackage should only check for valid signinterface if the
12195 user specifies one. Closes: Bug#95598
12196 * Fix removing of diversions. Closes: Bug#95655
12197 * Fix md5sum -c. Closes: Bug#95586
12199 -- Adam Heath <doogie@debian.org> Sat, 28 Apr 2001 16:28:21 -0500
12201 dpkg (1.9.0) unstable; urgency=low
12203 * Things should mostly work OpenBSD 2.8 as well now
12204 * Added a --status-pipe option.
12205 * Fixed several memleaks.
12207 * Reworked lib/parse.c:parsedb(). Instead of using getc(), then
12208 calling varbufaddc(), it now reads the entire file at once into a
12209 huge buffer, then moves pointers around, to do the parsing. This
12210 gave a speedup of 33% on a dual celeron 333, when reading status and
12212 * various other speedups.
12213 * Removed all --smallmem code, as smallmem and largemem now actually
12214 use about the same amount of memory, and largemem is faster. Both
12215 --largemem and --smallmem are now obsolete options, and will print
12216 a warning if used. Closes: Bug#84905, #67528
12217 * Initialize uninitialized variables. This should solve several
12218 segfaults. Closes: Bug#25317(plus 9 others, thru the beauty of
12220 * Found that when working with dependency cycles, and part of the cycle
12221 was a provide, the provider was not being considered, so the cycle
12222 could not be broken. Closes: Bug#87985(and 3 others)
12223 * Update German translation, Closes: Bug#80529,#80532,#87581
12224 * Update French translation, Closes: Bug#65284,#85035,#87238
12225 * Update Japanese translation, Closes: Bug#93873
12226 * Updated all other translations (but no bugs filed)
12227 * Add Danish translation
12228 * Remove spurious '%s' in Polish translation, Closes: Bug#74814
12229 * Add French manpages, courtesy of Philippe Batailler
12230 * Ignore vim swapfiles in dpkg-source, Closes: Bug#81630
12231 * remove --import option from dpkg-statoverride, Closes: Bug#81358
12232 * Replace nfmalloc implementation with obstack. Added obstack.[ch] to
12233 optlib, for non-GNU systems.
12234 * dpkg-divert only allows absolute filenames now. Closes: Bug#82419
12235 * Handle diffs from non-existing files to existing files. Closes: Bug#82708,
12237 * Small fixes to the buildsystem. Closes: Bug#84361
12238 * Fix dpkg-statoverride --update for things other then plain files.
12240 * Fix race with source directory disappearing in dpkg-source.
12242 * Fix manpage for dpkg-gencontrol. Closes: Bug#84625
12243 * Add -n option for dpkg-gencontrol to specify a filename. Closes: Bug#75796
12244 * Use POSIX glob instead of regexp in debian/rules. Closes: Bug#83042,
12246 * fix typo in usage message for dpkg-divert, Closes: Bug#85977
12247 * Use full path for argv[0] when calling scripts. Closes: Bug#68783
12248 * Add ia64 support to dpkg-architecture.
12249 * Minor script changes, Closes: Bug#87485
12250 * Stop dpkg-genchanges from complaining about missing packages
12251 when doing a source-only build. Closes: Bug#87571,#15644,#25496
12252 * Various dpkg-architecture cleanups. Closes: Bug#87505
12253 * Modify dpkg-architecture to handle gcc versions containing letters.
12255 * dpkg-buildpackage updates: Closes: Bug#87572,#85847
12256 + make -C work properly
12257 + fix test for gpg secret keyring
12258 + improve source messages
12259 + skip signing pause when building unsigned packages
12260 + test for invalid signinterface. Closes: Bug#87579
12261 + remove debsign support, it's useless and doesn't work
12262 + Use correct architecture when naming .changes file. Closes: Bug#88015
12263 * Fix wording in dpkg-statoverride manpage for --add. Closes: Bug#85080
12264 * Fix typo in start-stop-daemon manpage. Closes: Bug#88225
12265 * Add dpkg-checkbuilddeps to check if build dependencies are satisfied
12266 and modify dpkg-buildpackage to call it if wanted.
12267 Closes: Bug#86453,#83812,#60717,#74372,#67896,#60717,#13961
12268 * dpkg-parsechangelog can read a changelog from stdin now. Closes: Bug#80142
12269 * Fix confusing wording for dpkg-buildpackage -uc option in manpage.
12271 * dpkg-statoverride now exits with exitcode 1 if we do a --list but don't
12272 output anything. Closes: Bug#84328
12273 * Remove Linux reference from all scripts, they should run fine on
12274 other OSes as well.
12275 * Mark last argument in dpkg-scanpackages usage info as optional.
12277 * Fix cache in dpkg-scanpackages version comparison. Closes: Bug#90722
12278 * Fix formatting error in dpkg-source.1. Closes: Bug#82723
12279 * Change dpkg-gencontrol to fix comma-related syntax errors after
12280 processing substvars. Closes: Bug#92908
12281 * Verify package signatures if debsig-verify is installed. Closes: Bug#37017
12282 * Handle window resize in dselect main menu. Closes: Bug#93559
12283 * Initialize all parts of the package record. This should fix several
12284 segfaults people have been seeing in dpkg. Closes: Bug#90328.
12285 * Apply patch from bug#86847, that escapes intl chars in filenames.
12286 Closes: Bug#83752, #85040, #86847, #89000.
12287 * Errors during dpkg -s(and other similar commands) are now printed
12288 on stderr. Closes: Bug#88987.
12289 * Add a --retry option to start-stop-daemon. Closes: Bug#75139
12290 * Fix regeps to extract Closes magic from a changelog so the #
12291 is really optional. Closes: Bug#94474
12292 * Remove useless statement from dpkg-shlibdeps. Closes: Bug#90516
12293 * Make the debian changelog parser identify itself with $progname.
12295 * Give a syntax error when we get an unexpected PGP signature in control
12296 files. Closes: Bug#75562
12297 * Change dpkg manpage to reflect that --force-statoverride is no enabled
12298 by default. Closes: Bug#95023
12299 * Handle dangling symlinks, by ignoring error code 1 from find, when
12300 processing --recursive. Closes: Bug#4784
12301 * dpkg -L, -S, -l, -s, and -p now return an error code if any package
12302 does not exist. Closes: Bug#4974, #72406
12303 * dselect has a configuration file as well now
12304 * Get ENOENT value at runtime in dpkg-divert instead of hardcoding it.
12306 * Fix wrong ENOENT test in dpkg-divert. Closes: Bug#95088
12307 * Add support for more SuperH variants (sh[34]{,eb}-linux-gnu)
12308 * Fix formatting and a typo in the dpkg manpage
12309 * Document the dpkg.cfg configuration file in dpkg(8)
12311 -- Wichert Akkerman <wakkerma@debian.org> Thu, 26 Apr 2001 12:39:16 +0200
12313 dpkg (1.8.3.1) unstable; urgency=low
12315 * Revert change to nfmalloc.c that was causing SIGBUS on sparc.
12317 -- Ben Collins <bcollins@debian.org> Sat, 13 Jan 2001 08:52:11 -0500
12319 dpkg (1.8.3) unstable; urgency=low
12321 * Do chown before chmod in dpkg-statoverride, Closes: Bug#81943
12322 * Fix recursion in dpkg-shlibdeps, Closes: Bug#81322
12323 * Really completely revert dpkg-source patches which broke backwards
12326 -- Wichert Akkerman <wakkerma@debian.org> Fri, 12 Jan 2001 00:02:22 -0800
12328 dpkg (1.8.2) unstable; urgency=low
12330 * Don't attempt to read from an input source when we only want 0 bytes.
12331 Also handle buggy systems that return EAGAIN instead of EINTR. Closes:
12334 -- Adam Heath <doogie@debian.org> Thu, 11 Jan 2001 00:43:50 -0600
12336 dpkg (1.8.1.1) unstable; urgency=low
12338 * Apply patch from bug to fix badly generated diffs(in some
12339 circumstances). Closes: #81152
12341 -- Adam Heath <doogie@debian.org> Sat, 6 Jan 2001 16:07:33 -0600
12343 dpkg (1.8.1) unstable; urgency=low
12345 * Make --name a valid option. Closes: #31206, #51953.
12346 * dpkg-deb -I <pkg> <control> works again
12347 * Update Swedish translation
12349 -- Wichert Akkerman <wakkerma@debian.org> Thu, 4 Jan 2001 19:31:13 +0100
12351 dpkg (1.8.0) unstable; urgency=low
12353 * Add -k|--symlink option to dpkg-name. Closes: #35040
12354 * Made the accelerator keys in dselect's main menu separate options, so
12355 that they can be translated separately. Closes: #50955.
12356 * Added depends on sysvinit (>= 2.72), so that we can make sure that
12357 /etc/rcS.d exists. Closes: #55037.
12358 * update-rc.d: Changed documentation and help, as -f only applies during
12359 remove. Closes: #55049.
12360 * Added a --force-all option. Closes: #61354.
12361 * Format help string for --abort-after like other option help strings.
12363 * Fix dselect methods to pass admindir to dpkg from dselect.
12364 * Minor tweak so that when patch 2.5.4 is manually used to apply a diff,
12365 it doesn't get applied multiple times. Closes: #65021
12366 * Add --nicelevel to start-stop-daemon, to alter a programs priority
12367 before starting. Closes: #65191.
12368 * Document that --largemem is the default, and that the test point is
12369 24 megs. Closes: #65607.
12370 * Document that --set-selections does not actually install any
12371 packages. Closes: #65340.
12372 * Fix typo in dpkg-deb.1. Closes: #65945.
12373 * Add --truename option to dpkg-divert. Closes: #68489.
12374 * Documented COLUMNS in dpkg(8). Closes: #77001.
12375 * Modified DPKG_C_GCC_TRY_WARNS() to call AC_SUBST, so that we can
12376 use the result of the test during build time. Closes: Bug#75138
12377 * Added description for "suggests" in main/depcon.c:describedepcon().
12379 * Removed bashing from dpkg.postinst.
12380 * Make '#' optional in Closes: tags. Closes: Bug#63137.
12381 * Add -t to -h output in dpkg-buildpackage: Closes: Bug#49598.
12382 * Fix typo in --compare-versions error message. Closes: Bug#66474.
12383 * -R doesn't mean --root. Closes: Bug#66068, #72013
12384 * Add armv3l to archtable. Closes: Bug#72125
12385 * Fix two memory leaks, and lesson the memory foot print a tad. Hints
12387 * Fix some things perl5.6 complains about. Closes: Bug#77337
12388 * Fix references to dpkg-deb manpage. Closes: Bug#77855
12389 * Update Galish translation
12390 * Add new --import option to dpkg-statoverride to make it easy to
12391 import suidmanager settings.
12392 * Speedup patches by Adam Heath
12393 * statoverride fixes by Robert Luberda, Closes: Bug#78436
12394 * Add Linux S/390 support. Closes: Bug#79063
12395 * Using libz to decompress data instead of calling gzip.
12397 * Add gettext to build-depends
12398 * Fix warning when trying to remove a non-existing statoverride.
12400 * Be more paranoid with file permissions when extracting files
12401 * Apply statoverrides to more then just files
12402 * Update update-alternatives manpage to use FHS instead of FSSTND.
12404 * List descriptions for udebs in .changes
12406 -- Wichert Akkerman <wakkerma@debian.org> Mon, 25 Dec 2000 17:19:31 +0100
12408 dpkg (1.7.2) unstable; urgency=low
12410 * Fix parsing of configuration files
12411 * Add new powerpc-linux-gnu entry to archtable. Closes: Bug#76522
12412 * No longer bother to install emacs things. I don't use emacs myself
12413 and can't support that properly.
12414 * scripts/dpkg-shlibdeps.pl: Make it parse soname's in the format of
12415 "libfoo-X.X.so" (e.g. libdb-3.1.so) and use it. Also make it give a
12416 warning if there is a NEEDED line in the objdump output that we cannot
12418 * scripts/dpkg-shlibdeps.pl: resolve library paths using a combination
12419 of the libc major version, and ldconfig -p output. Solves problems
12420 with errant libc5 deps.
12421 * Correct name of .changes file when doing source-only builds
12422 * Fix -ap option for dpkg-buildpackage. Closes: Bug#77305
12423 * Fix typo in update-alternatives manpage. Closes: Bug#77829
12424 * Fix typo in script-regexp update-rc.d. Closes: Bug#76029
12426 -- Wichert Akkerman <wakkerma@debian.org> Thu, 23 Nov 2000 18:55:50 +0100
12428 dpkg (1.7.1) unstable; urgency=medium
12430 * Fix a typo in the dpkg-statoverride manpage
12431 * dpkg-statoverride reads and writes the right file now
12432 * Make update-alternatives use the right dir for alternatives again
12434 -- Wichert Akkerman <wakkerma@debian.org> Tue, 7 Nov 2000 01:16:39 +0100
12436 dpkg (1.7.0) unstable; urgency=low
12438 * Allow the administrator to override file mode and ownership using the
12439 new dpkg-statoverride tool.
12440 * Use objdump instead of ldd in dpkg-shlibdeps
12441 * Fix logic in dpkg-shlibdeps so it looks for dependencies as specified
12442 in its documentation
12443 * Make update-alternatives update slave links with --config and properly
12444 switch the alternative to manual mode
12445 * HURD updates, Closes: Bug#57753,#57754,#57755
12446 * dpkg-architecture: -q should not imply -f, Closes: Bug#57761
12447 * add dpkg:UpstreamVersion and dpkg:Version substvars in dpkg-genchanges
12448 and dpkg-gencontrol. Closes: Bug#62069,#64774
12449 * dpkg-genchanges: add new Changed-By field to .changes with the last
12450 person who made a change, and modify the Maintainer-field to be the
12451 actual maintainer. Update the format-version to 1.7 to reflect this.
12452 * dpkg-genchanges: allow a space between # and a to-be-closed bugnumber
12453 * dpkg-deb: reorder files when building a package
12454 * dpkg-statoverride: new tool to override ownership and modes for files
12455 * Check COLUMNS environment for dpkg -l output. Closes: Bug#65536
12456 * Add Origin and Bugs fields to the control file
12457 * Install new /etc/dpkg/origins/debian file
12458 * Corrections and updates to Swedish translation.
12459 * Add Galician, German, Dutch and Brazilian translations
12460 * archtable: add ia64 and sh; revert sparc64 so that it turns into sparc.
12461 There won't be a full binary-sparc64 port. Closes: Bug#70788
12462 * dselect/main.cc: small fixups to get it to compile with gcc-2.96
12463 * Clean up fd handling in some places. Closes: Bug#69359,#69360,#69361
12464 * Document -k option for dpkg-buildpackage. Closes: Bug#71808
12465 * Install commented dummy shlibs.default and shlibs.override files
12466 * Give dpkg a configurationfile
12467 * dpkg-scanpackages now uses the most recent version if multiple versions
12468 of a package are found.
12469 * don't rename a file to itself in dpkg-source. Closes: Bug#75060
12470 * Fix buffer overflow in cmdname handling in start-stop-daemon.
12472 * Don't abort if start-stop-daemon tries to read a non-existing pidfile.
12474 * Update formatting of start-stop-daemon manpage. Closes: Bug#75110
12475 * Make a missing package a warning instead of an error in dpkg-genchanges
12477 -- Wichert Akkerman <wakkerma@debian.org> Sun, 5 Nov 2000 17:28:39 +0100
12479 dpkg (1.6.13) frozen unstable; urgency=low
12481 * Add Format-flag to .dsc format: we know we are going to change the
12482 format in the next release, this change will make dpkg-source abort
12483 with a reasonable error instead of doing unexpected things.
12484 * Fix error in gettext'ized string
12485 * Updated Czech, French, Polish and Spanish translations. Closes: Bug#63663
12486 * debian-changelog-mode.el: fix documentation string for
12487 debian-changelog-finalise-last. Closes: Bug#63003
12489 -- Wichert Akkerman <wakkerma@debian.org> Mon, 8 May 2000 16:08:53 +0200
12491 dpkg (1.6.12.99) frozen unstable; urgency=low
12493 * Pre-release for 1.6.13. which will only feature translation updates
12494 * Fix typo in dpkg-divert, Closes: Bug#60243
12495 * dpkg-genchanges: recognize non-deb packages (tarballs, such as
12496 dpkg-non-deb and boot-floppies disk tarballs). This makes sure that we
12497 include them when figuring out the Arch field in the .changes
12498 * mark another string as translateable, Closes: Bug#62543
12499 * fix location of --abort-after in --help output, Closes: Bug#62464
12500 * fix allocation error in checkpath(), Closes: Bug#62364
12501 * add Hold to list of desired package states in -l output, Closes: Bug#58765
12503 -- Wichert Akkerman <wakkerma@debian.org> Fri, 21 Apr 2000 11:52:59 +0200
12505 dpkg (1.6.12) frozen unstable; urgency=high
12507 * Fix test for gpg/pgp in dpkg-buildpackage. You can now build
12508 unsigned packages again. Closes: Bug#60395
12509 * Updated Spanish and Swedish translations. Closes: Bug#41735
12510 * Merge patch from Joel Klecker to remove emacsen-common stuff from dpkg-dev
12512 -- Wichert Akkerman <wakkerma@debian.org> Mon, 3 Apr 2000 16:50:02 +0200
12514 dpkg (1.6.11) frozen unstable; urgency=high
12516 * Oops, missed one case where the libc/ncurses conflict reared its
12517 ugly head and broke dselect miserably.
12518 * fix syntax error in dpkg-divert. Closes: Bug#60050
12520 -- Wichert Akkerman <wakkerma@debian.org> Fri, 10 Mar 2000 11:52:07 +1100
12522 dpkg (1.6.10) frozen unstable; urgency=low
12524 * The `it rains in Sydney' release
12525 * Mark another string in dselect as translateable, Closes: Bug#58618
12526 * Fix typos, Closes: Bug#58619
12527 * Change dselect keybindings slightly so `n' really does searchagain
12528 * Updated Czech and Spanish translations, Closes: Bug#58617
12529 * dpkg-divert.pl: reinstate last writeability-patch. Modified
12530 to not abort on ENOENT: this indicates a directory does not (yet)
12531 exist. If this happens don't try to rename. This should fix all
12532 current dpkg-divert problems. Closes: Bug#59207,#58596
12533 * update-alternatives: switch back to auto-mode when manually selected
12534 alternative is removed, Closes: Bug#54933
12535 * dselect no longer segfaults on SIGWINCH but does The Right Thing
12536 instead. Closes: Bug#54303,#58697,#59419
12538 -- Wichert Akkerman <wakkerma@debian.org> Tue, 7 Mar 2000 15:09:47 +1100
12540 dpkg (1.6.9) frozen unstable; urgency=low
12542 * Fix typo in update-alternatives manpage
12543 * dpkg-architecture: -q should not imply -f, Closes: Bug#57761
12544 * Cleanup bits of install-info to make it more stable
12545 * Fix Build-Dependency for ncurses, Closes: Bug#58073
12546 * Some more documentation updates, Closes: Bug#57985
12547 * Revert patch to check for writeable filesystems in dpkg-divert,
12550 -- Wichert Akkerman <wakkerma@debian.org> Fri, 18 Feb 2000 12:11:58 +0100
12552 dpkg (1.6.8) frozen unstable; urgency=low
12554 * Turn --force-overwrite on by default
12555 * Fix a couple of small buildsystem errors
12556 * Support multiple adjacent newlines in control-style files, Closes: Bug#56056
12557 * Updated Czech and Swedish translations
12558 * Revert patch to change order of things when purging a package,
12560 * Handle failed open of /dev/tty in dpkg -l, Closes: Bug# 55041
12561 * Update Japanese translations, Closes: Bug# 56641, #57494, #57595
12562 * Update extended description for dpkg-dev, Closes: Bug# 56675
12563 * Implement verbose option for update-alternative
12564 * Fix conflicts handling
12566 -- Wichert Akkerman <wakkerma@debian.org> Thu, 10 Feb 2000 15:31:31 +0100
12568 dpkg (1.6.7) frozen unstable; urgency=low
12570 * dpkg compiles on HP-UX, Solaris and IRIX now
12571 * start-stop-daemon can chroot now, Closes: Bug#54513
12572 * Allow space between # and the bugnumber in the changelog
12573 * Display package description with waddnstr, Closes: Bug#54313
12574 * Updated Japanese manpages, Closes: Bug#54690, #55080
12575 * Upload full source for packages with version *-0.1, Closes: Bug#54651
12577 -- Wichert Akkerman <wakkerma@debian.org> Sun, 16 Jan 2000 18:36:10 +0100
12579 dpkg (1.6.6) unstable; urgency=low
12581 * dpkg-buildpackage supports debsign, Closes: Bug#58333
12582 * fix update-alternatives manpage, Closes: Bug#53859
12583 * Updated Polish translation
12584 * Pass admindir to dpkg, Closes: Bug#54039
12585 * Fix dpkg -l output
12586 * Remove dpkg-safelist again, it had issues
12588 -- Wichert Akkerman <wakkerma@debian.org> Fri, 7 Jan 2000 19:51:45 +0100
12590 dpkg (1.6.5) unstable; urgency=low
12592 * Update Spanish translation
12593 * Don't strip 8th bit in dselect packagelists, Closes: Bug# 49061
12594 * Don't use \z in dpkg-scansources, Closes: Bug# 53182
12595 * Correctly unregister internals manual, Closes: Bug# 53200
12596 * dselect helpessages can be translated now, Closes: Bug# 51381
12597 * dselect UI tweaks, including a new --expert mode
12598 * Added build-depends, Closes: Bug# 53394
12599 * Added THANKS-file with people who have contributed to the code
12600 * Use full width of tty in packagelisting, Closes: Bug# 53395
12601 * Add -z option to dpkg-deb to set compressionlevel when building
12602 packages, Closes: Bug# 53398
12603 * Fix segfaults when producing a diff between current and new conffile,
12606 -- Wichert Akkerman <wakkerma@debian.org> Sat, 25 Dec 1999 04:47:09 +0100
12608 dpkg (1.6.4) unstable; urgency=low
12610 * No longer byte-compile for emacs
12611 * Add Swedish translation
12612 * start-stop-daemon: honour --oknodo if we fail to kill a process
12613 Closes: Bug#52580,#52185,#52457
12614 * Fix dselect program description, Closes: Bug#52328
12615 * Fix architecture-detection in dpkg-gencontrol, Closes: Bug#52616
12616 * Accept single-number values in update-rc.d, Closes: Bug#46810
12618 -- Wichert Akkerman <wakkerma@debian.org> Sun, 19 Dec 1999 16:27:48 +0100
12620 dpkg (1.6.3) unstable; urgency=high
12622 * Comment dselect changes from 1.6.2, they seem to have a problem
12623 Closes: #52043,52058,52088,51437
12624 * Really fix emacs-stuff. Hopefully. Closes: #51919,51525
12625 * Fix copyright display in dselect menu, Closes: #52093
12626 * Fix uid/gid-changes in start-stop-daemon, Closes: #52081
12628 -- Wichert Akkerman <wakkerma@debian.org> Tue, 7 Dec 1999 17:06:00 +0100
12630 dpkg (1.6.2) unstable; urgency=low
12632 * New dpkg-scansources, Closes: #51888
12633 * Fix default for elispdir, Closes: #51919,51525
12634 * New manpages for cleanup-info and dpkg-divert, Closes: #51539, 46657
12635 * Buildsystem updates, Closes: #51525, 51855, 51914
12636 * Modify dselect behaviour for suggests and recommends
12638 -- Wichert Akkerman <wakkerma@debian.org> Sun, 5 Dec 1999 19:29:50 +0100
12640 dpkg (1.6.1) unstable; urgency=low
12642 * Fix some slight packaging errors
12644 -- Wichert Akkerman <wakkerma@debian.org> Fri, 26 Nov 1999 20:18:48 +0100
12646 dpkg (1.6) unstable; urgency=low
12648 * Major overhaul of the buildsystem
12649 * Update Standards-Version to 3.1.0
12650 * Move to version 1.6 to reflect the amount of changes made
12651 * Fix mixup with Czech and Polish translations, Closes: Bug# 48986
12652 * utils/start-stop-daemon.c: Added ability for user.group arg to
12653 --chuid. Also, always call initgroups() when using --chuid.
12654 * utils/start-stop-daemon.8: Document above change, also add note to the
12655 --make-pidfile option concerning its problem with daemons that fork
12657 -- Wichert Akkerman <wakkerma@debian.org> Thu, 25 Nov 1999 04:30:01 +0100
12659 dpkg (1.4.1.19) unstable; urgency=low
12661 * Fix replaces for dpkg-dev
12662 * Add gettext-support to dselect
12663 * Added Czech and Polish translations for dpkg
12664 * Fixed incorrect patch for --print-architecture (oops, oh well
12665 it was already broken when there was no gcc anyway :)
12666 * Fixed missing mipseb that was supposed to be in the archtable
12667 * Better output in update-alternatives --config, now shows the
12668 current, and the preferred choices.
12669 * dpkg-name: ignore epoch when getting version
12670 * 50dpkg-dev.el: add it as a conffile for dpkg-dev
12671 * internals.sgml: Removed references to the versions of build tools,
12672 they date the document.
12673 * debian-changelog-mode.el: added hint for better log-email handling
12674 * Added recognition for new source-depends fields for policy
12675 referenced in bug #41232
12676 * dpkg-buildpackage: add -ap option to force a pause prior to starting
12677 the sign process. This helps for people who don't keep their signatures
12678 on the filesystem (on a floppy perhaps, then mount as needed).
12679 * minor script corrections
12680 * dpkg-dev control: Change gcc to c-compiler in the recommends field, and
12681 move cpio, patch and make to the depends line
12682 * Leave file info intact in available when installing packages. MD5sum,
12683 Filename, and MSDOS-Filename used to get lost when installing a
12685 * Added armv4l to archtable
12686 * Added 'D' to the list of choices for conffile handling, closes: #48137
12687 * Converted internals.sgml to debiandoc format. Also added a dpkg-doc
12688 package that contains the generated output from this file (.ps, .html
12689 and .info), includes doc-base support. Internals.sgml is also not
12690 generated on the binary-arch target, and is no longer "byhand"
12691 * dpkg-gencontrol: add "Source" to the fields placed in the control file
12692 * dpkg-parsechangelog: fixed loop for parsepath (#48526)
12693 * main/{processarc.c,depcon.c}: added new structure for conflictors,
12694 which contains a struct for conflicts. This is used to create an array
12695 of conflicting packages, which are going to be replaced. Allows for
12696 multiple conflicts and replaces. All conflictor handlers were
12697 converted to loops to handle each one (processarc.c).
12698 * dpkg-divert: Fix check for writable filesystem, closes: #48646
12700 -- Wichert Akkerman <wakkerma@debian.org> Sat, 30 Oct 1999 15:14:40 +0200
12702 dpkg (1.4.1.18) unstable; urgency=low
12704 * Backout dep check patch
12706 -- Ben Collins <bcollins@debian.org> Sat, 23 Oct 1999 00:39:24 -0400
12708 dpkg (1.4.1.17) unstable; urgency=low
12710 * Add support for long filenames, along with --assert-longfilenames
12711 * Added --chuid option to start-stop-daemon to allow switching to
12712 a different uid when starting a process
12713 * Add mipseb and mipsel to the archtable too, since mips and mipseb are
12714 both viable names for the mips big endian arch, and mipsel is also needed
12715 * Update dpkg-architecture's archtable
12716 * Added --config option to update-alternatives to allow easy changing
12717 of the registered alternatives for a specific name
12718 * Updated the deb-control(5) man page with all the current fields
12720 * Made the large info screen show 5 lines of the pkglist so that
12721 it scrolled properly, and still showed the cursor in dselect
12722 * Removed references to dpkg(5) which seems to not exist anymore
12723 * Fixed `dpkg-deb --help' and dpkg-deb(1) from reporting --no-check
12724 when it's actually --nocheck (went with the hardcoded option, so
12725 this is just a documentation fix).
12726 * Added better check in disk.setup for a working NFS server. Makes
12727 it compatible with other non-Linux servers.
12728 * Corrected dpkg(8)'s example of using dpkg -i (showed it used with
12729 a .tar.gz instead of a .deb)
12730 * Applied patch to correct improper TMPDIR handling in dpkg-deb
12731 * When encountering an error in extracting the tar archives in the
12732 packages, we should abort the install, not simply give an error
12734 * Make dpkg give the builtin arch if there was an error while exec()'ing
12735 the C compiler with --print-architecture. We still fail if the
12736 output from gcc was bad in some way, since they may be of importance.
12737 * Removed the maintainer-configure portion in debian/rules, since
12738 we should be shipping the source with all the auto* stuff
12739 already generated anyway
12740 * Removed the ltconfig patch, and resort to a debian/rules fix
12741 to libtool itself after running configure
12742 * Removed shlibs.default.i386. It's now a template for arch porting to
12743 Debian/dpkg, we install it still, if there exists a file matching the
12745 * Reimplemented a better *stat cache for the removal checking code,
12746 this helps a lot when doing upgrades where the packages are a lot
12747 different in layout
12748 * Increased largemem auto detection to >= 24megs, since it's not uncommon
12749 for dpkg to actually use 16megs of ram all on its own when using the
12750 largemem setting (old minimum was 16megs)
12751 * debian/rules: chmod -x everything in /usr/lib to make lintian happy.
12752 in the clean phase just rm -rf $(BUILD), we don't need to run
12753 distclean and all that other stuff. Don't run "make dist", we
12754 simply copy the .tar.gz that dpkg-source creates for the byhand
12756 * Make start-stop-daemon exit(1) when we don't find one of the
12757 pid's we are trying to kill, in accordance with the man page.
12758 * When running --configure on an already installed package, just
12759 say it's installed, and not that it is in an unconfigurable
12761 * Fixed some compiler warnings
12762 * Make dpkg check for uid 0 requirement, before checking the path
12763 since not being root, is probably the reason that the PATH is
12764 borked in the first place
12765 * Make -p short for --print-avail, and -P short for --purge
12766 * Fix typo in md5sum(1) man page
12767 * start-stop-daemon: Add --background and --make-pidfile options
12768 * update-alternatives: make sure we remove "old" symlinks when they
12769 are no longer pertinent. Add /etc/alternatives/README that refers
12770 to the update-alternatives(8) man page.
12771 * dpkg-divert: Add check for being able to write to the old/new
12772 destination before doing a rename. We fail on this, without
12773 changing the diversion registry
12774 * Fix bad regex in update-rc.d
12776 -- Wichert Akkerman <wakkerma@debian.org> Thu, 21 Oct 1999 17:49:03 +0200
12778 dpkg (1.4.1.16) unstable; urgency=medium
12780 * Hardcode ENOENT again since the errno-part of the POSIX module
12781 isn't in perl-*-base. sigh.
12783 -- Wichert Akkerman <wakkerma@debian.org> Fri, 15 Oct 1999 04:01:14 +0200
12785 dpkg (1.4.1.15) unstable; urgency=low
12787 * non-maintainer release.
12788 * Move dselect into its own package
12789 * Remove conffiles before directories when purging
12790 * Check if integrity from other packages will broken when processing
12792 * dpkg-deb can handle package made with Linux ar.
12793 * Add check to update-alternatives to see if the sequencecode is between
12795 * Fix failed assertion, which was actually two bugs: a logic error in
12796 checkforremoval and a wrong assumption in findbreakcycle
12797 * dselect doesn't die when you resize the terminal
12798 * check if a file is also in a new package before removing it when upgrading
12799 * offer to show a diff between the old and new conffile
12800 * dpkg-scanpackages: don't abort but only skip a package if we can't
12802 * Add HURD-support to start-stop-daemon
12803 * Reinstate patch to not read available when doing --list-files
12804 * Add a couple of --force options to handle changed conffiles
12806 -- Wichert Akkerman <wakkerma@debian.org> Thu, 14 Oct 1999 04:20:56 +0200
12808 dpkg (1.4.1.14) unstable; urgency=low
12810 * non-maintainer release.
12811 * dpkg-source works again on empty diffs, Closes: Bug# 46159
12812 * Install locale-files in /usr/share, Closes: Bug# 46631
12813 * Make /usr/share/doc/dpkg-dev a symlink to /usr/share/doc/dpkg
12814 * Actually include fix to make update-alternatives works filesystems (oops!)
12815 * Check if codenumber is between 0 and 99, Closes: Bug# 46810
12817 -- Wichert Akkerman <wakkerma@debian.org> Tue, 5 Oct 1999 19:19:05 +0200
12819 dpkg (1.4.1.13) unstable; urgency=low
12821 * Non-maintainer release.
12822 * NMU number 13, lets see what breaks :)
12823 * update-alternatives works across filesystems now
12824 * Make -sgpg work in dpkg-buildpackage (typo)
12826 -- Wichert Akkerman <wakkerma@debian.org> Tue, 28 Sep 1999 01:26:19 +0200
12828 dpkg (1.4.1.12) unstable; urgency=low
12830 * Non-maintainer release.
12831 * Fix typo in chmodsafe_unlink that made dpkg chmod files that
12832 weren't setuid or setgid
12834 -- Wichert Akkerman <wakkerma@debian.org> Sun, 26 Sep 1999 02:41:30 +0200
12836 dpkg (1.4.1.11) unstable; urgency=low
12838 * Non-maintainer release.
12839 * Added sparc64 to archtable
12840 * Added entries for newer alpha architectures to the archtable
12841 * Always run patch and diff with LANG set to C.
12842 * Handle diff warning for files with no newline at the end of file
12845 -- Wichert Akkerman <wakkerma@debian.org> Fri, 24 Sep 1999 03:23:54 +0200
12847 dpkg (1.4.1.10) unstable; urgency=low
12849 * Non-maintainer release.
12850 * Build dpkg-scansources manpages using pod2man
12851 * dpkg-buildpackage changes:
12852 + fix signinterface-detection
12853 + use gpg by default if $HOME/.gnupg/secring.gpg exists
12855 -- Wichert Akkerman <wakkerma@debian.org> Thu, 16 Sep 1999 15:36:43 +0200
12857 dpkg (1.4.1.9) unstable; urgency=low
12859 * Non-maintainer release.
12860 * Updated dpkg-scansources to current version from Roderick Schertler
12861 * Update location of GPL in internals-manual
12862 * Update location of GPL and dpkg copyright in all manpages
12863 * Include patch from Roman Hodek for dpkg-source to handle diffs of files
12864 with lines that begin with two dashes.
12865 * Move dpkg-scansources to dpkg-dev package
12866 * Move dpkg-scansources manpage to section 8
12867 * Fix error that moved a lot of manpages to the dpkg package.
12868 * It looks like not reading the available-file for listfiles was not greeted
12869 with much enthiousiasm, so reverse the change.
12871 -- Wichert Akkerman <wakkerma@debian.org> Wed, 15 Sep 1999 03:45:07 +0200
12873 dpkg (1.4.1.8) unstable; urgency=low
12875 * Non-maintainer release.
12876 * Merge dpkg-doc-ja
12877 * Add patch from Raphaël Hertzog <rhertzog@hrnet.fr> for dpkg-scansources
12878 to skip comments in signatures. This allows packages to also use GnuPG.
12880 -- Wichert Akkerman <wakkerma@debian.org> Mon, 13 Sep 1999 04:16:33 +0200
12882 dpkg (1.4.1.7) unstable; urgency=low
12884 * Non-maintainer release.
12885 * Use /usr/share/doc
12886 * Merge changes from dpkg-iwj tree:
12887 + change section in dpkg-deb.1 to 1
12888 + Use COPYINGFILE instead of hardcoded GPL-location in showcopyright()
12889 + varbufprintf (used for some error messages) vsnprintf return value
12890 assumption changed to correspond to reality rather than glibc-doc.
12891 + Don't read available-info when not needed (slightly improved from
12892 dpkg-iwj: don't read for listfiles either :)
12893 + Cleanup --assert-* code
12894 + Assume largemem on systems without sysinfo(2).
12895 + modify preexec-script for easier script execution
12896 + Do not chmod(".../path/to/symlink",0600) causing many bad perms.
12897 + Sanity-check numbers for parameters
12898 + Move some logic from process_archive into wantinstall
12899 + Print '0' in dpkg-scanpackages if no packages found.
12901 -- Wichert Akkerman <wakkerma@debian.org> Fri, 10 Sep 1999 04:06:32 +0200
12903 dpkg (1.4.1.6) unstable; urgency=low
12905 * Non-maintainer release.
12906 * scripts/dpkg-architecture.pl: Update to latest version.
12907 * scripts/dpkg-architecture.1: Likewise.
12909 -- Marcus Brinkmann <brinkmd@debian.org> Sat, 24 Jul 1999 18:24:21 +0200
12911 dpkg (1.4.1.5) unstable; urgency=low
12913 * Non-maintainer release.
12914 * (dpkg-dev): Use emacsen-common for debian-changelog-mode.el
12915 (closes:Bug#20776,#31030).
12916 * Removed references to the packaging and policy manuals from debian/control.
12917 * Put debian-changelog-mode.el in dpkg-dev and remove from dpkg (closes:Bug#29271).
12918 * Fix paths in 50dpkg-dev.el using Roderick Schertler's patch
12919 (closes:Bug#28270,#29702,#26876,#29184,and others).
12920 * Note that bug number 17367 was fixed in 1.4.0.26.
12921 * Add Zack Weinberg's install-info patch for GNU install-info
12922 compatibility (closes:Bug#28965).
12923 * Add dpkg-architecture stuff from Marcus Brinkmann.
12924 * Remove debian-keyring suggests from dpkg.
12925 * Add -k<keyid> flag to dpkg-buildpackage.
12926 * --textmode works in gpg, remove kluge from dpkg-buildpackage.
12927 * Cleanup configure.in slightly (stop using tl_ macros, fix gettext stuff).
12928 * Attempt to make Debian source useful for non-Debian systems
12929 (i.e. distclean tree instead of maintainer-clean tree).
12930 * Sync with wichert's 1.4.1.4.
12931 * Add my ltconfig-1.3.2.diff (RPATH workaround).
12932 * Add dpkg-scansources program and man page.
12933 * Man pages in /usr/share/man.
12935 -- Joel Klecker <espy@debian.org> Tue, 13 Jul 1999 18:12:15 -0700
12937 dpkg (1.4.1.4) unstable; urgency=low
12939 * Also change developer-keyring to debian-keyring for dpkg-dev package
12940 * Include spanish translation from Nicolás Lichtmaier <nick@debian.org>
12941 * Depend on perl5 instead of perl
12943 -- Wichert Akkerman <wakkerma@debian.org> Mon, 5 Jul 1999 00:04:14 +0200
12945 dpkg (1.4.1.3) unstable; urgency=low
12947 * Modify tarobject() so it does not complain if we are creating a
12948 directory that replaces a removed file. This works around the
12949 problem that the filedatabase doesn't remember what filetype a
12950 file was by assuming it already was a directory
12952 -- Wichert Akkerman <wakkerma@debian.org> Mon, 31 May 1999 23:49:23 +0200
12954 dpkg (1.4.1.2) unstable; urgency=low
12956 * Non-maintainer upload
12957 * Rebuild, so this is glibc2.1 (unless you're on m68k), which is rumoured
12958 to also fix the i8n-problems.
12959 * Incorporate 1.6 format of .changes, patch from Guy Maor
12960 * Fix bug in section-handling of dpkg-scanpackages, patch from Guy Maor
12961 * Disable force-overwrites again, since we're in unstable
12962 * Assume largemem on systems for which sysinfo is not available, Bug# 33658
12964 -- Wichert Akkerman <wakkerma@debian.org> Wed, 26 May 1999 15:50:17 +0200
12966 dpkg (1.4.1.1) unstable; urgency=low
12968 * Non-maintainer upload
12969 * Install emacs-startup scripts with mode 0644 (lintian)
12970 * Incorporate changes in NMU 1.4.0.32 made by Vincent Renardias
12971 <vincent@waw.com> for slink:
12972 + Apply patch from Jim Pick for update-alternatives.pl to
12973 fix 'Important' bugs #30891 in dpkg and (#27382, #27383, #27696,
12974 #27703, #27736, #27097(merged bugs)) in jdk1.1.
12975 * Incorporate changes in NMU 1.4.0.33 made by me for slink:
12976 + Fix illegal perl construct (Bug# 30985)
12977 + Initialize oialtname->useinstead and oicontest->camefrom to 0 (Bug# 30397)
12978 + Update shlibs.default for libncurses 4 (Bug# 30332)
12979 + Suggest debian-keyring instead of developer-keyring (Bug# 27376, 30248)
12980 + Abort dpkg-divert when attempting to divert a directory (Bug# 30126)
12981 + Make dpkg-deb.1 aware that it is in section 1, not 8
12982 + Fix section in reference to dpkg-deb in dpkg.8 (Bug# 29740)
12983 + Fix typo in --force-help (Bug# 26193)
12984 + Correct path for debian-changelog-mode.el (Bug# 24606)
12985 + Make disk-method for dpkg use /var/run instead of /tmp to fix
12986 symlink-attacks (Bug# 21399)
12987 + Document -n and -f options for update-rc.d in manpage (Bug# 15913)
12988 + Add --abort-after option to change after how many errors we abort and
12989 change the default to 50 (Bug# 22940)
12990 + Fix controllib.pl: don't check debian/substvars unless needed, and
12991 don't depend on language settings (Bug# 31508)
12992 + Allow a - in the architecture-field (Bug# 25537)
12994 -- Wichert Akkerman <wakkerma@debian.org> Mon, 1 Feb 1999 00:44:01 +0100
12996 dpkg (1.4.1) unstable; urgency=low
12998 * Maintainer release by IWJ.
12999 * Changed Maintainer: field description.
13000 * Various changes to make the damn thing build.
13001 * Add .cvsignore files.
13003 -- Ian Jackson <ian@davenant.greenend.org.uk> Sun, 1 Nov 1998 17:33:38 +0000
13005 dpkg (1.4.0.31) unstable; urgency=low
13007 * dpkg/processarc.c: Make newfileslist static like the other arguments
13008 for register_cleanup's cu_* functions.
13009 * N-th fix for controllib.pl (simulate old behavior by trying stdin,
13010 stdout, and stderr for getlogin()).
13011 * Enable --force-overwrite for slink release, and comment where to do
13013 * Recompile against ncurses4.
13015 -- Daniel Jacobowitz <dan@debian.org> Thu, 22 Oct 1998 17:37:23 -0400
13017 dpkg (1.4.0.30) unstable; urgency=low
13019 * dpkg-dev isn't allowed to have a Recommends: debian-keyring (as that's
13020 in contrib), so it's now lowered to a Suggests: . Thanks to James Troup
13021 for pointing this out.
13023 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Sat, 26 Sep 1998 13:59:23 +0200
13025 dpkg (1.4.0.29) unstable; urgency=low
13027 * For now, prefer PGP over GPG.
13029 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Tue, 22 Sep 1998 09:38:09 +0200
13031 dpkg (1.4.0.28) unstable; urgency=low
13033 * Added gpg (GNU Privacy Guard) support:
13034 * scripts/buildpackage.sh: default to GPG (unless no GPG, but only a PGP
13035 secret key file is found), as GPG, unlike PGP, is DFSG-free.
13036 * Updated dpkg-source(1), and added gpg(1) and pgp(1) to the SEE ALSO
13038 * Worked around broken textmode implementation in GPG.
13039 * dpkg-dev now Suggests: gnupg .
13040 * No longer includes developer-keys.pgp . Instead, dpkg now Suggests: and
13041 dpkg-dev now Recommends: developer-keyring.
13042 * Compiled with latest libstdc++ (2.9).
13044 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Mon, 21 Sep 1998 13:17:14 +0200
13047 dpkg (1.4.0.27) unstable; urgency=low
13049 * REALLY fixed dpkg-dev, and new attempt to placate installer on internals.
13051 -- Daniel Jacobowitz <dan@debian.org> Fri, 27 Jul 1998 15:58:04 -0400
13053 dpkg (1.4.0.26.0.1) unstable; urgency=low
13055 * Binary-only upload for x86 and fixed dpkg-dev
13057 -- Daniel Jacobowitz <dan@debian.org> Fri, 24 Jul 1998 15:58:04 -0400
13059 dpkg (1.4.0.26) unstable; urgency=low
13061 * Non-maintainer upload.
13063 * Make --root work with maintainer scripts (Patch by Scott Barker,
13064 bugs #4863 and #3170).
13065 * Fix $(lispdir) bug if compiling without emacs (noticed by Joey Hess).
13067 -- Daniel Jacobowitz <dan@debian.org> Thu, 23 Jul 1998 12:02:04 -0400
13069 dpkg (1.4.0.25) unstable; urgency=low
13071 * Non-maintainer upload.
13073 * Add the requested -nc option to dpkg-buildpackage (Do
13074 not clean source tree, useful in debugging cycles).
13075 * controllib.pl: Again by popular acclamation, fix the getlogin() warnings.
13076 I redirected STDERR onto fd 0 before calling getlogin().
13077 * tools.m4: Fix display of whether c++ works.
13078 * dpkg-deb/extract.c: glibc 2.1 and some kernels want to make
13079 fflush() move the current fpos. Until someone can fix that,
13081 * Add an extra 0, to dselect/{pkg,meth}keys.cc so it compiles again.
13082 * Start using lchown() if available.
13083 * Really fix #20353. (aclocal.m4 was the wrong place; that's a generated
13084 file. The correct place is in tl_canon.m4.)
13086 -- Daniel Jacobowitz <dan@debian.org> Tue, 21 Jul 1998 03:14:14 -0400
13088 dpkg (1.4.0.24) unstable; urgency=low
13090 * Non-maintainer upload.
13092 * dpkg/main.c: Turn --force-overwrite off as default.
13093 * dpkg/main.c: don't list --force-overwrite as default in --force-help,
13094 noticed by Peter Weiss <Peter.Weiss@Informatik.Uni-Oldenburg.DE> and
13095 others. [#23542, part of #17409].
13096 * dpkg/dpkg.8: replaced with a newer version from Jim Van Zandt
13097 <jrv@vanzandt.mv.com>. [#21061]
13099 * dpkg-deb/build.c (do_build): add missing \n and improve error message
13100 when conffile name is too long. [#7057]
13102 * scripts/update-alternatives.8: replaced with better man page from
13103 Charles Briscoe-Smith <cpb4@ukc.ac.uk>. [#17283]
13104 * scripts/dpkg-source.1: corrected logic error in documentation for
13105 dpkg-gencontrol's -p option, as noticed by Oliver Elphick
13106 <olly@linda.lfix.co.uk>. [#14655]
13107 * scripts/controllib.pl (findarch): correct typo in error message,
13108 noticed by Yann Dirson <ydirson@a2points.com>. [#22106]
13109 * scripts/dpkg-buildpackage.sh: fix typo for 'source maintainer',
13110 noticed by Joey Hess <joey@kite.ml.org>, Adam P. Harris
13111 <apharris@onshore.com> and others. [#10175, #15559]
13112 * scripts/dpkg-genchanges.pl: applied patch from Roman Hodek
13113 <Roman.Hodek@informatik.uni-erlangen.de> which solves problems with
13114 architecture specific packages in mostly architecture independent
13115 multi-binary source packages. [#14341, #20192].
13117 * doc/Makefile.am: remove any reference to the packaging manual, as it is
13118 now provided by the separate "packaging-manual" package.
13119 * doc/packaging.sgml: removed.
13120 * doc/developer-keys.pgp: updated to the current debian keyring.
13122 * aclocal.m4: applied patch from Joel Klecker <jk@espy.org> to handle
13123 egcs' --print-libgcc-file-name output. [#20353]
13125 * debian/copyright: correct FSF address.
13126 * debian/rules: add code from lesstif's debian/rules to make libtool
13127 less of a fool (i.e. not use -rpath and to link shared libraries
13128 against libraries it depends on). Code by Richard Braakman
13129 <dark@xs4all.nl> and Yann Dirson <dirson@debian.org>.
13130 * debian/rules: remove all reference to the packaging manual as it is
13131 now provided by the separate "packaging-manual" package. [#21581,
13132 #21186, #22698, #23342]
13133 * debian/rules: link dpkg-divert.1.gz to undocumented.7.gz as the lack
13134 of a real manpage has been reported in #11093.
13135 * debian/README.compile: removed gawk and bogus comment about gettext
13136 being in experimental, as reported by Santiago Vila <sanvila@unex.es>
13137 [#23344]. Added libpaperg (debiandoc2ps needs paperconf).
13138 * debian/shlibs.default.i386: updated for glibc, reported by Herbert Xu
13139 <herbert@gondor.apana.org.au>. [#13140]
13140 * debian/control (dpkg-dev): depend on perl as POSIX (not a part of
13141 perl-base) is needed by most of the perl dpkg-* scripts, noticed by
13142 Joel Klecker <jk@espy.org>. [#22115]
13144 -- James Troup <jjtroup@comp.brad.ac.uk> Wed, 24 Jun 1998 14:38:52 +0200
13146 dpkg (1.4.0.23.2) frozen unstable; urgency=low
13148 * Non-maintainer upload.
13149 * dpkg/main.c: Turn --force-overwrite back on as default.
13151 -- James Troup <jjtroup@comp.brad.ac.uk> Tue, 23 Jun 1998 22:19:26 +0200
13153 dpkg (1.4.0.23.1) frozen unstable; urgency=low
13155 * No real changes, only a new version code to make this go to frozen too.
13157 -- Nils Rennebarth <nils@debian.org> Wed, 10 Jun 1998 17:29:58 +0200
13159 dpkg (1.4.0.23) frozen unstable; urgency=low
13161 * Non-maintainer bug-fix release
13162 * Update the disk method to the hamm directory structure (Bug#21000)
13164 -- Nils Rennebarth <nils@debian.org> Sun, 7 Jun 1998 19:14:51 +0200
13166 dpkg (1.4.0.22) frozen unstable; urgency=medium
13168 * Non-maintainer bug-fix release
13169 * Install main changelog file as `changelog.gz' instead of
13170 `changelog.dpkg.gz' (Debian Policy, section 5.8) (Bug#6052,15157)
13171 * Avoid use of /tmp/*.$$ in preinst and postinst (Bug#19712)
13172 * Make sure diversions file is always created with mode 0644 (Bug#19494)
13173 * When removing a file, chmod it to 000 if it's a char or block
13174 device or remove its s[ug]id bits, if any (Bug#6006)
13175 * Minor fixes in the programmer's manual (Bug#6206)
13176 * Always create readable status and available files
13177 (Bug#9869,11887,14636,15786,19146)
13178 * Make dpkg-gencontrol honour -DArchitecture=xxxx (Bug#9893)
13179 * Allow different archs for the same binary in debian/files (Bug#9894)
13180 * Added workaround in /usr/lib/dpkg/methods/disk/setup
13181 to avoid bash warning (Bug#10111,10131)
13182 * Recognize old .deb packages with other locales (Bug#12232)
13183 * Added `SHELL=bash' to debian/rules: it uses bash-specific structs
13184 * Move some files from dpkg to dpkg-dev (part of Bug#13295)
13185 * Minor fix in packaging manual regarding to Standards-Version (Bug#14696)
13186 * Fixed --altdir and --admindir in update-alternatives (Bug#15332)
13187 * Strip /usr/lib/libdpkg* (Bug#15671)
13188 * dpkg: send output of --help, --force-help and -Dhelp to stdout
13190 * send correct signals with start-stop-daemon (Bug#17258)
13191 * Make `dpkg-divert --test --remove' work as expected (Bug#19531)
13192 * Determine properly the architecture if gcc is egcs (Bug#20353)
13194 -- Juan Cespedes <cespedes@debian.org> Sun, 5 Apr 1998 17:37:01 +0200
13196 dpkg (1.4.0.21) unstable; urgency=low
13198 * Non-maintainer release to include a new update-rc.d
13199 * Fixed date on files in the archive from 2017 and 2018 by running
13200 touch foo; find . -newer foo | xargs -r touch; rm foo
13201 * Changed start-stop-daemon message "No <program> found; none killed." to
13202 "No <program> found running; none killed."
13204 -- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 5 Mar 1998 14:19:46 +0100
13206 dpkg (1.4.0.20) unstable; urgency=low
13208 * Disabled --force-overwrites.
13209 * Removed core file from source
13211 -- Michael Alan Dorman <mdorman@debian.org> Tue, 9 Jan 1998 03:34:28 -0500
13213 dpkg (1.4.0.19) unstable; urgency=low
13215 * Changed methods/disk.setup to use output of
13216 'dpkg --print-installation-architecture' instead of hard-coded
13217 '1386' (fixes #10995).
13218 * Patched dpkg-source to properly quote metacharacters in strings
13219 before using them in pattern-matching expressions (fixes #10811).
13220 * Fixed several documentation typos (fixes #10764).
13221 * dpkg-source now works around 100-character filename limitation of cpio
13223 * dpkg-source now properly handles '\ no newline in source' message from
13224 patch (fixes #5041).
13226 -- Klee Dienes <klee@debian.org> Sun, 13 Jul 1997 19:28:22 -0700
13228 dpkg (1.4.0.18) unstable; urgency=low
13230 * dpkg-source now uses new -z option to GNU patch (still needs to be
13231 changed to detect and use old version as well) (fixes #9904, #10005, #10007).
13232 * Added i686 to archtable.
13233 * shlibs.default now uses xlib6 instead of elf-x11r6lib (fixes #9926).
13234 * debian-changelog-mode now uses interruptible completing type-in fields
13235 instead of the previous 'select-a-letter method'. I consider this
13236 better and more standard than the previous way, but I'd welcome
13237 opinions to the contrary. Consider this a 'probationary' change for
13238 now (fixes #9873, #9874).
13240 -- Klee Dienes <klee@debian.org> Sun, 25 May 1997 09:56:08 -0400
13242 dpkg (1.4.0.17) unstable; urgency=low
13244 * All of the dpkg binaries (but not dpkg-dev or dselect) now speak
13245 french, thanks to patches from Christophe Le Bars <clebars@teaser.fr>
13246 * Fix leading spaces before day in 822-date.
13247 * Changes from Tom Lees <tom@lpsg.demon.co.uk> to better support
13248 building on non-Debian systems; minor Makefile fixes.
13249 * Added 'ppc powerpc powerpc' to archtable.
13250 * Changed documentation paper size to US/Letter instead of A4 (A4
13251 may be better, but it's easier to print US/Letter on A4 than it is
13252 to print A4 on US/Letter).
13254 -- Klee Dienes <klee@debian.org> Tue, 13 May 1997 15:24:31 -0400
13256 dpkg (1.4.0.16) experimental; urgency=low
13258 * Added generated sources to GNU-format source archive so it no longer
13259 requires perl to build.
13261 -- Klee Dienes <klee@debian.org> Sat, 10 May 1997 17:34:29 -0400
13263 dpkg (1.4.0.15) experimental; urgency=low
13265 * Changed dpkg-genchanges to check for ($arch == $substvar{'Arch'}), not
13266 ($arch ne 'all') (fixes #9688).
13267 * Fixed bug in start-stop-daemon.c (was using optarg after argument
13268 parsing was over) (fixes #9597, #9603, #9364).
13269 * Provide 50dpkg-dev.el for xemacs as well as emacs.
13270 * Explicitly provide path for debian-changelog-mode in 50dpkg-dev to use
13271 .el file as workaround until xemacs can read emacs19 .elc files.
13272 * Pass top_distdir explicitly to 'make dist' to accommodate bug in
13274 * Fix debian/build to make html documentation without including
13275 directories in tar archives (fixes #9348).
13277 -- Klee Dienes <klee@debian.org> Fri, 9 May 1997 13:17:18 -0400
13279 dpkg (1.4.0.14) experimental; urgency=low
13281 * Fixed buglet in install-info.pl (fixes #9438).
13282 * Re-write of update-rc.d.pl, primarily by Miquel van Smoorenburg
13283 <miquels@cistron.nl> (fixes #9434, #9436).
13284 * Renamed "dpkg Programmer's Manual" to "dpkg Internals Manual".
13286 -- Klee Dienes <klee@debian.org> Tue, 6 May 1997 22:01:07 -0400
13288 dpkg (1.4.0.13) experimental; urgency=low
13290 * Fix to start-stop-daemon so that it still takes numeric arguments (had
13291 been broken in 1.4.0.12) (fixes #9598).
13292 * Fix 822-date to sanity-check localtime() output (seconds must be the
13294 * Patch from Guy Maor <maor@ece.utexas.edu> to dpkg-source.pl to support
13295 pristine (MD5-equivalent) upstream sources.
13296 * Patch from Michael Alan Dorman <mdorman@calder.med.miami.edu> to
13297 update-rc.d.pl to fix handling multiple start/stop entries on a single
13299 * Several fixes to dpkg-genchanges to support -B option (added in
13300 1.4.0.12) (fixes #9340).
13301 * Handle errors from 822-date in debian-changelog-mode.el.
13302 * Changed cl-debian.pl to correctly handle extra whitespace in changelog
13305 -- Klee Dienes <klee@debian.org> Mon, 5 May 1997 18:12:43 -0400
13307 dpkg (1.4.0.12) experimental; urgency=low
13309 * Re-wrote 822-date for clarity and to support timezone offsets >= 12h
13310 (New Zealand in DST is +1300, for example) (fixes #7130).
13311 * Patch from Juergen Menden <menden@morgana.camelot.de> to support
13312 archdependent-only builds (fixes #8912, #9245, #5359).
13313 * Fix archtable entry for powerpc (fixes #8794).
13314 * Strip /sbin/* and /usr/sbin/* in debian/rules (fixes #8853).
13315 * Moved start-stop-daemon to /sbin (fixes #8669).
13316 * Set sharedstatedir and localstatedir for $(MAKE) install in
13317 debian/rules (fixes #8852).
13318 * Fixes for update-rc.d(8) from Jim Van Zandt <jrv@vanzandt.mv.com>
13320 * No longer do variable substitutions when generating change file (fixes
13322 * Support symbolic signal names in start-stop-daemon (fixes #7715).
13323 * Add autoload for debian-changelog-mode to /etc/emacs/site-start.d
13324 (fixes #4519, #5841).
13325 * Add recommendation for gcc and make in dpkg-dev (gcc is needed for dpkg
13326 --print-architecture, used by dpkg-gencontrol; make is needed for any
13327 debian/rules file) (fixes #8470).
13328 * Minor changes to packaging manual section on source package
13329 conversion (fixes #6801).
13330 * Renamed "programmer's manual" to 'packaging manual'.
13331 * Start of new "programmer's manual" containing information on dpkg
13332 internals and build information. This manual uses the new
13333 TeXinfo-SGML format, currently included in doc/.
13334 * dselect/pkgdepcon.cc now checks for debug not NULL, not just depdebug.
13335 * Changed makefiles to support building outside of source directory.
13336 * Include GNU-format source distribution with other non-debian packages.
13338 -- Klee Dienes <klee@debian.org> Sun, 4 May 1997 11:08:19 -0500
13340 dpkg (1.4.0.11) experimental; urgency=low
13342 * Patches for alpha and libc6 from Michael Alan Dorman
13343 <mdorman@calder.med.miami.edu>.
13344 * Fixed minor problems in dpkg-shlibdeps regular expressions for libc6.
13345 * Fix regex to detect directory creation in dpkg-source.pl.
13346 * Minor changes for automake-1.1n.
13348 -- Klee Dienes <klee@debian.org> Sun, 23 Mar 1997 18:09:33 -0500
13350 dpkg (1.4.0.10) unstable; urgency=medium
13352 * Fixed bug in controllib.pl (@fowner was entire passwd entry,
13353 not just [uid, gid] as it should have been).
13355 -- Klee Dienes <klee@debian.org> Thu, 20 Mar 1997 13:06:52 -0500
13357 dpkg (1.4.0.9) unstable; urgency=low
13359 * Check fputs() return values for (ret >= 0), not (ret != 0) (fixes #7522).
13360 * dpkg-shlibdeps no longer gives error for Java and statically linked
13361 binaries (fixes #4988).
13362 * Change 'details of the old format' to 'details of the new format' in
13363 deb-old.5 (fixes #7605).
13364 * dpkg-source -b now warns (was previously silent) if maintainer changes
13365 create new subdirectories. dpkg-source -x now warns (previously gave
13366 error) if maintainer changes create new subdirectories (partially
13367 fixes #6866, #6671, #5045, #6482).
13368 * Added manual page for start-stop-daemon (8).
13369 * Added C version of start-stop-daemon by
13370 Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl> (fixes #1670).
13371 * Converted to use GNU automake for the build process by Tom Lees
13372 <tom@lpsg.demon.co.uk>.<
13373 * Preliminary support for dpkg functions as a shared library (now
13374 provides libdpkg.so, but much work needs to be done in better
13375 segregating and defining the interface).
13376 * Preliminary internationalization support by Galen Hazelwood
13377 <galenh@debian.org>. Only the library, dpkg-deb, md5sum, and dpkg
13378 have been converted so far. No translations have yet been
13380 * Handle 'libc.so.6 => /lib/libc.so.6 (0x40010000)' format from libc6
13381 ldd (fixes #7603, #7926, #8688, #9179, #9134, #8516).
13382 * Removed policy.sgml (it has been moved to the debian-policy package).
13383 * Include patch from Darren Stalder <torin@daft.com> for
13384 dpkg-buildpackage to choose PGP key based on Maintainer: field of
13385 package being built (or -m<maintainer> option, if present) (fixes
13387 * Changed controllib.pl to use $ENV{LOGNAME}, getlogin(), and $<
13388 (in that order) to determine the intended ownership of
13389 debian/{files,substvars}, (fixes #7324, #6823, #5659, #5965, #5929,
13391 * Don't sign .dsc file in dpkg-buildpackage if building a binary-only
13392 release (fixes #7260).
13393 * Updated developer-keys.pgp to latest revision (fixes #6134).
13395 -- Klee Dienes <klee@debian.org> Mon, 17 Mar 1997 16:11:24 -0500
13397 dpkg (1.4.0.8) unstable; urgency=medium
13399 * Corrected update-rc.d for bash 2.0
13400 * Updated developer-keys.pgp from
13401 http://www.iki.fi/liw/debian/debian-keyring.tar.gz
13403 -- Guy Maor <maor@ece.utexas.edu> Mon, 3 Feb 1997 04:05:01 -0600
13405 dpkg (1.4.0.7) stable unstable; urgency=HIGH
13407 * Fixed --assert-support-predepends failing between unpack & configure.
13408 * Added --assert-working-epoch option.
13410 -- Guy Maor <maor@ece.utexas.edu> Sat, 25 Jan 1997 23:02:11 -0600
13412 dpkg (1.4.0.6) stable unstable; urgency=high
13414 * Patched lib/vercmp.c to hopefully fix dselect epoch processing
13415 (Bug#6204), (Bug#4590).
13416 * Patched scripts/dpkg-buildpackage, scripts/dpkg-genchanges,
13417 scripts/dpkg-gencontrol for epoch processing, courtesy of Loic Prylli
13418 <lprylli@graville.fdn.fr> (Bug#6138, Bug#5225).
13419 * Patched dpkg-genchanges to actually honor the -u switch to specify
13420 directory (Bug#5564).
13421 * Applied patch to main/archive.c to correct problems setting set[gu]id
13422 binaries, courtesy of Herbert Xu <herbert@greathan.apana.org.au>
13424 * Applied patch to dpkg-source to correct debian-only package names,
13425 courtesy of Guy Maor <maor@ece.utexas.edu> (Bug#5355).
13427 -- Michael Alan Dorman <mdorman@calder.med.miami.edu> Thu, 2 Jan 1997 11:36:09 -0500
13429 dpkg (1.4.0.5) stable frozen unstable; urgency=medium
13431 * Distribution for frozen too.
13433 -- Heiko Schlittermann <heiko@lotte.sax.de> Thu, 5 Dec 1996 09:13:42 +0100
13435 dpkg (1.4.0.4) stable unstable; urgency=medium
13437 * Bug2962 fixed: patch from Ian Jackson applied
13438 (cursor keys won't work after search)
13441 -- Heiko Schlittermann <heiko@lotte.sax.de> Fri, 15 Nov 1996 20:21:18 +0100
13443 dpkg (1.4.0.3) unstable; urgency=medium
13445 * dpkg-source -x: created bad permissions (set x-bit for
13446 all files pointed to by a symlink)
13448 -- Heiko Schlittermann <heiko@lotte.sax.de> Fri, 18 Oct 1996 18:32:06 +0200
13450 dpkg (1.4.0.2) unstable; urgency=medium
13452 * dpkg-buildpackage.sh: reverted the quoting change -- (you
13453 should use super, sudo, really, but not su. Or write a wrapper
13455 * dpkg-buildpackage.sh: passing -m, -C, -v options to dpkg-genchanges
13456 more the way Ian likes ;-)
13457 * dpkg-source.pl: new function deoctify() as replacement for eval()
13458 (turn \ddd into the corresponding character) [rem: probably better
13459 solution would be to convert cpios output names into complete \ddd
13460 representation as well tars output names]
13461 * dpkg-source.pl: fixed 2 typos in failure message on creating
13462 $origtargz.tmp-nest.
13463 * main/main.c: typo for `treat'
13464 * main/enquiry.c: fixed the ignorance for some relations in --compare-versions
13465 * main/enquiry.c: missing version is now handled as described in `dpkg --help'
13466 (or at least as I understood `dpkg --help' PLEASE TRY IT)
13467 * lib/parsehelp.c: fixed parsing of epoch information
13469 -- Heiko Schlittermann <heiko@lotte.sax.de> Sun, 6 Oct 1996 23:27:47 +0200
13471 dpkg (1.4.0.1) unstable; urgency=medium
13473 * dpkg-source: doesn't get screwed up from hardlinks
13475 * dpkg-source: doesn't get screwed up from `unprintable' characters
13476 in file names (e.g. from the kbd package)
13477 * controllib.pl: $varlistvile -> $varlistfile (thanx Karl Sackett)
13478 * dpkg-buildpackage: quoting for $rootcommand (thanx Michael Meskes)
13479 and `eval' as default $rootcommand
13480 * dpkg-*, controllib.pl: created debian/files and debian/substvars
13481 are chown'ed to `getlogin()' and its group
13482 * doc/: mv changed to mv -f
13483 * dpkg-buildpackage: added an option -a for overriding the
13484 architecture in the changes _file_name_
13485 * dpkg-buildpackage: pass -m* -v* .. options to dpgk-genchangelog
13486 * dpkg-name moved to dpkg-dev
13488 -- Heiko Schlittermann <heiko@lotte.sax.de> Sat, 21 Sep 1996 22:06:01 +0200
13490 dpkg (1.4.0) unstable; urgency=low (HIGH for new source format)
13492 * Corrected buffer overrun when dpkg-deb generates filename. (Bug#4467.)
13493 * dpkg-shlibdeps works with DEBIAN/shlibs (thanks Heiko Schlittermann).
13494 * Added libm.so.5 to shlibs.default for i386/m68k.
13496 * Split binary package into two: dpkg and dpkg-dev.
13497 * dpkg-source(1) documents mode and ownership setting during extraction.
13499 * dpkg-scanpackages moved to /usr/bin.
13500 * Include /usr/bin/dpkg-deb, not dpkg-deb.dist; don't rename in scripts.
13501 * Copyright file changed slightly.
13502 * debian-changelog-mode uses magic key substitution strings. (Bug#4419.)
13503 * Changed email address in control file to <ian@chiark.greenend.org.uk>.
13504 * Manuals and own Standards-Version: updated to 2.1.1.0.
13506 -- Ian Jackson <ian@chiark.greenend.org.uk> Thu, 12 Sep 1996 01:13:33 +0100
13508 dpkg (1.3.14) unstable; urgency=low
13510 * dpkg-buildpackage new -tc (clean source tree) option.
13512 * Formatted documentation removed by `make clean' and so not in source.
13513 * Manuals and own Standards-Version: updated to 2.1.0.0.
13514 * Distribute {policy,programmer}.{html.tar,ps}.gz with each upload.
13516 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sun, 1 Sep 1996 20:43:40 +0100
13518 dpkg (1.3.13) unstable; urgency=low (HIGH for building new src X programs)
13520 * X shared libraries added to shlibs.default (=> `elf-x11r6lib').
13521 * dpkg-source tar invocation fixed so that TAPE env var doesn't break it.
13522 * dpkg-source copes better with missing final newline messages from diff.
13524 * dpkg-buildpackage usage message fixed: -si is the default. (Bug#4350.)
13525 * dpkg-source error message about src dir mismatch typo fixed. (Bug#4349.)
13527 * dpkg-source(1) has suggestions for dpkg-buildpackage -r option.
13528 * dpkg-source change date fixed. (Bug#4351.)
13529 * More developers' keys.
13530 * Manual updates, own Standards-Version updated.
13532 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 31 Aug 1996 20:08:18 +0100
13534 dpkg (1.3.12) unstable; urgency=medium
13536 * dpkg prints old version number when upgrading. (Bug#4340.)
13537 * dpkg-deb tries to detect and flag corruption by ASCII download.
13539 * dpkg-genchanges and dpkg-buildpackage say what source is included.
13541 * dpkg-buildpackage passes +clearsig=on to PGP (or pgpcommand). (Bug#4342.)
13543 * dpkg-source prints better error for cpio not honouring -0t.
13544 * control file Suggests cpio >= 2.4.2, rather than just cpio.
13546 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 30 Aug 1996 15:31:51 +0100
13548 dpkg (1.3.11) unstable; urgency=low
13550 * EBUSY when dpkg removes a directory is only a warning.
13552 * dpkg-genchanges generates sensible warning (not confusing error
13553 about mismatch) for missing Section/Priority in binary packages.
13555 * Added dpkg --print-gnu-build-architecture option.
13556 * shlibs.default for m68k provided, as a copy of i386 version.
13558 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 29 Aug 1996 14:05:02 +0100
13560 dpkg (1.3.10) unstable; urgency=medium
13562 * dpkg-source(1) manpage alias symlinks are not dangling.
13563 * dselect selects things by default if they are installed.
13564 * Added `pentium' as alias for `i386' architecture.
13565 * Added `Suggests: cpio, patch' and explanatory text to Description.
13566 (Bugs #4262, #4263.)
13568 * More developers' PGP keys.
13569 * Manual updates, new source format released.
13571 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 26 Aug 1996 14:30:44 +0100
13573 dpkg (1.3.9) unstable; urgency=low (high for new source format)
13575 * dpkg --get-selections and --set-selections added.
13576 * New dpkg --force-not-root flag.
13578 * Don't replace directory with another package's file. (Bug#4202.)
13580 * All manpages now installed compressed.
13581 * Copyright file moved to /usr/doc/dpkg/copyright.
13582 * Standards-Version updated (0.2.1.1).
13584 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 24 Aug 1996 19:09:30 +0100
13586 dpkg (1.3.8) unstable; urgency=low (high for new source format)
13588 * dpkg-buildpackage -sa, -si options work correctly.
13590 * update-rc.d(8) updated to reflect design and reality.
13591 * Programmers' and policy manual updates.
13593 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 23 Aug 1996 12:48:26 +0100
13595 dpkg (1.3.7) unstable; urgency=low (medium for source pkg docs)
13597 * dselect +/-/_/= on lines for all broken, new, local or whatever
13598 packages do not affect _all_ packages. (Bug#4129.)
13600 * Support for diff-only uploads in source packaging tools.
13601 * dpkg-genchanges -d<descripfile> option renamed to -C.
13602 * dpkg-buildpackage understands -m, -v, -C (for dpkg-genchanges).
13603 * Support for debian/shlibs.local added to dpkg-shlibdeps.
13604 * Shared library files' search order defined in dpkg-source(1), and
13605 relevant files added to the FILES section.
13607 * Programmers' manual describes source packaging tools.
13608 * Policy manual mentions shared library control area file.
13609 * dpkg-source manpage includes dpkg-shlibdeps in title line.
13610 * Manuals have changelog and automatic version numbering.
13611 * changelogs (for dpkg and for manuals) installed.
13612 * binary target split into binary-arch and binary-indep in manual.
13613 * Manpages should be compressed.
13614 * Copyright file is moved to /usr/doc/<package>/copyright.
13615 * Changelogs must be installed in /usr/doc/<package>.
13617 * dpkg-deb(8) moved to dpkg-deb(1).
13619 * binary target split into binary-arch and binary-indep in source.
13620 * changelog entry for 1.2.14 copied from that (forked) release.
13622 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 22 Aug 1996 15:36:12 +0100
13624 dpkg (1.3.6) experimental; urgency=low (HIGH for new source format)
13626 * dpkg-source now has broken argument unparsing for tar. (Bug#4195.)
13628 * dpkg-gencontrol writes to debian/tmp/DEBIAN/control by default.
13629 * dpkg-shlibdeps script added.
13631 * Back to old sh update-rc.d, and removed manpage, because new Perl
13632 version and the manpage have different syntax and semantics.
13633 * update-rc.d prints usage message for missing terminal `.'. (Bug#4122.)
13635 * Use rm -rf instead of just rm -r in dpkg-deb --info &c. (Bug#4200.)
13637 * Added support for Installed-Size to dpkg-gencontrol, and documented.
13638 * Source packaging substitution variables and name syntax rationalised.
13639 * dpkg-source scripts' usage messages improved slightly.
13640 * dpkg-source works with non-empty second (orig dir) argument.
13642 * Added rationale for copyright policy to manual.
13643 * More developers' PGP keys.
13644 * Control database handling cleanups (usu. Source field blanked).
13646 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 20 Aug 1996 15:39:58 +0100
13648 dpkg (1.3.5) experimental; urgency=low (high for debian-changelog-mode)
13650 * 822-date script included. (Bug#4136.)
13651 * debian-changelog-add-version works on empty file.
13652 * debian-changelog-mode mode-help works properly.
13654 * dpkg-source tells patch not to make numbered backups. (Bug#4135.)
13656 * More developers' PGP keys.
13657 * Paragraph on uucp -a and -g options removed from policy manual.
13659 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 14 Aug 1996 14:46:47 +0100
13661 dpkg (1.3.4) experimental; urgency=low
13663 * Removed debugging output from dpkg-source -x. Oops.
13664 * Removed section on source package permissions from policy manual -
13665 dpkg-source now sorts these out.
13667 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sun, 11 Aug 1996 13:25:44 +0100
13669 dpkg (1.3.3) experimental; urgency=low
13671 * Programmers' & policy manuals in source tree; HTML in /usr/doc/dpkg.
13672 * Old guidelines.info and text files in /usr/doc/dpkg removed.
13674 * dpkg-source sets permissions on extracted debianized source tree
13675 and does not copy ownerships out of archive even if running as root.
13677 * Emacs mode `dpkg changelog' renamed to `Debian changelog'.
13678 * Default changelog format renamed from `dpkg' to `debian'.
13680 * debian-changelog-mode sets fill-prefix correctly.
13681 * debian-changelog-mode urgencies except HIGH lowercase by default.
13682 * debian-changelog-mode displays keymap in doc string and so mode help.
13684 * More maintainers' PGP keys.
13686 * Remove built changelog parsers with `clean' target in source.
13688 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 10 Aug 1996 23:35:51 +0100
13690 dpkg (1.3.2) experimental; urgency=LOW (MEDIUM for dpkg-source)
13692 * Faster update-rc.d written in Perl by Miquel van Smoorenburg.
13693 * install-info --test doesn't lock dir. (Bug#3992, thanks Darren).
13695 * dpkg-source doesn't break in the presence of any symlinks.
13697 * More developers' keys added to doc/developer-keys.pgp.
13698 * Install developers' keys in /usr/doc/dpkg/developer-keys.pgp.
13699 * dpkg-source documents undefined substvar behaviour.
13700 * minor debian/rules cleanups.
13702 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 10 Aug 1996 02:13:47 +0100
13704 dpkg (1.3.1) experimental; urgency=LOW
13706 * manpage for dpkg-source et al now available.
13707 * dpkg-changelog-mode.el installed in site-lisp, but still no autoload.
13709 * dpkg-source prints correct string for not-understood tar -vvt output.
13710 * dpkg-source parsing of tar -vvt output made more robust.
13712 * dpkg-buildpackage prints usage message on usage error.
13713 * dpkg-gencontrol can print usage message.
13714 * -T<varlistfile> option added to dpkg-source.
13715 * Description of -f<fileslistfile> corrected in dpkg-distaddfile usage.
13716 * -m<maintainer> synopsis changed in dpkg-genchanges usage.
13717 * debian/substvars may now contain blank lines.
13719 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 8 Aug 1996 02:36:04 +0100
13721 dpkg (1.3.0) experimental; urgency=LOW
13723 * dpkg can install named pipes.
13724 * dpkg-deb supports directory for destination, generates filename.
13725 * dpkg-{source,gencontrol,genchanges,parsechangelog,buildpackage},
13726 dpkg-distaddfile scripts to support new source package format.
13727 * a.out build no longer supported.
13728 * Changed to new source package format.
13730 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 6 Aug 1996 02:31:52 +0100
13733 dpkg (1.2.14) stable unstable; urgency=MEDIUM
13735 * dselect +/-/_/= on lines for all broken, new, local or whatever
13736 packages do not affect _all_ packages. (Bug#4129.)
13738 * NOTE - THE HISTORY FORKS HERE. 1.2.14's change appears in 1.3.7.
13740 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 22 Aug 1996 00:39:52 +0100
13743 dpkg (1.2.13) unstable; urgency=LOW
13745 * dpkg --search produces correct output for diversions.
13746 * dpkg-name remove unnecessary arch missing warning. (Bug#3482.)
13748 * dpkg-deb --build warns about uppercase chars in package name.
13750 * dpkg-scanpackages error messages updated and manpage provided
13751 (thanks to Michael Shields).
13752 * dpkg-scanpackages warns about spurious entries in override file.
13753 * dpkg-scanpackages `noverride' renamed to `override' everywhere.
13754 * dpkg-scanpackages field ordering to put Architecture higher.
13755 * dpkg-scanpackages field names capitalised appropriately.
13756 * dpkg-scanpackages invokes find with -follow. (Bug#3956.)
13758 * guidelines say #!/usr/bin/perl everywhere, not #!/bin/perl.
13759 * Many developers' PGP keys added.
13761 * configure script uses ${CC} instead of $(CC) (again :-/).
13762 * developers' keys included in dpkg source tree and /usr/doc.
13763 * configure remade using autoconf 2.10-3 (was 2.4-1).
13765 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 1 Aug 1996 02:46:34 +0100
13767 dpkg (1.2.12); priority=LOW
13769 * dpkg --search and --list understand and comment on diversions.
13770 * dpkg-divert displays diversions more intelligibly.
13772 * Guidelines are somewhat clearer about descriptions.
13773 * deb(5) describes new format; old moved to deb-old(5). (Bug#3435.)
13774 * deb-control(5) carries a warning about being out of date.
13776 * Added 1996 to dselect version/copyright.
13778 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Jul 1996 15:04:49 +0100
13780 dpkg (1.2.11); priority=MEDIUM
13782 * dselect had dependency bug if installed package newer than avail.
13783 * Added `replaces' to dselect's list of package relationship strings.
13785 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 1 Jul 1996 02:51:11 +0100
13787 dpkg (1.2.10); priority=MEDIUM
13789 * Fixed bug in old-style version/revision number parsing. (Bug#3440.)
13791 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 29 Jun 1996 03:32:45 +0100
13793 dpkg (1.2.9); priority=MEDIUM
13795 * Fixed status database updates reading bug.
13796 * `Setting up' message includes version number.
13797 * `existence check' message changed to say `cannot access archive'.
13799 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 27 Jun 1996 13:39:36 +0100
13801 dpkg (1.2.8); priority=LOW
13803 * dpkg --record-avail puts data in Size field.
13804 * strip / for rmdir(2) in cleanup to work around kernel bug. (Bug#3275.)
13805 * dpkg-split --msdos no longer allows `-' and other chars in filenames.
13807 * manual dpkg-split(8) written.
13808 * dpkg-split minor typo in --auto usage error message fixed.
13809 * dpkg-deb(8) very minor cosmetic fix to --build option.
13811 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 25 Jun 1996 03:00:14 +0100
13813 dpkg (1.2.7); priority=LOW
13815 * dpkg-scanpackages syntax errors fixed.
13817 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 21 Jun 1996 04:10:38 +0100
13819 dpkg (1.2.6); priority=MEDIUM
13821 * NFS, CDROM and partition dselect methods include mountpoint
13822 in paths given to dpkg in [I]install, so they should now work.
13824 * Removed some leftover files from source tree.
13826 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 12 Jun 1996 14:35:19 +0100
13828 dpkg (1.2.5); priority=MEDIUM
13830 * Allow, but do not create, packages in half-installed state
13831 with no version number. (Aargh.)
13833 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 10 Jun 1996 04:55:43 +0100
13835 dpkg (1.2.4); priority=MEDIUM
13837 * New dpkg-name from Erick (<pkg>_<version>_<arch>.deb convention).
13838 * Disappeared packages can't own conffiles any more ! (Bug#3214.)
13839 * install-info creates Miscellaneous sections with a newline
13840 following the heading. (Bug#3218.)
13841 * cleanup-info script installed in /usr/sbin; called as appropriate
13842 by postinst. Thanks to Kim-Minh Kaplan. (Bug#3125.)
13843 * Allow superseded Essential packages to be purged after they've
13844 been removed (clear the Essential flag on removal, and ignore it
13845 on packages that are in stat_configfiles).
13847 * dselect disk methods understand `y' as well as `yes' for using
13849 * dselect doesn't make packages appear as `new' again if update
13850 of available packages fails.
13851 * dselect places method selection cursor over option last selected.
13853 * dpkg-scanpackages doesn't die when repeated packages are found.
13854 * dpkg-scanpackages allows many old maintainers (`//'-separated).
13856 * `Version' field is now mandatory (some operations already
13857 wouldn't work right anyway if it wasn't there).
13859 * update-rc.d(8) now says you must remove the script. (Bug#3215.)
13860 * dpkg --force-help says that --force-overwrite is on by default.
13861 * dpkg-deb manpage rewritten.
13862 * debian.README (= /usr/doc/copyright/dpkg) edited slightly.
13864 * Some database parsing grunge removed (pdb_preferversion, &c).
13865 * Source tree doc/sgml contains some embryonic manuals.
13866 * Leftover files in lib directory in source tree deleted.
13868 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 10 Jun 1996 03:52:01 +0100
13870 dpkg (1.2.3); priority=HIGH
13872 * install-info doesn't replicate section headings (Bug#3125, #2973).
13873 * New dpkg-name manpage broken off from script (oops!).
13874 * dselect help screens made consistent with new strings, flags, &c.
13875 * dselect error flag column labelled E (Error), not H (Hold).
13876 * `Escape' no longer bound to `exit list without saving' in dselect.
13878 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 28 May 1996 02:14:57 +0100
13880 dpkg (1.2.2); priority=MEDIUM
13882 * Fixed dselect coredump found by Erick Branderhorst (thanks).
13883 * Sort obsolete removed packages separately, not under Available.
13885 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 23 May 1996 21:31:05 +0100
13887 dpkg (1.2.1); priority=MEDIUM
13889 * `=' key in dselect really does `hold' rather than `unhold'.
13890 * dselect dependency processing now interacts better with `hold'.
13891 * dselect `I' key (not `i') modifies display of the info window.
13892 * dselect shows unavailable packages as being unavailable.
13893 * dselect main menu headings and many other strings changed to try to
13894 discourage people from deselecting every package and using [R]emove.
13895 Notably, `select' changed to `mark' throughout.
13897 * dselect disk methods now print a few fewer double slashes.
13898 * dselect disk access methods will offer to use dpkg --record-avail
13899 to scan the available packages, if no Packages file is found.
13901 * New dpkg --compare-versions option, for the benefit of scripts &c.
13902 * New dpkg --clear-avail option forgets all available packages info.
13903 * New dpkg --print-avail option, prints `available' data (from Packages, &c).
13904 * dpkg usage message is more informative, but no longer fits on screen.
13905 * dpkg --avail option renamed --record-avail.
13907 * Latest dpkg-name from Erick Branderhorst.
13908 * dpkg-scanpackages has more sensible problem reporting.
13909 * postinst configure now gets null argument (not <unknown> or <none>)
13910 when there is no previously configured version.
13912 * Guidelines say that postinst configure is given previous version.
13913 * Guidelines don't refer to maintainer-script-args.txt in main text.
13914 * Guidelines (Texinfo source) uploaded separately.
13916 * Own version of strcpy (used for debugging) removed.
13917 * Interface to access methods document in source (doc/dselect-methods.txt).
13918 * debian.buildscript moves changes file into parent directory.
13920 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 22 May 1996 01:26:31 +0100
13922 dpkg (1.2.0); priority=MEDIUM
13924 * dselect can sort packages by available and installed states, and
13925 display their version numbers. (Use O, o and V.)
13926 * Hold is properly integrated as a real `wanted state', rather than
13928 * Epochs in version numbers implemented, using the syntax
13929 <epoch>:<version>-<revision>. (Epoch not usually displayed.)
13930 * dselect disk method is architecture-independent (uses dpkg's
13931 installation architecture, and looks in the right part of the tree).
13933 * dselect disk method doesn't try to satisfy the predependencies of
13934 packages which are on hold.
13935 * Fixed conflict-related assertion failure. (Bug#2784.)
13936 * conffiles do not cause file conflicts if the conflicting package
13937 is in the `configuration only' state. (Bug#2720.)
13938 * Fixed messages where available version number was reported as installed
13939 version in conflict and dependency messages. (Bug#2654, Bug#2974.)
13941 * New format .deb files are default even for a.out compiles (but
13942 a.out version of dpkg is in old format).
13943 * Characters @:= (at colon equals) in package names now strictly
13944 forbidden everywhere (_ is still allowed in existing packages).
13945 * New dpkg --print-installation-architecture option prints installation
13946 architecture (compiled in), rather than build architecture (determined
13947 from gcc -print-libgcc-file-name).
13949 * Version messages show whether compiled a.out or ELF (i386 only).
13950 * Fixed missing space in version syntax error messages.
13951 * Manpage dpkg.8 installed with warning about inaccuracy.
13953 * Guidelines don't say to stop and restart daemons in runlevels 2345;
13954 instead they say to start in 2345 and stop in 016.
13955 * Guidelines and version messages say just Debian Linux.
13956 * Guidelines typo fix for '"stop"'. (Bug#2867.)
13958 * doc/Makefile.in clean properly deletes various guidelines.info* files.
13960 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 16 May 1996 00:01:21 +0100
13962 dpkg (1.1.6); priority=MEDIUM
13964 * Check virtual dependencies when removing (ouch! - thanks SDE.)
13965 * Fixed bug in internal database validity management that could
13966 make dselect and dpkg dump core. (Bug#2613.)
13967 * Fixed two coredumping bugs when using local diversions. (Bug#2804.)
13968 * Fixed disappearance of overwritten packages. (Bug#2696.)
13969 * install-info won't modify dir file before start of menu.
13970 * install-info will create Miscellaneous heading if no sections yet.
13972 * Only alphanums and +-. allowed in package names - enforced by
13973 dpkg-deb --build and documented in Guidelines.
13974 * dselect doesn't display packages unless they are installed, selected
13976 * dselect doesn't show spurious section and priority headings.
13977 * dselect has a few extra keybindings (from Lee Olds).
13978 * --force message changed to `--force enabled' so that default is OK.
13980 * dpkg-name now includes architecture component in .deb filename,
13981 and translates - in package name to _.
13982 * .deb file has architecture component in filename.
13984 * Guidelines changed to say Pre-Depends is for experts only.
13985 * Guidelines say to provide a unidiff (-u) rather than an old context diff.
13986 * Guidelines say 755 root.root for shared libraries.
13988 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 1 May 1996 00:47:22 +0100
13990 dpkg (1.1.5); priority=MEDIUM (HIGH for diversions users)
13992 * Fixed coredump when using diversions. (Bug#2603.)
13993 * Fixed typo in dpkg-divert which could lose diversions. (Bug#2662.)
13995 * --force-overwrite is the default.
13996 * diversions.text provides better examples.
13998 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 10 Apr 1996 13:59:30 +0100
14000 dpkg (1.1.4); priority=MEDIUM
14002 * Allow overwriting of conflicting packages being removed. (Bug#2614.)
14004 * a.out control file says Pre-Depends: libc4 | libc. (Bug#2640.)
14005 * ELF control file and libc dependencies changed to use finalised scheme.
14006 * ELF control file and libc dependencies for i386 only. (Bug#2617.)
14008 * Guidelines say use only released libraries and compilers.
14009 * Install wishlist as /usr/doc/dpkg/WISHLIST.
14010 * Remove spurious entries for Guidelines in info dir file.
14012 * dpkg-deb --build checks permissions on control (DEBIAN) directory.
14014 * Spaces in control file fields not copied by dpkg-split. (Bug#2633.)
14015 * Spaces in split file part control data ignore. (Bug#2633.)
14017 * Portability fixes, including patch from Richard Kettlewell.
14018 * Fixed minor configure.in bug causing mangled GCC -W options.
14020 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Apr 1996 01:58:40 +0100
14022 dpkg (1.1.3); priority=LOW
14024 * dselect disk methods support Pre-Depends installation ordering.
14025 * When dpkg fails and --auto-deconfigure would help it says so.
14026 * dpkg --search output lists several packages with same file on one line.
14027 * Improved dpkg usage message somewhat.
14029 * dpkg-deb --build checks permissions and types of maintainer scripts.
14030 * dpkg-deb --build treats misspecified conffiles as error, not warning.
14031 * dpkg --print-architecture prints compiler's architecture while
14032 dpkg --version (&c) print system's arch (this to help cross-compiling).
14033 * More minor guidelines changes, including dir entry fixup.
14035 * configure script caches more values.
14036 * Changed maintainer email address to ian@chiark.chu.cam.ac.uk.
14038 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 16 Mar 1996 19:18:08 +0000
14040 dpkg (1.1.2); priority=LOW
14042 * Packaging guidelines installed properly (and as guidelines
14043 rather than debian-guidelines).
14044 * ELF version has more checks to stop you wrecking your dpkg installation.
14045 * dselect disk methods now look for a `local' tree as well, for
14046 people who want locally-available software of various kinds.
14047 * dpkg-divert has debugging message removed.
14048 * Minor guidelines changes.
14050 * Various makefile cleanups, mainly to do with ELF vs. a.out support.
14051 * debian.rules cleans out ~ files itself, as well as calling make clean.
14052 * debian.rules names .nondebbin.tar.gz file ELF too, if appropriate.
14054 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 14 Mar 1996 03:38:29 +0000
14056 dpkg (1.1.1elf); priority=LOW
14058 * Added /usr/lib/dpkg/elf-executables-ok and elf-in-kernel.
14059 * Replaces field now allows automatic removal of conflicting packages.
14060 * Replaces field now required to overwrite other packages' files.
14061 * Architecture field, and dpkg --print-architecture, supported.
14062 * build new format archives by default when compiled with ELF compiler.
14064 * symlinks are now installed atomically (good for shared libraries).
14065 * create /var/lib/dpkg/diversions in postinst if necessary (Bug#2465.)
14066 * Pre-Depends now correctly fails if package never configured.
14067 * dselect disk methods mount with -o nosuid,nodev.
14068 * update-rc.d defaults doesn't add both K and S in any one runlevel;
14069 dpkg postinst fixes up this situation if it sees it.
14071 * Assorted fixups to the Guidelines, which are now in one piece.
14072 * dpkg --list prints version string in one piece.
14073 * dpkg-scanpackages doesn't produce notice on output with list of
14074 packages with Section and/or Priority control file fields.
14076 * control file and debian.rules work both for ELF and non-ELF compiles.
14077 * most files compiled with -O2 (-O3 only for some critical files) -
14078 this fixes ELF build.
14080 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 11 Mar 1996 04:25:28 +0000
14082 dpkg (1.1.0); priority=LOW
14084 * dpkg supports Pre-Depends.
14085 * postinst script gets most-recently-configured version as $2.
14087 * lib/tarfn.c #includes <errno.h> (portability fix).
14089 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 11 Feb 1996 21:07:03 +0000
14091 dpkg (1.0.17); priority=LOW
14093 * dpkg --recursive follows symlinks (useful for devel tree).
14095 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 10 Feb 1996 15:58:46 +0000
14097 dpkg (1.0.16); priority=LOW
14099 * dpkg-deb much faster reading new format archives. (Bug#2256.)
14100 * Developers' documentation in /usr/doc/dpkg/, /usr/info/.
14102 * Fixed typo in control file Description.
14104 * configure script tries to improve matters wrt sysinfo.
14105 * any debian-tmp.deb is deleted by `./debian.rules clean'.
14107 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 4 Feb 1996 15:51:59 +0000
14109 dpkg (1.0.15); priority=LOW
14111 * dselect disk methods should never unmount things they didn't mount.
14112 * debian.README aka /usr/doc/copyright updated.
14114 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 30 Jan 1996 15:05:39 +0000
14116 dpkg (1.0.14); priority=MEDIUM
14118 * fixed file descriptor leak in dpkg introduced in 1.0.11.
14119 * included dpkg-name in this package (conflicts with dpkg-name).
14121 * redraw in dselect main menu changed to use clearok (like in lists).
14122 * sa_restorer in struct sigaction no longer used (portability fix).
14123 * removed Guidelines from source package.
14125 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 30 Jan 1996 02:52:29 +0000
14127 dpkg (1.0.13); priority=MEDIUM
14129 * dselect partition and mounted methods work again.
14130 * dpkg-deb --no-act in usage message.
14132 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 26 Jan 1996 18:37:03 +0000
14134 dpkg (1.0.12); priority=MEDIUM (HIGH for users of 1.0.11)
14136 * Fixed frequent dpkg coredump introduced in 1.0.11. (Bug#2219.)
14137 * dpkg-deb ensures version numbers start with alphanumerics.
14139 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 24 Jan 1996 00:42:31 +0000
14141 dpkg (1.0.11); priority=MEDIUM
14143 * corrected potentially serious problem with dpkg low-memory in-core
14145 * dpkg-split --msdos puts output files in right directory. (Bug#2165.)
14147 * diversions implemented - see `dpkg-divert --help'.
14149 * dselect shows and uses (for dependencies) currently installed
14150 version of a package if that is more recent.
14151 * dpkg --force-... options are in separate help screen.
14152 * better error messages for corrupted .deb archives. (Bug#2178.)
14153 * dselect NFS method will unmount correct copy of NFS area if mounted
14156 * removes some ELF compilation warnings.
14158 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 19 Jan 1996 02:41:46 +0000
14160 dpkg (1.0.10); priority=MEDIUM
14162 * dpkg-deb option parsing unmuddled (-I option was removed
14163 in 1.0.9 and broke dpkg-deb). (Bug#2124.)
14165 * dpkg-split will work when ELF `ar' is installed, and is faster.
14167 * nfs dselect method now available.
14168 * disk methods don't prompt spuriously for Packages files.
14169 * cdrom+harddisk methods can find Packages files.
14171 * dpkg-scanpackages (creates Packages files) now in /usr/sbin.
14173 * various changes to help compilation of dpkg-deb, dpkg-split
14174 and md5sum on non-Debian systems.
14175 * <sys/fcntl.h> replaced by <fcntl.h> throughout.
14177 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 14 Jan 1996 02:55:19 +0000
14179 dpkg (1.0.9); priority=MEDIUM
14181 * dselect uninitialized variable coredump fixed (thanks Carl).
14183 * version numbers printed by --version fixed. (Bug#2115.)
14184 * disk method problem with missing Packages files fixed. (Bug#2114.)
14185 * dependency version relationships now <= >= << >> =. (Bug#2060.)
14187 * install-info is in /usr/sbin, not /usr/bin. (Bug#1924.)
14188 * dpkg regards Revision field as obsolete.
14190 * <asm/unistd.h> changed to <linux/unistd.h> (for m68k port).
14191 * scripts/Makefile.in `clean' target deletes scripts.
14193 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 11 Jan 1996 20:51:20 +0000
14195 dpkg (1.0.8); priority=LOW
14197 * update-alternatives slightly more helpful message. (Bug#1975.)
14198 * cosmetic improvements to disk installation method. (Bug#1970,1956.)
14199 * mounted filesystem and unmounted partition separate methods. (Bug#1957.)
14201 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 12 Dec 1995 04:07:47 +0000
14203 dpkg (1.0.7); priority=MEDIUM (HIGH to upgrade syslogd)
14205 * dselect harddisk/CDROM method script handles multiple package
14207 * Everything has a manpage, though many are very unhelpful indeed.
14209 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 30 Nov 1995 03:59:14 +0000
14211 dpkg (1.0.6); priority=MEDIUM (HIGH to upgrade syslogd)
14213 * conffiles can now be taken over properly from one package by
14214 another which replaces it. (Bug#1482.)
14215 * dpkg will not deconfigure essential packages when --auto-deconfigure
14216 is set (this bug was fairly unlikely ever to be exercised).
14218 * dpkg checks for the presence of certain important programs on the PATH.
14219 * dselect is now more informative when a dependency is missing, saying
14220 "<package> does not appear to be available". (Bug#1642, 1705).
14222 * `make distclean' fixed; config.* &c removed from source archive.
14223 * lib/lock.c now uses fcntl rather than flock, for better portability.
14225 * `Package_Revision: 0' removed from control file.
14226 * Some inaccuracies and bad formatting in various messages corrected.
14228 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 21 Nov 1995 20:15:18 +0000
14230 dpkg (1.0.5); priority=LOW
14232 * dpkg-split allows some space for the header. (Bug#1649.)
14233 * dpkg-split now has --msdos option for 8.3 filenames.
14234 * dpkg-split --join &c will not complain about trailing garbage.
14236 * dselect & dpkg will no longer ignore SIGHUP will running subprocesses.
14238 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 13 Oct 1995 13:59:51 +0100
14240 dpkg (1.0.4); priority=MEDIUM (HIGH for dselect users with 1.0.3)
14242 * fixed bug which prevented dselect from displaying the bottom line of
14243 any listing screen. This was introduced in 1.0.3, sorry !
14245 * a conffile will never cause a prompt if the package maintainer
14246 distributes a file identical to the user's, even if the file has
14247 been edited by both the user and the maintainer or is a
14248 newly-registered conffile. (Bug#1639.)
14250 * dselect disk/cdrom method script says where to get Packages file.
14251 * dselect help has better descriptions of the functions of Return and Q.
14253 * postinst now warns about some problems with /usr/lib/dpkg/methods/hd.
14255 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 12 Oct 1995 01:45:38 +0100
14257 dpkg (1.0.3); priority=MEDIUM
14259 * dselect: fixed segfault when doing some multiple (de)selections.
14261 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 10 Oct 1995 03:21:12 +0100
14263 dpkg (1.0.2); priority=MEDIUM
14265 * problem with screen refresh after `o' (change order) corrected.
14267 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 9 Oct 1995 13:11:04 +0100
14269 dpkg (1.0.1); priority=LOW
14271 * much better dpkg performance on low-memory systems.
14272 * start-stop-daemon --name should now work. (oops!)
14273 * fixed typo which could turn into memory overwriting bug sometime.
14275 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 8 Oct 1995 20:12:29 +0100
14277 dpkg (1.0.0); priority=LOW
14279 * Version 1.0.0: dpkg is no longer beta.
14281 * tar extractor no longer looks up an empty string using getgrnam
14282 (this causes the libc to coredump when using NIS).
14284 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 1 Oct 1995 13:07:36 +0100
14286 dpkg (0.93.80); priority=LOW
14288 * dselect help screen intro changed to remove `much' before `help'.
14290 * update-alternatives.pl contains hardcoded ENOENT value, instead
14291 of requiring POSIX.pm to be present.
14293 * Makefiles changed to strip when installing instead of when building.
14295 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 30 Sep 1995 01:44:12 +0100
14297 dpkg (0.93.79) BETA; priority=LOW
14299 * DPKG_NO_TSTP environment variable which stops dpkg sending the
14300 process group a SIGTSTP (Bug#1496).
14301 * End key should work in dselect lists (Bug#1501).
14302 * various message typos (missing \n's) fixed (Bug#1504).
14304 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 29 Sep 1995 03:27:01 +0100
14306 dpkg (0.93.78) BETA; priority=LOW
14308 * dselect keystrokes help file typo fix.
14310 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 28 Sep 1995 20:31:02 +0100
14312 dpkg (0.93.77) BETA; priority=MEDIUM
14314 * dpkg --remove --pending will purge things when appropriate.
14316 * fixed failure to null-terminate dpkg conflict problem messages.
14317 * fixed bug in formatting of dependency version problem messages.
14319 * Conffiles resolution prompt for new conffile: typo fixed.
14320 * Changed dpkg usage error to suggest `-Dhelp' instead of `--Dhelp'.
14322 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 20 Sep 1995 23:44:35 +0100
14324 dpkg (0.93.76) BETA; priority=MEDIUM
14326 * dpkg --auto-deconfigure option (used automatically by dselect) allows
14327 `important' packages which many others depend on to be split.
14328 * dpkg should no longer fail an assertion during complicated
14329 multiple configurations involving packages which are on hold.
14331 * update-alternatives supports negative priorities.
14332 * /etc/alternatives is included in the .deb archive.
14334 * Package priorities changed: Required (Req), Important (Imp), Standard (Std),
14335 Optional (Opt) and Extra (Xtr). For backward compatibility Base is an
14336 alias for Required, and Recommended is kept as a level just below Standard.
14338 * dselect shows introductory help screen when entering package lists (both
14339 main and recursive).
14340 * dselect help messages made more friendly.
14341 * dselect package list `quit, confirm, and check dependencies' key is
14342 now Return rather than lowercase `q'; likewise method list `select this
14343 one and configure it' key.
14344 * dselect selects packages with priority `standard' or better by default.
14345 * dselect `v=verbose' becomes `v=terse' when in verbose mode.
14347 * hard disk method unmounts /var/lib/dpkg/methods/mnt on failure.
14348 * disk methods' install message uses `stty' to find out what the
14349 interrupt character is, and uses that in the prompt (rather than ^C).
14350 * dpkg now tolerates ^Z characters in Packages files.
14351 * harddisk method doesn't display extra slash when updating packages file.
14352 * harddisk method burbles less if it doesn't have a good default.
14354 * dpkg-deb now supports new flexible format, but old format still default.
14356 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 20 Sep 1995 02:49:41 +0100
14358 dpkg (0.93.75) BETA; priority=MEDIUM
14360 * dselect no longer segfaults when you try to modify the last item.
14362 * dselect Makefile compiles with -g, and links without -s, but installs
14363 with -s, so that built source directory has debugabble binary.
14365 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 12 Sep 1995 02:59:29 +0100
14367 dpkg (0.93.74) BETA; priority=LOW
14369 * dpkg-split implemented and installed in /usr/bin/dpkg-split.
14370 (NB this is not compatible with Carl Streeter's old dpkg-split script.)
14371 * dpkg uses dpkg-split.
14372 * floppy disk method available - NB this is a first attempt only.
14374 * hard disk method uses --merge-avail rather than --update-avail.
14375 * installation by default of `standard' packages removed again.
14376 (I don't think this is the right place to do this.)
14377 * update-alternatives --remove correctly deletes all slave links;
14378 minor cosmetic improvements.
14380 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 11 Sep 1995 02:06:05 +0100
14382 dpkg (0.93.73) BETA; priority=LOW
14384 * dselect multi-package selection now done by `divider' lines
14385 actually in the package list, rather than horizontal highlight
14387 * dselect help available, and keybindings rationalised.
14389 * postinst removes /usr/lib/dpkg/methods/hd if upgrading from
14390 0.93.42.3 or earlier.
14391 * `hold' flag changed to be settable by the user only, and
14392 made orthogonal to the `reinstallation required' flag.
14393 * dpkg will install by default any packages with priority of
14394 `standard' or better unless they're explicitly deselected.
14396 * dselect dependency/conflict resolution will suggest marking absent
14397 packages for `purge' rather than `deinstall'.
14398 * disk method script produces message about invoking dpkg.
14399 * dpkg produces warning, not error, when it gets EPERM trying to
14400 remove a directory belonging to a package being removed.
14401 * dpkg, dpkg-deb usage error reporting improved.
14402 * dselect detects too-dumb terminals and stops.
14403 * dpkg-deb(8) updated a little (thanks to Bill Mitchell).
14405 * dselect debugmake script uses -O0.
14407 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 10 Sep 1995 12:23:05 +0100
14409 dpkg (0.93.72) BETA; priority=MEDIUM
14411 * /usr/sbin/update-alternatives added.
14413 * New names for certain control file fields (old names work
14414 as aliases): Optional -> Suggests, Recommended -> Recommends,
14417 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 3 Sep 1995 16:37:41 +0100
14419 dpkg (0.93.71) BETA; priority=LOW
14421 * dpkg doesn't silently overwrite `new' conffiles (Bug#1283).
14422 * case now not significant in Essential, Status and Class (Bug#1280).
14423 * dselect checks method scripts for execute, not for write.
14425 * spelling fixes in lib/dbmodify.c and dselect/helpmsgs.src.
14427 * dselect `clean' target deletes helpmsgs.cc and helpmsgs.cc.new.
14429 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 31 Aug 1995 13:56:08 +0100
14431 dpkg (0.93.70) BETA; priority=MEDIUM
14433 * dselect unmounted harddisk method has many silly bugs fixed.
14435 * dpkg --root option restored (was removed by mistake in 0.93.68).
14436 * minor cosmetic change to dselect subprocess failure message.
14438 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 9 Aug 1995 22:18:55 +0100
14440 dpkg (0.93.69) BETA; priority=MEDIUM
14442 * dpkg --configure and --remove should work properly when
14443 they have to defer processing (this tends to happen when many
14444 packages are processed at once). (Bug#1209.)
14446 * dpkg --configure and --remove work better when `processing'
14447 several related packages with --no-act.
14449 * dpkg --auto is now two options, --pending or -a (for configure,
14450 remove, &c) and --recursive or -R (for install, unpack, &c).
14452 * dpkg debug options in usage message, and values available (-Dh).
14454 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 9 Aug 1995 22:18:55 +0100
14456 dpkg (0.93.68) BETA; priority=MEDIUM
14458 * dpkg won't get an internal error if you try to use the default
14459 conffiles response (ie, if you just hit return). (Bug#1208.)
14461 * dselect hard disk and CD-ROM methods - the real thing, but ALPHA.
14463 * dselect allows you to go straight to `update' or `install' if
14464 you have already set up an access method.
14465 * new dpkg options --yet-to-unpack, --merge-avail and --update-avail.
14466 * dpkg -G is an abbreviation for dpkg --refuse-downgrade.
14467 * dpkg -R alias for --root withdrawn, pending reuse with different meaning.
14468 * dpkg --help message rationalised somewhat.
14470 * Obsolete `examples' and `dpkg-split' directories removed from
14471 source tree. The `hello' package is a better example.
14473 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 7 Aug 1995 02:16:25 +0100
14475 dpkg (0.93.67) BETA; priority=LOW for C dpkg alpha testers, HIGH for others
14477 * dpkg no longer statically linked and -g.
14478 * calls to abort() changed to print string, file and line number first.
14479 * removed unused variable from dpkg source.
14481 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 4 Aug 1995 01:39:52 +0100
14483 dpkg (0.93.66) ALPHA; priority=MEDIUM
14485 * dpkg will correctly remove overwritten files from the lists of
14486 the package(s) that used to contain them.
14488 * dpkg --purge is now an action, rather than a modifier for --remove,
14489 and the -P alias for it is withdrawn.
14491 * dpkg --unpack/--install filenames in messages are now more sensible
14492 about when to use .../ (show as many trailing components as possible
14493 in 40 characters, or the whole path if that the last component is
14496 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 3 Aug 1995 02:11:03 +0100
14498 dpkg (0.93.65) ALPHA; priority=MEDIUM
14500 * dpkg --remove should, when a package being removed is depended-on
14501 by another that is also queued for removal, defer the depended-on
14502 package rather than aborting it. (Bug#1188.)
14504 * dpkg will not attempt to configure or remove a package more than
14505 once in the same run. (Bug#1169.)
14507 * dpkg cosmetic fix to dependency problems message (this bug
14508 hasn't been triggered to my knowledge).
14510 * perl-dpkg no longer installed in /usr/bin.
14512 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 2 Aug 1995 13:02:58 +0100
14514 dpkg (0.93.64) ALPHA; priority=MEDIUM
14516 * dpkg marks a package as no longer `to be configured in this run'
14517 when an error occurs, so that other packages which depend on it
14518 will fail (rather than causing a loop and an assertion failure,
14519 packages.c:166: failed assertion `dependtry <= 4').
14521 * dselect initial selection granularity is single-package.
14522 * dpkg --no-also-select option renamed to --selected-only (old option
14523 still accepted, but no longer in --help). Changed -N to -O.
14525 * dselect `update' option changed to `install' (and other options
14526 renamed too). NB: old access methods will not work, because
14527 the `update' script should now be an `install' script.
14529 * dselect `installation methods' renamed to `access methods'.
14530 * dpkg --skip-same-version and --refuse-downgrade produce friendlier
14531 messages when they skip packages.
14532 * --licence option now properly mentioned in all programs' --version
14535 * bad fix for ELF compile problem involving myopt.h removed (compile
14536 problem turned out to be a GCC bug.)
14538 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 1 Aug 1995 03:03:58 +0100
14540 dpkg (0.93.63) ALPHA; priority=LOW
14542 * preinst works around shell bug/misfeature involving `trap'.
14544 * dpkg --skip-same-version doesn't skip packages which have
14545 an error flag set or which aren't in a standard `installed' state.
14547 * dpkg --search now does a substring search if the string doesn't
14548 start with a wildcard character (*, [ or ?) or slash.
14550 * problem with C/C++ linkage of stuff in "myopt.h" fixed, to help
14551 with compiling with GCC 2.7.0.
14553 * dselect Makefile.in `clean' deletes curkeys.inc &c, so that they are
14554 not shipped in the distribution source and will be rebuilt on the
14557 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 27 Jul 1995 13:38:47 +0100
14559 dpkg (0.93.62) ALPHA; priority=HIGH
14561 * dpkg purges leftover control scripts from /var/lib/dpkg/tmp.ci,
14562 rather than associating them with the wrong package. (Bug#1101.)
14564 * dpkg won't `disappear' packages containing no files or directories,
14565 nor a package required for depends/recommended. (Bug#1128.)
14567 * dpkg follows directory symlinks. (Bug#1125.)
14569 * dselect fixups for ELF/GCC2.7.0 compilation.
14571 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 21 Jul 1995 21:43:41 +0100
14573 dpkg (0.93.61) ALPHA; priority=LOW
14575 * dselect keybindings and status characters and descriptions changed
14576 (in pursuance of Bug#1037, user interface problems, still open.)
14578 * Some cleanups to fix mistakes discovered by ELF-GCC 2.7.0, and fixup
14579 for newer C++ draft standard (`for' variable declaration scope change).
14581 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 18 Jul 1995 01:42:51 +0100
14583 dpkg (0.93.60) ALPHA; priority=HIGH
14585 * dpkg doesn't think packages have `disappeared' if you install
14586 several packages at once. (later reported as Bug#1132.)
14588 * usage error messages tidied up.
14590 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 16 Jul 1995 17:56:56 +0100
14592 dpkg (0.93.59) ALPHA; priority=HIGH
14594 * dpkg doesn't break maintainer scripts &c if package `foo' exists
14595 when processing package `foobar'. (Related to Bug#1101.)
14597 * dpkg implements `disappear' functionality.
14598 * dpkg/dselect remove dead entries from /var/lib/dpkg/status.
14600 * dpkg --list now sorted correctly and output somewhat improved.
14601 * some debugging messages moved from dbg_stupidlyverbose to dbg_scripts.
14602 * dpkg prints `Removing foo' message even if foo is not configured.
14603 * dpkg only prints `serious warning: files list file ... missing'
14604 once for each package.
14606 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 16 Jul 1995 02:32:11 +0100
14608 dpkg (0.93.58) ALPHA; priority=HIGH
14610 * dpkg should write out status even for packages which it has only
14611 encountered in the `available' file so far.
14613 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 14 Jul 1995 20:19:21 +0100
14615 dpkg (0.93.57) ALPHA; priority=LOW
14617 * dpkg does chroot when running maintainer scripts (--instdir
14618 should work right now, though I haven't been able to test it).
14620 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 14 Jul 1995 01:32:30 +0100
14622 dpkg (0.93.56) ALPHA; priority=HIGH
14624 * dpkg can now overwrite symlinks to directories, and will
14625 do correct handling of symlinks to plain files.
14626 * dpkg should not replace any directory with a symlink.
14628 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 13 Jul 1995 02:43:36 +0100
14630 dpkg (0.93.55) ALPHA; priority=MEDIUM
14632 * dpkg can now extract hardlinks.
14633 * dpkg configuration/removal works in the presence of dependency cycles.
14634 * dpkg should no longer fail an assertion at processarc.c:193.
14636 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 12 Jul 1995 01:34:44 +0100
14638 dpkg (0.93.54) ALPHA; priority=MEDIUM
14640 * dpkg and dselect no longer throw away all Class and Section
14641 information in /var/lib/dpkg/available. (Oops.)
14642 * dpkg --refuse-<something> now works (this broke some dselect
14643 method scripts' attempts to use --refuse-downgrade).
14644 * dpkg --audit and --list implemented.
14646 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 10 Jul 1995 00:35:13 +0100
14648 dpkg (0.93.53) ALPHA; priority=LOW
14650 * dpkg --install/--unpack only skips on-hold packages with --auto.
14651 * dpkg doesn't fclose() the --fsys-tarfile pipe twice.
14652 * dpkg error handling and reporting cleaned up.
14653 * dpkg now lists any failed packages/files just before exiting.
14655 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 9 Jul 1995 16:31:36 +0100
14657 dpkg (0.93.52) ALPHA; priority=MEDIUM
14659 * dpkg won't segfault due to missing (Package_)Revision fields.
14660 * dpkg --search works.
14661 * dpkg will set execute permissions on scripts if necessary.
14662 * dpkg prints filenames in --unpack and --install.
14664 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 8 Jul 1995 12:41:39 +0100
14666 dpkg (0.93.51) ALPHA; priority=HIGH
14668 * dpkg --status and --listfiles now work.
14670 * dpkg --remove --auto won't try to remove everything (!)
14671 * dpkg --unpack doesn't coredump after unpacking the first package.
14672 * dpkg won't fail an assertion if it bombs out of --configure
14673 or --remove because of too many errors.
14675 * Support for `Essential' in dpkg (not yet in dselect).
14676 * `available' (Packages) file class and section override those
14677 from package control files.
14678 * `Essential: yes' added to control file.
14680 * Locking strategy changed, now uses flock (no more stale locks).
14681 * preinst now more helpful about conffiles upgrade problem.
14683 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 8 Jul 1995 01:15:26 +0100
14685 dpkg (0.93.50) ALPHA
14687 * C dpkg now in service.
14689 * dselect now installs in /usr/bin instead of /usr/sbin.
14690 * Improved `explanation of display' help and changed HSOC to EIOW.
14691 * dselect goes back to top of info display when you move the
14694 * Added <sys/types.h> to md5sum/md5.c, for the benefit of FreeBSD.
14695 * --admindir doesn't append `var/lib/dpkg' to its argument.
14697 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 19 May 1995 21:03:08 +0100
14699 dpkg (0.93.42.3) BETA; priority=LOW
14701 * Rebuilt using ncurses 1.9.2c-0.
14702 * Silenced `subcritical error' message if errno == ENOENT.
14704 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 12 Jun 1995 13:09:24 +0100
14706 dpkg (0.93.42.2) BETA; priority=HIGH
14708 * install-info --remove properly removes multi-line entries.
14709 * Slightly changed ^L redraw code in dselect package list.
14711 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 10 Jun 1995 14:06:01 +0100
14713 dpkg (0.93.42.1) BETA; priority=HIGH esp. for new installations
14715 * update-rc.d default no longer adds K entries in runlevels 2345.
14717 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 6 Jun 1995 18:56:23 +0100
14719 dpkg (0.93.42) BETA; priority=LOW; HIGH for dselect users
14721 * Fix uninitialized variable reference bug in dselect (#890).
14722 * Fix problem with wordwrapping package and method descriptions.
14723 * Create /var/lib/dpkg/methods/mnt.
14725 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 19 May 1995 21:03:08 +0100
14727 dpkg (0.93.41) BETA; priority=LOW
14729 * Create /var/lib/dpkg/methods.
14730 * dpkg.pl noisily ignores --skip-same-version rather than barfing.
14732 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 16 May 1995 13:28:27 +0100
14734 dpkg (0.93.40) BETA; priority=LOW
14736 * dselect's subprogram failure message made to stand out more.
14738 * When switching out of curses, always move the cursor to the
14739 bottom right corner of the screen.
14741 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 16 May 1995 01:03:38 +0100
14743 dpkg (0.93.39) BETA; priority=LOW
14746 - allow you to select and configure an installation method;
14747 - invoke installation method scripts to update the available file
14748 and unpack packages;
14749 - invoke dpkg to configure and remove packages.
14750 There are no installation methods available yet.
14752 * Search feature in dselect works (it was purely an ncurses bug).
14754 * dpkg-*.nondebbin.tar.gz now available (built by debian.rules).
14756 * The target directory for dpkg-deb --extract (also available as
14757 dpkg --extract) is no longer optional. dpkg-deb suggests the use
14758 of dpkg --install if you omit it.
14760 * Added <errno.h> to lib/lock.c and fixed ref. to `byte' in
14761 md5sum/md5.c, for portability to Solaris 2.
14763 * Rebuilt `configure' and `config.h.in' using autoconf 2.3.
14764 * Revised function attribute support checking in configure script.
14765 * Removed obsolete `dselect.pl' from scripts directory.
14766 * New option --licence on all the C programs.
14768 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 14 May 1995 18:05:38 +0100
14770 dpkg (0.93.38) BETA; priority=MEDIUM
14772 * Version number comparisons (in dpkg and dselect) now >= <=
14773 as documented (Bug#831; thanks to Christian Linhart).
14775 * dselect now has a non-superuser readonly mode.
14776 * dselect doesn't pop up unsatisfied `Optional's when quitting.
14777 * `unable to delete saved old file' message fixed dpkg_tmp to dpkg-tmp.
14779 * Made dpkg convert `revision' to `package_revision' when reading
14780 (eg) the `status' file. libdpkg.a has `revision' as a synonym
14781 for `package_revision' and writes the former.
14783 * Major improvements and many changes to C option parsing, database
14784 management, error handling, Makefiles &c to support dpkg.
14785 * dpkg-deb should now work if sizeof(void*) < sizeof(void(*)()).
14787 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 24 Apr 1995 12:34:39 +0100
14789 dpkg (0.93.37) BETA; priority=LOW (MEDIUM for dselect users)
14791 * Fixed segfault if no description available (Bug#735);
14792 thanks to Peter Tobias for the bug report.
14793 * Fixed other assorted minor bugs in description displays.
14795 * Changed dpkg-deb --info short option from -i to -I, to make
14796 it unique across dpkg and dpkg-deb (-i still works with
14797 dpkg-deb for backwards compatibility).
14799 * Produce more sensible error when main package list is empty.
14801 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 7 Apr 1995 02:24:55 +0100
14803 dpkg (0.93.36) BETA; priority=LOW (MEDIUM for dselect users)
14805 * All the C code (including dselect) updated to support `provides'
14806 (virtual packages).
14807 * Revamped dselect's related package selection/deselection
14809 * Everything can now handle arbitrary `class' values (as well
14810 as the predefined ones which we understand and can interpret).
14811 * Fixed bug that prevented display update when moving down a small
14812 recursive package list in dselect.
14813 * Column heading characters corrected from `SHOC' to `HSOC'.
14815 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 6 Apr 1995 12:48:13 +0100
14817 dpkg (0.93.35) BETA; priority=MEDIUM
14819 * Preserve ownerships and permissions on configuration files.
14820 * Fix bug in conffile updating that could leave a hardlink
14821 <foo>.dpkg-new to the conffile <foo>.
14823 * Improved dselect's package list help messages.
14824 * Highlight now moves on after (de)selecting just one package.
14825 * Better algorithm for scrolling up/down when moving highlight.
14826 * Fixed bug in display of `preformatted' extended Description lines.
14827 (dselect is still ALPHA, but is fairly stable.)
14829 * Improved dpkg's message when configuring a package that doesn't
14830 exist, and when selecting or skipping a package that isn't
14831 currently selected (during unpack processing).
14833 * Description in control file expanded.
14835 * Scroll back to top when changing what is in the `info' area.
14837 dpkg (0.93.34) BETA; priority=LOW (HIGH for dselect users)
14839 * dselect: Fixed bug which caused a coredump if you exited the
14840 package list if you'd made any changes. Ouch !
14842 * dselect: Improved selection algorithm to show fewer extraneous
14843 packages; improved display for unavailable packages.
14845 * dpkg: Improved progress messages during unpacking somewhat.
14847 dpkg (0.93.33) BETA; priority=LOW (HIGH for dselect users)
14849 * dselect now has a main menu.
14851 * Fixed nasty uninitialized data bug in dselect.
14853 * dselect now locks and unlocks the packages database.
14855 Mon, 27 Mar 1995 03:30:51 BST Ian Jackson <iwj10@cus.cam.ac.uk>
14857 * dpkg (0.93.32): Alpha dselect released and installed in
14859 * dpkg (0.93.32): Many portability enhancements: should now
14860 compile using GCC 2.6.3, and dpkg-deb should
14861 compile better on non-Linux systems.
14862 * dpkg (0.93.32): dpkg will not loop if its stdin disappears
14863 and it needs to prompt.
14864 * dpkg (0.93.32): Fixed removal dependency error to show
14865 correct package (Bug #648).
14866 * dpkg (0.93.32): Tidied up copyright notices.
14867 * dpkg (0.93.32): First draft of update-rc.d manpage, not yet
14868 installed in /usr/man.
14869 * dpkg (0.93.32): Changes to top-level Makefile.in to improve
14871 * dpkg (0.93.32): Improved Makefile `clean' and `distclean'
14873 * dpkg (0.93.32): Deleted irrelevant `t.c' from lib and
14874 dselect directories.
14875 * dpkg (0.93.32): Added vercmp.c with version comparison code.
14876 * dpkg (0.93.32): varbufextend message changed - varbufs not
14877 just for input buffers.
14878 * dpkg (0.93.32): varbuf has C++ member functions in header
14879 #ifdef __cplusplus.
14881 Changes in dpkg 0.93.31:
14883 * start-stop-daemon --pidfile now works (Bug#571).
14884 * Fixed dependency processing bugs which could require a rerun of
14885 dpkg --configure (Bug#566).
14886 * Fixed garbage output for `language' of control file in dpkg-deb --info.
14888 Changes in dpkg 0.93.30:
14890 * Added /usr/sbin/start-stop-daemon.
14892 Changes in dpkg 0.93.09:
14894 * Made postinst scripts really be run when dpkg --purge used.
14895 * Added new --force-extractfail option - VERY DANGEROUS.
14897 Changes in dpkg 0.93.28:
14899 * Removed undef of 0x_p21 in read_database_file, which caused the
14900 the whole status database to become trashed when any update files
14902 * Make infinite-loop prevention and cycle detection work.
14903 * Made findbreakcycle work (ie, break properly when cycle detected).
14904 * New script, update-rc.d, to update links /etc/rc?.d/[KS]??*.
14905 * dpkg.pl now sets the umask to 022.
14906 * Cosmetic error message fix to dpkg-deb.
14907 * Deleted OLD directory altogether.
14908 * Improved error-trapping in top-level Makefile loops.
14910 Changes in dpkg 0.93.27:
14912 * Make version number specifications in Depends &c work.
14913 * Added AC_PROG_CXX to autoconf.in for dselect.
14914 * Changed myopt.h not to have cipaction field in cmdinfo (this was
14915 specially for dpkg-deb) - now we have a generic void*.
14916 * Renamed `class' member of `pkginfoperfile' to `clas' [sic].
14917 * Much work in `dselect' subdirectory.
14918 * Deleted executables, objects and libraries from OLD tree !
14919 * Minor changes to various copyright notices and top-of-file comments.
14920 * Don't install nasty Perl dselectish thing as /usr/bin/dselect.
14922 Changes in dpkg 0.93.26:
14924 * Added --no-also-select instead of not auto-selecting on --unpack
14925 but doing so on --install; removed --force-unpack-any.
14927 Changes in dpkg 0.93.25:
14929 * Fixed duplicate output (failure to flush before fork) bug.
14930 * More clarification of md5sum.c copyright.
14931 * Corrected typo in ChangeLog in 0.93.24 source package.
14933 Changes in dpkg 0.93.24:
14935 * dpkg could copy conffiles info from one package to another. Aargh.
14937 * dpkg failed to initialise status if you tried to remove or
14938 configure a nonexistent package. Bug #419.
14939 * install-info now handles START-INFO-DIR-ENTRY entries like:
14940 * Gdb:: The GNU debugger.
14941 Previously it would only accept (Bug #407):
14942 * Gdb: (gdb). The GNU debugger.
14943 * When installing a new foo.info[.gz], install-info now replaces
14944 * Foo: (foo.info). The Gnoo Foo.
14945 as well as just * Foo: (foo). ...
14946 * Moved option parsing out of dpkg-deb into libdpkg.
14947 * Assorted minor source code rearrangements.
14948 * Fixed assorted copyright notices, clarified md5sum copyright.
14949 * Corrected typo in 0.93.23 source package's ChangeLog.
14951 Changes in dpkg 0.93.23:
14953 * `dpkg-deb' --build now does a syntax check on the control file.
14954 * `dselect' is now no longer called `debian', spurious copy removed
14955 from package top-level source directory.
14956 * C control information parsing complete and somewhat tested.
14957 * Moved `global' include files into $(srcdir)/include from ../lib,
14958 added some files to the lib Makefile, and arranged for pop_cleanup().
14960 Changes in dpkg 0.93.22:
14962 * Fixed bug which caused dpkg to see failures of md5sum where there
14963 were none (would also have caused dpkg to miss a real failure).
14964 * Fixed failure to update some `status' database fields.
14966 Changes in dpkg 0.93.21:
14968 * Fixed error-handling bug which could corrupt database.
14970 Changes in dpkg 0.93.20:
14972 * Fixed bug which ran old (/var/adm/dpkg) postinst scripts.
14973 * Fixed dpkg usage message which claimed -i => both --install & --info.
14974 * Use Colin Plumb's MD5 code - faster, and better copyright.
14975 * Manpages: dpkg-deb(8), deb-control(5), deb(5) - thanks to Raul
14976 Deluth Miller. Also, an xfig picture of some C program innards.
14978 Changes in dpkg 0.93.19:
14980 * Don't delete the `list' file from the dpkg database.
14981 * Fixed various bugs in the conffile handling.
14982 * Conffiles that are symlinks will now be treated as if the
14983 `dereferenced' name of the file was listed in conffiles. This means
14984 that /etc/foo -> /usr/etc/foo will cause all conffile updates of
14985 /etc/foo to create /usr/etc/foo.dpkg-tmp &c instead. However, the
14986 link will be removed if --purge is used to delete all the conffiles.
14987 * When doing a new installation, or when updating a conffile that
14988 wasn't listed as a conffile in the old version of the package, don't
14989 do any prompting but just install the version from the archive.
14990 * Corrected error message if exec of dpkg --vextract failed
14991 and --instroot or --root specified.
14992 * Added new --force-unpack-any option.
14993 * Extra newline after --status output.
14994 * Added -W options to CFLAGS.
14995 * Fixed mistake in previous ChangeLog entry.
14997 Changes in dpkg 0.93.18:
14999 * Fixed invocation of dpkg-deb --vextract if --root or --instdir
15001 * Create /var/lib/dpkg/updates.
15003 Changes in dpkg 0.93.17:
15005 * install-info --remove exits with status 0 if it doesn't find the
15006 thing to remove, instead of status 1.
15007 * Error handling functions have __attribute__((format...)) if GCC.
15008 * push_cleanup its arg takes void **argv instead of char **argv.
15009 * Top-level Makefile.in has set -e before `for' loops.
15010 * dpkg-deb --info not-an-existing-file produces fewer error messages.
15012 Changes in dpkg 0.93.16:
15014 * Made --root= option really extract to $instroot instead of `/'.
15015 * install-info clears the 0444 bits in its umask.
15016 * Fixed a few database handling bugs which cause dpkg always to fail,
15017 and usually to corrupt the status database in various ways.
15018 * dpkg-deb completely rewritten, now doesn't tinker with
15019 /var/{adm,lib}/dpkg. Should be faster.
15020 * Directory structure and Makefiles in source package reorganised.
15022 Changes in dpkg 0.93.15:
15024 * Added `debian' (dselect), still very primitive.
15025 * Database format changed, and moved from /var/adm to /var/lib.
15026 * Added dpkg --avail mode, --list, --status and --search.
15027 * Set of dpkg => dpkg-deb pass-through operations changed (but
15028 dpkg-deb not yet updated).
15029 * Added --root, --admindir and --instdir, as well as --isok &c.
15030 * Moved much stuff into /usr/lib/dpkg-lib.pl, rewritten status
15032 * Put packages in `purge' state even if `deinstall' requested if
15033 they have no postrm and no conffiles.
15034 * Version number comparisons fixed.
15035 * insert-version.pl now installs lib.pl filename too.
15036 * Strip trailing slashes when reading files from file lists.
15038 Changes in dpkg 0.93.14:
15040 * Fixed parsing of DEPENDS &c fields with trailing whitespace.
15041 * postinst now fixes up broken ispell.control file.
15042 * Cyclic dependency/multiple package removal processing: don't consider
15043 packages we've just removed when looking for a reason not to go ahead.
15044 * Added call to postinst with `purge' argument for expunging old
15045 configuration etc. that aren't listed in conffiles.
15047 Changes in dpkg 0.93.13:
15049 * sub S_ISREG defined in dpkg.pl.
15050 * Checking of DEPENDS &c fields was too lax, causing an internal error
15051 if you fed it certain kinds of broken control file.
15052 * Fixed misleading message from bogus installationstatus call.
15053 * New -u and -U options to dpkg-deb which don't unpack the /DEBIAN
15054 directory, and use these in dpkg.pl; clean up /DEBIAN in postinst.
15056 Changes in dpkg 0.93.12:
15058 * No longer needs *.ph files, since these appear to be broken.
15059 * Postinst fixes up *.control files with curly brackets.
15060 * embryo of dselect.
15062 Changes in dpkg 0.93.11:
15064 * New --ignore-depends option.
15065 * This ChangeLog changed format here.
15067 Wed Nov 30 15:38:21 GMT 1994 Ian Jackson <iwj10@cus.cam.ac.uk>
15069 * dpkg 0.93.11 released.
15071 * conffile updating fixed.
15073 * Message `upgrade' in dpkg changed to `replace'.
15075 * install-info now copes with multi-line entries.
15077 * version numbers now done automatically in dpkg and install-info.
15079 * more debugging around conffiles updates.
15081 * *.hash files not deleted so soon.
15083 * adds brand new packages to status array so we can install them.
15085 * postinst does h2ph for {sys,linux}/{stat,types}.ph if required.
15087 Mon Nov 28 02:00:13 GMT 1994 Ian Jackson <iwj10@cus.cam.ac.uk>
15089 * dpkg 0.93.10 released.
15091 * dpkg.pl completely rewritten.
15093 * dpkg-deb: removed dabase-processing and --install option.
15095 * Makefiles reworked, debian.rules added.
15097 * Don't install anything in /usr/doc/examples.
15099 * dpkg-*.deb contains /usr/bin/dpkg-deb.dist, fixed up by postinst.
15101 Thu Oct 20 13:22:20 1994 Ian Murdock (imurdock@debra.debian.org)
15103 * dpkg 0.93.9 released.
15105 * dpkg.pl: Use $argument, not $package, with `--build'.
15106 Make sure that saved postinst scripts are executable.
15108 Tue Oct 18 09:40:57 1994 Ian Murdock (imurdock@debra.debian.org)
15110 * dpkg 0.93.8 released.
15112 * deb/remove.c (pkg_remove): Do not report an error from rmdir ()
15113 when `errno' is ENOTEMPTY (Directory not empty), because in this
15114 case we have found the highest-level directory in the package and
15115 are ready to exit the loop (i.e., it is a normal occurrence).
15117 Mon Oct 17 10:44:32 1994 Ian Murdock (imurdock@debra.debian.org)
15119 * Makefile.in: Adapted all Makefiles to the GNU Coding Standards.
15121 * deb/remove.c (pkg_remove): Make sure that parent directories are
15122 removed LAST! This will result in complete removal of packages
15123 when --remove is called. dpkg 0.93.7 (and earlier) had problems
15124 with this because it tried to remove directories in order, which
15125 will work most of the time, but not necessarily all of the time.
15127 * deb/list.c (pkg_list): Output is sorted by package name.
15129 Tue Oct 4 12:27:10 1994 Ian Murdock (imurdock@debra.debian.org)
15131 * deb/contents.c (pkg_contents): When a list file cannot be
15132 opened, silently fail and let the front-end explain the problem.
15134 * deb/util.c (return_info): When a control file cannot be opened,
15135 silently fail and let the front-end explain the problem.
15137 * deb/search.c (pkg_search): Exit 0 if the regular expression is
15138 matched and 1 if it is not.
15140 Mon Oct 3 18:38:53 1994 Ian Murdock (imurdock@debra.debian.org)
15142 * dpkg.pl: New file. Replaces dpkg.sh.
15144 * deb/Makefile.in: Renamed `dpkg-util.deb' to `dpkg-deb'.
15146 * deb/build.c (pkg_build): `--build' is less verbose, instead
15147 letting the front-end add verbosity where appropriate.
15149 * deb/install.c (pkg_install): Ditto.
15151 * deb/remove.c (pkg_remove): Ditto.
15153 * deb/search.c (pkg_search): Ditto.
15155 * deb/describe.c (pkg_describe): `--describe' is less verbose,
15156 instead letting the front-end add verbosity where appropriate.
15157 The ``Description:'' label has been removed.
15159 * deb/version.c (pkg_version): `--version' is less verbose,
15160 instead letting the front-end add verbosity where appropriate.
15161 The ``Version:'' label has been removed, as has the maintainer
15164 Mon Sep 12 14:22:04 1994 Ian Murdock (imurdock@debra.debian.org)
15166 * deb/version.c (pkg_version): `--version' now reports the
15167 version number of dpkg if no argument is specified.
15169 Thu Sep 1 13:31:37 1994 Ian Murdock (imurdock@debra.debian.org)
15171 * dpkg 0.93.7 released.
15173 * deb/build.c (pkg_build): check status and exit if non-zero.
15175 * deb/contents.c (pkg_contents): ditto.
15177 * deb/install.c (archive_extract): ditto.
15179 Thu Sep 1 13:20:08 1994 Ian Murdock (imurdock@debra.debian.org)
15181 * deb/version.c (pkg_version): indent to the same point as
15184 Thu Sep 1 12:21:11 1994 Ian Murdock (imurdock@debra.debian.org)
15186 * Makefile.in (dist): added debian.rules binary, source and
15187 dist targets to make final distribution easier to make.
15188 (install): install programs to /usr/bin.
15190 * deb/Makefile.in (install): install programs to /usr/bin.
15192 * deb/list.c (pkg_list): enforce a maximum limit of ten characters
15193 for the package name in the output.
15194 (pkg_list): left-justify the version number to make it easier for
15195 the front-end to parse the output.
15196 (pkg_list): replace first '\n' character in packages[n].description
15199 * deb/install.c (archive_extract): use the `p' option to `tar' to
15200 ensure that permissions are preserved.
15202 Sat Aug 27 09:53:37 1994 Ian Murdock (imurdock@debra.debian.org)
15204 * dpkg 0.93.6 released.
15206 * deb/util.c (return_info): only unlink CONTROL if ARCHIVE_FLAG is
15209 Fri Aug 26 15:38:22 1994 Ian Murdock (imurdock@debra.debian.org)
15211 * dpkg 0.93.5 released.
15213 * deb/contents.c (pkg_contents): merged function archive_contents
15214 into function pkg_contents.
15216 * deb/contents.c (pkg_contents): use lstat (rather than stat) so
15217 that symbolic links are recognized.
15218 (pkg_contents): print the usual `<path> -> <link_to>' now that we
15219 recognize symbolic links.
15221 * deb/util.c (return_info): create a FIFO to pipe the needed
15222 information to the ``formatter'' rather than creating a directory
15223 in /tmp for the package information, which is what we used to do.
15225 Thu Aug 25 11:46:27 1994 Ian Murdock (imurdock@debra.debian.org)
15227 * lib/fake-ls.c (mk_date_string): return a pointer to malloc'ed
15229 (mk_mode_string): ditto.
15231 * dpkg.sh: make sure the control information is extracted to a
15232 uniquely-named temporary directory during package installation.
15234 * dpkg.sh: execute the pre- and post-removal scripts during
15237 * dpkg.sh: exit immediately if dpkg-util.deb reports failure.
15239 * deb/install.c (pkg_control): make sure that `package' exists and
15240 is a Debian archive before doing anything.
15242 * deb/install.c (pkg_extract): make sure that `package' exists and
15243 is a Debian archive before doing anything.
15245 * deb/install.c (pkg_install): unlink `extract_output' when done.
15247 * deb/remove.c (pkg_remove): use lstat (rather than stat) so that
15248 --remove does not get confused and think that a symbolic link to a
15249 directory is actually a directory, which results in the symbolic
15250 link never being removed at all.
15252 ChangeLog begins Thu Aug 25 11:46:27 1994 for dpkg 0.93.5.