Dpkg
view release on metacpan or search on metacpan
[ Helge Kreutzmann ]
* Localization:
- Update German man pages translation.
-- Guillem Jover <guillem@debian.org> Fri, 01 Apr 2022 02:27:33 +0200
dpkg (1.21.6) unstable; urgency=medium
- This also clears a bullying NMU. -
[ Guillem Jover ]
* Documentation:
- man: Document untracked kernel module files handling in
dpkg-fsys-usrunmess(8).
-- Guillem Jover <guillem@debian.org> Tue, 29 Mar 2022 11:56:58 +0200
dpkg (1.21.5) unstable; urgency=medium
[ Guillem Jover ]
* dpkg-fsys-usrunmess: Explicitly set user/group and mode for created dirs.
Closes: #1008478
* dpkg-fsys-usrunmess: Set a known umask before starting. See #1008478.
* dpkg-fsys-usrunmess: Special case untracked kernel module files.
Closes: #1008316
* Perl modules:
- Dpkg::Control::Types: Use bit shifts instead of literals in enum.
- Dpkg::Control::Fields: Fix field_register() to return nothing.
- Dpkg::Control::Fields: Refactor manifest types into new
ALL_FILE_MANIFEST.
- Dpkg::Control::Fields: Fix POD to end sentences with a dot.
- Dpkg::Control::Fields: Fix POD to add missing spaces and blank lines.
- Dpkg::Control::Fields: Document and clarify return types and values in
POD.
* Code internals:
- libdpkg: Rename f_revision() to f_obs_revision().
- libdpkg: Warn when parsing obsolete Recommended/Optional/Class fields.
Prompted by David Kalnischkies <donkult@debian.org>.
- libdpkg: Add missing dependency type to obsolete dependency fields.
- libdpkg: Update code comment for obsolete fields.
* Test suite:
- Add test cases for obsolete fields.
[ Helge Kreutzmann ]
* Localization:
- Update German man pages translation.
-- Guillem Jover <guillem@debian.org> Tue, 29 Mar 2022 02:52:14 +0200
dpkg (1.21.4) unstable; urgency=medium
[ Guillem Jover ]
* dpkg-shlibdeps: Require non-empty name and version in SONAME formats.
* Perl modules:
- Dpkg::Control::Fields: Remove duplicate *Built-Using from field order
lists. Reported by David Kalnischkies <donkult@debian.org>.
* Documentation:
- man: Clarify uses cases for Static-Built-Using.
Prompted by Shengjing Zhu <zhsj@debian.org>.
* Test suite:
- Use actual octal numbers for chmod() calls.
- Do not use non-POSIX shell syntax for arithmetic expressions.
Based on a patch by Sören Tempel <soeren@soeren-tempel.net>.
[ Helge Kreutzmann ]
* Localization:
- Update German man pages translation.
-- Guillem Jover <guillem@debian.org> Sat, 26 Mar 2022 13:38:44 +0100
dpkg (1.21.3) unstable; urgency=medium
[ Helge Kreutzmann ]
* Localization:
- Update German man pages translation.
- Update German scripts translation.
[ Guillem Jover ]
* dpkg-db-backup: Check for required commands before starting.
* dpkg: Allow absolute pathnames for configurable external run-time tools.
Based on a patch by Adrian Ho <the.gromgit@gmail.com>. Closes: #1007816
* dpkg-fsys-usrunmess: Add options and prompt about regression prevention
package. Prompted by Paul Wise <pabs@debian.org>.
* dpkg-deb: Move duped control member check inside the detection conditional.
* dpkg-deb: Fix movecontrol() to take a directory argument.
* dselect: Remove non-multi-cd code from multi_cd method.
* dselect: Rename multicd method to media.
* dselect: Remove left overs for mount support from disk method.
* dselect: Remove bogus quote escaping from method setup scripts.
* dselect: Rename disk method to file.
* scripts: Use backport-version-regex vendor hook instead of hardcoding the
marker.
* Perl modules:
- Dpkg::Source::Package::V3::Git: Name bundle remote as bundle.
- Dpkg::Source::Package::V3::Git: Set origin remote to Vcs-Git if present.
- Dpkg::Path: Resolve /dev/null before comparing canonicalized pathnames.
- Dpkg::Compression: Conditionally use the gzip --rsyncable option.
- Dpkg::Compression: Use gzip -n instead of --no-name.
- Dpkg::Vendor: Add a new backport-version-regex hook.
- Dpkg::Control::Fields: Add Static-Built-Using field support.
* Documentation:
- man: Clarify Built-Using field purpose and format.
* Code internals:
- libdpkg: Refactor file_is_exec().
- libdpkg: Check that executables are regular files.
- dpkg-fsys-usrunmess: Refactor prompting into a new function.
- dpkg: Rename r variable to remainder.
* Packaging:
- Clarify the merged-usr-via-aliased-dirs warning.
Prompted by Paul Wise <pabs@debian.org>.
- Sync original bug-script merged-usr warning with postinst updates.
* Test suite:
- Check deb format with duplicate debian-binary and control.tar members.
- Add further deb-split format checks.
- Place deb-old and deb checks on their own test groups.
- Check all currently supported deb-old formats.
* Localization:
- Update Portuguese man pages translation.
Thanks to Américo Monteiro <a_monteiro@gmx.com>. Closes: #1001915
-- Guillem Jover <guillem@debian.org> Thu, 24 Mar 2022 21:00:24 +0100
- update-alternatives: Use enums for actions instead of strings.
- update-alternatives: Switch verbose selection into an enum.
- dpkg: Negate tortoise_not_in_hare() function name and return value.
- dpkg: Initialize trigcyclenode's next member once.
- dpkg: Use common pattern of assigning as an iterator.
- dpkg: Factor trigproc_new_cyclenode() out from check_trigger_cycle().
- dpkg: Switch dependtry from an int to an enum.
- dpkg: Move dependtry description from deferred_configure() to its
declaration.
- dpkg: Split trigger processing types into required, try-queued and
try-deferred.
- dpkg-query: Rename variable to avoid shadowing a local function.
- When allocating use the variable instead of the type in sizeof().
- dselect: Rename variable r to pkgbin.
- libdpkg, dpkg: Rename r variables to fnn.
- libdpkg: Rename ret variable to next.
- libdpkg: Cleanup fsys module symbol names.
- libdpkg: Rename pkg_db symbols to pkg_hash.
- libdpkg: Add new warning printer setter function.
Prompted by Julian Andres Klode <jak@debian.org>.
- libdpkg: Add new DPKG_ERROR_OBJECT macro.
* Build system:
- get-version: Use a format string with printf.
- run-script: Use $() instead of deprecated ``.
- run-script: Remove unused PERL_PROFILE variable, PERL5OPT can be used
instead, and does not require leaving an unquoted variable around.
- run-script: Add «set -e».
- Build.PL: Set environment variables only for CPAN tests.
- Build.PL: Set locale for CPAN tests to C. Fixes CPAN#127314.
- configure: Split AM_INIT_AUTOMAKE arguments into different lines.
* Packaging:
- Bump Standards-Version to 4.2.1 (no changes needed).
- Switch to debhelper compatibility level 11.
- Create the log file in postinst only if it does not exist.
Prompted by Johannes Schauer <josch@debian.org>.
- Add superficial autopkgtest functional tests.
* Test suite:
- Add new shellcheck author test.
- Add descriptions for the shellcheck exclude codes.
- Update cppcheck suppressions.
[ Updated programs translations ]
* Dutch (Frans Spiesschaert). Closes: #912023
* German (Sven Joachim).
* Italian (Milo Casagrande). Closes: #915610
* Portuguese (Miguel Figueiredo). Closes: #917813
* Simplified Chinese (Zhou Mo). Closes: #919040
[ Updated scripts translations ]
* German (Helge Kreutzmann).
[ Updated man pages translations ]
* Dutch (Frans Spiesschaert). Closes: #912024
* German (Helge Kreutzmann).
-- Guillem Jover <guillem@debian.org> Tue, 22 Jan 2019 14:26:04 +0100
dpkg (1.19.2) unstable; urgency=medium
[ Guillem Jover ]
* dpkg: Fix --force-not-root for chown() and chmod() based syscalls, and
give a more meaningful error message on chroot(). Closes: #614126
* dpkg-divert, dpkg-statoverride: Add new --instdir and --root options,
and make the commands honor the DPKG_ROOT environment variable.
Closes: #487108
* libdpkg: Call the pager with «$SHELL -c» to respect POSIX. Closes: #910009
* libdpkg: Do not spawn a pager if we are going to call «cat».
* libdpkg: Honor DPKG_PAGER when spawning a pager.
Suggested by Craig Sanders <cas@taz.net.au>.
* libdpkg: Set LESS to â-FRSXMQâ if not already set, when spawning a pager.
* libdpkg: Ignore SIGPIPE when setting up a pager, and then ignore EPIPE
errors when writing to stdout, otherwise if we quit the pager early, the
program will exit with an error code.
* libdpkg: Set stdout to be fully buffered when using a pager.
* dpkg, dpkg-query: Add new --no-pager option. For dpkg this is also a
configuration option. Closes: #909754
* Perl modules:
- Dpkg::OpenPGP: Ignore Version field in enarmored output.
Fixes CPAN#127217.
- Dpkg::OpenPGP: Do not read the gpg user configuration file.
- Dpkg::Source::Functions: Reimplement is_binary() w/o using diff(1).
- Dpkg::Source::Package::V2: Split the BinaryFiles module into its own
file, and give it a more generic name (Dpkg::Source::BinaryFiles).
- Dpkg::Source::Package::V2: Move binary file detection to BinaryFiles
module.
* Documentation:
- dpkg-buildpackage(1): Clarify --build=source explanation.
- dsc(5): Clarify what âflattenedâ means in Testsuite-Triggers.
Prompted by Mattia Rizzolo <mattia@debian.org>.
- dsc(5): Add a reference to where the source formats are described.
Prompted by Manuel A. Fernandez Montecelo <mafm@debian.org>.
- dpkg-source(1): Improve documentation on vendor-specific series files.
- deb-control(5): Document Build-Ids field.
Prompted by Stuart Prescott <stuart@debian.org>.
- dpkg(1): Clarify which fields are affected by dependency options.
Prompted by James Clarke <jrtc27@debian.org>.
- dpkg-query(1): Document the PAGER environment variable usage.
- Dpkg(1): Add POD documentation about the module hierarchy and API.
* Code internals:
- dpkg-split: Use nfstrnsave() instead of nfmalloc() + memcpy().
- libdpkg: Add new fsys-dir module.
- libdpkg: Pass the file contents to the pager instead of the filename.
- libdpkg: Add a pager kill switch, so that it can be forcefully disabled.
* Build system:
- Distribute a LICENSE file on CPAN.
- Do not make the Build.PL script executable.
- Generalize PACKAGE_CPAN_SIGN by setting PACKAGE_DIST_IS_RELEASE instead.
- Add a release_status key to the CPAN metadata.
- Fix typo in CPAN recommends key.
- Improve test and author CPAN dependencies.
* Packaging:
- Break libapt-pkg5.0 instead of apt. Closes: #909959
Analysis by Sven Joachim <svenjoac@gmx.de>.
* Test suite:
- Skip version checks involving «dpkg --compare-versions» if not available.
This is relevant on CPAN or on non-dpkg-based systems.
[ Updated programs translations ]
* Polish (Åukasz Dulny).
[ Updated man pages translations ]
as the latter are not future-proof, and neither can be guaranteed to
produce a reliable output file format.
* Drop archtable. It serves no purpose, it's Debian specific, it's
usually outdated, and everyone should be using dpkg-architecture anyway.
* Add musl-linux support to ostable and triplettable.
Requested-by Kevin Bortis <wermut@gmail.com>.
* Remove update-alternatives, dpkg-divert and dpkg-statoverride
compatibility symlinks under /usr/sbin/.
* Remove install-info wrapper.
* Only ignore older packages if the existing version is informative. This
allows any program using libdpkg to parse the available file to see again
packages with versions lesser than 0-0 (like 0~0-0). Closes: #676664
* Fix Dpkg::Control::Hash set_options() to take a hash as argument instead
of two scalars.
* Add a new Dpkg::Vendor get_vendor_dir() function.
* Print correct path to vendor directory on error message in dpkg-vendor.
* Do not hardcode the dpkg system configuration directory in perl scripts,
respect build time setting.
* Deprecate Dpkg perl module lowercase and exported by default variables,
replaced by new unified uppercase non-exported by default ones.
* Do not set -fstack-protector in the default build flags on arm64 (it's
not yet supported). Thanks to Matthias Klose <doko@ubuntu.com>.
Closes: #711936
* Add GCJFLAGS support to dpkg-buildflags. Closes: #708375
* Clarify that dpkg --set-selections needs an up-to-date available db,
by documenting it on the dpkg(1) man page, and warning whenever dpkg
finds unknown packages while setting the selections. Closes: #703092
* Print nicer error messages in perl scripts using Getopt::Long by trapping
$SIG{__WARN__} to call usageerr() on option parse errors.
* Move the exit call out from usage() in dpkg-scansources so that usageerr()
gives a correct exit code. Thanks to Bernhard R. Link <brlink@debian.org>.
* Print correct error message on unknown dpkg-name options before --.
* Require at least one filename on dpkg-name after --.
* Switch program usage errors to not print entire --help output.
Closes: #681371
* Document that «dpkg-parsechangelog -l-» can be used to read from stdin.
* Support parsing compressed changelog files transparently. Closes: #684196
* Sort files inside new diffs generated by dpkg-source lexicographically.
Closes: #689193
* Add support for a build_arch option in Dpkg::Deps deps_parse().
Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #697297
* Move epoch-less or revision-less output logic to Dpkg::Version.
Based on a patch by Bernhard R. Link <brlink@debian.org>.
* Catch mismatches between version strings and format versions in
dpkg-source. Ensure that a 3.0 (quilt) package has a non-native version
and that a 3.0 (native) package has a native version. Closes: #700177
Thanks to Bernhard R. Link <brlink@debian.org>.
* Add support for mipsn32(el) and mips64(el) to arch tables.
Thanks to YunQiang Su <wzssyqa@gmail.com>. Closes: #685096, #707323
* Document --file and --label parser options in dpkg-parsechangelog(1).
* Add a new configure --with-dpkg-deb-compressor option to allow selecting
the default dpkg-deb compressor, mainly for downstreams.
* Switch dpkg-deb default compressor from gzip to xz. Build dpkg.deb using
gzip to make debootstrap life easier on non-Debian based systems.
* Add support for gzip compression strategies to dpkg-deb. The new
strategies are: filtered, huffman, rle and fixed.
* Change dpkg and dpkg-deb help output to recommend apt instead of dselect
as a user-friendly frontend.
* Remove temporary file on error during «dpkg-divert --rename».
* Fix value caching in Dpkg::Arch by not shadowing the variables.
* Fix chmod() arguments order in Dpkg::Source::Quilt. Closes: #710265
Thanks to Pablo Oliveira <pablo@sifflez.org>.
* Add new dpkg-shlibdeps -l option to add private shared library directories.
This should be used instead of abusing LD_LIBRARY_PATH to pass the paths,
which might be problematic when cross-compiling. Closes: #698881
* Only apply empty line and comma cleanups when doing substvar replacements
on fields where those are relevant. Closes: #659814
* Do not scan control files twice for PGP signature presence.
[ Raphaël Hertzog ]
* Fix dpkg-maintscript-helper rm_conffile and mv_conffile to do nothing
when the conffile is no longer owned by the current (or named) package.
Thanks to Steve Langasek for the patch. Closes: #716948
* Improve dpkg-maintscript-helper behaviour in âMulti-Arch: sameâ packages
by arch-qualifying package names read from the environment. Also add
a warning about this potential problem in the manual page.
* Fix usage of non-existent _() function in multiple places of the Perl
code. Thanks to Lincoln Myers <lincoln@netapp.com> for the patch.
Closes: #708607
[ Updated programs translations ]
* Fix typo in Spanish translation of update-alternatives.
Thanks to Javier Fernandez-Sanguino <jfs@debian.org>. Closes: #713020
[ Updated programs translations ]
* Vietnamese (Trần Ngá»c Quân). Closes: #715334
[ Added man pages translations ]
* Italian (Beatrice Torracca). Closes: #711647
[ Updated man pages translations ]
* Fix wrong translation of "fortify" in French dpkg-buildflags(1) man page.
Thanks to Christian Perrier <bubulle@debian.org>. Closes: #712976
* Fix typo in dpkg-source(1) man page French translation.
Thanks to Cédric Boutillier <boutil@debian.org>. Closes: #708292
* Japanese (TAKAHASHI Motonobu). Closes: #704240
-- Guillem Jover <guillem@debian.org> Fri, 26 Jul 2013 23:54:54 +0200
dpkg (1.16.10) unstable; urgency=low
[ Guillem Jover ]
* Fix typos in 1.16.9 changelog entry. Closes: #691954
Thanks to Nicolás Alvarez <nicolas.alvarez@gmail.com>.
* Add missing @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.in.
* Do not use an undefined va_list variable in dpkg_put_errno().
* Abort installation if we cannot set the security context for a file.
* Fix OpenPGP armored signature parsing, to be resilient against doctored
input, including source package control files. Closes: #695919
* Make sure the OpenGPG armor contains a signature block, even on EOF.
* Do not accept Armor Header Lines inside a paragraph.
* Do not abort dselect when multiarch is detected, as that only makes
users downgrade and hold on an older version w/ worse multiarch support.
* Fix warning in Dpkg::Source::Archive with «perl -w» due to redefinition
of getcwd() by removing unused POSIX modules usage. Closes: #700978
[ Updated programs translations ]
* Esperanto (Felipe Castro).
* Spanish (Javier Fernández-Sanguino).
* Vietnamese (Trần Ngá»c Quân). Closes: #692100
* Add new option --iosched to start-stop-daemon to be able to set the
IO scheduling class and priority. Closes: #443535
Thanks to Chris Coulson <chrisccoulson@googlemail.com>.
* Add tar format detection support to the internal extractor.
* Add support for ustar long names using the prefix field. Closes: #474092
* Code refactoring and cleanup, some of the major changes include:
- Use standard interfaces instead of ad-hoc ones.
- Fix memory leaks.
- Fix compilation warnings.
- Constify string members in structures and arguments in functions.
- Make local functions static.
- Remove unused functions, macros and variables.
- Fix and cleanup libcompat broken replacement implementations.
- Reduction of module interdependencies.
- Rename function and variable names to make them more clear.
- Cleanup and split of header files.
[ Raphaël Hertzog ]
* Enhance dpkg-shlibdeps' error message when a library can't be found to
include the ELF format of the desired library. Closes: #474671
* dpkg-gensymbols now refuses empty values for the -v -P and -e
parameters.
* Update dpkg(1) to refer to conffile whenever we speak of configuration
file handled by dpkg. Thus harmonize vocabulary with the policy. Thanks
to Helge Kreutzmann <debian@helgefjell.de>. Closes: #381219
* Improve error message stating that dpkg is unable to create a file so that
it also refers to the real filename instead of the non-diverted name only.
Thanks to Daniel Hahler for the patch. Closes: #457135
* dpkg-gencontrol can now again read the control file from its standard
input with "-c-". Closes: #465340
* Add DEB_VENDOR environment variable in the build environment to be able
to change behaviour dynamically depending on the vendor of the current
system (or target system when the user overrides DEB_VENDOR by setting
it himself). Closes: #457371
* dpkg-shlibdeps give less strong warnings for symbols not found in NEEDED
libraries when the shared library is a non-public directory and is likely
to be a plugin. Closes: #481165
* Clarify list of packages displayed by dpkg --get-selections and
dpkg-query -l. Thanks to Jidanni. Closes: #487455
* Document -A option in dpkg-buildpackage(1). Closes: #482834
* Add some warning concerning the available file and the related commands.
They are mostly obsolete for APT users. Closes: #481185
* Add new option --listpackage to dpkg-divert. Thanks to Timothy G Abbott
<tabbott@MIT.EDU> for the patch. Closes: #485012
* Add new option --require-valid-signature to dpkg-source. Closes: #390282
* In dpkg-query(1) document the origin of the various fields and warn that
they are not always available. Closes: #488293
* Improve error message in install-info when the file doesn't exist.
Thanks to Thomas Hood <jdthood@yahoo.co.uk>. Closes: #107098
* Use description of installed package as fallback in dselect.
Based on a patch from Bruce Sass <bmsass@shaw.ca>. Closes: #21659
* Reduce memory usage of dselect by avoiding usage of a big infopad.
Thanks to Michel Lespinasse <walken@zoy.org> for the patch.
Closes: #395140
* Largely improve and update dpkg-buildpackage's manual page.
* Clarify two points in dpkg-source(1). Closes: #490693
* Support RUNPATH exactly like RPATH in dpkg-shlibdeps. Closes: #502258
Thanks to Javier Serrano Polo <jasp00@terra.es>.
* Set Standards-Version to 3.8.0 (no changes needed).
* Drop some unneeded lintian overrides.
* Fix a chmod call in dpkg-source to not fail when POSIXLY_CORRECT is set.
Closes: #506028
* Optimize dpkg-shlibdeps by caching parsed symbols files and
objdump objects. Thanks to Modestas Vainius <modestas@vainius.eu> for the
patch. Closes: #503954
* Add new framework to hook vendor-specific logic (see
module Dpkg::Vendor::Default).
* Add Ubuntu vendor object implementing lookup of launchpad bugs in
changelogs and a safety-check for Maintainer fields of forked packages
(launched during source build). Closes: #426752, #499924
* Improve behaviour of update-alternatives --config. Thanks to
Osamu Aoki <osamu@debian.org> for the initial patch. We can know
select between manual and auto in --config and --all. Closes: #392430
* Fix update-alternatives to not switch to manual mode an alternative
with a broken symlink (instead let the current action fix it).
Also ensure that a message is displayed by default when such a switch is
made. Closes: #141325, #87677
* Fix update-alternatives' logic to rename files. It failed to ignore errors
in some cases where it wanted to when the source file didn't exist.
Closes: #99870
This also makes update-alternatives less noisy when this happens since we
don't call mv when we know that it's going to fail.
Closes: #98822
* Properly remove inappropriate slave links in update-alternatives even when
we switch to manual mode with --set or --config. Closes: #388313
* Modify update-alternatives to always remove the alternative group when the
last alternative is removed (even in manual mode).
* Ensure that update-alternative --install fix the links if the alternative
installed is the one currently selected. Closes: #100135
* Let update-alternatives deal with empty files in its administrative
directory by ignoring them. Closes: #457863
* Add new --target and --as-root options to dpkg-buildpackage to call
any debian/rules target with the proper build environment.
Closes: #477916
* Move update-alternatives, dpkg-divert and dpkg-statoverride to /usr/bin
but keep compatibility symlinks in /usr/sbin for the squeeze release
until all maintainer scripts are fixed (see
https://lintian.debian.org/tags/command-with-path-in-maintainer-script.html).
Closes: #216606
* Use dh_lintian to install lintian overrides. Build-Depends on debhelper
(>= 6.0.7) for this. Update debhelper compatibility level to 6 at the same
time.
* Drop cleanup-info script.
* Reset umask to 0022 in dpkg-gencontrol and dpkg-gensymbols to ensure that
files created in the DEBIAN directory have sane permissions.
Closes: #516481
* Rewrite update-alternatives (so that we can understand it again) and
implement new features on top of it:
- the --config output is now sorted. Closes: #437060
- it now logs information to /var/log/dpkg.log. Closes: #445270
- it forbids reusing master alternative as slave and vice-versa.
Closes: #342566
- it forbids reusing alternative links managed by other alternatives
- new sanity checks on --install parameters. Closes: #423176
- install slave link only if the corresponding slave file is available.
Closes: #143701
- new option --get-selections to export the configuration of all
alternatives. It's a simple way to discover the name of all available
alternatives. Closes: #273406, #392429
- new option --set-selections to reconfigure a set of alternatives in
a single command.
+ remove debsign support, it's useless and doesn't work
+ Use correct architecture when naming .changes file. Closes: Bug#88015
* Fix wording in dpkg-statoverride manpage for --add. Closes: Bug#85080
* Fix typo in start-stop-daemon manpage. Closes: Bug#88225
* Add dpkg-checkbuilddeps to check if build dependencies are satisfied
and modify dpkg-buildpackage to call it if wanted.
Closes: Bug#86453,#83812,#60717,#74372,#67896,#60717,#13961
* dpkg-parsechangelog can read a changelog from stdin now. Closes: Bug#80142
* Fix confusing wording for dpkg-buildpackage -uc option in manpage.
Closes: Bug#83468
* dpkg-statoverride now exits with exitcode 1 if we do a --list but don't
output anything. Closes: Bug#84328
* Remove Linux reference from all scripts, they should run fine on
other OSes as well.
* Mark last argument in dpkg-scanpackages usage info as optional.
Closes: Bug#86658
* Fix cache in dpkg-scanpackages version comparison. Closes: Bug#90722
* Fix formatting error in dpkg-source.1. Closes: Bug#82723
* Change dpkg-gencontrol to fix comma-related syntax errors after
processing substvars. Closes: Bug#92908
* Verify package signatures if debsig-verify is installed. Closes: Bug#37017
* Handle window resize in dselect main menu. Closes: Bug#93559
* Initialize all parts of the package record. This should fix several
segfaults people have been seeing in dpkg. Closes: Bug#90328.
* Apply patch from bug#86847, that escapes intl chars in filenames.
Closes: Bug#83752, #85040, #86847, #89000.
* Errors during dpkg -s(and other similar commands) are now printed
on stderr. Closes: Bug#88987.
* Add a --retry option to start-stop-daemon. Closes: Bug#75139
* Fix regeps to extract Closes magic from a changelog so the #
is really optional. Closes: Bug#94474
* Remove useless statement from dpkg-shlibdeps. Closes: Bug#90516
* Make the debian changelog parser identify itself with $progname.
Closes: Bug#89409
* Give a syntax error when we get an unexpected PGP signature in control
files. Closes: Bug#75562
* Change dpkg manpage to reflect that --force-statoverride is no enabled
by default. Closes: Bug#95023
* Handle dangling symlinks, by ignoring error code 1 from find, when
processing --recursive. Closes: Bug#4784
* dpkg -L, -S, -l, -s, and -p now return an error code if any package
does not exist. Closes: Bug#4974, #72406
* dselect has a configuration file as well now
* Get ENOENT value at runtime in dpkg-divert instead of hardcoding it.
Closes: Bug# 31620
* Fix wrong ENOENT test in dpkg-divert. Closes: Bug#95088
* Add support for more SuperH variants (sh[34]{,eb}-linux-gnu)
* Fix formatting and a typo in the dpkg manpage
* Document the dpkg.cfg configuration file in dpkg(8)
-- Wichert Akkerman <wakkerma@debian.org> Thu, 26 Apr 2001 12:39:16 +0200
dpkg (1.8.3.1) unstable; urgency=low
* Revert change to nfmalloc.c that was causing SIGBUS on sparc.
-- Ben Collins <bcollins@debian.org> Sat, 13 Jan 2001 08:52:11 -0500
dpkg (1.8.3) unstable; urgency=low
* Do chown before chmod in dpkg-statoverride, Closes: Bug#81943
* Fix recursion in dpkg-shlibdeps, Closes: Bug#81322
* Really completely revert dpkg-source patches which broke backwards
compatibility
-- Wichert Akkerman <wakkerma@debian.org> Fri, 12 Jan 2001 00:02:22 -0800
dpkg (1.8.2) unstable; urgency=low
* Don't attempt to read from an input source when we only want 0 bytes.
Also handle buggy systems that return EAGAIN instead of EINTR. Closes:
#81881.
-- Adam Heath <doogie@debian.org> Thu, 11 Jan 2001 00:43:50 -0600
dpkg (1.8.1.1) unstable; urgency=low
* Apply patch from bug to fix badly generated diffs(in some
circumstances). Closes: #81152
-- Adam Heath <doogie@debian.org> Sat, 6 Jan 2001 16:07:33 -0600
dpkg (1.8.1) unstable; urgency=low
* Make --name a valid option. Closes: #31206, #51953.
* dpkg-deb -I <pkg> <control> works again
* Update Swedish translation
-- Wichert Akkerman <wakkerma@debian.org> Thu, 4 Jan 2001 19:31:13 +0100
dpkg (1.8.0) unstable; urgency=low
* Add -k|--symlink option to dpkg-name. Closes: #35040
* Made the accelerator keys in dselect's main menu separate options, so
that they can be translated separately. Closes: #50955.
* Added depends on sysvinit (>= 2.72), so that we can make sure that
/etc/rcS.d exists. Closes: #55037.
* update-rc.d: Changed documentation and help, as -f only applies during
remove. Closes: #55049.
* Added a --force-all option. Closes: #61354.
* Format help string for --abort-after like other option help strings.
Closes: #62464.
* Fix dselect methods to pass admindir to dpkg from dselect.
* Minor tweak so that when patch 2.5.4 is manually used to apply a diff,
it doesn't get applied multiple times. Closes: #65021
* Add --nicelevel to start-stop-daemon, to alter a programs priority
before starting. Closes: #65191.
* Document that --largemem is the default, and that the test point is
24 megs. Closes: #65607.
* Document that --set-selections does not actually install any
packages. Closes: #65340.
* Fix typo in dpkg-deb.1. Closes: #65945.
* Add --truename option to dpkg-divert. Closes: #68489.
* Documented COLUMNS in dpkg(8). Closes: #77001.
* Modified DPKG_C_GCC_TRY_WARNS() to call AC_SUBST, so that we can
use the result of the test during build time. Closes: Bug#75138
* Added description for "suggests" in main/depcon.c:describedepcon().
Closes: Bug#74113
* Removed bashing from dpkg.postinst.
* Make '#' optional in Closes: tags. Closes: Bug#63137.
* Add -t to -h output in dpkg-buildpackage: Closes: Bug#49598.
* dpkg-gencontrol: add "Source" to the fields placed in the control file
* dpkg-parsechangelog: fixed loop for parsepath (#48526)
* main/{processarc.c,depcon.c}: added new structure for conflictors,
which contains a struct for conflicts. This is used to create an array
of conflicting packages, which are going to be replaced. Allows for
multiple conflicts and replaces. All conflictor handlers were
converted to loops to handle each one (processarc.c).
* dpkg-divert: Fix check for writable filesystem, closes: #48646
-- Wichert Akkerman <wakkerma@debian.org> Sat, 30 Oct 1999 15:14:40 +0200
dpkg (1.4.1.18) unstable; urgency=low
* Backout dep check patch
-- Ben Collins <bcollins@debian.org> Sat, 23 Oct 1999 00:39:24 -0400
dpkg (1.4.1.17) unstable; urgency=low
* Add support for long filenames, along with --assert-longfilenames
* Added --chuid option to start-stop-daemon to allow switching to
a different uid when starting a process
* Add mipseb and mipsel to the archtable too, since mips and mipseb are
both viable names for the mips big endian arch, and mipsel is also needed
* Update dpkg-architecture's archtable
* Added --config option to update-alternatives to allow easy changing
of the registered alternatives for a specific name
* Updated the deb-control(5) man page with all the current fields
and uses
* Made the large info screen show 5 lines of the pkglist so that
it scrolled properly, and still showed the cursor in dselect
* Removed references to dpkg(5) which seems to not exist anymore
* Fixed `dpkg-deb --help' and dpkg-deb(1) from reporting --no-check
when it's actually --nocheck (went with the hardcoded option, so
this is just a documentation fix).
* Added better check in disk.setup for a working NFS server. Makes
it compatible with other non-Linux servers.
* Corrected dpkg(8)'s example of using dpkg -i (showed it used with
a .tar.gz instead of a .deb)
* Applied patch to correct improper TMPDIR handling in dpkg-deb
* When encountering an error in extracting the tar archives in the
packages, we should abort the install, not simply give an error
and continue.
* Make dpkg give the builtin arch if there was an error while exec()'ing
the C compiler with --print-architecture. We still fail if the
output from gcc was bad in some way, since they may be of importance.
* Removed the maintainer-configure portion in debian/rules, since
we should be shipping the source with all the auto* stuff
already generated anyway
* Removed the ltconfig patch, and resort to a debian/rules fix
to libtool itself after running configure
* Removed shlibs.default.i386. It's now a template for arch porting to
Debian/dpkg, we install it still, if there exists a file matching the
arch
* Reimplemented a better *stat cache for the removal checking code,
this helps a lot when doing upgrades where the packages are a lot
different in layout
* Increased largemem auto detection to >= 24megs, since it's not uncommon
for dpkg to actually use 16megs of ram all on its own when using the
largemem setting (old minimum was 16megs)
* debian/rules: chmod -x everything in /usr/lib to make lintian happy.
in the clean phase just rm -rf $(BUILD), we don't need to run
distclean and all that other stuff. Don't run "make dist", we
simply copy the .tar.gz that dpkg-source creates for the byhand
source.
* Make start-stop-daemon exit(1) when we don't find one of the
pid's we are trying to kill, in accordance with the man page.
* When running --configure on an already installed package, just
say it's installed, and not that it is in an unconfigurable
state
* Fixed some compiler warnings
* Make dpkg check for uid 0 requirement, before checking the path
since not being root, is probably the reason that the PATH is
borked in the first place
* Make -p short for --print-avail, and -P short for --purge
* Fix typo in md5sum(1) man page
* start-stop-daemon: Add --background and --make-pidfile options
* update-alternatives: make sure we remove "old" symlinks when they
are no longer pertinent. Add /etc/alternatives/README that refers
to the update-alternatives(8) man page.
* dpkg-divert: Add check for being able to write to the old/new
destination before doing a rename. We fail on this, without
changing the diversion registry
* Fix bad regex in update-rc.d
-- Wichert Akkerman <wakkerma@debian.org> Thu, 21 Oct 1999 17:49:03 +0200
dpkg (1.4.1.16) unstable; urgency=medium
* Hardcode ENOENT again since the errno-part of the POSIX module
isn't in perl-*-base. sigh.
-- Wichert Akkerman <wakkerma@debian.org> Fri, 15 Oct 1999 04:01:14 +0200
dpkg (1.4.1.15) unstable; urgency=low
* non-maintainer release.
* Move dselect into its own package
* Remove conffiles before directories when purging
* Check if integrity from other packages will broken when processing
an archive
* dpkg-deb can handle package made with Linux ar.
* Add check to update-alternatives to see if the sequencecode is between
0 and 99
* Fix failed assertion, which was actually two bugs: a logic error in
checkforremoval and a wrong assumption in findbreakcycle
* dselect doesn't die when you resize the terminal
* check if a file is also in a new package before removing it when upgrading
* offer to show a diff between the old and new conffile
* dpkg-scanpackages: don't abort but only skip a package if we can't
open it
* Add HURD-support to start-stop-daemon
* Reinstate patch to not read available when doing --list-files
* Add a couple of --force options to handle changed conffiles
-- Wichert Akkerman <wakkerma@debian.org> Thu, 14 Oct 1999 04:20:56 +0200
dpkg (1.4.1.14) unstable; urgency=low
* non-maintainer release.
* dpkg-source works again on empty diffs, Closes: Bug# 46159
* Install locale-files in /usr/share, Closes: Bug# 46631
* Make /usr/share/doc/dpkg-dev a symlink to /usr/share/doc/dpkg
* Actually include fix to make update-alternatives works filesystems (oops!)
* Check if codenumber is between 0 and 99, Closes: Bug# 46810
-- Wichert Akkerman <wakkerma@debian.org> Tue, 5 Oct 1999 19:19:05 +0200
dpkg (1.4.1.13) unstable; urgency=low
* Non-maintainer release.
* NMU number 13, lets see what breaks :)
* update-alternatives works across filesystems now
* Make -sgpg work in dpkg-buildpackage (typo)
-- Wichert Akkerman <wakkerma@debian.org> Tue, 28 Sep 1999 01:26:19 +0200
dpkg (1.4.1.12) unstable; urgency=low
* Non-maintainer release.
* Fix typo in chmodsafe_unlink that made dpkg chmod files that
weren't setuid or setgid
-- Wichert Akkerman <wakkerma@debian.org> Sun, 26 Sep 1999 02:41:30 +0200
dpkg (1.4.1.11) unstable; urgency=low
* Non-maintainer release.
* Added sparc64 to archtable
* Added entries for newer alpha architectures to the archtable
* Always run patch and diff with LANG set to C.
* Handle diff warning for files with no newline at the end of file
Closes: Bug#45642
-- Wichert Akkerman <wakkerma@debian.org> Fri, 24 Sep 1999 03:23:54 +0200
dpkg (1.4.1.10) unstable; urgency=low
* Non-maintainer release.
* Build dpkg-scansources manpages using pod2man
* dpkg-buildpackage changes:
+ fix signinterface-detection
+ use gpg by default if $HOME/.gnupg/secring.gpg exists
-- Wichert Akkerman <wakkerma@debian.org> Thu, 16 Sep 1999 15:36:43 +0200
dpkg (1.4.1.9) unstable; urgency=low
* Non-maintainer release.
* Updated dpkg-scansources to current version from Roderick Schertler
* Update location of GPL in internals-manual
* Update location of GPL and dpkg copyright in all manpages
* Include patch from Roman Hodek for dpkg-source to handle diffs of files
with lines that begin with two dashes.
* Move dpkg-scansources to dpkg-dev package
* Move dpkg-scansources manpage to section 8
* Fix error that moved a lot of manpages to the dpkg package.
* It looks like not reading the available-file for listfiles was not greeted
with much enthiousiasm, so reverse the change.
-- Wichert Akkerman <wakkerma@debian.org> Wed, 15 Sep 1999 03:45:07 +0200
dpkg (1.4.1.8) unstable; urgency=low
* Non-maintainer release.
* Merge dpkg-doc-ja
* Add patch from Raphaël Hertzog <rhertzog@hrnet.fr> for dpkg-scansources
to skip comments in signatures. This allows packages to also use GnuPG.
-- Wichert Akkerman <wakkerma@debian.org> Mon, 13 Sep 1999 04:16:33 +0200
dpkg (1.4.1.7) unstable; urgency=low
* Non-maintainer release.
* Use /usr/share/doc
* Merge changes from dpkg-iwj tree:
+ change section in dpkg-deb.1 to 1
+ Use COPYINGFILE instead of hardcoded GPL-location in showcopyright()
+ varbufprintf (used for some error messages) vsnprintf return value
assumption changed to correspond to reality rather than glibc-doc.
+ Don't read available-info when not needed (slightly improved from
dpkg-iwj: don't read for listfiles either :)
+ Cleanup --assert-* code
+ Assume largemem on systems without sysinfo(2).
+ modify preexec-script for easier script execution
+ Do not chmod(".../path/to/symlink",0600) causing many bad perms.
+ Sanity-check numbers for parameters
+ Move some logic from process_archive into wantinstall
+ Print '0' in dpkg-scanpackages if no packages found.
-- Wichert Akkerman <wakkerma@debian.org> Fri, 10 Sep 1999 04:06:32 +0200
dpkg (1.4.1.6) unstable; urgency=low
* Non-maintainer release.
* scripts/dpkg-architecture.pl: Update to latest version.
* scripts/dpkg-architecture.1: Likewise.
-- Marcus Brinkmann <brinkmd@debian.org> Sat, 24 Jul 1999 18:24:21 +0200
dpkg (1.4.1.5) unstable; urgency=low
* Non-maintainer release.
* (dpkg-dev): Use emacsen-common for debian-changelog-mode.el
(closes:Bug#20776,#31030).
* Removed references to the packaging and policy manuals from debian/control.
* Put debian-changelog-mode.el in dpkg-dev and remove from dpkg (closes:Bug#29271).
* Fix paths in 50dpkg-dev.el using Roderick Schertler's patch
(closes:Bug#28270,#29702,#26876,#29184,and others).
* Note that bug number 17367 was fixed in 1.4.0.26.
* Add Zack Weinberg's install-info patch for GNU install-info
compatibility (closes:Bug#28965).
* Add dpkg-architecture stuff from Marcus Brinkmann.
* Remove debian-keyring suggests from dpkg.
* Add -k<keyid> flag to dpkg-buildpackage.
* --textmode works in gpg, remove kluge from dpkg-buildpackage.
* Cleanup configure.in slightly (stop using tl_ macros, fix gettext stuff).
* Attempt to make Debian source useful for non-Debian systems
(i.e. distclean tree instead of maintainer-clean tree).
* Sync with wichert's 1.4.1.4.
* Add my ltconfig-1.3.2.diff (RPATH workaround).
* Add dpkg-scansources program and man page.
* Man pages in /usr/share/man.
-- Joel Klecker <espy@debian.org> Tue, 13 Jul 1999 18:12:15 -0700
dpkg (1.4.1.4) unstable; urgency=low
* Also change developer-keyring to debian-keyring for dpkg-dev package
* Include spanish translation from Nicolás Lichtmaier <nick@debian.org>
* Depend on perl5 instead of perl
-- Wichert Akkerman <wakkerma@debian.org> Mon, 5 Jul 1999 00:04:14 +0200
dpkg (1.4.1.3) unstable; urgency=low
* Modify tarobject() so it does not complain if we are creating a
directory that replaces a removed file. This works around the
problem that the filedatabase doesn't remember what filetype a
file was by assuming it already was a directory
-- Wichert Akkerman <wakkerma@debian.org> Mon, 31 May 1999 23:49:23 +0200
dpkg (1.4.1.2) unstable; urgency=low
* Non-maintainer upload
<Roman.Hodek@informatik.uni-erlangen.de> which solves problems with
architecture specific packages in mostly architecture independent
multi-binary source packages. [#14341, #20192].
* doc/Makefile.am: remove any reference to the packaging manual, as it is
now provided by the separate "packaging-manual" package.
* doc/packaging.sgml: removed.
* doc/developer-keys.pgp: updated to the current debian keyring.
* aclocal.m4: applied patch from Joel Klecker <jk@espy.org> to handle
egcs' --print-libgcc-file-name output. [#20353]
* debian/copyright: correct FSF address.
* debian/rules: add code from lesstif's debian/rules to make libtool
less of a fool (i.e. not use -rpath and to link shared libraries
against libraries it depends on). Code by Richard Braakman
<dark@xs4all.nl> and Yann Dirson <dirson@debian.org>.
* debian/rules: remove all reference to the packaging manual as it is
now provided by the separate "packaging-manual" package. [#21581,
#21186, #22698, #23342]
* debian/rules: link dpkg-divert.1.gz to undocumented.7.gz as the lack
of a real manpage has been reported in #11093.
* debian/README.compile: removed gawk and bogus comment about gettext
being in experimental, as reported by Santiago Vila <sanvila@unex.es>
[#23344]. Added libpaperg (debiandoc2ps needs paperconf).
* debian/shlibs.default.i386: updated for glibc, reported by Herbert Xu
<herbert@gondor.apana.org.au>. [#13140]
* debian/control (dpkg-dev): depend on perl as POSIX (not a part of
perl-base) is needed by most of the perl dpkg-* scripts, noticed by
Joel Klecker <jk@espy.org>. [#22115]
-- James Troup <jjtroup@comp.brad.ac.uk> Wed, 24 Jun 1998 14:38:52 +0200
dpkg (1.4.0.23.2) frozen unstable; urgency=low
* Non-maintainer upload.
* dpkg/main.c: Turn --force-overwrite back on as default.
-- James Troup <jjtroup@comp.brad.ac.uk> Tue, 23 Jun 1998 22:19:26 +0200
dpkg (1.4.0.23.1) frozen unstable; urgency=low
* No real changes, only a new version code to make this go to frozen too.
-- Nils Rennebarth <nils@debian.org> Wed, 10 Jun 1998 17:29:58 +0200
dpkg (1.4.0.23) frozen unstable; urgency=low
* Non-maintainer bug-fix release
* Update the disk method to the hamm directory structure (Bug#21000)
-- Nils Rennebarth <nils@debian.org> Sun, 7 Jun 1998 19:14:51 +0200
dpkg (1.4.0.22) frozen unstable; urgency=medium
* Non-maintainer bug-fix release
* Install main changelog file as `changelog.gz' instead of
`changelog.dpkg.gz' (Debian Policy, section 5.8) (Bug#6052,15157)
* Avoid use of /tmp/*.$$ in preinst and postinst (Bug#19712)
* Make sure diversions file is always created with mode 0644 (Bug#19494)
* When removing a file, chmod it to 000 if it's a char or block
device or remove its s[ug]id bits, if any (Bug#6006)
* Minor fixes in the programmer's manual (Bug#6206)
* Always create readable status and available files
(Bug#9869,11887,14636,15786,19146)
* Make dpkg-gencontrol honour -DArchitecture=xxxx (Bug#9893)
* Allow different archs for the same binary in debian/files (Bug#9894)
* Added workaround in /usr/lib/dpkg/methods/disk/setup
to avoid bash warning (Bug#10111,10131)
* Recognize old .deb packages with other locales (Bug#12232)
* Added `SHELL=bash' to debian/rules: it uses bash-specific structs
* Move some files from dpkg to dpkg-dev (part of Bug#13295)
* Minor fix in packaging manual regarding to Standards-Version (Bug#14696)
* Fixed --altdir and --admindir in update-alternatives (Bug#15332)
* Strip /usr/lib/libdpkg* (Bug#15671)
* dpkg: send output of --help, --force-help and -Dhelp to stdout
(Bug#16051,18574)
* send correct signals with start-stop-daemon (Bug#17258)
* Make `dpkg-divert --test --remove' work as expected (Bug#19531)
* Determine properly the architecture if gcc is egcs (Bug#20353)
-- Juan Cespedes <cespedes@debian.org> Sun, 5 Apr 1998 17:37:01 +0200
dpkg (1.4.0.21) unstable; urgency=low
* Non-maintainer release to include a new update-rc.d
* Fixed date on files in the archive from 2017 and 2018 by running
touch foo; find . -newer foo | xargs -r touch; rm foo
* Changed start-stop-daemon message "No <program> found; none killed." to
"No <program> found running; none killed."
-- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 5 Mar 1998 14:19:46 +0100
dpkg (1.4.0.20) unstable; urgency=low
* Disabled --force-overwrites.
* Removed core file from source
-- Michael Alan Dorman <mdorman@debian.org> Tue, 9 Jan 1998 03:34:28 -0500
dpkg (1.4.0.19) unstable; urgency=low
* Changed methods/disk.setup to use output of
'dpkg --print-installation-architecture' instead of hard-coded
'1386' (fixes #10995).
* Patched dpkg-source to properly quote metacharacters in strings
before using them in pattern-matching expressions (fixes #10811).
* Fixed several documentation typos (fixes #10764).
* dpkg-source now works around 100-character filename limitation of cpio
(fixes #10400).
* dpkg-source now properly handles '\ no newline in source' message from
patch (fixes #5041).
-- Klee Dienes <klee@debian.org> Sun, 13 Jul 1997 19:28:22 -0700
dpkg (1.4.0.18) unstable; urgency=low
* dpkg-source now uses new -z option to GNU patch (still needs to be
changed to detect and use old version as well) (fixes #9904, #10005, #10007).
* Added i686 to archtable.
* shlibs.default now uses xlib6 instead of elf-x11r6lib (fixes #9926).
( run in 0.814 second using v1.01-cache-2.11-cpan-39bf76dae61 )