2007-07-02 Frank Lichtenheld * COPYING: Update to current version of GPL v2 text. Updates FSF address and LGPL name. 2007-07-01 Frank Lichtenheld * scripts/dpkg-source.pl: Warn that newly created empty files are not currently represented in the diff. 2007-07-01 Ian Jackson * scripts/dpkg-source.pl: Don't remove setgid bits on directories when extracting the .orig tarball since the user might prefer to have them. Also don't manually override user and group for extracted directories. Instead we will take tar take of most of that. (extracttar): Explicetly specify --no-same-owner and --no-same-permissions. They are default anyway for non-root users, but no need to handle the source differently (i.e. more carelessly) if working as root. Since tar still insists on honoring the file permissions in the tar ball, fix them up so that they match what the user would expect according to his umask. 2007-06-12 Jiří Paleček * dpkg-shlibdeps.pl: Support colon separated list of paths in the ELF RPATH field. 2007-06-12 Guillem Jover * scripts/dpkg-scanpackages.pl: Move check for existence of $override outside load_override. Move load_override after having filled the %packages information. (load_override): Assume $override is always defined. 2007-06-06 Guillem Jover * scripts/dpkg-source.pl ($diff_ignore_default_regexp): Add '.shelf'. 2007-06-06 Guillem Jover * scripts/dpkg-source.pl (%archadded): Move to an outer scope to avoid duped entries in the output Architecture field. 2007-05-24 Guillem Jover * ostable: Add gnulp-linux. * triplettable: Add gnulp-linux-i386 to lpia mapping. 2007-05-24 Guillem Jover * configure.ac: Bump version to 1.14.5~. 2007-05-24 Guillem Jover * configure.ac: Release 1.14.4. 2007-05-24 Guillem Jover * scripts/controllib.pl (debarch_to_debtriplet): Match exactly 'any' or 'all', recognize again 'linux-', and do not accept unknown debtriplets. (debwildcard_to_debtriplet): New function. (debarch_is): Use debwildcard_to_debtriplet for the wildcard parameter. 2007-05-23 Guillem Jover Revert commit on 2007-04-28 by Aaron M. Ucko . * scripts/dpkg-shlibdeps.pl: Trim down duplicated files from @libfiles only when passing it to dpkg-query instead. 2007-05-23 Kylan Robinson * scripts/dpkg-source.pl: Fix regex (/\.debian.tar/ -> /\.debian\.tar/). 2007-05-23 Guillem Jover * scripts/dpkg-source.pl ($copy_required): New variable. ($dumptardev, $dumptarino): Move declaration inside the block issues the stat call, and only compare them against $dsctardev and $dsctarino if the stat succeeded. 2007-05-21 Guillem Jover * scripts/dpkg-statoverride.pl ($pat): Rename to ... ($pattern): ... this. Fixes $pattern being an unused variable. ($file): Move the declaration to its first usage in the for loop. 2007-05-15 Guillem Jover * configure.ac: Bump version to 1.14.4~. 2007-05-15 Guillem Jover * configure.ac: Release 1.14.3. 2007-05-15 Guillem Jover * scripts/dpkg-divert.pl (checkmanymodes): Change the error message to say 'commands' instead of 'modes'. * scripts/dpkg-statoverride.pl (CheckModeConflict): Likewise. Use gettext for the string. 2007-05-15 Guillem Jover * utils/start-stop-daemon.c (daemonize): Use _exit instead of exit, to avoid side effects while the parents terminate. 2007-05-15 Guillem Jover * utils/start-stop-daemon.c (main): Move daemonizing code to ... (daemonize): ... here. New function. Fork twice. 2007-05-15 Guillem Jover * scripts/update-alternatives.pl: Call fill_missing_slavepaths at the end of the 'install' conditional. (fill_missing_slavepaths): New function. 2007-05-14 Guillem Jover * scripts/dpkg-divert.pl ($divertto, $package): Initialize to undef instead of an empty string. 2007-05-13 Guillem Jover * scripts/controllib.pl (debarch_eq): Return 0 if debarch_to_debtriplet returns any undef value. (debarch_is): Likewise. As a side effect of changing to use arrays for the real and alias architectures, all parts of the triplet are now compared against 'any' as well. * scripts/dpkg-genchanges.pl: Remove redundant debarch_is being handled already in the grep. * scripts/dpkg-gencontrol.pl: Likewise. 2007-05-12 Guillem Jover * scripts/controllib.pl (debian_arch_eq): Rename to ... (debarch_eq): ... this. Add prototype. Fix all callers. (debian_arch_is): Rename to ... (debarch_is): ... this. Add prototype. Fix all callers. 2007-05-11 Guillem Jover * scripts/update-alternatives.pl ($manual): Rename to ... ($mode): ... this. Fix all users. (read_link_group): Change gl() name from 'manflag' to 'update_mode', and badfmt() string from 'manflag' to 'invalid update mode'. 2007-05-11 Guillem Jover * scripts/update-alternatives.pl ($mode): Rename to ... ($action): ... this. Fix all users. (checkmanymodes): Rename to ... (check_many_actions): ... this. Fix all callers. Add prototype. Change the error message to say 'commands' instead of 'modes'. 2007-05-10 Guillem Jover * scripts/dpkg-genchanges.pl: Only use the %p2f values if defined. 2007-05-09 Guillem Jover * configure.ac: Bump version to 1.14.3~. 2007-05-09 Guillem Jover * configure.ac: Release 1.14.2. 2007-05-09 Guillem Jover * man/Makefile.am (install-data-local): Install the translated man pages from the srcdir. 2007-05-09 Guillem Jover * Makefile.am (EXTRA_DIST): Add 'debian/dpkg-dev.lintian-overrides', 'debian/dpkg.lintian-overrides', 'debian/dselect.lintian-overrides' and 'debian/source.lintian-overrides'. 2007-05-09 Guillem Jover * scripts/update-alternatives.pl: Create the generic name symlinks when there's none, or when it differs to the current one. 2007-05-09 Guillem Jover * scripts/update-alternatives.pl (config_message): Handle the case when @versions is empty. Return a negative value if there's nothing to do, 0 on success. (config_alternatives): Check for config_message exit value to decide to return instead of @versions being empty. 2007-05-09 Guillem Jover * scripts/dpkg-buildpackage.sh: Remove check for variable being empty, as the path check quoted, thus removing the bashisms. 2007-05-08 Guillem Jover * configure.ac: Bump version to 1.14.2~. 2007-05-08 Guillem Jover * configure.ac: Release 1.14.1. 2007-05-08 Guillem Jover * configure.ac: Bump version to 1.14.1~. 2007-05-08 Guillem Jover * configure.ac: Release 1.14.0. 2007-05-08 Guillem Jover * scripts/controllib.pl (read_cputable): Localize $_. (read_ostable): Likewise. (read_triplettable): Likewise. (parsedep): Check first for the negated architectures. * scripts/dpkg-checkbuilddeps.pl: Do not enable slurp mode globally. Use get_host_arch instead of directly dpkg-architecture. 2007-05-08 Guillem Jover * scripts/dpkg-genchanges.pl ($pkgdatadir): New variable. * scripts/dpkg-gencontrol.pl: Likewise. * scripts/dpkg-source.pl: Likewise. * scripts/dpkg-checkbuilddeps.pl: Likewise. ($dpkglibdir): Change to '..'. 2007-05-08 Guillem Jover * scripts/update-alternatives.pl: Do not exit with an error on '--remove' with a non-existing link group file for now, to be consistent with the case when trying to remove an non-existing path. 2007-05-08 Guillem Jover * scripts/update-alternatives.pl: Fix warning when executed w/o any option. 2007-05-08 Guillem Jover * Makefile.am (EXTRA_DIST): Rename debian/pseudo-tags to debian/usertags. 2007-05-07 Guillem Jover * ostable: Add gnueabi-linux. * triplettable: Add gnueabi-linux-arm to armel mapping. 2007-05-07 Guillem Jover * scripts/controllib.pl (%debtriplet_to_debarch): New variable. (%debarch_to_debtriplet): Likewise. (split_gnu, split_debian): Remove functions. (debian_arch_fix, debian_arch_split): Likewise. (debian_to_gnu, gnu_to_debian): Likewise. (read_triplettable): New function. (gnutriplet_to_debtriplet, debtriplet_to_gnutriplet): Likewise. (debtriplet_to_debarch, debarch_to_debtriplet): Likewise. (get_valid_arches): Call read_cputable and read_ostable if @cpu or @os are empty. Use debtriplet_to_debarch instead of debian_arch_fix. (debian_arch_eq): Use debarch_to_debtriplet instead of debian_arch_split. Compare the whole Debian triplet. (debian_arch_is): Likewise. * scripts/dpkg-architecture.pl: Do not call the now internal functions read_cputable and read_ostable. Use debtriplet_to_gnutriplet, gnutriplet_to_debtriplet, debarch_to_debtriplet and debtriplet_to_debarch instead of debian_to_gnu, gnu_to_debian. * debian/archtable: Update comment to reflect the new Debian triplet. * cputable: Likewise. * ostable: Likewise. Include the ABI information in the Debian name. * triplettable: New file. * Makefile.am (dist_pkgdata_DATA): Add triplettable. 2007-05-04 Guillem Jover * scripts/dpkg-architecture.pl: Use get_valid_arches instead of directly using @os and @cpu variables. ($pkgdatadir): Change from a 'my' to an 'our' variable. (@cpu, @os, %cputable, %ostable, %cputable_re, %ostable_re, read_cputable, read_ostable, split_debian, debian_to_gnu, split_gnu, gnu_to_debian): Move to ... * scripts/controllib.pl: ... here. ($pkgdatadir): Declare as 'our'. (get_valid_arches): New function. 2007-05-04 Guillem Jover * scripts/update-alternatives.pl: Call read_link_group also in 'install' mode, but do not exit nor print an error if the link goup file does not exist. 2007-05-02 Guillem Jover * scripts/update-alternatives.pl: Move the ENOENT errno check from the if conditionals to the block body to avoid comparing against an undef value on the next elsif conditional. 2007-04-28 Aaron M. Ucko * scripts/dpkg-shlibdeps.pl (unique_libfiles): New variable. Do not track duped libraries already on it. 2007-04-11 Guillem Jover * scripts/dpkg-parsechangelog.pl: Use static and warnings. Declare variables with 'my'. * scripts/dpkg-scansources.pl: Likewise. * scripts/controllib.pl: Likewise. Globals with 'our'. * scripts/822-date.pl: Likewise. * scripts/dpkg-architecture.pl: Likewise. * scripts/dpkg-checkbuilddeps.pl: Likewise. * scripts/dpkg-distaddfile.pl: Likewise. * scripts/dpkg-genchanges.pl: Likewise. * scripts/dpkg-gencontrol.pl: Likewise. * scripts/dpkg-shlibdeps.pl: Likewise. * scripts/dpkg-source.pl: Likewise. * scripts/controllib.pl (parsecdata): Use 'my' instead of 'local'. (subprocerr): Likewise. (debian_arch_fix): Likewise. * scripts/dpkg-architecture.pl (debian_to_gnu): Likewise. (gnu_to_debian): Likewise. * scripts/controllib.pl (getfowner): Remove redundant closures of STDIN. 2007-04-11 Guillem Jover * scripts/controllib.pl (@pkg_dep_fields): Reorder fields by importance. (set_field_importance): New function. (sort_field_by_importance): Likewise. (outputclose): Use sort_field_by_importance instead of direct sorting. * scripts/changelog/debian.pl (%fieldimps): Do not set directly, use set_field_importance instead. * scripts/dpkg-genchanges.pl: Likewise. * scripts/dpkg-gencontrol.pl: Likewise. * scripts/dpkg-source.pl: Likewise. * scripts/changelog/debian.pl (@changelog_fields): New variable. * scripts/dpkg-genchanges.pl (@changes_fields): New variable. * scripts/dpkg-gencontrol.pl (@control_fields): New variable. * scripts/dpkg-source.pl (@dsc_fields): New variable. * scripts/dpkg-scanpackages.pl: Require 'controllib.pl'. (@pkg_dep_fields): Declare as 'our'. (@fieldpri): Reorder fields, use '@pkg_dep_fields' instead of hardcoded list. 2007-04-05 Guillem Jover * scripts/controllib.pl (get_host_arch): New function. (findarch): Rename to ... (init_substvar_arch): ... this. Use get_host_arch to set the substvar. Fix all callers. (parsedep): Use get_host_arch instead of directly calling dpkg-architecture. * scripts/dpkg-genchanges.pl: Use '$host_arch' instead of '$arch'. (init_substvar_arch): Delay call until after init_substvars. * scripts/dpkg-gencontrol.pl: Likewise. 2007-04-03 Guillem Jover * dpkg-genchanges.pl: Mark string for translation. 2007-04-03 Guillem Jover * scripts/controllib.pl (warn): Rename to ... (warning): ... this, to avoid collisions with the perl builtin. Fix all users. 2007-04-03 Guillem Jover * scripts/controllib.pl: Use defined instead of length, when variables might be undefined. * scripts/update-alternatives.pl: Likewise. * scripts/dpkg-source.pl: Likewise. * scripts/dpkg-genchanges.pl: Likewise. * scripts/dpkg-gencontrol.pl: Likewise. * scripts/dpkg-shlibdeps.pl: Likewise. 2007-04-03 Guillem Jover * scripts/dpkg-checkbuilddeps.pl ($control): Remove redundant variable. 2007-04-03 Guillem Jover * scripts/dpkg-source.pl (fieldimps): Add 'Uploaders'. 2007-03-25 Nicolas François * m4/libs.m4: Fix typo (supoprt->support). 2007-03-23 Guillem Jover * debian/pseudo-tags: Renamed to ... * debian/usertags: ... this. Updated with the usertags information. * debian/dpkg.docs: Install usertags instead of pseudo-tags. 2007-03-21 Jeffrey W. Baker Guillem Jover * src/archives.c (wanttoinstall): Use vdew_nonambig instead of vdew_never on versiondescribe. * src/configure.c (deferred_configure): Likewise. * src/query.c (list1package): Likewise. * dselect/pkgsublist.cc (packagelist::add): Likewise. * dselect/pkgtop.cc (packagelist::redraw1itemsel): Likewise. 2007-03-21 Guillem Jover * dselect/main.cc: Remove duplicated included files and . Move to the system block. 2007-03-21 Guillem Jover * dselect/method.h: Fix typo in copyright year ('20001'-> '2001'). 2007-03-21 Guillem Jover * configure.ac (AM_GNU_GETTEXT_VERSION): Quote the argument. (AC_CHECK_HEADERS): Check for 'locale.h'. * lib/gettext.h: Updated file from gettext 0.16.1. 2007-03-21 Guillem Jover * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.16.1. 2007-03-20 Guillem Jover * scripts/dpkg-source.pl ($diff_ignore_default_regexp): Add '.hg'. 2007-03-13 Guillem Jover * scripts/controllib.pl (parsechangelog): Only binmode CDATA from the parent side of the opened pipe, on the child side binmode STDOUT. 2007-03-13 Guillem Jover * scripts/dpkg-shlibdeps.pl: Use new style file handler references. 2007-03-13 Guillem Jover * lib/compression.c (compress_cat): Support compress_type_lzma. * dpkg-deb/build.c (do_build): Likewise. * dpkg-deb/main.c (usage): Document that '-Z' now accepts lzma as well. (setcompresstype): Parse 'lzma' as compress_type_lzma. 2007-03-12 Guillem Jover * scripts/changelog/debian.pl: Fix call to outputclose by not passing anything to it. ($varlistfile): Remove unused variable. 2007-03-12 Guillem Jover * lib/dpkg.h (compression_type): Rename to ... (compress_type): ... this. Fix all users. (CAT): Rename to ... (compress_type_cat): ... this. Fix all users. (GZ): Rename to ... (compress_type_gzip): ... this. Fix all users. (BZ2): Rename to ... (compress_type_bzip2): ... this. Fix all users. 2007-03-06 Guillem Jover * lib/compression.c (fd_fd_filter): New function, refactored. As a side effect the 'failed to exec' string gets unified, and all commands use oshite now. (decompress_cat): Use fd_fd_filter instead of the duped code. (compress_cat): Likewise. 2007-03-06 Guillem Jover * scripts/dpkg-scanpackages.pl (usage): Documemt that the override file is now optional. (load_override): New function, refactored. Handle the case where '$override' is undefined. 2007-02-28 Guillem Jover * scripts/dpkg-checkbuilddeps.pl: Make getopt parse '--admindir'. ($admindir): New variable. (usage): Document '--admindir'. (parse_status): The status argument is not optional anymore. * scripts/dpkg-shlibdeps.pl: Parse '--admindir'. ($admindir): New variable. ($shlibsppdir): Initialize it after parsing the arguments. (usage): Document '--admindir'. * scripts/dpkg-buildpackage.sh: Parse '--admindir', and document it in usage output. Pass it to dpkg-checkbuilddeps. 2007-02-28 Guillem Jover * scripts/update-alternatives.pl (usage): Use '$altdir' instead of hardcoding its value. 2007-02-28 Colin Watson * scripts/dpkg-gencontrol.pl: Add missing parenthesis in regular expression handling Origin, Bugs and Maintainer for control file fields. 2007-02-17 Guillem Jover * scripts/dpkg-source.pl (checkstats): Take '$dscdir' as an explicit argument. Fix all callers. (checktype): Take '$dir', '$fn' and '$type' as explicit arguments. Fix all callers. 2007-02-17 Guillem Jover * scripts/update-alternatives.pl: Check if '$alink' is defined before using '$aslavelinkcount{$alink}'. Only read_link_group if '$mode' is not 'install'. ($dataread): Remove now unused variable. (read_link_group): New function (refactored). (find_best_version): Likewise. (display_link_group): Likewise. (list_link_group): Likewise. (config_all): Move exit to outside the function. 2007-02-17 Guillem Jover * scripts/controllib.pl (parsecdata): Change CDATA to a reference taken from the arguments. Fix all callers. 2007-02-13 Guillem Jover * src/archives.c (MAXCONFLICTORS): New macro. (conflictor): Use MAXCONFLICTORS instad of hardcoded value '20', and remove non-matching comments. (check_conflict): Exit with an error instead of an assert. Move part of the comment to the error message, remove the rest as non-matching. 2007-02-13 Guillem Jover * dpkg-deb/build.c (getfi): Exit with an error instead of an assert. 2007-02-13 Guillem Jover * dpkg-deb/dpkg-deb.h (MAXFILENAME): New macro. * dpkg-deb/build.c (getfi): Use MAXFILENAME instead of the hardcoded value '2048'. 2007-02-13 Guillem Jover * lib/compression.c (decompress_cat): Use BZ_IO_ERROR instead of Z_ERRNO for the error value returned by BZ2_bzerror. 2007-02-12 Guillem Jover * scripts/dpkg-shlibdeps.pl: Move syserr:s to be or'ed after exec:s. 2007-02-12 Guillem Jover * scripts/controllib.pl (outputclose): Change argument from a boolean to an optional filename argument. Fix all callers. (parsecontrolfile): Take '$controlfile' as an explicit argument. Fix all callers. (parsesubstvars): Take '$varlistfile' as an explicit argument. Fix all callers. (parsechangelog): Take '$changelogfile' as an explicit argument, '$changelogformat' and '$since' as optional arguments. Fix all callers. (setsourcepackage): Take '$v' as an explicit argument. 2007-02-11 Guillem Jover * dselect/pkglist.h (packagelist::severalinfoblurb): Do not take a string argument. Fix all callers. * dselect/pkginfo.cc (packagelist::severalinfoblurb): Likewise. (packagelist::itd_relations): Capitalize and make whatinfo setting common and move it outside of the if block, and do not add the package name. (packagelist::itd_description): Likewise. (packagelist::itd_statuscontrol): Likewise. (packagelist::itd_availablecontrol): Likewise. * dselect/baselist.cc (baselist::itd_keys): Capitalize whatinfo string. * dselect/methlist.cc (methodlist::itd_description): Likewise and do not print the method name. 2007-02-11 Ian Jackson Guillem Jover * src/depcon.c (describedepcon): Use format arguments to make the strings l10n-friendlier. 2007-02-04 Julien Cristau * scripts/dpkg-source.pl ($diff_ignore_default_regexp): Add '.gitignore'. 2007-01-24 Guillem Jover * scripts/controllib.pl: Move substvar initializations to ... (init_substvars): ... here. 2007-01-24 Frank Lichtenheld * scripts/822-date.pl: Convert the script to be a simple wrapper around 'date -R'. 2007-01-23 Sven Joachim Guillem Jover * dselect/helpmsgs.cc (hlp_listkeys): Fix up and down keystrokes. (hlp_methkeys): Reorder up and down keystrokes. 2007-01-23 Guillem Jover * scripts/dpkg-source.pl: Fix typo in variable name from $dirc to $dircreate, and append a "/" on each loop. 2007-01-16 Nicolas François * configure.ac: There are no more Makefiles to generate in the man/ subdirectories. 2007-01-15 Ian Jackson * src/processarc.c (process_archive): Add a missing newline to a warning message. 2007-01-15 Guillem Jover * scripts/dpkg-gettext.pl: Remove duplicate 'use static'. * scripts/cleanup-info.pl: Use static and warnings. * scripts/dpkg-divert.pl: Likewise. Declare variables with 'my'. * scripts/dpkg-statoverride.pl: Likewise. * scripts/update-alternatives.pl: Likewise. 2007-01-12 Mark Rosenstand * src/help.c (checkpath): Check for the value of the macro WITH_START_STOP_DAEMON instead of it being defined. 2007-01-11 Riku Voipio Guillem Jover * scripts/controllib.pl: Move the getlogin and fowner initialization to ... (getfowner): ...here. New function. * scripts/dpkg-source.pl: Use getfowner() instead of @fowner. * scripts/dpkg-gencontrol.pl: Likewise. * scripts/dpkg-distaddfile.pl: Likewise. * scripts/dpkg-shlibdeps.pl: Likewise. 2007-01-10 Julian Gilbey * scripts/dpkg-buildpackage.sh: Allow '-b' to properly override a previously passed '-B'. 2007-01-09 Guillem Jover * configure.ac: Bump version to 1.14.0~. 2007-01-02 Guillem Jover * configure.ac: Release 1.13.25. 2007-01-01 Guillem Jover * scripts/dpkg-shlibdeps.pl (@librarypaths): Add '/emul/ia32-linux/lib' and '/emul/ia32-linux/usr/lib'. 2006-11-24 Guillem Jover * scripts/dpkg-source.pl: Add lzma extracting support. (checkdiff): Likewise. (forkgzipread): Likewise. * lib/dpkg.h (LZMA): New macro. (compression_type): Add compress_type_lzma. * lib/compression.c (decompress_cat): Handle compress_type_lzma decompression. * dpkg-deb/dpkg-deb.h (DATAMEMBER_LZMA): New macro. (DATAMEMBER_COMPAT_LZMA): Likewise. * dpkg-deb/extract.c (extracthalf): Handle DATAMEMBER_LZMA and DATAMEMBER_COMPAT_LZMA members. 2006-11-24 Brendan O'Dea * scripts/controllib.pl (subprocerr): Require POSIX for WIFEXITED, WEXITSTATUS, WIFSIGNALED and WTERMSIG. 2006-10-13 Guillem Jover * configure.ac: Bump version to 1.13.25~. 2006-10-13 Guillem Jover * configure.ac: Release 1.13.24. 2006-10-13 Guillem Jover * dselect/pkgdisplay.cc (relatestrings): Add a string for the Breaks field as it should match the enum debtype in 'lib/dpkg-db.h'. 2006-10-12 Guillem Jover * configure.ac: Bump version to 1.13.24~. 2006-10-12 Guillem Jover * configure.ac: Release 1.13.23. 2006-10-06 Guillem Jover * README.translators: Add references to the new scripts/po/ChangeLog file. State that the languages should be listed alphabetically in debian/changelog. 2006-09-27 Guillem Jover * m4/compiler.m4: Add a new line at the end of the file, to cope with an autoreconf failure due to the new m4 1.4.7. 2006-09-27 Ian Jackson * dselect/pkgdepcon.cc (packagelist::resolvedepcon): Recognise the dep_breaks dependency type in the dependency and conflict resolution. 2006-08-10 Guillem Jover * dselect/helpmsgs.cc: Replace the comment header about the file being autogenerated with a proper copyright and license one. Reindented. * dselect/helpmsgs.h: Likewise. 2006-08-08 Guillem Jover * scripts/dpkg-architecture.pl (dpkglibdir): Set to '.' where controllib.pl is located. (pkgdatadir): Set to '..' where cputable and ostable are located. * m4/arch.m4 (_DPKG_ARCHITECTURE): New macro. (DPKG_CPU_TYPE): Use _DPKG_ARCHITECTURE instead of parsing cputable. (DPKG_OS_TYPE): Use _DPKG_ARCHITECTURE instead of parsing ostable. (DPKG_ARCHITECTURE): Use _DPKG_ARCHITECTURE instead of constructing the value from cpu_type and os_type. 2006-08-08 Ian Jackson * lib/dpkg-db.h (deptype): Add dep_breaks. * lib/fields.c (f_dependency): Bail out if the Breaks field has an alternative through a '|'. * lib/parse.c (fieldinfos): Add support for the Breaks field when parsing them as a depedency field. * src/depcon.c (describedepcon): Support displaying the Breaks relationship. (depisok): Ignore the Breaks field by adding dep_breaks to the assert and returning as succeeded. * src/processarc.c (process_archive): Print a message stating that current dpkg does not support the Breaks field. Do not bail out in case the Breaks references packages to ignore for dependency handling. * src/packages.c (dependencies_ok): Add a place holder comment to be replaced by the code to prevent configuration of Broken packages. 2006-07-07 Nicolas François * dpkg-deb/build.c: Specify --null before the -T option to avoid the "tar: -: file name read contains nul character" warning. 2006-06-21 Guillem Jover * configure.ac: Bump version to 1.13.23~. 2006-06-21 Guillem Jover * configure.ac: Release 1.13.22. 2006-06-21 Guillem Jover * utils/start-stop-daemon.c (signal_str, schedule_str): Move variables inside ... (parse_options): ... here. 2006-06-21 Guillem Jover * utils/start-stop-daemon.c (umask_value): New variable. (do_help): Print information about the new '--umask' option. (parse_umask): New function. (parse_options): Parse the new option using parse_umask. (main): Set umask, and do not set for the background case if we set it previously. 2006-06-21 Guillem Jover * scripts/controllib.pl (usageerr): Do not mark "%s: %s" for translation. * scripts/changelog/debian.pl: Remove "or argument" from the "unkown option" string to merge it with other similar ones. * scripts/dpkg-distaddfile.pl: Quote '%s' in the "unknown option" string. * scripts/dpkg-source.pl: Likewise. * scripts/cleanup-info.pl (ulquit): Print the program name. Change all callers to not print the program name, and modify the strings to merge them with similar ones. * scripts/dpkg-divert.pl: Change strings referring to command line argument to use '%s' instead of such argument, thus merging them. (quit): Do not mark the string for translation. Do not hardcode the program name and use '$0' instead. (badusage): Likewise. Make it call usage. * scripts/dpkg-statoverride.pl: Likewise. * scripts/update-alternatives.pl: Likewise. * scripts/install-info.pl: Call quit instead of die and do not print the program name. Prepend "unable to" to most of those strings to merge them with similar ones. Fix other strings to merge them. (ulquit): Make it call quit instead of die and do not print the program name. (checkpipe): Likewise. (quit): New function. * lib/fields.c (f_dependency): Make strings use '%s' instead of hardcoded character, to merge both. * lib/dbmodify.c (createimptmp): Quote and increase to 255 the parameter '%.250s' to merge the string with the other ones. 2006-06-18 Frank Lichtenheld * scripts/dpkg-buildpackage.sh: Fix testing the content of $signinterface by moving the test to a place where it can actually fail. Give the user a correct warning message about what we do (i.e. defaulting to pgp style). 2006-06-17 Frank Lichtenheld * scripts/dpkg-source.pl: Fix typo in regex that caused spurious warnings for user defined fields even though they used the correct XB- syntax. 2006-06-16 Guillem Jover * scripts/controllib.pl (parsechangelog): Move substvar initialization to ... (init_substvars): ... here. New function. Move the dpkg substvars initialization to this function. * scripts/dpkg-source.pl: Call init_substvars after parsechangelog. * scripts/dpkg-genchanges.pl: Replace setting dpkg substvars with init_substvars. If the version field or the one forced from command line differs from the substvar, add the later to the output Source field inside parenthesis. * scripts/dpkg-gencontrol.pl: Likewise. 2006-06-16 Andrew Ferrier Guillem Jover * scripts/update-alternatives.pl (usage): Clarify the legend for the help text. 2006-06-16 Guillem Jover * scripts/update-alternatives.pl (config_message): Print '--config' listing layout evenly spaced. 2006-06-07 Guillem Jover * scripts/dpkg-scansources.pl: Remove invalid comment mentioning documentation being after __END__. 2006-06-07 Guillem Jover * scripts/dpkg-source.pl ($diff_ignore_default_regexp): Add '.bzrtags'. 2006-06-04 Guillem Jover * configure.ac: Bump version to 1.13.22~. 2006-06-04 Guillem Jover * configure.ac: Release 1.13.21. 2006-06-04 Ian Jackson * src/depcon.c (foundcyclebroken): Replace possi->ed argument to findbreakcyclerecursive call with dependedon. (findbreakcyclerecursive): Remove the last foundcyclebroken call which was wrongly using the unrelated provider->installed.depended linked list. Remove findbreakcyclerecursive call which may lead to infinite recursion. 2006-06-04 Guillem Jover * scripts/dpkg-parsechangelog.pl: Pass forward the '-l' option to the format parser. * scripts/changelog/debian.pl: Add '-l' option and set $changelogfile. (usage): Document the new '-l' option. (clerror): Print $changelogfile instead of 'changelog'. (clwarn): Likewise. 2006-06-02 Guillem Jover * scripts/install-info.pl: Do not use English non-essential module. 2006-06-02 Guillem Jover * scripts/dpkg-shlibdeps.pl (@librarypaths): Add '/lib32' and '/usr/lib32/'. 2006-06-02 Guillem Jover * src/query.c (setaction): Print also the short command line action. * src/main.c (setaction): Likewise. * dpkg-deb/main.c (setaction): Likewise. * dpkg-split/main.c (setaction): Likewise. 2006-05-31 Guillem Jover * configure.ac: Bump version to 1.13.21~. 2006-05-31 Guillem Jover * configure.ac: Release 1.13.20. 2006-05-31 Koblinger Egmont * src/processarc.c (process_archive): Do not pass to parsedb pdb_weakclassification, so that the Section and Priority fields gets updated with new packages. 2006-05-31 Julian Gilbey * scripts/changelog/debian.pl: Remove duped string ' , at changelog '. 2006-05-31 Guillem Jover * src/enquiry.c (cmpversions): Prefix the bad syntax error with a 'dpkg: ' and print the bogus version string. 2006-05-25 Guillem Jover * scripts/install-info.pl: Exit if the lock file already exists. This change was lost when doing the i18n of the scripts. 2006-05-25 Ben Pfaff * scripts/install-info.pl: Use %! instead if $! to check for EEXIST. 2006-05-23 Guillem Jover * scripts/controllib.pl (parsechangelog): Do not strip the epoch from the source:Upstream-Version substvar. 2006-05-23 Guillem Jover * scripts/controllib.pl (usageerr): Use usage instead of usageversion. * scripts/dpkg-statoverride.pl (UsageVersion): Rename to ... (usageversion): ... this. * scripts/dpkg-parsechangelog.pl (usageversion): Split into usage and version functions. Print to stdout. Standarize output format. Add '--help' and '--version'. * scripts/dpkg-shlibdeps.pl: Likewise. * scripts/dpkg-distaddfile.pl: Likewise. * scripts/dpkg-gencontrol.pl: Likewise. * scripts/dpkg-genchanges.pl: Likewise. * scripts/dpkg-source.pl: Likewise. * scripts/changelog/debian.pl: Likewise. * scripts/dpkg-statoverride.pl: Likewise. Basename $0. * scripts/dpkg-architecture.pl: Likewise. Do not basename $0, use $progname instead. * scripts/dpkg-checkbuilddeps.pl: Use $progname instead of $me. (me): Remove variable. (usage): Standarize output format. Print to stdout. Add '-h' option. * scripts/dpkg-buildpackage.sh (usageversion): Split into showversion and usage functions. Print to stdout. Standarize output format. Add '--help' and '--version'. (version): Rename variable to ... (changesversion): ... this, otherwise there was no program version shown on output. * scripts/dpkg-scanpackages.pl: Basename $0. (options): Pass a sub to the help option calling usage and exit. Add '--version'. (usage): Switch variable to a function. Print to stdout. Standarize output. (version): New function. * scripts/dpkg-scansources.pl (Version): Rename variable to ... (version): ... this (so it will be automaitcally updated by the Makefile). (Option_spec): Pass \&usage to help option and \&version to version. (Usage): Remove variable. (version): New function. (usage): Move xwarn call to where the actual check is made. Replace the die call with a printf and an exit. * scripts/dpkg-name.sh: Standarize output format. * scripts/dpkg-divert.pl: Basename $0. (showversion): Rename to ... (version): ... this. Print to stdout. Standarize output format. * scripts/update-alternatives.pl: Basename $0. (usageversion): Split into usage and version functions. Print to stdout. Standarize output format. * scripts/cleanup-info.pl: Basename $0. (version): Print to stdout. Standarize output format. (usage): Likewise. Print option descriptions. * scripts/install-info.pl: Basename $0. Add '--version'. On argument error print only usage. (version): Print to stdout. Standarize output format. (usage): Likewise. Print option descriptions. 2006-05-19 David Lopez Moreno * dpkg-deb/build.c (do_build): If failing to stat a conffile check for trailing whitespace in the conffiles file to give a more useful error message. 2006-05-19 Piotr Engelking * lib/database.c (informative): Don't regard architecture information alone as informative. * src/processarc.c (process_archive): Also delete origin, bugs and architecture information for disappearing packages. * src/remove.c (removal_bulk): Likewise for removed packages. 2006-05-19 Frank Lichtenheld * src/help.c (hasdirectoryconffiles): New function to test wether a directory contains conffiles of a given package. * src/main.h: Add declaration of hasdirectoryconffiles. * src/remove.c (removal_bulk_remove_files): Don't drop directories from our file list that hold our conffiles. (removal_bulk_remove_leftover_dirs) Likewise. * utils/enoent.c: Add a comment at the top of the file explaining why we use this odd program at all. 2006-05-18 Frank Lichtenheld * lib/showpkg.c (show1package): Test the correct pointer against NULL so that arbitrary fields get be printed. 2006-05-15 Nicolas François * src/packages.c: Use fc_dependsversion (set by --force-depends-version) when only the version of a dependency is not satisfied. fc_dependsversion is never used otherwise. 2006-05-15 Nicolas François * src/configure.c: Flush the terminal's input before prompting the user. 2006-05-15 Frank Lichtenheld * debian/archtable: Update to reflect current archive: Add amd64 and remove sh. * src/depcon.c (findbreakcyclerecursive): Try to find cycles also by moving up Provides links. 2006-05-15 Ian Jackson * debian/control (dpkg[Depends]): Move coreutils dependency to Pre-Depends and depend on >= 5.93-1 to ensure that md5sum is present. * debian/dpkg.postinst: Don't create a diversion from coreutil's md5sum. * debian/dpkg.prerm: Delete the code that removed the diversion generated in the postinst. We rely on coreutils to clean up the mess we created. 2006-05-12 Frank Lichtenheld * src/main.c (ignoredepends): Fix parsing of the --ignore-depends argument value. * dpkg-deb/info.c (info_spew): Prepend the name of the directory we're in to the control component name. This way we don't spew out garbage if we get an absolute path as component name. * scripts/dpkg-scanpackages.pl: Print usage information on stderr instead of stdout in case of error. Only print it on stdout if requested via -h. * scripts/dpkg-architecture.pl: Convert encoding of the file from iso-8859-1 to utf-8. 2006-05-12 Nicolas François , Frank Lichtenheld * scripts/dpkg-gettext.pl: New module. Acts like a wrapper around Locale::gettext so that the scripts are usable without it, too. * debian/dpkg.install: Install dpkg-gettext.pl. * scripts/Makefile.am (dist_pkglib_SCRIPTS): Add dpkg-gettext.pl. * po/POTFILES.in: Add scripts installed with dpkg to the list. * po/Makevars (XGETTEXT_OPTIONS): Add _g to list of keywords. * debian/dpkg-dev.install: Install .mo files. * debian/control (dpkg-dev[Depends]): Bump dependency on dpkg to 1.13.20 since it needs dpkg-gettext.pl. * scripts/cleanup-info.pl: Add gettext support. * scripts/controllib.pl: Likewise. * scripts/dpkg-architecture.pl: Likewise. * scripts/dpkg-checkbuilddeps.pl: Likewise. * scripts/dpkg-distaddfile.pl: Likewise. * scripts/dpkg-divert.pl: Likewise. * scripts/dpkg-genchanges.pl: Likewise. * scripts/dpkg-gencontrol.pl: Likewise. * scripts/dpkg-parsechangelog.pl: Likewise. * scripts/debian/changelog.pl: Likewise. * scripts/dpkg-scanpackages.pl: Likewise. * scripts/dpkg-scansources.pl: Likewise. * scripts/dpkg-shlibdeps.pl: Likewise. * scripts/dpkg-source.pl: Likewise. * scripts/dpkg-statoverride.pl: Likewise. * scripts/install-info.pl: Likewise. * scripts/update-alternatives.pl: Likewise. 2006-05-10 Frank Lichtenheld * scripts/dpkg-buildpackage.sh: Pass all remotely sensible -sX option through to dpkg-source (-s[nsAkurKUR]). * scripts/changelog/debian.pl: Use same regex for distribution names as for packages. Since the policy doesn't define these names very strict, we should give the user more freedom here though all official names are matched by a way stricter regex. (Characters now allowed are '+' and '.'). 2006-05-10 Robert Millan , Frank Lichtenheld * scripts/dpkg-source.pl: When checking the signature of a .dsc file, use the Debian keyring if available. 2006-05-10 Nicolas François * lib/showpkg.c (show1package): Honour the requested tabbing of fields even if they are empty. 2006-05-04 Guillem Jover * configure.ac: Bump version to 1.13.20~. 2006-05-04 Guillem Jover * configure.ac: Release 1.13.19. 2006-05-04 Guillem Jover * scripts/dpkg-genchanges.pl: Do not use $version to refer to the source package version, as it denotes the dpkg version. 2006-05-04 Nicolas François , Guillem Jover * scripts/install-info.pl: Use the numerical value of $! instead of the string when checking if the locking error was due to an already existing file, which is locale dependent, and die accordingly. 2006-05-04 Nicolas François * scripts/install-info.pl: Add a new line after adding the last entry at the end of the dir file, which makes the info readers able to see those last entries. 2006-05-04 Wayne Davison , Guillem Jover * scripts/install-info.pl: Make '--dir-file' option compatible with GNU install-info by renaming the infodir variable to dirfile and not appending the '/dir' string except when initializing from '--info-dir' or '--infodir'. 2006-05-04 Guillem Jover * scripts/dpkg-gencontrol.pl: Use the source:Version substvar when setting the Source field version, in case the binary package has a different one from the source package. 2006-05-02 Guillem Jover * utils/start-stop-daemon.c (do_help): Standarize output format. 2006-05-02 Guillem Jover * dselect/main.cc (usage): Split string and align so duped strings get merged. * dpkg-deb/main.c (usage): Likewise. * dpkg-split/main.c (usage): Likewise. * src/query.c (usage): Likewise. * src/main.c (usage): Likewise. 2006-05-02 Guillem Jover * scripts/dpkg-genchanges.pl: Rename dpkg:UpstreamVersion to dpkg:Upstream-Version. Make dpkg:Version and dpkg:Upstream-Version get the current dpkg versions instead of the package being built. * scripts/dpkg-gencontrol.pl: Likewise. 2006-05-02 Ken Bloom , Jeroen van Wolffelaar , Guillem Jover * scripts/controllib.pl (parsechangelog): Add new source:Version, source:Upstream-Version and binary:Version substvars. 2006-04-29 Justin Pryzby * src/filesdb.c: Fix a typo (unexecpted -> unexpected). 2006-04-21 Guillem Jover * src/query.c (enqperpackage): Change dynamically constructed grammar to proper sentences. * src/packages.c (deppossi_ok_found): Likewise. * src/main.c (commandfd): Do not use digits, use textual numbers. * lib/dbmodify.c (createimptmp): Use proper verb forms. * lib/showcright.c (showcopyright): Remove trailing space from string. * lib/parsehelp.c (illegal_packagename): Clarify what is the last '%s'. * dpkg-deb/extract.c (movecontrolfiles): Likewise. (extracthalf): Do not use abbreviations in the strings. 2006-04-21 Guillem Jover * src/main.c (printforhelp, setdebug, setforce): Quote each string line instead of escaping its new line at the end. 2006-04-11 Frank Lichtenheld * src/archives.c (quote_filename): Fix typo in variable name. If hit, this could lead to a infinite loop and OOM in varbufvprintf. (A good way to hit it is installing files with long non-ASCII filenames in UTF-8 locales). Fixed also some typos in the comment for this function. * scripts/dpkg-scanpackages.pl: Add -follow to @find_args. This was lost in a previous patch apparently. 2006-04-10 Guillem Jover * configure.ac: Bump version to 1.13.19~. 2006-04-10 Guillem Jover * configure.ac: Release 1.13.18. 2006-04-10 Andrew Suffield * src/main.h (clearselections): New prototype. * src/main.c (usage): Print '--clear-selections' option description. (cmdinfos): Add clear-selectons action. * src/select.c (clearselections): New function. 2006-04-10 Guillem Jover * src/main.h (fc_autoselect): Remove. * src/main.c (fc_autoselect): Likewise. (forceinfos): Mark 'auto-select' as obsolete. (setforce): Remove mention of 'auto-select' from the help text. Handle obsolete options, and display a warning. 2006-04-09 Guillem Jover * scripts/dpkg-shlibdeps.pl: Support system library directories symlinked from '/lib/ldconfig/'. 2006-04-09 Branden Robinson , Guillem Jover * src/main.c (execbackend): Pass '--admindir' over to dpkg-query when passing '--admindir' or '--root' to dpkg. 2006-04-04 Andrew Suffield * dpkg-buildpackage.sh: Use mustsetvar to set sversion variable. 2006-04-04 Jared Spiegel * utils/start-stop-daemon.c (do_help): Add '-r' option to the help output. 2006-04-04 Guillem Jover * utils/start-stop-daemon.c (main): Prefix the chroot path, if any, when stating the exec file. 2006-03-30 Guillem Jover * src/main.c (setforce): Add a '[!]' next to 'all' to denote that '--force-all' is dangerous. 2006-03-20 Guillem Jover * configure.ac: Bump version to 1.13.18~. 2006-03-20 Guillem Jover * configure.ac: Release 1.13.17. 2006-03-20 Guillem Jover * utils/start-stop-daemon.c [OSLinux] (pid_is_exec): Revert back to take a struct stat instead of an execname. Get the filename pointed by the '/proc//exe' symlink, strip any ' (deleted)' string, and stat that filename comparing the result with the new argument. 2006-03-15 Guillem Jover * scripts/controllib.pl.in: Rename to ... * scripts/controllib.pl: ... this. (debian_arch_expand): Remove function. Fix all callers. (pkgdatadir, read_cputable, read_ostable): Move to ... * scripts/dpkg-architecture.pl: ... here. * scripts/Makefile.am (%.pl): Remove rule. 2006-03-05 Guillem Jover * scripts/controllib.pl.in (quiet_warnings): New variable. (warn): Do not print if quiet_warnings. * dpkg-source.pl (usageversion): Document new option `-q'. 2006-03-05 Guillem Jover * debian/control (Build-Depends): Do not depend on libselinux1-dev in GNU/kFreeBSD amd64. 2006-02-28 Matt Kraai * scripts/dpkg-gencontrol.pl: Fix typo (occoured -> occurred). * scripts/dpkg-source.pl: Likewise. 2006-02-19 Guillem Jover * po/README.translators: Move to ... * README.translators: ... here. Formatting fixes. Update to refer to latest new ChangeLog files, and rules. 2006-02-19 Frank Lichtenheld * scripts/dpkg-scanpackages.pl: Fix option parsing of arch option. Also fix a mistake in constructing @find_args. 2006-02-18 Frank Lichtenheld * scripts/dpkg-gencontrol.pl: Call parsedep with use_arch and reduce_arch parameters to allow using architectures in dependency fields of binary packages in debian/control. * scripts/dpkg-gencontrol.pl: Fix handling of debian/files when architecture is set via -D command line option. The value override was applied too late. * configure.ac: Bump version to 1.13.17~. * configure.ac: Release 1.13.16. 2006-02-17 Frank Lichtenheld * man/ChangeLog: Start an own changelog for the manpages. * scripts/dpkg-scanpackages.pl: Fix override handling which was broken by the latest changes. * scripts/dpkg-gencontrol.pl: Make -isp the default behaviour. * man/C/dpkg-source.1: Document the behaviour change in dpkg-gencontrol. 2006-02-17 Guillem Jover * debian/dselect.install: Install only dselect domain. * debian/dpkg.install: Install only dpkg domain. * dselect/po: New directory. * dselect/main.cc (main): Use DSELECT domain. * dselect/Makefile.am (SUBDIRS): Add po. * configure.ac (AC_CONFIG_FILES): Add dselect/po/Makefile.in. 2006-02-17 Guillem Jover * methods/: Move directory to dselect/methods/. * Makefile.am (SUBDIRS): Move methods to ... * dselect/Makefile.am (SUBDIRS): ... here. New variable. * configure.ac (AC_CONFIG_FILES): Rename methods/Makefile to dselect/methods/Makefile. 2006-02-17 Guillem Jover * configure.ac: Require gettext 0.14.5. 2006-02-17 Guillem Jover * configure.ac: Use AC_CONFIG_AUX_DIR to move auxiliary scripts to config/. 2006-02-16 Frank Lichtenheld * configure.ac: Bump version to 1.13.16~. 2006-02-15 Frank Lichtenheld * configure.ac: Release 1.13.15. 2006-02-15 SZERVÁC Attila * man/hu/dpkg.cfg.5.hu.po: Added. * man/hu/dpkg.cfg.5.hu.po.addendum: Likewise. * man/hu/dselect.cfg.5.hu.po: Likewise. * man/hu/dselect.cfg.5.hu.po.addendum: Likewise. 2006-02-13 Jordi Mallach * src/processarc.c (process_archive): Add missing closing parenthesis in a string. 2006-02-12 Frank Lichtenheld * configure.ac: Bump version to 1.13.15~. * configure.ac: Release 1.13.14. 2006-02-11 Denis Barbier * man/C/dpkg.1: Escape ` and ', otherwise they are converted to quotation marks, which makes cut and paste useless. * man/C/dpkg-query.1: Likewise. * man/C/dpkg-name.1: Likewise. * man/C/dpkg-architecture.1: Likewise. 2006-02-11 Philippe Batailler * man/fr/dpkg.1.fr.po: Updated. * man/fr/dpkg-query.1.fr.po: Likewise. * man/fr/dpkg-source.1.fr.po: Likewise. * man/fr/dpkg-split.1.fr.po: Likewise. 2006-02-11 Nicolas François * man/*/*.addendum: Use a generic position to insert the addenda, which should always exist in a valid man page. Translators are free to use another position. * man/*/*.addenum: Renamed man/*/*.addendum. 2006-02-11 Frank Lichtenheld * scripts/dpkg-source.pl: Add .git to $diff_ignore_default_regexp. * scripts/dpkg-source.pl: Remove any newlines from Uploaders field to allow people to make it multi-line in the source package. 2006-02-10 Denis Barbier * scripts/dpkg-source.pl: Touch all patched files to have the same timestamp. This should mitigate time-skew problems until we can finally add proper timestamps to the diffs. 2006-02-10 Ian Jackson * src/configure.c: Differentiate between modified and deleted configuration files. Gives and more accurate description to the user and eliminates a warning that was produced when trying to backup a non-existant file. * lib/dpkg-db.h (conffile): Add `obsolete' field. * lib/dump.c (w_conffiles): Write "obsolete" at the end of conffile entry if obsolete is set. * lib/fields.c (f_conffiles): Parse entries for obsolete conffiles correctly. * src/filesdb.h (filenamenode.flags): Add new flag for obsolete conffiles. * src/remove.c (removal_bulk_remove_configfiles): Handle obsolete conffiles. * src/archives.c (newconff_append): New function to append a filenamenode to a fileinlist. (addfiletolist): New function to add a filenamenode to a tarcontext. (tarobject): Use new addfiletolist function. Handle case where a new package takes over an obsolete conffile from another package. * src/archives.h: Add declaration of the addfiletolist function. * src/processarc.c (process_archive): Use new newconff_append function from archives.c. Detect obsoleted conffiles and mark them as such. * src/help.c (chmodsafe_unlink): Make it possible to differentiate between failed chmod and failed unlink by adding a new `failed' argument which will be set to the name of the failed command. (chmodsafe_unlink_statted): New function that can be called if we already have a stat result for the file/directory to be removed. (ensure_pathname_nonexisting): Give better error messages by utilizing the changes to chmodsafe_unlink. * src/main.h: Reflect changes in archives.c and help.c (add declarations for newconff_append and chmodsafe_unlink_statted and change the one of chmodsafe_unlink). (conffopt): Add new isold flag. 2006-02-10 James R. Van Zandt * man/C/dpkg.1: Document the default log file. The behaviour in case of multiple --log options. And add a reference to dpkg.cfg manpage. 2006-02-10 Philippe Batailler , Guillem Jover * man/C/dpkg-query.1: Use dots instead of blank lines to logically separate sections. (SYNOPSIS): Add command descriptions. (COMMANDS): Use package-name instead of package. (OPTIONS): Give an example for --showformat. (SEE ALSO): Add a final dot to reference. 2006-02-08 Philippe Batailler * man/fr/update-alternatives.8.fr.po: Updated translation. * man/fr/update-alternatives.8.fr.po.addendum: New file. 2006-02-08 Guillem Jover * man/po4a.mk (%): Replace % with $@ as the former is not substituted in the rule's command. 2006-02-08 Guillem Jover * debian/contrl (Build-Depends): Depend on version >= 1.28-4 of libselinux1-dev as it has pkg-config support. Remove libsepol1-dev, now dragged by libselinux1-dev. Add pkg-config. * m4/libs.m4 (DPKG_LIB_SELINUX): Use pkg-config to get the static and dynamic linker flags, thus no more hardcoding the transitional libraries. 2006-02-07 Nicolas François * man/C/dselect.1: Fix a typo: replace '.sh' by '.sp'. * man/C/dpkg-scansources.1: Fix a typo: replace '.Sp' by '.sp'. 2006-02-07 Guillem Jover * man/C/update-alternatives.8: Remove trailing 'C'. 2006-02-06 Changwoo Ryu , Guillem Jover * lib/dump.c (writerecord): Mark strings as translatable. * lib/fields.c (f_priority): Likewise. * lib/mlib.c (checksubprocerr): Likewise. 2006-02-06 Guillem Jover * src/main.c (printversion): Do not split strings with a macro in the middle, use C format arguments. Use printf instead of fputs. * src/query.c (printversion): Likewise. * dpkg-deb/main.c (printversion): Likewise. * dpkg-split/main.c (printversion): Likewise. * src/main.c (usage): Use printf instead of fprintf. Uppercase initial letter for commands descriptions. Quote strings per line. Standarize indentation. Split globally common strings. Remove program name prefix from command descriptions. Standarize 'Usage:' and 'Commands:' headings. Split independent commands into different lines. * src/query.c (usage): Likewise. * dpkg-deb/main.c (usage): Likewise. * dpkg-split/main.c (usage): Likewise. * src/main.c (printforhelp): Use 'license' instead of 'licence'. * src/query.c (printforhelp): Likewise. * dselect/main.cc (programdesc): Add version string from ... (copyrightstring): ... here. Move GPL license notice to ... (licensestring): ... here. New variable. (printversion): Use printf instead of fprintf. Give proper arguments to the new formated strings. Print 'licensestring'. (usage): Use printf instead of fprintf. Standarize indentation. Add options descriptions. Add a new line after each section. (curseson): Do not split strings with a macro in the middle, use C format arguments. (refreshmenu): Fix arguments given to 'programdesc' and 'copyrightstring' variables. Print 'licensestring' variable. 2006-02-06 Guillem Jover * utils/start-stop-daemon.c (main): When using --chuid set the HOME environment variable. 2006-02-05 Christian Perrier * man/*: Switch all translations to po4a. Work contributed by Nicolas François. 2006-01-30 Frank Lichtenheld * scripts/dpkg-shlibdeps.pl: Fix some variable name typos that lead to semantic errors. Also change the names of the variables to prevent such errors in the future. 2006-01-29 Frank Lichtenheld * man/C/dpkg-scanpackages.1: Document new dpkg-scanpackages -m option added by Don Armstrong. * scripts/dpkg-scanpackages.pl: Fix some bugs introduced by the rewrite. * man/C/dpkg-source.1: Document that the -sX switches for dpkg-source are mutually exclusive and only one can be in effect. * scripts/dpkg-source.pl: Warn if more than one -sX switch is specified on the command line. * scripts/dpkg-source.pl: Make dpkg-source -b more robust regarding to existing symlinks by creating all files in secure temporary files and renaming them afterwards. This fixes problems with packages retrieved with apt-get source from local repositories. 2006-01-29 Don Armstrong * scripts/dpkg-scanpackages.pl: Rewrite the script to support multiple versions of packages in a single Packages file; use Getopt::Long instead of attempting to parse the command line ourselves and doing it badly; get rid of unecessary hashes and arrays that aren't used at all; output help when given the --help/-h/-? options 2006-01-29 maximilian attems * scripts/dpkg-source.pl: Add files and dirs used by bzr to $diff_ignore_default_regexp. 2006-01-29 Julian Gilbey * scripts/dpkg-buildpackage.sh: Create .changes file even if signing .dsc file fails to make it easier to just sign the package later. * scripts/dpkg-buildpackage.sh: Change heuristics of gpg check so that it allows for more complex setups. 2006-01-29 Anand Kumria * scripts/dpkg-source.pl (checkdiff): Ignore comments hunk header line as used by diff -p. 2006-01-29 Guillem Jover * utils/start-stop-daemon.c (do_help): Print the proper version giving it as an argument to printf, instead of printing 'VERSION'. 2006-01-29 Guillem Jover * configure.ac: Bump version to 1.13.14~. 2006-01-28 Frank Lichtenheld * configure.ac: Release 1.13.13. 2006-01-28 Guillem Jover * scripts/dpkg-architecture.pl: Do not print the warning about a missmatch between gcc target machine type and GNU target system type if the actions are '-e' or '-i'. 2006-01-27 Frank Lichtenheld * scripts/dpkg-shlibdeps.pl: Honor LD_LIBRARY_PATH when searching for shared libraries. * scripts/dpkg-shlibdeps.pl: Don't recurse into package directories when searching for local shlibs files. 2006-01-26 Zefram , Guillem Jover * man/C/dpkg-query.1: Document the correct format string for the '--showformat' option. Update '-l' example. Lower case program name in title header. 2006-01-26 Christoph Maser * utils/start-stop-daemon.c (do_help): Fix typo ('-C' -> '-d'). 2006-01-26 A Costa * man/C/dselect.1: Fix typos. 2006-01-26 Bastian Kleineidam * man/C/dpkg.1: Document the --no-debsig option. 2006-01-26 Marc Haber * man/C/dpkg-statoverride.8: Fix typo. 2006-01-24 Frank Lichtenheld * debian/control (Section): dpkg and dselect are now in section admin, not section base. Correct info in the control file. (Standards-Version): Bump Standards-Version to 3.6.2 (no changes). * man/C/dpkg-architecture.1: Fix typo. 2006-01-23 Vasilis Vasaitis * utils/start-stop-daemon.c (pid_is_exec) [OSLinux]: Change function prototype to take a constant string instead of a struct stat. Compare the filename pointed by the '/proc//exe' symlink, instead of the stat device and inode numbers. Fix all callers. 2006-01-23 Frank Lichtenheld * scripts/dpkg-shlibdeps.pl: Rewrite of the script to not use the path information from ldd anymore (which is unreliable in the case of symlinked directories and not necessarily available for biarch builds). Instead build an own representation of the search patch. * scripts/dpkg-source.pl: Don't use \b to match the end of the version in filenames, use (?=[.-]) and (?=\.) instead. \b doesn't work in case the version ends with ~. * AUTHORS: Updated for new maintainance team * debian/copyright: Add myself as copyright holder since I also added a note to that effect with my dpkg-shlibdeps patch. 2006-01-23 Guillem Jover Support for architecture wildcards. * scripts/controllib.pl: Rename to ... * scripts/controllib.pl.in: ... this. * scripts/dpkg-architecture.pl: Add new actions '-e' and '-i' that call debian_arch_eq and debian_arch_is, to check for architecture equality and identity respectively. Use debian_arch_fix instead of the duplicated code. (pkgdatadir, read_cputable, read_ostable): Move to ... * scripts/controllib.pl.in: ... here. (debian_arch_fix): New function. Fix normalized kernel-cpu input to legacy Debian architecture output. (debian_arch_split): New function. Normalize and split input into kernel and cpu components. (debian_arch_eq): New function. Compare two tuples for equality after having normalized them with debian_arch_split. (debian_arch_is): New function. Check two tuples for identity after having normalized them with debian_arch_split. (debian_arch_expand): New function. Expand the normalized input into all possible legacy Debian architectures matching the wildcard. (parsedep): Use debian_arch_is to check if the host architecture is part of the architecture listed in the dependency relationship. (showdep): Use debian_arch_expand to normalize the architectures for binary and source packages, so generated packages will be backward compatible in regard to architecture format. * scripts/dpkg-genchanges.pl: Use new dpkg_arch_is and dpkg_arch_eq instead of the hardcoded checks. * scripts/dpkg-gencontrol.pl: Likewise. * scripts/dpkg-source.pl: Likewise. Use dpkg_arch_expand to fill the Architecture field with the legacy Debian architecures. * scripts/Makefile.am: New rule to generate .pl from .pl.in files. * man/C/dpkg-architecture.1: Update. Add new options, and few words about the format of the wildcards. 2006-01-23 Guillem Jover * scripts/dpkg-source.pl: Add a missing '+' in the architecture validator regex. 2006-01-23 Bart Martens , Guillem Jover * debian/contrl (Build-Depends): Add libsepol1-dev as a temporary workaround until libselinux1-dev has pkg-config support. * m4/libs.m4 (DPKG_LIB_SELINUX): Explicitly statically link against libsepol. 2006-01-20 Aurelien Jarno * debian/control (Build-Depends): Do not depend on libselinux1-dev in GNU/kFreeBSD. 2006-01-20 Lennert Buytenhek * cputable: Add armeb. 2006-01-18 Joey Hess * scripts/dpkg-shlibdeps.pl: Add possibility to specify a package type in the shlibs file and add a -t switch to dpkg-shlibdeps to specify the wanted type. Entries without package type will have type 'deb' and will serve as fallback if no entry with the correct type is found. * man/C/dpkg-source.1: Document new -t switch for dpkg-shlibdeps. 2005-10-11 Frank Lichtenheld * man/C/*.[158]: Update references to dpkg and dselect man pages with correct section (8->1). * man/C/dselect.1: Update reference to debconf man page with correct section (8->1). * scripts/dpkg-source.pl: Warn on -b if we add a file with special (i.e. exectuable or set{u,g}id) permission in the diff since this mode will get lost. 2005-10-07 Frank Lichtenheld * scripts/controllib.pl (checkversion): Add generic check for valid version numbers. (checkpackagename): Add generic check for valid package names. (readmd5sum): Add generic function to extract md5sum from md5sum program output. This also fixes the handling of md5sum -b output in dpkg-source. (setsourcepackage): Call checkpackagename on new value. * scripts/dpkg-source.pl: Use the new checks added to controllib to ensure validity of version and packagename on build, too. Previously this was only done on unpack. * scripts/dpkg-source.pl: Test on build if directories added by diff already exist with other type in the original source since we already tested that on unpack. * scripts/dpkg-source.pl (addfile): Test if files are added twice. Should not happen but as we error out on unpack better make sure it doesn't. 2005-10-04 Frank Lichtenheld * scripts/dpkg-source.pl: Check build relation fields for correctness before putting them into the .dsc when building. This also normalizes the fields. 2005-10-03 Matt Zimmerman , Frank Lichtenheld * scripts/dpkg-source.pl: If gpg is installed, check the signature of the .dsc file before unpacking. Allow the unpacking to suceed if the .dsc is unsigned but error out if the signature is bad. If gpg exits with a code >2 (e.g. missing key), show the user the gpg output but continue. 2005-10-03 Frank Lichtenheld * scripts/dpkg-source.pl: Try to chown files extracted from a tar file to the uid and gid of the user. This should make dpkg-source -x safer to use as root. Also create the temporary directory mode 0700 to not allow anyone exploiting races between the extraction and the chown. * scripts/dpkg-gencontrol.pl: Warn about illegal architecture strings. This will warn e.g. about comma-separated architecture lists. * scripts/dpkg-source.pl: Also check architecture strings and error out if we find illegal ones. 2005-08-27 Frank Lichtenheld * scripts/dpkg-gencontrol.pl: Bail out with an error if parsedep found an error while parsing a dependency field. 2005-08-17 Scott James Remnant * configure.ac: Bump version to 1.13.12~. * configure.ac: Release 1.13.11. * scripts/dpkg-source.pl: Re-work the logic that handles the Files field when unpacking source packages; always remove the revision component and thereby allow -$rev.orig.tar.gz as well as native diff.gz or debian.tar.gz; improve the "unrecognised file" error to give the full filename, not the mangled suffix; check whether the revision has length, rather than is non-zero ("0" is false in Perl). 2005-08-17 Frank Lichtenheld * scripts/controllib.pl (parsedep): Correct a bug that caused wrong architecture requirements in some cases, due to only "my"ing the @arches list in some circumstances. 2005-08-17 Colin Watson * src/processarc.c (process_archive): When copying the forward dependency tree, blank the version field of unversioned dependencies rather than leaving them uninitialised. 2005-08-17 Scott James Remnant * scripts/dpkg-source.pl: Fix a few problems found with the $diff_ignore_default_regexp value; it'd match any path with DEADJOE in it somewhere (or .cvsignore, etc.), wouldn't match an initial CVS or {arch}, etc. Took the opportunity to reformat the string and add some comments, which get stripped out before it's used. Added tla/baz junk ",,.*" to the list of filters. * lib/dbmodify.c (log_message): Call setcloexec() on the log file descriptor, otherwise we leak it to our children. 2005-08-17 Ludovic Rousseau * src/filesdb.c: Replace all references to "statusoverride" file with "statoverride". 2005-08-17 Scott James Remnant * src/query.c (enqperpackage): Only output a newline between different packages and not after the last one. * man/C/dpkg-deb.1: Document -W/--show and --showformat. 2005-08-14 Bastian Kleineidam * man/C/dpkg-architecture.1: Fix typo. 2005-08-14 Frank Lichtenheld * scripts/dpkg-genchanges.pl: Give a warning when one tries to use -sd on a native Debian package. * scripts/dpkg-source.pl: Handle absolute paths in the argument given for -b. * scripts/dpkg-source.pl: Give more meaningful error message if first argument to dpkg-source -x is a directory * scripts/controllib.pl (parsecdata): Ignore trailing newlines in single paragraph control files. * scripts/controllib.pl (parsedep): Give a warning explaining the problem when failing to parse the dependency. * scripts/dpkg-checkbuilddeps.pl: Pass the dependency field name to all calls to &build_depends() and &build_conflicts(), which both call &check_line(). (check_line): Take an argument specifying the field name, and use it to output an error if the dependency list is not defined (caused by a failure of &parsedep()). * scripts/controllib.pl: Remove the %capit map, it's no longer used and everything uses the &capit() function instead. (capit): Uppercase all letters that come after a minus ('-'), 2005-08-14 Moritz Muehlenhoff , Frank Lichtenheld * scripts/controllib.pl (parsedep): Allow whitespace before version operators in dependencies. 2005-08-14 Goswin Brederlow * scripts/dpkg-name.sh (stderr): Use shell redirect rather than /dev/stderr. 2005-08-14 Scott James Remnant * debian/control ([dselect]Description): Remove "a" from the start of the description synopsis line. ([dpkg]Description): De-capitalise description synopsis line. ([dpkg-dev]Description): Likewise. 2005-08-14 Guillem Jover * scripts/dpkg-architecture.pl (usageversion): Correct punctuation in copyright message and escape the @ so Perl doesn't treat it as an array reference. Same for initial comment. 2005-07-17 Scott James Remnant * src/remove.c (removal_bulk_remove_files): Call lstat() rather than stat() when removing a character, block or setuid file so we change the thing itself and not what the symlink points to. * src/processarc.c (process_archive): Likewise. * src/processarc.c (process_archive): Call ohshit() after finding out we don't have an errno, not ohshite(). * src/cleanup.c (cu_preinstverynew): Blank the status information of a newly installed package that we aborted the install of, to avoid having packages in a not-installed state but with a version. 2005-07-16 Scott James Remnant * src/filesdb.h (filenamenode.flags): Add fnnf_placed_on_disk flag to indicate that the file is now on the disk, and thus needs to be removed in cleanup if that happens. * src/cleanup.c (cu_installnew): If .dpkg-tmp did not exist, and the fnnf_placed_on_disk flag is set, we now remove the newly created file. * src/archives.c (tarobject): Set the fnnf_placed_on_disk flag once the rename to the final destination succeeds. Add additional comments to the source so we know what's on the disk at each point. Fix up the #ifdef syntax to not confuse emacs. * src/archives.c (filesavespackage): Check whether the file we're going to install is going to be diverted, before whether it's in the new archive. * src/processarc.c (process_archive): When removing files that were in the old version of the package only, don't just call isdirectoryinuse(), actually check whether it's a directory first; otherwise we won't remove diverted things. 2005-07-15 Scott James Remnant * lib/ehandle.c (run_cleanups): Modify the value of flagset according to the checkpoint mask and value after processing, otherwise we'll run handlers we didn't mean to. (pop_cleanup): Remove the flagset setting, we don't mix checkpoints and calls anywhere. 2005-06-28 Scott James Remnant * configure.ac: Bump version to 1.13.11~. * configure.ac: Release 1.13.10. * debian/dpkg.preinst (create_logfile): Remove from preinst. * debian/dpkg.postinst (create_logfile): To postinst; I can't think of any particular reason it needs to happen before configuration. In addition, use numeric ids for the chown call to avoid requirement that base-passwd be configured first. 2005-06-28 Manoj Srivastava * src/archives.c: Look at the security context of the final destination, not the temporary file. 2005-06-24 Scott James Remnant * po/POTFILES.in: Remove lib/star.c. 2005-06-24 Manoj Srivastava * src/archives.c: Restore selinux code incorrectly placed in lib/star.c, modified to fit in with tarobject. 2005-06-17 Scott James Remnant * debian/dpkg.preinst (confirm_dselect_split): When set -e, following a command with "|| return" doesn't eat the exit status. * lib/dbmodify.c (log_message): Set the log to be line-buffered. 2005-06-16 Scott James Remnant * lib/star.c: Remove, it's unused code and causes confusion. * lib/Makefile.am (libdpkg_a_SOURCES): Don't compile star.c. 2005-06-15 Bastian Kleineidam * man/C/dpkg.cfg.5: Correct reference to dpkg(8) to dpkg(1). 2005-06-14 Scott James Remnant * man/C/dpkg-architecture.1: Add missing "recent" from paragraph on backward compatibility. 2005-06-13 Scott James Remnant * debian/rules: Check DEB_HOST_ARCH_OS and only add the option to enable SELinux if we're on Linux. * debian/control (Build-Depends): Don't build-depend on libselinux1-dev on hurd-i386. The complete list is too long to maintain, so wait until we can put "[linux-any]" in here. * scripts/dpkg-source.pl: Handle native tarballs with a Debian revision. * lib/dbmodify.c (log_message): Use the local time, not UTC; this is more consistent with syslog. 2005-06-13 Johannes Veser * debian/dpkg.prerm (undivert_md5sum): dpkg-divert takes the diverted filename, not the destination. 2005-06-13 Scott James Remnant * debian/dpkg.install: Remove start-stop-daemon rule, as that copies it rather than moves it. * debian/rules (binary-arch): Move start-stop-daemon into sbin my hand. 2005-06-12 Scott James Remnant * configure.ac: Bump version to 1.13.10~. * configure.ac: Release 1.13.9. 2005-06-11 Scott James Remnant * scripts/dpkg-source.pl: Add .arch-inventory to default diff ignore regexp. * scripts/dpkg-source.pl: If two arguments are given to dpkg-source, use the second to set $newdirectory rather than creating it ourselves. It's an error to specify an output directory that exists. (usageversion): Document optional second argument to dpkg-source -x. * man/C/dpkg-source.1: Document optional second argument. 2005-06-11 Matt Kraai , Scott James Remnant * scripts/dpkg-source.pl: Move the .orig directory out of the way during the duration of the script, moving it back again afterwards. 2005-06-11 Brendan O'Dea Support unpacking of "Wig And Pen" (Format: 2.0) source packages. * scripts/dpkg-source.pl: When unpacking a source package with a 2.x format, allow multiple orig tarballs and allow the diff to be replaced by a debian.tar. Additional orig tarballs are named "*.orig-xxx.tar" where the "xxx" is the name of the sub-directory of the source where they should be unpacked. The debian.tar is unpacked as the debian sub-directory of the source and may contain binaries (which the diff can't) and patches (in a patches sub-directory) which are automatically applied during unpacking. (checkdiff): Move diff checking code into sub-routine as we call it multiple times now. Allow uncompressed patches, cruft at the start of a patcha and be less strict about patched directory name (including allowing /dev/null). Skip "Index:" header generated by CVS. (forkgzipread): Run either gunzip or bunzip2 depending on the filename, allowing us to support .tar.bz2, and .diff.bz2. (handleformat): Compare a range of major versions, as we now support both 1.0 and 2.0 formats. (def_dscformat): Generate 1.0 format packages by default. (setfile): Removed unused function. * debian/control ([dpkg-dev]Recommends): Recommend bzip2, it's not an absolute dependency until bz2 packages are supported by katie and policy. 2005-06-11 Scott James Remnant * m4/libs.m4 (DPKG_LIB_ZLIB, DPKG_LIB_BZ2): Rewrite to match the way --with-selinux works. Actually check whether the library and header files we need are available, using the configure option to determine whether the tests should be skipped (=no) or cause a hard failure if not present (=yes or =static). * lib/Makefile.am (INCLUDES): Remove ZLIB_CFLAGS and BZ2_CFLAGS as we don't set these to anything in configure anymore (WITH_ZLIB and WITH_BZ2 are set in config.h) and users would set CFLAGS itself to supply missing -I arguments. * dpkg-deb/Makefile.am (INCLUDES): Remove ZLIB_CFLAGS and BZ2_CLFAGS. * src/Makefile.am (dpkg_query_LDADD): Remove ZLIB_LIBS and CFLAGS_LIBS as dpkg-query doesn't use them. * m4/libs.m4 (DPKG_LIB_SELINUX): Add new test for the selinux library and header. This works a little differently from the current --with-{zlib,bz2} tests in that if no option is given it still tries to enable it if possible. If "yes" or "static" is given, that forces the requirement (configure fails if not present), if "no" is given the tests are skipped. * configure.ac: Include selinux test. 2005-06-11 Manoj Srivastava * lib/star.c (ExtractFile, SetModes): If dpkg is compiled with SELinux, test once whether SELinux is enabled on the system. If it is enabled, find out the security context of the file from its path and either set what we think it should be or let the default security context for the process be applied. * debian/control (Build-Depends): Add libselinux1-dev as a build dependency. * debian/rules: Compile-in support for selinux and link statically. * dpkg-deb/Makefile.am (dpkg_deb_LDADD): Link dpkg-deb with SELINUX_LIBS. * src/Makefile.am (dpkg_LDADD): Link dpkg with SELINUX_LIBS. 2005-06-10 Scott James Remnant * lib/dbmodify.c (log_message): New function that writes a formatted string to the log file, opening it if it hasn't been yet. In case of error, we print it and don't try to open the file again. (modstatdb_note): Replace log writing code with call to new log_message function. * src/configure.c (promptconfaction): Replace log writing code with call to log_message function. * src/help.c (log_action): Simplify to just a log_message call. * lib/dpkg-db.h: Remove extern definition of log_pipes, replace with log_message function. * src/main.c (cmdinfos): Change --log argument action to just storing the string in the log_file variable. (setfile): Remove function. * lib/myopt.c (myfileopt): strdup the string option argument before storing it, otherwise it just gets overwritten by the next line. * configure.ac: Bump version to 1.13.9~. * configure.ac: Release 1.13.8. * lib/parse.c (parsedb): Check whether the file size is greater than zero bytes in size before trying to mmap or malloc it, if it isn't don't process the file. 2005-06-09 Scott James Remnant * configure.ac: Bump version to 1.13.8~. * configure.ac: Release 1.13.7. * src/main.c (setfile): Make inability to open the log file a warning only, rather than bailing out; and if not running as root, don't even show the warning. 2005-06-09 Colin Watson * man/C/dpkg-architecture.1: Include example debian/rules snippet to support older versions of dpkg-dev after updating to use new variables. 2005-06-09 Scott James Remnant * man/C/dpkg-architecture.1: Clean up examples using .nf and .fi to produce a pre-like effect. Indent the examples a little. 2005-06-06 Scott James Remnant * configure.ac: Bump version to 1.13.7~. * debian/dpkg.install: Don't use dh_install to copy the logrotate file because it can't rename things. * debian/rules (binary-arch): Install and rename manually instead. * configure.ac: Release 1.13.6 (Brown Paper Bag). * configure.ac: Bump version to 1.13.6~. * configure.ac: Release 1.13.5. 2005-06-06 Philippe Batailler * man/fr/*: All french man pages updated 2005-06-06 Christian Perrier * man/pt_BR/update-alternatives.8: Syntax error corrected. 2005-06-06 Kevin Ryde * man/sv/dpkg-deb.1: Syntax error corrected. * man/es/dpkg-scanpackages.1: Syntax error corrected. 2005-06-06 Scott James Remnant * src/configure.c (promptconfaction): Record user's decision about a conffile in the log file as either "install" or "keep". * man/C/dpkg.1: Document the conffile output that'll appear in the log file. * debian/dpkg.cfg: Create a log-file by default. * debian/dpkg.logrotate: Include a logrotate file for the log. * debian/dpkg.install: Install the debian/dpkg.logrotate file as /etc/logrotate.d/dpkg * Makefile.am (EXTRA_DIST): Ship the debian/dpkg.logrotate file. * debian/dpkg.preinst (create_logfile): Create a log file with the default permissions. * debian/dpkg.postrm (remove_logfile): Remove log files when dpkg is purged (not that it will happen, but it pays to be compliant). * debian/dpkg.preinst (confirm_dselect_split): Only check process list for dselect if ps is installed; this should be the case during upgrades anyway. * debian/dpkg.prerm (undivert_md5sum): Remove md5sum diversion when the package is removed or downgraded to a version where we supplied our own md5sum. * debian/dpkg.postinst (divert_md5sum): Divert md5sum as long as there isn't one, don't explicitly check for the textutils file being there as it may be installed afterwards. 2005-05-26 Scott James Remnant * debian/control (Maintainer): I'm going to officially take blame for this package Ian-style, we'll keep bugs going to the list using the PTS instead. 2005-05-25 Scott James Remnant * scripts/dpkg-source.pl: Recognise Enhances in the package's section of control files. 2005-05-23 Scott James Remnant * cputable: Change GNU name of the i386 CPU to i486, to reflect reality. * debian/archtable: Update first field of i386 and hurd-i386 to use i486 as the CPU name. 2005-04-03 Scott James Remnant * scripts/dpkg-architecture.pl (gnu_to_debian): Check cputable and ostable in file order. * ostable: Place hurd at the bottom so it's checked last. 2005-03-29 Scott James Remnant * configure.ac: Bump version to 1.13.5~. * configure.ac: Release 1.13.4. 2005-03-28 Scott James Remnant * scripts/dpkg-architecture.pl: Catch -L and list every possible os and cpu combination. (usageversion): Add -L option to description. (read_cputable): Add in-order list of cpu values to @cpu array. (read_ostable): Add in-order list of os values to @os array. * man/C/dpkg-architecture.1: Document -L option. 2005-03-27 Scott James Remnant * m4/arch.m4 (DPKG_OS_TYPE): Allow a vendor to appear at the start of $os_type. * scripts/dpkg-architecture.pl (gnu_to_debian): Don't strip the vendor out, just allow it to appear at the start of the string. 2005-03-21 Scott James Remnant * configure.ac: Bump version to 1.13.4~. * configure.ac: Release 1.13.3. * scripts/controllib.pl (unknown): Output field name we have in hand, rather than trying to look it up in a dictionary in which it doesn't exist yet. * scripts/changelog/debian.pl: Revert accidental half-patch that turned the Maintainer field into a Changed-By field. 2005-03-21 Marc Dequènes * scripts/dpkg-gencontrol.pl: Fix filename regexp to allow '-' in architecture names. 2005-03-20 Scott James Remnant * scripts/dpkg-buildpackage.sh: Output "source changed by" rather than "source maintainer is". * man/C/dpkg.1: Document that --get-selections takes a package name pattern. Document format of file --set-selections takes. * man/C/dpkg-source.1: Remove unnecessary references to policy and non-existant packaging manual. Refer to dpkg-shlibdeps(1) for shlibs file format. Will need to document changelog format at some point. * man/C/dselect.1: Remove unnecessary reference to policy, refer other reference to the package by name. * man/C/deb-old.5: Remove reference to non-existant packaging manual. * man/C/deb.5: Remove reference to non-existant packaging manual, will have to document control contents better here later. * man/C/dpkg.1: Fix typo (fileis -> file is). * origins/debian: Remove trailing line. 2005-03-20 Mathias Weidner * scripts/dpkg-scansources.pl (getopt): Add (@) to prototype. 2005-03-20 Scott James Remnant * man/C/update-alternatives.8: Document what the '+' and '*' marked choices in --config output mean. * src/main.c (usage): Make aptitude quoting consistent. * man/C/dpkg-divert.8: Mention --truename alongside the comment about what it does. * src/main.c (printforhelp): Mention aptitude alongside dselect. * dpkg-deb/main.c (usage): Mention aptitude alongside dselect. * lib/ehandle.c (warningf): Add missing newline to end of format string. * man/C/update-alternatives.8: Harmonise names for arguments to --install option. * man/C/dpkg.1: Remove "medium-level" from dpkg's description, it's somewhere between medium and low. The fact it's a package manager is sufficient description. * src/query.c (listpackages): Create a second filtered list of packages, sort that (rather than the complete list) and use that when calling list1package. This means we only expand to the longest field in the result, not the database. Hopefully the speed gain of only sorting a filtered list outweights the slighty extra computation time. 2005-03-18 Scott James Remnant * configure.ac: Bump version to 1.13.3~. * configure.ac: Release 1.13.2. * src/query.c (getwidth): Return -1 if we're not on a tty. (list1package): Take a package list as well, and if getwidth() returns -1 determine the longest name, version and description and use those for output. (listpackages): Pass the package list and length to both calls to list1package to allow them to go wide. * lib/dbmodify.c (modstatdb_note): Every time we'd output a status change to the status-fd, also output a log message to the log-fd if we have one. * lib/dpkg-db.h: Add definition of log_pipes. * src/help.c (log_action): Write an action line to the log-fd. * src/processarc.c (process_archive): Log installation and upgrade actions. * src/remove.c (removal_bulk_remove_configfiles): Log purge action. (deferred_remove) Log remove action. * src/main.c (setfile): Take a filename, open it and add the file descriptor to a list of pipes. (cmdinfos): Add log command-line option that takes a filename and adds it to log_pipes. (usage): Add --log= usage. * man/C/dpkg.1: Document --log=filename. * debian/dpkg.cfg: Include a commented-out log option. 2005-03-18 Peter van Dijk * lib/tarfn.c (TarExtractor): Only remove the last character from directory names if it's a trailing slash. 2005-03-18 Scott James Remnant * man/C/dpkg-divert.8: Add an EXAMPLES section giving the two most common uses of dpkg-divert, for both add and remove. * man/C/dpkg-architecture.1: Update (should have done this with the changes below, really). * src/help.c (preexecscript): The first member of argv is always NULL because it's filled in by the return value of this function, so increment argv first when debug-outputting maintainer script arguments. * utils/md5sum.c: Remove file. * lib/dpkg.h (MD5SUM): Remove definition of md5sum program name. * utils/Makefile.am (bin_PROGRAMS): Remove md5sum. * man/C/md5sum.1: Remove manual page. * man/C/Makefile.am (dist_man_MANS): Remove md5sum.1. * man/de/md5sum.1: Remove manual page. * man/de/Makefile.am (dist_man_MANS): Remove md5sum.1. * man/es/md5sum.1: Remove manual page. * man/es/Makefile.am (dist_man_MANS): Remove md5sum.1. * man/ja/md5sum.1: Remove manual page. * man/ja/Makefile.am (dist_man_MANS): Remove md5sum.1. * man/sv/md5sum.1: Remove manual page. * man/sv/Makefile.am (dist_man_MANS): Remove md5sum.1. * debian/dpkg.postinst (divert_md5sum): Divert the version of md5sum installed by textutils or coreutils to the place where we used to put our copy, include its manual page. * debian/control ([dpkg]Depends): Depend on coreutils, which has always included md5sum, or the version of textutils that has. * debian/dpkg.install: Remove md5sum-related files. * debian/copyright: Remove mentions of utils/md5sum.c. * debian/pseudo-tags: Remove md5sum tag; no point filing bugs on a non-existant program. * ostable (netbsd): Restore missing "*" on the end of the regex. Take a further step towards having separate CPU and system names instead of just a joined architecture name; in particular add support to dpkg-architecture. * cputable: Create new table of cpu names with canonical GNU names and a regex to match against config.guess output. * ostable: Create new table of operating system names with canonical GNU names and a regex to match against config.guess output. * archtable: Move to debian directory. * debian/archtable: Reduce to a simple set of architecture names in Debian's sid distribution. * scripts/dpkg-architecture.pl: Add support for split cputable and ostable, including new DEB_*_ARCH_OS and DEB_*_ARCH_CPU variables containing the Debian system and cpu names appropriately. (usageversion): Remove list of known architectures, as we can't easily compute this anymore (cputable * ostable). (read_archtable): Removed function, we no longer touch archtable. (read_cputable): Add function to parse cputable. (read_ostable): Add function to parse ostable. (split_debian): Add function to split a Debian "os-cpu" name. (debian_to_gnu): Add function to split and look up the GNU names for the Debian os and cpu, and return the joined GNU name. (split_gnu): Add function to split a GNU triplet/quartet. (gnu_to_debian): Add function to split and look up the Debian names for the GNU os and cpu (by regex), and return the joined Debian name. (rewrite_gnu): Removed, replaced by regexes in the tables. * m4/arch.m4 (DPKG_CPU_TYPE): Use awk to parse the new cputable and define an ARCHITECTURE_CPU macro with the result. (DPKG_OS_TYPE): Use awk to parse the new ostable and define an ARCHITECTURE_OS macro with the result. (DPKG_ARCHITECTURE): Simply join the os and cpu names together, or omit the os name if "linux". * Makefile.am (dist_pkgdata_DATA): Remove archtable, add cputable and ostable instead. (EXTRA_DIST): Add debian/archtable. * debian/dpkg.install: Install debian/archtable in /usr/share/dpkg for packages that still want it. * debian/pseudo-tags: Replace mention of archtable. * archtable: Add ppc64 for powerpc-linux. * scripts/dpkg-architecture.pl (rewrite_gnu): Rewrite powerpc64 and ppc64 into powerpc64 for archtable. 2005-03-17 Scott James Remnant * debian/dpkg.preinst (confirm_dselect_split): Check that dselect is running before bitching; it's easy to do and will stop this question more often than not. 2005-03-17 Scott James Remnant , Anthony Towns * src/archives.c (tarobject): Detect when installing a file that exists in a package that replaces the one being installed. Leave that on the disk and remove the file from the list for the package being installed. 2005-03-16 Scott James Remnant * lib/parsedump.h: Move definitions of fieldinfos and nicknames arrays to the bottom of the file, to ensure we know the size of the arrays we're declaring. * lib/mlib.c (buffer_write): Cast unsigned char * to plain old char * when calling sprintf. 2005-03-12 Frank S. Thomas * man/C/dpkg-architecture.1: Correct typo (variales -> variables). 2005-03-08 Scott James Remnant * Makefile.am (package): Remove rule, as it is only really required outside of arch (otherwise you have a tarball). * Makefile.maint: New file holding the package rule. 2005-03-03 Scott James Remnant * archtable: Describe column 2 as the value returned by dpkg --print-architecture not --print-installation-architecture which we deprecated in the last release. * configure.ac: Bump version to 1.13.2~. * configure.ac: Release 1.13.1. 2005-03-03 Michael Vogt * src/configure.c (promptconfaction): Output conffile-prompt status onto status-fd to let front-ends capture conflicts. * src/errors.c (print_error_perpackage): Output package errors onto status-fd to let front-ends capture them. * man/C/dpkg.1: Document how errors and configuration file conflicts are reported on the status-fd. 2005-01-22 Scott James Remnant * man/C/dpkg.1: Remove --print-gnu-build-architecture and --print-installation-architecture from documentation, correct --print-architecture. * man/C/dpkg-architecture.1: Give --print-architecture in examples, instead of --print-installation-architecture. * scripts/dpkg-name.sh (getname): Call 'dpkg --print-architecture' instead of 'dpkg --print-installation-architecture'. * scripts/dpkg-architecture.pl: Set the default $pkgdatadir to point at an installed copy. Call 'dpkg --print-architecture' instead of 'dpkg --print-installation-architecture'. * methods/disk/setup (iarch): Call dpkg --print-architecture. * debian/control ([dpkg-dev]Depends, [dselect]Depends): Depend on dpkg (>= 1.13.1) so we get a dpkg with the right print options. * src/enquiry.c (printarch): Completely nuke this function, we'll no longer parse the compiler output and look up things in archtable. (printinstarch): Rename to printarch, and change the output message to refer to --print-architecture. (badlgccfn): Remove unused function. * src/main.c (cmdinfos): Remove --print-gnu-build-architecture option, make --print-installation-architecture call printarch. (usage): Remove both --print-gnu-build-architecture and --print-installation-architecture and describe --print-architecture as doing what --p-i-a used to do. Use dpkg-architecture for host information. * src/main.h (action): Remove act_printgnuarch from enum, leave act_printinstarch so we can later deprecate use of the longer command. * src/Makefile.am (archtable.h): No need to generate archtable.h seeing as we don't parse it within dpkg, remove rule to generate it. (CLEANFILES): We don't generate archtable.h, so no need to clean it. * src/.arch-inventory: Don't treat archtable.h specially. * archtable: Remove unused third field, entirely inaccurate too. Correct typo 'she3eb' -> 'sh3eb'. * scripts/dpkg-architecture.pl (read_archtable): Parse only two fields from archtable. * scripts/dpkg-architecture.pl: Remove out-of-date history from the top, ChangeLog serves better now and is less confusing. Reset $gcc if we get less than, or more than one archtable result. Remove extra newline from mismatched -a/-t warning. (usageversion): Pedant the usage message while we scroll past. (read_archtable): New function to read /usr/share/dpkg/archtable rather than hard-coding some values in the script. (rewrite_gnu): Rewrite along the lines of the code in m4/arch.m4 so they should actually be vaguely consistent now. * scripts/Makefile.am (do_perl_subst): Replace occurances of $pkgdatadir in scripts with the right value. 2005-01-22 Robert Millan * configure.ac: Check for kvm.h. * utils/start-stop-daemon.c: Remove includes for , and for the BSDs unless configure found . (fatal): Output the message associated with errno. 2005-01-22 Rakesh 'arky' Ambati * scripts/dpkg-architecture.pl: Correct typo, 'filed' to 'failed'. 2005-01-22 Robert Millan , Scott James Remnant * m4/arch.m4 (DPKG_CPU_TYPE): Add a new macro to turn common groups of CPU names into a single type (e.g. i*86 to i386). (DPKG_OS_TYPE): Match linux*-gnu* for Linux (in case we get a non-GNU Linux at some point) and produce a 'linux' type. Remove the initial '*' from the rest of the entries. Restore gnu* as gnu (for the Hurd). Add support for darwin* as darwin. Sort into almost-alphabetical order with i386/linux at the top. (DPKG_ARCHITECTURE): Call DPKG_CPU_TYPE and use $cpu_type instead of $target_cpu. * archtable: Rewrite the top comment to be a little clearer and correct the lie that the third column is 'dpkg --print-architecture' when it is, in fact, 'dpkg --print-gnu-build-architecture'. Correct third columns of the non-Linux architecture to actually return a GNU name. Sort the file into i386/linux-first alphabetical order. 2005-01-22 Robert Millan * archtable: Add x86_64-kfreebsd to archtable as 'kfreebsd-amd64'. * scripts/dpkg-architecture.pl: Add 'kfreebsd-amd64' to archtable. 2005-01-22 NIIBE Yutaka * archtable: Add m32r-linux-gnu to archtable as 'm32r'. * scripts/dpkg-architecture.pl: Add 'm32r' to archtable. 2005-01-22 Scott James Remnant * src/query.c (cmdinfos): Make -f alternative for --showformat. * src/query.c (usage): Document that -f is alternative for --showformat. * man/C/dpkg-query.1: Update documentation to match. 2005-01-22 Stephane Bortzmeyer * scripts/dpkg-source.pl (diff_ignore_default_regexp): Add the darcs _darcs directory to the ignore list. 2005-01-22 Scott James Remnant * utils/md5sum.c (main): Correct md5sum according to the wishes of the Debian technical committee; when given a file on standard input, it now simply outputs the md5sum and does not append " -" or " *-" on the end. 2005-01-22 Adam Heath * lib/tarfn.c (TarExtractor): Fix handling of GNU longname and longlink support when there is both types for the same file entry in a tarball. 2005-01-19 Dafydd Harries * man/C/dpkg-source.1: Make the summary for dpkg-source -b invocation in the manpage match that output by dpkg-source --help. (I.e. indicate the possibility of specifying the upstream tarball rather than the upstream source directory as a second parameter.) 2005-01-17 Scott James Remnant * debian/dpkg.preinst (confirm_dselect_split): Support pre-sarge upgrades by checking that they've upgraded dselect first, and prompting if they haven't. 2005-01-14 Scott James Remnant * .arch-inventory: Ignore the upload result file as well. * configure.ac: Bump version to 1.13.1~. * configure.ac: Release 1.13.0. * dpkg-deb/main.c (main): Remove NONRETURNING declaration as this function does actually call return sometimes. * dpkg-split/main.c (main): Remove NONRETURNING declaration as this function does actually call return sometimes. * utils/start-stop-daemon.c (main): Remove NONRETURNING declaration as this function does actually call return sometimes. * m4/compiler.m4 (SJR_COMPILER_WARNINGS): Enable warnings for CXX too, my original macro doesn't do this. * configure.ac: Use AC_GNU_SOURCE to get some of the extra goodies in the GNU C library, use DPKG_C_C99 to test for C99 features. * m4/compiler.m4 (DPKG_C_C99): New macro to determine whether compiler supports C99 features. (SJR_COMPILER_WARNINGS): Don't use -pedantic yet, dpkg isn't ready for it. * lib/dpkg.h: Provide C99-conformant variadic macros if the compiler supports them in place of gnu-style ones. * lib/tarfn.c: Add missing include of config.h to get some useful information (and prototype of strnlen). * src/help.c: Cast arguments to (char * const *) explicitly. * dpkg-deb/main.c: Include dpkg-db.h to get nffreeall prototype. * .arch-inventory: Ignore config.cache if the user uses it. * scripts/controllib.pl: Add #!/usr/bin/perl to satisfy lintian. * debian/control ([dpkg]Pre-Depends): Needs to pre-depend on shlibs dependencies like libc6, accidentally dropped earlier. ([dpkg-dev]Recommends): Added gcc as first choice for c-compiler. * debian/rules: Generate shlibdeps for all arch packages, not just dselect (so we get them for dselect too). * debian/.arch-inventory: Ignore dpkg.substvars. * debian/dpkg.conffiles: Removed, debhelper does the right thing. * debian/dpkg-dev.conffiles: Removed, debhelper does the right thing. * debian/dselect.conffiles: Removed, debhelper does the right thing. * Makefile.am (EXTRA_DIST): Updated for debian directory changes. (package): Add missing distdir dependency, also don't treat lintian problems as errors, just report them. * man/C/dpkg.8: Moved to section 1 where it belongs. * man/C/dpkg-query.8: Moved to section 1 where it belongs. * man/C/dpkg-split.8: Moved to section 1 where it belongs. * man/C/dselect.8: Moved to section 1 where it belongs. * man/C/Makefile.am: Install dpkg.1, dpkg-query.1, dselect.1 * man/es/dpkg.8: Moved to section 1 where it belongs. * man/es/dpkg-split.8: Moved to section 1 where it belongs. * man/es/dselect.8: Moved to section 1 where it belongs. * man/es/Makefile.am: Install dpkg.1, dpkg-split.1, dselect.1 * man/fr/dpkg.8: Moved to section 1 where it belongs. * man/fr/dpkg-query.8: Moved to section 1 where it belongs. * man/fr/dpkg-split.8: Moved to section 1 where it belongs. * man/fr/Makefile.am: Install dpkg.1, dpkg-query.1, dpkg-split.1 * man/ja/dpkg.8: Moved to section 1 where it belongs. * man/ja/dpkg-query.8: Moved to section 1 where it belongs. * man/ja/dselect.8: Moved to section 1 where it belongs. * man/ja/Makefile.am: Install dpkg.1, dpkg-query.1, dselect.1 * man/pt_BR/dpkg.8: Moved to section 1 where it belongs. * man/pt_BR/dselect.8: Moved to section 1 where it belongs. * man/pt_BR/Makefile.am: Install dselect.1, dpkg.1 * man/ru/dpkg.8: Moved to section 1 where it belongs. * man/ru/Makefile.am: Install dpkg.1 * man/sv/dpkg.8: Moved to section 1 where it belongs. * man/sv/dpkg-query.8: Moved to section 1 where it belongs. * man/sv/dpkg-split.8: Moved to section 1 where it belongs. * man/sv/dselect.8: Moved to section 1 where it belongs. * man/sv/Makefile.am: Install dpkg.1, dpkg-query.1, dpkg-split.1, dselect.1 * debian/dpkg.install: Install dpkg.1, dpkg-query.1, dpkg-split.1 * debian/dselect.install: Install dselect.1 * Makefile.am (EXTRA_DIST): Distribute files in the debian directory in the source tarball. (package): Create source and binary packages using dpkg-buildpackage and some magic to give us a directory containing only 'dist' files. Check the resulting changes file with lintian if we have it. * .arch-inventory: Apply l33t regex skills to ignore source tarballs, packages and the dist directory. * utils/Makefile.am (rootsbin_PROGRAMS): Install start-stop-daemon into the ordinary sbindir by default. * debian/dpkg.install: Install usr/sbin/start-stop-daemon into /sbin. * debian/control (Build-Depends): The source tarball now includes the generated gmo files, so there's no reason for the package to build-depend on gettext. * getopt/getdate.c: Remove unused file. * methods/disk/update: Remove {...} glob, as it's a bashism. * debian/control (Build-Depends): Fix dependency on virtual package `libncurses-dev'. * m4/funcs.m4 (DPKG_FUNC_VA_COPY): Wrap TRY_RUN and TRY_COMPILE calls in AC_CACHE_CHECK, missed when I copied it over and updated. * debian/dpkg.prerm: Give the script a bit of a spring clean, add a comment block at the top to serve as documentation of how prerm is called for anyone wanting a quick reference; this seems a reasonable place to do it as any. Don't remove the historic info scripts anymore (dating back to 1.3.3) as we haven't shipped them in ages and 1.3.3's upgrade script did it anyway. * debian/dpkg.postrm: Equal spring clean and documentation comment added to the top. Removed code to purge dpkg.cfg now we include it in the package as a conffile again anyway. * debian/dpkg.preinst: Equal spring clean and documentation comment added to the top. Separated each discreet piece of upgrade behaviour for the 0.93.50 jump into different functions. * debian/dpkg.postinst: Equal spring clean and documentation comment added to the top. Separated each bit of behaviour into a separate function. (move_info_directory): No longer create symlinks to the new location. (remove_info_symlink): Remove /usr/info or /usr/info/dir symlinks. 2005-01-13 Scott James Remnant * debian/control (Build-Depends): Add forgotten build-depend on debhelper, I picked 4.1.81 after reading the changelog as it has the first feature we need (upstream and debian changelogs in a native package). * man/C/Makefile.am (dpkg_source_aliases): I missed a whole bunch of manpages created as aliases to dpkg-source, put the rules in to do that. * man/C/.arch-inventory: Ignore generated aliased pages. * debian/rules: Rewrite from scratch to use debhelper, this breaks being able to bootstrap dpkg from its own source directory; but that didn't really work anyway. You can always just 'make install' first. * debian/compat: Set debhelper compatibility to v4. * debian/dpkg.docs: List documentation to ship with dpkg. * debian/dpkg.install: List files that belong to dpkg. * debian/dselect.install: List files that belong to dselect. * debian/dpkg-dev.install: List files that belong to dpkg-dev. * .arch-inventory: Ignore build-tree, created by debian/rules. * debian/.arch-inventory: Ignore files and directories created by debian/rules. * lib/Makefile.am (INCLUDES): Correct sharedstatedir to datadir, common-licenses isn't in /usr/com (whatever that is). * dpkg-split/Makefile.am (install-data-local): Use $(mkdir_p) instead of $(MKINSTALLDIRS), better style. * methods/Makefile.am (install-data-local): Use $(mkdir_p) instead of $(MKINSTALLDIRS) here too. * origins/Makefile.am (install-data-local): And here. * scripts/Makefile.am (install-exec-local): Here as well. (install-data-local): Likewise. * src/Makefile.am (install-data-local): And finally, here too. * scripts/Makefile.am: Automake doesn't create out-of-tree output directories for us, so do so if it they don't exist (but quiet, like). (do_perl_subst): Remove space in #! line. * dpkg-split/Makefile.am: Create out-of-tree directories. (do_perl_subst): Remove space in #! line. * lib/dpkg.h: Include locale.h, for LC_ALL which is expanded in a macro here. This is needed if we build without optimisations as libintl.h won't include it for us. 2005-01-12 Scott James Remnant * debian/pseudo-tags: Rewrite and clear up, put tags into a decent order and add a new [DEPENDS] tag to track dependency handling issues. * debian/shlibs.default: Clean up. * debian/shlibs.override: Clean up. * debian/dselect.cfg: Clean up atrocious English spelling. * debian/dpkg.cfg: Clean up atrocious English spelling; remove old configuration values as this file would be useful to be installed to describe its use. * debian/dpkg.conffiles: Add dpkg.cfg. * debian/copyright: Clean up, utf-8ify and add missing copyright declarations. * debian/control (Build-Depends): Remove SGML-related tools now we no longer have docs in that format; increase gettext build-dependency to 0.14.1; remove build-dependency on autotools-dev. (Standards-Version): Bump to keep lintian happy, we're conformant. ([dpkg]Pre-Depends): Remove pre-dependency on dselect put in place to ease transition between woody and sarge where dselect was split into a separate binary package. ([dpkg]Suggests): It's about time we suggested apt. ([dpkg]Description): The dselect program is no longer included in the dpkg package, so don't mention it in the description. ([dselect]Description): Rewrite as dselect is no longer the primary interface for package management, and that users may prefer apt-based interfaces. * debian/control (dpkg-static): The dpkg (and dpkg-deb) binaries have been linked statically to zlib for some time, and the dpkg-static package hasn't actually been created either. Remove from the control file. * debian/control (dpkg-doc): The documentation shipped in the dpkg-doc package was rather incomplete and out-of-date, so was removed from the distribution. Remove package from control file. * debian/dpkg-doc.doc-base: Remove dpkg-doc file. * debian/dpkg-doc.postinst: Remove dpkg-doc maintainer script. * debian/dpkg-doc.prerm: Remove dpkg-doc maintainer script. * debian/README.compile: Removed this file as it's both out of date, and entirely replaced by Build-Depends anyway for those that care about such things. * Makefile.am: Remove rules to install common documentation and licence under /usr/share/doc/dpkg, leave that up to the package. * lib/Makefile.am (INCLUDES): Define COPYINGFILE to point to /usr/share/common-licenses/GPL-2. 2005-01-11 Colin Watson * dselect/basecmds.cc (baselist::displayhelp): Revert to former Space/Enter/'Q' behaviour, so that Space leaves the help screen and Enter and 'Q' do nothing. It's dangerous to encourage users to press Enter or 'Q', since they commit changes in the package selection screen. * dselect/helpmsgs.cc (hlp_readonlyintro, hlp_recurintro): Update help text to match. (hlp_mainintro): 'Q' quits and overrides dependency problems; 'X' quits without saving changes. 2005-01-10 Scott James Remnant * configure.ac: Fix --without-dselect and --without-start-stop-daemon so they actually work, Autoconf was preserving the old value of the variable. Always call AC_PROG_CXX otherwise things aren't happy as it gets partially expanded. * dpkg-split/Makefile.am (EXTRA_DIST): Distribute mksplit.pl. * dselect/Makefile.am (EXTRA_DIST): Distribute mkcurkeys.pl. * lib/Makefile.am (libdpkg_a_SOURCES): Distribute gettext.h. * scripts/Makefile.am (EXTRA_DIST): Distribute the scripts and README.alternatives, oops. (all-local): Build install-info from install-info.pl manually. (install-exec-local): Install install-info manually. (uninstall-local): Remove install-info manually. * scripts/.arch-inventory: Ignore install-info-stamp file we need. * src/Makefile.am (dpkg_query_SOURCES): There is no errors.h. * Makefile.conf.in: Remove file used by old build system. * lib/mlib.c (buffer_write): Remove cast from lvalue, deprecated in recent versions of gcc. * m4/compiler.m4 (SJR_COMPILER_OPTIMISATIONS): Explicitly set -O0 when disabling compiler optimisations, as recent versions of gcc have some on by default. Now we're not using CVS at all, replace the old .cvsignore files with .arch-inventory files Arch can use to ignore generated files. * .cvsignore: Remove old file. * .arch-inventory: Replace with more complete regex rules. * dpkg-deb/.cvsignore: Remove old file. * dpkg-deb/.arch-inventory: Replace with more complete regex rules. * dpkg-split/.cvsignore: Remove old file. * dpkg-split/.arch-inventory: Replace with more complete regex rules. * dselect/.cvsignore: Remove old file. * dselect/.arch-inventory: Replace with more complete regex rules. * getopt/.cvsignore: Remove old file. * getopt/.arch-inventory: Replace with more complete regex rules. * lib/.cvsignore: Remove old file. * lib/.arch-inventory: Replace with more complete regex rules. * m4/.arch-inventory: Ignore files copied in by 'autopoint'. * man/.cvsignore: Remove old file. * man/.arch-inventory: Replace with more complete regex rules. * man/C/.cvsignore: Remove old file. * man/C/.arch-inventory: Replace with more complete regex rules. * man/de/.cvsignore: Remove old file. * man/de/.arch-inventory: Replace with more complete regex rules. * man/es/.arch-inventory: Ignore generated 'Makefile' and 'Makefile.in'. * man/fr/.cvsignore: Remove old file. * man/fr/.arch-inventory: Replace with more complete regex rules. * man/ja/.cvsignore: Remove old file. * man/ja/.arch-inventory: Replace with more complete regex rules. * man/pt_BR/.cvsignore: Remove old file. * man/pt_BR/.arch-inventory: Replace with more complete regex rules. * man/ru/.cvsignore: Remove old file. * man/ru/.arch-inventory: Replace with more complete regex rules. * man/sv/.cvsignore: Remove old file. * man/sv/.arch-inventory: Replace with more complete regex rules. * methods/.cvsignore: Remove old file. * methods/.arch-inventory: Replace with more complete regex rules. * origins/.arch-inventory: Ignore generated 'Makefile' and 'Makefile.in'. * po/.cvsignore: Remove old file. * po/.arch-inventory: Replace with more complete regex rules. * scripts/.cvsignore: Remove old file. * scripts/.arch-inventory: Replace with more complete regex rules. * scripts/changelog/.arch-inventory: Ignore generated file. * src/.cvsignore: Remove old file. * src/.arch-inventory: Replace with more complete regex rules. * utils/.cvsignore: Remove old file. * utils/.arch-inventory: Replace with more complete regex rules. * man/sv/.check.pl: Remove as it uses CVS to check whether the translations are up to date, and we don't use that anymore. * dselect/checkunimp.pl: Remove unused file. * dselect/keys.c: Remove unused file. For at least the second time in dpkg's history, convert the build system to use GNU Automake. I'm sure some future maintainer will come along and get rid of it again, but for now, Automake is the way forward. * Makefile.in: Remove old file. * Makefile.am: Replace with shiny Automake goodness, don't distribute TODO anymore; it's only useful for developers. * dpkg-deb/Makefile.in: Remove old file. * dpkg-deb/Makefile.am: Replace with shiny Automake goodness, don't include rules to build dpkg-deb-static. * dpkg-split/Makefile.in: Remove old file. * dpkg-split/Makefile.am: Replace with shiny Automake goodness. * dselect/Makefile.in: Remove old file. * dselect/Makefile.am: Replace with shiny Automake goodness. * getopt/Makefile.in: Remove old file. * getopt/Makefile.am: Replace with shiny Automake goodness. * lib/Makefile.in: Remove old file. * lib/Makefile.am: Replace with shiny Automake goodness. (libdpkg_a_SOURCES): add refugee files from 'include'. * man/Makefile.in: Remove old file. * man/Makefile.am: Replace with shiny Automake goodness. * man/C/Makefile.in: Remove old file. * man/C/Makefile.am: Replace with shiny Automake goodness. * man/de/Makefile.in: Remove old file. * man/de/Makefile.am: Replace with shiny Automake goodness. * man/es/Makefile.in: Remove old file. * man/es/Makefile.am: Replace with shiny Automake goodness. * man/fr/Makefile.in: Remove old file. * man/fr/Makefile.am: Replace with shiny Automake goodness. * man/ja/Makefile.in: Remove old file. * man/ja/Makefile.am: Replace with shiny Automake goodness. * man/pt_BR/Makefile.in: Remove old file. * man/pt_BR/Makefile.am: Replace with shiny Automake goodness. * man/ru/Makefile.in: Remove old file. * man/ru/Makefile.am: Replace with shiny Automake goodness. * man/sv/Makefile.in: Remove old file. * man/sv/Makefile.am: Replace with shiny Automake goodness. * methods/Makefile.in: Remove old file. * methods/Makefile.am: Replace with shiny Automake goodness, taking into account the new filesystem structure. * origins/Makefile.am: New Automake file to install origin files. * scripts/Makefile.in: Remove old file. * scripts/Makefile.am: Replace with shiny Automake goodness. * src/Makefile.in: Remove old file. * src/Makefile.am: Replace with shiny Automake goodness, don't include rules to build either dpkg-static or dpkg-query-static. * utils/Makefile.in: Remove old file. * utils/Makefile.am: Replace with shiny Automake goodness, don't include rules to build md5sum-static. * dpkg-deb/build.c: Replace USE_ZLIB with WITH_ZLIB. * dpkg-deb/extract.c: Replace USE_ZLIB with WITH_ZLIB. * dpkg-deb/main.c: Remove version.h include. * dpkg-split/main.c: Remove version.h include. * dselect/main.cc: Remove version.h include. * lib/compression.c: Replace USE_ZLIB with WITH_ZLIB and USE_BZ2 with WITH_ZLIB. * src/help.c: Remove version.h include and replace USE_START_STOP_DAEMON with WITH_START_STOP_DAEMON. * src/main.c: Remove version.h include. We're going to move to using 'autoreconf' to generate the build scripts after a checkout and 'make dist' to get a clean tarball. Various files will get copied automatically so there's no point having them under version control, they'll still appear in the tarballs though. * INSTALL: Remove from version control. * config.guess: Remove from version control. * config.sub: Remove from version control. * install-sh: Remove from version control. * autogen.sh: Remove unnecessary script, just run 'autoreconf'. * release.sh: Remove unnecessary script, just run 'make dist'. The old 'configure.in' arranged for a bunch of code to be added to the bottom of 'config.h' with the assumption that it'd be included everywhere. That's not good style, the file is only supposed to contain settings and not real code. Put the code in real header files and source. * lib/dpkg.h: Include and if available. (INTERPRETER_MAX): Define to PATH_MAX or 1024 if not available. (DPKG_VERSION_ARCH): Define using PACKAGE_VERSION instead of DPKG_VERSION, which no longer exists. (ADMINDIR): Remove definition, define in Makefiles where needed. (CONFIGDIR): Remove definition, define in Makefiles where needed. (LIBDIR): Remove definition, define in Makefiles where needed. (CONSTANT, PRINTFFORMAT, NONRETURNING, UNUSED, NONRETURNPRINTFFORMAT): Define attribute markers used in function prototypes. (strerror, strsignal, scandir, alphasort, unsetenv): Define prototypes for functions in 'compat.c' if the system lacks them. (strtoul, va_copy, WCOREDUMP): Provide compatible macros for functions the system lacks. (BUILDOLDPKGFORMAT): Define here. (_, N_): Include gettext.h and define friendlier macros. * lib/gettext.h: Include from gettext distribution useful header file that does the heavy lifting of enabling or disabling gettext. * lib/md5.h: Add code to define UWORD32 used by this implementation. * getopt/error.h (error, error_at_line): Remove printf format attribute marker from prototypes to keep the code clean. * getopt/getopt.c (store_args_and_env): Remove unused attribute marker from function to keep the code clean. * utils/md5sum.c: Let gettext.h (included through dpkg.h) do the heavy lifting and define the right things for us. * utils/start-stop-daemon.c: Duplicate includes of and along with attribute marker definitions to avoid having to include 'dpkg.h'. * configure.in: Rename to 'configure.ac' and rewrite from the ground-up with Autoconf 2.59 in mind. * m4/arch.m4: New file of macros for 'configure.ac': (DPKG_OS_TYPE): Code from old 'configure.in' to turn output from 'config.guess' into an operating system name we recognise. (DPKG_ARCHITECTURE): Code from old 'configure.in' to look up CPU and operating system name in the 'archtable'. * m4/compiler.m4: New file of macros for 'configure.ac': (SJR_COMPILER_WARNINGS): Add my standard macro to enable additional compiler warnings and treat them as errors. (SJR_COMPILER_OPTIMISATIONS): Add my standard macro to allow disabling of optimisations. (DPKG_C_ATTRIBUTE): Macro to check whether the C compiler supports __attribute__, we assume that compilers that do ignore unknown attributes like gcc does. * m4/funcs.m4: New file of macros for 'configure.ac': (DPKG_FUNC_VA_COPY): Code from old 'configure.in' to determine whether the system supports va_copy or directly copying the values. * m4/libs.m4: New file of macros for 'configure.ac': (DPKG_LIB_ZLIB): Rework of old 'configure.in' code to allow the user to decide whether to use zlib, and whether to link it statically. (DPKG_LIB_BZ2): Rework of old 'configure.in' code to allow the user to decide whether to use the bz2 library, and whether to link it statically. (DPKG_LIB_CURSES): Code from old 'configure.in' to pick the right curses library on the system. (DPKG_LIB_SSD): Code from old 'configure.in' to look for libraries used by start-stop-daemon. * m4/linker.m4: New file of macros for 'configure.ac': (SJR_LINKER_OPTIMISATIONS): Add my standard macro to enable linker optimisations and allow them to be disabled. * m4/perl.m4: New file of macros for 'configure.ac': (DPKG_PROG_PERL): Macro to locate the Perl interpreter in the PATH, or allow the user to specify it with PERL=. * m4/types.m4: New file of macros for 'configure.ac': (DPKG_TYPE_PTRDIFF_T): Macro to replace obsolete AC_TYPE_PTRDIFF_T macro from Autoconf. (DPKG_DECL_SYS_SIGLIST): Macro to replace obsolete AC_DECL_SYS_SIGLIST macro from Autoconf. (DPKG_CHECK_DEFINE): Rework of old 'automake/dpkg.m4' code. * version-nr: Remove, version should be changed in configure.ac directly. * automake: Remove older Autoconf macros. * po/ChangeLog: Add new ChangeLog to describe changes affecting translations and their infrastructure. * origin: Move to 'origins/debian' so we can ship additional origins in future. Rearrange changelog parsers under 'scripts' into a separate directory so they also don't need to be renamed on installation. * scripts/cl-debian.pl: Move to 'scripts/changelog/debian.pl'. Rearrange 'methods' directory into the same hierarchy used when installed to save having to rename files on installation. * methods/disk.desc.cdrom: Move to 'methods/disk/desc.cdrom'. * methods/disk.desc.harddisk: Move to 'methods/disk/desc.harddisk'. * methods/disk.desc.mounted: Move to 'methods/disk/desc.mounted'. * methods/disk.desc.nfs: Move to 'methods/disk/desc.nfs'. * methods/disk.install: Move to 'methods/disk/install' and chmod +x. * methods/disk.names: Move to 'methods/disk/names'. * methods/disk.setup: Move to 'methods/disk/setup' and chmod +x. * methods/disk.update: Move to 'methods/disk/update' and chmod +x. * methods/floppy.desc.floppy: Move to 'methods/floppy/desc.floppy'. * methods/floppy.install: Move to 'methods/floppy/install' and chmod +x. * methods/floppy.names: Move to 'methods/floppy/names'. * methods/floppy.setup: Move to 'methods/floppy/setup' and chmod +x. * methods/floppy.update: Move to 'methods/floppy/update' and chmod +x. * methods/hd.setup: Remove unused method script. * methods/hd.unpack: Remove unused method script. * methods/hd.update: Remove unused method script. Consolidate the library code into one directory, so the headers are alongside the code rather than somewhere else. * include/dpkg-db.h: Move to 'lib'. * include/myopt.h: Move to 'lib'. * include/parsedump.h: Move to 'lib'. * include/tarfn.h: Move to 'lib'. * include/dpkg.h.in: Move to 'lib' and rename to 'dpkg.h', we'll set ADMINDIR, CONFIGDIR and LIBDIR in Makefile where needed as they can contain shell paths. * include: Remove directory. * AUTHORS: Add new file detailing the original authors of dpkg and the maintainers through the years. * COPYING: Update to include correct FSF address. * NEWS: Add new file that just points to debian/changelog for major changes between releases. * README: Add new file to briefly describe the package. Instead of scattering manpages throughout the source, we'll keep all of the original pages in one place under 'man/C'. This should make it easier to keep track of them, especially translators. * dpkg-deb/dpkg-deb.1: Move to 'man/C'. * dpkg-split/dpkg-split.8: Move to 'man/C'. * dselect/dselect.8: Move to 'man/C'. * scripts/822-date.1: Move to 'man/C'. * scripts/cleanup-info.8: Move to 'man/C'. * scripts/dpkg-architecture.1: Move to 'man/C'. * scripts/dpkg-checkbuilddeps.1: Move to 'man/C'. * scripts/dpkg-divert.8: Move to 'man/C'. * scripts/dpkg-name.1: Move to 'man/C'. * scripts/dpkg-scanpackages.1: Move to 'man/C'. * scripts/dpkg-scansources.1: Move to 'man/C'. * scripts/dpkg-source.1: Move to 'man/C'. * scripts/dpkg-statoverride.8: Move to 'man/C'. * scripts/install-info.8: Move to 'man/C'. * scripts/update-alternatives.8: Move to 'man/C'. * src/dpkg-query.8: Move to 'man/C'. * src/dpkg.8: Move to 'man/C'. * utils/md5sum.1: Move to 'man/C'. * utils/start-stop-daemon.8: Move to 'man/C'. * man/en: Rename directory to 'man/C', reserving country codes for manpages that have actually undergone translation. These are the "original" format, and like the strings in the code itself don't really belong to any particular locale. Continuing the spirit of having only one markup format for manpages, fix up the two generated from POD and remove the POD. * scripts/dpkg-architecture.1: Generate with pod2man and remove damage from the top, turning it into respectable nroff. * scripts/dpkg-architecture.pl: Remove POD documentation from script. * scripts/dpkg-scansources.1: Generate with pod2man and remove damage from the top, turning it into respectable nroff. * scripts/dpkg-scansources.pl: Remove POD documentation from script. Remove the SGML files containing the same content as the manpages, but which were never used to generate them. This avoids confusion, and as one markup format is just as good as another, we'll settle on nroff's man format. * man/en/cleanup-info.8.sgml: Remove SGML format documentation. * man/en/deb-control.5.sgml: Remove SGML format documentation. * man/en/deb-old.5.sgml: Remove SGML format documentation. * man/en/deb.5.sgml: Remove SGML format documentation. * man/en/dpkg-checkbuilddeps.1.sgml: Remove SGML format documentation. * man/en/dpkg.8.sgml: Remove SGML format documentation. * man/en/dpkg.cfg.5.sgml: Remove SGML format documentation. * man/en/dselect.8.sgml: Remove SGML format documentation. * man/en/dselect.cfg.5.sgml: Remove SGML format documentation. * man/paths.ent.in: Remove now we have no SGML format pages. * attic: Remove historical interest directory, that's what version control is for. * doc: Remove obsolete, incomplete and out-of-date documentation including that licenced under the GFDL (ie the entire directory). * md5sum: Remove empty directory. * main: Rename directory to 'src' so it's consistent with 'lib'. * optlib: Rename directory to 'getopt' as that's what's really in it. * split: Rename directory to 'dpkg-split' so it's consistent with 'dpkg-deb'. Tue Nov 09 15:23:54 CEST 2004 Christian Perrier * po/dpkg.pot: msguniq to remove duplicate entries Tue Nov 09 15:21:54 CEST 2004 Bartosz Fenski aka fEnIo * po/pl.po: updated Fri Oct 29 21:55:54 CEST 2004 Carlos Liu * po/zh_CN.po: Fix errors Fri Oct 29 08:58:54 CEST 2004 Bart Cornelis * po/nl.po: Updated Fri Oct 29 08:55:54 CEST 2004 Carlos Liu * po/zh_CN.po: Mess cleaned Fri Oct 29 08:50:00 CEST 2004 Christian Perrier * po/*po: msguniq and msgcat on all files Thu Oct 28 09:39:00 CEST 2004 Christian Perrier * po/dpkg.pot: regenerated * po/*po: synced with dpkg.pot * po/fr.po: complete the translation Thu Oct 28 15:55:14 BST 2004 Scott James Remnant * dpkg-deb/dpkg-deb.h: Add '/' onto the end of the COMPAT values for bzip2 and tar. Wed Oct 27 12:22:08 BST 2004 Scott James Remnant * version-nr, debian/changelog: Bump version to 1.13~. Wed Oct 27 10:14:29 BST 2004 Scott James Remnant * version-nr, debian/changelog: Bump version to 1.10.25~. Wed Oct 27 09:58:27 BST 2004 Scott James Remnant * lib/compression.c: Which revealed some brown-paper bag issues: Replace "BZFILE" with "BZFILE *", "file" with "bzfile" and "bzdopen" to "BZ2_bzdopen". Wed Oct 27 09:49:15 BST 2004 Scott James Remnant * lib/compression.c: Replace USE_BZ2 with USE_BZ2LIB to match configure.in. Tue Oct 26 19:24:54 CEST 2004 Havard Korsvoll * po/nn.po: Updated Tue Oct 26 17:24:54 CEST 2004 Carlos Liu * po/zh_CN.po: Updated Tue Oct 26 06:54:54 CEST 2004 Peter Karlsson * po/sv.po: Updated Tue Oct 26 06:54:54 CEST 2004 CEST 2004 Piarres Beobide Egana * po/eu.po: updated Tue Oct 26 06:54:54 CEST 2004 Miguel Figueiredo * po/pt.po: Updated Mon Oct 25 18:26:54 CEST 2004 Miroslav Kure * po/cs.po: Updated Mon Oct 25 18:26:54 CEST 2004 Michael Piefel * po/de.po: updated Mon Oct 25 18:26:54 CEST 2004 Yuri Kozlov * po/ru.po: Updated Mon Oct 25 15:09:43 CEST 2004 Trorrr [Héctor Fernández] * po/gl.po: Updated Mon Oct 25 08:03:00 CEST 2004 Lele Gaifax * po/it.po: Updated Mon Oct 25 07:18:36 CEST 2004 Changwoo Ryu * po/ko.po: Updated Mon Oct 25 07:18:36 CEST 2004 Kenshi Muto * po/ja.po: Updated Mon Oct 25 07:18:36 CEST 2004 Claus Hindsgaul * po/da.po: Updated Mon Oct 25 07:18:36 CEST 2004 Javier Fernandez-Sanguino Pena * po/es.po: Updated Sun Oct 24 21:51:55 CEST 2004 Jordi Mallach * po/ca.po: Updated Catalan translation. Sun Oct 24 20:16:43 CEST 2004 Lele Gaifax * po/it.po: Updated Sun Oct 24 20:06:43 CEST 2004 Trorrr [Héctor Fernández] * po/gl.po: Updated Sun Oct 24 19:20:43 CEST 2004 Bartosz Fenski aka fEnIo * po/pl.po: Updated Sun Oct 24 19:20:43 CEST 2004 Andre Luis Lopes * po/pt_BR.po: Updated Sun Oct 24 19:20:43 CEST 2004 Bart Cornelis * po/nl.po: Updated Sun Oct 24 16:18:52 CEST 2004 Christian Perrier * po/dpkg.pot: regenerated * po/*po: synced with dpkg.pot * po/fr.po: complete the translation Sun Oct 24 09:40:27 CEST 2004 Christian Perrier * po/nl.po: Correct obvious typo from the translator Sun Oct 24 09:21:17 CEST 2004 Christian Perrier * debian/changelog: Close *all* Portuguese translation bug reports Sun Oct 24 12:58:36 BST 2004 Scott James Remnant * po/POTFILES.in: Add lib/compression.c here. Fri Jun 18 17:04:44 BST 2004 Scott James Remnant * configure.in: Add checks for bz2 in a similar manner to zlib. * Makefile.conf.in: Add definitions for BZ2LIB macros. * lib/compression.c: New file taken from HEAD that implements compression and decompression for gzip, bzip2 and pass-through. * lib/Makefile.in: Compile the new source file. * include/dpkg.h.in: Add BZIP2 macro expanding to the name of the bzip2 tool. Add compression_type enum and headers for functions in compression.c * dpkg-deb/Makefile.in: Also link static bzip2 libraries to static dpkg-deb. * dpkg-deb/build.c: Remove internalGzip() function, replace calling code with call to new compress_cat() function. Choose the appropriate name for the data member based on compress_type. * dpkg-deb/extract.c: Remove gzip calling code, replace with call to new decompress_cat() function. Add code to detect compression type of data member. * dpkg-deb/main.c: Add new -Z option to set compression type, set default to gzip. * dpkg-deb/dpkg-deb.h: Add extern definition of compress_type option, add macros to define the bzip2 and pass-through data member filenames. Tue Oct 19 08:28:46 CEST 2004 Javier Fernández-Sanguino Peña * po/es.po: updated (complete) Sun Oct 17 08:40:46 CEST 2004 Piarres Beobide Egana * po/eu.po: updated (complete) Thu Oct 14 17:01:21 CEST 2004 Michael Piefel * po/de.po: updated (now complete) Wed Oct 13 17:01:31 CEST 2004 George Papamichelakis * po/el.po: Updated Wed Oct 13 08:45:54 CEST 2004 Peter Karlsson * man/sv/dpkg-split.8: Updated * man/sv/start-stop-daemon.8: Updated * man/sv/deb-control.5: Updated * man/sv/dpkg.8: Updated * man/sv/md5sum.1: Updated * man/sv/dpkg-deb.1: Updated * man/sv/dpkg-query.8: Updated * man/sv/dselect.8: Updated Tue Oct 12 22:22:55 CEST 2004 Miroslav Kure * po/cs.po: Updated (now complete) Tue Oct 12 22:22:55 CEST 2004 Peter Karlsson * po/sv.po: Updated (now complete) Tue Oct 12 07:50:21 CEST 2004 Philippe Batailler * man/fr/cleanup-info.8: updated * man/fr/dpkg.8: updated * man/fr/dpkg-deb.1: updated * man/fr/dpkg-divert.8: updated * man/fr/dpkg-name.1: updated * man/fr/dpkg-query.8: updated * man/fr/dpkg-source.1: updated * man/fr/dpkg-split.8: updated * man/fr/dpkg-statoverride.8: updated * man/fr/install-info.8: updated * man/fr/start-stop-daemon.8: updated * man/fr/update-alternatives.8: updated Mon Oct 11 18:11:54 CEST 2004 Robert Luberda * po/pl.po: Updated Mon Oct 11 18:11:54 CEST 2004 Lior Kaplan * po/he.po: Added Mon Oct 11 18:11:54 CEST 2004 Piarres Beobide Egana * po/eu.po: Added Mon Oct 11 18:11:54 CEST 2004 Yongtao Yang * po/zh_CN.po: Added Mon Oct 11 18:11:54 CEST 2004 Miguel Figueiredo * po/pt.po: Updated Mon Oct 11 18:11:54 CEST 2004 Yuri Kozlov * po/ru.po: Updated Mon Oct 11 18:11:54 CEST 2004 Kenshi Muto * po/ja.po: Updated Mon Oct 11 18:11:54 CEST 2004 Changwoo Ryu * po/ko.po: Updated Mon Oct 11 18:11:54 CEST 2004 Bart Cornelis * po/nl.po: Updated Mon Oct 11 18:11:54 CEST 2004 Havard Korsvoll * po/nn.po: Updated Mon Oct 11 18:11:54 CEST 2004 Miroslav Kure * po/cs.po: Updated Mon Oct 11 18:11:54 CEST 2004 Andre Luis Lopes * po/pt_BR.po: Updated Mon Oct 11 18:11:54 CEST 2004 Ruben Porras * man/es/md5sum.1: updated * man/es/start-stop-daemon.8: updated * man/es/dpkg-scansources.1: updated * man/es/dpkg-scanpackages.1: updated * man/es/update-alternatives.8: updated * man/es/dpkg-divert.8: updated * man/es/cleanup-info.8: updated * man/es/dpkg-checkbuilddeps.1: updated * man/es/dpkg-split.8: updated * man/es/dpkg-statoverride.8: updated * man/es/dpkg.8: updated * man/es/dselect.8: updated * man/es/dpkg-source.1: updated * man/es/dpkg-deb.1: updated * man/es/dpkg-name.1: updated Mon Oct 11 18:11:54 CEST 2004 Christian Perrier * configure.in: Added he to ALL_LINGUAS. * configure.in: Added eu to ALL_LINGUAS. * configure.in: Added zh_CN to ALL_LINGUAS. Mon Oct 11 16:33:49 CEST 2004 George Papamichelakis * po/el.po: Added Mon Oct 11 16:33:49 CEST 2004 Christian Perrier * configure.in: Added el to ALL_LINGUAS. Mon Jul 19 20:17:09 BST 2004 Scott James Remnant * version-nr, debian/changelog: Bump version to 1.10.24. Sat Jun 26 18:38:34 CEST 2004 David Weinehall * scripts/dpkg-buildpackge.sh, scripts/dpkg-name.sh, methods/disk.update, methods/disk.setup: Change non-POSIX -a and -o test options to shell && and || for portability. Sat Jun 26 16:41:31 CEST 2004 Changwoo Ryu * po/ko.po: Updated. Wed Jun 23 17:57:45 BST 2004 Changwoo Ryu * po/ko.po: Added. * configure.in: Added ko to ALL_LINGUAS. Tue Jun 22 17:50:57 BST 2004 Christian Perrier * po/fr.po: Updated. Tue Jun 22 17:48:22 BST 2004 Claus Hindsgaul * po/da.po: Updated. Sat Jun 19 23:11:38 BST 2004 Scott James Remnant * dselect/Makefile.in: Remove helpmsgs.h from the GENFILES list so we don't wipe it on "make clean" (it's not generated anymore). Fri Jun 18 11:49:21 BST 2004 Ognyan Kulev * utils/start-stop-daemon.c: Moved pid_is_running inside OSHURD sentry, provided Hurd version. Removed dependency on C99 code and replaced constructor with an init function. Fri Jun 18 06:34:43 BST 2004 Scott James Remnant * archtable: Requested the technical committee to make the mentioned decision -- we're going with amd64 (that'll please my boss :-) * scripts/dpkg-architecture.pl: Likewise. Tue Jun 15 19:19:36 BST 2004 Bartosz Fenski aka fEnIo * po/pl.po: Updated. Mon Jun 14 09:35:30 BST 2004 Ruben Porras * man/es/dpkg-scanpackages.1, man/es/start-stop-daemon.8, man/es/dpkg-scansources.1, man/es/dpkg.8, man/es/dpkg-checkbuilddeps.1, man/es/dselect.8, man/es/dpkg-deb.1: Updated again from the BTS, for some reason the previous update lost the foreign characters. Mon Jun 14 09:12:08 BST 2004 Scott James Remnant * scripts/dpkg-divert.8: Correct typo (ibrary -> library). Mon Jun 14 08:58:27 BST 2004 Lele Gaifax * po/it.po: Updated. Mon Jun 7 17:47:13 CEST 2004 Jordi Mallach * po/ca.po: Update Catalan translation. Thu Jun 3 12:03:49 BRT 2004 Scott James Remnant * archtable, scripts/dpkg-architecture.pl: Remove support for amd64/x86-64, the porters clearly can't make up their mind what they want. Wed Jun 2 15:32:47 BRT 2004 Scott James Remnant * version-nr, debian/changelog: Bump version to 1.10.23. Tue Jun 1 17:42:58 BRT 2004 Scott James Remnant * scripts/Makefile.in: Move dpkg-scanpackages and dpkg-scansources manpages to section 1. * scripts/dpkg-scanpackages.8: Renamed to dpkg-scanpackages.1, adjusted reference to dpkg-scansources. * scripts/dpkg-scansources.pl: Adjusted reference to dpkg-scanpackages. * dselect/dselect.8: Adjusted reference to dpkg-scanpackages. * man/es/Makefile.in: Move dpkg-scanpackages and dpkg-scansources manpages to section 1. * man/es/dpkg-scanpackages.8: Renamed to dpkg-scanpackages.1, adjusted reference to dpkg-scansources. * man/es/dpkg-scansources.8: Renamed to dpkg-scansources.1, * man/fr/Makefile.in: Move dpkg-scanpackages and dpkg-scansources manpages to section 1. * man/fr/dpkg-scanpackages.8: Renamed to dpkg-scanpackages.1, adjusted reference to dpkg-scansources. * man/fr/dpkg-scansources.8: Renamed to dpkg-scansources.1 * man/ja/Makefile.in: Move dpkg-scanpackages and dpkg-scansources manpages to section 1. * man/ja/dpkg-scanpackages.8: Renamed to dpkg-scanpackages.1, adjusted refence to dpkg-scansources. * man/ja/dpkg-scansources.8: Renamed to dpkg-scansources.1, adjusted reference to dpkg-scanpackages. * man/ja/dselect.8: Adjusted references to dpkg-scanpackages. * man/pt_BR/dselect.8: Adjusted reference to dpkg-scanpackages. * man/sv/.check.pl: Adjusted reference to dpkg-scanpackages. * man/sv/dselect.8: Adjusted reference to dpkg-scanpackages. Tue Jun 1 17:27:50 BRT 2004 Scott James Remnant * scripts/dpkg-shlibdeps.pl: Guard chown call with a check that we're running as root, if we're not, it's not necessary. Tue Jun 1 17:23:30 BRT 2004 Scott James Remnant * script/dpkg-source.1: Documented dpkg:Version and dpkg:UpstreamVersion substvars. Tue Jun 1 14:52:27 BRT 2004 KISE Hiroshi * man/ja/dpkg-checkbuilddeps.1: Updated. * man/ja/dpkg-divert.8: Updated. Tue Jun 1 14:45:47 BRT 2004 Nikolai Prokoschenko * po/ru.po: Updated. Tue Jun 1 14:41:30 BRT 2004 Helge Kreutzmann * man/de/start-stop-daemon.8: New translation. * man/de/Makefile.in: Added new manpage. Tue Jun 1 14:37:52 BRT 2004 Ruben Porras * man/es/dpkg-divert.8: Updated. Tue Jun 1 13:53:29 BRT 2004 Lele Gaifax * po/it.po: Updated. Mon May 31 20:44:21 BRT 2004 Scott James Remnant * archtable: Change amd64 to x86-64 or x86_64 to match the GNU strings until someone better than me makes a real decision about this. * scripts/dpkg-architecture.pl: Likewise. Mon May 31 12:48:35 BRT 2004 Michal Cihar * dpkg-deb/extract.c: Swap %zi and %ld in printf expression. * split/info.c: Correct %zi and %lu in printf expression. * split/main.c: Include missing sys/types.h and sys/stat.h headers. Sun May 30 19:51:52 BRT 2004 Robert Millan * archtable: Change i386-kfreebsd-gnu to kfreebsd-i386 and add i386-knetbsd-gnu. * scripts/dpkg-archtable.pl: Return i386-freebsd for freebsd-i386 and i386-kfreebsd-gnu for kfreebsd-i386 instead. Add knetbsd-i386. * configure.in: Identify knetbsd-gnu. Fri May 28 18:45:26 BRT 2004 Steinar H. Gunderson * main/depcon.c: Colour packages as we check them for break cycles to reduce the amount of recursion required to break a cycle. * include/dpkg-deb.h, lib/database.c: Add colour to the package structure. * main/main.h, main/configure.c, main/remove.c: Remove second argument from findbreakcycle() function. Wed May 26 23:05:01 BRT 2004 Ognyan Kulev * utils/start-stop-daemon.c: On hurd, proc_stat_set_flags may return NULL as Hurd can have processes with no uid, replace ihash_iterate with HURD_IHASH_ITERATE. Sat May 22 15:28:33 CEST 2004 Tollef Fog Heen * utils/md5sum.1: s/asterix/asterisk/. Thanks to Matt Zimmermann for noticing this. Wed May 12 23:25:16 CEST 2004 Tollef Fog Heen * main/packages.c: Apply patch from Daniel Kobras to disappear empty packages that are replaced in the same run. Fri May 7 04:46:01 BST 2004 Scott James Remnant * doc/Makefile.in: Ensure that $(docdir) exists before attempting to install the ChangeLog there. Fri May 7 01:21:49 BST 2004 Scott James Remnant * dselect/pkginfo.cc: Replace &c. with the slightly clearer etc. * main/dpkg.8: Update from sgml, document --force-bad-verify. * main/dpkg-query,8: Correct --list documentation, without pattern it searches status not available. * scripts/dpkg-divert.8: Remove obsolete reference to the Debian Packaging Manual. * scripts/dpkg-source.1: Rather than keeping dpkg-source(1) always up to date with the -i option, document the intent of the default. * scripts/dpkg-statoverride.8: Correct typo and documentation of --update. * scripts/update-alternatives.8: Correct documentation of --install and --remove actions. * man/en/dpkg.8.sgml: Add missing from last commit. * utils/start-stop-daemon.c: Correct typo. * utils/start-stop-daemon.8: Correct --pidfile documentation and mention what happens if you don't supply it; document that it will chdir("/") unless -d is specified. * dpkg-deb/dpkg-deb.1, main/dpkg.8, main/dpkg-query.8, scripts/cleanup-info.8, scripts/dpkg-checkbuilddeps.1, scripts/dpkg-divert.8, scripts/dpkg-name.1, scripts/dpkg-scanpackages.8, scripts/dpkg-source.1, scripts/dpkg-statoverride.8, scripts/install-info.8, scripts/update-alternatives.8, split/dpkg-split.8, utils/md5sum.1, utils/start-stop-daemon.8: Correct manpage hyphenation for those in a UTF-8 locale. Fri May 7 01:13:36 BST 2004 Scott James Remnant * man/en/dpkg.8.sgml: Add a new Additional Functionality section at the bottom where we can refer readers to other packages that provide the functionality they may be looking for. Suggest aptitude and debsums. Fri May 7 00:55:39 BST 2004 Scott James Remnant * man/en/dpkg.8.sgml: Document dselect update alongside --update-avail. Fri May 7 00:47:39 BST 2004 Geoff Richards * scripts/dpkg-source.1: Suggest 'fakeroot' for the dpkg-source -r command. Fri May 7 00:42:44 BST 2004 Scott James Remnant * main/main.c: Suggest 'aptitude' as well as 'dselect' now that d-i installs it. Fri May 7 00:39:01 BST 2004 Christian Perrier * po/fr.po: Updated French translation. Fri May 7 00:04:28 BST 2004 Scott James Remnant * lib/parsehelp.c, scripts/dpkg-source.pl, scripts/cl-debian.pl: Remove restriction that package names be at least two characters long. Thu May 6 23:57:52 BST 2004 Andrew Shugg * utils/md5sum.c: Add support for DOS line-endings (\r\n). Thu May 6 23:52:28 BST 2004 Daniel Kobras * archtable: Add ia64-unknown-linux-gnu. Thu May 6 23:50:17 BST 2004 Daniel Kobras * main/enquiry.c: Remove dereference of unitialised and unused pointer variable, fixing segfault on when "gcc -dumpmachine" returns a non-matching triplet. Thu May 6 23:44:55 BST 2004 Colin Watson * dselect/helpmsgs.cc: Pressing 'n' repeats the last search, not moves down; pressing 'p' does nothing. Thu May 6 23:39:59 BST 2004 Helge Kreutzmann * man/de/Makefile.in: Install update-alternatives.8 * man/de/update-alternatives.8: Translated into German. Thu May 6 23:23:10 BST 2004 Scott James Remnant * utils/md5sum.1, man/es/md5sum.1, man/de/md5sum.1, men/ja/md5sum.1: Correct "et al" to "et al." * main/main.c, man/en/dpkg.8.sgml: Correct description of --compare-versions command to describe versions as "empty" rather than "missing" or "no version" as "" has to be passed. * man/en/dpkg.8.sgml: Add dpkg-reconfigure(8) to SEE ALSO section. * utils/start-stop-daemon.8: Move documentation of --retry to the paragraph about --stop where it belongs. * scripts/update-alternatives.8: Remove strange " usage and replace with appropriate .BR. Sun May 2 10:22:25 CEST 2004 Tollef Fog Heen * scripts/dpkg-scanpackages.pl: Give proper case for Origin and Bugs. Sun May 2 10:04:25 CEST 2004 Tollef Fog Heen * scripts/controllib.pl: Fix unknown() so it actually manages to pick out the correct field name. Fri Apr 30 11:20:13 CEST 2004 Jordi Mallach * man/es/dpkg-scansources.8: Added Spanish manpage. * man/es/Makefile.in: Install it. Tue Apr 27 19:47:37 BST 2004 Scott James Remnant * scripts/dpkg-architecture.pl (rewrite_gnu): Add a new regexp for parsing i386-gnu style triplets on the Hurd. Tue Apr 27 19:23:01 BST 2004 Scott James Remnant * main/dpkg.8: Correct reference to non-existant --force-reinstreq option to --force-remove-reinstreq. Tue Apr 27 19:01:28 BST 2004 Ruben Porras * man/es/start-stop-daemon.8, man/es/dselect.8, man/es/dpkg.8, man/es/dpkg-checkbuilddeps.8, man/es/dpkg-deb.1, man/es/dpkg-scanpackages.8: Updated Spanish manpages. Mon Apr 26 20:28:58 CEST 2004 Tollef Fog Heen * scripts/dpkg-architecture.pl, archtable: Add AMD64/x86_64 support. Also reindent archtable so the columns line up nicely. Mon Apr 26 18:53:15 BST 2004 Scott James Remnant * configure.in: Put the man page directories in alphabetical order. * man/Makefile.in: Likewise * debian/rules: Extract manual page directories from Makefile.in and use that list instead of hardcoding them. Sun Apr 25 19:00:20 BST 2004 Scott James Remnant * version-nr, debian/changelog: Bump version to 1.10.22. Sun Apr 25 18:02:34 BST 2004 Scott James Remnant * scripts/install-info.pl: Add --dir-file option for compatibility with GNU install-info. Correct code to break infinite loop. Sun Apr 25 17:57:46 BST 2004 Scott James Remnant * scripts/dpkg-divert.8: Document that diverting shared libraries can be troublesome when combined with ldconfig. Sun Apr 25 17:53:06 BST 2004 Scott James Remnant * scripts/dpkg-checkbuilddeps.1: This script no longer checks for build-essential, so don't document that it does. Sun Apr 25 17:45:47 BST 2004 Scott James Remnant * scripts/dpkg-genchanges.pl: Group the -o expression to find using braces. Sun Apr 25 17:17:16 BST 2004 Scott James Remnant * man/es/Makefile.in: Add new dpkg-source.1 manpage. Sun Apr 25 17:08:57 BST 2004 Scott James Remnant * man/ja/Makefile.in: Add new dpkg-source.1 manpage. Sun Apr 25 16:59:09 BST 2004 Scott James Remnant * configure.in: Add Norwegian Nynorsk and Portugese linguas. Sun Apr 25 12:27:38 CEST 2004 Tollef Fog Heen * main/archive.c: make block and char devices work properly when extracting. mknod can create other kinds of devices than just char and block devices, so we need to pass the type of device to mknod in the mode argument. Sun Apr 25 00:46:38 CEST 2004 Tollef Fog Heen * split/mksplit.pl: cut off anything after the first piece of whitespace when getting the md5sum, since we now get a different-formatted md5sum back. (It now has a trailing dash.) Sun Apr 25 00:23:27 CEST 2004 Tollef Fog Heen * lib/dump.c: Terminate buffer in order to not display garbage when displaying dependency fields. Sun Apr 25 00:12:27 CEST 2004 Tollef Fog Heen * main/query.c, dpkg-deb/main.c: Fix up the query format to be consistent with what the library expects. Remove the pkg: prefix from the default showformat. Sun Apr 25 00:06:27 CEST 2004 Tollef Fog Heen * scripts/dpkg-statoverride.pl: Make sure the permissions passed to dpkg-statoverride are numeric. Sat Apr 24 23:11:12 CEST 2004 Tollef Fog Heen * include/dpkg.h.in, lib/ehandle.c, lib/myopt.c: Failed opening of configuration files are no longer a fatal error. Thanks to Max Vozeler for the patch. Mon Apr 19 12:24:40 CEST 2004 Tollef Fog Heen * scripts/dpkg-shlibdeps.pl: Set LC_ALL to C before spawning off dpkg --search, to avoid searching on localized strings. Sun Mar 28 18:32:19 CEST 2004 Jordi Mallach * po/ca.po: Update Catalan translation. Fri Mar 12 19:02:21 GMT 2004 Scott James Remnant * main/remove.c (removal_bulk_remove_configfiles): Don't change the "previous pointer" pointer if we remove the node from the linked list, ensuring that if the next node is to be removed the right thing will happen. This corrects the bug where every second shared or diverted conffile would be incorrectly deleted by dpkg. Fri Mar 12 15:05:52 GMT 2004 Scott James Remnant * utils/start-stop-daemon.c: Don't require an argument for -V (version). Thu Mar 11 11:36:06 GMT 2004 Scott James Remnant * version-nr, debian/changelog: Bump version to 1.10.21. Thu Mar 11 11:23:09 GMT 2004 Scott James Remnant * man/ja/Makefile.in: Add new pages to Makefile.in so they get installed. Thu Mar 11 11:18:29 GMT 2004 Scott James Remnant * scripts/dpkg-buildpackage.sh: Revert change suggested by Javier Fernandez-Sanguino Pena, and don't echo a blank line when dealing with PGP. PGP itself will fail if we do this, it's needed to satisfy pgpgp, which quite frankly is a bug in pgpgp's emulation of pgp. Thu Mar 8 01:10:00 CEST 2004 Tollef Fog Heen * po/pt_BR.po: Fix typo. Thu Mar 8 01:10:00 CEST 2004 Tollef Fog Heen * man/de/md5sum.1: Fix spelling error as per patch in #230750 Thu Mar 8 01:00:00 CEST 2004 Tollef Fog Heen * man/fr/dpkg-source.1 man/fr/update-alternatives.8 man/fr/start-stop-daemon.8 man/fr/dpkg.8 man/fr/dpkg-query.8 man/fr/deb-control.5 man/fr/dpkg-scanpackages.8: Update French translation per patches in #218713 Thu Mar 8 00:54:00 CEST 2004 Tollef Fog Heen * man/ja/{dpkg-architecture.1,dpkg-query.8,dselect.8}: Update Japanese translation. Closes: #224616 Thu Mar 8 00:38:00 CEST 2004 Tollef Fog Heen * release.sh: Remove .svn directories as well. Mon Mar 8 19:37:00 GMT 2004 Scott James Remnant * version-nr, debian/changelog: Bump version to 1.10.20. Mon Mar 8 19:02:25 GMT 2004 Andrew Suffield * utils/md5sum.c: Check the bounds of the line before processing. Mon Mar 8 18:55:13 GMT 2004 Brian M. Carlson * utils/md5sum.c: Don't print offending lines as they may not be NULL terminated. Mon Mar 8 18:34:16 GMT 2004 Goswin Brederlow * lib/parse.c, main/processarc.c: Store Architecture in the status file and don't remove it when processing. This is a first step towards multi-arch support in a future release of Debian. Mon Mar 8 18:28:07 GMT 2004 Robert Millan * archtable, configure.in, scripts/dpkg-architecture.pl: Update support for Debian FreeBSD. Mon Mar 8 18:20:38 GMT 2004 Javier Fernandez-Sanguino Pena * scripts/dpkg-buildpackage.sh: Add blank line to .dsc before signing with PGP. Mon Mar 8 18:10:06 GMT 2004 Scott James Remnant * debian/control: Remove duplicated uploaders field and add myself to the one that's left. Mon Mar 8 16:49:13 GMT 2004 Christian Haggstrom * lib/mlib.c: Remove extraneous %s in ohshite() call when out of disk space so that condition gets handled correctly and not with a SEGV. Mon Mar 8 10:14:27 GMT 2004 Colin Watson * dselect/methlist.cc, dselect/pkgdisplay.cc: Set the total display width to the maximum of TOTAL_LIST_WIDTH and COLS, improving display on wide terminals. Thu Mar 4 13:28:11 GMT 2004 Scott James Remnant * lib/tarfn.c: Copy the Name and LinkName elements and ensure they are NULL-terminated, freeing these copies before returning. The tar spec doesn't require a NULL byte if the filename is exactly 100 characters long. Sun Feb 29 21:56:25 GMT 2004 Scott James Remnant * scripts/dpkg-checkbuilddeps.pl: Push build-conflicts errors into @conflicts instead of @unmet, this looks like an accidental error introduced by bad copy&pasteing. Mon Mar 8 17:26:06 GMT 2004 Scott James Remnant * debian/changelog, version-nr: Bump to 1.10.19. Thu Feb 26 01:48:15 GMT 2004 Scott James Remnant * main/processarc.c (process_archive): Copy code from main/remove.c to ensure that hardlinks to devices, setuid files or setgid files cannot be stashed away in the hope that they become compromisable in the future. This was handled when removing a package, but not when upgrading one. Thu Feb 26 01:23:13 GMT 2004 Scott James Remnant * version-nr: Bump to 1.10.18.1 Mon Feb 23 22:46:21 GMT 2004 Scott James Remnant * dpkg-deb/main.c: Clean up previous badly applied multiline string patch. Mon Feb 23 01:30:13 CET 2004 Steinar H. Gunderson * main/remove.c: Terminate string buffer correctly. Fri Feb 20 10:22:24 CET 2004 Colin Watson * dpkg-deb/main.c: Don't use multiline strings (a removed GCC extension). Tue Jan 27 20:08:12 CST 2003 Adam Heath * debian/control: Update dpkg conflicts to << 1.10, instead of 1.9. Mon Oct 27 13:39:56 CST 2003 Adam Heath * version-nr, debian/changelog: Rebuild, tagging and releasing correctly from cvs this time. Mon Oct 27 13:01:12 CST 2003 Adam Heath * scripts/dpkg-gencontrol.pl: Fix errors with dependency fields that reference ${dpkg:Version}. Mon Oct 27 18:45:19 CET 2003 Jordi Mallach * po/ca.po: Update Catalan translation and recode to UTF-8. Mon Oct 27 11:06:25 CST 2003 Adam Heath * debian/dpkg.postinst: Don't assume /usr/info/dir exists if /usr/info does. Mon Oct 27 10:57:54 CST 2003 Adam Heath * scripts/dpkg-source.pl: Add .#* to the default ignore filter. Mon Oct 27 09:49:29 CST 2003 Adam Heath * scripts/dpkg-scanpackages.pl: Add -u -a commands. Mon Oct 27 09:42:57 CST 2003 Adam Heath * scripts/dpkg-checkbuilddeps.pl: Set $reduce_arch when calling parsedep. Sun Oct 26 19:29:16 CST 2003 Adam Heath * scripts/dpkg-checkbuilddeps.pl: s/dpkg-checkbuild/dpkg-checkbuilddeps/ in usage. * version-nr: Bump to 1.10.17. * debian/changelog: Make the date UNRELEASED. Sun Oct 26 14:55:53 CET 2003 Wichert Akkerman * dselect/pkgdepcon.cc: change return value for pkgdepcon() to indicate a conflict resolution is needed when dealing with autoselected recommends Sat Oct 25 15:46:16 CDT 2003 Adam Heath * debian/changelog: Tag for 1.10.16 release date(for real this time). Sat Oct 25 15:45:48 CDT 2003 Adam Heath * scripts/install-info.pl: Change formatting of info.dir. Sat Oct 25 15:04:41 CDT 2003 Adam Heath * lib/mlib.c, include/dpkg.h.in, utils/md5sum.c: Change limit and the return value for buffer_copy to off_t, which fixes large file handling. Sat Oct 25 15:02:27 CDT 2003 Adam Heath * almost all .c files: Almost *EVERY* damn file was including config.h in the wrong spot. After making it the first include, then off_t/size_t/etc could actually be redefined to be 64-bit compatible. Sat Oct 25 12:47:22 CDT 2003 Adam Heath * scripts/dpkg-checkbuilddeps.pl: Fix dpkg-checkbuilddeps calling of parsedep. It wasn't setting use_arch. Tue Sep 23 12:20:35 CDT 2003 Adam Heath * configure.in: Add man/es/Makefile. Tue Sep 23 12:12:38 CDT 2003 Adam Heath * debian/changelog: Set release date for 1.10.16. Sat Sep 20 21:17:45 CDT 2003 Adam Heath * utils/md5sum.c: Fix handling of large files. Sat Sep 20 20:42:35 CDT 2003 Adam Heath * man/* * Imported several translated manpages, from debian-doc cvs: * Spanish: 822-date.1 cleanup-info.8 deb-control.5 deb-old.5 deb.5 dpkg-checkbuilddeps.1 dpkg-deb.1 dpkg-divert.8 dpkg-name.1 dpkg-scanpackages.8 dpkg-split.8 dpkg-statoverride.8 dpkg.8 dselect.8 md5sum.1 start-stop-daemon.8 update-alternatives.8 * French: deb.5 * Portuguese: dpkg.8 dselect.8 * main/dpkg.8: -O had an inverted word. * po/cz.po: Improve translation of: "dpkg - warning: ignoring request to remove %s which isn't installed." * po/it.po: Fix missing space in translation when listing files, and the file is diverted. * po/pl.po: * Updated. * Fix translation of 'conflicts with' * po/ja.po: Fix typo in translation of dpkg --force-help; dowgrade -> downgrade * po/fr.po: * Fix translation when listing files, and the file is diverted. * Fix missing space in translation of: "%s - warning: downgrading %.250s from %.250s to %.250s.\n" * po/da.po: Fix translation of(was missing the leading space): " does not appear to be available\n" Sat Sep 20 18:45:11 CDT 2003 Adam Heath * utils/start-stop-daemon.[c8]: * Add a -d|--chdir option to start-stop-daemon. * Split the background block into 2 parts: one that does the fork, and opens /dev/tty and /dev/null, and one that does everything else. The second block is then moved to be run right before the exec. This allows error messages to be seen from the child(previously, they were lost), and allows for the chroot to not require the device files. * When --start, --startas and --pidfile are given, print 'process' instead of '(null)' for the process name, if it's already running. Sat Sep 20 17:44:40 CDT 2003 Adam Heath * configure.in, include/dpkg.h.in: Fix (non-)detection of setlocale. Fri Sep 19 20:02:19 CDT 2003 Adam Heath * debian/changelog: Set date/time for 1.10.15 release. Fri Sep 19 19:56:48 CDT 2003 Adam Heath * lib/varbuf.c, configure.in: Fix va_copy detection. * scripts/dpkg-buildpackage.sh: Back out debian/rules build-arch detection. It is *not* possible *at all* to detect available targets in a rules file. Period. Fri Sep 19 12:26:54 CDT 2003 Adam Heath * scripts/{controllib,dpkg-{source,checkbuilddeps,control}}.pl: * Rewrote the parsedep stuff, so that it wasn't done during control file parsing. Scripts that need the internal parsed format should call parsedep on the field's value. * Split the substvars parsing into a separate function. * No longer validate dependency fields when reading the control file. Some fields may have vars in them, which breaks the validation. * dpkg-gencontrol calls substvars after parsing the control file, and then validates the substituted depends lines. Originally, substitution occured only during writing of the final output file. * Andreas Barth : Fix bad regex that didn't allow spaces in dependency field parsing. It now directly matches what the c code expects. It previously was allowing all of \S, which matched on '('. Closes: #211660. * debian/control: Remove stale debug that would have broken installation on s390. * debian/rules: We were calling our own local copy of dpkg-gencontrol, but the system-installed copy of dpkg-shlibdeps. Now, both are called from the build directory. Wed Sep 17 13:26:14 CDT 2003 Adam Heath * debian/changelog, version-nr: Updated to 1.10.13. Wed Sep 17 13:23:15 CDT 2003 Adam Heath * scripts/controllib.pl: Fix parsing of deps when both () and [] are specified. * scripts/controllib.pl: Set $host_arch in controllib.pl:parsedep. * scripts/dpkg-checkbuilddeps.pl: Don't output the [] stuff when finding invalid deps. Tue Sep 16 13:44:06 CDT 2003 Adam Heath * scripts/dpkg-source.pl: Fix generation of dependency lines. Tue Sep 16 13:06:01 CDT 2003 Adam Heath * scripts/dpkg-genchanges.pl: Ignore 'o:.*' in %fi. Tue Sep 16 13:02:10 CDT 2003 Adam Heath * scripts/dpkg-source.pl: Ignore 'o:.*' in %fi. Tue Sep 16 12:57:02 CDT 2003 Adam Heath * po/update.sh: Remove helpmsgs.cc generation. Tue Sep 16 12:52:42 CDT 2003 Adam Heath * version-nr, debian/changelog: Updated for 1.10.11 release. Tue Sep 16 12:50:44 CDT 2003 Adam Heath * scripts/update-alternatives.pl: Remove -w, as it causes runtime warnings. The code isn't clean enough yet to support it. Mon Sep 15 19:08:28 CDT 2003 Adam Heath * debian/rules: No longer generate any BYHAND files. Also, fix bug in pseudo-tags installation. Mon Sep 15 18:53:06 CDT 2003 Adam Heath * debian/rules, debian/pseudo-tags: Install /usr/share/doc/dpkg/pseudo-tags, which talks about the bug titling we use to mark bugs for filtering in the Debian bts. Mon Sep 15 18:48:39 CDT 2003 Adam Heath * scripts/dpkg-buildpackage.sh: Call debian/rules -qn build-arch, and if it's available, modify -B handling appropriately. If build-arch is not available, then when -B was called, do *not* pass -B on to dpkg-checkbuilddeps. Sun Sep 14 21:45:44 CDT 2003 Adam Heath * configure.in: Fix broken os_type detection on linux. Sun Sep 14 21:44:01 CDT 2003 Adam Heath * po/ca.po: Updated. Sun, 14 Sep 2003 21:16:18 -0500 Adam Heath * scripts/controllib.pl, scripts/dpkg-checkbuilddeps.pl: Moved dependency parsing logic from dpkg-checkbuilddeps. The dpkg-checkbuilddeps parser didn't support empty fields, while the controllib parser did. * scripts/controllib.pl: * Dependency fields are now parsed into a nested list structure. * All dependency fields now support [arch] constructs. Those that don't apply for the current host_arch are removed during parsing. * Comment lines(those that start with '#') are ignored during parsing. * Store the original field's casing with 'o:' prepended in %fi. * scripts/dpkg-checkbuilddeps.pl: Because of the above controllib.pl changes, this script is much simpler now. * scripts/dpkg-gencontrol.pl: * Use the original casing of field names when reporting unknown fields. * scripts/dpkg-gencontrol.pl, scripts/controllib.pl: After opening files, set binmode. Sun Sep 14 17:24:20 CDT 2003 Adam Heath * dselect/{Makefile.in,helpmsgs.{cc,h,src},mkhelpmsgs.pl,.cvsignore}: No longer generate helpmsgs.{cc,h}. Sun Sep 14 16:53:09 CDT 2003 Adam Heath * scripts/update-alternatives.{pl,8}: * Apply patch that provides --set and --remove-all commands. * --all calls --config on all alternatives. * scripts/update-alternatives.pl: * Alter --config prompt, to be more clear, that one must 'press' enter to accept the default. * Fix some -w issues. * Check whether the target path exists when removing. Sat Sep 13 20:48:02 CDT 2003 Adam Heath * scripts/update-alternatives.8: Add --config to action section, and add as EXAMPLES section. * scripts/install-info.pl: install-info --version and --help now display on stdout. * main/dpkg{,-query}.8: Mention what -S will not find. * main/dpkg.8: Mention that downgrading a package can have serious consequences. * scripts/dpkg-scanpackages.8: Include small note that other tools might use the generated Packages file. * scripts/dpkg-source.1: Fix some typos. * dselect/dselect.8: dselect is not the only interface for installing packages nowadays. * utils/start-stop-daemon.8: Note that --nicelevel takes an argument. * man/en/deb-control.8: Remove duplicate 'can'. * scripts/dpkg-scansources.pl: Fix short description. * main/dpkg.8: Move dpkg-query options to their own subsection, like dpkg-deb. * main/main.c, main/dpkg.8: Add --dry-run and --simulate as synonyms to --no-act. * scripts/dpkg-architecture.pl: Fix wrong reference to DEB_BUILD_GNU_SYSTEM on --host * man/en/deb-control.5: s/Usuaully/Usually/ * dselect/dselect.8: Removed reference in dselect(8) about recommends not being handled well. * scripts/dpkg-parsechangelog.pl: s/dpkg-source/dpkg-parsechangelog/ in -h * scripts/dpkg-source.1: Unhighlight "May be repeated multiple times." * dpkg-deb/main.c: Make all actions in -h lower case. * utils/start-stop-daemon.[c8]: Add -g|--group. * main/dpkg.8: s/THANKS/THANKS.gz/ * main/dpkg.8: Mention running dselect, install after --set-selections. * main/main.c: Remove disabled --command-fd from help. Sat Sep 13 18:42:27 CDT 2003 Adam Heath * Makefile.conf.in, archtable, configure.in, dselect/Makefile.in, lib/varbuf.c, scripts/dpkg-{architecture,shlibdeps}.pl, utils/start-stop-daemon.c: Support OpenBSD. Sat Sep 13 18:39:41 CDT 2003 Adam Heath * archtable: Added alphaev68-linux-gnu to archtable. Sat Sep 13 17:18:46 CDT 2003 Adam Heath * scripts/dpkg-source.pl: Add .svn, {arch}, and .arch-ids to dpkg-source -i default regex. Sat Sep 13 16:34:53 CDT 2003 Adam Heath * lib/parse.c: Change use of strncpy in parsedb to memcpy. Sat Sep 13 16:28:52 CDT 2003 Adam Heath * main/main.c: Fix segfault with --status-fd. Sat Sep 13 16:26:36 CDT 2003 Adam Heath * scripts/dpkg-source.pl: Add .cvsignore to dpkg-source's default diff ignore regex. Also fix missing \ escape for .deps. Sat Sep 13 16:16:52 CDT 2003 Adam Heath * main/remove.c: Retry removing empty dirs during purge. Sat Sep 13 16:09:13 CDT 2003 Adam Heath * main/filesdb.c: Increase filesdb bin size, and alter hashing function. Sat Sep 13 16:04:37 CDT 2003 Adam Heath * scripts/dpkg-statoverride.pl: Fix "stripping trailing /" message from dpkg-statoverride. Sat Sep 13 15:56:13 CDT 2003 Adam Heath * automake/tools.m4, dselect/Makefile.in, methods/disk.setup, scripts/dpkg-parsechangelog.pl, scripts/dpkg-source.pl: Apply patch to make dpkg work with POSIX 1003.1-2001. Sat Sep 13 15:40:39 CDT 2003 Adam Heath * lib/database.c: Apply patch to change hashing function, and increase bin size, for the package database. Sat Sep 13 15:20:56 CDT 2003 Adam Heath * lib/enquiry.c, scripts/dpkg-architecture.pl: dpkg --print-architecture now does gcc -dumpmachine instead of --print-libgcc-file-name. Sat Sep 13 14:38:55 CDT 2003 Adam Heath * debian/dpkg-doc.postinst: Add set -e. Sat Sep 13 14:36:37 CDT 2003 Adam Heath * lib/parse.c: Fix inverted test of eof in parsedb, while looking for eof after field name. Sat Sep 13 14:34:10 CDT 2003 Adam Heath * scripts/update-alternatives.pl: Fix inversion test of $state against 'expected' when removing an alternative. Sat Sep 13 14:31:22 CDT 2003 Adam Heath * lib/startup.c, lib/Makefile.in, include/dpkg.h.in: Change standard_startup and standard_shutdown into macros. Sat Sep 13 14:24:14 CDT 2003 Adam Heath * scripts/install-info.pl: Apply patch, to handle missing infodir.bak, and empty files. Sat Sep 13 14:21:13 CDT 2003 Adam Heath * config.sub, config.guess: Updated Sat Sep 13 14:20:12 CDT 2003 Adam Heath * debian/control: Add build-depends on sgml-base, and increase gettext build-depends to 0.12.1-3. Sat Sep 13 14:18:02 CDT 2003 Adam Heath * configure.in: * Change AC_SYS_SIGLIST_DECLARED to AC_DECL_SYS_SIGLIST. * Add locale.h to list of checked headers. * Pass external to AM_GNU_GETTEXT Sat Sep 13 13:57:22 CDT 2003 Adam Heath * Makefile.conf.in: s/top_srcdir/abs_top_srcdir/ Sat Sep 13 13:56:23 CDT 2003 Adam Heath * lib/compat.c: s/SYS_SIGLIST_DECLARED/HAVE_DECL_SYS_SIGLIST/ Sat Sep 13 13:55:25 CDT 2003 Adam Heath * po/Makevars: Define MSGID_BUGS_ADDRESS Fri, 12 Sep 2003 17:15:33 +0200 Wichert Akkerman * srcipts/dpkg-source.pl: allow ~ in version numbers Sat Apr 26 15:10:24 CDT 2003 Adam Heath * version-nr, debian/changelog: Updated for 1.10.10 release. Sat Apr 26 15:09:10 CDT 2003 Adam Heath * debian/control: Updated to standards-version 3.5.8. * debian/{dpkg,{-dev,-doc},dselect}.{prerm,postinst}, debian/rules: No longer manage /usr/doc symlinks. Sat Apr 26 14:28:17 CDT 2003 Adam Heath * .cvsignore, po/.cvsignore: Added generated/symlinked files. Sat Apr 26 14:24:05 CDT 2003 Adam Heath * mkinstalldirs: removed, as this is generated. Sat Apr 26 14:22:16 CDT 2003 Adam Heath * po/Makevars: Needed to work with the newer gettext. Sat Apr 26 11:29:30 CDT 2003 Adam Heath * configure.in, Makefile.in: Updated for gettext 0.11.5. * po/*: Updated. Tue Apr 15 11:32:22 CDT 2003 Adam Heath * archtable, utils/start-stop-daemon.c, scripts/dpkg-architecture.pl: Add netbsd support. * scripts/dpkg-architecture.pl: Support hypenated values. Tue Apr 15 01:05:04 CDT 2003 Adam Heath * config.sub, config.guess: Updated. Tue Apr 15 00:48:06 CDT 2003 Adam Heath * debian/control, debian/rules, debian/changelog: Modified to use autotools-dev. Tue Apr 15 00:35:40 CDT 2003 Adam Heath * scripts/dpkg-statoverride.pl: Strip trailing / from the file args in dpkg-statoverride. Tue Apr 15 00:26:06 CDT 2003 Adam Heath * Makefile.in: Surround sed call with ''. Tue Apr 15 00:16:44 CDT 2003 Adam Heath * debian/control: Make the dpkg-iasearch conflicts versioned. Mon Apr 14 21:13:04 CDT 2003 Adam Heath * archtable: Updated for hurd. Sun Sep 15 13:25:29 CDT 2002 Adam Heath * scripts/dpkg-architecture.pl: Add s390x. Sun Sep 15 13:21:38 CDT 2002 Adam Heath * debian/changelog: Set date for 1.10.9 release. Sun Sep 15 13:19:40 CDT 2002 Adam Heath * archtable: Add s390x. Sun Sep 15 12:48:36 CDT 2002 Adam Heath * main/help.c: Fix dereference in cu_closefd(), which was the cause of close(random number) on most arches, but close(0) on s390x. Sun Sep 15 12:43:00 CDT 2002 Adam Heath * version-nr, debian/changelog: Set 1.10.9 version. Thu Sep 5 16:32:01 CDT 2002 Adam Heath * debian/changelog: Set date for 1.10.8 release. Thu Sep 5 16:31:11 CDT 2002 Adam Heath * scripts/install-info.pl: Make the multiline regex have an upper bound, instead of being unbounded, as newer perls have a larger stack frame, which cause them to segfault quicker with larger inputs. Thu Sep 5 16:29:39 CDT 2002 Adam Heath * version-nr, debian/changelog: Set 1.10.8 version. Tue Sep 3 18:59:19 CDT 2002 Adam Heath * debian/changelog: Set date for 1.10.7 release. Tue Sep 3 18:40:08 CDT 2002 Adam Heath * lib/dbmodify.c: Fix double free in modstatdb_init, in the case that modstatdb_shutdown was called previously. Tue Sep 3 18:37:45 CDT 2002 Adam Heath * lib/nfmalloc.c: Protect duplicate calls to obstack_free(), as obstack_free segfaults when called without initializing. Tue Sep 3 18:36:42 CDT 2002 Adam Heath * version-nr, debian/changelog: Set 1.10.7 version. Sun Sep 1 23:46:04 CDT 2002 Adam Heath * debian/changelog: Set date for 1.10.6 release. Sat Aug 31 23:46:04 CDT 2002 Adam Heath * dpkg-deb/main.c, dselect/main.cc, include/dpkg.h.in, lib/startup.c main/main.c, main/query.c, split/main.c: Don't call nffreeall, in any of the c/c++ programs. It appears dselect slightly corrupts it's memory enough that it can't be freed without segfaulting. Sat Aug 31 23:42:08 CDT 2002 Adam Heath * version-nr, debian/changelog: Modified for version 1.10.6. Thu Aug 29 16:43:45 CDT 2002 Adam Heath * debian/changelog: Set date for release. Thu Aug 29 16:38:15 CDT 2002 Adam Heath * main/filesdb.c: Back out one memleak fix. Thu Aug 29 15:13:59 CDT 2002 Adam Heath * debian/rules: Remove /usr/sbin/start-stop-daemon. Thu Aug 29 14:51:35 CDT 2002 Adam Heath * lib/dbmodify.c, lib/dump.c, lib/lock.c, lib/startup.c, lib/tarfn.c main/configure.c, main/filesdb.c, main/query.c: Fix several minor memleaks. Thu Aug 29 14:42:05 CDT 2002 Adam Heath * lib/parsehelp.c: Fix corruption of available file, caused by use of memory that was previously freed. Thu Aug 29 14:31:22 CDT 2002 Adam Heath * lib/parse.c: Check for eof before we getc(), not after. Sat Aug 24 15:36:41 CDT 2002 Adam Heath * scripts/install-info.pl: Previous install-infos(before 1.10) handled multiple dir file entries, because they would copy the entire stanza unmodified. The newest version does not do this, as it reformats the options, and thereby only takes the first line. So, we now split all the lines from the stanza, and process them all. Sat Aug 24 14:47:56 CDT 2002 Adam Heath * archtable: Add i386-gnu0.3. * main/Makefile.in, utils/Makefile.in: Fix handling of static compiles, with regard to zlib. Sat Aug 24 14:41:45 CDT 2002 Adam Heath * lib/fields.c: Allow spaces between the end of a version, and the trailing ')'. Sat Aug 24 14:16:13 CDT 2002 Adam Heath * lib/archives.c: Fix segfault when --auto-deconfigure is given. This is causes because the deconfigure list is allocated in an obstack, but then freed with normal free(). Thu Aug 22 23:37:45 CDT 2002 Adam Heath * lib/database.c, lib/parse.c, lib/parsehelp.c, main/main.c: Fix several read pass buffer bugs, and a memleak. Thu Aug 22 23:25:23 CDT 2002 Adam Heath * lib/nfmalloc.c: Fix read past buffer in lib/nfmalloc.c. Thu Aug 22 23:16:02 CDT 2002 Adam Heath * utils/md5sum.c: Handle directories better in md5sum. Thu Aug 22 23:06:39 CDT 2002 Adam Heath * scripts/dpkg-scanpackages.pl: Fix extraction of md5sum in dpkg-scanpackages. Thu Aug 22 23:01:53 CDT 2002 Adam Heath * utils/md5sum.c: Fix segfault in md5sum if the file being checked doesn't exist. Thu Aug 22 22:59:54 CDT 2002 Adam Heath * version-nr, debian/changelog: Modified for 1.10.5. Sun Jul 14 15:10:22 CDT 2002 Adam Heath * configure.in: Remove -ffunction-sections and -fdata-sections. * Makefile.conf.in, Makefile.in, debian/rules: Install archtable into /usr/share/dpkg/. Sun Jul 14 15:09:24 CDT 2002 Adam Heath * version-nr, debian/changelog: Updated for 1.10.4 version. Thu Jul 11 23:33:13 CDT 2002 Adam Heath * debian/control: dselect replaces dpkg << 1.10.3, as we moved the dselect config file and manpages from dpkg.deb to dselect.deb. Thu Jul 11 22:26:30 CDT 2002 Adam Heath * utils/start-stop-daemon.c: If in --test mode, and --stop is given, increment n_killed, so that start-stop-daemon returns the proper exit value. Thanks Thomas Morin . Thu Jul 11 22:19:12 CDT 2002 Adam Heath * utils/start-stop-daemon.c: Fix test inversion in start-stop-daemon, when checking the pid given in a pid file. Thanks Thomas Morin . Sun Jul 7 14:54:44 CDT 2002 Adam Heath * debian/rules: Fix install location of /usr/lib/dpkg/methods. Sat Jul 6 23:51:03 CEST 2002 Wichert Akkerman * debian/rules: Move dselect.cfg to dselect package. Thu Jul 4 21:31:57 CDT 2002 Adam Heath * debian/rules: Install debian/dselect.conffiles. Thu Jul 4 19:33:20 CDT 2002 Adam Heath * scripts/dpkg-source.pl: Remove -Z from patch call, as it makes patch warn about missing timestamps. Tue Jul 2 12:11:59 CDT 2002 Adam Heath * debian/changelog, debian/control: dpkg + dpkg-static conflict dpkg-dev << 1.9, as dpkg-source 1.9 doesn't work with md5sum 1.10. Tue Jul 2 12:29:52 CEST 2002 Wichert Akkerman * Merge from HEAD: + lib/myopt: check for malloc failure and actually look in $HOME for file instead of looking in confdir twice Tue Jul 2 10:20:40 CEST 2002 Wichert Akkerman * debian/rules: cp instead of mv since we need files for both dpkg and dpkg-static (ugh) Tue Jul 2 10:08:18 CEST 2002 Wichert Akkerman * debian/rules: Remove autom4te.cache in clean target Tue Jul 2 09:52:41 CEST 2002 Wichert Akkerman * debian/rules: move dpkg.cfg.5 and dselect.cfg.5 into dpkg package Tue Jul 2 09:46:01 CEST 2002 Wichert Akkerman * Merge from HEAD: + scripts/dpkg-genchanges.pl: Add ~ to the list of legal characters in a package filename + scripts/dpkg-checkbuilddeps.pl: remove forced check for build-essential, we should not hardcode Debian policy into dpkg Tue Jul 2 09:41:44 CEST 2002 Wichert Akkerman * debian/control: sync dpkg and dpkg-static dependencies, fix double conflict for dpkg Tue Jul 2 01:04:29 CDT 2002 Adam Heath * debian/rules: Don't always call autoheader during build. Mon Jul 1 14:45:11 CEST 2002 Wichert Akkerman * debian/control: add conflict with dpkg-iasearch which intruded on our namespace and replace manpages-de which includes one of our manpages Fri Jun 21 21:53:24 CEST 2002 Wichert Akkerman * debian/dpkg.postinst: Merge patch from Josip Rodin to improve the move from /usr/info to /usr/share/info Fri Jun 21 21:11:02 CEST 2002 Wichert Akkerman * po/ca.po: Updated Fri Jun 21 19:09:38 CEST 2002 Wichert Akkerman * scripts/dpkg-genchanges.pl: Handle substvars in the Binary field Thu Jun 20 00:54:54 CDT 2002 Adam Heath * scripts/install-info.pl: Fix broken merge from 1.9 branch. Sat Jun 1 23:22:19 CDT 2002 Adam Heath * dpkg-deb/main.c, main/main.c, main/query.c, dselect/main.cc, split/main.c: Revert last modification. It'll be fixed properly for dpkg 1.11. Sat Jun 1 16:45:13 CDT 2002 Adam Heath * dpkg-deb/main.c, main/main.c, main/query.c, dselect/main.cc, split/main.c: Fixed printversion(), to allow translations to be done better. Sat Jun 1 16:17:59 CDT 2002 Adam Heath * po/pt_BR.po: Updated. Sat Jun 1 22:04:02 CEST 2002 Wichert Akkerman * po/ru.po: Updated Fri May 31 21:46:03 CEST 2002 Wichert Akkerman * man/fr/dpkg-scanpackages.8, man/fr/dpkg-source.1, man/fr/dpkg.8, man/fr/start-stop-daemon.8, man/fr/deb-control.5: Updated Mon May 27 21:13:00 CDT 2002 Adam Heath * po/de.po, po/fr.po, po/gl.po: Updated. Sun May 26 18:50:10 CET 2002 Peter Karlsson * man/sv/dpkg.8, man/sv/start-stop-daemon.8, po/sv.po: Updated Swedish translation. Sun May 26 01:35:34 CDT 2002 Adam Heath * lib/tarfn.c: dpkg now reorders symlinks when extracting debs. However, this is also still done when building debs. After a stable release of Debian has occurred with this modified dpkg, the reordering when building can be removed. Sun May 26 01:28:00 CDT 2002 Adam Heath * debian/dpkg.postinst: Fix /usr/info/dir moving/symlink code. Sun May 26 01:10:24 CDT 2002 Adam Heath * Fix some mis-merging of the 1.9 branch: * debian/rules, debian/dpkg.conffiles: dselect was split to a separate deb, no longer install dselect.cfg into dpkg.deb. Also, dpkg.cfg is no longer a conffile. Sat May 25 22:45:06 CDT 2002 Adam Heath * Merge changes from 1.9.20 and 1.9.21. * utils/start-stop-daemon.8: Fix some nroff formatting errors ? po.ru.po: Fix mistranslation * main/dpkg.8: document --force-confmiss, improve description for --force-conf{old,new} * lib/mlib.c: Detect truncated debs, and abort the unpack. * debian/rules: install dpkg.cfg in docdir, install dpkg.postrm. Also install dselect.cfg in /etc/dpkg. * debian/dpkg.cfg: add force-overwrite * debian/dpkg.postrm: new file ? po/sv.po: Removed fuzzy translation. ? po/sv.po: Fixed broken c-format escapes which would make some error messages display incorrectly. * debian/control: Fix build-depends on zlib1g-dev to >= 1:1.1.3-19.1. * debian/changelog: The missing 1.9 entries. Fri May 24 22:38:01 CDT 2002 Adam Heath * scripts/dpkg-scanpackages.8: Add dpkg-scansources to dpkg-scanpackages(8). Fri May 24 22:14:04 CDT 2002 Adam Heath * scripts/dpkg-source.1: Fix typo in dpkg-source(1), s/-su/-sU/. Fri May 24 22:11:53 CDT 2002 Adam Heath * scripts/dpkg-source.1: Fix documentation of -v for dpkg-parsechangelog, removing the requirement that the version has to be in the changelog. Fri May 24 22:06:48 CDT 2002 Adam Heath * scripts/dpkg-gencontrol.pl: Close the old debian/files file, before doing a rename. Fri May 24 22:00:01 CDT 2002 Adam Heath * scripts/dpkg-buildpackage.sh, scripts/dpkg-source.pl, scripts/dpkg-source.1: Add -I to dpkg-buildpackage and dpkg-source, to excludes files from tar, when building a native package. Fri May 24 21:49:52 CDT 2002 Adam Heath * scripts/controllib.pl: Properly count recursive expansion of variables, instead of just counting all variable expansions. Fri May 24 21:20:04 CDT 2002 Adam Heath * scripts/cl-debian.pl: Recognize emergency as valid in changelogs. Fri May 24 21:12:36 CDT 2002 Adam Heath * scripts/dpkg-architecture.pl: s/build on/built on/; same for 'build for'. Fri May 24 21:03:43 CDT 2002 Adam Heath * scripts/dpkg-scanpackages.pl: Give proper case for Source and Installed-Size. Fri May 24 01:10:45 CDT 2002 Adam Heath * scripts/dpkg-source.pl, debian/changelog: Match fields case insensitively in debian/control. Fri May 24 00:22:39 CDT 2002 Adam Heath * scripts/dpkg-source.pl: Clean up after ctrl-c is received. Fri May 24 00:11:01 CDT 2002 Adam Heath * include/dpkg.h.in, include/myopt.h, lib/Makefile.in, lib/myopt.c, main/main.c main/query.c dpkg-deb/main.c split/main.c dselect/main.cc, lib/startup.c: New functions, standard_startup, standard_shutdown, that contain the most common functions that all dpkg binaries call. Thu May 23 23:23:03 CDT 2002 Adam Heath * lib/lock.c: Use setcloexec wrapper instead of calling fcntl directly. Thu May 23 15:21:09 CDT 2002 Adam Heath * TODO: Add items for --reconfigure and --call-maint-script. Thu May 23 11:16:28 CDT 2002 Adam Heath * lib/lock.c: Always set CLOEXEC on the lock fd. Wed May 22 13:03:41 CDT 2002 Adam Heath * lib/Makefile.in: Remove hash.c from SOURCES, as it is a test file. Tue May 21 17:20:12 CEST 2002 Wichert Akkerman * debian/dpkg.postinst: remove compat stuff for ancient dpkg versions. This also enables the /usr/info/dir move code which was never reached Mon May 20 00:58:17 CDT 2002 Adam Heath * main/enquiry.c, main/main.h, utils/md5sum.c, split/dpkg-split.h, split/split.c, lib/Makefile.in, include/dpkg.h.in, dpkg-deb/build.c, dpkg-deb/dpkg-deb.h: Even more gcc warning fixes. Sun May 19 23:39:02 CDT 2002 Adam Heath * , Makefile.conf.in: Add rules to Makefile.conf, to rebuild Makefile if $(srcdir)/Makefile.in is modified. This also required adding a 'default' target to all Makefiles. Sun, 19 May 2002 22:56:41 -0500 Adam Heath * utils/md5sum.c: Fairly heavy work(net no lines changed), to fix longjmp() clashing variable warnings. Also, a few miscellaneous gcc -W fixes. Sun May 19 20:25:05 CDT 2002 Adam Heath * lib/showpkg.c, lib/utils.c, optlib/long-options.c, main/archives.c, main/configure.c, main/main.c, main/main.h, main/query.c, optlib/long-options.c, lib/showpkg.c, lib/utils.c: Several more gcc -W fixes. Sun May 19 18:48:39 CDT 2002 Adam Heath * debian/rules: Fix overzealous running of autoheader for every build. Sun May 19 06:05:24 CDT 2002 Adam Heath * configure.in: Split out the -W*-prototype warnings into separate checks. Sun May 19 06:01:31 CDT 2002 Adam Heath * configure.in, automake/dpkg.m4: Make a new macro, DPKG_C_GCC_ATTRIBUTE. Sun May 19 05:57:24 CDT 2002 Adam Heath * automake/dpkg.m4. Gah, I hate gcc. AC_TRY_COMPILE() produces code of the form 'int main() { ... }'. When -Werror -Wstrict-prototypes is given to gcc, it thinks the above code snippet is an error, and aborts. This was making DPKG_C_GCC_TRY_WARNS disable some -W options. So, I no longer use AC_TRY_COMPILE. Sun May 19 04:56:51 CDT 2002 Adam Heath * debian/rules: Oops. The command to run is aclocal, not aclocal.m4. Sun May 19 04:45:41 CDT 2002 Adam Heath * configure.in, config.h.bot(removed), acconfig.h(removed): The latest autoheader/autoconf combination allows us to do everything in configure.in. config.h.bot is now in AH_BOTTOM(), and the descriptions for all the defines(from acconfig.h) are now part of AC_DEFINE(). Sun May 19 04:41:07 CDT 2002 Adam Heath * debian/rules: All the hard-coded calls to scripts/dpkg-gencontrol.pl are now down thru a variable, GENCONTROL. Sun May 19 04:26:58 CDT 2002 Adam Heath * debian/rules: Remove all calls to $(shell pwd), and use $(CURDIR). Also, `pwd` is removed. There was a var, DIR := $(shell pwd); instances of this var were also replaced with CURDIR. Sun May 19 04:18:46 CDT 2002 Adam Heath * debian/rules: If automake/*.m4 is modified, rebuild aclocal.m4. If aclocal.m4 or configure.in are modified, rebuild configure.in. config.h.in gets rebuilt if configure.in is modified. And, lastly, configure is rerun, if configure or config.h.in is modified. Sun May 19 04:09:25 CDT 2002 Adam Heath * debian/rules: Fix targets, so that if configure fails, but actually succeeds in creating config.status(as might happen if one has a c-style comment in configure.in, and the shell trys running /foo), then the build will actually fail correctly. Sun May 19 02:31:11 CDT 2002 Adam Heath * acconfig.h: Oops. Forgot to add #undef HAVE_GNUC25_UNUSED. Sun May 19 02:31:11 CDT 2002 Adam Heath * config.h.bot, configure.in, optlib/getopt.c: Define an UNUSED macro, for __attribute__((unused)). Sun May 19 02:31:11 CDT 2002 Adam Heath * optlib/error.h, optlib/getopt.c, utils/start-stop-daemon.c: Use the configure detected gcc __attribute__ macros, instead of hard-coding them. Thu May 16 19:09:48 CEST 2002 Wichert Akkerman * po/da.po: New version from Claus Hindsgaul Mon May 13 22:44:48 CEST 2002 Wichert Akkerman * man/en/dpkg.8.sgml: document --force-confmiss and --force-bad-verify Mon May 6 16:26:51 CEST 2002 Wichert Akkerman * lots-a-files: update email address for Ian Jackson Sun May 5 22:27:50 CEST 2002 Wichert Akkerman * configure.in: expand all paths before doing substitution Sun May 5 17:42:21 CEST 2002 Wichert Akkerman * Makefile.conf.in: use @PACKAGE@ for dpkgconfdir as well * man/paths.ent.in: new file * configure.in: generate man/paths.ent Sun Apr 21 12:23:40 CEST 2002 Wichert Akkerman * include/dpkg.h.in: add DIFF #define * main/configure.c: use it Sun Apr 14 16:13:16 CEST 2002 Wichert Akkerman * man/en/deb-old.5.sgml: DocBook version of deb-old manpage * man/en/cleanup-info.8.sgml: DocBook version of cleanup-info manpage * man/en/dpkg-checkbuilddeps.1.sgml: DocBook version of dpkg-checkbuilds manpage Sun Apr 14 00:49:09 CEST 2002 Wichert Akkerman * scripts/controlllib.pl: accept multilpe consecutive empty lines Sat Apr 13 22:59:25 CEST 2002 Wichert Akkerman * man/en/deb-control.5.sgml: DocBook version of deb-control manpage Sat Apr 13 18:07:48 CET 2002 peter karlsson * po/sv.po: Removed fuzzy translation. Sat Apr 13 18:34:09 CEST 2002 Wichert Akkerman * man/en/dselect.8.sgml: DocBook version of dselect manpage * man/en/dselect.cfg.5.sgml: DocBook version of dselect.cfg manpage * man/en/dpkg.cfg.5.sgml: DocBook version of dpkg.cfg manpage * man/en/deb.5.sgml: DocBook version of deb manpage Fri Apr 12 18:46:16 CEST 2002 Wichert Akkerman * man/en/dpkg.8.sgml: DocBook version of dpkg manpage Wed Apr 10 00:39:58 CEST 2002 Wichert Akkerman * configure.in: use AC_SYS_LARGEFILE and bump autoconf requirement to 2.50 since 2.13 does not include AC_SYS_LARGEFILE * utils/md5sum.h: include config.h earlier so we pick up the LFS flags before including the system includefiles * scripts/dpkg-source.1: fix typo (shlib instead of shlibs) Mon Apr 1 18:57:02 CEST 2002 Wichert Akkerman * dselect/pkgdepcon.cc: treat enhances like suggests in packagelist::resolvedepcon() Mon Mar 11 23:22:37 CST 2002 Adam Heath * configure.in: Bad Wichert. Always modify configure.in when adding subdirs(add pt_BR). Fri Mar 1 23:51:06 CST 2002 Adam Heath * Makefile.in: Allow for make -j to work thru the top-level targets. There are problems, however, as the system will try to compile the programs before libdpkg is done. Fri Mar 1 23:27:16 CST 2002 Adam Heath * main/help.c, debian/changelog: Fix segfault with getenv("PATH") returns null. Fri Mar 1 23:22:55 CST 2002 Adam Heath * configure.in: Remove old doc/*/Makefile. Bad Wichert. Fri Mar 1 23:21:35 CST 2002 Adam Heath * po/pt_BR.po: Fix broken translations. Mon Feb 25 15:22:34 CET 2002 Wichert Akkerman * scripts/dpkg-gencontrol.pl: Fix test for incorrect packagename for -p option. Sat Feb 16 15:14:30 CET 2002 peter karlsson * man/sv/deb-control.5, deb-old.5, deb.5, dpkg-split.8, start-stop-daemon.8: Fixed CVS revision pointers after move and updated translations to match latest versions. * man/sv/dpkg.cfg.5, man/sv/dselect.cfg.5: Translated new files. * man/en/dselect.cfg.5: Fixed numerous copy'n'paste errors. Sun Feb 10 01:40:52 CET 2002 Wichert Akkerman * utils/start-stop-daemon.c: add FreeBSD support Sun Feb 10 01:31:57 CET 2002 Wichert Akkerman * man/en/dselect.cfg.5, man/en/dpkg.cfg.5: new files * man/en/Makefile.in: install new manpages Sun Feb 10 01:16:58 CET 2002 Wichert Akkerman * scripts/update-alternatives.pl: Improve working of --config output Thu Feb 7 15:27:35 CET 2002 Wichert Akkerman * main/processarc.c: copy origin and bugs info into status file Thu Feb 7 00:38:42 CET 2002 Wichert Akkerman * po/pt_BR.po: Fix bogosity in previous update Thu Feb 7 00:28:35 CET 2002 Wichert Akkerman * scripts/update-alternatives.pl: fix logic error, alternatives are now correctly restored to auto when removing a manually selected alternative Wed Feb 6 12:29:18 CET 2002 Wichert Akkerman * dselect/method.cc: check fgetc() for EOF return so we don't spin if we can't read input Sun Feb 3 22:21:08 CET 2002 Wichert Akkerman * po/fr.po: Updated Sun Feb 3 20:44:20 CET 2002 Wichert Akkerman * po/pt_BR.po: Updated Sun Feb 3 01:50:02 CET 2002 Wichert Akkerman * doc/reference.sgml: new file Sat Feb 2 23:00:25 CET 2002 Wichert Akkerman * More imports from v1_9 * debian/changelog: add changes from 1.9.18 and 1.9.19 * debian/dpkg.conffiles: Mark /etc/alternatives/README as a conffile. * debian/control: Changed maintainer to debian-dpkg@lists and add Uploaders * main/processarc.c: Fix MD5Sum corruption when upgrading a package, and the width of the ASCII representation of the file system increased by one, thereby overwriting the start of the MD5Sum field. This may also fix a segfault in certain cases. Sat Feb 2 22:59:06 CET 2002 Wichert Akkerman * scripts/install-info.pl: Continue to read all data from a pipe, until EOF. Sat Feb 2 22:52:50 CET 2002 Wichert Akkerman * scripts/dpkg-gencontrol: Make dpkg-gencontrol not warn about Uploaders. Sat Feb 2 18:14:24 CET 2002 Wichert Akkerman * man/Makefile.in: add pt_BR to SUBDIRS * man/pt_BR/Makefile.in, man/pt_BR/update-alternatives.8, man/pt_BR/.cvsignore: new files Sat Feb 2 16:47:41 CET 2002 Wichert Akkerman * Makefile.in: add man to subdirs * man/*: new directory with all manpages Sat Feb 2 16:23:43 CET 2002 Adam Heath * po/da.po: Updated Sat Feb 2 00:18:04 CET 2002 Wichert Akkerman * automake/dpkg.m4: add DPKG_CHECK_DEFINE * configure.in: test for TIOCNOTTY in sys/ioctl.h * utils/start-stop-daemon.c: move tty change outside OS specific ifdef and use the new TIOCNOTTY test instead Fri Feb 1 19:10:02 CET 2002 Wichert Akkerman * po/ca.po: New Catalan translation * configure.in: Add ca to LINGUAS Fri Feb 1 17:37:24 CET 2002 Wichert Akkerman * configure.in: add test for setsid * utils/start-stop-daemon.c: use setsid if it exists and only use setpgid if it does not exist Fri Feb 1 16:41:23 CET 2002 Wichert Akkerman * utils/start-stop-daemon.c: Merge patch from Andres Voegele to add HP-UX support Fri Feb 1 13:58:59 CET 2002 Wichert Akkerman * po/fr.po: updated. Thu Jan 31 21:34:14 CET 2002 Wichert Akkerman * scripts/install-info.pl: add -c option to gzip invocation Thu Jan 31 14:56:38 CET 2002 Wichert Akkerman * doc/fr/install-info.8, doc/fr/update-alternatives.8: updated with new version from Philippe Batailler Wed Jan 30 10:31:38 CET 2002 Wichert Akkerman * scripts/update-alternative.pl: exit with non-zero exitcode when doing --display for a nonexisting alternative Wed Jan 30 00:29:07 CET 2002 Wichert Akkerman * split/Makefile.in: create parts directory Wed Jan 30 00:24:36 CET 2002 Wichert Akkerman * utils/start-stop-daemon.c: Fix tyop in help message Fri Jan 18 20:40:42 CET 2002 Wichert Akkerman * scripts/dpkg-source.pl: Use -Z option for patch and set TZ to UTC0 when calling diff. This gives us reliable timestamps in diffs. Thu Jan 3 15:49:14 CET 2002 Wichert Akkerman * scripts/dpkg-genchanges.pl, scripts/dpkg-scanpackages.pl, scripts/dpkg-scansources.pl: Accept GNU md5sum style output Thu Jan 3 15:20:25 CET 2002 Wichert Akkerman * utils/md5sum.c: add error handling to do_check Wed Jan 2 16:08:02 CET 2002 Wichert Akkerman * scripts/dpkg-source.pl: Update default ignore expression to also match *~ and *.swp in subdirs. Wed Jan 2 15:00:26 CET 2002 Wichert Akkerman * scripts/dpkg-checkbuilddeps.pl: use space seperated output instead of comma seperated Tue Jan 1 14:10:55 CET 2002 Wichert Akkerman * archtable, scripts/dpkg-architecture.pl: Update SuperH architecture Mon Dec 31 17:38:26 CET 2001 Wichert Akkerman * dselect/main.cc, main/main.c, main/query.c: no longer set LC_CTYPE to C since that breaks the braindead gettext. * dpkg-deb/build.c, lib/dbmodify.c, lib/vercmp.c, main/remove.c: Switch to using cisdigit and cisalpha. Mon Dec 31 17:28:10 CET 2001 Wichert Akkerman * lib/utils.c: new file with general utility functions. Add cisalpha() and cisdigit() functions, similar to the ctype is* ones but which only accept C locale * lib/Makefile.in: add utils.c * include/dpkg.h: add utils.c functions Mon Dec 31 15:25:46 CET 2001 Wichert Akkerman * scripts/dpkg-architecture.pl: fix syntax error Wed Nov 28 18:11:38 CST 2001 Adam Heath * scripts/dpkg-checkbuilddeps.{1,pl}: Make dpkg-checkbuilddeps always check for build-essential. Wed Nov 28 17:46:23 CST 2001 Adam Heath * debian/changelog: Note that the dselect.deb split closes a bug. Wed Nov 28 17:40:52 CST 2001 Adam Heath * scripts/update-alternatives.{pl,8}: Apply patch from debian bug 120924, to give update-alternatives a --list command. Wed Nov 28 17:30:16 CST 2001 Adam Heath * utils/md5sum.c: When parsing stdin, md5sum now displays '-' as the filename, to match textutils md5sum. Wed Nov 28 17:20:28 CST 2001 Adam Heath * scripts/install-info.pl: Copy dir from backup if the file is empty as well. Sat Nov 17 17:20:52 CET 2001 Wichert Akkerman * doc/sv/Makefile.in: install dpkg-query and dpkg-deb manpages Sat Nov 17 17:16:44 CET 2001 Wichert Akkerman * debian/control: add missing space in dpkg-doc description Sat Nov 17 15:57:57 CET 2001 peter karlsson * doc/sv/dpkg-query.8, dpkg-deb.1: Initial Swedish translation. dpkg.8: Translation fixups. * dpkg/dpkg-query.8: Corrected spelling. Thu Oct 25 16:56:06 JST 2001 Wichert Akkerman * po/{de,it,pt_BR,sv}.po: Fix translation with inconsistent printf format strings Sun Oct 21 12:58:04 CDT 2001 Adam Heath * optlib/Makefile.in: Run ranlib after creating the library. Sun Oct 21 12:56:37 CDT 2001 Adam Heath * archtable, scripts/dpkg-architecture.pl: Add darwin. The source doesn't quite work yet on darwin however, as some of the changes are being discussed. Sun Oct 21 03:57:08 CEST 2001 Wichert Akkerman * po/pl.po: Updated Wed Oct 17 12:34:19 CDT 2001 Adam Heath * Merge 1.9.17 branch: * debian/rules: remove update-rc.d from the package * debian/control: update conflict with sysvinit to deal with moved update-rc.d Tue Oct 16 13:09:21 CEST 2001 Wichert Akkerman * po/pl.po: Updated Sun Oct 14 15:04:24 CEST 2001 Wichert Akkerman * po/da.po: Updated Mon Oct 8 19:51:36 CDT 2001 Adam Heath * main/main.c: Turn setstatuspipe into a generic setpipe, in preparation for --result-fd. Mon Oct 8 19:48:28 CDT 2001 Adam Heath * main/main.c: Make sure the integer passed to --result-fd is correct before manipulating the pointers(we checked after we manipulated previously) Sun Oct 7 22:23:54 CDT 2001 Adam Heath * Makefile.in: Remove dulicate inclusion of utils in SUBDIRS. Sun Oct 7 19:38:56 CDT 2001 Adam Heath * scripts/install-info.pl: oops. We weren't adding '\n' when printing out the reformated info text. Sun Oct 7 05:00:02 CDT 2001 Adam Heath * scripts/install-info.pl: Don't print out the info entry every time we are called. Sun Oct 7 03:12:35 CDT 2001 Adam Heath * debian/control: Several fixes: * dpkg-static needs the same set of Depends(and others) lines as dpkg. * Modify the dpkg-static description to note that it's a static compile. * Bump the conflicts on sysvinit to 2.82-1, as that is the version that actually has the proper replaces line. * debian/rules: dpkg-static was actually being built as dpkg.deb. Thu Sep 20 17:06:48 CEST 2001 Wichert Akkerman * debian/rules: strip enoent as well Sat Sep 15 20:19:57 CDT 2001 Adam Heath * scripts/install-info.pl: Several fixes: * Move /usr/info/dir to /usr/share/info/dir. * Improve message when locking and /usr/share/info/dir doesn't exist. * Use /var/backups/infodir.bak if the above doesn't exist. * Allow for relative filenames, and add a --remove-exactly option. * Use section from the .info file if --section is not given. * Include current filename in error messages. * Format /usr/share/info/dir entries to uniform width. * --calign|--align|--maxwidth are now ignored. Wed Sep 12 18:45:57 CDT 2001 Adam Heath Fixes for building of dpkg-static.deb. * Can't build both dpkg.deb and dpkg-static.deb in single run, because /etc is moved from $(INSTALL_TMP), instead of copied. * dpkg-static.deb is added to debian/files, even if it isn't created. * dpkg-static.tar.gz is added to debian/files, even if it doesn't exist. Wed Sep 12 17:28:57 CEST 2001 Wichert Akkerman * dpkg-deb/main.c: Fix unterminated line in usage text Mon Sep 10 12:57:21 PDT 2001 Wichert Akkerman * dpkg-deb/dpkg-deb.h: add parseformat prototype * dpkg-deb/main.c: add parseformat and show options, change layout for usage info, remove copyright from version output and refer to the dpkg --license option instead * dpkg-deb/info.c: implement do_show Mon Sep 10 12:41:14 PDT 2001 Wichert Akkerman * main/showpkg.c: move to lib/ so multiple tools can share it * main/Makefile.in: remove showpkg.c * lib/Makefile.in: add showpkg.c * include/dpkg-db.h: add showpkg.c prototypes * main/query.h: obsolete now, removed Mon Sep 10 12:07:20 PDT 2001 Wichert Akkerman * dpkg-deb/info.c: count how many control components are missing in info_spew() * main/processarc.c: change two more 0s into NULLs Mon Sep 10 10:59:53 PDT 2001 Wichert Akkerman * include/parsedump.h, lib/dump.c: add flags to fwritefunction. Implement fw_printheader to toggle printing of field headers. * main/showpkg.c: modify show1package() to no longer remove the fieldname and newline itself but make wcall not print it instead Mon Sep 10 09:44:54 PDT 2001 Wichert Akkerman * lib/dump.c: make w_booleandefno get the fieldname from the fip instead of hardcoding Essential * lib/fields.c: don't harcode `essential' fieldname in f_boolean convert_string call Sun Aug 19 15:20:53 CEST 2001 Wichert Akkerman * utils/start-stop-daemon.c: do not start a command if the pidfile option is used and the pid in that file is still running Sun Aug 19 00:25:12 CEST 2001 Wichert Akkerman * doc/fr/dpkg-{query,split,statoverride}.8: added * doc/fr/*: Updated Thu Aug 16 00:43:23 CEST 2001 Wichert Akkerman * po/fr.po: Updated Sat Aug 11 22:54:18 CEST 2001 peter karlsson * po/sv.po, doc/sv/dpkg.8: Updated Swedish translation. Wed Aug 1 17:31:23 CEST 2001 Wichert Akkerman * main/dpkg-query.8: added * main/Makefile.in, debian/rules: install dpkg-query.8 Wed Aug 1 16:37:47 CEST 2001 Wichert Akkerman * main/dpkg.8: remove Linux references Wed Aug 1 15:35:32 CEST 2001 Wichert Akkerman * debian/copyright: mention we have copyright for 2001 as well * main/query.c: improve help and version texts * main/main.c: use DPKG define in printversion output Wed Aug 1 15:10:06 CEST 2001 Wichert Akkerman * main/query.c: fmt can't be const since we free it in the same function Tue Jul 31 12:26:41 CEST 2001 Wichert Akkerman * po/de.po: Updated * main/query.c: Fix help texts a bit to reflect that dpkg-query is not dpkg * dselect/main.cc: Use `colour' consistently for printed texts. Fri Jul 27 04:21:51 CEST 2001 Wichert Akkerman * debian/control: fix typo in section for dpkg-doc, correct replaces for dselect and remove Linux references Fri Jul 27 04:05:55 CEST 2001 Wichert Akkerman * po/POTFILES.in: add main/query.c and main/showpkg.c Fri Jul 27 04:04:26 CEST 2001 Wichert Akkerman * po/da.po: Updated Fri Jul 27 03:54:34 CEST 2001 Wichert Akkerman * lib/parsedump.h: move to include/parsedump.h so dpkg-query can use it Fri Jul 27 03:52:33 CEST 2001 Wichert Akkerman * main/Makefile.in: changed things around to dpkg-query builds more easily Fri Jul 27 03:43:52 CEST 2001 Wichert Akkerman * main/query.c: remove -D from usage, we don't support it * main/showpkg.c: add support for field width specification Thu Jul 26 14:27:23 CEST 2001 Wichert Akkerman * scripts/Makefile.in, doc/fr/Makefile.in, doc/ja/Makefile.in, debian/rules: no longer install update-rc.d, it moved to the sysvinit package * debian/control: Update sysvinit conflicts to version 2.80 * doc/ja/update-rc.d.8, doc/fr/update-rc.d.8, scripts/update-rc.d.8, scripts/update-rc.d.pl: removed Thu Jul 26 13:52:43 CEST 2001 Wichert Akkerman * utils/start-stop-daemon.c: seems glibc has a completely non-standard return value for nice(2), so deal with that properly now so things also work on non-glibc systems. Tue Jul 24 19:07:43 CEST 2001 Wichert Akkerman * main/showpkg.c, main/query.h: new files * main/query.c: add support for show options Wed Jul 18 17:28:38 CEST 2001 Wichert Akkerman * main/Makefile.in, debian/rules: install dpkg-query as well Wed Jul 18 01:04:15 CEST 2001 Wichert Akkerman * doc/ru.po: Updated Tue Jul 17 16:53:12 CEST 2001 Wichert Akkerman * Merge changes from v1_9 branch + debian/changelog: add 1.9.15 and 1.9.16 releases + scripts/dpkg-source.pl: - Add handleformat sub to check if we can handle a dscformat - Revert dscformat to 1.0. Technically we changed a few things but older versions of dpkg-source did not handle minor updates to the dscformat. New policy is that minor updates (last digit changes) to the dscformat have to be fully backward and forward compatible. - restore test if tar exited with exited with a non-zero exitcode - remove a bunch of commented debug statements + main/help.c: fix narglist construction building and usage in do_script() Tue Jul 17 00:36:32 CEST 2001 Wichert Akkerman * dselect/dselect.8: document new search features Mon Jul 16 18:14:16 CEST 2001 peter karlsson * po/sv.po, doc/sv/deb.5, doc/sv/deb-old.5, doc/sv/dselect.8, doc/sv/dpkg.8: Swedish translation updates. Mon Jul 16 17:19:21 CEST 2001 Wichert Akkerman * dselect/basecmds.cc, dselect/dselect.h: + add checksearch and matchsearch functions to abstract searching algorithm + add displayerror member function * dselect/baselist.cc: use new checkserach and matchsearch functions to do the real search/matching * dselect/pkglist.cc, dselect/pkglist.h: implement checksearch and matchsearch using regular expressions Mon Jul 16 15:20:07 CEST 2001 Wichert Akkerman * main/main.c, main/query,c. dselect/main.cc: use C locale for LC_CTYPE so we can be sure packagename and version comparisons work as expected Mon Jul 16 14:10:18 CEST 2001 Wichert Akkerman * lib/vercmp.c: New verrevcmp() from Anthony Towns Mon Jul 16 13:27:44 CEST 2001 Wichert Akkerman * Merge a modified patch from Josip Rodin: + dselect/basecmds.cc: Improve some help texts and helpscreen keybindings + dselect/helpmsgs.src: Improve text Mon Jul 16 12:55:49 CEST 2001 Wichert Akkerman * utils/start-stop-daemon.c: Fix test for nice(2) failure Mon Jul 16 12:44:51 CEST 2001 Wichert Akkerman * dselect/dselect.h: make baselist::setheights() virtual * dselect/method.h: add setheights() member and fix protection * dselect/methlist.cc: override setheights() to make list_height 1 higher then the default so we draw the list correctly * dselect/methkeys.cc: make Q do abort so we are consistent with the pkglist Mon Jul 16 01:50:58 CEST 2001 Wichert Akkerman * Merge a reworked version of a patch from Joey Hess + dselect/dselect.8: Document new colour options + dselect/basecmds.cc: properly draw the background using helpscreen_attr + dselect/baselist.cc: change drawing code to use new changeable colours + dselect/dselect.h: Add all the colour structures + dselect/main.cc: Parse --colour options Mon Jul 16 00:01:24 CEST 2001 Wichert Akkerman * dselect/baselist.cc: include unistd.h which is needed to get the ioctl prototype on Solaris Sun Jul 15 00:37:13 CEST 2001 Wichert Akkerman * debian/preinst: removed (we now use dpkg.preinst) * debian/control: + add dselect package + fix section of dpkg-doc * debian/dpkg.conffiles: remove dselect.cfg * debian/dselect.{conffiles,postinst,prerm}: added * debian/rules: + add German to list of manpage translations + split out dselect into its own package + strip enoent and start-stop-daemon as well Sat Jul 14 23:35:57 CEST 2001 Wichert Akkerman * dselect/main.cc, dpkg/main.c: add per-user configuration file Sat Jul 14 01:38:27 CEST 2001 Wichert Akkerman * Merge dselect patch from Joey Hess + dselect/dselect.h: add manual_install prototype + dselect/pkgcmds.cc, dselect/pkgsublist.cc: modify kd_select() and repeatedly display() to set/unset manual_install so we can identify user-selected packages + dselect/pkglist.h: add dp_should priority + dselect/pkgdepcon.cc: modify resolvedepcon() to handle recommends and suggests differently Sat Jul 14 01:18:33 CEST 2001 Wichert Akkerman * doc/de/Makefile.in: fix syntax error Fri Jul 13 20:39:24 CEST 2001 Wichert Akkerman * doc/deb-old.5, doc/deb.5: remove emacs hints and Linux references * dpkg-deb/dpkg-deb.1: Fix typo * scripts/dpkg-name.1: Don't mention the non-existing dpkg(5) * dselect/dselect.8: Merged changes from Joost Kooij Fri Jul 13 00:54:24 CEST 2001 Wichert Akkerman * doc/de/Makefile.in, doc/de/md5sum.1: added * configure.in, doc/Makefile.in: Process German documentation Fri Jul 13 00:46:02 CEST 2001 Wichert Akkerman * po/de.po: New version Fri Jul 13 00:43:23 CEST 2001 Wichert Akkerman * scripts/dpkg-architecture.pl: improve documentation Mon May 21 03:48:29 CEST 2001 Marcus Brinkmann * scripts/dpkg-checkbuilddeps.pl: Call dpkg-architecture instead dpkg to determine the host architecture. Rename BUILD_ARCH to HOST_ARCH. Fri Jul 6 00:27:17 CEST 2001 Wichert Akkerman * scripts/dpkg-divert.8: Fix layout error in synopsis Mon Jul 2 00:00:04 CEST 2001 Wichert Akkerman * configure.in: add doc/ru/Makefile.in * debian/rules: don't pass CFLAGS to configure * dselect/pkgkeys.cc: make `n' do searchagain instead Sun Jul 1 16:12:30 CDT 2001 Adam Heath * main/archives.c: When a package is on hold, -E will not skip the same version when installing. Sat Jun 30 01:48:15 CEST 2001 Wichert Akkerman * doc/ru/*: Added Russian translations from Alexey Mahotkin Mon Jun 25 03:31:55 CDT 2001 Adam Heath * Merged in changes from 1.9.11 to 1.9.14 branches. + scripts/dpkg-source.pl: Disable source package sanity checking. + scripts/dpkg-source.pl: make Uploaders optional. + scripts/controllib.pl: Set the default to convert warnerrors into warnings. + scripts/dpkg-source.pl: Remove a warnable error if the orig.tar.gz contains './'. + scripts/dpkg-source.pl: Handle symlinks in the tarball, and don't error out if found. + scripts/dpkg-source.pl: Add support for an Uploaders field, which is read from the first paragraph of debian/control, and propagated to the .dsc. This lists the people allowed to upload a package. If it is not set, then the value of the Maintainer is placed into this field of the .dsc. This bumps the .dsc format to 1.1. + scripts/dpkg-source.pl: Handle stating of truncated cpio filenames (100 char limit, bah) + scripts/dpkg-source.pl: Set LC_ALL before calling external programs, when we are going to parse their output. + scripts/dpkg-source.pl: Move the check for '\n' and '././@LongLink' before the check for leading './'. + dselect/main.cc: Handle window resize in main menu + scripts/dpkg-source.pl: Add a warnable error if the orig.tar.gz contains './'. + scripts/dpkg-source.pl: Handle the case where a single directory exists in the orig.tar.gz, but it is NOT of the form -. + scripts/dpkg-source.pl: Don't error out if the files in the tar have leading './'. + scripts/dpkg-source.pl, scripts/controllib.pl, scripts/dpkg-source.1, scripts/dpkg-buildpackage.sh: Add support for -W, which turns certain errors into warnings, and -E, which turns them back into errors again. + scripts/dpkg-source.pl: When the tarball doesn't contain directories, only display the warning once for each directory. + THANKS: Added Colin Watson. Also put in an email address for Colin Plumb. + scripts/dpkg-source.pl: Grumble. Fix case where top-dir in orig.tar.gz was renamed to .orig. Fri Jun 22 19:26:41 CEST 2001 Wichert Akkerman * dselect/main.cc: Handle window resize in main menu Wed Jun 20 18:56:35 CEST 2001 Wichert Akkerman * main/help.c: actually use narglist in do_script() Wed Jun 20 11:28:25 CDT 2001 Adam Heath * Merged in changes from 1.9.10 to 1.9.11 branch. + scripts/dpkg-source.pl: Fix typo. + scripts/dpkg-buildpackage.sh: Option -a implies option -d. Set ARCH correctly to host architecture, rather than build arch. + scripts/dpkg-gencontrol.pl: Error if an illegal package name is used. + scripts/cl-debian.pl: Change list of allowed urgencies to: low, medium, high, and critcial. + scripts/dpkg-scanpackages.pl: warn instead of die when find returns an error(which happens if there is a dangling symlink, because we use -follow). + scripts/dpkg-source.pl: Apply patch from Colin Watson: * Reset SIGPIPE to DEFAULT when forking gzip. * set LANG to C before execing cpio, as we parse its output. * In checktarcpio() and checktarsane(), use the previously open pipes, instead of the opening files on disk(which was the old, ancient way). * Improve the output parsing of tar in checktarsane(). + scripts/dpkg-source.pl: When both arch: all and arch: packages exist in debian/control, don't promote the source arch: to any, but only list all and . + scripts/dpkg-source.pl: Make it work with GNU md5sum. + scripts/dpkg-source.1: Document -nc for dpkg-buildpackage. + scripts/dpkg-genchanges.pl: Set the Architecture to 'source' only when doing source only uploads in the generated changes files. + scripts/dpkg-shlibdeps.pl: Fix infinite directory recursion thru symlinks. + doc/deb.5: Changed see-also reference to deb-old(5). + scripts/{Makefile.in,dpkg-architecture.1}: Removed the manpage, and generate it from the script now. + scripts/dpkg-architecture.pl: Apply patch to correctly check the output of gcc on hurd. + scripts/dpkg-checkbuilddeps.pl: Fix logic error that kept everything but Build-Deps from working. + scripts/dpkg-checkbuilddeps.pl: Trim trailing spaces from packages. Sat Jun 16 18:52:17 CDT 2001 Adam Heath * Merge changes from v1_9_10 tag: + scripts/update-alternatives.pl: Fix switching to auto mode if alternative symlink goes missing. + scripts/dpkg-source.pl: s/DEAD_JOE/DEADJOE/ + scripts/dpkg-divert.pl: Fix cleanup of devert.tmp files. + scripts/dpkg-checkbuilddeps.pl: Fix [arch] parsing, and handle more variations of spaces. Sat Jun 16 22:04:04 CEST 2001 Wichert Akkerman * po/es.po: Updated Sat Jun 09 10:48:14 CEST 2001 peter karlsson * po/sv.po, doc/sv/dpkg.8: Updated Sat Jun 9 00:28:11 CEST 2001 Wichert Akkerman * debian/changelog: import 1.9 releases * debian/control: add sgmltools-lite to Build-Depends * Merge changes from v19 branch: + archtable: add i386-gnu0.2 + dpkg-deb/extract.c: More %z format fixes. + dselect/method.cc: don't include curses.h since dselect.h already does that for us + dselect/method.cc: handle interrupted getc in falliblesubprocess() prompt + include/dpkg.h.in: add setcloexec declaration + lib/mlib.c: add setcloexec(), utility function to set FD_CLOEXEC flag + lib/dbmodify.c: use setcloexec() on status file + main/filesdb.c: use setcloexec for diversions and statoverride files + main/archives.c: add functions to initialize and destroy the obstack, ensure obstack is initialized in try_remove_can() as well + lib/parsehelp.c: Correctly handle trailing spaces in versions. + main/dpkg.8: it's /etc/dpkg/dpkg.cfg, not /etc/dpkg.cfg + main/dpkg.8: Improve description of --force-confdef + main/help.c: don't ignore failed maintainer scripts + scripts/dpkg-architecture.pl: spell dependency consistently + scripts/dpkg-checkbuilddeps.1: spell dependency consistently + scripts/dpkg-source.1: spell dependency consistently + scripts/dpkg-buildpackage: fix pausing logic, and use $changedby as the signing ID + scripts/dpkg-checkbuilddeps.pl: Handle varied use of spaces. + scripts/dpkg-checkbuilddeps.pl: handle multi-line fields + scripts/dpkg-divert.pl: fix test for illegal packagename + split/info.c: Change format string, to handle size_t. + utils/start-stop-daemon.c: consistently use pid_t and uid_t + debian/control: use a Conflict for sysvinit instead of a Depends Fri Jun 8 19:42:43 CEST 2001 Wichert Akkerman * po/fr.po: updated Sat Jun 2 15:09:01 CDT 2001 Adam Heath * scripts/dpkg-architecture.pl: Remove bogus check of $!. Sat Jun 2 15:04:09 CDT 2001 Adam Heath * scripts/dpkg-source.pl: Reset SIGPIPE back to a default handler, for callers that have it masked off. Sat Jun 2 14:48:35 CDT 2001 Adam Heath * scripts/dpkg-checkbuilddeps.pl: Handle varied use of spaces. Sat Jun 2 14:09:28 CDT 2001 Adam Heath * lib/parsehelp.c: Remove leading and trailing spaces from versions, and check if there are embedded spaces in versions. Tue May 29 07:27:31 CEST 2001 peter karlsson * po/sv.po: Updated. Mon May 28 22:54:35 CDT 2001 Adam Heath * configure.in: AC_REQUIRE is not valid outside of AC_DEFUN. * automake/dpkg.m4: DPKG_CACHED_TRY_COMPILE was defined with both AC_DEFUN() AND define(). Mon May 28 19:07:15 CDT 2001 Adam Heath * debian/changelog: Update for 1.9.7. Mon May 28 19:02:52 CDT 2001 Adam Heath * scripts/dpkg-divert.pl: Fix cleanup of .dpkg-devert.tmp files. Mon May 28 16:40:19 CDT 2001 Adam Heath * po/it.po: Updated. Mon May 28 16:27:43 CDT 2001 Adam Heath * main/archives.c: If extracting a directory, and it doesn't already exist on disk, and is shared with another package, don't error cause an error. Mon May 28 16:23:26 CDT 2001 Adam Heath * doc/ja/822-date.1, doc/ja/Makefile.in, doc/ja/cleanup-info.8, doc/ja/deb-control.5, doc/ja/deb-old.5, doc/ja/deb.5, doc/ja/dpkg-checkbuilddeps.1, doc/ja/dpkg-deb.1, doc/ja/dpkg-divert.8, doc/ja/dpkg-name.1, doc/ja/dpkg-scanpackages.8, doc/ja/dpkg-scansources.8, doc/ja/dpkg-statoverride.8, doc/ja/dpkg.8, doc/ja/install-info.8, doc/ja/start-stop-daemon.8, doc/ja/update-alternatives.8, doc/ja/update-rc.d.8: Updated. Mon May 28 16:19:51 CDT 2001 Adam Heath * dpkg-deb/extract.c, dselect/main.cc, lib/database.c, main/help.c, main/main.c, split/info.c, utils/start-stop-daemon.c: Fix some gcc 3.0 warnings. Mon May 7 23:07:01 CEST 2001 Wichert Akkerman * main/depcon.c: restore previous statement to break reverse cycles Mon May 7 23:04:55 CEST 2001 Wichert Akkerman * main/dump.c: break up an assertion so it is easier to figure out what went wrong. Sun May 6 13:20:07 CEST 2001 Wichert Akkerman * main/archives.c: add safe_read() to read from a pipe and deal with partial reads. Modify tarobject() and tarfileread() to use those. Sat May 5 00:49:31 CEST 2001 Wichert Akkerman * pl/cs.po: Updated * pl/de.po: Updated * po/pl.po: Updated * dselect/pkgtop.cc: Mark another strang as translatable Fri May 4 00:19:05 CEST 2001 Wichert Akkerman * dselect/main.cc: oops, swapped j and k key bindings for main menu Wed May 2 20:41:10 CDT 2001 Adam Heath * include/dpkg.h.in, main/Makefile.in main/enquiry.c main/main.c, main/query.c: Split out code for commands -sSlLp into a separate binary, dpkg-query, and have the normal dpkg binary exec this. Also, dpkg now uses a macro to define external backends to call. Wed May 2 12:32:24 CDT 2001 Adam Heath * configure.in: If --without-zlib was given, and static programs were enabled, the compile would fail. Tue May 1 23:05:48 CDT 2001 Adam Heath * lib/parse.c: Oops. EOF_mmap was incorrectly detecting the end of the data block. * main/depcon.c: After fixing the above bug, and using debootstrap to build a sid chroot, I discovered that my previous dependency cycle fix could cause segfaults in some situations. Tue May 1 00:24:49 CDT 2001 Adam Heath * acconfig.h, config.h.bot, configure.in, lib/varbuf.c, debian/changelog: Check for __va_copy, and use it, instead of a direct assignment, for broken arches, like ppc. Mon Apr 30 17:34:47 CEST 2001 Wichert Akkerman * configure.in: remove last list reference. Mon Apr 30 14:22:25 EDT 2001 Adam Heath * debian/changelog: Recompile for 1.9.2, to fix badly generated dpkg-divert. Mon Apr 30 10:04:36 CDT 2001 Adam Heath * lib/mlib.c: EAGAIN patch from 1.8 branch was not applied to HEAD. Sun Apr 29 22:39:55 CDT 2001 Adam Heath * lib/database.c, lib/fields.c: Fix Eterm/eterm problem. findpackage() now does tolower() before searching for a name, and f_name() uses the name field from the return value of findpackage(). Sun Apr 29 22:08:37 CDT 2001 Adam Heath * Makefile.conf.in, configure.in, debian/control, debian/rules, dpkg-deb/Makefile.in, main/Makefile.in, utils/Makefile.in, .cvsignore debian/.cvsignore: Added -static support. There is support for building a dpkg-static.deb, but this is not used during a normal run. However, a -static.nondebbin.tar.gz file is created, in addition to the normal nondebbin.tar.gz. Mon Apr 30 02:35:02 CEST 2001 Wichert Akkerman * debian/control: update section and priorities to match the dinstall overrides Sat Apr 28 16:34:24 CDT 2001 Adam Heath * version-nr: Oops, forgot to update this. Sat Apr 28 16:17:58 CDT 2001 Adam Heath * utils/md5sum.c, debian/changelog: Fix md5sum -c. Sat Apr 28 15:22:25 CDT 2001 Adam Heath * lib/nfmalloc.c: in nfstrnsave, don't set the char after the end, but set the end, to \0. * lib/parse.c: Don't loose the last char of a field value, when EOF is hit. Sat Apr 28 14:31:27 CDT 2001 Adam Heath * scripts/dpkg-divert.pl, debian/changelog: Fix removing of diversions. This has always been broken, but was just masked by another bug, that made it work. :| Sat Apr 28 12:18:55 CEST 2001 Wichert Akkerman * scripts/dpkg-buildpackage.sh: only check for valid sign interface when the user specifies one Sat Apr 28 03:33:28 CDT 2001 Adam Heath * debian/dpkg.cfg: Changed to include no-debsig by default, as no debs are currently signed, and we get false errors when debsig-verify is installed. This will be removed in the future, when the archive tools support package signatures. Fri Apr 27 20:43:25 CDT 2001 Adam Heath * lib/nfmalloc.c: nfstrnsave() was not allocated n+1 chars, and was not setting the n+1 byte to \0. Sat Apr 28 02:52:56 CEST 2001 Wichert Akkerman * scripts/dpkg-shlibdeps.pl: do not care if dpkg --search returns with an error: it will do that know if we search for something that is not installed which is a valid case for us. Fri Apr 27 13:14:04 CDT 2001 Adam Heath * lib/parse.c, debian/changelog: Fix a segfault when reading an empty file in parsedb(), imported from head. Thu Apr 26 13:15:02 CDT 2001 Adam Heath * main/configure.c: Update to work with recent lib/mlib.c change in md5 handling. Thu Apr 26 11:51:34 CDT 2001 Adam Heath * split/{info,join,main,queue,split}.c: s/0/NULL/ Thu Apr 26 13:36:41 CEST 2001 Wichert Akkerman * utils/md5sum.c: use libdpkg error handling since fd_md5 uses that to report errors. Wed Apr 25 20:20:07 CDT 2001 Adam Heath * utils/md5sum.c, lib/mlib.c: Modified mlib.c, to malloc enough space for the digest, instead of modifying the static buffer that was previously passed in. Thu Apr 26 00:32:35 CEST 2001 Wichert Akkerman * po/da.po: Updated Wed Apr 25 18:46:47 CEST 2001 Wichert Akkerman * dselect/dselect.8: document dselect.cfg Wed Apr 25 17:27:36 CEST 2001 Wichert Akkerman * po/es.po: Updated Wed Apr 25 13:15:41 CEST 2001 Wichert Akkerman * main/dpkg.8: document dpkg.cfg Wed Apr 25 13:05:13 CEST 2001 Wichert Akkerman * main/dpkg.8: Fix formating error Wed Apr 25 02:20:40 CEST 2001 Wichert Akkerman * po/gl.po: Updated Wed Apr 25 01:09:50 CEST 2001 Wichert Akkerman * po/{ja,ru}.po: fix inconsistencies in line endings wrt \n Wed Apr 25 00:56:14 CEST 2001 Wichert Akkerman * po/ru.po: Updated Wed Apr 25 00:29:51 CEST 2001 Wichert Akkerman * po/da.po: New Danish translation * configure.in: add da to ALL_LINGUAS Tue Apr 24 20:57:48 CEST 2001 Wichert Akkerman * po/ja.po: Updated Tue Apr 24 20:28:04 CEST 2001 Wichert Akkerman * po/cs.po: Updated * po/pl.po: Updated Tue Apr 24 17:23:05 CEST 2001 Wichert Akkerman * main/main.c, po/*.po: fix typo Tue Apr 24 14:44:28 CEST 2001 Wichert Akkerman * bunch-o-files: move dpkg-scansources manpage to section 8 Tue Apr 24 14:31:41 CEST 2001 Wichert Akkerman * debian/rules: install enoent in the dpkg package Tue Apr 24 14:29:03 CEST 2001 Wichert Akkerman * debian/rules: actually install French manpages as well Tue Apr 24 13:38:58 CEST 2001 Wichert Akkerman * scripts/dpkg-divert.pl: Fix wrong errno test Tue Apr 24 13:35:08 CEST 2001 Wichert Akkerman * po/it.po: New version from Lele Gaifax Tue Apr 24 13:21:39 CEST 2001 Wichert Akkerman * Merge SuperH patch from YAEGASHI Takeshi * archtable: add SuperH variants * scripts/dpkg-architecture.pl: fix typo (shed -> sheb) * scripts/dpkg-buildpackage.sh: fix dpkg-architecture call Tue Apr 24 13:03:54 CEST 2001 Wichert Akkerman * utils/enoent.c: new utility to get ENOENT value at runtime * utils/Makefile.in: install ENOENT in dpkglibdir * scripts/dpkg-divert.pl, update-alternatives.pl: use enoent to get ENOENT value Tue Apr 24 13:01:28 CEST 2001 Wichert Akkerman * dselect/Makefile.in, main/Makefile.in, utils/Makefile.in: use INSTALL_PROGRAM to install programs Tue Apr 24 11:57:48 CEST 2001 Wichert Akkerman * main/archives.c: spell recursive correctly * po/sv.po: updated so it still translates the fixed message * po/ru.po: updated Tue Apr 24 07:02:01 CEST 2001 peter karlsson * doc/sv/dpkg.8, po/sv.po: Updated Swedish translation. Tue Apr 24 02:55:21 CEST 2001 Wichert Akkerman * po/de.po: remove Language-Team header, the debian-l10n-german list it pointed to does not exist. Tue Apr 24 02:41:23 CEST 2001 Wichert Akkerman * main/enquiry.c: add missing newline after error message Tue Apr 24 02:13:43 CEST 2001 Wichert Akkerman * dselect/main.cc: use myfileopt as well to read dselect.cfg * debian/dselect.cfg: new file * debian/rules: install dselect.cfg * debian/dpkg.conffiles: add dselect.cfg Tue Apr 24 01:40:11 CEST 2001 Wichert Akkerman * dselect/pkglist.cc: repair qsort_compareentries Mon Apr 23 18:08:37 CDT 2001 Adam Heath * lib/parsehelp.c: Reduce memory a tad. * debian/changelog: Close additional bugs. * debian/rules: Added a build-static rule. Mon Apr 23 17:17:35 CDT 2001 Adam Heath * main/enquiry.c: Additional add error returns for -L, -s, and -p. * debian/changelog: Close a debian bug because of this. Mon Apr 23 23:54:34 CEST 2001 Wichert Akkerman * main/main.h: add declaration for nerrs * main/enquiry.c: exit with non-zero exitcode if -l or -S do not produce any output Mon Apr 23 16:09:38 CDT 2001 Adam Heath * include/dpkg.h.in, lib/mlib.c, main/archives.c, debian/changelog: Added new PROCNOERR flag, which disabled the error message that is displayed when a process has an error return. Mon Apr 23 22:26:23 CEST 2001 Wichert Akkerman * main/dpkg.8: note that force-overwrite is not enabled per default Mon Apr 23 15:39:37 CDT 2001 Adam Heath * dpkg-deb/{build,extract,info}.c, include/dpkg.h.in, lib/mlib.c, main/{archives,enquiry,help,processarc}.c: Convert waitsubproc and checksubprocerr to use a flags variable, instead of separate ints. Mon Apr 23 15:36:58 CDT 2001 Adam Heath * main/depcon.c, debian/changelog: When walking the list of providers of a dependency, the arguments were passed in reverse to the cyclebreak checker, so cycles involving provides were never detected. * debian/changelog: Document that we fixed a segfault. Mon Apr 23 14:13:48 CDT 2001 Adam Heath * main/help.c: Fix bad memory access do_script(), introduced when the casting errors were fixed previously. Mon Apr 23 06:27:47 CDT 2001 Adam Heath * lib/*.c: Changed 0 to NULL. Mon Apr 23 06:25:36 CDT 2001 Adam Heath * dpkg-deb/extract.c: More %z format fixes. Mon Apr 23 05:31:03 CDT 2001 Adam Heath * split/info.c: Change format string, to handle size_t. Mon Apr 23 04:45:23 CDT 2001 Adam Heath * main/main.c: s/--no-debsign/--no-debsig/ in help. Mon Apr 23 03:21:10 CDT 2001 Adam Heath * dpkg-deb/{build,extract,main}.c, split/{info,join,main,queue}.c, split/dpkg-split.h, lib/{dump,ehandle,fields,mlib,parse{,help},varbuf, vercmp}.c, lib/parsedump.h, main/{archives,configure,enquiry,filesdb, help,main,packages,processarc,remove}.c, main/{filesdb,main}.h, utils/{md5sum, start-stop-daemon}.c, dselect/pkg{list.cc,list.hh, top.cc}, include/dpkg{-db.h,.h.in}: Fixed up several warning types. const, casting, incorrect sizes, signed/unsigned comparisons. Mon Apr 23 02:17:26 CDT 2001 Adam Heath * dpkg-deb/info.c, main/processarc.c: Add comments telling why we use tempnam() and tmpnam(). Sun Apr 22 23:59:00 CDT 2001 Adam Heath * archtable: Added alphaev67-linux-gnu. Sun Apr 22 19:02:12 CDT 2001 Adam Heath * lib/parse.c: s/PARSE_MMAP/HAVE_MMAP/, so that we now use mmap to read status and available(and like files). Sun Apr 22 18:32:02 CDT 2001 Adam Heath * lib/parse.c: Fix another segfault when parsing single-paragraph files(ie, tmp.ci/control). Sun Apr 22 17:13:17 CEST 2001 Wichert Akkerman * main/filesdb.c: fix putat logic we broke earlier today Sun Apr 22 16:42:22 CEST 2001 Wichert Akkerman * main/filesdb.c: don't read a statoverride or .list file if they are 0 bytes Sun Apr 22 15:15:56 CEST 2001 Wichert Akkerman * main/help.c: ensure_package_clientdata() only needs to allocate memory for a perpackagestate struct, not a pkginfoperfile. Sun Apr 22 02:46:06 CDT 2001 Adam Heath * dpkg-deb/build.c, dpkg-deb/extract.c, dpkg-deb/main.c, lib/mlib.c(*), lib/showcopyright.c, main/enquiry.c, main/main.c, split/main.c, split/split.c, utils/md5sum.c, utils/start-stop-daemon.c: Added macro NONRETURNING to several functions. Sun Apr 22 02:02:34 CEST 2001 Wichert Akkerman * main/filesdb: change initialization of putat in ensure_packagefiles_available() so gcc won't warn about possible uninitialized usage Sun Apr 22 01:45:25 CEST 2001 Wichert Akkerman * utils/start-stop-daemon.c: no longer use deprecated multi-line string * utils/md5sum.c: include stdlib.h to get declaration of exit Sat Apr 21 18:00:31 CDT 2001 Adam Heath * main/main.c: reworked \\ parsing in commandfd. * lib/dbmodify.c: fix non-full initalizer. Sun Apr 22 00:48:18 CEST 2001 Wichert Akkerman * main/main.c: fixed some bizar pointer usage Sun Apr 22 00:33:26 CEST 2001 Wichert Akkerman * Makefile.conf.in: remove no longer used warning flags Sat Apr 21 17:16:28 CDT 2001 Adam Heath * main/help.c, main/processarc.c, main/filesdb.c, main/configure.c, main/archives.c, lib/parse.c: Fix int/pointer casting warnings. * include/dpkg.h.in, lib/mlib.c: Rewrote buffer_copy_setup, to avoid int/pointer casting warnings. These means there are several variations of buffer_copy_setup. Also, converted the desc parameter to const. Sun Apr 22 00:09:58 CEST 2001 Wichert Akkerman * optlib/long-options.c, lib/showcright.c: include stdlib.h to get declaration of exit Sat Apr 21 17:10:32 CEST 2001 peter karlsson * po/sv.po, doc/sv/dpkg.8, doc/sv/start-stop-daemon.8: Updated Swedish translation. Fri Apr 20 16:02:51 CDT 2001 Adam Heath * debian/changelog: Document stuff that was done in December. Sat Apr 21 04:02:58 CEST 2001 Wichert Akkerman * main/dpkg.8: remove Linux reference Sat Apr 21 02:39:37 CEST 2001 Wichert Akkerman * scripts/dpkg-scanpackages.pl: fix typo in vercmp version cache * scripts/dpkg-shlibdeps.pl: remove statement that was basically a strange no-op * scripts/controllib.pl: give syntax error for unexpected PGP signature * debian/changelog: updated Fri Apr 20 19:46:38 CDT 2001 Adam Heath * po/pl.po: Remove spurious '%s' in Polish translation Fri Apr 20 19:37:00 CDT 2001 Adam Heath * scripts/dpkg-source.pl: Import fix for broken dpkg-source.pl from 1.8.3 version. Fri Apr 20 19:05:44 CDT 2001 Adam Heath * lib/dbmodify.c: Fix varbufprintf call in modstatdb_note(found when printf format warnings were enabled). Fri Apr 20 19:02:46 CDT 2001 Adam Heath * configure.in: New option, --with-Werror, to convert all warnings into errors. Fri Apr 20 18:21:45 CDT 2001 Adam Heath * automake/dpkg.m4, configure.in: Add support for gcc attributes, printfformat, etc. Fri Apr 20 18:18:20 CDT 2001 Adam Heath * lib/database.c: initialize otherpriority with 0, not an int. Sat Apr 21 00:43:41 CEST 2001 Wichert Akkerman * lib/parse.c: swap order for %.*s formats Fri Apr 20 22:59:39 CEST 2001 Wichert Akkerman * lib/database.c: initialize otherpriority as well in blankpackage() Fri Apr 20 22:59:39 CEST 2001 Wichert Akkerman * lib/ehandle.c: make sure we never overflow errmsgbuf Fri Apr 20 14:59:14 CDT 2001 Adam Heath * main/main.c: Accidentally commited a debug fprintf stmt in the last ci. Fri Apr 20 13:42:12 CDT 2001 Adam Heath * main/main.c: Disabled --command-fd, until further testing can be done. Fri Apr 20 13:02:23 CDT 2001 Adam Heath * po/fr.po: Fix typo. * debian/changelog: Close additional bugs, from other already commited patches. Thu Apr 19 15:18:05 CEST 2001 Wichert Akkerman * scripts/cl-debian.pl: make regexps for Closes consistent again Thu Apr 19 13:36:58 CEST 2001 Wichert Akkerman * utils/install-info.{c,8}: merge patch from Ian Jackson to add a --retry option to start-stop-daemon Thu Apr 19 00:14:39 CDT 2001 Adam Heath * main/enquiry.c: Errors during dpkg -s(and other similiar commands) are now printed on stderr. Thu Apr 19 00:03:16 CDT 2001 Adam Heath * main/archives.c: Apply patch from Fumitoshi UKAI , that escapes invalid characters in filenames(intl). Wed Apr 18 23:53:40 CDT 2001 Adam Heath * lib/database.c: In blankpackage, intialize ->installed and ->available. Found by me and Fumitoshi UKAI . This should help several segfaults that people have been seeing in dpkg. Wed Apr 18 23:42:16 CDT 2001 Adam Heath * lib/mlib.c: If the buffer size is 0 in buffer_copy, then return, and do nothing. Wed Apr 18 23:42:16 CDT 2001 Adam Heath * configure.in, debian/control: New upstream gettext. Since we had to change our build, to comply with the new upstream, we also need to modify the build-depends. * po/dpkg.pot, po/nl.po: Fixed broken translations. Wed Apr 18 18:01:21 CEST 2001 Wichert Akkerman * scripts/install-info.{8,pl}: modify install-info to take relative filesnames, and add a --remove-exactly option to only remove exact matches (Rob Browning) Sun Apr 15 22:42:11 CEST 2001 Wichert Akkerman * config.sub, config.guess: updated * archtable: add hppa64-linux-gnu * po/ja.po: remove some translations that gettext can't handle on hppa Thu Apr 12 13:12:16 CEST 2001 Wichert Akkerman * po/it.po: installed new version from Lele Gaifax * dselect/main.cc: translate menu option as well in dme() Wed Apr 11 12:19:25 CEST 2001 Wichert Akkerman * dselect.main.cc: retry getch if it fails with EINTR Sun Mar 11 19:24:58 CET 2001 peter karlsson * po/sv.po: Updated Swedish translation. Sat Mar 10 15:59:39 CST 2001 Adam Heath * main/filesdb.c: Use a pure file descriptor, instead of a stream, to load the data, in ensure_packagefiles_available. Sat Mar 10 01:33:15 CET 2001 Wichert Akkerman * main/main,h, main/main.c: add --no-debsig option using f_nodebsign * main/processarc: don't check signatures of f_nodebsign is set Fri Mar 9 21:23:03 CET 2001 Wichert Akkerman * include/dpkg.h.in: add DEBSIGVERIFY * main/main.h, main/main.c: add bad-verify override Fri Mar 9 19:30:22 CET 2001 Wichert Akkerman * scripts/controllib.pl: change outputclose to deal with comma-related syntax errors after processing substvars Mon Mar 5 16:34:55 CET 2001 Wichert Akkerman * doc/fr/Makefile.in: add more files * doc/fr/dpkg.8,doc/fr/install-info.8,doc/fr/update-rc.d.8: updated * doc/fr/cleanup-info.8,doc/fr/dpkg-divert.8,doc/fr/dpkg-name.1, doc/fr/dpkg-scanpackages.8,doc/fr/dpkg-scansources.1,doc/fr/dpkg-source.1: added Mon Mar 5 14:03:49 CET 2001 Wichert Akkerman * configure.in: add more warning flags for gcc Sun Mar 04 21:37:34 CET 2001 peter karlsson * po/sv.po, doc/sv/dpkg.8, doc/sv/822-date.1, doc/sv/start-stop-daemon.8: Updated Swedish translation. * main/dpkg.8, utils/start-stop-daemon.8: Fixed typos. Fri Mar 2 17:29:02 CET 2001 Wichert Akkerman * The Copenhagen Commit * ChangeLog: undo file corruption (ugh) * utils/start-stop-daemon.8: fix typo * configure.in: use AC_C_INLINE instead of our own test * lib/nfmalloc, include/dpkg-db.h: remove HAVE_INLINE tests, use extern inline directly * lib/varbuf.c: add inline keyowrd to varbufaddc * optlib/Makefile.in: undo earlier patch and build libopt.a again * lib/Makefile.in: use libopt.a again, and a rule to build it * Makefile.in: build optlib before lib * Makefile.conf.in: add RANLIB * dselect/method.h, dselect/methlist.cc, dselect/method.cc, dselect/methparse.cc: rename struct option to dselect_option to prevent conflict with getopt.h * main/help.c: rework do_script a bit to compile without errors * scripts/dpkg-gencontrol.pl: add -n option to specify filename * scripts/dpkg-source.1: + document -n option for dpkg-gencontrol + fix confusing wording for dpkg-buildpackage -uc option + fix layout error for dpkg-distaddfile section + it's DEADJOE, not DEAD_JOE * scripts/dpkg-architecture.pl: + apply cleanup patch from Julian Gilbey + modify gcc regexp to recognize gcc versions like 2.96-ia64-000717 * scripts/dpkg-checkbuilddeps.pl, scripts/dpkg-checkbuilddeps.1: new script from Joey Hess to check build dependencies * THANKS: Add Joey Hess * scripts/dpkg-parsechangelog.pl: + support reading changelog from stdin + remove Linux reference * scripts/dpkg-statoverride.pl: exit with exitcode 1 if we do --list but don't output anything, and use exitcode 2 if we try to remove a non-exiting override (unless --force is given). * scripts/dpkg-statoverride.8: document new exitcode for --list * main/main.c, main/dpkg.8: remove --smallmem and --largemem references * scripts/dpkg-buildpackage.sh: + don't bother to specify architecture settings on commandlines since we put them in the environment already + remove debsign support, it's useless and debsign can't handle it + use DEB_BUILD_ARCH to get build architecture, not DEB_HOST_ARCH + remove Linux reference * scripts/dpkg-scanpackages.pl: mark last argument as optional in usage info * scripts/dpkg-scanpackages.8, scripts/dpkg-name.1, scripts/dpkg-shlibdeps.pl, scripts/dpkg-source.pl, scripts/822-date.1, scripts/cl-debian.pl, scripts/cleanup-info.pl, scripts/dpkg-genchanges.pl, scripts/dpkg-distaddfile.pl, scripts/dpkg-source.1, scripts/dpkg-divert.pl, scripts/install-info.pl, scripts/install-info.8, scripts/dpkg-gencontrol.pl, scripts/update-alternatives.pl, scripts/update-rc.d.8: remove Linux references Sun Feb 25 20:26:03 CET 2001 Wichert Akkerman * version-nr: update to 1.9.0 Sun Feb 25 19:17:53 CET 2001 Wichert Akkerman * debian/changelog: merged additions from v1.8 branch * scripts/controllib.pl: + no need to have Origin in capit + consistently use &warn + fix -s to export all variables instead of just the first * scripts/dpkg-genchanges.pl: do not complain about missing packages if doing a source-only build * scripts/dpkg-buildpackage.sh: + correct filename for secret keyring in gpg test + fix -C + skip signing pause of building unsigned packages + improve srcmsg + test for invalid signinterface Sun Feb 25 19:10:33 CET 2001 Wichert Akkerman * doc/fr/dpkg.8, doc-fr/install-info.8, doc-fr/update-alternatives.8, doc-fr/update-rc.d.8: updated * doc/fr/dpkg-deb.1: added Fri Feb 23 16:10:49 CET 2001 Wichert Akkerman * po/de.po: updated * po/fr.po: updated Fri Feb 23 15:54:00 CET 2001 Wichert Akkerman * utils/start-stop-daemon.c: Add OpenBSD support * utils/md5sum.c: include unistd.h to things compile on OpenBSD * configure.in: test to see if we need to link to kvm Fri Feb 23 10:22:02 CET 2001 Wichert Akkerman * scripts/dpkg-divert.pl: fix typo in usage message * main/help.c: mangle argv[0] in do_script to always be the full path * include/dpkg-db.h: include string.h so things compile on ia64 * scripts/dpkg-architecture.pl: add ia64 Thu Feb 15 11:24:46 EST 2001 Ben Collins * utils/Makefile.in: Do not use libopt.a, since libdpkg.a now includes those objects * optlib/Makefile.in: do not generate libopt.a * lib/Makefile.in: build libdpkg.a to include the objects from optlib * Makefile.conf.in: Add optlib to -I includes Sat Feb 3 18:25:25 CET 2001 Wichert Akkerman * debian/rules: use POSIX glob instead of regexp Sat Feb 3 18:18:42 CET 2001 Wichert Akkerman * scripts/dpkg-source.1: fix description for dpkg-gencontrol * archtable: add entry for OpenBSD 2.8 for i386 * scripts/dpkg-architecture.p: add openbsd-i386 entry Sat Feb 3 18:12:18 CET 2001 Wichert Akkerman * configure.in: check for ranlib * lib/Makefile.in: run ranlib on libdpkg.a Fri Feb 2 14:27:47 CET 2001 Wichert Akkerman * scripts/dpkg-statoverride.pl: use -e instead of -f to test for filesystem object existance * scripts/dpkg-source.pl: swap chdir and open in extracttar to prevent race with source-directory being removed while the sh/grep process is still running. Patch from Colin Watson Thu Feb 1 18:22:05 EST 2001 Wichert Akkerman * scripts/dpkg-source.pl: fix error in error message * utils/Makefile.in: set top_builddir * Makefile.in: spell version-nr correctly Sun Jan 28 22:38:02 EST 2001 Wichert Akkerman * scripts/dpkg-source.pl: modify how we handle the dscformat: we now assume all major versions are upwards and backwards compatibly. This allows us to add new fields without breaking older versions of dpkg-source Sun Jan 21 20:09:36 SGT 2001 Wichert Akkerman * scripts/dpkg-divert.pl: only allow absolute filenames * main/configure.c: add -N option to diff invocation Mon Jan 15 07:27:10 CET 2001 peter karlsson * po/sv.po: Updated Swedish translation. Mon Jan 15 00:26:45 EST 2001 Ben Collins * lib/nfmalloc.c: use obstack_copy/obstack_copy0 for nfstrsave and nfstrnsave respectively. Also, use an 8k chunk size for now. Should reduce some overhead, and be faster. Sun Jan 14 23:37:30 EST 2001 Ben Collins * include/dpkg-db.h: redeclare nfmalloc(), remove obstack definitions * lib/dbmodify.c (modstatdb_init): remove obstack init * lib/nfmalloc.c: redefine nfmalloc to be an inline function. It now checks to make sure db_obs is initliazed. * main/archives.c (tarobject): declare our own obstack, and use it instead (cu_fileslist) just call obstack_free * main/processarc.c: correct calling of cu_fileslist Sun Jan 14 18:23:07 CST 2001 Adam Heath * main/dpkg.8: Document --command-fd. Sun Jan 14 13:54:46 EST 2001 Ben Collins * optlib/obstack.[ch]: New files for non GNU systems * optlib/Makefile.in (SOURCES): add obstack.c * lib/nfmalloc: remove nfmalloc() * include/dpkg-db.h: define obstack initializers, and define nfmalloc as a macro for obstack_alloc * lib/dbmodify.c (modstatdb_init): initialize obstack if it hasn't been already Sun Jan 14 12:29:46 CST 2001 Adam Heath * lib/mlib.c, lib/fields.c, lib/parse.c, main/help.c, main/main.c, po/dpkg.pot: Fix -Wall messages. Also, fix handling of user-defined fields in parsedb(). Sun Jan 14 02:46:14 CST 2001 Adam Heath * po/dpkg.pot: Bring up to date. Sun Jan 14 02:37:05 CST 2001 Adam Heath * main/cleanup.c, main/help.c, main/processarc.c: Removed duplicate code that was used to exec maintainer scripts, and moved it to a single function. In the future, this single function could be used for tracking script execution. Sun Jan 14 02:27:48 CST 2001 Adam Heath * main/main.h, main/main.c: Change --{status,command}-pipe to --{status,command}-fd. Sun Jan 14 02:19:18 CST 2001 Adam Heath * main/main.c, main/archives.c: Add a --command-pipe. This allows multiple commands to be passed to a single instance of dpkg, over the file descriptor passed on the cmdline. Thu Jan 11 09:35:00 PST 2001 Wichert Akkerman * scripts/dpkg-statoverride.pl: do chown before chmod so we don't loose setuid bits Mon Jan 8 15:46:13 PST 2001 Wichert Akkerman * scripts/dpkg-statoverride.{pl,8}: remove --import option now that suidmanager can convert everything Mon Jan 8 15:12:21 PST 2001 Wichert Akkerman * scripts/dpkg-source.pl: add vim swapfiles to the default ignore regexp Mon Jan 8 10:38:28 PST 2001 Wichert Akkerman * po/fr.po: updated Sun Jan 7 14:31:38 CST 2001 Adam Heath * lib/dbmodify.c: After N calls(which does a checkpoint()), reset the counter. Sun Jan 7 14:27:57 CST 2001 Adam Heath * include/dpkg-db.h: Forgot the status-pipe struct. Fri Jan 5 22:36:24 CST 2001 Adam Heath * main/main.c, lib/dbmodify.c, main/dpkg.8: Add a --status-pipe. Fri Jan 5 22:25:06 CST 2001 Adam Heath * lib/varbuf.c: varbuf(v)printf now return the number of characters they added to the buffer. Thu Jan 4 01:20:27 CST 2001 Adam Heath * dpkg-deb/build.c, dpkg-deb/extract.c, dpkg-deb/info.c, include/dpkg.h.in, lib/mlib.c, main/archives.c, main/enquiry.c, main/help.c main/processarc.c: Add 'warn' parameter to waitsubproc and checksubprocerr, and also add a return value. This fixes my last checkin, where maintainer_script_alternative would run both the old and new script. Thu Jan 04 05:19:37 CET 2001 peter karlsson * po/sv.po: Updated Swedish translation. Wed Jan 3 10:35:49 CET 2001 Wichert Akkerman * configure.in: add doc/fr/Makefile Tue Jan 2 22:44:14 CST 2001 Adam Heath * lib/help.c: Removed an 'inlined' version of waitsubproc, and call the function instead. Mon Jan 1 02:07:47 CST 2001 Adam Heath * lib/varbuf.c, include/dpkg-db.h: Add varbufdupc(). Mon Jan 1 02:04:26 CST 2001 Adam Heath * lib/parse.c: Use of PKGIOFF macro was checked in prematurely. Sat Dec 30 23:08:00 CET 2000 Wichert Akkerman * doc/Makefile.in: add fr to SUBDIRS * doc/fr: new directory with French manpages * THANKS: add philippe batailler who translated the manpages to French Sat Dec 30 20:38:20 CST 2000 Adam Heath * utils/start-stop-daemon.c: --name is now allowed on the command line. Fri Dec 29 12:39:09 CST 2000 Adam Heath * lib/parse.c: Properly parse control files that only have one paragraph, which means no double ending new line. Thu Dec 28 18:43:37 CST 2000 Adam Heath * lib/database.c: Fix minor memleak in used function hashreport. Thanks to Adrian Bridgett . Wed Dec 27 14:54:55 CST 2000 Adam Heath * lib/parse.c: Removed use of getc(), and instead use pointers into a gigantic memory buffer(either thru mmap, or by copying into a large buffer(#define PARSE_MMAP)). Nice little speedup, and also had the added benefit of removing varbuf* code from parsedb(). Wed Dec 27 04:58:22 CST 2000 Adam Heath * lib/fields.c: Removed use of varbuf* code from f_dependency(), for a speedup. Wed Dec 27 04:55:14 CST 2000 Adam Heath * lib/fields.c: Detect and issue an error when a space is in a version. Wed Dec 27 04:00:32 CST 2000 Adam Heath * lib/nfmalloc.c, include/dpkg-db.h: Added nfstrnsave(). Tue Dec 26 17:07:11 CST 2000 Adam Heath * lib/md5.c, lib/md5.h: Oops, forgot to add these files. Tue Dec 26 08:28:17 CST 2000 Adam Heath * main/main.c: Removed extraneous debug prints, that displayed the state of all force options. Doh! Tue Dec 26 04:34:02 CST 2000 Adam Heath * lib/fields.c, lib/parsehelp.c, include/dpkg-db.h: Increased the speed of convert_string() by a factor of 2, by storing the length of each string inside the struct(this function is used to convert strings into integer values). Tue Dec 26 03:43:17 CST 2000 Adam Heath * acconfig.h, config.h.bot, configure.in, main/filesdb.c, automake/sysinfo.m4(removed): Removed all references to sysinfo(). Tue Dec 26 03:24:38 CST 2000 Adam Heath * main/main.c, main/files.c: Removed --smallmem code. Mon Dec 25 00:46:47 CST 2000 Adam Heath * utils/md5sum.c: Don't use FILE * in mdfile. Mon Dec 25 00:31:05 CST 2000 Adam Heath * include/dpkg.h.in, lib/mlib.c: Added generic setup code to buffer copy loop. Sun Dec 24 23:48:45 CST 2000 Adam Heath * include/dpkg.h.in, lib/Makefile.in, lib/mlib.c, utils/Makefile.in, utils/md5sum.c: Moved md5 code into generic buffer_copy loop. Sun Dec 24 13:59:36 CST 2000 Adam Heath * Use DESTDIR when installing /etc/dpkg/origins/dpkg Sun Dec 24 17:35:12 CET 2000 Wichert Akkerman * dselect/main.cc: make commandline options work again * Makefile.conf.in, configure.in,automake/dpkg.m4: revert changes from Adam * Makefile.conf.in: add @CWARNS@ to CFLAGS * configure.in: add AC_SUBST for CWARNS Sun Dec 24 17:05:45 CET 2000 Wichert Akkerman * scripts/dpkg-genchanges.pl: output descriptions for udebs as well Sun Dec 24 06:31:55 CST 2000 Adam Heath * scripts/dpkg-name.sh: Add -k|--symlink option. Sun Dec 24 05:58:48 CST 2000 Adam Heath * dselect/main.cc: Made the accelerator keys in dselect's main menu separate options, so that they can be translated separately. Sun Dec 24 05:31:27 CST 2000 Adam Heath * debian/control: Added depends on sysvinit (>= 2.72), so that we can make sure that /etc/rcS.d exists. Sun Dec 24 05:24:23 CST 2000 Adam Heath * scripts/update-rc.d: Changed documentation and help, as -f only applies during remove. Sun Dec 24 05:10:29 CST 2000 Adam Heath * main/main.c: Added a --force-all option. Sun Dec 24 04:32:34 CST 2000 Adam Heath * main/main.c: Format help string for --abort-after like other option help strings. Sun Dec 24 02:38:38 CST 2000 Adam Heath * methods/disk.install, methods/disk.setup, methods/disk.update, methods/floppy.install, methods/floppy.update, methods/hd.setup, methods/hd.unpack, methods/hd.update: Fix to pass on admindir from dselect to dpkg. Sun Dec 24 01:00:59 CST 2000 Adam Heath * scripts/dpkg-source.pl: Minor tweak so that when patch 2.5.4 is manually used to apply a diff, it doesn't get applied multiple times. Sat Dec 23 23:28:52 CST 2000 Adam Heath * utils/start-stop-daemon.c: Add --nicelevel, to alter a programs priority before starting. Sat Dec 23 22:56:16 CST 2000 Adam Heath * main/dpkg.8: Document that --largemem is the default, and that the test point is 24 megs. Sat Dec 23 22:53:23 CST 2000 Adam Heath * main/dpkg.8: Document that --set-selections does not actually install any packages. Sat Dec 23 22:41:47 CST 2000 Adam Heath * dpkg-deb/dpkg-deb.1: Fix typo. Sat Dec 23 22:24:23 CST 2000 Adam Heath * scripts/dpkg-divert.pl: Add --truename option. Sat Dec 23 21:40:32 CST 2000 Adam Heath * main/dpkg.8: Document COLUMNS environment variable. Sat Dec 23 21:20:43 CST 2000 Adam Heath * dpkg-deb/extract.c, include/dpkg.h.in, lib/mlib.c, main/enquiry.c, main/filesdb.c, main/packages.c, main/remove.c, utils/start-stop-daemon.c: Clean up a few gcc warnings. Note, that the warning: "deprecated conversion from string constant to `char *'" is actually a bug in ncurses-dev(which has been filed as 80410) not setting the fmt argument as const. Sat Dec 23 19:33:05 CST 2000 Adam Heath * automake/dpkg.m4, configure.in, Makefile.conf.in: Modified DPKG_C_GCC_TRY_WARNS() to call AC_SUBST, so that we can use the result of the test during build time. Sat Dec 23 16:44:25 CST 2000 Adam Heath * main/depcon.c: Added description for "suggests" in describedepcon(). Sat Dec 23 16:24:31 CST 2000 Adam Heath * debian/dpkg.postinst: Remove bashism. Sat Dec 23 03:06:19 CST 2000 Adam Heath * scripts/cl-debian.pl: Make '#' optional in Closes: tags. Sat Dec 23 02:11:27 CST 2000 Adam Heath * scripts/dpkg-buildpackage.sh: Add -t to -h output. Fri Dec 22 12:35:43 CET 2000 Wichert Akkerman * scripts/update-alternatives.8: use FHS instead of FSSTND Thu Dec 21 19:30:56 CET 2000 peter karlsson * po/sv.po, doc/sv/dpkg.8: The "Even Merrier Christmas" update of the Swedish translation. Thu Dec 21 03:41:56 CST 2000 Adam Heath * debian/changelog: Closes bug 49581, because we don't use external gzip anymore. Thu Dec 21 03:35:56 CST 2000 Adam Heath * main/enquiry.c: s/--cmpversions/--compare-versions/ Thu Dec 21 03:29:04 CST 2000 Adam Heath * main/dpkg.8: Remove duplicate -R(it doesn't set --root). Thu Dec 21 03:24:38 CST 2000 Adam Heath * archtable: Add armv3l. Thu Dec 21 01:40:02 CST 2000 Adam Heath * lib/mlib.c, include/dpkg.h.in: Switch all size parameters to ssize_t. Also, return totalread, not bytesread, in buffer_copy. Thu Dec 21 01:22:22 CST 2000 Adam Heath * lib/mlib.c: Handle EINTR on reading and writting in buffer_copy. Thu Dec 21 06:58:21 CET 2000 peter karlsson * po/sv.po: The "Merry Christmas" update of the Swedish translation. Wed Dec 20 12:50:55 CET 2000 Wichert Akkerman * main/processarc.c: revert change from Adam: reading the trailing zeroes is essential, not reading them can give us a SIGPIPE on extracting. Wed Dec 20 02:41:39 CST 2000 Adam Heath * dpkg-deb/build.c, dpkg-deb/extract.c, dpkg-deb/info.c, include/dpkg-db.h, lib/myopt.c, lib/parse.c, lib/varbuf.c, lib/vercmp.c, main/archives.c, main/enquiry.c, main/filesdb.c, main/processarc.c, po/dpkg.pot: Fix -Wall messages. Wed Dec 20 02:21:43 CST 2000 Adam Heath * include/dpkg.h.in: Make {stream,fd}_null_copy use [lf]seek, and fall back on the buffer code, if stream/fd refer to a pipe. Wed Dec 20 02:17:56 CST 2000 Adam Heath * configure.in, Makefile.conf.in: Move -D_GNU_SOURCE from configure.in to Makefile, and from CFLAGS to DEFS. This macro was getting lost if someone was setting CFLAGS on the cmdline. Perhaps this should be moved into config.h.in? Wed Dec 20 01:39:30 CST 2000 Adam Heath * main/processarc.c: Don't copy trailing zeros from dpkg-deb pipe. * main/archives.c: Fix some i8ln. * dpkg-deb/extract.c: Remove skipmember(), and use the buffer copy code. Wed Dec 20 01:31:28 CST 2000 Adam Heath * lib/nfmalloc.c, lib/parsehelp.c: Lesson the memory footprint. Wed Dec 20 01:11:13 CST 2000 Adam Heath * dpkg-deb/build.c: Fix building of debs, when there is no given compression on the cmdline. Wed Dec 20 01:55:59 CET 2000 Wichert Akkerman * scripts/dpkg-architecture.pl: fix typo / syntax error Mon Dec 18 07:37:10 CET 2000 peter karlsson * po/sv.po: Updated Swedish translation. Sun Dec 17 13:34:06 CET 2000 Wichert Akkerman * debian/control: fix typo in Build-Depends and add zlib1g-dev * More Adam stuff: + lib/mlib.c, include/dpkg.h.in: make do_fd_copy even more modular + dpkg-deb/{build.c,extract.c,info.c}, lib/showcright.c, main/{enquiry.c,filesdb.c}: updated for new do_fd_copy routines + main/{archives,[ch],main/processarc.c}: use fds instead of streams so we don't mix fd and stream-based IO which can cause havoc Wed Dec 13 16:48:47 CET 2000 Wichert Akkerman * main/archives.c: create files, fifos, devices and directories with mode 0 too close a small window when they are readable before we apply the correct permissions. * main/archives.c: newtarobject_allmodes() updated to handle statoverrides * main/dpkg.8: grammar fix Tue Dec 12 16:27:59 CET 2000 Wichert Akkerman * scripts/dpkg-statoverride.pl: fix warning when trying to remove a non-existing override. Mon Dec 11 01:10:19 CET 2000 Wichert Akkerman * debian/control: add gettext to the build-depends Sun Dec 10 00:10:27 CET 2000 Wichert Akkerman * lib/mlib.c: remove no longer used struct * lib/mlib.c: return number of bytes read in do_fd_read * main/enquiry.c: one more place where we cah use read_fd_vbuf Sat Dec 09 12:21:35 CET 2000 peter karlsson * po/sv.po, doc/sv/deb.5, doc/sv/deb-old.5, doc/sv/dpkg.8: Updated Swedish translation. * doc/sv/start-stop-daemon.8: Fixed a typo. Sat Dec 9 01:51:51 CET 2000 Wichert Akkerman * archtable, scripts/dpkg-architecture.pl: add linux s/390 * Makefile.conf.in, configure.in: add new option to use libz * dpkg-deb/Makefile.in, dpkg-deb/build.c, dpkg-deb/extract.c: use libz if so desired * debian/rules: default to using static libz * include/{dpkg-db.h,dpkg.h.in}, lib/mlib.c, lib/varbuf.c: generalize fd copy loops * main/filesdb.c: udpates to use read_fd_buf Tue Dec 05 07:43:05 CET 2000 peter karlsson * po/sv.po: Updated Swedish translation. Mon Dec 4 14:42:01 CET 2000 Wichert Akkerman * scripts/dpkg-statoverride.pl, main/filesdb.c: merge patch from Robert Luberda to fix statoverrides using numerical [ug]ids * Merge updats from the v17 branch: + scripts/dpkg-buildpackage.sh: Quote test options for usepause + scripts/dpkg-shlibdeps.pl: resolve library paths using a combination of the libc major version, and ldconfig -p output. Solves problems with errant libc5 deps. + scripts/dpkg-shlibdeps.pl: Make it parse soname's in the format of "libfoo-X.X.so" (e.g. libdb-3.1.so) and use it. Also make it give a warning if there is a NEEDED line in the objdump output that we cannot grok. + scripts/update-rc.d.pl: fix typo in regexp for scripts + debian/rules: remove final occurance of emacs Mon Dec 4 01:34:57 CET 2000 Wichert Akkerman * Merge more of Adams handywork to bring dpkg up to speed (literally :) + include/dpkg.h.in: remove defines for cat and dpkg-safelist since they are no longer used + lib/mlib.c: split up do_fd_copy + lib/varbuf.c: add varbufvprintf + lib/parse.c: use memset to initialize fieldencountered + main/filesdb.c: use new read_fd_into_buf Sun Dec 3 22:11:22 CET 2000 Wichert Akkerman * dpkg-deb/extract.c: apply one of Adams do_fd_copy patches Thu Nov 30 02:45:42 CET 2000 Wichert Akkerman * scripts/dpkg-statoverride.{pl,8}: + add new --import option to import settings from /etc/suid.conf + fix ENOENT issues + use %owner consistently instead of %owner and %user Wed Nov 29 17:56:43 CET 2000 Wichert Akkerman * po/gl.po: updated Tue Nov 28 18:48:52 CET 2000 peter karlsson * po/sv.po: Terminology changes Sat Nov 25 22:05:19 CET 2000 peter karlsson * po/sv.po: Updated Swedish translation Fri Nov 24 16:49:26 CET 2000 Wichert Akkerman * scripts/dpkg-scansources.pl: Fix getopt usage since perl5.6 complains about it. * doc/deb-old.5,doc/deb.5,main/dpkg.8,scripts/dpkg-name.1, split/dpkg-split.8 : update to reflect that dpkg-deb is in section 1 Thu Nov 23 19:13:21 CET 2000 Wichert Akkerman * lib/myopt.c: properly chomp read lines Thu Nov 23 17:52:44 CET 2000 Wichert Akkerman * lib/fields.c, lib/dump.c: fix two memory leaks * More Adam Heath patches: + lib/mlib.c, include/dpkg.h.in: add new option for do_fd_copy to specify buffersize + dpkg-deb/build.c, lib/info.c, lib/showcright.c: update for new do_fd_copy + dpkg-deb/extract.c: use do_fd_copy to read data instead of reading per character. * lib/mlib.c: fix error reporting for reading data in do_fd_copy * optlib/Makefile.am: remove (can't believe this still existed!) * utils/Makefile.in: link md5sum with our own libintl if needed * archtable, scripts/dpkg-architecture.pl: add freebsd-i386 * acconfig.h, configure.in, doc/Makefile.in: make building documentation and start-stop-daemon optional * main/help.c: only check for start-stop-daemon in checkpatch() if we build it Thu Nov 23 15:48:53 CET 2000 Wichert Akkerman * scripts/dpkg-buildpackage.sh: Name .changes file properly if we are doing a source-only build Thu Nov 9 13:53:21 CET 2000 Wichert Akkerman * doc/Makefile.in: use internals.html/index.html as dependency target so we only rebuild the docs when really needed Wed Nov 8 14:55:48 CET 2000 Wichert Akkerman * Makefile.conf, debian/rules: no longer install any emacs support stuff * debian/50dpkg-dev.el, scripts/debian-changelog-mode.el: removed * archtable: add powerpc-linux-gnu entry * debian/dpkg.conffiles: sync with dpkg-17 tree Tue Nov 7 22:05:48 CET 2000 Wichert Akkerman * lib/myopt.c: chop read lines in myfileopt Tue Nov 7 00:45:00 CET 2000 Wichert Akkerman * scripts/dpkg-statoverride.8: fix typos * scripts/dpkg-statoverride.pl: + replace dpkglibdir with admindir (oops) + open new file for writing in WriteOverrides * scripts/update-alternatives.pl: handle the fact that the Makefile changes our $admindir assignment so we have to manually add "/alternatives" to the path Mon Nov 06 07:24:11 CET 2000 peter karlsson * po/sv.po: Updated. Sun Nov 5 16:28:26 CET 2000 Wichert Akkerman * debian/dpkg.conffiles: added missing file * debian/rules, main/main.c: rename dpkg configfile to dpkg.cfg * debian/rules, debian/origin: add new origin file * scripts/dpkg-gencontrol.pl: rename Bugs-Submit-To to Bugs * debian/control: add Bugs and Origin entries * lib/database.c, parse.c: add Origin and Bugs to fieldinfos table * include/dpkg-db.h: add Origin and Bugs to pkginfoperfile struct * dpkg-deb/main.c, dpkg-deb/dpkg-deb.h: fix type for compression * Makefile.in: install origin file * scripts/dpkg-buildpackage.sh: fix logic error in source-only building * scripts/dpkg-source.pl: handle Bugs and Origin tags Sun Nov 5 10:00:31 EST 2000 Ben Collins * Create branch point for versioned provides * Revert patches for it from the HEAD Sun Oct 29 23:33:48 CET 2000 peter karlsson * po/sv.po: some corrections Sun Oct 29 01:47:59 CEST 2000 peter karlsson * po/sv.po: translated readfail message parameters from extract.c Sat Oct 28 15:41:04 CEST 2000 Wichert Akkerman * scripts/dpkg-genchanges.pl: make a missing package a warning instead of an error * dpkg-deb/extract.c: mark readfail message parameters as translateable Wed Oct 25 00:14:06 CEST 2000 Wichert Akkerman * po/nl.po: new Dutch translation from Ivo Timmermans * THANKS: add Ivo * configure.in: add nl to linguas Thu Oct 19 00:59:40 CEST 2000 Wichert Akkerman * utils/start-stop-daemon.c + fix a buffer overflow in cmdname handling + Only abort if we fail to open an existing pidfile * utils/start-stop-daemon.8: update formating Wed Oct 18 17:48:15 CEST 2000 Wichert Akkerman * scripts/dpkg-source.pl: patch from Colin Watson to not rename a file to itself Mon Oct 16 10:45:47 EDT 2000 Ben Collins * main/packages.c: Hack up things so a package which provides/conflicts/replaces it's own virtual can be installed (can't be removed yet, but hey...) Sat Oct 7 22:18:43 CEST 2000 Wichert Akkerman * po/gl.po, configure.in: add new Galician translation from Alberto Garcia * po/pt_BR.po, configure.in: add new Brazilian translation from Carlos Laviola * THANKS: add Alberto and Carlos Wed Oct 4 16:37:08 CEST 2000 Wichert Akkerman * main/processarc.c: read trailing zeroes from tar output Tue Oct 03 23:13:59 CEST 2000 peter karlsson * po/sv.po: Updated Swedish translation. Sun Oct 1 20:09:42 CEST 2000 Wichert Akkerman * main/enquiry.c: fix the listpackage output logic * main/filesdb.c: fix error cleanup in ensure_statoverride * lib/myopt.[ch]: add myoptfile() so we can read configuration files * main/main.c: call new myoptfile() * include/Makefile.in, include/dpkg.h.in: add dpkgconfdir Mon Sep 25 16:19:05 CEST 2000 Wichert Akkerman * scripts/dpkg-divert.pl: don't print version twice on --help Thu Sep 21 16:29:32 CEST 2000 Wichert Akkerman * debian/shlibs-default.template: removed * debian/shlibs-{default,override}: new files * debian/rules: install shlibs-{default,override} in /etc/dpkg in dpkg-dev * scripts/{dpkg-buildpackage.sh,dpkg-genchanges.pl}: add -S option to only upload sources * scripts/dpkg-source.1: document new -S option Sun Sep 17 01:50:34 CEST 2000 Wichert Akkerman * scripts/dpkg-source.1: document -k option for dpkg-buildpackage Sat Sep 16 22:55:49 CEST 2000 peter karlsson * doc/sv/822-date.1, doc/sv/dpkg-split.8: Initial Swedish translation. * doc/sv/Makefile.in: Added more Swedish manual pages to install. * po/sv.po: Fixes and updates. Fri Sep 15 23:45:21 CEST 2000 Wichert Akkerman * THANKS: update email address for dhd * merge hppa fixed from dhd: + archtable: add hppa, fixup SuperH entries + scripts/dpkg-architecture.pl: add hppa + config.sub, config.guess: updated to support hppa + main/enquiry.c: fix printarch() Fri Sep 15 08:00:44 CEST 2000 peter karlsson * po/sv.po: Some consistency changes for the translation. * doc/sv/deb.5, doc/sv/dpkg.8, doc/sv/dselect.8: Translation fixes. Thu Sep 14 22:31:15 CEST 2000 peter karlsson * po/sv.po: Updated Swedish translation. * doc/sv/deb-control.5, doc/sv/deb-old.5, doc/sv/dpkg.8, doc/sv/md5sum.1, doc/sv/start-stop-daemon.8: Initial Swedish translation. * doc/sv/Makefile.in: Added more Swedish manual pages to install. Sun Sep 10 23:31:02 CEST 2000 Wichert Akkerman * scripts/dpkg-scanpackages.pl: modify to use most recent version of a package if multiple versions are found Sat Sep 9 21:17:37 CEST 2000 Wichert Akkerman * debian/control: add dependency on binutils for dpkg-dev (needed for objdump) * scripts/dpkg-shlibdeps.pl: really make it do what the documentation says it does. * scripts/update-alternatives.pl: + set alternative to manual mode when doing --config + Fix typo in test for removed manual alternative + Merge patch from Camm Maguire to fix updating of slave links Fri Sep 8 12:28:34 CEST 2000 Wichert Akkerman * configure.in: add de to ALL_LINGUAS * po/de.po: New German translation from Hartmut Koptein * THANKS: Add Hartmut * main/enquiry.c: fix silly type error * scripts/dpkg-divert.pl: change $dpkglibdir to $admindir * scripts/Makefile.in: set $admindir as well in scripts Tue Sep 5 20:28:17 CEST 2000 Wichert Akkerman * scripts/dpkg-source.1: note that dpkg-shlibdeps uses objdump now Sat Sep 2 18:29:56 CEST 2000 Wichert Akkerman * archtable, scripts/dpkg-architecture.pl: add entries for SuperH Wed Aug 30 14:24:53 CEST 2000 Wichert Akkerman * main/enquiry.c: modify listformatstring() to check if output is being sent to a tty. If not and no COLUMNS is set use a width of 80 Mon Aug 21 12:58:15 CEST 2000 Wichert Akkerman * lib/lock.c, main/filesdb.c, main/archives.c, main/configure.c, dpkg-deb/build.c, dpkg-deb/extract.c: updates from Chip Salzenberg to clean up fd handling Thu Aug 10 21:08:00 CEST 2000 peter karlsson * po/sv.po: More corrections and translation updates. Mon Aug 7 12:02:16 PDT 2000 Wichert Akkerman * main/enquiry.c: cache value of packagelist formatstring instead of recreating it for every package Tue Aug 1 10:56:52 EDT 2000 Ben Collins * main/packages.c: fix thinko with versioned deps * debian/rules:clean: remove distclean call, we purge the whole build directory anyway. * main/main.c: add --assert-versioned-provides option main/main.h: prototype it main/enquiry.c: add assertverprov() Mon Jul 31 23:38:56 EDT 2000 Ben Collins * archtable: add ia64; revert sparc64 so that it turns into sparc. There wont be a full binary-sparc64 port. * dselect/main.cc: small fixups to get it to compile with gcc-2.96 Wed Jul 26 21:27:30 CEST 2000 peter karlsson * po/sv.po: Updated translation. Sun Jul 23 15:23:15 CEST 2000 Wichert Akkerman * main/enquiry.c: mark another string as translateable Sun Jul 16 12:43:59 EDT 2000 Wichert Akkerman * scripts/dpkg-gencontrol.pl: add Origin, Submit-Bugs-To and Submit-Bugs-Style fields. * scripts/dpkg-source.1: slight formatting update * debian/copyright: merge two entries for Miquel van Smoorenburg Sat Jul 15 14:55:00 CEST 2000 peter karlsson * po/sv.po: More corrections. Thu Jul 13 10:22:43 EDT 2000 Wichert Akkerman * lib/fields.c: make a non-exact versioned provides a warning instead of an error Tue Jul 4 17:29:06 CEST 2000 Wichert Akkerman * main/enquiry.c: modify getttywidth() to check COLUMNS environment * scripts/controllib.pl: remove warnings for LOGNAME stuff Wed Jun 28 19:50:00 CEST 2000 peter karlsson * po/sv.po: Updated Swedish translation from comments received. Wed Jun 28 00:04:40 CEST 2000 Wichert Akkerman * lib/showcright.c: don't translate function-name in do_fd_copy call Tue Jun 27 19:19:00 CEST 2000 peter karlsson * po/sv.po: Updated Swedish translation from comments received. Sat Jun 17 21:57:00 CEST 2000 peter karlsson * po/sv.po: Updated Swedish translation. * THANKS: Updated my e-mail address. Fri Jun 16 08:59:47 EDT 2000 Ben Collins * main/depcon.c: really fixup versioned provides this time. basically we ignore the dvr_* of the provide, and use the version to decide if we want to use it to satisfy the dep * main/enquiry.c: ignore dvr_* type when checking for provides Thu Jun 15 13:41:28 CEST 2000 Wichert Akkerman * lib/parse.c: add Enhances to fieldinfos[] * lib/fields.c: + initialize dop->backrev as well when creating new dependency + only allow exact version relations when dealing with provides * TODO: remove versioned provides * debian/rules: don't fail if make clean fails (which happens on a cvsclean tree) Thu Jun 15 10:09:03 EDT 2000 Ben Collins * main/depcon.c: remove if() that prevented versioned deps from checking provides to satisfy them * dselect/pkgsublist.cc: Same Tue Jun 13 22:11:22 CEST 2000 peter karlsson * po/sv.po: Updated Swedish translation Tue Jun 13 19:23:37 CEST 2000 Wichert Akkerman * scripts/dpkg-statoverride.pl: + fix two typos in the help message + Add code to implement --update when adding an override * scripts/dpkg-statoverride.8: new file * debian/dpkg.postinst: create statoverride file if it doesn't exist Mon Jun 12 19:38:17 CEST 2000 Wichert Akkerman * scripts/dpkg-statoverride.pl: fix two typos in the help message * debian/dpkg.postinst: create statoverride file if it doesn't exist Mon Jun 12 16:35:26 CEST 2000 Wichert Akkerman * configure.in: generate doc/sv/Makefile as well * main/filesdb.c: fix logic when reading statusoverride-file * scripts/.cvsignore: add all the perl scripts * scripts/dpkg-divert.pl: + turn $admindir into $dpkglibdir, which the Makefile will handle + fix glob->regexp logic for --list * scripts/Makefile.in: + replace one `sed' with `$(SED)' + add dpkg-statoverride * scripts/dpkg-statoverride.pl: new util to manage statoverrides * debian/rules: move Swedish manpages into the package as well Fri Jun 9 15:52:28 CEST 2000 Wichert Akkerman * Merge things from the potato branch: + po/*.po: updated + THANKS: Add Lele Gaifax + configure.in: add Italian to LINGUAS + doc/sv: new directory with Swedish manpages + doc/*: removed "GNU/Linux" since this runs on HURD as well + doc/ja/update-alternatives.8: new version + dpkg-deb/main.c: remove preprocessor define from gettextized string + dselect/main.c: remove preprocessor define from gettextized string + lib/showcright.c: remove preprocessor define from gettextized string + main/enquiry.c: can't use prepocessor defines in a gettextized string + dselect/pkgdisplay.cc: Replace empty string for eflags with a space + dselect/pkgsublist.cc: mark another string as translateable + dselect/pkgtop.cc: change code to reflect that the empty case for an eflagstring is now a single space, not an empty string (since gettext can't handle empty strings). + main/help.c: allocate a bit more space for the path buffer in checkpath() + main/main.c: fix location of --abort-after in --help output + scripts/debian-changelog-mode.el: fix documentation string for debian-changelog-finalise-last + scripts/dpkg-source.pl: fix typo + scripts/udate-alternatives.8: fixed errors found while Japanese translation was made. * methods/Makefile.am: removed Sun May 28 17:24:09 CEST 2000 Wichert Akkerman * dpkg-deb/build.c: remove extra closing brace * include/dpkg.h.in: add define for statusoveride file * main/filedb.[ch]: add code to manage the statoverride list * main/archives.c: modify tarobject() to check for statoverrides * TODO: remove integrating suidmanager note, it's partially done now Sun Apr 30 14:19:41 CEST 2000 Wichert Akkerman * doc/*: remove all references to GNU/Linux and just mention `Debian system': we just as well on other operating systems. * scripts/dpkg-source.pl: add Format-field to .dsc files * debian/changelog: include changes from 1.6.12.99 Sat Apr 15 14:53:23 EDT 2000 Wichert Akkerman * TODO: updated * debian/rules: explicitly strip the setgid bit for debian/tmp-*. This is needed since the kernel copies it when we create subdirs and install doesn't strip it even though we explicitly ask for a mode 755 directory. Updated clean target to run make distclean to remove generated sourcefiles as well. * dpkg-deb/build.c: add comments to describe what we are doing. Add code to get a list of files to be added to the archive, reorder it and feed it to tar and use this to put symlinks after all other files. * scripts/dpkg-gencontrol.pl: add dpkg:Version and dpkg:UpstreamVersion to list of substvars Thu Apr 13 09:57:52 EDT 2000 Wichert Akkerman * configure.in: add -D_GNU_SOURCE to CFLAGS so we can get strsignal * scripts/dpkg-genchanges.pl: output Changed-By just after Maintainer * scripts/cl-debian.pl: really allow a single whitespace to between # and a bugnumber that will be closed. * Synchronize with potato-branch again: + scripts/dpkg-divert.pl: fixed typo + debian/dpkg-dev.{postinst,prerm}: remove emacsen-common stuff + po/{es,sv}.po: updated + debian/changelog: include changes for 1.6.12 + dpkg-genchanges: recognize non-deb packages (tarballs, such as dpkg-non-deb and boot-floppies disk tarballs). This makes sure that we include them when figuring up the Arch field in the .changes + scripts/dpkg-buildpackage.sh: Don't default to no signing until after we parsed the options, otherwise we will miss overrides. Wed Apr 12 19:06:27 EDT 2000 Wichert Akkerman * scripts/dpkg-genchanges.pl: add dpkg:Version and dpkg:UpstreamVersion to list of substvars Sat Mar 18 19:08:20 CET 2000 Wichert Akkerman * Synchronize with potato-branch again: + scripts/dpkg-buildpackage: improve test for default signcommand + po/ja.po: updated + dselect/*.cc: remove includes for signal.h and curses.h + dselect/dselect.h: include both signal.h and curses.h and #undef the ERR from sys/ucontext.h which breaks curses + scripts/dpkg-divert.pl: fix syntax error Sat Mar 4 16:52:38 CET 2000 Wichert Akkerman * Synchronize with potato-branch again: + debian/changelog: update to 1.6.10 + scripts/dpkg-divert.pl: reinstate last writeability-patch. Modified to not abort on ENOENT: this indicates a directory does not (yet) exist. If this happens don't try to rename. + scripts/update-alternatives.pl: + update usage-warning to reflect the new --config option + Document some global variables + Switch back to auto-mode when removing a manually selected alternative + dselect/{dselect.h,main.cc,pkglist.cc}: remove CAN_RESIZE stuff + dselect/methlist.cc: don't abort if getch fails due to interrupted syscall + dselect/pkglist.cc: don't abort if getch fails due to interrupted syscall + dselect/baselist.cc: put debug-statement in sigwinchhandler and actually resize the current terminal before redisplaying the screen Thu Mar 2 17:03:04 CET 2000 Wichert Akkerman * dselect/methkeys.cc: remove old bindings for `n' and `p', which frees `n' to do searchagain Mon Feb 28 15:12:05 CET 2000 Wichert Akkerman * utils/Makefile.in: fix link command for start-stop-daemon Mon Feb 21 18:05:55 CET 2000 Wichert Akkerman * dselect/pkgsublist.cc: mark another string as translateable Thu Feb 17 22:01:38 CET 2000 Wichert Akkerman * doc/ja/dselect.8: Updated Wed Feb 16 17:13:09 CET 2000 Wichert Akkerman * dselect/pkgtop.cc: flag two more strings as translateable Tue Feb 15 19:57:45 CET 2000 Wichert Akkerman * Merge the potato branch: * main/dpkg.8: don't list all authors but refer to THANKS file * debian/control: correct Build-Dependencies for ncurses * debian/control: update extended description to not list dependencies for dpkg-dev * Update lots of documentation * main/enquiry.c: handle failed open of /dev/tty * main/remove.c: revert earlier patch from Oct 11 1999 to remove conffiles before removing directories. Due to the changed execution order conffiles were no longer around when the postrm was run. which is not what we want. * methods/Makefile.in: create $(admindir)/methods/mnt * scripts/dpkg-gencontrol.pl: undo Source-Version changes * scripts/dpkg-source.pl: remove sticky bits from directory when unpacking source * scripts/install-info.pl: partially apply patch from Jammin Wheeler to clean up errors * scripts/update-alternatives.pl: implement --verbose Sun Feb 13 01:06:46 CET 2000 Wichert Akkerman * scripts/dpkg-buildpackage.sh: we know that dpkg-architecture is installed since we provide it, so don't test for its existance * More updates from Marcus Brinkman: + archtable: Change first column format from CPU to CPU-OS. Add entry for i386-gnu. Update comment. + configure.in: Check Debian architecture revamped: More appropriate check title. Check for CPU-OS in arhctable (instead just CPU). Enclose result message in [...] (because of the comma character). After the test, $dpkg_archset can't be empty, so remove following test which is always true. + Remove internal use of --print-architecture: scripts/controllib.pl: Use always dpkg-architecture -qDEB_HOST_ARCH scripts/dpkg-buildpackage: Don't set $arch at command line parsing time, instead, always set it later with dpkg-architecture -qDEB_HOST_ARCH dpkg-name.pl: Fall back to dpkg --print-installation-architecture. Sat Feb 12 17:11:33 CET 2000 Wichert Akkerman * configure.in: don't try to outguess what CFLAGS should be * scripts/update-alternatives.8: fix typo * `Merge Marcus Brinkman patches day': + scripts/dpkg-architecture.pl: architecture -q should not imply -f + scripts/dpkg-shlibdeps.pl: build a list of packages instead of overwriting previous results. + utils/start-stop-daemon.c: update HURD specifics + configure.in: revamp HURD detection stuff + debian/rules: use dpkg-buildarchitecture to get proper info, set config_arg if we are crosscompiling + debian/rules: typo in clean target, scan start-stop-daemon for shlibdeps Tue Feb 8 21:33:58 EST 2000 Ben Collins * main/{processarc,archive}.c: Make the conflictor an array of structs and make sure that check_conflicts uses that and increments a global indexs for the array. The reason that multiple conflicts/replaces were getting borked had something to do with thre first one in the hash not being processed. This was the result of bad pointer games, so this makes it a lot cleaner. Wed Jan 19 16:41:04 CET 2000 Wichert Akkerman * scripts/controllib.pl: add comment with description of global variables * scripts/dpkg-genchanges.pl: + add comment with description of global variables + Change Format number to 1.7 + `Maintainer' is now the actual maintainer as listed in control + add `Changed-By' field with maintainer as listed in changelog. Add -e flag to override this value * scripts/dpkg-buildpackage.sh: pass -e on to dpkg-genchanges * scripts/dpkg-source.1: document new -e option, update copyright Mon Jan 17 21:20:35 CET 2000 Wichert Akkerman * dselect/Makefile.in: not all shells support == for strings comparisons * version-nr: update to 1.6.8 * scripts/dpkg-shlibdeps.pl: update to version from dpkg_test_bz2_syslog_sigs branch: + use objdump instead of ldd + correct checks on shlibs.local Sun Jan 16 22:07:12 CET 2000 Wichert Akkerman * main/dpkg.8: note that --force-overwrite is off by default * po/.cvsignore: add all the .gmo files Sat Jan 15 03:48:47 CET 2000 Wichert Akkerman * doc/ja/dpkg-deb.5: updated with patch from Hiroshi KISE * THANKS: Add Hiroshi KISE Tue Jan 11 03:34:22 CET 2000 Wichert Akkerman * scripts/dpkg-genchanges.pl: also upload full source if version is *-0.1 * doc/ja/dpkg.8: updated with patch from Hiroshi KISE Tue Jan 11 18:32:52 CET 2000 Wichert Akkerman * configure.in: Fix include in test for alphasort * Makefile.in: add intl to subdirectory-list * dpkg-deb/Makefile.in: set top_builddir * dselect/Makefile.in: set top_builddir * main/Makefile.in: set top_builddir * lib/compat.c: add really simple snprintf (doesn't do range-checking) * lib/compat.c: add sys_siglist * configure.in: add tests for snprintf and sys_siglist * include/dpkg.h.in: don't include sys/sysinfo.h, filesdb.c is the only thing that needs it and it has its own include. Tue Jan 11 02:02:00 CET 2000 Wichert Akkerman * dselect/baselist.cc: don't specify SA_INTERRUPT, since it's not portable and the default behaviour * main/enquiry.c: include sys/termios.h (needed on Solaris) * lib/lock.c: use EACCESS instead of EWOULDBLOCK * dselect/main.cc: fix help for -D * dselect/main.cc: try to lock admindir instead of using readwrite * dselect/method.cc: switch to using fcntl for lock since that is more portable, and revamp lockingcode to reduce code duplication Mon Jan 10 20:55:45 CET 2000 Wichert Akkerman * Update Swedish and Russian translation Sun Jan 9 16:11:39 CET 2000 Wichert Akkerman * Merge patches from Josip Rodin: + various text and manpage updates + dselect/method.cc: don't abort if locking fails but give a warning + THANKS: fix various small errors Sun Jan 9 01:40:23 CET 2000 Wichert Akkerman * scripts/cl-debian.pl: Allow space between `#' and the bugnumber in the changelog scripts * scripts/start-stop-daemon.c: test for __sparc__ instead * scripts/Makefile.in: add optlib to CFLAGS * utils/start-stop-daemon.c: add option to chroot first, patch from Marco d'Itri * utils/start-stop-daemon.8: document chroot option * dselect/pkgtop.cc: use waddnstr to print package description instead of waddch Fri Jan 7 18:24:45 CET 2000 Wichert Akkerman * dselect/method.cc: pass admindir to dpkg * dselect/Makefile.in: fix rule to build helpmessages * dselect/curkeys.h: use curses.h instead of ncurses.h, since someone decided to play nasty and just remove that * scripts/: remove dpkg-safelist * dpkg-deb/build.c: remove dpkg-safelist calls * main/enquiry.c: redo formula to get fieldwidths for packages Wed Jan 5 17:09:45 CET 2000 Wichert Akkerman * Merge patch from Tom Lees : + scripts/dpkg-buildpackage.sh: support debsign * scripts/update-alternatives.8: fix wrong order of parameters in ACTION section * Updated Polish translation Sun Dec 26 01:31:08 CET 1999 Wichert Akkerman * Update copyright for Swedish translation to SPI instead of Debian Sat Dec 25 04:04:48 CET 1999 Wichert Akkerman * dselect/pkgtop.cc: use waddnstr instead of waddch so we don't strip the 8th bit of characters * Replace `Debian Linux' with `Debian GNU/Linux' in some more places * Update Spanish translation * main/enquire.c: always use a minimum width of 80 in list1package * debian/rules: install dpkg-safefilelist Sat Dec 25 02:50:31 CET 1999 Wichert Akkerman * Oops, forgot to add scripts/dpkg-safefilelist.{1,pl} * debian/control: remove double empty line * dpkg-deb/main.c: Fix help-message Fri Dec 24 17:34:30 CET 1999 Wichert Akkerman * version-nr: update to 1.6.5 * doc/Makefile.in: install THANKS * TODO: remove items that have been done * lib/showcright.c: exit(0) after showing the copyright since we don't exec cat anymore * Patch from David Huggins-Daines : + main/configure.c: add NULL to execlp() parameters; this fixes the random segfaults when showing the conffile-diff Fri Dec 24 15:35:29 CET 1999 Wichert Akkerman * debian/control: add Build-Depends * THANKS: new file which lists everyone who contributed to the code * Change `Debian Linux' to `Debian GNU/Linux' in a couple of manpages * main/enquiry.c: modify list1package to use the full width of the tty * main/main.c: fix wrong call to fputs * Merge patches from Adam Heath: + lib/mlib.c: new function do_fd_copy to read a file into a fd + dpkg-deb/build.c: use do_fd_copy + dpkg-deb/build.c: use dpkg-deb-filelist to reorder files when building a package + dpkg-deb/info.c: use do_fd_copy + lib/showcright.c: use do_fd_copy to read license + scripts/dpkg-safelist.{1,pl}: new script to reorder a filelist to make sure symlinks are listed after their targets. + dpkg-deb/main.c: add -z option to set compression level + dpkg-deb/build.c: pass new -z options to gzip * dpkg-deb/dpkg-deb.1: document new -z option Wed Dec 22 13:41:41 CET 1999 Wichert Akkerman * main/main.c: cleanup printversion Wed Dec 22 12:07:40 CET 1999 Wichert Akkerman * debian/dpkg-doc.postrm: Use doc-name instead of file-name (probably need to change the filename, but I'll be lazy now :) * dselect/pkgdisplay.cc: Replace empty string for eflags with a space so gettext doesn't use the translation-info * po/update.sh: Generate dselect/helpmsgs.{cc,h} so we can translate them. * po/POTFILES.in: add dselect/helpmsgs.cc * dselect/Makefile.in: put helpmsgs.{cc,h} in $(srcdir), since gettext will barf on us if we put them in the builddir. (The real issue here is that when we generate the .po-files we don't know what the builddir will be and gettext can't handle VPATH). * dselect patches from Dan Gohman : + dselect/pkgtop.cc: use ACS_HLINE instead of `-' + dselect/baselist.cc: change colour of column headings + dselect: add a new --expert mode which suppresses the display of the helpscreen Tue Dec 21 15:59:35 CET 1999 Wichert Akkerman * scripts/dpkg-scansoures.pl: don't use \z since that is perl5.005-specific. Patch from Roderick Schertler * debian/rules: fix typo so cleanup-info.8 actually gets installed Fri Dec 17 00:41:50 CET 1999 Wichert Akkerman * Makefile.conf.in: use @libdir@ and @admindir@ * configure.in: add --with-admindir option and change the default to $libdir/db * debian/rules: add --with-admindir=/var/lib/dpkg * scripts/debian-changelog-mode.el: update location of GPL * scripts/dpkg-name.sh: update location of GPL Thu Dec 16 15:20:11 CET 1999 Wichert Akkerman * utils/start-stop-daemon.c: Fix OS-detection for sunos * utils/update-rc.d: Accept single-number values, since they are always in the [0,99] range Wed Dec 15 16:08:47 CET 1999 Wichert Akkerman * autogen.sh: copy gettextm4, lcmessage.m4 and progtest.m4 to automake/ for systems without gettext installed * Makefile.in: remove the gettext-macros in distclean * utils/Makefile.in: fix clean target, link md5sum and start-stop-daemon with optlib * optlib/*: getopt implementation for systems without GNU getopt. Wed Dec 15 00:18:30 CET 1999 Wichert Akkerman * configure.in: Add option to disable building dselect * configure.in: Test for ptrdiff_t and stddef.h * config.h.bot: iclude stddef.h if it exists * Add config.sub and config.guess Tue Dec 14 20:08:58 CET 1999 Wichert Akkerman * automake/sysconf.m4: really add the file this time * po/sv.po: new version with minor corrections * main/depcon.c: minor corrections to depisok() * scripts/dpkg-buildpackage.sh: fix -nc option Mon Dec 13 15:18:03 CET 1999 Wichert Akkerman * scripts/dpkg-gencontrol.pl: use findarch to get the architecture Sun Dec 12 23:59:25 CET 1999 Wichert Akkerman * dselect/main.cc: We need to printf programdesc as well * autogen.sh: Remove libtoolize call * automake/sysconf.m4: new autoconf-macros for sysconf * filesdb/main.c: also check MEMINFO_IN_SYSINFO * configure.in: remove ugly sysinfo-hacks to use new ac macros instead * utils/start-stop-daemon.c: modify to build on sunos Sun Dec 12 17:20:12 CET 1999 Wichert Akkerman * Update the Swedish translation * start-stop-daemon.c: check exitnodo-flag if we fail to kill a process Sun Dec 12 00:41:01 CET 1999 Wichert Akkerman * Add Swedish translation from Peter Karlsson Wed Dec 8 01:36:35 CET 1999 Wichert Akkerman * Update Czech translation Tue Dec 7 17:41:17 CET 1999 Wichert Akkerman * Drop the emacs bytecompile-stuff completely Tue Dec 7 14:08:21 CET 1999 Wichert Akkerman * Fix display of copyright in menu Tue Dec 7 01:26:21 CET 1999 Wichert Akkerman * Comment changes made in pkgdepcon.cc; they're not completely correct yet Mon Dec 6 01:37:08 CET 1999 Wichert Akkerman * Correct uid/gid-changes in start-stop-daemon, patch from Topi Miettinen Sun Dec 5 18:09:36 CET 1999 Wichert Akkerman * Add manpages from Josip Rodin for cleanup-info and dpkg-divert * New dpkg-scansources from Roderick to allow trailing blanks on lines * Correct generation of manual-version * Merge patch from Richard Kettlewell to eliminate string copies while reading .list files * Fix earlier translation-patch for dselect so it builds again Sat Dec 4 04:22:49 CET 1999 Wichert Akkerman * Update the polish translation Mon Nov 29 21:11:35 CET 1999 Wichert Akkerman * Change default lispdir to $(prefix)/emacs/site-lisp/$PACKAGE Sun Nov 28 21:56:32 CET 1999 Wichert Akkerman * dselect/pkgdepcon.cc: don't treat recommends like (pre-)depends. Instead make it similar to suggests but default to selecting the package. Sat Nov 27 09:46:26 EST 1999 Ben Collins * utils/start-stop-daemon.c: call initgroups() prior to seteuid() Fri Nov 26 18:36:22 EST 1999 Ben Collins * dselect/main.cc: fixed three cases where gettext usage was not possible die to macros inlined in the strings Fri Nov 26 18:09:17 EST 1999 Ben Collins * configure.in: generate utils/Makefile * utils/configure.in: removed so top level configure will take over this subdir Fri Nov 26 02:21:56 CET 1999 Wichert Akkerman * Fix .so-entries for script manpages Thu Nov 25 23:59:24 CET 1999 Wichert Akkerman * Correct location of documentation in debian/dpkg-doc.doc-base Thu Nov 25 04:55:18 CET 1999 Wichert Akkerman * Correct name of source tarball in debian/rules Thu Nov 25 03:45:23 CET 1999 Wichert Akkerman * Merge the new buildsystem from the wta_build branch. If you want the old buildsystem check the last-of-automake tag Fri Nov 19 15:04:10 CET 1999 Wichert Akkerman * `n' is also searchagain in dselect now * Do searchagain if an empty searchstring is entered Thu Nov 18 10:27:35 EST 1999 Ben Collins * utils/start-stop-daemon.c: Added ability for user.group arg to --chuid. Also, always call initgroups() when using --chuid. * utils/start-stop-daemon.8: Document above change, also add note to the --make-pidfile option concerning its problem with daemons that fork Fri Nov 12 21:21:21 CET 1999 Wichert Akkerman * Rename japanses translation to just jp Thu Nov 11 20:14:02 EST 1999 Ben Collins * lib/tarfn.c: add braces around if to fix compiler warning Fri Nov 12 01:47:24 CET 1999 Wichert Akkerman * Correct names for build-depency names according to Bug# 49792 * .. and for dpkg-source.pl as well Mon Nov 8 17:45:50 CET 1999 Wichert Akkerman * Add support for enhances to dpkg and dselect. dselect doesn't take any action on it yet though Tue Nov 2 20:19:48 CET 1999 Wichert Akkerman * Fix some language mixups: our Polish translation was actually Czech, and we somehow lost the real Polish text.. Mon Nov 1 23:25:32 CET 1999 Wichert Akkerman * Add partial Russian translation from Michael Sobolev Sat Oct 30 16:22:00 CEST 1999 Wichert Akkerman * Fix file conflict between dpkg-dev, dpkg * Move changelog.manual to dpkg-doc Sat Oct 30 03:31:30 CEST 1999 Wichert Akkerman * Make it all build again * retro-actively add this ChangeLog entry * Removed bogus po/dpkg.po file * No longer translater internal errors.. we want to see the English text in bugreports Fri Oct 29 20:16:43 EDT 1999 Ben Collins * po/update.sh: make sure we only update when there are changes, also autodetect list of .po files we need to change * release.sh: likewise for .gmo generation Fri Oct 29 16:51:03 EDT 1999 Ben Collins * main/archives.c: s/DPK/DPKG/ from one of the gettext changes Fri Oct 29 21:16:21 CEST 1999 Wichert Akkerman * Fix name for Polish translation Fri Oct 29 10:37:16 EDT 1999 Ben Collins * dpkg-divert: Fix check for writable filesystem, closes: #48646 Thu Oct 28 22:14:49 CEST 1999 Wichert Akkerman * Add Polish translation from Piotr Roszatycki Thu Oct 28 10:10:23 EDT 1999 Ben Collins * dpkg-shlibdeps: fix ordering for shlibs.default Wed Oct 27 21:33:19 EDT 1999 Ben Collins * release.sh: remove attic/ and doc/obsolete/ * dpkg-gencontrol: add "Source" to the fields placed in the control file * dpkg-parsechangelog: fixed loop for parsepath Tue Oct 26 19:35:53 CEST 1999 Wichert Akkerman * Also translate helpmessages for dselect Mon Oct 25 21:08:06 CEST 1999 Wichert Akkerman * Added Czech translation from Petr Cech Mon Oct 25 19:10:50 CEST 1999 Wichert Akkerman * Mark more strings for translation in libdpkg and dpkg * Don't bother translating debug-statements Mon Oct 25 11:55:35 EDT 1999 Ben Collins * scripts/dpkg-shlibdeps: start using objdump as opposed to ldd, this works much more cleanly, works with libc5, and allows from better error reporting. Also corrected checks on shlibs.local, which wasn't really being parsed, it now works as advertised. * scripts/{dpkg-gencontrol,dpkg-source,controllib.pl}: fixed references to old style build dep fields to match current policy ammendment Mon Oct 25 17:12:34 CEST 1999 Wichert Akkerman * gettextize dselect Mon Oct 25 08:42:52 EDT 1999 Ben Collins * debian/rules: fix symlink creaton for /usr/share/doc/dpkg-dev -> dpkg, also compress the info and ps files for internals in dpkg-doc Mon Oct 25 06:50:17 EDT 1999 Ben Collins * main/processarc.c: fixes calculation of package filename display (the ".../foo.deb" one) where it was showing the full path if the basename was longer than 30 chars. Now shows just the basename if it can't squeez the full path to < 30 chars (even if the basename is > than 30 chars) Mon Oct 25 02:27:49 CEST 1999 Wichert Akkerman * dselect/main.cc: Fixup error message for invalid parameter to reflect we are dselect, not dpkg Sun Oct 24 20:46:44 EDT 1999 Ben Collins * scripts/dpkg-source.pl: we want to 'delete' the POSIXLY_CORRECT env not 'undef' Sun Oct 24 20:25:11 EDT 1999 Ben Collins * debian/dpkg-doc-{postrm,prerm}: Added install-info for internals.info * debian/dpkg-internals: fixed misplaced description Sun Oct 24 11:39:21 EDT 1999 Ben Collins * debian/control: added dpkg-doc * debian/dpkg-doc-{postinst,prerm}: new files for dpkg-doc package * debian/dpkg-internals: doc-base support for dpkg-doc * debian/rules: added build rules for dpkg-doc to binary-indep target * doc/Makefile.am: changed build setup for internals.sgml to use the debiandoc tools, and removed internals.* stuff from being built by default. Two new targets, internals and internals-install, now handle this * doc/changelog: removed, duplicate of ChangeLog * doc/internals.sgml: converted to debiandoc format, now builds correctly and without errors * doc/manuals-version: removed since it is generated at build time * doc/texinfo.*: moved to doc/obsolete/ since the debiandoc format doesn't need them * main/filesdb.c: fixed compiler warning Sat Oct 23 21:23:08 EDT 1999 Ben Collins * Added 'D' to the list of choices for conffile handling Sat Oct 23 16:25:16 EDT 1999 Ben Collins * 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). Sat Oct 23 09:22:16 EDT 1999 Ben Collins * Leave file info intact in available when installing packages. MD5sum, Filename, and MSDOS-Filename used to get lost when installing a package. * Backout dep check patch (merged from v1_4_1_18) * Added armv4l to archtable Thu Oct 21 12:57:31 EDT 1999 Ben Collins * Fixed incorrect patch for --print-architecture (oops, oh well it was already broken when there was no gcc anyway :) * Fixed missing mipseb that was supposed to be in the archtable * Better output in update-alternatives --config, now shows the current, and the prefered choices. * dpkg-name: ignore epoch when getting version * 50dpkg-dev.el: add it as a conffile for dpkg-dev * dpkg-shlibdeps: redirect STDERR to /dev/null for the dpkg fork so we don't see dpkg's errors * internals.sgml: Removed references to the versions of build tools, they date the document. * debian-changelog-mode.el: added hint for better log-email handling * Added recognition for new source-depends fields for policy referenced in bug #41232 * dpkg-buildpackage: add -ap option to force a pause prior to starting the sign process. This helps for people who don't keep their signatures on the filesystem (on a floppy perhaps, then mount as needed). * minor script corrections * dpkg-dev control: Change gcc to c-compiler in the recommends field, and move cpio, patch and make to the depends line Thu Oct 21 10:22:43 EDT 1999 Ben Collins * Fixed the check that was added to dpkg-divert. * Removed the lib version checking. * Oops, somehow the --config feature went missing from update- alternatives Thu Oct 21 13:22:42 CEST 1999 Wichert Akkerman * Update copyright (taken from dpkg-iwj tree, with Ben added) * Add support for long filenames in tarfiles. Based on a patch from Andrew Hobson * Add a --assert-longfilenames option Thu Oct 21 06:37:24 EDT 1999 Ben Collins * Fixed some compiler warnings * 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 * Bah, add all the prefix/datadir... stuff back to the install target in debian/rules (po/ doesn't use it) * Add function to libdpkg that dpkg can call to make sure it's compiled version matches that of the library. If it fails, complain loudly, but allow to proceed * 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 Tue Oct 19 18:07:28 EDT 1999 Ben Collins * Ok, TMPDIR usage is back in dpkg-deb and working * {include,scripts}/Makefile.am: Fix for using DESTDIR * debian/rules: really convert to DESTDIR on install target this time. 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. Tue Oct 19 09:59:22 EDT 1999 Ben Collins * Reverted the new tmpfile stuff in dpkg-deb. For some reason it's completely corrupting the new package Mon Oct 18 18:40:35 EDT 1999 Ben Collins * 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. Note, I tested the first way and this new way against package foo (version 1 & 2) each had 5000 files (different in version 2 than in version 1). basically this meant the old way needed to do about 2.5 million lstats, and the new way only needs 10,000 lstats. This sped it up about %6000 percent (the old way took over 1 hour on a 333Mhz, the new way was 2 minutes and 20 seconds). Note that this is an extreme case since most per package upgrades a) don't have 5000 files b) don't have all the files different * 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) Mon Oct 18 09:25:30 EDT 1999 Ben Collins * Add mipseb to the archtable too, since mips and mipseb are both viable names for the mips big endian arch * Update dpkg-architecure's archtable * 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, much cleaner, and reversible since libtool is a generated file * Use DESTDIR when installing instead of specifying all our dest dirs seperately in the make line. Also fix some of the make files to use DESTDIR when installing files * Regenerated .po files and dpkg.pot. Also added update.sh to the po/ subdir for easier regenerating for cvs only * Make release.sh generate .gmo files * 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 Sun Oct 17 13:40:46 EDT 1999 Ben Collins * 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. Sun Oct 17 11:51:36 CEST 1999 Wichert Akkerman * Revert to hardcoding ENOENT again, since the necessary parts of the perl POSIX module aren't in perl-*-base. sigh. Sat Oct 16 11:43:45 EDT 1999 Ben Collins * Added --chuid option to start-stop-daemon to allow switching to a different uid when starting a process * Added mipsel to the archtable for completeness * 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 Thu Oct 14 04:51:14 CEST 1999 Wichert Akkerman * Don't use Errno module but the POSIX module, since that *is* in perl-*-base * Fixup debian/rules Thu Oct 14 04:39:25 CEST 1999 Wichert Akkerman * Update dpkg manpage to add new --force-conf* options Thu Oct 14 04:16:25 CEST 1999 Wichert Akkerman * Reinstate patch to not read available-file with doing listfiles. * Don't forget to get the correct SHELL before showing a diff of conffiles! * Merge a patch from Ben Collins to add a bunch of --force options to handle changed conffiles Thu Oct 14 03:37:52 CEST 1999 Wichert Akkerman * Add mips to archtable * Use Errno module to get ENOENT instead of hardcoding it Thu Oct 14 02:47:40 CEST 1999 Wichert Akkerman * Fix C error we introduced in checkpath() earlier Wed Oct 13 20:41:16 CEST 1999 Wichert Akkerman * Update oldfile-check in process_archive so we don't experience memory corruption Wed Oct 13 17:51:17 CEST 1999 Wichert Akkerman * Merge patches from Ben Collins : + fix windowresizing in dselect + when upgrading check if a file is not also in the new package before removing it, so we don't remove new files due to symlinks confusing us + fix logic error in checkforremoval: it was breaking cycles in for the wrong package + fix findbreakcycle to remove cycles even for packages we are not changing Mon Oct 11 22:19:01 CEST 1999 Wichert Akkerman * Add the option to show a diff of the old and new conffile when configuring a package Tue Oct 12 17:15:08 CEST 1999 Wichert Akkerman * don't die if we can't open a package in dpkg-scanpackages, just print a warning and skip the package. Mon Oct 11 18:18:25 CEST 1999 Wichert Akkerman * Move dselect into its own package Mon Oct 11 17:37:47 CEST 1999 Wichert Akkerman * Added support for HURD to start-stop-daemon * Create new directory utils/ for extra C-programs, and move start-stop-daemon there. Mon Oct 11 15:47:18 CEST 1999 Wichert Akkerman * Preparation to move start-stop-daemon from scripts to utils * Merge patches from Ben Collins : + modify remove_buld to remove conffiles when purging a package before we remove its directories. + check if we violate conflicts/depends/pre-depends of other packages when processing an archive. Mon Oct 11 02:13:15 CEST 1999 Wichert Akkerman * Merge patch from Ben Collins to make dpkg-deb handle packages created with Linux ar. Thu Oct 7 01:16:23 CEST 1999 Wichert Akkerman * Check if sequencecode is between 0 and 99 instead of just checking for a number in update-rc.d Wed Oct 6 14:40:33 CEST 1999 Wichert Akkerman * Lock complete lockfile for database: it's empty anyway, and Hurd doesn't support partial locks currently * Don't use PATH_MAX but allocate necessay memory in checkpath(). Useful for system that don't have PATH_MAX (like Hurd) Tue Oct 5 19:16:38 CEST 1999 Wichert Akkerman * Set docdir to $(datadir)/doc * Install /etc/emacs/site-start.d/50dpkg-dev.el with mode 644 Tue Oct 5 04:08:41 CEST 1999 Wichert Akkerman * Make /usr/share/doc/dpkg-dev a symlink to /usr/share/doc/dpkg Mon Oct 4 15:38:42 CEST 1999 Wichert Akkerman * Update GPL and documentation location in debian/copyright Sat Oct 2 16:00:38 CEST 1999 Wichert Akkerman * Update deb.5 to say it's in section 5, not 8 Tue Sep 28 13:38:50 CEST 1999 Wichert Akkerman * Make dpkg-source work again on empty diffs, patch from Roman Hodek Tue Sep 28 01:14:14 CEST 1999 Wichert Akkerman * Fix typo in dpkg-buildpackage that broke signing if only -sgpg was given Mon Sep 27 04:25:32 CEST 1999 Wichert Akkerman * Change changelog-style for ChangeLog, the package-style doesn't work well for CVS IMHO. * Merged patch from Adam Heath to make update-alternatives.pl work across filesystems 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 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 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 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 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 Raphael Hertzog for dpkg-scansources to skip comments in signatures. This allows packages to also use GnuPG. -- Wichert Akkerman 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 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 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 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 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 * Depend on perl5 instead of perl -- Wichert Akkerman 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 Mon, 31 May 1999 23:49:23 +0200 dpkg (1.4.1.2) unstable; urgency=low * Non-maintainer upload * Rebuild, so this is glibc2.1 (unless you're on m68k), which is rumoured to also fix the i8n-problems. * Incorporate 1.6 format of .changes, patch from Guy Maor * Fix bug in section-handling of dpkg-scanpackages, patch from Guy Maor * Disable force-overwrites again, since we're in unstable * Assume largemem on systems for which sysinfo is not available, Bug# 33658 -- Wichert Akkerman Wed, 26 May 1999 15:50:17 +0200 dpkg (1.4.1.1) unstable; urgency=low * Non-maintainer upload * Install emacs-startup scripts with mode 0644 (lintian) * Incorporate changes in NMU 1.4.0.32 made by Vincent Renardias for slink: + Apply patch from Jim Pick for update-alternatives.pl to fix 'Important' bugs #30891 in dpkg and (#27382, #27383, #27696, #27703, #27736, #27097(merged bugs)) in jdk1.1. * Incorporate changes in NMU 1.4.0.33 made by me for slink: + Fix illegal perl construct (Bug# 30985) + Initialize oialtname->useinstead and oicontest->camefrom to 0 (Bug# 30397) + Update shlibs.default for libncurses 4 (Bug# 30332) + Suggest debian-keyring instead of developer-keyring (Bug# 27376, 30248) + Abort dpkg-divert when attempting to divert a directory (Bug# 30126) + Make dpkg-deb.1 aware that it is in section 1, not 8 + Fix section in reference to dpkg-deb in dpkg.8 (Bug# 29740) + Fix typo in --force-help (Bug# 26193) + Correct path for debian-changelog-mode.el (Bug# 24606) + Make disk-method for dpkg use /var/run instead of /tmp to fix symlink-attacks (Bug# 21399) + Document -n and -f options for update-rc.d in manpage (Bug# 15913) + Add --abort-after option to change after how many errors we abort and change the default to 50 (Bug# 22940) + Fix controllib.pl: don't check debian/substvars unless needed, and don't depend on language settings (Bug# 31508) + Allow a - in the architecture-field (Bug# 25537) -- Wichert Akkerman Mon, 1 Feb 1999 00:44:01 +0100 dpkg (1.4.1) unstable; urgency=low * Maintainer release by IWJ. * Changed Maintainer: field description. * Various changes to make the damn thing build. * Add .cvsignore files. -- Ian Jackson Sun, 1 Nov 1998 17:33:38 +0000 dpkg (1.4.0.31) unstable; urgency=low * dpkg/processarc.c: Make newfileslist static like the other arguments for register_cleanup's cu_* functions. * N-th fix for controllib.pl (simulate old behavior by trying stdin, stdout, and stderr for getlogin()). * Enable --force-overwrite for slink release, and comment where to do so (dpkg/main.c). * Recompile against ncurses4. -- Daniel Jacobowitz Thu, 22 Oct 1998 17:37:23 -0400 dpkg (1.4.0.30) unstable; urgency=low * dpkg-dev isn't allowed to have a Recommends: debian-keyring (as that's in contrib), so it's now lowered to a Suggests: . Thanks to James Troup for pointing this out. -- J.H.M. Dassen (Ray) Sat, 26 Sep 1998 13:59:23 +0200 dpkg (1.4.0.29) unstable; urgency=low * For now, prefer PGP over GPG. -- J.H.M. Dassen (Ray) Tue, 22 Sep 1998 09:38:09 +0200 dpkg (1.4.0.28) unstable; urgency=low * Added gpg (GNU Privacy Guard) support: * scripts/buildpackage.sh: default to GPG (unless no GPG, but only a PGP secret key file is found), as GPG, unlike PGP, is DFSG-free. * Updated dpkg-source(1), and added gpg(1) and pgp(1) to the SEE ALSO section. * Worked around broken textmode implementation in GPG. * dpkg-dev now Suggests: gnupg . * No longer includes developer-keys.pgp . Instead, dpkg now Suggests: and dpkg-dev now Recommends: developer-keyring. * Compiled with latest libstdc++ (2.9). -- J.H.M. Dassen (Ray) Mon, 21 Sep 1998 13:17:14 +0200 dpkg (1.4.0.27) unstable; urgency=low * REALLY fixed dpkg-dev, and new attempt to placate installer on internals. -- Daniel Jacobowitz Fri, 27 Jul 1998 15:58:04 -0400 dpkg (1.4.0.26.0.1) unstable; urgency=low * Binary-only upload for x86 and fixed dpkg-dev -- Daniel Jacobowitz Fri, 24 Jul 1998 15:58:04 -0400 dpkg (1.4.0.26) unstable; urgency=low * Non-maintainer upload. * Make --root work with maintainer scripts (Patch by Scott Barker, bugs #4863 and #3170). * Fix $(lispdir) bug if compiling without emacs (noticed by Joey Hess). -- Daniel Jacobowitz Thu, 23 Jul 1998 12:02:04 -0400 dpkg (1.4.0.25) unstable; urgency=low * Non-maintainer upload. * Add the requested -nc option to dpkg-buildpackage (Do not clean source tree, useful in debugging cycles). * controllib.pl: Again by popular acclamation, fix the getlogin() warnings. I redirected STDERR onto fd 0 before calling getlogin(). * tools.m4: Fix display of whether c++ works. * dpkg-deb/extract.c: glibc 2.1 and some kernels want to make fflush() move the current fpos. Until someone can fix that, protect with seek. * Add an extra 0, to dselect/{pkg,meth}keys.cc so it compiles again. * Start using lchown() if available. * Really fix #20353. (aclocal.m4 was the wrong place; that's a generated file. The correct place is in tl_canon.m4.) -- Daniel Jacobowitz Tue, 21 Jul 1998 03:14:14 -0400 dpkg (1.4.0.24) unstable; urgency=low * Non-maintainer upload. * dpkg/main.c: Turn --force-overwrite off as default. * dpkg/main.c: don't list --force-overwrite as default in --force-help, noticed by Peter Weiss and others. [#23542, part of #17409]. * dpkg/dpkg.8: replaced with a newer version from Jim Van Zandt . [#21061] * dpkg-deb/build.c (do_build): add missing \n and improve error message when conffile name is too long. [#7057] * scripts/update-alternatives.8: replaced with better man page from Charles Briscoe-Smith . [#17283] * scripts/dpkg-source.1: corrected logic error in documentation for dpkg-gencontrol's -p option, as noticed by Oliver Elphick . [#14655] * scripts/controllib.pl (findarch): correct typo in error message, noticed by Yann Dirson . [#22106] * scripts/dpkg-buildpackage.sh: fix typo s/source version/source maintainer/, noticed by Joey Hess , Adam P. Harris and others. [#10175, #15559] * scripts/dpkg-genchanges.pl: applied patch from Roman Hodek 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 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 and Yann Dirson . * debian/rules: remove all reference to the packaging manual as it is now provided by the seperate "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 [#23344]. Added libpaperg (debiandoc2ps needs paperconf). * debian/shlibs.default.i386: updated for glibc, reported by Herbert Xu . [#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 . [#22115] -- James Troup 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 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 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 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 -DArchtecture=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 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-deamon message "No found; none killed." to "No found running; none killed." -- Miquel van Smoorenburg 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 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 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). * debian-changelog-mode now uses interruptible completing type-in fields instead of the previous 'select-a-letter method'. I consider this better and more standard than the previous way, but I'd welcome opinions to the contrary. Consider this a 'probationary' change for now (fixes #9873, #9874). -- Klee Dienes Sun, 25 May 1997 09:56:08 -0400 dpkg (1.4.0.17) unstable; urgency=low * All of the dpkg binaries (but not dpkg-dev or dselect) now speak french, thanks to patches from Christophe Le Bars * Fix leading spaces before day in 822-date. * Changes from Tom Lees to better support building on non-Debian systems; minor Makefile fixes. * Added 'ppc powerpc powerpc' to archtable. * Changed documentation paper size to US/Letter instead of A4 (A4 may be better, but it's easier to print US/Letter on A4 than it is to print A4 on US/Letter). -- Klee Dienes Tue, 13 May 1997 15:24:31 -0400 dpkg (1.4.0.16) experimental; urgency=low * Added generated sources to GNU-format source archive so it no longer requires perl to build. -- Klee Dienes Sat, 10 May 1997 17:34:29 -0400 dpkg (1.4.0.15) experimental; urgency=low * Changed dpkg-genchanges to check for ($arch == $substvar{'Arch'}), not ($arch ne 'all') (fixes #9688). * Fixed bug in start-stop-daemon.c (was using optarg after argument parsing was over) (fixes #9597, #9603, #9364). * Provide 50dpkg-dev.el for xemacs as well as emacs. * Explicitly provide path for debian-changelog-mode in 50dpkg-dev to use .el file as workaround until xemacs can read emacs19 .elc files. * Pass top_distdir explicitly to 'make dist' to accomodate bug in automake_1.1o-1. * Fix debian/build to make html documentation without including directories in tar archives (fixes #9348). -- Klee Dienes Fri, 9 May 1997 13:17:18 -0400 dpkg (1.4.0.14) experimental; urgency=low * Fixed buglet in install-info.pl (fixes #9438). * Re-write of update-rc.d.pl, primarily by Miquel van Smoorenburg (fixes #9434, #9436). * Renamed "dpkg Programmer's Manual" to "dpkg Internals Manual". -- Klee Dienes Tue, 6 May 1997 22:01:07 -0400 dpkg (1.4.0.13) experimental; urgency=low * Fix to start-stop-daemon so that it still takes numeric arguments (had been broken in 1.4.0.12) (fixes #9598). * Fix 822-date to sanity-check localtime() output (seconds must be the same as GMT). * Patch from Guy Maor to dpkg-source.pl to support pristine (MD5-equivalent) upstream sources. * Patch from Michael Alan Dorman to update-rc.d.pl to fix handling multiple start/stop entries on a single line. * Several fixes to dpkg-genchanges to support -B option (added in 1.4.0.12) (fixes #9340). * Handle errors from 822-date in debian-changelog-mode.el. * Changed cl-debian.pl to correctly handle extra whitespace in changelog datestamps. -- Klee Dienes Mon, 5 May 1997 18:12:43 -0400 dpkg (1.4.0.12) experimental; urgency=low * Re-wrote 822-date for clarity and to support timezone offsets >= 12h (New Zealand in DST is +1300, for example) (fixes #7130). * Patch from Juergen Menden to support archdependent-only builds (fixes #8912, #9245, #5359). * Fix archtable entry for powerpc (fixes #8794). * Strip /sbin/* and /usr/sbin/* in debian/rules (fixes #8853). * Moved start-stop-daemon to /sbin (fixes #8669). * Set sharedstatedir and localstatedir for $(MAKE) install in debian/rules (fixes #8852). * Fixes for update-rc.d(8) from Jim Van Zandt (fixes #8576). * No longer do variable substitutions when generating change file (fixes #5862). * Support symbolic signal names in start-stop-daemon (fixes #7715). * Add autoload for debian-changelog-mode to /etc/emacs/site-start.d (fixes #4519, #5841). * Add recommendation for gcc and make in dpkg-dev (gcc is needed for dpkg --print-architecture, used by dpkg-gencontrol; make is needed for any debian/rules file) (fixes #8470). * Minor changes to packaging manual section on source package conversion (fixes #6801). * Renamed "programmer's manual" to 'packaging manual'. * Start of new "programmer's manual" containing information on dpkg internals and build information. This manual uses the new TeXinfo-SGML format, currently included in doc/. * dselect/pkgdepcon.cc now checks for debug not NULL, not just depdebug. * Changed makefiles to support building outside of source directory. * Include GNU-format source distribution with other non-debian packages. -- Klee Dienes Sun, 4 May 1997 11:08:19 -0500 dpkg (1.4.0.11) experimental; urgency=low * Patches for alpha and libc6 from Michael Alan Dorman . * Fixed minor problems in dpkg-shlibdeps regular expressions for libc6. * Fix regex to detect directory creation in dpkg-source.pl. * Minor changes for automake-1.1n. -- Klee Dienes Sun, 23 Mar 1997 18:09:33 -0500 dpkg (1.4.0.10) unstable; urgency=medium * Fixed bug in controllib.pl (@fowner was entire passwd entry, not just [uid, gid] as it should have been). -- Klee Dienes Thu, 20 Mar 1997 13:06:52 -0500 dpkg (1.4.0.9) unstable; urgency=low * Check fputs() return values for (ret >= 0), not (ret != 0) (fixes #7522). * dpkg-shlibdeps no longer gives error for Java and statically linked binaries (fixes #4988). * Change 'details of the old format' to 'details of the new format' in deb-old.5 (fixes #7605). * dpkg-source -b now warns (was previously silent) if maintainer changes create new subdirectories. dpkg-source -x now warns (previously gave error) if maintainer changes create new subdirectories (partially fixes #6866, #6671, #5045, #6482). * Added manual page for start-stop-daemon (8). * Added C version of start-stop-daemon by Marek Michalkiewicz (fixes #1670). * Converted to use GNU automake for the build process by Tom Lees .< * Preliminary support for dpkg functions as a shared library (now provides libdpkg.so, but much work needs to be done in better segregating and defining the interface). * Preliminary internationalization support by Galen Hazelwood . Only the library, dpkg-deb, md5sum, and dpkg have been converted so far. No translations have yet been constructed. * Handle 'libc.so.6 => /lib/libc.so.6 (0x40010000)' format from libc6 ldd (fixes #7603, #7926, #8688, #9179, #9134, #8516). * Removed policy.sgml (it has been moved to the debian-policy package). * Include patch from Darren Stalder for dpkg-buildpackage to choose PGP key based on Maintainer: field of package being built (or -m option, if present) (fixes #7898). * Changed controllib.pl to use $ENV{LOGNAME}, getlogin(), and $< (in that order) to determine the intended ownership of debian/{files,substvars}, (fixes #7324, #6823, #5659, #5965, #5929, #9239, #5366). * Don't sign .dsc file in dpkg-buildpackage if building a binary-only release (fixes #7260). * Updated developer-keys.pgp to latest revision (fixes #6134). -- Klee Dienes Mon, 17 Mar 1997 16:11:24 -0500 dpkg (1.4.0.8) unstable; urgency=medium * Corrected update-rc.d for bash 2.0 * Updated developer-keys.pgp from http://www.iki.fi/liw/debian/debian-keyring.tar.gz -- Guy Maor Mon, 3 Feb 1997 04:05:01 -0600 dpkg (1.4.0.7) stable unstable; urgency=HIGH * Fixed --assert-support-predepends failing between unpack & configure. * Added --assert-working-epoch option. -- Guy Maor Sat, 25 Jan 1997 23:02:11 -0600 dpkg (1.4.0.6) stable unstable; urgency=high * Patched lib/vercmp.c to hopefully fix dselect epoch processing (Bug#6204), (Bug#4590). * Patched scripts/dpkg-buildpackage, scripts/dpkg-genchanges, scripts/dpkg-gencontrol for epoch processing, courtesy of Loic Prylli (Bug#6138, Bug#5225). * Patched dpkg-genchanges to actually honor the -u switch to specify directory (Bug#5564). * Applied patch to main/archive.c to correct problems setting set[gu]id binaries, courtesy of Herbert Xu (Bug#5479). * Applied patch to dpkg-source to correct debian-only package names, courtesy of Guy Maor (Bug#5355). -- Michael Alan Dorman Thu, 2 Jan 1997 11:36:09 -0500 dpkg (1.4.0.5) stable frozen unstable; urgency=medium * Distribution for frozen too. -- Heiko Schlittermann Thu, 5 Dec 1996 09:13:42 +0100 dpkg (1.4.0.4) stable unstable; urgency=medium * Bug2962 fixed: patch from Ian Jackson applied (cursor keys won't work after search) * Manuals 2.1.2.2 -- Heiko Schlittermann Fri, 15 Nov 1996 20:21:18 +0100 dpkg (1.4.0.3) unstable; urgency=medium * dpkg-source -x: created bad permissions (set x-bit for all files pointed to by a symlink) -- Heiko Schlittermann Fri, 18 Oct 1996 18:32:06 +0200 dpkg (1.4.0.2) unstable; urgency=medium * dpkg-buildpackage.sh: reverted the quoting change -- (you should use super, sudo, realy, but not su. Or write a wrapper around su) * dpkg-buildpackge.sh: passing -m, -C, -v options to dpkg-genchanges more the way Ian likes ;-) * dpkg-source.pl: new function deoctify() as replacement for eval() (turn \ddd into the corresponding character) [rem: probably better solution would be to convert cpios output names into complete \ddd representation as well tars output names] * dpkg-source.pl: fixed 2 typos in failure message on creating $origtargz.tmp-nest. * main/main.c: typo `tread' -> `treat' * main/enquiry.c: fixed the ignorance for some relations in --compare-versions * main/enquiry.c: missing version is now handled as described in `dpkg --help' (or at least as I understood `dpkg --help' PLEASE TRY IT) * lib/parsehelp.c: fixed parsing of epoch information -- Heiko Schlittermann Sun, 6 Oct 1996 23:27:47 +0200 dpkg (1.4.0.1) unstable; urgency=medium * dpkg-source: doesn't get screwed up from hardlinks in the archive now * dpkg-source: doesn't get screwed up from `unprintable' characters in file names (e.g. from the kbd package) * controllib.pl: $varlistvile -> $varlistfile (thanx Karl Sackett) * dpkg-buildpackge: quoting for $rootcommand (thanx Michael Meskes) and `eval' as default $rootcommand * dpkg-*, controllib.pl: created debian/files and debian/substvars are chown'ed to `getlogin()' and its group * doc/: mv changed to mv -f * dpkg-buildpackage: added an option -a for overriding the architecture in the changes _file_name_ * dpkg-buildpackage: pass -m* -v* .. options to dpgk-genchangelog * dpkg-name moved to dpkg-dev -- Heiko Schlittermann Sat, 21 Sep 1996 22:06:01 +0200 dpkg (1.4.0) unstable; urgency=low (HIGH for new source format) * Corrected buffer overrun when dpkg-deb generates filename. (Bug#4467.) * dpkg-shlibdeps works with DEBIAN/shlibs (thanks Heiko Schlittermann). * Added libm.so.5 to shlibs.default for i386/m68k. * Split binary package into two: dpkg and dpkg-dev. * dpkg-source(1) documents mode and ownership setting during extraction. * dpkg-scanpackages moved to /usr/bin. * Include /usr/bin/dpkg-deb, not dpkg-deb.dist; don't rename in scripts. * Copyright file changed slightly. * debian-changelog-mode uses magic key substitution strings. (Bug#4419.) * Changed email address in control file to . * Manuals and own Standards-Version: updated to 2.1.1.0. -- Ian Jackson Thu, 12 Sep 1996 01:13:33 +0100 dpkg (1.3.14) unstable; urgency=low * dpkg-buildpackage new -tc (clean source tree) option. * Formatted documentation removed by `make clean' and so not in source. * Manuals and own Standards-Version: updated to 2.1.0.0. * Distribute {policy,programmer}.{html.tar,ps}.gz with each upload. -- Ian Jackson Sun, 1 Sep 1996 20:43:40 +0100 dpkg (1.3.13) unstable; urgency=low (HIGH for building new src X programs) * X shared libraries added to shlibs.default (=> `elf-x11r6lib'). * dpkg-source tar invocation fixed so that TAPE env var doesn't break it. * dpkg-source copes better with missing final newline messages from diff. * dpkg-buildpackage usage message fixed: -si is the default. (Bug#4350.) * dpkg-source error message about src dir mismatch typo fixed. (Bug#4349.) * dpkg-source(1) has suggestions for dpkg-buildpackage -r option. * dpkg-source change date fixed. (Bug#4351.) * More developers' keys. * Manual updates, own Standards-Version updated. -- Ian Jackson Sat, 31 Aug 1996 20:08:18 +0100 dpkg (1.3.12) unstable; urgency=medium * dpkg prints old version number when upgrading. (Bug#4340.) * dpkg-deb tries to detect and flag corruption by ASCII download. * dpkg-genchanges and dpkg-buildpackage say what source is included. * dpkg-buildpackage passes +clearsig=on to PGP (or pgpcommand). (Bug#4342.) * dpkg-source prints better error for cpio not honouring -0t. * control file Suggests cpio >= 2.4.2, rather than just cpio. -- Ian Jackson Fri, 30 Aug 1996 15:31:51 +0100 dpkg (1.3.11) unstable; urgency=low * EBUSY when dpkg removes a directory is only a warning. * dpkg-genchanges generates sensible warning (not confusing error about mismatch) for missing Section/Priority in binary packages. * Added dpkg --print-gnu-build-architecture option. * shlibs.default for m68k provided, as a copy of i386 version. -- Ian Jackson Thu, 29 Aug 1996 14:05:02 +0100 dpkg (1.3.10) unstable; urgency=medium * dpkg-source(1) manpage alias symlinks are not dangling. * dselect selects things by default if they are installed. * Added `pentium' as alias for `i386' architecture. * Added `Suggests: cpio, patch' and explanatory text to Description. (Bugs #4262, #4263.) * More developers' PGP keys. * Manual updates, new source format released. -- Ian Jackson Mon, 26 Aug 1996 14:30:44 +0100 dpkg (1.3.9) unstable; urgency=low (high for new source format) * dpkg --get-selections and --set-selections added. * New dpkg --force-not-root flag. * Don't replace directory with another package's file. (Bug#4202.) * All manpages now installed compressed. * Copyright file moved to /usr/doc/dpkg/copyright. * Standards-Version updated (0.2.1.1). -- Ian Jackson Sat, 24 Aug 1996 19:09:30 +0100 dpkg (1.3.8) unstable; urgency=low (high for new source format) * dpkg-buildpackage -sa, -si options work correctly. * update-rc.d(8) updated to reflect design and reality. * Programmers' and policy manual updates. -- Ian Jackson Fri, 23 Aug 1996 12:48:26 +0100 dpkg (1.3.7) unstable; urgency=low (medium for source pkg docs) * dselect +/-/_/= on lines for all broken, new, local or whatever packages do not affect _all_ packages. (Bug#4129.) * Support for diff-only uploads in source packaging tools. * dpkg-genchanges -d option renamed to -C. * dpkg-buildpackage understands -m, -v, -C (for dpkg-genchanges). * Support for debian/shlibs.local added to dpkg-shlibdeps. * Shared library files' search order defined in dpkg-source(1), and relevant files added to the FILES section. * Programmers' manual describes source packaging tools. * Policy manual mentions shared library control area file. * dpkg-source manpage includes dpkg-shlibdeps in title line. * Manuals have changelog and automatic version numbering. * changelogs (for dpkg and for manuals) installed. * binary target split into binary-arch and binary-indep in manual. * Manpages should be compressed. * Copyright file is moved to /usr/doc//copyright. * Changelogs must be installed in /usr/doc/. * dpkg-deb(8) moved to dpkg-deb(1). * binary target split into binary-arch and binary-indep in source. * changelog entry for 1.2.14 copied from that (forked) release. -- Ian Jackson Thu, 22 Aug 1996 15:36:12 +0100 dpkg (1.3.6) experimental; urgency=low (HIGH for new source format) * dpkg-source now has broken argument unparsing for tar. (Bug#4195.) * dpkg-gencontrol writes to debian/tmp/DEBIAN/control by default. * dpkg-shlibdeps script added. * Back to old sh update-rc.d, and removed manpage, because new Perl version and the manpage have different syntax and semantics. * update-rc.d prints usage message for missing terminal `.'. (Bug#4122.) * Use rm -rf instead of just rm -r in dpkg-deb --info &c. (Bug#4200.) * Added support for Installed-Size to dpkg-gencontrol, and documented. * Source packaging substitution variables and name syntax rationalised. * dpkg-source scripts' usage messages improved slightly. * dpkg-source works with non-empty second (orig dir) argument. * Added rationale for copyright policy to manual. * More developers' PGP keys. * Control database handling cleanups (usu. Source field blanked). -- Ian Jackson Tue, 20 Aug 1996 15:39:58 +0100 dpkg (1.3.5) experimental; urgency=low (high for debian-changelog-mode) * 822-date script included. (Bug#4136.) * debian-changelog-add-version works on empty file. * debian-changelog-mode mode-help works properly. * dpkg-source tells patch not to make numbered backups. (Bug#4135.) * More developers' PGP keys. * Paragraph on uucp -a and -g options removed from policy manual. -- Ian Jackson Wed, 14 Aug 1996 14:46:47 +0100 dpkg (1.3.4) experimental; urgency=low * Removed debugging output from dpkg-source -x. Oops. * Removed section on source package permissions from policy manual - dpkg-source now sorts these out. -- Ian Jackson Sun, 11 Aug 1996 13:25:44 +0100 dpkg (1.3.3) experimental; urgency=low * Programmers' & policy manuals in source tree; HTML in /usr/doc/dpkg. * Old guidelines.info and text files in /usr/doc/dpkg removed. * dpkg-source sets permissions on extracted debianised source tree and does not copy ownerships out of archive even if running as root. * Emacs mode `dpkg changelog' renamed to `Debian changelog'. * Default changelog format renamed from `dpkg' to `debian'. * debian-changelog-mode sets fill-prefix correctly. * debian-changelog-mode urgencies except HIGH lowercase by default. * debian-changelog-mode displays keymap in doc string and so mode help. * More maintainers' PGP keys. * Remove built changelog parsers with `clean' target in source. -- Ian Jackson Sat, 10 Aug 1996 23:35:51 +0100 dpkg (1.3.2) experimental; urgency=LOW (MEDIUM for dpkg-source) * Faster update-rc.d written in Perl by Miquel van Smoorenburg. * install-info --test doesn't lock dir. (Bug#3992, thanks Darren). * dpkg-source doesn't break in the presence of any symlinks. * More developers' keys added to doc/developer-keys.pgp. * Install developers' keys in /usr/doc/dpkg/developer-keys.pgp. * dpkg-source documents undefined substvar behaviour. * minor debian/rules cleanups. -- Ian Jackson Sat, 10 Aug 1996 02:13:47 +0100 dpkg (1.3.1) experimental; urgency=LOW * manpage for dpkg-source et al now available. * dpkg-changelog-mode.el installed in site-lisp, but still no autoload. * dpkg-source prints correct string for not-understood tar -vvt output. * dpkg-source parsing of tar -vvt output made more robust. * dpkg-buildpackage prints usage message on usage error. * dpkg-gencontrol can print usage message. * -T option added to dpkg-source. * Description of -f corrected in dpkg-distaddfile usage. * -m synopsis changed in dpkg-genchanges usage. * debian/substvars may now contain blank lines. -- Ian Jackson Thu, 8 Aug 1996 02:36:04 +0100 dpkg (1.3.0) experimental; urgency=LOW * dpkg can install named pipes. * dpkg-deb supports directory for destination, generates filename. * dpkg-{source,gencontrol,genchanges,parsechangelog,buildpackage}, dpkg-distaddfile scripts to support new source package format. * a.out build no longer supported. * Changed to new source package format. -- Ian Jackson Tue, 6 Aug 1996 02:31:52 +0100 dpkg (1.2.14) stable unstable; urgency=MEDIUM * dselect +/-/_/= on lines for all broken, new, local or whatever packages do not affect _all_ packages. (Bug#4129.) * NOTE - THE HISTORY FORKS HERE. 1.2.14's change appears in 1.3.7. -- Ian Jackson Thu, 22 Aug 1996 00:39:52 +0100 dpkg (1.2.13) unstable; urgency=LOW * dpkg --search produces correct output for diversions. * dpkg-name remove unnecessary arch missing warning. (Bug#3482.) * dpkg-deb --build warns about uppercase chars in package name. * dpkg-scanpackages error messages updated and manpage provided (thanks to Michael Shields). * dpkg-scanpackages warns about spurious entries in override file. * dpkg-scanpackages `noverride' renamed to `override' everywhere. * dpkg-scanpackages field ordering to put Architecture higher. * dpkg-scanpackages field names capitalised appropriately. * dpkg-scanpackages invokes find with -follow. (Bug#3956.) * guidelines say #!/usr/bin/perl everywhere, not #!/bin/perl. * Many developers' PGP keys added. * configure script uses ${CC} instead of $(CC) (again :-/). * developers' keys included in dpkg source tree and /usr/doc. * configure remade using autoconf 2.10-3 (was 2.4-1). -- Ian Jackson Thu, 1 Aug 1996 02:46:34 +0100 dpkg (1.2.12); priority=LOW * dpkg --search and --list understand and comment on diversions. * dpkg-divert displays diversions more intelligibly. * Guidelines are somewhat clearer about descriptions. * deb(5) describes new format; old moved to deb-old(5). (Bug#3435.) * deb-control(5) carries a warning about being out of date. * Added 1996 to dselect version/copyright. -- Ian Jackson Thu, 4 Jul 1996 15:04:49 +0100 dpkg (1.2.11); priority=MEDIUM * dselect had dependency bug if installed package newer than avail. * Added `replaces' to dselect's list of package relationship strings. -- Ian Jackson Mon, 1 Jul 1996 02:51:11 +0100 dpkg (1.2.10); priority=MEDIUM * Fixed bug in old-style version/revision number parsing. (Bug#3440.) -- Ian Jackson Sat, 29 Jun 1996 03:32:45 +0100 dpkg (1.2.9); priority=MEDIUM * Fixed status database updates reading bug. * `Setting up' message includes version number. * `existence check' message changed to say `cannot access archive'. -- Ian Jackson Thu, 27 Jun 1996 13:39:36 +0100 dpkg (1.2.8); priority=LOW * dpkg --record-avail puts data in Size field. * strip / for rmdir(2) in cleanup to work around kernel bug. (Bug#3275.) * dpkg-split --msdos no longer allows `-' and other chars in filenames. * manual dpkg-split(8) written. * dpkg-split minor typo in --auto usage error message fixed. * dpkg-deb(8) very minor cosmetic fix to --build option. -- Ian Jackson Tue, 25 Jun 1996 03:00:14 +0100 dpkg (1.2.7); priority=LOW * dpkg-scanpackages syntax errors fixed. -- Ian Jackson Fri, 21 Jun 1996 04:10:38 +0100 dpkg (1.2.6); priority=MEDIUM * NFS, CDROM and partition dselect methods include mountpoint in paths given to dpkg in [I]install, so they should now work. * Removed some leftover files from source tree. -- Ian Jackson Wed, 12 Jun 1996 14:35:19 +0100 dpkg (1.2.5); priority=MEDIUM * Allow, but do not create, packages in half-installed state with no version number. (Aargh.) -- Ian Jackson Mon, 10 Jun 1996 04:55:43 +0100 dpkg (1.2.4); priority=MEDIUM * New dpkg-name from Erick (__.deb convention). * Disappeared packages can't own conffiles any more ! (Bug#3214.) * install-info creates Miscellaneous sections with a newline following the heading. (Bug#3218.) * cleanup-info script installed in /usr/sbin; called as appropriate by postinst. Thanks to Kim-Minh Kaplan. (Bug#3125.) * Allow superseded Essential packages to be purged after they've been removed (clear the Essential flag on removal, and ignore it on packages that are in stat_configfiles). * dselect disk methods understand `y' as well as `yes' for using development tree. * dselect doesn't make packages appear as `new' again if update of available packages fails. * dselect places method selection cursor over option last selected. * dpkg-scanpackages doesn't die when repeated packages are found. * dpkg-scanpackages allows many old maintainers (`//'-separated). * `Version' field is now mandatory (some operations already wouldn't work right anyway if it was't there). * update-rc.d(8) now says you must remove the script. (Bug#3215.) * dpkg --force-help says that --force-overwrite is on by default. * dpkg-deb manpage rewritten. * debian.README (= /usr/doc/copyright/dpkg) edited slightly. * Some database parsing grunge removed (pdb_preferversion, &c). * Source tree doc/sgml contains some embryonic manuals. * Leftover files in lib directory in source tree deleted. -- Ian Jackson Mon, 10 Jun 1996 03:52:01 +0100 dpkg (1.2.3); priority=HIGH * install-info doesn't replicate section headings (Bug#3125, #2973). * New dpkg-name manpage broken off from script (oops!). * dselect help screens made consistent with new strings, flags, &c. * dselect error flag column labelled E (Error), not H (Hold). * `Escape' no longer bound to `exit list without saving' in dselect. -- Ian Jackson Tue, 28 May 1996 02:14:57 +0100 dpkg (1.2.2); priority=MEDIUM * Fixed dselect coredump found by Erick Branderhorst (thanks). * Sort obsolete removed packages separately, not under Available. -- Ian Jackson Thu, 23 May 1996 21:31:05 +0100 dpkg (1.2.1); priority=MEDIUM * `=' key in dselect really does `hold' rather than `unhold'. * dselect dependency processing now interacts better with `hold'. * dselect `I' key (not `i') modifies display of the info window. * dselect shows unavailable packages as being unavailable. * dselect main menu headings and many other strings changed to try to discourage people from deselecting every package and using [R]emove. Notably, `select' changed to `mark' throughout. * dselect disk methods now print a few fewer double slashes. * dselect disk access methods will offer to use dpkg --record-avail to scan the available packages, if no Packages file is found. * New dpkg --compare-versions option, for the benefit of scripts &c. * New dpkg --clear-avail option forgets all available packages info. * New dpkg --print-avail option, prints `available' data (from Packages, &c). * dpkg usage message is more informative, but no longer fits on screen. * dpkg --avail option renamed --record-avail. * Latest dpkg-name from Erick Branderhorst. * dpkg-scanpackages has more sensible problem reporting. * postinst configure now gets null argument (not or ) when there is no previously configured version. * Guidelines say that postinst configure is given previous version. * Guidelines don't refer to maintainer-script-args.txt in main text. * Guidelines (Texinfo source) uploaded separately. * Own version of strcpy (used for debugging) removed. * Interface to access methods document in source (doc/dselect-methods.txt). * debian.buildscript moves changes file into parent directory. -- Ian Jackson Wed, 22 May 1996 01:26:31 +0100 dpkg (1.2.0); priority=MEDIUM * dselect can sort packages by available and installed states, and display their version numbers. (Use O, o and V.) * Hold is properly integrated as a real `wanted state', rather than a separate flag. * Epochs in version numbers implemented, using the syntax :-. (Epoch not usually displayed.) * dselect disk method is architecture-independent (uses dpkg's installation architecture, and looks in the right part of the tree). * dselect disk method doesn't try to satisfy the predependencies of packages which are on hold. * Fixed conflict-related assertion failure. (Bug#2784.) * conffiles do not cause file conflicts if the conflicting package is in the `configuration only' state. (Bug#2720.) * Fixed messages where available version number was reported as installed version in conflict and dependency messages. (Bug#2654, Bug#2974.) * New format .deb files are default even for a.out compiles (but a.out version of dpkg is in old format). * Characters @:= (at colon equals) in package names now strictly forbidden everywhere (_ is still allowed in existing packages). * New dpkg --print-installation-architecture option prints installation architecture (compiled in), rather than build architecture (determined from gcc -print-libgcc-file-name). * Version messages show whether compiled a.out or ELF (i386 only). * Fixed missing space in version syntax error messages. * Manpage dpkg.8 installed with warning about inaccuracy. * Guidelines don't say to stop and restart daemons in runlevels 2345; instead they say to start in 2345 and stop in 016. * Guidelines and version messages say just Debian Linux. * Guidelines typo fix `"stop2' => `"stop"'. (Bug#2867.) * doc/Makefile.in clean properly deletes various guidelines.info* files. -- Ian Jackson Thu, 16 May 1996 00:01:21 +0100 dpkg (1.1.6); priority=MEDIUM * Check virtual dependencies when removing (ouch! - thanks SDE.) * Fixed bug in internal database validity management that could make dselect and dpkg dump core. (Bug#2613.) * Fixed two coredumping bugs when using local diversions. (Bug#2804.) * Fixed disappearance of overwritten packages. (Bug#2696.) * install-info won't modify dir file before start of menu. * install-info will create Miscellaneous heading if no sections yet. * Only alphanums and +-. allowed in package names - enforced by dpkg-deb --build and documented in Guidelines. * dselect doesn't display packages unless they are installed, selected or available. * dselect doesn't show spurious section and priority headings. * dselect has a few extra keybindings (from Lee Olds). * --force message changed to `--force enabled' so that default is OK. * dpkg-name now includes architecture component in .deb filename, and translates - in package name to _. * .deb file has architecture component in filename. * Guidelines changed to say Pre-Depends is for experts only. * Guidelines say to provide a unidiff (-u) rather than an old context diff. * Guidelines say 755 root.root for shared libraries. -- Ian Jackson Wed, 1 May 1996 00:47:22 +0100 dpkg (1.1.5); priority=MEDIUM (HIGH for diversions users) * Fixed coredump when using diversions. (Bug#2603.) * Fixed typo in dpkg-divert which could lose diversions. (Bug#2662.) * --force-overwrite is the default. * diversions.text provides better examples. -- Ian Jackson Wed, 10 Apr 1996 13:59:30 +0100 dpkg (1.1.4); priority=MEDIUM * Allow overwriting of conflicting packages being removed. (Bug#2614.) * a.out control file says Pre-Depends: libc4 | libc. (Bug#2640.) * ELF control file and libc dependencies changed to use finalised scheme. * ELF control file and libc dependencies for i386 only. (Bug#2617.) * Guidelines say use only released libraries and compilers. * Install wishlist as /usr/doc/dpkg/WISHLIST. * Remove spurious entries for Guidelines in info dir file. * dpkg-deb --build checks permissions on control (DEBIAN) directory. * Spaces in control file fields not copied by dpkg-split. (Bug#2633.) * Spaces in split file part control data ignore. (Bug#2633.) * Portability fixes, including patch from Richard Kettlewell. * Fixed minor configure.in bug causing mangled GCC -W options. -- Ian Jackson Thu, 4 Apr 1996 01:58:40 +0100 dpkg (1.1.3); priority=LOW * dselect disk methods support Pre-Depends installation ordering. * When dpkg fails and --auto-deconfigure would help it says so. * dpkg --search output lists several packages with same file on one line. * Improved dpkg usage message somewhat. * dpkg-deb --build checks permissions and types of maintainer scripts. * dpkg-deb --build treats misspecified conffiles as error, not warning. * dpkg --print-architecture prints compiler's architecture while dpkg --version (&c) print system's arch (this to help cross-compiling). * More minor guidelines changes, including dir entry fixup. * configure script caches more values. * Changed maintainer email address to ian@chiark.chu.cam.ac.uk. -- Ian Jackson Sat, 16 Mar 1996 19:18:08 +0000 dpkg (1.1.2); priority=LOW * Packaging guidelines installed properly (and as guidelines rather than debian-guidelines). * ELF version has more checks to stop you wrecking your dpkg installation. * dselect disk methods now look for a `local' tree as well, for people who want locally-available software of various kinds. * dpkg-divert has debugging message removed. * Minor guidelines changes. * Various makefile cleanups, mainly to do with ELF vs. a.out support. * debian.rules cleans out ~ files itself, as well as calling make clean. * debian.rules names .nondebbin.tar.gz file ELF too, if appropriate. -- Ian Jackson Thu, 14 Mar 1996 03:38:29 +0000 dpkg (1.1.1elf); priority=LOW * Added /usr/lib/dpkg/elf-executables-ok and elf-in-kernel. * Replaces field now allows automatic removal of conflicting packages. * Replaces field now required to overwrite other packages' files. * Architecture field, and dpkg --print-architecture, supported. * build new format archives by default when compiled with ELF compiler. * symlinks are now installed atomically (good for shared libraries). * create /var/lib/dpkg/diversions in postinst if necessary (Bug#2465.) * Pre-Depends now correctly fails if package never configured. * dselect disk methods mount with -o nosuid,nodev. * update-rc.d defaults doesn't add both K and S in any one runlevel; dpkg postinst fixes up this situation if it sees it. * Assorted fixups to the Guidelines, which are now in one piece. * dpkg --list prints version string in one piece. * dpkg-scanpackages doesn't produce notice on output with list of packages with Section and/or Priority control file fields. * control file and debian.rules work both for ELF and non-ELF compiles. * most files compiled with -O2 (-O3 only for some critical files) - this fixes ELF build. -- Ian Jackson Mon, 11 Mar 1996 04:25:28 +0000 dpkg (1.1.0); priority=LOW * dpkg supports Pre-Depends. * postinst script gets most-recently-configured version as $2. * lib/tarfn.c #includes (portability fix). -- Ian Jackson Sun, 11 Feb 1996 21:07:03 +0000 dpkg (1.0.17); priority=LOW * dpkg --recursive follows symlinks (useful for devel tree). -- Ian Jackson Sat, 10 Feb 1996 15:58:46 +0000 dpkg (1.0.16); priority=LOW * dpkg-deb much faster reading new format archives. (Bug#2256.) * Developers' documentation in /usr/doc/dpkg/, /usr/info/. * Fixed typo in control file Description. * configure script tries to improve matters wrt sysinfo. * any debian-tmp.deb is deleted by `./debian.rules clean'. -- Ian Jackson Sun, 4 Feb 1996 15:51:59 +0000 dpkg (1.0.15); priority=LOW * dselect disk methods should never unmount things they didn't mount. * debian.README aka /usr/doc/copyright updated. -- Ian Jackson Tue, 30 Jan 1996 15:05:39 +0000 dpkg (1.0.14); priority=MEDIUM * fixed file descriptor leak in dpkg introduced in 1.0.11. * included dpkg-name in this package (conflicts with dpkg-name). * redraw in dselect main menu changed to use clearok (like in lists). * sa_restorer in struct sigaction no longer used (portability fix). * removed Guidelines from source package. -- Ian Jackson Tue, 30 Jan 1996 02:52:29 +0000 dpkg (1.0.13); priority=MEDIUM * dselect partition and mounted methods work again. * dpkg-deb --no-act in usage message. -- Ian Jackson Fri, 26 Jan 1996 18:37:03 +0000 dpkg (1.0.12); priority=MEDIUM (HIGH for users of 1.0.11) * Fixed frequent dpkg coredump introduced in 1.0.11. (Bug#2219.) * dpkg-deb ensures version numbers start with alphanumerics. -- Ian Jackson Wed, 24 Jan 1996 00:42:31 +0000 dpkg (1.0.11); priority=MEDIUM * corrected potentially serious problem with dpkg low-memory in-core files database. * dpkg-split --msdos puts output files in right directory. (Bug#2165.) * diversions implemented - see `dpkg-divert --help'. * dselect shows and uses (for dependencies) currently installed version of a package if that is more recent. * dpkg --force-... options are in separate help screen. * better error messages for corrupted .deb archives. (Bug#2178.) * dselect NFS method will unmount correct copy of NFS area if mounted twice. * removes some ELF compilation warnings. -- Ian Jackson Fri, 19 Jan 1996 02:41:46 +0000 dpkg (1.0.10); priority=MEDIUM * dpkg-deb option parsing unmuddled (-I option was removed in 1.0.9 and broke dpkg-deb). (Bug#2124.) * dpkg-split will work when ELF `ar' is installed, and is faster. * nfs dselect method now available. * disk methods don't prompt spuriously for Packages files. * cdrom+harddisk methods can find Packages files. * dpkg-scanpackages (creates Packages files) now in /usr/sbin. * various changes to help compilation of dpkg-deb, dpkg-split and md5sum on non-Debian systems. * replaced by throughout. -- Ian Jackson Sun, 14 Jan 1996 02:55:19 +0000 dpkg (1.0.9); priority=MEDIUM * dselect uninitialised variable coredump fixed (thanks Carl). * version numbers printed by --version fixed. (Bug#2115.) * disk method problem with missing Packages files fixed. (Bug#2114.) * dependency version relationships now <= >= << >> =. (Bug#2060.) * install-info is in /usr/sbin, not /usr/bin. (Bug#1924.) * dpkg regards Revision field as obsolete. * changed to (for m68k port). * scripts/Makefile.in `clean' target deletes scripts. -- Ian Jackson Thu, 11 Jan 1996 20:51:20 +0000 dpkg (1.0.8); priority=LOW * update-alternatives slightly more helpful message. (Bug#1975.) * cosmetic improvements to disk installation method. (Bug#1970,1956.) * mounted filesystem and unmounted partition separate methods. (Bug#1957.) -- Ian Jackson Tue, 12 Dec 1995 04:07:47 +0000 dpkg (1.0.7); priority=MEDIUM (HIGH to upgrade syslogd) * dselect harddisk/CDROM method script handles multiple package areas. * Everything has a manpage, though many are very unhelpful indeed. -- Ian Jackson Thu, 30 Nov 1995 03:59:14 +0000 dpkg (1.0.6); priority=MEDIUM (HIGH to upgrade syslogd) * conffiles can now be taken over properly from one package by another which replaces it. (Bug#1482.) * dpkg will not deconfigure essential packages when --auto-deconfigure is set (this bug was fairly unlikely ever to be exercised). * dpkg checks for the presence of certain important programs on the PATH. * dselect is now more informative when a dependency is missing, saying " does not appear to be available". (Bug#1642, 1705). * `make distclean' fixed; config.* &c removed from source archive. * lib/lock.c now uses fcntl rather than flock, for better portability. * `Package_Revision: 0' removed from control file. * Some inaccuracies and bad formatting in various messages corrected. -- Ian Jackson Tue, 21 Nov 1995 20:15:18 +0000 dpkg (1.0.5); priority=LOW * dpkg-split allows some space for the header. (Bug#1649.) * dpkg-split now has --msdos option for 8.3 filenames. * dpkg-split --join &c will not complain about trailing garbage. * dselect & dpkg will no longer ignore SIGHUP will running subprocesses. -- Ian Jackson Fri, 13 Oct 1995 13:59:51 +0100 dpkg (1.0.4); priority=MEDIUM (HIGH for dselect users with 1.0.3) * fixed bug which prevented dselect from displaying the bottom line of any listing screen. This was introduced in 1.0.3, sorry ! * a conffile will never cause a prompt if the package maintainer distributes a file identical to the user's, even if the file has been edited by both the user and the maintainer or is a newly-registered conffile. (Bug#1639.) * dselect disk/cdrom method script says where to get Packages file. * dselect help has better descriptions of the functions of Return and Q. * postinst now warns about some problems with /usr/lib/dpkg/methods/hd. -- Ian Jackson Thu, 12 Oct 1995 01:45:38 +0100 dpkg (1.0.3); priority=MEDIUM * dselect: fixed segfault when doing some multiple (de)selections. -- Ian Jackson Tue, 10 Oct 1995 03:21:12 +0100 dpkg (1.0.2); priority=MEDIUM * problem with screen refresh after `o' (change order) corrected. -- Ian Jackson Mon, 9 Oct 1995 13:11:04 +0100 dpkg (1.0.1); priority=LOW * much better dpkg performance on low-memory systems. * start-stop-daemon --name should now work. (oops!) * fixed typo which could turn into memory overwriting bug sometime. -- Ian Jackson Sun, 8 Oct 1995 20:12:29 +0100 dpkg (1.0.0); priority=LOW * Version 1.0.0: dpkg is no longer beta. * tar extractor no longer looks up an empty string using getgrnam (this causes the libc to coredump when using NIS). -- Ian Jackson Sun, 1 Oct 1995 13:07:36 +0100 dpkg (0.93.80); priority=LOW * dselect help screen intro changed to remove `much' before `help'. * update-alternatives.pl contains hardcoded ENOENT value, instead of requiring POSIX.pm to be present. * Makefiles changed to strip when installing instead of when building. -- Ian Jackson Sat, 30 Sep 1995 01:44:12 +0100 dpkg (0.93.79) BETA; priority=LOW * DPKG_NO_TSTP environment variable which stops dpkg sending the process group a SIGTSTP (Bug#1496). * End key should work in dselect lists (Bug#1501). * various message typos (missing \n's) fixed (Bug#1504). -- Ian Jackson Fri, 29 Sep 1995 03:27:01 +0100 dpkg (0.93.78) BETA; priority=LOW * dselect keystrokes help file typo fix. -- Ian Jackson Thu, 28 Sep 1995 20:31:02 +0100 dpkg (0.93.77) BETA; priority=MEDIUM * dpkg --remove --pending will purge things when appropriate. * fixed failure to null-terminate dpkg conflict problem messages. * fixed bug in formatting of dependency version problem messages. * Conffiles resolution prompt for new conffile: typo fixed. * Changed dpkg usage error to suggest `-Dhelp' instead of `--Dhelp'. -- Ian Jackson Wed, 20 Sep 1995 23:44:35 +0100 dpkg (0.93.76) BETA; priority=MEDIUM * dpkg --auto-deconfigure option (used automatically by dselect) allows `important' packages which many others depend on to be split. * dpkg should no longer fail an assertion during complicated multiple configurations involving packages which are on hold. * update-alternatives supports negative priorities. * /etc/alternatives is included in the .deb archive. * Package priorities changed: Required (Req), Important (Imp), Standard (Std), Optional (Opt) and Extra (Xtr). For backward compatibility Base is an alias for Required, and Recommended is kept as a level just below Standard. * dselect shows introductory help screen when entering package lists (both main and recursive). * dselect help messages made more friendly. * dselect package list `quit, confirm, and check dependencies' key is now Return rather than lowercase `q'; likewise method list `select this one and configure it' key. * dselect selects packages with priority `standard' or better by default. * dselect `v=verbose' becomes `v=terse' when in verbose mode. * hard disk method unmounts /var/lib/dpkg/methods/mnt on failure. * disk methods' install message uses `stty' to find out what the interrupt character is, and uses that in the prompt (rather than ^C). * dpkg now tolerates ^Z characters in Packages files. * harddisk method doesn't display extra slash when updating packages file. * harddisk method burbles less if it doesn't have a good default. * dpkg-deb now supports new flexible format, but old format still default. -- Ian Jackson Wed, 20 Sep 1995 02:49:41 +0100 dpkg (0.93.75) BETA; priority=MEDIUM * dselect no longer segfaults when you try to modify the last item. * dselect Makefile compiles with -g, and links without -s, but installs with -s, so that built source directory has debugabble binary. -- Ian Jackson Tue, 12 Sep 1995 02:59:29 +0100 dpkg (0.93.74) BETA; priority=LOW * dpkg-split implemented and installed in /usr/bin/dpkg-split. (NB this is not compatible with Carl Streeter's old dpkg-split script.) * dpkg uses dpkg-split. * floppy disk method available - NB this is a first attempt only. * hard disk method uses --merge-avail rather than --update-avail. * installation by default of `standard' packages removed again. (I don't think this is the right place to do this.) * update-alternatives --remove correctly deletes all slave links; minor cosmetic improvements. -- Ian Jackson Mon, 11 Sep 1995 02:06:05 +0100 dpkg (0.93.73) BETA; priority=LOW * dselect multi-package selection now done by `divider' lines actually in the package list, rather than horizontal highlight movement. * dselect help available, and keybindings rationalised. * postinst removes /usr/lib/dpkg/methods/hd if upgrading from 0.93.42.3 or earlier. * `hold' flag changed to be settable by the user only, and made orthogonal to the `reinstallation required' flag. * dpkg will install by default any packages with priority of `standard' or better unless they're explictly deselected. * dselect dependency/conflict resolution will suggest marking absent packages for `purge' rather than `deinstall'. * disk method script produces message about invoking dpkg. * dpkg produces warning, not error, when it gets EPERM trying to remove a directory belonging to a package being removed. * dpkg, dpkg-deb usage error reporting improved. * dselect detects too-dumb terminals and stops. * dpkg-deb(8) updated a little (thanks to Bill Mitchell). * dselect debugmake script uses -O0. -- Ian Jackson Sun, 10 Sep 1995 12:23:05 +0100 dpkg (0.93.72) BETA; priority=MEDIUM * /usr/sbin/update-alternatives added. * New names for certain control file fields (old names work as aliases): Optional -> Suggests, Recommended -> Recommends, Class -> Priority. -- Ian Jackson Sun, 3 Sep 1995 16:37:41 +0100 dpkg (0.93.71) BETA; priority=LOW * dpkg doesn't silently overwrite `new' conffiles (Bug#1283). * case now not significant in Essential, Status and Class (Bug#1280). * dselect checks method scripts for execute, not for write. * spelling fixes in lib/dbmodify.c and dselect/helpmsgs.src. * dselect `clean' target deletes helpmsgs.cc and helpmsgs.cc.new. -- Ian Jackson Thu, 31 Aug 1995 13:56:08 +0100 dpkg (0.93.70) BETA; priority=MEDIUM * dselect unmounted harddisk method has many silly bugs fixed. * dpkg --root option restored (was removed by mistake in 0.93.68). * minor cosmetic change to dselect subprocess failure message. -- Ian Jackson Wed, 9 Aug 1995 22:18:55 +0100 dpkg (0.93.69) BETA; priority=MEDIUM * dpkg --configure and --remove should work properly when they have to defer processing (this tends to happen when many packages are processed at once). (Bug#1209.) * dpkg --configure and --remove work better when `processing' several related packages with --no-act. * dpkg --auto is now two options, --pending or -a (for configure, remove, &c) and --recursive or -R (for install, unpack, &c). * dpkg debug options in usage message, and values available (-Dh). -- Ian Jackson Wed, 9 Aug 1995 22:18:55 +0100 dpkg (0.93.68) BETA; priority=MEDIUM * dpkg won't get an internal error if you try to use the default conffiles response (ie, if you just hit return). (Bug#1208.) * dselect hard disk and CD-ROM methods - the real thing, but ALPHA. * dselect allows you to go straight to `update' or `install' if you have already set up an access method. * new dpkg options --yet-to-unpack, --merge-avail and --update-avail. * dpkg -G is an abbreviation for dpkg --refuse-downgrade. * dpkg -R alias for --root withdrawn, pending reuse with different meaning. * dpkg --help message rationalised somewhat. * Obsolete `examples' and `dpkg-split' directories removed from source tree. The `hello' package is a better example. -- Ian Jackson Mon, 7 Aug 1995 02:16:25 +0100 dpkg (0.93.67) BETA; priority=LOW for C dpkg alpha testers, HIGH for others * dpkg no longer statically linked and -g. * calls to abort() changed to print string, file and line number first. * removed unused variable from dpkg source. -- Ian Jackson Fri, 4 Aug 1995 01:39:52 +0100 dpkg (0.93.66) ALPHA; priority=MEDIUM * dpkg will correctly remove overwritten files from the lists of the package(s) that used to contain them. * dpkg --purge is now an action, rather than a modifier for --remove, and the -P alias for it is withdrawn. * dpkg --unpack/--install filenames in messages are now more sensible about when to use .../ (show as many trailing components as possible in 40 characters, or the whole path if that the last component is longer than that). -- Ian Jackson Thu, 3 Aug 1995 02:11:03 +0100 dpkg (0.93.65) ALPHA; priority=MEDIUM * dpkg --remove should, when a package being removed is depended-on by another that is also queued for removal, defer the depended-on package rather than aborting it. (Bug#1188.) * dpkg will not attempt to configure or remove a package more than once in the same run. (Bug#1169.) * dpkg cosmetic fix to dependency problems message (this bug hasn't been triggered to my knowledge). * perl-dpkg no longer installed in /usr/bin. -- Ian Jackson Wed, 2 Aug 1995 13:02:58 +0100 dpkg (0.93.64) ALPHA; priority=MEDIUM * dpkg marks a package as no longer `to be configured in this run' when an error occurs, so that other packages which depend on it will fail (rather than causing a loop and an assertion failure, packages.c:166: failed assertion `dependtry <= 4'). * dselect initial selection granularity is single-package. * dpkg --no-also-select option renamed to --selected-only (old option still accepted, but no longer in --help). Changed -N to -O. * dselect `update' option changed to `install' (and other options renamed too). NB: old access methods will not work, because the `update' script should now be an `install' script. * dselect `installation methods' renamed to `access methods'. * dpkg --skip-same-version and --refuse-downgrade produce friendlier messages when they skip packages. * --licence option now properly mentioned in all programs' --version messages. * bad fix for ELF compile problem involving myopt.h removed (compile problem turned out to be a GCC bug.) -- Ian Jackson Tue, 1 Aug 1995 03:03:58 +0100 dpkg (0.93.63) ALPHA; priority=LOW * preinst works around shell bug/misfeature involving `trap'. * dpkg --skip-same-version doesn't skip packages which have an error flag set or which aren't in a standard `installed' state. * dpkg --search now does a substring search if the string doesn't start with a wildcard character (*, [ or ?) or slash. * problem with C/C++ linkage of stuff in "myopt.h" fixed, to help with compiling with GCC 2.7.0. * dselect Makefile.in `clean' deletes curkeys.inc &c, so that they are not shipped in the distribution source and will be rebuilt on the target system. -- Ian Jackson Thu, 27 Jul 1995 13:38:47 +0100 dpkg (0.93.62) ALPHA; priority=HIGH * dpkg purges leftover control scripts from /var/lib/dpkg/tmp.ci, rather than associating them with the wrong package. (Bug#1101.) * dpkg won't `disappear' packages containing no files or directories, nor a package required for depends/recommended. (Bug#1128.) * dpkg follows directory symlinks. (Bug#1125.) * dselect fixups for ELF/GCC2.7.0 compilation. -- Ian Jackson Fri, 21 Jul 1995 21:43:41 +0100 dpkg (0.93.61) ALPHA; priority=LOW * dselect keybindings and status characters and descriptions changed (in pursuance of Bug#1037, user interface problems, still open.) * Some cleanups to fix mistakes discovered by ELF-GCC 2.7.0, and fixup for newer C++ draft standard (`for' variable declaration scope change). -- Ian Jackson Tue, 18 Jul 1995 01:42:51 +0100 dpkg (0.93.60) ALPHA; priority=HIGH * dpkg doesn't think packages have `disappeared' if you install several packages at once. (later reported as Bug#1132.) * usage error messages tidied up. -- Ian Jackson Sun, 16 Jul 1995 17:56:56 +0100 dpkg (0.93.59) ALPHA; priority=HIGH * dpkg doesn't break maintainer scripts &c if package `foo' exists when processing package `foobar'. (Related to Bug#1101.) * dpkg implements `disappear' functionality. * dpkg/dselect remove dead entries from /var/lib/dpkg/status. * dpkg --list now sorted correctly and output somewhat improved. * some debugging messages moved from dbg_stupidlyverbose to dbg_scripts. * dpkg prints `Removing foo' message even if foo is not configured. * dpkg only prints `serious warning: files list file ... missing' once for each package. -- Ian Jackson Sun, 16 Jul 1995 02:32:11 +0100 dpkg (0.93.58) ALPHA; priority=HIGH * dpkg should write out status even for packages which it has only encountered in the `available' file so far. -- Ian Jackson Fri, 14 Jul 1995 20:19:21 +0100 dpkg (0.93.57) ALPHA; priority=LOW * dpkg does chroot when running maintainer scripts (--instdir should work right now, though I haven't been able to test it). -- Ian Jackson Fri, 14 Jul 1995 01:32:30 +0100 dpkg (0.93.56) ALPHA; priority=HIGH * dpkg can now overwrite symlinks to directories, and will do correct handling of symlinks to plain files. * dpkg should not replace any directory with a symlink. -- Ian Jackson Thu, 13 Jul 1995 02:43:36 +0100 dpkg (0.93.55) ALPHA; priority=MEDIUM * dpkg can now extract hardlinks. * dpkg configuration/removal works in the presence of dependency cycles. * dpkg should no longer fail an assertion at processarc.c:193. -- Ian Jackson Wed, 12 Jul 1995 01:34:44 +0100 dpkg (0.93.54) ALPHA; priority=MEDIUM * dpkg and dselect no longer throw away all Class and Section information in /var/lib/dpkg/available. (Oops.) * dpkg --refuse- now works (this broke some dselect method scripts' attempts to use --refuse-downgrade). * dpkg --audit and --list implemented. -- Ian Jackson Mon, 10 Jul 1995 00:35:13 +0100 dpkg (0.93.53) ALPHA; priority=LOW * dpkg --install/--unpack only skips on-hold packages with --auto. * dpkg doesn't fclose() the --fsys-tarfile pipe twice. * dpkg error handling and reporting cleaned up. * dpkg now lists any failed packages/files just before exiting. -- Ian Jackson Sun, 9 Jul 1995 16:31:36 +0100 dpkg (0.93.52) ALPHA; priority=MEDIUM * dpkg won't segfault due to missing (Package_)Revision fields. * dpkg --search works. * dpkg will set execute permissions on scripts if necessary. * dpkg prints filenames in --unpack and --install. -- Ian Jackson Sat, 8 Jul 1995 12:41:39 +0100 dpkg (0.93.51) ALPHA; priority=HIGH * dpkg --status and --listfiles now work. * dpkg --remove --auto won't try to remove everything (!) * dpkg --unpack doesn't coredump after unpacking the first package. * dpkg won't fail an assertion if it bombs out of --configure or --remove because of too many errors. * Support for `Essential' in dpkg (not yet in dselect). * `available' (Packages) file class and section override those from package control files. * `Essential: yes' added to control file. * Locking strategy changed, now uses flock (no more stale locks). * preinst now more helpful about conffiles upgrade problem. -- Ian Jackson Sat, 8 Jul 1995 01:15:26 +0100 dpkg (0.93.50) ALPHA * C dpkg now in service. * dselect now installs in /usr/bin instead of /usr/sbin. * Improved `explanation of display' help and changed HSOC to EIOW. * dselect goes back to top of info display when you move the highlight. * Added to md5sum/md5.c, for the benefit of FreeBSD. * --admindir doesn't append `var/lib/dpkg' to its argument. -- Ian Jackson Fri, 19 May 1995 21:03:08 +0100 dpkg (0.93.42.3) BETA; priority=LOW * Rebuilt using ncurses 1.9.2c-0. * Silenced `subcritical error' message if errno == ENOENT. -- Ian Jackson Mon, 12 Jun 1995 13:09:24 +0100 dpkg (0.93.42.2) BETA; priority=HIGH * install-info --remove properly removes multi-line entries. * Slightly changed ^L redraw code in dselect package list. -- Ian Jackson Sat, 10 Jun 1995 14:06:01 +0100 dpkg (0.93.42.1) BETA; priority=HIGH esp. for new installations * update-rc.d default no longer adds K entries in runlevels 2345. -- Ian Jackson Tue, 6 Jun 1995 18:56:23 +0100 dpkg (0.93.42) BETA; priority=LOW; HIGH for dselect users * Fix unitialised variable reference bug in dselect (#890). * Fix problem with wordwrapping package and method descriptions. * Create /var/lib/dpkg/methods/mnt. -- Ian Jackson Fri, 19 May 1995 21:03:08 +0100 dpkg (0.93.41) BETA; priority=LOW * Create /var/lib/dpkg/methods. * dpkg.pl noisily ignores --skip-same-version rather than barfing. -- Ian Jackson Tue, 16 May 1995 13:28:27 +0100 dpkg (0.93.40) BETA; priority=LOW * dselect's subprogram failure message made to stand out more. * When switching out of curses, always move the cursor to the bottom right corner of the screen. -- Ian Jackson Tue, 16 May 1995 01:03:38 +0100 dpkg (0.93.39) BETA; priority=LOW * dselect can now: - allow you to select and configure an installation method; - invoke installation method scripts to update the available file and unpack packages; - invoke dpkg to configure and remove packages. There are no installation methods available yet. * Search feature in dselect works (it was purely an ncurses bug). * dpkg-*.nondebbin.tar.gz now available (built by debian.rules). * The target directory for dpkg-deb --extract (also available as dpkg --extract) is no longer optional. dpkg-deb suggests the use of dpkg --install if you omit it. * Added to lib/lock.c and fixed ref. to `byte' in md5sum/md5.c, for portability to Solaris 2. * Rebuilt `configure' and `config.h.in' using autoconf 2.3. * Revised function attribute support checking in configure script. * Removed obsolete `dselect.pl' from scripts directory. * New option --licence on all the C programs. -- Ian Jackson Sun, 14 May 1995 18:05:38 +0100 dpkg (0.93.38) BETA; priority=MEDIUM * Version number comparisons (in dpkg and dselect) now >= <= as documented (Bug#831; thanks to Christian Linhart). * dselect now has a non-superuser readonly mode. * dselect doesn't pop up unsatisfied `Optional's when quitting. * `unable to delete saved old file' message fixed dpkg_tmp to dpkg-tmp. * Made dpkg convert `revision' to `package_revision' when reading (eg) the `status' file. libdpkg.a has `revision' as a synonym for `package_revision' and writes the former. * Major improvements and many changes to C option parsing, database management, error handling, Makefiles &c to support dpkg. * dpkg-deb should now work if sizeof(void*) < sizeof(void(*)()). -- Ian Jackson Mon, 24 Apr 1995 12:34:39 +0100 dpkg (0.93.37) BETA; priority=LOW (MEDIUM for dselect users) * Fixed segfault if no description available (Bug#735); thanks to Peter Tobias for the bug report. * Fixed other assorted minor bugs in description displays. * Changed dpkg-deb --info short option from -i to -I, to make it unique across dpkg and dpkg-deb (-i still works with dpkg-deb for backwards compatibility). * Produce more sensible error when main package list is empty. -- Ian Jackson Fri, 7 Apr 1995 02:24:55 +0100 dpkg (0.93.36) BETA; priority=LOW (MEDIUM for dselect users) * All the C code (including dselect) updated to support `provides' (virtual packages). * Revamped dselect's related package selection/deselection algorithms. * Everything can now handle arbitrary `class' values (as well as the predefined ones which we understand and can interpret). * Fixed bug that prevented display update when moving down a small recursive package list in dselect. * Column heading characters corrected from `SHOC' to `HSOC'. -- Ian Jackson Thu, 6 Apr 1995 12:48:13 +0100 dpkg (0.93.35) BETA; priority=MEDIUM * Preserve ownerships and permissions on configuration files. * Fix bug in conffile updating that could leave a hardlink .dpkg-new to the conffile . * Improved dselect's package list help messages. * Highlight now moves on after (de)selecting just one package. * Better algorithm for scrolling up/down when moving highlight. * Fixed bug in display of `preformatted' extended Description lines. (dselect is still ALPHA, but is fairly stable.) * Improved dpkg's message when configuring a package that doesn't exist, and when selecting or skipping a package that isn't currently selected (during unpack processing). * Description in control file expanded. * Scroll back to top when changing what is in the `info' area. dpkg (0.93.34) BETA; priority=LOW (HIGH for dselect users) * dselect: Fixed bug which caused a coredump if you exited the package list if you'd made any changes. Ouch ! * dselect: Improved selection algorithm to show fewer extraneous packages; improved display for unavailable packages. * dpkg: Improved progress messages during unpacking somewhat. dpkg (0.93.33) BETA; priority=LOW (HIGH for dselect users) * dselect now has a main menu. * Fixed nasty uninitialised data bug in dselect. * dselect now locks and unlocks the packages database. Mon, 27 Mar 1995 03:30:51 BST Ian Jackson * dpkg (0.93.32): Alpha dselect released and installed in /usr/sbin/dselect. * dpkg (0.93.32): Many portability enhancements: should now compile using GCC 2.6.3, and dpkg-deb should compile better on non-Linux systems. * dpkg (0.93.32): dpkg will not loop if its stdin disappears and it needs to prompt. * dpkg (0.93.32): Fixed removal dependency error to show correct package (Bug #648). * dpkg (0.93.32): Tidied up copyright notices. * dpkg (0.93.32): First draft of update-rc.d manpage, not yet installed in /usr/man. * dpkg (0.93.32): Changes to top-level Makefile.in to improve error trapping. * dpkg (0.93.32): Improved Makefile `clean' and `distclean' targets. * dpkg (0.93.32): Deleted irrelevant `t.c' from lib and dselect directories. * dpkg (0.93.32): Added vercmp.c with version comparison code. * dpkg (0.93.32): varbufextend message changed - varbufs not just for input buffers. * dpkg (0.93.32): varbuf has C++ member functions in header #ifdef __cplusplus. Changes in dpkg 0.93.31: * start-stop-daemon --pidfile now works (Bug#571). * Fixed dependency processing bugs which could require a rerun of dpkg --configure (Bug#566). * Fixed garbage output for `language' of control file in dpkg-deb --info. Changes in dpkg 0.93.30: * Added /usr/sbin/start-stop-daemon. Changes in dpkg 0.93.29: * Made postinst scripts really be run when dpkg --purge used. * Added new --force-extractfail option - VERY DANGEROUS. Changes in dpkg 0.93.28: * Removed undef of 0x_p21 in read_database_file, which caused the the whole status database to become trashed when any update files were read. * Make infinite-loop prevention and cycle detection work. * Made findbreakcycle work (ie, break properly when cycle detected). * New script, update-rc.d, to update links /etc/rc?.d/[KS]??*. * dpkg.pl now sets the umask to 022. * Cosmetic error message fix to dpkg-deb. * Deleted OLD directory altogether. * Improved error-trapping in top-level Makefile loops. Changes in dpkg 0.93.27: * Make version number specifications in Depends &c work. * Added AC_PROG_CXX to autoconf.in for dselect. * Changed myopt.h not to have cipaction field in cmdinfo (this was specially for dpkg-deb) - now we have a generic void*. * Renamed `class' member of `pkginfoperfile' to `clas' [sic]. * Much work in `dselect' subdirectory. * Deleted executables, objects and libraries from OLD tree ! * Minor changes to various copyright notices and top-of-file comments. * Don't install nasty Perl dselectish thing as /usr/bin/dselect. Changes in dpkg 0.93.26: * Added --no-also-select instead of not auto-selecting on --unpack but doing so on --install; removed --force-unpack-any. Changes in dpkg 0.93.25: * Fixed duplicate output (failure to flush before fork) bug. * More clarification of md5sum.c copyright. * Corrected typo in ChangeLog in 0.93.24 source package. Changes in dpkg 0.93.24: * dpkg could copy conffiles info from one package to another. Aargh. Bug #426. * dpkg failed to initialise status if you tried to remove or configure a nonexistent package. Bug #419. * install-info now handles START-INFO-DIR-ENTRY entries like: * Gdb:: The GNU debugger. Previously it would only accept (Bug #407): * Gdb: (gdb). The GNU debugger. * When installing a new foo.info[.gz], install-info now replaces * Foo: (foo.info). The Gnoo Foo. as well as just * Foo: (foo). ... * Moved option parsing out of dpkg-deb into libdpkg. * Assorted minor source code rearrangements. * Fixed assorted copyright notices, clarified md5sum copyright. * Corrected typo in 0.93.23 source package's ChangeLog. Changes in dpkg 0.93.23: * `dpkg-deb' --build now does a syntax check on the control file. * `dselect' is now no longer called `debian', spurious copy removed from package top-level source directory. * C control information parsing complete and somewhat tested. * Moved `global' include files into $(srcdir)/include from ../lib, added some files to the lib Makefile, and arranged for pop_cleanup(). Changes in dpkg 0.93.22: * Fixed bug which caused dpkg to see failures of md5sum where there were none (would also have caused dpkg to miss a real failure). * Fixed failure to update some `status' database fields. Changes in dpkg 0.93.21: * Fixed error-handling bug which could corrupt database. Changes in dpkg 0.93.20: * Fixed bug which ran old (/var/adm/dpkg) postinst scripts. * Fixed dpkg usage message which claimed -i => both --install & --info. * Use Colin Plumb's MD5 code - faster, and better copyright. * Manpages: dpkg-deb(8), deb-control(5), deb(5) - thanks to Raul Deluth Miller. Also, an xfig picture of some C program innards. Changes in dpkg 0.93.19: * Don't delete the `list' file from the dpkg database. * Fixed various bugs in the conffile handling. * Conffiles that are symlinks will now be treated as if the `dereferenced' name of the file was listed in conffiles. This means that /etc/foo -> /usr/etc/foo will cause all conffile updates of /etc/foo to create /usr/etc/foo.dpkg-tmp &c instead. However, the link will be removed if --purge is used to delete all the conffiles. * When doing a new installation, or when updating a conffile that wasn't listed as a conffile in the old version of the package, don't do any prompting but just install the version from the archive. * Corrected error message if exec of dpkg --vextract failed and --instroot or --root specified. * Added new --force-unpack-any option. * Extra newline after --status output. * Added -W options to CFLAGS. * Fixed mistake in previous ChangeLog entry. Changes in dpkg 0.93.18: * Fixed invocation of dpkg-deb --vextract if --root or --instdir not specified. * Create /var/lib/dpkg/updates. Changes in dpkg 0.93.17: * install-info --remove exits with status 0 if it doesn't find the thing to remove, instead of status 1. * Error handling functions have __attribute__((format...)) if GCC. * push_cleanup its arg takes void **argv instead of char **argv. * Top-level Makefile.in has set -e before `for' loops. * dpkg-deb --info not-an-existing-file produces fewer error messages. Changes in dpkg 0.93.16: * Made --root= option really extract to $instroot instead of `/'. * install-info clears the 0444 bits in its umask. * Fixed a few database handling bugs which cause dpkg always to fail, and usually to corrupt the status database in various ways. * dpkg-deb completely rewritten, now doesn't tinker with /var/{adm,lib}/dpkg. Should be faster. * Directory structure and Makefiles in source package reorganised. Changes in dpkg 0.93.15: * Added `debian' (dselect), still very primitive. * Database format changed, and moved from /var/adm to /var/lib. * Added dpkg --avail mode, --list, --status and --search. * Set of dpkg => dpkg-deb pass-through operations changed (but dpkg-deb not yet updated). * Added --root, --admindir and --instdir, as well as --isok &c. * Moved much stuff into /usr/lib/dpkg-lib.pl, rewritten status database handling. * Put packages in `purge' state even if `deinstall' requested if they have no postrm and no conffiles. * Version number comparisons fixed. * insert-version.pl now installes lib.pl filename too. * Strip trailing slashes when reading files from file lists. Changes in dpkg 0.93.14: * Fixed parsing of DEPENDS &c fields with trailing whitespace. * postinst now fixes up broken ispell.control file. * Cyclic dependency/multiple package removal processing: don't consider packages we've just removed when looking for a reason not to go ahead. * Added call to postinst with `purge' argument for expunging old configuration etc. that aren't listed in conffiles. Changes in dpkg 0.93.13: * sub S_ISREG defined in dpkg.pl. * Checking of DEPENDS &c fields was too lax, causing an internal error if you fed it certain kinds of broken control file. * Fixed misleading message from bogus installationstatus call. * New -u and -U options to dpkg-deb which don't unpack the /DEBIAN directory, and use these in dpkg.pl; clean up /DEBIAN in postinst. Changes in dpkg 0.93.12: * No longer needs *.ph files, since these appear to be broken. * Postinst fixes up *.control files with curly brackets. * embryo of dselect. Changes in dpkg 0.93.11: * New --ignore-depends option. * This ChangeLog changed format here. Wed Nov 30 15:38:21 GMT 1994 Ian Jackson * dpkg 0.93.11 released. * conffile updating fixed. * Message `updgrade' in dpkg changed to `replace'. * install-info now copes with multi-line entries. * version numbers now done automatically in dpkg and install-info. * more debugging around conffiles updates. * *.hash files not deleted so soon. * adds brand new packages to status array so we can install them. * postinst does h2ph for {sys,linux}/{stat,types}.ph if required. Mon Nov 28 02:00:13 GMT 1994 Ian Jackson * dpkg 0.93.10 released. * dpkg.pl completely rewritten. * dpkg-deb: removed dabase-processing and --install option. * Makefiles reworked, debian.rules added. * Don't install anything in /usr/doc/examples. * dpkg-*.deb contains /usr/bin/dpkg-deb.dist, fixed up by postinst. Thu Oct 20 13:22:20 1994 Ian Murdock (imurdock@debra.debian.org) * dpkg 0.93.9 released. * dpkg.pl: Use $argument, not $package, with `--build'. Make sure that saved postinst scripts are executable. Tue Oct 18 09:40:57 1994 Ian Murdock (imurdock@debra.debian.org) * dpkg 0.93.8 released. * deb/remove.c (pkg_remove): Do not report an error from rmdir () when `errno' is ENOTEMPTY (Directory not empty), because in this case we have found the highest-level directory in the package and are ready to exit the loop (i.e., it is a normal occurrence). Mon Oct 17 10:44:32 1994 Ian Murdock (imurdock@debra.debian.org) * Makefile.in: Adapted all Makefiles to the GNU Coding Standards. * deb/remove.c (pkg_remove): Make sure that parent directories are removed LAST! This will result in complete removal of packages when --remove is called. dpkg 0.93.7 (and earlier) had problems with this because it tried to remove directories in order, which will work most of the time, but not necessarily all of the time. * deb/list.c (pkg_list): Output is sorted by package name. Tue Oct 4 12:27:10 1994 Ian Murdock (imurdock@debra.debian.org) * deb/contents.c (pkg_contents): When a list file cannot be opened, silently fail and let the front-end explain the problem. * deb/util.c (return_info): When a control file cannot be opened, silently fail and let the front-end explain the problem. * deb/search.c (pkg_search): Exit 0 if the regular expression is matched and 1 if it is not. Mon Oct 3 18:38:53 1994 Ian Murdock (imurdock@debra.debian.org) * dpkg.pl: New file. Replaces dpkg.sh. * deb/Makefile.in: Renamed `dpkg-util.deb' to `dpkg-deb'. * deb/build.c (pkg_build): `--build' is less verbose, instead letting the front-end add verbosity where appropriate. * deb/install.c (pkg_install): Ditto. * deb/remove.c (pkg_remove): Ditto. * deb/search.c (pkg_search): Ditto. * deb/describe.c (pkg_describe): `--describe' is less verbose, instead letting the front-end add verbosity where appropriate. The ``Description:'' label has been removed. * deb/version.c (pkg_version): `--version' is less verbose, instead letting the front-end add verbosity where appropriate. The ``Version:'' label has been removed, as has the maintainer information. Mon Sep 12 14:22:04 1994 Ian Murdock (imurdock@debra.debian.org) * deb/version.c (pkg_version): `--version' now reports the version number of dpkg if no argument is specified. Thu Sep 1 13:31:37 1994 Ian Murdock (imurdock@debra.debian.org) * dpkg 0.93.7 released. * deb/build.c (pkg_build): check status and exit if non-zero. * deb/contents.c (pkg_contents): ditto. * deb/install.c (archive_extract): ditto. Thu Sep 1 13:20:08 1994 Ian Murdock (imurdock@debra.debian.org) * deb/version.c (pkg_version): indent to the same point as pkg_describe. Thu Sep 1 12:21:11 1994 Ian Murdock (imurdock@debra.debian.org) * Makefile.in (dist): added debian.rules binary, source and dist targets to make final distribution easier to make. (install): install programs to /usr/bin. * deb/Makefile.in (install): install programs to /usr/bin. * deb/list.c (pkg_list): enforce a maximum limit of ten characters for the package name in the output. (pkg_list): left-justify the version number to make it easier for the front-end to parse the output. (pkg_list): replace first '\n' character in packages[n].description with '\0'. * deb/install.c (archive_extract): use the `p' option to `tar' to ensure that permissions are preserved. Sat Aug 27 09:53:37 1994 Ian Murdock (imurdock@debra.debian.org) * dpkg 0.93.6 released. * deb/util.c (return_info): only unlink CONTROL if ARCHIVE_FLAG is true! Fri Aug 26 15:38:22 1994 Ian Murdock (imurdock@debra.debian.org) * dpkg 0.93.5 released. * deb/contents.c (pkg_contents): merged function archive_contents into function pkg_contents. * deb/contents.c (pkg_contents): use lstat (rather than stat) so that symbolic links are recognized. (pkg_contents): print the usual ` -> ' now that we recognize symbolic links. * deb/util.c (return_info): create a FIFO to pipe the needed information to the ``formatter'' rather than creating a directory in /tmp for the package information, which is what we used to do. Thu Aug 25 11:46:27 1994 Ian Murdock (imurdock@debra.debian.org) * lib/fake-ls.c (mk_date_string): return a pointer to malloc'ed area. (mk_mode_string): ditto. * dpkg.sh: make sure the control information is extracted to a uniquely-named temporary directory during package installation. * dpkg.sh: execute the pre- and post-removal scripts during package removal. * dpkg.sh: exit immediately if dpkg-util.deb reports failure. * deb/install.c (pkg_control): make sure that `package' exists and is a Debian archive before doing anything. * deb/install.c (pkg_extract): make sure that `package' exists and is a Debian archive before doing anything. * deb/install.c (pkg_install): unlink `extract_output' when done. * deb/remove.c (pkg_remove): use lstat (rather than stat) so that --remove does not get confused and think that a symbolic link to a directory is actually a directory, which results in the symbolic link never being removed at all. ChangeLog begins Thu Aug 25 11:46:27 1994 for dpkg 0.93.5.