1 2006-10-12 Guillem Jover <guillem@debian.org>
3 * configure.ac: Bump version to 1.13.24~.
5 2006-10-12 Guillem Jover <guillem@debian.org>
7 * configure.ac: Release 1.13.23.
9 2006-10-06 Guillem Jover <guillem@debian.org>
11 * README.translators: Add references to the new scripts/po/ChangeLog
12 file. State that the languages should be listed alphabetically in
15 2006-09-27 Guillem Jover <guillem@debian.org>
17 * m4/compiler.m4: Add a new line at the end of the file, to cope with
18 an autoreconf failure due to the new m4 1.4.7.
20 2006-09-27 Ian Jackson <iwj@ubuntu.com>
22 * dselect/pkgdepcon.cc (packagelist::resolvedepcon): Recognise the
23 dep_breaks dependency type in the dependency and conflict resolution.
25 2006-08-10 Guillem Jover <guillem@debian.org>
27 * dselect/helpmsgs.cc: Replace the comment header about the file being
28 autogenerated with a proper copyright and license one. Reindented.
29 * dselect/helpmsgs.h: Likewise.
31 2006-08-08 Guillem Jover <guillem@debian.org>
33 * scripts/dpkg-architecture.pl (dpkglibdir): Set to '.' where
34 controllib.pl is located.
35 (pkgdatadir): Set to '..' where cputable and ostable are located.
36 * m4/arch.m4 (_DPKG_ARCHITECTURE): New macro.
37 (DPKG_CPU_TYPE): Use _DPKG_ARCHITECTURE instead of parsing cputable.
38 (DPKG_OS_TYPE): Use _DPKG_ARCHITECTURE instead of parsing ostable.
39 (DPKG_ARCHITECTURE): Use _DPKG_ARCHITECTURE instead of constructing
40 the value from cpu_type and os_type.
42 2006-08-08 Ian Jackson <iwj@ubuntu.com>
44 * lib/dpkg-db.h (deptype): Add dep_breaks.
45 * lib/fields.c (f_dependency): Bail out if the Breaks field has an
46 alternative through a '|'.
47 * lib/parse.c (fieldinfos): Add support for the Breaks field when
48 parsing them as a depedency field.
49 * src/depcon.c (describedepcon): Support displaying the Breaks
51 (depisok): Ignore the Breaks field by adding dep_breaks to the assert
52 and returning as succeeded.
53 * src/processarc.c (process_archive): Print a message stating that
54 current dpkg does not support the Breaks field. Do not bail out in
55 case the Breaks references packages to ignore for dependency handling.
56 * src/packages.c (dependencies_ok): Add a place holder comment to
57 be replaced by the code to prevent configuration of Broken packages.
59 2006-07-07 Nicolas François <nicolas.francois@centraliens.net>
61 * dpkg-deb/build.c: Specify --null before the -T option to avoid
62 the "tar: -: file name read contains nul character" warning.
64 2006-06-21 Guillem Jover <guillem@debian.org>
66 * configure.ac: Bump version to 1.13.23~.
68 2006-06-21 Guillem Jover <guillem@debian.org>
70 * configure.ac: Release 1.13.22.
72 2006-06-21 Guillem Jover <guillem@debian.org>
74 * utils/start-stop-daemon.c (signal_str, schedule_str): Move
76 (parse_options): ... here.
78 2006-06-21 Guillem Jover <guillem@debian.org>
80 * utils/start-stop-daemon.c (umask_value): New variable.
81 (do_help): Print information about the new '--umask' option.
82 (parse_umask): New function.
83 (parse_options): Parse the new option using parse_umask.
84 (main): Set umask, and do not set for the background case if we set
87 2006-06-21 Guillem Jover <guillem@debian.org>
89 * scripts/controllib.pl (usageerr): Do not mark "%s: %s" for
91 * scripts/changelog/debian.pl: Remove "or argument" from the
92 "unkown option" string to merge it with other similar ones.
93 * scripts/dpkg-distaddfile.pl: Quote '%s' in the "unknown option"
95 * scripts/dpkg-source.pl: Likewise.
96 * scripts/cleanup-info.pl (ulquit): Print the program name.
97 Change all callers to not print the program name, and modify the
98 strings to merge them with similar ones.
99 * scripts/dpkg-divert.pl: Change strings referring to command line
100 argument to use '%s' instead of such argument, thus merging them.
101 (quit): Do not mark the string for translation. Do not hardcode the
102 program name and use '$0' instead.
103 (badusage): Likewise. Make it call usage.
104 * scripts/dpkg-statoverride.pl: Likewise.
105 * scripts/update-alternatives.pl: Likewise.
106 * scripts/install-info.pl: Call quit instead of die and do not print
107 the program name. Prepend "unable to" to most of those strings to
108 merge them with similar ones. Fix other strings to merge them.
109 (ulquit): Make it call quit instead of die and do not print the
111 (checkpipe): Likewise.
112 (quit): New function.
113 * lib/fields.c (f_dependency): Make strings use '%s' instead of
114 hardcoded character, to merge both.
115 * lib/dbmodify.c (createimptmp): Quote and increase to 255 the
116 parameter '%.250s' to merge the string with the other ones.
118 2006-06-18 Frank Lichtenheld <djpig@debian.org>
120 * scripts/dpkg-buildpackage.sh: Fix testing
121 the content of $signinterface by moving the
122 test to a place where it can actually fail.
123 Give the user a correct warning message about
124 what we do (i.e. defaulting to pgp style).
126 2006-06-17 Frank Lichtenheld <djpig@debian.org>
128 * scripts/dpkg-source.pl: Fix typo in regex that caused
129 spurious warnings for user defined fields even though they
130 used the correct XB- syntax.
132 2006-06-16 Guillem Jover <guillem@debian.org>
134 * scripts/controllib.pl (parsechangelog): Move substvar initialization
136 (init_substvars): ... here. New function. Move the dpkg substvars
137 initialization to this function.
138 * scripts/dpkg-source.pl: Call init_substvars after parsechangelog.
139 * scripts/dpkg-genchanges.pl: Replace setting dpkg substvars with
140 init_substvars. If the version field or the one forced from command
141 line differs from the substvar, add the later to the output Source
142 field inside parenthesis.
143 * scripts/dpkg-gencontrol.pl: Likewise.
145 2006-06-16 Andrew Ferrier <andrew@new-destiny.co.uk>
146 Guillem Jover <guillem@debian.org>
148 * scripts/update-alternatives.pl (usage): Clarify the legend for the
151 2006-06-16 Guillem Jover <guillem@debian.org>
153 * scripts/update-alternatives.pl (config_message): Print '--config'
154 listing layout evenly spaced.
156 2006-06-07 Guillem Jover <guillem@debian.org>
158 * scripts/dpkg-scansources.pl: Remove invalid comment mentioning
159 documentation being after __END__.
161 2006-06-07 Guillem Jover <guillem@debian.org>
163 * scripts/dpkg-source.pl ($diff_ignore_default_regexp): Add
166 2006-06-04 Guillem Jover <guillem@debian.org>
168 * configure.ac: Bump version to 1.13.22~.
170 2006-06-04 Guillem Jover <guillem@debian.org>
172 * configure.ac: Release 1.13.21.
174 2006-06-04 Ian Jackson <ian@davenant.greenend.org.uk>
176 * src/depcon.c (foundcyclebroken): Replace possi->ed argument to
177 findbreakcyclerecursive call with dependedon.
178 (findbreakcyclerecursive): Remove the last foundcyclebroken call
179 which was wrongly using the unrelated provider->installed.depended
180 linked list. Remove findbreakcyclerecursive call which may lead to
183 2006-06-04 Guillem Jover <guillem@debian.org>
185 * scripts/dpkg-parsechangelog.pl: Pass forward the '-l' option to
187 * scripts/changelog/debian.pl: Add '-l' option and set $changelogfile.
188 (usage): Document the new '-l' option.
189 (clerror): Print $changelogfile instead of 'changelog'.
192 2006-06-02 Guillem Jover <guillem@debian.org>
194 * scripts/install-info.pl: Do not use English non-essential module.
196 2006-06-02 Guillem Jover <guillem@debian.org>
198 * scripts/dpkg-shlibdeps.pl (@librarypaths): Add '/lib32' and
201 2006-06-02 Guillem Jover <guillem@debian.org>
203 * src/query.c (setaction): Print also the short command line action.
204 * src/main.c (setaction): Likewise.
205 * dpkg-deb/main.c (setaction): Likewise.
206 * dpkg-split/main.c (setaction): Likewise.
208 2006-05-31 Guillem Jover <guillem@debian.org>
210 * configure.ac: Bump version to 1.13.21~.
212 2006-05-31 Guillem Jover <guillem@debian.org>
214 * configure.ac: Release 1.13.20.
216 2006-05-31 Koblinger Egmont <egmont@uhulinux.hu>
218 * src/processarc.c (process_archive): Do not pass to parsedb
219 pdb_weakclassification, so that the Section and Priority fields
220 gets updated with new packages.
222 2006-05-31 Julian Gilbey <jdg@debian.org>
224 * scripts/changelog/debian.pl: Remove duped string ' , at changelog '.
226 2006-05-31 Guillem Jover <guillem@debian.org>
228 * src/enquiry.c (cmpversions): Prefix the bad syntax error with a
229 'dpkg: ' and print the bogus version string.
231 2006-05-25 Guillem Jover <guillem@debian.org>
233 * scripts/install-info.pl: Exit if the lock file already exists.
234 This change was lost when doing the i18n of the scripts.
236 2006-05-25 Ben Pfaff <blp@cs.stanford.edu>
238 * scripts/install-info.pl: Use %! instead if $! to check for EEXIST.
240 2006-05-23 Guillem Jover <guillem@debian.org>
242 * scripts/controllib.pl (parsechangelog): Do not strip the epoch from
243 the source:Upstream-Version substvar.
245 2006-05-23 Guillem Jover <guillem@debian.org>
247 * scripts/controllib.pl (usageerr): Use usage instead of
249 * scripts/dpkg-statoverride.pl (UsageVersion): Rename to ...
250 (usageversion): ... this.
251 * scripts/dpkg-parsechangelog.pl (usageversion): Split into usage
252 and version functions. Print to stdout. Standarize output format.
253 Add '--help' and '--version'.
254 * scripts/dpkg-shlibdeps.pl: Likewise.
255 * scripts/dpkg-distaddfile.pl: Likewise.
256 * scripts/dpkg-gencontrol.pl: Likewise.
257 * scripts/dpkg-genchanges.pl: Likewise.
258 * scripts/dpkg-source.pl: Likewise.
259 * scripts/changelog/debian.pl: Likewise.
260 * scripts/dpkg-statoverride.pl: Likewise. Basename $0.
261 * scripts/dpkg-architecture.pl: Likewise. Do not basename $0,
262 use $progname instead.
263 * scripts/dpkg-checkbuilddeps.pl: Use $progname instead of $me.
264 (me): Remove variable.
265 (usage): Standarize output format. Print to stdout. Add '-h' option.
266 * scripts/dpkg-buildpackage.sh (usageversion): Split into
267 showversion and usage functions. Print to stdout. Standarize output
268 format. Add '--help' and '--version'.
269 (version): Rename variable to ...
270 (changesversion): ... this, otherwise there was no program version
272 * scripts/dpkg-scanpackages.pl: Basename $0.
273 (options): Pass a sub to the help option calling usage and exit.
275 (usage): Switch variable to a function. Print to stdout. Standarize
277 (version): New function.
278 * scripts/dpkg-scansources.pl (Version): Rename variable to ...
279 (version): ... this (so it will be automaitcally updated by the
281 (Option_spec): Pass \&usage to help option and \&version to version.
282 (Usage): Remove variable.
283 (version): New function.
284 (usage): Move xwarn call to where the actual check is made. Replace
285 the die call with a printf and an exit.
286 * scripts/dpkg-name.sh: Standarize output format.
287 * scripts/dpkg-divert.pl: Basename $0.
288 (showversion): Rename to ...
289 (version): ... this. Print to stdout. Standarize output format.
290 * scripts/update-alternatives.pl: Basename $0.
291 (usageversion): Split into usage and version functions. Print to
292 stdout. Standarize output format.
293 * scripts/cleanup-info.pl: Basename $0.
294 (version): Print to stdout. Standarize output format.
295 (usage): Likewise. Print option descriptions.
296 * scripts/install-info.pl: Basename $0. Add '--version'. On
297 argument error print only usage.
298 (version): Print to stdout. Standarize output format.
299 (usage): Likewise. Print option descriptions.
301 2006-05-19 David Lopez Moreno <david.lopez.moreno@hispalinux.es>
303 * dpkg-deb/build.c (do_build): If failing to stat a
304 conffile check for trailing whitespace in the conffiles
305 file to give a more useful error message.
307 2006-05-19 Piotr Engelking <inkerman42@gmail.com>
309 * lib/database.c (informative): Don't regard
310 architecture information alone as informative.
311 * src/processarc.c (process_archive): Also
312 delete origin, bugs and architecture information
313 for disappearing packages.
314 * src/remove.c (removal_bulk): Likewise for
317 2006-05-19 Frank Lichtenheld <djpig@debian.org>
319 * src/help.c (hasdirectoryconffiles): New function
320 to test wether a directory contains conffiles of
322 * src/main.h: Add declaration of hasdirectoryconffiles.
323 * src/remove.c (removal_bulk_remove_files): Don't
324 drop directories from our file list that hold
326 (removal_bulk_remove_leftover_dirs) Likewise.
328 * utils/enoent.c: Add a comment at the top of the
329 file explaining why we use this odd program at all.
331 2006-05-18 Frank Lichtenheld <djpig@debian.org>
333 * lib/showpkg.c (show1package): Test the correct
334 pointer against NULL so that arbitrary fields get
337 2006-05-15 Nicolas François <nicolas.francois@centraliens.net>
339 * src/packages.c: Use fc_dependsversion (set by
340 --force-depends-version) when only the version of a
341 dependency is not satisfied. fc_dependsversion is never
344 2006-05-15 Nicolas François <nicolas.francois@centraliens.net>
346 * src/configure.c: Flush the terminal's input before
349 2006-05-15 Frank Lichtenheld <djpig@debian.org>
351 * debian/archtable: Update to reflect current
352 archive: Add amd64 and remove sh.
354 * src/depcon.c (findbreakcyclerecursive): Try
355 to find cycles also by moving up Provides links.
357 2006-05-15 Ian Jackson <iwj@ubuntu.com>
359 * debian/control (dpkg[Depends]): Move
360 coreutils dependency to Pre-Depends and
361 depend on >= 5.93-1 to ensure that md5sum
363 * debian/dpkg.postinst: Don't create a
364 diversion from coreutil's md5sum.
365 * debian/dpkg.prerm: Delete the code
366 that removed the diversion generated
367 in the postinst. We rely on coreutils
368 to clean up the mess we created.
370 2006-05-12 Frank Lichtenheld <djpig@debian.org>
372 * src/main.c (ignoredepends): Fix parsing of the
373 --ignore-depends argument value.
375 * dpkg-deb/info.c (info_spew): Prepend the name of the
376 directory we're in to the control component name. This
377 way we don't spew out garbage if we get an absolute
378 path as component name.
380 * scripts/dpkg-scanpackages.pl: Print usage
381 information on stderr instead of stdout in
382 case of error. Only print it on stdout if
385 * scripts/dpkg-architecture.pl: Convert encoding
386 of the file from iso-8859-1 to utf-8.
388 2006-05-12 Nicolas François <nicolas.francois@centraliens.net>,
389 Frank Lichtenheld <djpig@debian.org>
391 * scripts/dpkg-gettext.pl: New module. Acts like a
392 wrapper around Locale::gettext so that the scripts
393 are usable without it, too.
394 * debian/dpkg.install: Install dpkg-gettext.pl.
395 * scripts/Makefile.am (dist_pkglib_SCRIPTS): Add dpkg-gettext.pl.
397 * po/POTFILES.in: Add scripts installed with dpkg
399 * po/Makevars (XGETTEXT_OPTIONS): Add _g to list of keywords.
400 * debian/dpkg-dev.install: Install .mo files.
401 * debian/control (dpkg-dev[Depends]): Bump dependency on dpkg
402 to 1.13.20 since it needs dpkg-gettext.pl.
403 * scripts/cleanup-info.pl: Add gettext support.
404 * scripts/controllib.pl: Likewise.
405 * scripts/dpkg-architecture.pl: Likewise.
406 * scripts/dpkg-checkbuilddeps.pl: Likewise.
407 * scripts/dpkg-distaddfile.pl: Likewise.
408 * scripts/dpkg-divert.pl: Likewise.
409 * scripts/dpkg-genchanges.pl: Likewise.
410 * scripts/dpkg-gencontrol.pl: Likewise.
411 * scripts/dpkg-parsechangelog.pl: Likewise.
412 * scripts/debian/changelog.pl: Likewise.
413 * scripts/dpkg-scanpackages.pl: Likewise.
414 * scripts/dpkg-scansources.pl: Likewise.
415 * scripts/dpkg-shlibdeps.pl: Likewise.
416 * scripts/dpkg-source.pl: Likewise.
417 * scripts/dpkg-statoverride.pl: Likewise.
418 * scripts/install-info.pl: Likewise.
419 * scripts/update-alternatives.pl: Likewise.
421 2006-05-10 Frank Lichtenheld <djpig@debian.org>
423 * scripts/dpkg-buildpackage.sh: Pass all
424 remotely sensible -sX option through to
425 dpkg-source (-s[nsAkurKUR]).
427 * scripts/changelog/debian.pl: Use same regex for
428 distribution names as for packages. Since the policy
429 doesn't define these names very strict, we should give
430 the user more freedom here though all official names
431 are matched by a way stricter regex. (Characters now
432 allowed are '+' and '.').
434 2006-05-10 Robert Millan <rmh@aybabtu.com>,
435 Frank Lichtenheld <djpig@debian.org>
437 * scripts/dpkg-source.pl: When checking the
438 signature of a .dsc file, use the Debian
439 keyring if available.
441 2006-05-10 Nicolas François <nicolas.francois@centraliens.net>
443 * lib/showpkg.c (show1package): Honour the requested tabbing
444 of fields even if they are empty.
446 2006-05-04 Guillem Jover <guillem@debian.org>
448 * configure.ac: Bump version to 1.13.20~.
450 2006-05-04 Guillem Jover <guillem@debian.org>
452 * configure.ac: Release 1.13.19.
454 2006-05-04 Guillem Jover <guillem@debian.org>
456 * scripts/dpkg-genchanges.pl: Do not use $version to refer to the
457 source package version, as it denotes the dpkg version.
459 2006-05-04 Nicolas François <nicolas.francois@centraliens.net>,
460 Guillem Jover <guillem@debian.org>
462 * scripts/install-info.pl: Use the numerical value of $! instead of
463 the string when checking if the locking error was due to an already
464 existing file, which is locale dependent, and die accordingly.
466 2006-05-04 Nicolas François <nicolas.francois@centraliens.net>
468 * scripts/install-info.pl: Add a new line after adding the last
469 entry at the end of the dir file, which makes the info readers
470 able to see those last entries.
472 2006-05-04 Wayne Davison <wayned@users.sourceforge.net>,
473 Guillem Jover <guillem@debian.org>
475 * scripts/install-info.pl: Make '--dir-file' option compatible
476 with GNU install-info by renaming the infodir variable to dirfile
477 and not appending the '/dir' string except when initializing from
478 '--info-dir' or '--infodir'.
480 2006-05-04 Guillem Jover <guillem@debian.org>
482 * scripts/dpkg-gencontrol.pl: Use the source:Version substvar when
483 setting the Source field version, in case the binary package
484 has a different one from the source package.
486 2006-05-02 Guillem Jover <guillem@debian.org>
488 * utils/start-stop-daemon.c (do_help): Standarize output format.
490 2006-05-02 Guillem Jover <guillem@debian.org>
492 * dselect/main.cc (usage): Split string and align so duped strings get
494 * dpkg-deb/main.c (usage): Likewise.
495 * dpkg-split/main.c (usage): Likewise.
496 * src/query.c (usage): Likewise.
497 * src/main.c (usage): Likewise.
499 2006-05-02 Guillem Jover <guillem@debian.org>
501 * scripts/dpkg-genchanges.pl: Rename dpkg:UpstreamVersion to
502 dpkg:Upstream-Version. Make dpkg:Version and dpkg:Upstream-Version
503 get the current dpkg versions instead of the package being built.
504 * scripts/dpkg-gencontrol.pl: Likewise.
506 2006-05-02 Ken Bloom <kbloom@gmail.com>,
507 Jeroen van Wolffelaar <jeroen@wolffelaar.nl>,
508 Guillem Jover <guillem@debian.org>
510 * scripts/controllib.pl (parsechangelog): Add new source:Version,
511 source:Upstream-Version and binary:Version substvars.
513 2006-04-29 Justin Pryzby <justinpryzby@users.sourceforge.net>
515 * src/filesdb.c: Fix a typo (unexecpted -> unexpected).
517 2006-04-21 Guillem Jover <guillem@debian.org>
519 * src/query.c (enqperpackage): Change dynamically constructed
520 grammar to proper sentences.
521 * src/packages.c (deppossi_ok_found): Likewise.
522 * src/main.c (commandfd): Do not use digits, use textual numbers.
523 * lib/dbmodify.c (createimptmp): Use proper verb forms.
524 * lib/showcright.c (showcopyright): Remove trailing space from string.
525 * lib/parsehelp.c (illegal_packagename): Clarify what is the last '%s'.
526 * dpkg-deb/extract.c (movecontrolfiles): Likewise.
527 (extracthalf): Do not use abbreviations in the strings.
529 2006-04-21 Guillem Jover <guillem@debian.org>
531 * src/main.c (printforhelp, setdebug, setforce): Quote each string
532 line instead of escaping its new line at the end.
534 2006-04-11 Frank Lichtenheld <djpig@debian.org>
536 * src/archives.c (quote_filename): Fix typo in
537 variable name. If hit, this could lead to a
538 infinite loop and OOM in varbufvprintf. (A
539 good way to hit it is installing files with
540 long non-ASCII filenames in UTF-8 locales).
541 Fixed also some typos in the comment for this
544 * scripts/dpkg-scanpackages.pl: Add -follow
545 to @find_args. This was lost in a previous patch
548 2006-04-10 Guillem Jover <guillem@debian.org>
550 * configure.ac: Bump version to 1.13.19~.
552 2006-04-10 Guillem Jover <guillem@debian.org>
554 * configure.ac: Release 1.13.18.
556 2006-04-10 Andrew Suffield <asuffield@debian.org>
558 * src/main.h (clearselections): New prototype.
559 * src/main.c (usage): Print '--clear-selections' option description.
560 (cmdinfos): Add clear-selectons action.
561 * src/select.c (clearselections): New function.
563 2006-04-10 Guillem Jover <guillem@debian.org>
565 * src/main.h (fc_autoselect): Remove.
566 * src/main.c (fc_autoselect): Likewise.
567 (forceinfos): Mark 'auto-select' as obsolete.
568 (setforce): Remove mention of 'auto-select' from the help text.
569 Handle obsolete options, and display a warning.
571 2006-04-09 Guillem Jover <guillem@debian.org>
573 * scripts/dpkg-shlibdeps.pl: Support system library directories
574 symlinked from '/lib/ldconfig/'.
576 2006-04-09 Branden Robinson <branden@debian.org>,
577 Guillem Jover <guillem@debian.org>
579 * src/main.c (execbackend): Pass '--admindir' over to dpkg-query
580 when passing '--admindir' or '--root' to dpkg.
582 2006-04-04 Andrew Suffield <asuffield@debian.org>
584 * dpkg-buildpackage.sh: Use mustsetvar to set sversion variable.
586 2006-04-04 Jared Spiegel <jrrs@frontiernet.net>
588 * utils/start-stop-daemon.c (do_help): Add '-r' option to the help
591 2006-04-04 Guillem Jover <guillem@debian.org>
593 * utils/start-stop-daemon.c (main): Prefix the chroot path, if any,
594 when stating the exec file.
596 2006-03-30 Guillem Jover <guillem@debian.org>
598 * src/main.c (setforce): Add a '[!]' next to 'all' to denote that
599 '--force-all' is dangerous.
601 2006-03-20 Guillem Jover <guillem@debian.org>
603 * configure.ac: Bump version to 1.13.18~.
605 2006-03-20 Guillem Jover <guillem@debian.org>
607 * configure.ac: Release 1.13.17.
609 2006-03-20 Guillem Jover <guillem@debian.org>
611 * utils/start-stop-daemon.c [OSLinux] (pid_is_exec): Revert back to
612 take a struct stat instead of an execname. Get the filename pointed
613 by the '/proc/<pid>/exe' symlink, strip any ' (deleted)' string, and
614 stat that filename comparing the result with the new argument.
616 2006-03-15 Guillem Jover <guillem@debian.org>
618 * scripts/controllib.pl.in: Rename to ...
619 * scripts/controllib.pl: ... this.
620 (debian_arch_expand): Remove function. Fix all callers.
621 (pkgdatadir, read_cputable, read_ostable): Move to ...
622 * scripts/dpkg-architecture.pl: ... here.
623 * scripts/Makefile.am (%.pl): Remove rule.
625 2006-03-05 Guillem Jover <guillem@debian.org>
627 * scripts/controllib.pl.in (quiet_warnings): New variable.
628 (warn): Do not print if quiet_warnings.
629 * dpkg-source.pl (usageversion): Document new option `-q'.
631 2006-03-05 Guillem Jover <guillem@debian.org>
633 * debian/control (Build-Depends): Do not depend on libselinux1-dev
634 in GNU/kFreeBSD amd64.
636 2006-02-28 Matt Kraai <kraai@ftbfs.org>
638 * scripts/dpkg-gencontrol.pl: Fix typo (occoured -> occurred).
639 * scripts/dpkg-source.pl: Likewise.
641 2006-02-19 Guillem Jover <guillem@debian.org>
643 * po/README.translators: Move to ...
644 * README.translators: ... here. Formatting fixes. Update to refer
645 to latest new ChangeLog files, and rules.
647 2006-02-19 Frank Lichtenheld <djpig@debian.org>
649 * scripts/dpkg-scanpackages.pl: Fix option
650 parsing of arch option. Also fix a mistake
651 in constructing @find_args.
653 2006-02-18 Frank Lichtenheld <djpig@debian.org>
655 * scripts/dpkg-gencontrol.pl: Call parsedep
656 with use_arch and reduce_arch parameters to
657 allow using architectures in dependency
658 fields of binary packages in debian/control.
660 * scripts/dpkg-gencontrol.pl: Fix handling of
661 debian/files when architecture is set via -D
662 command line option. The value override was
665 * configure.ac: Bump version to 1.13.17~.
667 * configure.ac: Release 1.13.16.
669 2006-02-17 Frank Lichtenheld <djpig@debian.org>
671 * man/ChangeLog: Start an own changelog for the
674 * scripts/dpkg-scanpackages.pl: Fix override handling
675 which was broken by the latest changes.
677 * scripts/dpkg-gencontrol.pl: Make -isp the default
679 * man/C/dpkg-source.1: Document the behaviour
680 change in dpkg-gencontrol.
682 2006-02-17 Guillem Jover <guillem@debian.org>
684 * debian/dselect.install: Install only dselect domain.
685 * debian/dpkg.install: Install only dpkg domain.
686 * dselect/po: New directory.
687 * dselect/main.cc (main): Use DSELECT domain.
688 * dselect/Makefile.am (SUBDIRS): Add po.
689 * configure.ac (AC_CONFIG_FILES): Add dselect/po/Makefile.in.
691 2006-02-17 Guillem Jover <guillem@debian.org>
693 * methods/: Move directory to dselect/methods/.
694 * Makefile.am (SUBDIRS): Move methods to ...
695 * dselect/Makefile.am (SUBDIRS): ... here. New variable.
696 * configure.ac (AC_CONFIG_FILES): Rename methods/Makefile to
697 dselect/methods/Makefile.
699 2006-02-17 Guillem Jover <guillem@debian.org>
701 * configure.ac: Require gettext 0.14.5.
703 2006-02-17 Guillem Jover <guillem@debian.org>
705 * configure.ac: Use AC_CONFIG_AUX_DIR to move auxiliary scripts to
708 2006-02-16 Frank Lichtenheld <djpig@debian.org>
710 * configure.ac: Bump version to 1.13.16~.
712 2006-02-15 Frank Lichtenheld <djpig@debian.org>
714 * configure.ac: Release 1.13.15.
716 2006-02-15 SZERVÁC Attila <sas@321.hu>
718 * man/hu/dpkg.cfg.5.hu.po: Added.
719 * man/hu/dpkg.cfg.5.hu.po.addendum: Likewise.
720 * man/hu/dselect.cfg.5.hu.po: Likewise.
721 * man/hu/dselect.cfg.5.hu.po.addendum: Likewise.
723 2006-02-13 Jordi Mallach <jordi@debian.org>
725 * src/processarc.c (process_archive): Add missing closing parenthesis
728 2006-02-12 Frank Lichtenheld <djpig@debian.org>
730 * configure.ac: Bump version to 1.13.15~.
732 * configure.ac: Release 1.13.14.
734 2006-02-11 Denis Barbier <barbier@debian.org>
736 * man/C/dpkg.1: Escape ` and ', otherwise they are converted to
737 quotation marks, which makes cut and paste useless.
738 * man/C/dpkg-query.1: Likewise.
739 * man/C/dpkg-name.1: Likewise.
740 * man/C/dpkg-architecture.1: Likewise.
742 2006-02-11 Philippe Batailler <philippe.batailler@free.fr>
744 * man/fr/dpkg.1.fr.po: Updated.
745 * man/fr/dpkg-query.1.fr.po: Likewise.
746 * man/fr/dpkg-source.1.fr.po: Likewise.
747 * man/fr/dpkg-split.1.fr.po: Likewise.
749 2006-02-11 Nicolas François <nicolas.francois@centraliens.net>
751 * man/*/*.addendum: Use a generic position to insert the addenda,
752 which should always exist in a valid man page.
753 Translators are free to use another position.
754 * man/*/*.addenum: Renamed man/*/*.addendum.
756 2006-02-11 Frank Lichtenheld <djpig@debian.org>
758 * scripts/dpkg-source.pl: Add .git to
759 $diff_ignore_default_regexp.
761 * scripts/dpkg-source.pl: Remove any
762 newlines from Uploaders field to allow
763 people to make it multi-line in the
766 2006-02-10 Denis Barbier <barbier@linuxfr.org>
768 * scripts/dpkg-source.pl: Touch all patched files
769 to have the same timestamp. This should mitigate
770 time-skew problems until we can finally add proper
771 timestamps to the diffs.
773 2006-02-10 Ian Jackson <iwj@ubuntu.com>
775 * src/configure.c: Differentiate between modified
776 and deleted configuration files. Gives and more
777 accurate description to the user and eliminates
778 a warning that was produced when trying to
779 backup a non-existant file.
781 * lib/dpkg-db.h (conffile): Add `obsolete' field.
782 * lib/dump.c (w_conffiles): Write "obsolete" at the
783 end of conffile entry if obsolete is set.
784 * lib/fields.c (f_conffiles): Parse entries for
785 obsolete conffiles correctly.
786 * src/filesdb.h (filenamenode.flags): Add new
787 flag for obsolete conffiles.
788 * src/remove.c (removal_bulk_remove_configfiles):
789 Handle obsolete conffiles.
790 * src/archives.c (newconff_append): New function
791 to append a filenamenode to a fileinlist.
792 (addfiletolist): New function to add a filenamenode
794 (tarobject): Use new addfiletolist function.
795 Handle case where a new package takes over
796 an obsolete conffile from another package.
797 * src/archives.h: Add declaration of the
798 addfiletolist function.
799 * src/processarc.c (process_archive): Use new
800 newconff_append function from archives.c.
801 Detect obsoleted conffiles and mark them as such.
802 * src/help.c (chmodsafe_unlink): Make it possible
803 to differentiate between failed chmod and failed
804 unlink by adding a new `failed' argument which
805 will be set to the name of the failed command.
806 (chmodsafe_unlink_statted): New function that
807 can be called if we already have a stat result for
808 the file/directory to be removed.
809 (ensure_pathname_nonexisting): Give better error
810 messages by utilizing the changes to
812 * src/main.h: Reflect changes in archives.c
813 and help.c (add declarations for newconff_append
814 and chmodsafe_unlink_statted and change the
815 one of chmodsafe_unlink).
816 (conffopt): Add new isold flag.
818 2006-02-10 James R. Van Zandt <jrvz@comcast.net>
820 * man/C/dpkg.1: Document the default log file. The behaviour in case
821 of multiple --log options. And add a reference to dpkg.cfg manpage.
823 2006-02-10 Philippe Batailler <philippe.batailler@free.fr>,
824 Guillem Jover <guillem@debian.org>
826 * man/C/dpkg-query.1: Use dots instead of blank lines to logically
828 (SYNOPSIS): Add command descriptions.
829 (COMMANDS): Use package-name instead of package.
830 (OPTIONS): Give an example for --showformat.
831 (SEE ALSO): Add a final dot to reference.
833 2006-02-08 Philippe Batailler <philippe.batailler@free.fr>
835 * man/fr/update-alternatives.8.fr.po: Updated translation.
836 * man/fr/update-alternatives.8.fr.po.addendum: New file.
838 2006-02-08 Guillem Jover <guillem@debian.org>
840 * man/po4a.mk (%): Replace % with $@ as the former is not substituted
841 in the rule's command.
843 2006-02-08 Guillem Jover <guillem@debian.org>
845 * debian/contrl (Build-Depends): Depend on version >= 1.28-4 of
846 libselinux1-dev as it has pkg-config support. Remove libsepol1-dev,
847 now dragged by libselinux1-dev. Add pkg-config.
848 * m4/libs.m4 (DPKG_LIB_SELINUX): Use pkg-config to get the static
849 and dynamic linker flags, thus no more hardcoding the transitional
852 2006-02-07 Nicolas François <nicolas.francois@centraliens.net>
854 * man/C/dselect.1: Fix a typo: replace '.sh' by '.sp'.
855 * man/C/dpkg-scansources.1: Fix a typo: replace '.Sp' by '.sp'.
857 2006-02-07 Guillem Jover <guillem@debian.org>
859 * man/C/update-alternatives.8: Remove trailing 'C'.
861 2006-02-06 Changwoo Ryu <cwryu@debian.org>,
862 Guillem Jover <guillem@debian.org>
864 * lib/dump.c (writerecord): Mark strings as translatable.
865 * lib/fields.c (f_priority): Likewise.
866 * lib/mlib.c (checksubprocerr): Likewise.
868 2006-02-06 Guillem Jover <guillem@debian.org>
870 * src/main.c (printversion): Do not split strings with a macro in
871 the middle, use C format arguments. Use printf instead of fputs.
872 * src/query.c (printversion): Likewise.
873 * dpkg-deb/main.c (printversion): Likewise.
874 * dpkg-split/main.c (printversion): Likewise.
876 * src/main.c (usage): Use printf instead of fprintf. Uppercase initial
877 letter for commands descriptions. Quote strings per line. Standarize
878 indentation. Split globally common strings. Remove program name prefix
879 from command descriptions. Standarize 'Usage:' and 'Commands:'
880 headings. Split independent commands into different lines.
881 * src/query.c (usage): Likewise.
882 * dpkg-deb/main.c (usage): Likewise.
883 * dpkg-split/main.c (usage): Likewise.
885 * src/main.c (printforhelp): Use 'license' instead of 'licence'.
886 * src/query.c (printforhelp): Likewise.
888 * dselect/main.cc (programdesc): Add version string from ...
889 (copyrightstring): ... here. Move GPL license notice to ...
890 (licensestring): ... here. New variable.
891 (printversion): Use printf instead of fprintf. Give proper arguments
892 to the new formated strings. Print 'licensestring'.
893 (usage): Use printf instead of fprintf. Standarize indentation. Add
894 options descriptions. Add a new line after each section.
895 (curseson): Do not split strings with a macro in the middle, use
897 (refreshmenu): Fix arguments given to 'programdesc' and
898 'copyrightstring' variables. Print 'licensestring' variable.
900 2006-02-06 Guillem Jover <guillem@debian.org>
902 * utils/start-stop-daemon.c (main): When using --chuid set the HOME
903 environment variable.
905 2006-02-05 Christian Perrier <bubulle@debian.org>
907 * man/*: Switch all translations to po4a. Work contributed
910 2006-01-30 Frank Lichtenheld <djpig@debian.org>
912 * scripts/dpkg-shlibdeps.pl: Fix some variable name
913 typos that lead to semantic errors. Also change
914 the names of the variables to prevent such errors
917 2006-01-29 Frank Lichtenheld <djpig@debian.org>
919 * man/C/dpkg-scanpackages.1: Document new dpkg-scanpackages
920 -m option added by Don Armstrong.
921 * scripts/dpkg-scanpackages.pl: Fix some bugs introduced by
924 * man/C/dpkg-source.1: Document that the -sX switches for
925 dpkg-source are mutually exclusive and only one can be in
927 * scripts/dpkg-source.pl: Warn if more than one -sX switch
928 is specified on the command line.
930 * scripts/dpkg-source.pl: Make dpkg-source -b more robust
931 regarding to existing symlinks by creating all files
932 in secure temporary files and renaming them afterwards.
933 This fixes problems with packages retrieved with
934 apt-get source from local repositories.
936 2006-01-29 Don Armstrong <don@debian.org>
938 * scripts/dpkg-scanpackages.pl: Rewrite the script to support
939 multiple versions of packages in a single Packages file;
940 use Getopt::Long instead of attempting to parse the command line
941 ourselves and doing it badly;
942 get rid of unecessary hashes and arrays that aren't used at all;
943 output help when given the --help/-h/-? options
945 2006-01-29 maximilian attems <debian@sternwelten.at>
947 * scripts/dpkg-source.pl: Add files and
948 dirs used by bzr to $diff_ignore_default_regexp.
950 2006-01-29 Julian Gilbey <jdg@debian.org>
952 * scripts/dpkg-buildpackage.sh: Create .changes
953 file even if signing .dsc file fails to make it
954 easier to just sign the package later.
956 * scripts/dpkg-buildpackage.sh: Change heuristics
957 of gpg check so that it allows for more complex
960 2006-01-29 Anand Kumria <wildfire@progsoc.org>
962 * scripts/dpkg-source.pl (checkdiff): Ignore comments
963 hunk header line as used by diff -p.
965 2006-01-29 Guillem Jover <guillem@debian.org>
967 * utils/start-stop-daemon.c (do_help): Print the proper version
968 giving it as an argument to printf, instead of printing 'VERSION'.
970 2006-01-29 Guillem Jover <guillem@debian.org>
972 * configure.ac: Bump version to 1.13.14~.
974 2006-01-28 Frank Lichtenheld <djpig@debian.org>
976 * configure.ac: Release 1.13.13.
978 2006-01-28 Guillem Jover <guillem@debian.org>
980 * scripts/dpkg-architecture.pl: Do not print the warning about a
981 missmatch between gcc target machine type and GNU target system
982 type if the actions are '-e' or '-i'.
984 2006-01-27 Frank Lichtenheld <djpig@debian.org>
986 * scripts/dpkg-shlibdeps.pl: Honor LD_LIBRARY_PATH when
987 searching for shared libraries.
988 * scripts/dpkg-shlibdeps.pl: Don't recurse into package
989 directories when searching for local shlibs files.
991 2006-01-26 Zefram <zefram@fysh.org>,
992 Guillem Jover <guillem@debian.org>
994 * man/C/dpkg-query.1: Document the correct format string for
995 the '--showformat' option. Update '-l' example. Lower case program
996 name in title header.
998 2006-01-26 Christoph Maser <cm@financial.com>
1000 * utils/start-stop-daemon.c (do_help): Fix typo ('-C' -> '-d').
1002 2006-01-26 A Costa <agcosta@gis.net>
1004 * man/C/dselect.1: Fix typos.
1006 2006-01-26 Bastian Kleineidam <calvin@debian.org>
1008 * man/C/dpkg.1: Document the --no-debsig option.
1010 2006-01-26 Marc Haber <mh+debian-packages@zugschlus.de>
1012 * man/C/dpkg-statoverride.8: Fix typo.
1014 2006-01-24 Frank Lichtenheld <djpig@debian.org>
1016 * debian/control (Section): dpkg and dselect are now in section
1017 admin, not section base. Correct info in the control file.
1018 (Standards-Version): Bump Standards-Version to 3.6.2 (no changes).
1020 * man/C/dpkg-architecture.1: Fix typo.
1022 2006-01-23 Vasilis Vasaitis <v.vasaitis@sms.ed.ac.uk>
1024 * utils/start-stop-daemon.c (pid_is_exec) [OSLinux]: Change function
1025 prototype to take a constant string instead of a struct stat. Compare
1026 the filename pointed by the '/proc/<pid>/exe' symlink, instead of the
1027 stat device and inode numbers. Fix all callers.
1029 2006-01-23 Frank Lichtenheld <djpig@debian.org>
1031 * scripts/dpkg-shlibdeps.pl: Rewrite of the script
1032 to not use the path information from ldd anymore (which
1033 is unreliable in the case of symlinked directories and
1034 not necessarily available for biarch builds). Instead
1035 build an own representation of the search patch.
1037 * scripts/dpkg-source.pl: Don't use \b to match the end
1038 of the version in filenames, use (?=[.-]) and (?=\.) instead.
1039 \b doesn't work in case the version ends with ~.
1041 * AUTHORS: Updated for new maintainance team
1042 * debian/copyright: Add myself as copyright holder since
1043 I also added a note to that effect with my dpkg-shlibdeps
1046 2006-01-23 Guillem Jover <guillem@debian.org>
1048 Support for architecture wildcards.
1050 * scripts/controllib.pl: Rename to ...
1051 * scripts/controllib.pl.in: ... this.
1052 * scripts/dpkg-architecture.pl: Add new actions '-e' and '-i' that
1053 call debian_arch_eq and debian_arch_is, to check for architecture
1054 equality and identity respectively. Use debian_arch_fix instead of
1055 the duplicated code.
1056 (pkgdatadir, read_cputable, read_ostable): Move to ...
1057 * scripts/controllib.pl.in: ... here.
1058 (debian_arch_fix): New function. Fix normalized kernel-cpu input to
1059 legacy Debian architecture output.
1060 (debian_arch_split): New function. Normalize and split input into
1061 kernel and cpu components.
1062 (debian_arch_eq): New function. Compare two tuples for equality after
1063 having normalized them with debian_arch_split.
1064 (debian_arch_is): New function. Check two tuples for identity after
1065 having normalized them with debian_arch_split.
1066 (debian_arch_expand): New function. Expand the normalized input
1067 into all possible legacy Debian architectures matching the wildcard.
1068 (parsedep): Use debian_arch_is to check if the host architecture is
1069 part of the architecture listed in the dependency relationship.
1070 (showdep): Use debian_arch_expand to normalize the architectures for
1071 binary and source packages, so generated packages will be backward
1072 compatible in regard to architecture format.
1073 * scripts/dpkg-genchanges.pl: Use new dpkg_arch_is and dpkg_arch_eq
1074 instead of the hardcoded checks.
1075 * scripts/dpkg-gencontrol.pl: Likewise.
1076 * scripts/dpkg-source.pl: Likewise. Use dpkg_arch_expand to fill
1077 the Architecture field with the legacy Debian architecures.
1078 * scripts/Makefile.am: New rule to generate .pl from .pl.in files.
1079 * man/C/dpkg-architecture.1: Update. Add new options, and few words
1080 about the format of the wildcards.
1082 2006-01-23 Guillem Jover <guillem@debian.org>
1084 * scripts/dpkg-source.pl: Add a missing '+' in the architecture
1087 2006-01-23 Bart Martens <bart.martens@advalvas.be>,
1088 Guillem Jover <guillem@debian.org>
1090 * debian/contrl (Build-Depends): Add libsepol1-dev as a temporary
1091 workaround until libselinux1-dev has pkg-config support.
1092 * m4/libs.m4 (DPKG_LIB_SELINUX): Explicitly statically link against
1095 2006-01-20 Aurelien Jarno <aurel32@debian.org>
1097 * debian/control (Build-Depends): Do not depend on libselinux1-dev
1100 2006-01-20 Lennert Buytenhek <buytenh+debian@wantstofly.org>
1102 * cputable: Add armeb.
1104 2006-01-18 Joey Hess <joeyh@debian.org>
1106 * scripts/dpkg-shlibdeps.pl: Add possibility to specify a package
1107 type in the shlibs file and add a -t switch to dpkg-shlibdeps to
1108 specify the wanted type. Entries without package type will have
1109 type 'deb' and will serve as fallback if no entry with the correct
1111 * man/C/dpkg-source.1: Document new -t switch for dpkg-shlibdeps.
1113 2005-10-11 Frank Lichtenheld <djpig@debian.org>
1115 * man/C/*.[158]: Update references to dpkg and dselect
1116 man pages with correct section (8->1).
1117 * man/C/dselect.1: Update reference to debconf
1118 man page with correct section (8->1).
1120 * scripts/dpkg-source.pl: Warn on -b if we add a file with
1121 special (i.e. exectuable or set{u,g}id) permission in the
1122 diff since this mode will get lost.
1124 2005-10-07 Frank Lichtenheld <djpig@debian.org>
1126 * scripts/controllib.pl (checkversion): Add generic check for valid
1128 (checkpackagename): Add generic check for valid package names.
1129 (readmd5sum): Add generic function to extract md5sum from md5sum
1130 program output. This also fixes the handling of md5sum -b output in
1132 (setsourcepackage): Call checkpackagename on new value.
1133 * scripts/dpkg-source.pl: Use the new checks added to
1134 controllib to ensure validity of version and packagename
1135 on build, too. Previously this was only done on
1138 * scripts/dpkg-source.pl: Test on build if directories
1139 added by diff already exist with other type in the original
1140 source since we already tested that on unpack.
1142 * scripts/dpkg-source.pl (addfile): Test if files are added
1143 twice. Should not happen but as we error out on unpack
1144 better make sure it doesn't.
1146 2005-10-04 Frank Lichtenheld <djpig@debian.org>
1148 * scripts/dpkg-source.pl: Check build relation
1149 fields for correctness before putting them into
1150 the .dsc when building. This also normalizes the
1153 2005-10-03 Matt Zimmerman <mdz@debian.org>,
1154 Frank Lichtenheld <djpig@debian.org>
1156 * scripts/dpkg-source.pl: If gpg is installed, check
1157 the signature of the .dsc file before unpacking.
1158 Allow the unpacking to suceed if the .dsc is unsigned
1159 but error out if the signature is bad. If gpg exits
1160 with a code >2 (e.g. missing key), show the user the gpg
1161 output but continue.
1163 2005-10-03 Frank Lichtenheld <djpig@debian.org>
1165 * scripts/dpkg-source.pl: Try to chown files extracted from
1166 a tar file to the uid and gid of the user. This should make
1167 dpkg-source -x safer to use as root. Also create the temporary
1168 directory mode 0700 to not allow anyone exploiting races
1169 between the extraction and the chown.
1171 * scripts/dpkg-gencontrol.pl: Warn about illegal architecture
1172 strings. This will warn e.g. about comma-separated architecture
1174 * scripts/dpkg-source.pl: Also check architecture strings and
1175 error out if we find illegal ones.
1177 2005-08-27 Frank Lichtenheld <djpig@debian.org>
1179 * scripts/dpkg-gencontrol.pl: Bail out with an error if parsedep
1180 found an error while parsing a dependency field.
1182 2005-08-17 Scott James Remnant <scott@netsplit.com>
1184 * configure.ac: Bump version to 1.13.12~.
1186 * configure.ac: Release 1.13.11.
1188 * scripts/dpkg-source.pl: Re-work the logic that handles the Files
1189 field when unpacking source packages; always remove the revision
1190 component and thereby allow -$rev.orig.tar.gz as well as native
1191 diff.gz or debian.tar.gz; improve the "unrecognised file" error to
1192 give the full filename, not the mangled suffix; check whether the
1193 revision has length, rather than is non-zero ("0" is false in Perl).
1195 2005-08-17 Frank Lichtenheld <djpig@debian.org>
1197 * scripts/controllib.pl (parsedep): Correct a bug that caused wrong
1198 architecture requirements in some cases, due to only "my"ing the
1199 @arches list in some circumstances.
1201 2005-08-17 Colin Watson <cjwatson@ubuntu.com>
1203 * src/processarc.c (process_archive): When copying the forward
1204 dependency tree, blank the version field of unversioned dependencies
1205 rather than leaving them uninitialised.
1207 2005-08-17 Scott James Remnant <scott@netsplit.com>
1209 * scripts/dpkg-source.pl: Fix a few problems found with the
1210 $diff_ignore_default_regexp value; it'd match any path with
1211 DEADJOE in it somewhere (or .cvsignore, etc.), wouldn't match
1212 an initial CVS or {arch}, etc.
1213 Took the opportunity to reformat the string and add some comments,
1214 which get stripped out before it's used.
1215 Added tla/baz junk ",,.*" to the list of filters.
1217 * lib/dbmodify.c (log_message): Call setcloexec() on the log
1218 file descriptor, otherwise we leak it to our children.
1220 2005-08-17 Ludovic Rousseau <rousseau@debian.org>
1222 * src/filesdb.c: Replace all references to "statusoverride" file
1223 with "statoverride".
1225 2005-08-17 Scott James Remnant <scott@netsplit.com>
1227 * src/query.c (enqperpackage): Only output a newline between
1228 different packages and not after the last one.
1230 * man/C/dpkg-deb.1: Document -W/--show and --showformat.
1232 2005-08-14 Bastian Kleineidam <calvin@debian.org>
1234 * man/C/dpkg-architecture.1: Fix typo.
1236 2005-08-14 Frank Lichtenheld <djpig@debian.org>
1238 * scripts/dpkg-genchanges.pl: Give a warning when one tries
1239 to use -sd on a native Debian package.
1241 * scripts/dpkg-source.pl: Handle absolute paths in the argument
1244 * scripts/dpkg-source.pl: Give more meaningful error message
1245 if first argument to dpkg-source -x is a directory
1247 * scripts/controllib.pl (parsecdata): Ignore trailing newlines
1248 in single paragraph control files.
1250 * scripts/controllib.pl (parsedep): Give a warning explaining
1251 the problem when failing to parse the dependency.
1252 * scripts/dpkg-checkbuilddeps.pl: Pass the dependency field name
1253 to all calls to &build_depends() and &build_conflicts(), which
1254 both call &check_line().
1255 (check_line): Take an argument specifying the field name, and
1256 use it to output an error if the dependency list is not
1257 defined (caused by a failure of &parsedep()).
1259 * scripts/controllib.pl: Remove the %capit map, it's no longer
1260 used and everything uses the &capit() function instead.
1261 (capit): Uppercase all letters that come after a minus ('-'),
1263 2005-08-14 Moritz Muehlenhoff <jmm@inutil.org>,
1264 Frank Lichtenheld <djpig@debian.org>
1266 * scripts/controllib.pl (parsedep): Allow whitespace before
1267 version operators in dependencies.
1269 2005-08-14 Goswin Brederlow <brederlo@informatik.uni-tuebingen.de>
1271 * scripts/dpkg-name.sh (stderr): Use shell redirect rather than
1274 2005-08-14 Scott James Remnant <scott@netsplit.com>
1276 * debian/control ([dselect]Description): Remove "a" from the start
1277 of the description synopsis line.
1278 ([dpkg]Description): De-capitalise description synopsis line.
1279 ([dpkg-dev]Description): Likewise.
1281 2005-08-14 Guillem Jover <guillem@debian.org>
1283 * scripts/dpkg-architecture.pl (usageversion): Correct punctuation
1284 in copyright message and escape the @ so Perl doesn't treat it as
1285 an array reference. Same for initial comment.
1287 2005-07-17 Scott James Remnant <scott@netsplit.com>
1289 * src/remove.c (removal_bulk_remove_files): Call lstat() rather
1290 than stat() when removing a character, block or setuid file so
1291 we change the thing itself and not what the symlink points to.
1292 * src/processarc.c (process_archive): Likewise.
1294 * src/processarc.c (process_archive): Call ohshit() after finding
1295 out we don't have an errno, not ohshite().
1297 * src/cleanup.c (cu_preinstverynew): Blank the status information
1298 of a newly installed package that we aborted the install of,
1299 to avoid having packages in a not-installed state but with a version.
1301 2005-07-16 Scott James Remnant <scott@netsplit.com>
1303 * src/filesdb.h (filenamenode.flags): Add fnnf_placed_on_disk flag
1304 to indicate that the file is now on the disk, and thus needs to be
1305 removed in cleanup if that happens.
1306 * src/cleanup.c (cu_installnew): If <foo>.dpkg-tmp did not exist,
1307 and the fnnf_placed_on_disk flag is set, we now remove the newly
1309 * src/archives.c (tarobject): Set the fnnf_placed_on_disk flag once
1310 the rename to the final destination succeeds. Add additional
1311 comments to the source so we know what's on the disk at each point.
1312 Fix up the #ifdef syntax to not confuse emacs.
1314 * src/archives.c (filesavespackage): Check whether the file we're
1315 going to install is going to be diverted, before whether it's in the
1318 * src/processarc.c (process_archive): When removing files that
1319 were in the old version of the package only, don't just call
1320 isdirectoryinuse(), actually check whether it's a directory first;
1321 otherwise we won't remove diverted things.
1323 2005-07-15 Scott James Remnant <scott@netsplit.com>
1325 * lib/ehandle.c (run_cleanups): Modify the value of flagset
1326 according to the checkpoint mask and value after processing,
1327 otherwise we'll run handlers we didn't mean to.
1328 (pop_cleanup): Remove the flagset setting, we don't mix
1329 checkpoints and calls anywhere.
1331 2005-06-28 Scott James Remnant <scott@netsplit.com>
1333 * configure.ac: Bump version to 1.13.11~.
1335 * configure.ac: Release 1.13.10.
1337 * debian/dpkg.preinst (create_logfile): Remove from preinst.
1338 * debian/dpkg.postinst (create_logfile): To postinst; I can't think
1339 of any particular reason it needs to happen before configuration.
1340 In addition, use numeric ids for the chown call to avoid requirement
1341 that base-passwd be configured first.
1343 2005-06-28 Manoj Srivastava <srivasta@debian.org>
1345 * src/archives.c: Look at the security context of the final
1346 destination, not the temporary file.
1348 2005-06-24 Scott James Remnant <scott@netsplit.com>
1350 * po/POTFILES.in: Remove lib/star.c.
1352 2005-06-24 Manoj Srivastava <srivasta@debian.org>
1354 * src/archives.c: Restore selinux code incorrectly placed in
1355 lib/star.c, modified to fit in with tarobject.
1357 2005-06-17 Scott James Remnant <scott@netsplit.com>
1359 * debian/dpkg.preinst (confirm_dselect_split): When set -e,
1360 following a command with "|| return" doesn't eat the exit status.
1362 * lib/dbmodify.c (log_message): Set the log to be line-buffered.
1364 2005-06-16 Scott James Remnant <scott@netsplit.com>
1366 * lib/star.c: Remove, it's unused code and causes confusion.
1367 * lib/Makefile.am (libdpkg_a_SOURCES): Don't compile star.c.
1369 2005-06-15 Bastian Kleineidam <calvin@debian.org>
1371 * man/C/dpkg.cfg.5: Correct reference to dpkg(8) to dpkg(1).
1373 2005-06-14 Scott James Remnant <scott@netsplit.com>
1375 * man/C/dpkg-architecture.1: Add missing "recent" from paragraph
1376 on backward compatibility.
1378 2005-06-13 Scott James Remnant <scott@netsplit.com>
1380 * debian/rules: Check DEB_HOST_ARCH_OS and only add the option
1381 to enable SELinux if we're on Linux.
1382 * debian/control (Build-Depends): Don't build-depend on
1383 libselinux1-dev on hurd-i386. The complete list is too long to
1384 maintain, so wait until we can put "[linux-any]" in here.
1386 * scripts/dpkg-source.pl: Handle native tarballs with a
1389 * lib/dbmodify.c (log_message): Use the local time, not UTC;
1390 this is more consistent with syslog.
1392 2005-06-13 Johannes Veser <veser@gmx.de>
1394 * debian/dpkg.prerm (undivert_md5sum): dpkg-divert takes the
1395 diverted filename, not the destination.
1397 2005-06-13 Scott James Remnant <scott@netsplit.com>
1399 * debian/dpkg.install: Remove start-stop-daemon rule, as that
1400 copies it rather than moves it.
1401 * debian/rules (binary-arch): Move start-stop-daemon into sbin
1404 2005-06-12 Scott James Remnant <scott@netsplit.com>
1406 * configure.ac: Bump version to 1.13.10~.
1408 * configure.ac: Release 1.13.9.
1410 2005-06-11 Scott James Remnant <scott@netsplit.com>
1412 * scripts/dpkg-source.pl: Add .arch-inventory to default diff
1415 * scripts/dpkg-source.pl: If two arguments are given to dpkg-source,
1416 use the second to set $newdirectory rather than creating it ourselves.
1417 It's an error to specify an output directory that exists.
1418 (usageversion): Document optional second argument to dpkg-source -x.
1420 * man/C/dpkg-source.1: Document optional second argument.
1422 2005-06-11 Matt Kraai <kraai@alumni.cmu.edu>,
1423 Scott James Remnant <scott@netsplit.com>
1425 * scripts/dpkg-source.pl: Move the .orig directory out of the way
1426 during the duration of the script, moving it back again afterwards.
1428 2005-06-11 Brendan O'Dea <bod@debian.org>
1430 Support unpacking of "Wig And Pen" (Format: 2.0) source packages.
1432 * scripts/dpkg-source.pl: When unpacking a source package with a
1433 2.x format, allow multiple orig tarballs and allow the diff to be
1434 replaced by a debian.tar. Additional orig tarballs are named
1435 "*.orig-xxx.tar" where the "xxx" is the name of the sub-directory
1436 of the source where they should be unpacked. The debian.tar is
1437 unpacked as the debian sub-directory of the source and may contain
1438 binaries (which the diff can't) and patches (in a patches
1439 sub-directory) which are automatically applied during unpacking.
1440 (checkdiff): Move diff checking code into sub-routine as we call
1441 it multiple times now. Allow uncompressed patches, cruft
1442 at the start of a patcha and be less strict about patched directory
1443 name (including allowing /dev/null). Skip "Index:" header generated
1445 (forkgzipread): Run either gunzip or bunzip2 depending on the
1446 filename, allowing us to support .tar.bz2, and .diff.bz2.
1447 (handleformat): Compare a range of major versions, as we now
1448 support both 1.0 and 2.0 formats.
1449 (def_dscformat): Generate 1.0 format packages by default.
1450 (setfile): Removed unused function.
1451 * debian/control ([dpkg-dev]Recommends): Recommend bzip2, it's
1452 not an absolute dependency until bz2 packages are supported by
1455 2005-06-11 Scott James Remnant <scott@netsplit.com>
1457 * m4/libs.m4 (DPKG_LIB_ZLIB, DPKG_LIB_BZ2): Rewrite to match the
1458 way --with-selinux works. Actually check whether the library and
1459 header files we need are available, using the configure option to
1460 determine whether the tests should be skipped (=no) or cause a
1461 hard failure if not present (=yes or =static).
1462 * lib/Makefile.am (INCLUDES): Remove ZLIB_CFLAGS and BZ2_CFLAGS as
1463 we don't set these to anything in configure anymore (WITH_ZLIB and
1464 WITH_BZ2 are set in config.h) and users would set CFLAGS itself to
1465 supply missing -I arguments.
1466 * dpkg-deb/Makefile.am (INCLUDES): Remove ZLIB_CFLAGS and BZ2_CLFAGS.
1467 * src/Makefile.am (dpkg_query_LDADD): Remove ZLIB_LIBS and CFLAGS_LIBS
1468 as dpkg-query doesn't use them.
1470 * m4/libs.m4 (DPKG_LIB_SELINUX): Add new test for the selinux
1471 library and header. This works a little differently from the
1472 current --with-{zlib,bz2} tests in that if no option is given it
1473 still tries to enable it if possible. If "yes" or "static" is given,
1474 that forces the requirement (configure fails if not present), if "no"
1475 is given the tests are skipped.
1476 * configure.ac: Include selinux test.
1478 2005-06-11 Manoj Srivastava <srivasta@debian.org>
1480 * lib/star.c (ExtractFile, SetModes): If dpkg is compiled with
1481 SELinux, test once whether SELinux is enabled on the system. If it
1482 is enabled, find out the security context of the file from its path
1483 and either set what we think it should be or let the default security
1484 context for the process be applied.
1485 * debian/control (Build-Depends): Add libselinux1-dev as a build
1487 * debian/rules: Compile-in support for selinux and link statically.
1488 * dpkg-deb/Makefile.am (dpkg_deb_LDADD): Link dpkg-deb with
1490 * src/Makefile.am (dpkg_LDADD): Link dpkg with SELINUX_LIBS.
1492 2005-06-10 Scott James Remnant <scott@netsplit.com>
1494 * lib/dbmodify.c (log_message): New function that writes a
1495 formatted string to the log file, opening it if it hasn't been
1496 yet. In case of error, we print it and don't try to open the
1498 (modstatdb_note): Replace log writing code with call to new
1499 log_message function.
1500 * src/configure.c (promptconfaction): Replace log writing code
1501 with call to log_message function.
1502 * src/help.c (log_action): Simplify to just a log_message call.
1503 * lib/dpkg-db.h: Remove extern definition of log_pipes, replace
1504 with log_message function.
1505 * src/main.c (cmdinfos): Change --log argument action to just
1506 storing the string in the log_file variable.
1507 (setfile): Remove function.
1508 * lib/myopt.c (myfileopt): strdup the string option argument
1509 before storing it, otherwise it just gets overwritten by the next
1512 * configure.ac: Bump version to 1.13.9~.
1514 * configure.ac: Release 1.13.8.
1516 * lib/parse.c (parsedb): Check whether the file size is greater
1517 than zero bytes in size before trying to mmap or malloc it, if it
1518 isn't don't process the file.
1520 2005-06-09 Scott James Remnant <scott@netsplit.com>
1522 * configure.ac: Bump version to 1.13.8~.
1524 * configure.ac: Release 1.13.7.
1526 * src/main.c (setfile): Make inability to open the log file a
1527 warning only, rather than bailing out; and if not running as root,
1528 don't even show the warning.
1530 2005-06-09 Colin Watson <cjwatson@ubuntu.com>
1532 * man/C/dpkg-architecture.1: Include example debian/rules snippet
1533 to support older versions of dpkg-dev after updating to use new
1536 2005-06-09 Scott James Remnant <scott@netsplit.com>
1538 * man/C/dpkg-architecture.1: Clean up examples using .nf and .fi
1539 to produce a pre-like effect. Indent the examples a little.
1541 2005-06-06 Scott James Remnant <scott@netsplit.com>
1543 * configure.ac: Bump version to 1.13.7~.
1545 * debian/dpkg.install: Don't use dh_install to copy the logrotate
1546 file because it can't rename things.
1547 * debian/rules (binary-arch): Install and rename manually instead.
1548 * configure.ac: Release 1.13.6 (Brown Paper Bag).
1550 * configure.ac: Bump version to 1.13.6~.
1552 * configure.ac: Release 1.13.5.
1554 2005-06-06 Philippe Batailler <philippe.batailler@free.fr>
1556 * man/fr/*: All french man pages updated
1558 2005-06-06 Christian Perrier <bubulle@debian.org>
1560 * man/pt_BR/update-alternatives.8: Syntax error corrected.
1562 2005-06-06 Kevin Ryde <user42@zip.com.au>
1564 * man/sv/dpkg-deb.1: Syntax error corrected.
1565 * man/es/dpkg-scanpackages.1: Syntax error corrected.
1567 2005-06-06 Scott James Remnant <scott@netsplit.com>
1569 * src/configure.c (promptconfaction): Record user's decision about
1570 a conffile in the log file as either "install" or "keep".
1571 * man/C/dpkg.1: Document the conffile output that'll appear in the
1574 * debian/dpkg.cfg: Create a log-file by default.
1575 * debian/dpkg.logrotate: Include a logrotate file for the log.
1576 * debian/dpkg.install: Install the debian/dpkg.logrotate file as
1577 /etc/logrotate.d/dpkg
1578 * Makefile.am (EXTRA_DIST): Ship the debian/dpkg.logrotate file.
1579 * debian/dpkg.preinst (create_logfile): Create a log file with
1580 the default permissions.
1581 * debian/dpkg.postrm (remove_logfile): Remove log files when dpkg
1582 is purged (not that it will happen, but it pays to be compliant).
1584 * debian/dpkg.preinst (confirm_dselect_split): Only check process
1585 list for dselect if ps is installed; this should be the case during
1588 * debian/dpkg.prerm (undivert_md5sum): Remove md5sum diversion
1589 when the package is removed or downgraded to a version where
1590 we supplied our own md5sum.
1591 * debian/dpkg.postinst (divert_md5sum): Divert md5sum as long as
1592 there isn't one, don't explicitly check for the textutils file
1593 being there as it may be installed afterwards.
1595 2005-05-26 Scott James Remnant <scott@netsplit.com>
1597 * debian/control (Maintainer): I'm going to officially take blame for
1598 this package Ian-style, we'll keep bugs going to the list using the
1601 2005-05-25 Scott James Remnant <scott@netsplit.com>
1603 * scripts/dpkg-source.pl: Recognise Enhances in the package's
1604 section of control files.
1606 2005-05-23 Scott James Remnant <scott@netsplit.com>
1608 * cputable: Change GNU name of the i386 CPU to i486, to reflect
1610 * debian/archtable: Update first field of i386 and hurd-i386 to
1611 use i486 as the CPU name.
1613 2005-04-03 Scott James Remnant <scott@netsplit.com>
1615 * scripts/dpkg-architecture.pl (gnu_to_debian): Check cputable
1616 and ostable in file order.
1617 * ostable: Place hurd at the bottom so it's checked last.
1619 2005-03-29 Scott James Remnant <scott@netsplit.com>
1621 * configure.ac: Bump version to 1.13.5~.
1623 * configure.ac: Release 1.13.4.
1625 2005-03-28 Scott James Remnant <scott@netsplit.com>
1627 * scripts/dpkg-architecture.pl: Catch -L and list every possible
1628 os and cpu combination.
1629 (usageversion): Add -L option to description.
1630 (read_cputable): Add in-order list of cpu values to @cpu array.
1631 (read_ostable): Add in-order list of os values to @os array.
1632 * man/C/dpkg-architecture.1: Document -L option.
1634 2005-03-27 Scott James Remnant <scott@netsplit.com>
1636 * m4/arch.m4 (DPKG_OS_TYPE): Allow a vendor to appear at the start
1638 * scripts/dpkg-architecture.pl (gnu_to_debian): Don't strip the
1639 vendor out, just allow it to appear at the start of the string.
1641 2005-03-21 Scott James Remnant <scott@netsplit.com>
1643 * configure.ac: Bump version to 1.13.4~.
1645 * configure.ac: Release 1.13.3.
1647 * scripts/controllib.pl (unknown): Output field name we have in
1648 hand, rather than trying to look it up in a dictionary in which
1649 it doesn't exist yet.
1651 * scripts/changelog/debian.pl: Revert accidental half-patch that
1652 turned the Maintainer field into a Changed-By field.
1654 2005-03-21 Marc Dequènes <duck@duckcorp.org>
1656 * scripts/dpkg-gencontrol.pl: Fix filename regexp to allow '-'
1657 in architecture names.
1659 2005-03-20 Scott James Remnant <scott@netsplit.com>
1661 * scripts/dpkg-buildpackage.sh: Output "source changed by"
1662 rather than "source maintainer is".
1664 * man/C/dpkg.1: Document that --get-selections takes a package
1665 name pattern. Document format of file --set-selections takes.
1667 * man/C/dpkg-source.1: Remove unnecessary references to policy
1668 and non-existant packaging manual. Refer to dpkg-shlibdeps(1)
1669 for shlibs file format. Will need to document changelog format
1671 * man/C/dselect.1: Remove unnecessary reference to policy, refer
1672 other reference to the package by name.
1673 * man/C/deb-old.5: Remove reference to non-existant packaging
1675 * man/C/deb.5: Remove reference to non-existant packaging
1676 manual, will have to document control contents better here later.
1678 * man/C/dpkg.1: Fix typo (fileis -> file is).
1680 * origins/debian: Remove trailing line.
1682 2005-03-20 Mathias Weidner <mathias@weidner.in-bad-schmiedeberg.de>
1684 * scripts/dpkg-scansources.pl (getopt): Add (@) to prototype.
1686 2005-03-20 Scott James Remnant <scott@netsplit.com>
1688 * man/C/update-alternatives.8: Document what the '+' and '*'
1689 marked choices in --config output mean.
1691 * src/main.c (usage): Make aptitude quoting consistent.
1693 * man/C/dpkg-divert.8: Mention --truename alongside the comment
1696 * src/main.c (printforhelp): Mention aptitude alongside dselect.
1697 * dpkg-deb/main.c (usage): Mention aptitude alongside dselect.
1699 * lib/ehandle.c (warningf): Add missing newline to end of format
1702 * man/C/update-alternatives.8: Harmonise names for arguments to
1705 * man/C/dpkg.1: Remove "medium-level" from dpkg's description,
1706 it's somewhere between medium and low. The fact it's a package
1707 manager is sufficient description.
1709 * src/query.c (listpackages): Create a second filtered list of
1710 packages, sort that (rather than the complete list) and use that
1711 when calling list1package. This means we only expand to the
1712 longest field in the result, not the database. Hopefully the
1713 speed gain of only sorting a filtered list outweights the slighty
1714 extra computation time.
1716 2005-03-18 Scott James Remnant <scott@netsplit.com>
1718 * configure.ac: Bump version to 1.13.3~.
1720 * configure.ac: Release 1.13.2.
1722 * src/query.c (getwidth): Return -1 if we're not on a tty.
1723 (list1package): Take a package list as well, and if getwidth()
1724 returns -1 determine the longest name, version and description
1725 and use those for output.
1726 (listpackages): Pass the package list and length to both
1727 calls to list1package to allow them to go wide.
1729 * lib/dbmodify.c (modstatdb_note): Every time we'd output a
1730 status change to the status-fd, also output a log message to
1731 the log-fd if we have one.
1732 * lib/dpkg-db.h: Add definition of log_pipes.
1733 * src/help.c (log_action): Write an action line to the log-fd.
1734 * src/processarc.c (process_archive): Log installation and
1736 * src/remove.c (removal_bulk_remove_configfiles): Log purge
1738 (deferred_remove) Log remove action.
1739 * src/main.c (setfile): Take a filename, open it and add the
1740 file descriptor to a list of pipes.
1741 (cmdinfos): Add log command-line option that takes a filename
1742 and adds it to log_pipes.
1743 (usage): Add --log=<filename> usage.
1744 * man/C/dpkg.1: Document --log=filename.
1745 * debian/dpkg.cfg: Include a commented-out log option.
1747 2005-03-18 Peter van Dijk <peter@dataloss.nl>
1749 * lib/tarfn.c (TarExtractor): Only remove the last character
1750 from directory names if it's a trailing slash.
1752 2005-03-18 Scott James Remnant <scott@netsplit.com>
1754 * man/C/dpkg-divert.8: Add an EXAMPLES section giving the two
1755 most common uses of dpkg-divert, for both add and remove.
1757 * man/C/dpkg-architecture.1: Update (should have done this with
1758 the changes below, really).
1760 * src/help.c (preexecscript): The first member of argv is always
1761 NULL because it's filled in by the return value of this function,
1762 so increment argv first when debug-outputting maintainer script
1765 * utils/md5sum.c: Remove file.
1766 * lib/dpkg.h (MD5SUM): Remove definition of md5sum program name.
1767 * utils/Makefile.am (bin_PROGRAMS): Remove md5sum.
1768 * man/C/md5sum.1: Remove manual page.
1769 * man/C/Makefile.am (dist_man_MANS): Remove md5sum.1.
1770 * man/de/md5sum.1: Remove manual page.
1771 * man/de/Makefile.am (dist_man_MANS): Remove md5sum.1.
1772 * man/es/md5sum.1: Remove manual page.
1773 * man/es/Makefile.am (dist_man_MANS): Remove md5sum.1.
1774 * man/ja/md5sum.1: Remove manual page.
1775 * man/ja/Makefile.am (dist_man_MANS): Remove md5sum.1.
1776 * man/sv/md5sum.1: Remove manual page.
1777 * man/sv/Makefile.am (dist_man_MANS): Remove md5sum.1.
1778 * debian/dpkg.postinst (divert_md5sum): Divert the version of
1779 md5sum installed by textutils or coreutils to the place where we
1780 used to put our copy, include its manual page.
1781 * debian/control ([dpkg]Depends): Depend on coreutils, which has
1782 always included md5sum, or the version of textutils that has.
1783 * debian/dpkg.install: Remove md5sum-related files.
1784 * debian/copyright: Remove mentions of utils/md5sum.c.
1785 * debian/pseudo-tags: Remove md5sum tag; no point filing bugs on
1786 a non-existant program.
1788 * ostable (netbsd): Restore missing "*" on the end of the regex.
1790 Take a further step towards having separate CPU and system names
1791 instead of just a joined architecture name; in particular add
1792 support to dpkg-architecture.
1794 * cputable: Create new table of cpu names with canonical GNU
1795 names and a regex to match against config.guess output.
1796 * ostable: Create new table of operating system names with
1797 canonical GNU names and a regex to match against config.guess
1799 * archtable: Move to debian directory.
1800 * debian/archtable: Reduce to a simple set of architecture names
1801 in Debian's sid distribution.
1802 * scripts/dpkg-architecture.pl: Add support for split cputable
1803 and ostable, including new DEB_*_ARCH_OS and DEB_*_ARCH_CPU
1804 variables containing the Debian system and cpu names appropriately.
1805 (usageversion): Remove list of known architectures, as we can't
1806 easily compute this anymore (cputable * ostable).
1807 (read_archtable): Removed function, we no longer touch archtable.
1808 (read_cputable): Add function to parse cputable.
1809 (read_ostable): Add function to parse ostable.
1810 (split_debian): Add function to split a Debian "os-cpu" name.
1811 (debian_to_gnu): Add function to split and look up the GNU names
1812 for the Debian os and cpu, and return the joined GNU name.
1813 (split_gnu): Add function to split a GNU triplet/quartet.
1814 (gnu_to_debian): Add function to split and look up the Debian
1815 names for the GNU os and cpu (by regex), and return the joined
1817 (rewrite_gnu): Removed, replaced by regexes in the tables.
1818 * m4/arch.m4 (DPKG_CPU_TYPE): Use awk to parse the new cputable
1819 and define an ARCHITECTURE_CPU macro with the result.
1820 (DPKG_OS_TYPE): Use awk to parse the new ostable and define an
1821 ARCHITECTURE_OS macro with the result.
1822 (DPKG_ARCHITECTURE): Simply join the os and cpu names together,
1823 or omit the os name if "linux".
1824 * Makefile.am (dist_pkgdata_DATA): Remove archtable, add
1825 cputable and ostable instead.
1826 (EXTRA_DIST): Add debian/archtable.
1827 * debian/dpkg.install: Install debian/archtable in /usr/share/dpkg
1828 for packages that still want it.
1829 * debian/pseudo-tags: Replace mention of archtable.
1831 * archtable: Add ppc64 for powerpc-linux.
1832 * scripts/dpkg-architecture.pl (rewrite_gnu): Rewrite powerpc64
1833 and ppc64 into powerpc64 for archtable.
1835 2005-03-17 Scott James Remnant <scott@netsplit.com>
1837 * debian/dpkg.preinst (confirm_dselect_split): Check that dselect
1838 is running before bitching; it's easy to do and will stop this
1839 question more often than not.
1841 2005-03-17 Scott James Remnant <scott@ubuntu.com>,
1842 Anthony Towns <aj@azure.humbug.org.au>
1844 * src/archives.c (tarobject): Detect when installing a file that
1845 exists in a package that replaces the one being installed. Leave
1846 that on the disk and remove the file from the list for the package
1849 2005-03-16 Scott James Remnant <scott@netsplit.com>
1851 * lib/parsedump.h: Move definitions of fieldinfos and nicknames
1852 arrays to the bottom of the file, to ensure we know the size of
1853 the arrays we're declaring.
1854 * lib/mlib.c (buffer_write): Cast unsigned char * to plain old
1855 char * when calling sprintf.
1857 2005-03-12 Frank S. Thomas <frank@thomas-alfeld.de>
1859 * man/C/dpkg-architecture.1: Correct typo (variales -> variables).
1861 2005-03-08 Scott James Remnant <scott@netsplit.com>
1863 * Makefile.am (package): Remove rule, as it is only really
1864 required outside of arch (otherwise you have a tarball).
1865 * Makefile.maint: New file holding the package rule.
1867 2005-03-03 Scott James Remnant <scott@netsplit.com>
1869 * archtable: Describe column 2 as the value returned by
1870 dpkg --print-architecture not --print-installation-architecture
1871 which we deprecated in the last release.
1873 * configure.ac: Bump version to 1.13.2~.
1875 * configure.ac: Release 1.13.1.
1877 2005-03-03 Michael Vogt <mvo@ubuntu.com>
1879 * src/configure.c (promptconfaction): Output conffile-prompt
1880 status onto status-fd to let front-ends capture conflicts.
1881 * src/errors.c (print_error_perpackage): Output package errors
1882 onto status-fd to let front-ends capture them.
1883 * man/C/dpkg.1: Document how errors and configuration file
1884 conflicts are reported on the status-fd.
1886 2005-01-22 Scott James Remnant <scott@netsplit.com>
1888 * man/C/dpkg.1: Remove --print-gnu-build-architecture and
1889 --print-installation-architecture from documentation, correct
1890 --print-architecture.
1891 * man/C/dpkg-architecture.1: Give --print-architecture in examples,
1892 instead of --print-installation-architecture.
1893 * scripts/dpkg-name.sh (getname): Call 'dpkg --print-architecture'
1894 instead of 'dpkg --print-installation-architecture'.
1895 * scripts/dpkg-architecture.pl: Set the default $pkgdatadir to
1896 point at an installed copy.
1897 Call 'dpkg --print-architecture' instead of
1898 'dpkg --print-installation-architecture'.
1899 * methods/disk/setup (iarch): Call dpkg --print-architecture.
1900 * debian/control ([dpkg-dev]Depends, [dselect]Depends): Depend on
1901 dpkg (>= 1.13.1) so we get a dpkg with the right print options.
1903 * src/enquiry.c (printarch): Completely nuke this function, we'll
1904 no longer parse the compiler output and look up things in archtable.
1905 (printinstarch): Rename to printarch, and change the output message
1906 to refer to --print-architecture.
1907 (badlgccfn): Remove unused function.
1908 * src/main.c (cmdinfos): Remove --print-gnu-build-architecture option,
1909 make --print-installation-architecture call printarch.
1910 (usage): Remove both --print-gnu-build-architecture and
1911 --print-installation-architecture and describe --print-architecture
1912 as doing what --p-i-a used to do. Use dpkg-architecture for host
1914 * src/main.h (action): Remove act_printgnuarch from enum, leave
1915 act_printinstarch so we can later deprecate use of the longer command.
1916 * src/Makefile.am (archtable.h): No need to generate archtable.h
1917 seeing as we don't parse it within dpkg, remove rule to generate it.
1918 (CLEANFILES): We don't generate archtable.h, so no need to clean it.
1919 * src/.arch-inventory: Don't treat archtable.h specially.
1920 * archtable: Remove unused third field, entirely inaccurate too.
1921 Correct typo 'she3eb' -> 'sh3eb'.
1922 * scripts/dpkg-architecture.pl (read_archtable): Parse only two
1923 fields from archtable.
1925 * scripts/dpkg-architecture.pl: Remove out-of-date history from the
1926 top, ChangeLog serves better now and is less confusing.
1927 Reset $gcc if we get less than, or more than one archtable result.
1928 Remove extra newline from mismatched -a/-t warning.
1929 (usageversion): Pedant the usage message while we scroll past.
1930 (read_archtable): New function to read /usr/share/dpkg/archtable
1931 rather than hard-coding some values in the script.
1932 (rewrite_gnu): Rewrite along the lines of the code in m4/arch.m4 so
1933 they should actually be vaguely consistent now.
1935 * scripts/Makefile.am (do_perl_subst): Replace occurances of
1936 $pkgdatadir in scripts with the right value.
1938 2005-01-22 Robert Millan <rmh@debian.org>
1940 * configure.ac: Check for kvm.h.
1941 * utils/start-stop-daemon.c: Remove includes for <sys/user.h>,
1942 <sys/sysctl.h> and <kvm.h> for the BSDs unless configure found
1944 (fatal): Output the message associated with errno.
1946 2005-01-22 Rakesh 'arky' Ambati <rakesh_ambati@yahoo.com>
1948 * scripts/dpkg-architecture.pl: Correct typo, 'filed' to 'failed'.
1950 2005-01-22 Robert Millan <rmh@debian.org>,
1951 Scott James Remnant <scott@netsplit.com>
1953 * m4/arch.m4 (DPKG_CPU_TYPE): Add a new macro to turn common
1954 groups of CPU names into a single type (e.g. i*86 to i386).
1955 (DPKG_OS_TYPE): Match linux*-gnu* for Linux (in case we get a
1956 non-GNU Linux at some point) and produce a 'linux' type. Remove
1957 the initial '*' from the rest of the entries. Restore gnu* as
1958 gnu (for the Hurd). Add support for darwin* as darwin. Sort
1959 into almost-alphabetical order with i386/linux at the top.
1960 (DPKG_ARCHITECTURE): Call DPKG_CPU_TYPE and use $cpu_type instead of
1962 * archtable: Rewrite the top comment to be a little clearer and
1963 correct the lie that the third column is 'dpkg --print-architecture'
1964 when it is, in fact, 'dpkg --print-gnu-build-architecture'. Correct
1965 third columns of the non-Linux architecture to actually return a
1966 GNU name. Sort the file into i386/linux-first alphabetical order.
1968 2005-01-22 Robert Millan <rmh@debian.org>
1970 * archtable: Add x86_64-kfreebsd to archtable as 'kfreebsd-amd64'.
1971 * scripts/dpkg-architecture.pl: Add 'kfreebsd-amd64' to archtable.
1973 2005-01-22 NIIBE Yutaka <gniibe@fsij.org>
1975 * archtable: Add m32r-linux-gnu to archtable as 'm32r'.
1976 * scripts/dpkg-architecture.pl: Add 'm32r' to archtable.
1978 2005-01-22 Scott James Remnant <scott@netsplit.com>
1980 * src/query.c (cmdinfos): Make -f alternative for --showformat.
1981 * src/query.c (usage): Document that -f is alternative for
1983 * man/C/dpkg-query.1: Update documentation to match.
1985 2005-01-22 Stephane Bortzmeyer <stephane@sources.org>
1987 * scripts/dpkg-source.pl (diff_ignore_default_regexp): Add the
1988 darcs _darcs directory to the ignore list.
1990 2005-01-22 Scott James Remnant <scott@netsplit.com>
1992 * utils/md5sum.c (main): Correct md5sum according to the wishes
1993 of the Debian technical committee; when given a file on standard
1994 input, it now simply outputs the md5sum and does not append " -"
1995 or " *-" on the end.
1997 2005-01-22 Adam Heath <doogie@debian.org>
1999 * lib/tarfn.c (TarExtractor): Fix handling of GNU longname and
2000 longlink support when there is both types for the same file entry
2003 2005-01-19 Dafydd Harries <daf@muse.19inch.net>
2005 * man/C/dpkg-source.1: Make the summary for dpkg-source -b invocation
2006 in the manpage match that output by dpkg-source --help. (I.e. indicate
2007 the possibility of specifying the upstream tarball rather than the
2008 upstream source directory as a second parameter.)
2010 2005-01-17 Scott James Remnant <scott@netsplit.com>
2012 * debian/dpkg.preinst (confirm_dselect_split): Support pre-sarge
2013 upgrades by checking that they've upgraded dselect first, and
2014 prompting if they haven't.
2016 2005-01-14 Scott James Remnant <scott@netsplit.com>
2018 * .arch-inventory: Ignore the upload result file as well.
2020 * configure.ac: Bump version to 1.13.1~.
2022 * configure.ac: Release 1.13.0.
2024 * dpkg-deb/main.c (main): Remove NONRETURNING declaration as
2025 this function does actually call return sometimes.
2026 * dpkg-split/main.c (main): Remove NONRETURNING declaration as
2027 this function does actually call return sometimes.
2028 * utils/start-stop-daemon.c (main): Remove NONRETURNING declaration
2029 as this function does actually call return sometimes.
2030 * m4/compiler.m4 (SJR_COMPILER_WARNINGS): Enable warnings for CXX
2031 too, my original macro doesn't do this.
2033 * configure.ac: Use AC_GNU_SOURCE to get some of the extra goodies
2034 in the GNU C library, use DPKG_C_C99 to test for C99 features.
2035 * m4/compiler.m4 (DPKG_C_C99): New macro to determine whether
2036 compiler supports C99 features.
2037 (SJR_COMPILER_WARNINGS): Don't use -pedantic yet, dpkg isn't ready
2040 * lib/dpkg.h: Provide C99-conformant variadic macros if the
2041 compiler supports them in place of gnu-style ones.
2042 * lib/tarfn.c: Add missing include of config.h to get some useful
2043 information (and prototype of strnlen).
2044 * src/help.c: Cast arguments to (char * const *) explicitly.
2045 * dpkg-deb/main.c: Include dpkg-db.h to get nffreeall prototype.
2046 * .arch-inventory: Ignore config.cache if the user uses it.
2048 * scripts/controllib.pl: Add #!/usr/bin/perl to satisfy lintian.
2049 * debian/control ([dpkg]Pre-Depends): Needs to pre-depend on shlibs
2050 dependencies like libc6, accidentally dropped earlier.
2051 ([dpkg-dev]Recommends): Added gcc as first choice for c-compiler.
2052 * debian/rules: Generate shlibdeps for all arch packages, not just
2053 dselect (so we get them for dselect too).
2054 * debian/.arch-inventory: Ignore dpkg.substvars.
2055 * debian/dpkg.conffiles: Removed, debhelper does the right thing.
2056 * debian/dpkg-dev.conffiles: Removed, debhelper does the right thing.
2057 * debian/dselect.conffiles: Removed, debhelper does the right thing.
2058 * Makefile.am (EXTRA_DIST): Updated for debian directory changes.
2059 (package): Add missing distdir dependency, also don't treat lintian
2060 problems as errors, just report them.
2061 * man/C/dpkg.8: Moved to section 1 where it belongs.
2062 * man/C/dpkg-query.8: Moved to section 1 where it belongs.
2063 * man/C/dpkg-split.8: Moved to section 1 where it belongs.
2064 * man/C/dselect.8: Moved to section 1 where it belongs.
2065 * man/C/Makefile.am: Install dpkg.1, dpkg-query.1, dselect.1
2066 * man/es/dpkg.8: Moved to section 1 where it belongs.
2067 * man/es/dpkg-split.8: Moved to section 1 where it belongs.
2068 * man/es/dselect.8: Moved to section 1 where it belongs.
2069 * man/es/Makefile.am: Install dpkg.1, dpkg-split.1, dselect.1
2070 * man/fr/dpkg.8: Moved to section 1 where it belongs.
2071 * man/fr/dpkg-query.8: Moved to section 1 where it belongs.
2072 * man/fr/dpkg-split.8: Moved to section 1 where it belongs.
2073 * man/fr/Makefile.am: Install dpkg.1, dpkg-query.1, dpkg-split.1
2074 * man/ja/dpkg.8: Moved to section 1 where it belongs.
2075 * man/ja/dpkg-query.8: Moved to section 1 where it belongs.
2076 * man/ja/dselect.8: Moved to section 1 where it belongs.
2077 * man/ja/Makefile.am: Install dpkg.1, dpkg-query.1, dselect.1
2078 * man/pt_BR/dpkg.8: Moved to section 1 where it belongs.
2079 * man/pt_BR/dselect.8: Moved to section 1 where it belongs.
2080 * man/pt_BR/Makefile.am: Install dselect.1, dpkg.1
2081 * man/ru/dpkg.8: Moved to section 1 where it belongs.
2082 * man/ru/Makefile.am: Install dpkg.1
2083 * man/sv/dpkg.8: Moved to section 1 where it belongs.
2084 * man/sv/dpkg-query.8: Moved to section 1 where it belongs.
2085 * man/sv/dpkg-split.8: Moved to section 1 where it belongs.
2086 * man/sv/dselect.8: Moved to section 1 where it belongs.
2087 * man/sv/Makefile.am: Install dpkg.1, dpkg-query.1, dpkg-split.1,
2089 * debian/dpkg.install: Install dpkg.1, dpkg-query.1, dpkg-split.1
2090 * debian/dselect.install: Install dselect.1
2092 * Makefile.am (EXTRA_DIST): Distribute files in the debian directory
2093 in the source tarball.
2094 (package): Create source and binary packages using dpkg-buildpackage
2095 and some magic to give us a directory containing only 'dist' files.
2096 Check the resulting changes file with lintian if we have it.
2098 * .arch-inventory: Apply l33t regex skills to ignore source tarballs,
2099 packages and the dist directory.
2101 * utils/Makefile.am (rootsbin_PROGRAMS): Install start-stop-daemon
2102 into the ordinary sbindir by default.
2103 * debian/dpkg.install: Install usr/sbin/start-stop-daemon into /sbin.
2105 * debian/control (Build-Depends): The source tarball now includes
2106 the generated gmo files, so there's no reason for the package to
2107 build-depend on gettext.
2109 * getopt/getdate.c: Remove unused file.
2111 * methods/disk/update: Remove {...} glob, as it's a bashism.
2113 * debian/control (Build-Depends): Fix dependency on virtual
2114 package `libncurses-dev'.
2116 * m4/funcs.m4 (DPKG_FUNC_VA_COPY): Wrap TRY_RUN and TRY_COMPILE
2117 calls in AC_CACHE_CHECK, missed when I copied it over and updated.
2119 * debian/dpkg.prerm: Give the script a bit of a spring clean,
2120 add a comment block at the top to serve as documentation of how
2121 prerm is called for anyone wanting a quick reference; this seems
2122 a reasonable place to do it as any. Don't remove the historic
2123 info scripts anymore (dating back to 1.3.3) as we haven't shipped
2124 them in ages and 1.3.3's upgrade script did it anyway.
2125 * debian/dpkg.postrm: Equal spring clean and documentation comment
2126 added to the top. Removed code to purge dpkg.cfg now we include it
2127 in the package as a conffile again anyway.
2128 * debian/dpkg.preinst: Equal spring clean and documentation comment
2129 added to the top. Separated each discreet piece of upgrade behaviour
2130 for the 0.93.50 jump into different functions.
2131 * debian/dpkg.postinst: Equal spring clean and documentation comment
2132 added to the top. Separated each bit of behaviour into a separate
2134 (move_info_directory): No longer create symlinks to the new location.
2135 (remove_info_symlink): Remove /usr/info or /usr/info/dir symlinks.
2137 2005-01-13 Scott James Remnant <scott@netsplit.com>
2139 * debian/control (Build-Depends): Add forgotten build-depend on
2140 debhelper, I picked 4.1.81 after reading the changelog as it has the
2141 first feature we need (upstream and debian changelogs in a native
2144 * man/C/Makefile.am (dpkg_source_aliases): I missed a whole bunch
2145 of manpages created as aliases to dpkg-source, put the rules in to
2147 * man/C/.arch-inventory: Ignore generated aliased pages.
2149 * debian/rules: Rewrite from scratch to use debhelper, this breaks
2150 being able to bootstrap dpkg from its own source directory; but that
2151 didn't really work anyway. You can always just 'make install' first.
2152 * debian/compat: Set debhelper compatibility to v4.
2153 * debian/dpkg.docs: List documentation to ship with dpkg.
2154 * debian/dpkg.install: List files that belong to dpkg.
2155 * debian/dselect.install: List files that belong to dselect.
2156 * debian/dpkg-dev.install: List files that belong to dpkg-dev.
2157 * .arch-inventory: Ignore build-tree, created by debian/rules.
2158 * debian/.arch-inventory: Ignore files and directories created by
2161 * lib/Makefile.am (INCLUDES): Correct sharedstatedir to datadir,
2162 common-licenses isn't in /usr/com (whatever that is).
2164 * dpkg-split/Makefile.am (install-data-local): Use $(mkdir_p) instead
2165 of $(MKINSTALLDIRS), better style.
2166 * methods/Makefile.am (install-data-local): Use $(mkdir_p) instead of
2167 $(MKINSTALLDIRS) here too.
2168 * origins/Makefile.am (install-data-local): And here.
2169 * scripts/Makefile.am (install-exec-local): Here as well.
2170 (install-data-local): Likewise.
2171 * src/Makefile.am (install-data-local): And finally, here too.
2173 * scripts/Makefile.am: Automake doesn't create out-of-tree output
2174 directories for us, so do so if it they don't exist (but quiet, like).
2175 (do_perl_subst): Remove space in #! line.
2176 * dpkg-split/Makefile.am: Create out-of-tree directories.
2177 (do_perl_subst): Remove space in #! line.
2179 * lib/dpkg.h: Include locale.h, for LC_ALL which is expanded in
2180 a macro here. This is needed if we build without optimisations
2181 as libintl.h won't include it for us.
2183 2005-01-12 Scott James Remnant <scott@netsplit.com>
2185 * debian/pseudo-tags: Rewrite and clear up, put tags into a decent
2186 order and add a new [DEPENDS] tag to track dependency handling
2189 * debian/shlibs.default: Clean up.
2190 * debian/shlibs.override: Clean up.
2192 * debian/dselect.cfg: Clean up atrocious English spelling.
2193 * debian/dpkg.cfg: Clean up atrocious English spelling; remove old
2194 configuration values as this file would be useful to be installed
2195 to describe its use.
2196 * debian/dpkg.conffiles: Add dpkg.cfg.
2198 * debian/copyright: Clean up, utf-8ify and add missing copyright
2201 * debian/control (Build-Depends): Remove SGML-related tools now we no
2202 longer have docs in that format; increase gettext build-dependency to
2203 0.14.1; remove build-dependency on autotools-dev.
2204 (Standards-Version): Bump to keep lintian happy, we're conformant.
2205 ([dpkg]Pre-Depends): Remove pre-dependency on dselect put in place
2206 to ease transition between woody and sarge where dselect was split
2207 into a separate binary package.
2208 ([dpkg]Suggests): It's about time we suggested apt.
2209 ([dpkg]Description): The dselect program is no longer included in the
2210 dpkg package, so don't mention it in the description.
2211 ([dselect]Description): Rewrite as dselect is no longer the primary
2212 interface for package management, and that users may prefer apt-based
2215 * debian/control (dpkg-static): The dpkg (and dpkg-deb) binaries
2216 have been linked statically to zlib for some time, and the
2217 dpkg-static package hasn't actually been created either. Remove
2218 from the control file.
2220 * debian/control (dpkg-doc): The documentation shipped in the
2221 dpkg-doc package was rather incomplete and out-of-date, so was
2222 removed from the distribution. Remove package from control file.
2223 * debian/dpkg-doc.doc-base: Remove dpkg-doc file.
2224 * debian/dpkg-doc.postinst: Remove dpkg-doc maintainer script.
2225 * debian/dpkg-doc.prerm: Remove dpkg-doc maintainer script.
2226 * debian/README.compile: Removed this file as it's both out of
2227 date, and entirely replaced by Build-Depends anyway for those
2228 that care about such things.
2230 * Makefile.am: Remove rules to install common documentation and
2231 licence under /usr/share/doc/dpkg, leave that up to the package.
2232 * lib/Makefile.am (INCLUDES): Define COPYINGFILE to point to
2233 /usr/share/common-licenses/GPL-2.
2235 2005-01-11 Colin Watson <cjwatson@debian.org>
2237 * dselect/basecmds.cc (baselist::displayhelp): Revert to former
2238 Space/Enter/'Q' behaviour, so that Space leaves the help screen
2239 and Enter and 'Q' do nothing. It's dangerous to encourage users
2240 to press Enter or 'Q', since they commit changes in the package
2242 * dselect/helpmsgs.cc (hlp_readonlyintro, hlp_recurintro): Update
2244 (hlp_mainintro): 'Q' quits and overrides dependency problems;
2245 'X' quits without saving changes.
2247 2005-01-10 Scott James Remnant <scott@netsplit.com>
2249 * configure.ac: Fix --without-dselect and --without-start-stop-daemon
2250 so they actually work, Autoconf was preserving the old value of the
2251 variable. Always call AC_PROG_CXX otherwise things aren't happy
2252 as it gets partially expanded.
2254 * dpkg-split/Makefile.am (EXTRA_DIST): Distribute mksplit.pl.
2255 * dselect/Makefile.am (EXTRA_DIST): Distribute mkcurkeys.pl.
2256 * lib/Makefile.am (libdpkg_a_SOURCES): Distribute gettext.h.
2257 * scripts/Makefile.am (EXTRA_DIST): Distribute the scripts and
2258 README.alternatives, oops.
2259 (all-local): Build install-info from install-info.pl manually.
2260 (install-exec-local): Install install-info manually.
2261 (uninstall-local): Remove install-info manually.
2262 * scripts/.arch-inventory: Ignore install-info-stamp file we need.
2263 * src/Makefile.am (dpkg_query_SOURCES): There is no errors.h.
2265 * Makefile.conf.in: Remove file used by old build system.
2267 * lib/mlib.c (buffer_write): Remove cast from lvalue, deprecated
2268 in recent versions of gcc.
2269 * m4/compiler.m4 (SJR_COMPILER_OPTIMISATIONS): Explicitly set -O0
2270 when disabling compiler optimisations, as recent versions of gcc
2271 have some on by default.
2273 Now we're not using CVS at all, replace the old .cvsignore files
2274 with .arch-inventory files Arch can use to ignore generated files.
2276 * .cvsignore: Remove old file.
2277 * .arch-inventory: Replace with more complete regex rules.
2278 * dpkg-deb/.cvsignore: Remove old file.
2279 * dpkg-deb/.arch-inventory: Replace with more complete regex rules.
2280 * dpkg-split/.cvsignore: Remove old file.
2281 * dpkg-split/.arch-inventory: Replace with more complete regex rules.
2282 * dselect/.cvsignore: Remove old file.
2283 * dselect/.arch-inventory: Replace with more complete regex rules.
2284 * getopt/.cvsignore: Remove old file.
2285 * getopt/.arch-inventory: Replace with more complete regex rules.
2286 * lib/.cvsignore: Remove old file.
2287 * lib/.arch-inventory: Replace with more complete regex rules.
2288 * m4/.arch-inventory: Ignore files copied in by 'autopoint'.
2289 * man/.cvsignore: Remove old file.
2290 * man/.arch-inventory: Replace with more complete regex rules.
2291 * man/C/.cvsignore: Remove old file.
2292 * man/C/.arch-inventory: Replace with more complete regex rules.
2293 * man/de/.cvsignore: Remove old file.
2294 * man/de/.arch-inventory: Replace with more complete regex rules.
2295 * man/es/.arch-inventory: Ignore generated 'Makefile' and 'Makefile.in'.
2296 * man/fr/.cvsignore: Remove old file.
2297 * man/fr/.arch-inventory: Replace with more complete regex rules.
2298 * man/ja/.cvsignore: Remove old file.
2299 * man/ja/.arch-inventory: Replace with more complete regex rules.
2300 * man/pt_BR/.cvsignore: Remove old file.
2301 * man/pt_BR/.arch-inventory: Replace with more complete regex rules.
2302 * man/ru/.cvsignore: Remove old file.
2303 * man/ru/.arch-inventory: Replace with more complete regex rules.
2304 * man/sv/.cvsignore: Remove old file.
2305 * man/sv/.arch-inventory: Replace with more complete regex rules.
2306 * methods/.cvsignore: Remove old file.
2307 * methods/.arch-inventory: Replace with more complete regex rules.
2308 * origins/.arch-inventory: Ignore generated 'Makefile'
2310 * po/.cvsignore: Remove old file.
2311 * po/.arch-inventory: Replace with more complete regex rules.
2312 * scripts/.cvsignore: Remove old file.
2313 * scripts/.arch-inventory: Replace with more complete regex rules.
2314 * scripts/changelog/.arch-inventory: Ignore generated file.
2315 * src/.cvsignore: Remove old file.
2316 * src/.arch-inventory: Replace with more complete regex rules.
2317 * utils/.cvsignore: Remove old file.
2318 * utils/.arch-inventory: Replace with more complete regex rules.
2320 * man/sv/.check.pl: Remove as it uses CVS to check whether the
2321 translations are up to date, and we don't use that anymore.
2322 * dselect/checkunimp.pl: Remove unused file.
2323 * dselect/keys.c: Remove unused file.
2325 For at least the second time in dpkg's history, convert the build
2326 system to use GNU Automake. I'm sure some future maintainer will
2327 come along and get rid of it again, but for now, Automake is the
2330 * Makefile.in: Remove old file.
2331 * Makefile.am: Replace with shiny Automake goodness, don't distribute
2332 TODO anymore; it's only useful for developers.
2333 * dpkg-deb/Makefile.in: Remove old file.
2334 * dpkg-deb/Makefile.am: Replace with shiny Automake goodness, don't
2335 include rules to build dpkg-deb-static.
2336 * dpkg-split/Makefile.in: Remove old file.
2337 * dpkg-split/Makefile.am: Replace with shiny Automake goodness.
2338 * dselect/Makefile.in: Remove old file.
2339 * dselect/Makefile.am: Replace with shiny Automake goodness.
2340 * getopt/Makefile.in: Remove old file.
2341 * getopt/Makefile.am: Replace with shiny Automake goodness.
2342 * lib/Makefile.in: Remove old file.
2343 * lib/Makefile.am: Replace with shiny Automake goodness.
2344 (libdpkg_a_SOURCES): add refugee files from 'include'.
2345 * man/Makefile.in: Remove old file.
2346 * man/Makefile.am: Replace with shiny Automake goodness.
2347 * man/C/Makefile.in: Remove old file.
2348 * man/C/Makefile.am: Replace with shiny Automake goodness.
2349 * man/de/Makefile.in: Remove old file.
2350 * man/de/Makefile.am: Replace with shiny Automake goodness.
2351 * man/es/Makefile.in: Remove old file.
2352 * man/es/Makefile.am: Replace with shiny Automake goodness.
2353 * man/fr/Makefile.in: Remove old file.
2354 * man/fr/Makefile.am: Replace with shiny Automake goodness.
2355 * man/ja/Makefile.in: Remove old file.
2356 * man/ja/Makefile.am: Replace with shiny Automake goodness.
2357 * man/pt_BR/Makefile.in: Remove old file.
2358 * man/pt_BR/Makefile.am: Replace with shiny Automake goodness.
2359 * man/ru/Makefile.in: Remove old file.
2360 * man/ru/Makefile.am: Replace with shiny Automake goodness.
2361 * man/sv/Makefile.in: Remove old file.
2362 * man/sv/Makefile.am: Replace with shiny Automake goodness.
2363 * methods/Makefile.in: Remove old file.
2364 * methods/Makefile.am: Replace with shiny Automake goodness, taking
2365 into account the new filesystem structure.
2366 * origins/Makefile.am: New Automake file to install origin files.
2367 * scripts/Makefile.in: Remove old file.
2368 * scripts/Makefile.am: Replace with shiny Automake goodness.
2369 * src/Makefile.in: Remove old file.
2370 * src/Makefile.am: Replace with shiny Automake goodness, don't
2371 include rules to build either dpkg-static or dpkg-query-static.
2372 * utils/Makefile.in: Remove old file.
2373 * utils/Makefile.am: Replace with shiny Automake goodness, don't
2374 include rules to build md5sum-static.
2376 * dpkg-deb/build.c: Replace USE_ZLIB with WITH_ZLIB.
2377 * dpkg-deb/extract.c: Replace USE_ZLIB with WITH_ZLIB.
2378 * dpkg-deb/main.c: Remove version.h include.
2379 * dpkg-split/main.c: Remove version.h include.
2380 * dselect/main.cc: Remove version.h include.
2381 * lib/compression.c: Replace USE_ZLIB with WITH_ZLIB and USE_BZ2
2383 * src/help.c: Remove version.h include and replace
2384 USE_START_STOP_DAEMON with WITH_START_STOP_DAEMON.
2385 * src/main.c: Remove version.h include.
2387 We're going to move to using 'autoreconf' to generate the build
2388 scripts after a checkout and 'make dist' to get a clean tarball.
2389 Various files will get copied automatically so there's no point
2390 having them under version control, they'll still appear in the
2393 * INSTALL: Remove from version control.
2394 * config.guess: Remove from version control.
2395 * config.sub: Remove from version control.
2396 * install-sh: Remove from version control.
2397 * autogen.sh: Remove unnecessary script, just run 'autoreconf'.
2398 * release.sh: Remove unnecessary script, just run 'make dist'.
2400 The old 'configure.in' arranged for a bunch of code to be added
2401 to the bottom of 'config.h' with the assumption that it'd be
2402 included everywhere. That's not good style, the file is only
2403 supposed to contain settings and not real code. Put the code in
2404 real header files and source.
2406 * lib/dpkg.h: Include <sys/cdefs.h> and <stddef.h> if available.
2407 (INTERPRETER_MAX): Define to PATH_MAX or 1024 if not available.
2408 (DPKG_VERSION_ARCH): Define using PACKAGE_VERSION instead of
2409 DPKG_VERSION, which no longer exists.
2410 (ADMINDIR): Remove definition, define in Makefiles where needed.
2411 (CONFIGDIR): Remove definition, define in Makefiles where needed.
2412 (LIBDIR): Remove definition, define in Makefiles where needed.
2413 (CONSTANT, PRINTFFORMAT, NONRETURNING, UNUSED, NONRETURNPRINTFFORMAT):
2414 Define attribute markers used in function prototypes.
2415 (strerror, strsignal, scandir, alphasort, unsetenv): Define prototypes
2416 for functions in 'compat.c' if the system lacks them.
2417 (strtoul, va_copy, WCOREDUMP): Provide compatible macros for functions
2419 (BUILDOLDPKGFORMAT): Define here.
2420 (_, N_): Include gettext.h and define friendlier macros.
2421 * lib/gettext.h: Include from gettext distribution useful header
2422 file that does the heavy lifting of enabling or disabling gettext.
2423 * lib/md5.h: Add code to define UWORD32 used by this implementation.
2424 * getopt/error.h (error, error_at_line): Remove printf format
2425 attribute marker from prototypes to keep the code clean.
2426 * getopt/getopt.c (store_args_and_env): Remove unused attribute
2427 marker from function to keep the code clean.
2428 * utils/md5sum.c: Let gettext.h (included through dpkg.h) do the
2429 heavy lifting and define the right things for us.
2430 * utils/start-stop-daemon.c: Duplicate includes of <sys/cdefs.h>
2431 and <stddef.h> along with attribute marker definitions to avoid
2432 having to include 'dpkg.h'.
2434 * configure.in: Rename to 'configure.ac' and rewrite from the
2435 ground-up with Autoconf 2.59 in mind.
2436 * m4/arch.m4: New file of macros for 'configure.ac':
2437 (DPKG_OS_TYPE): Code from old 'configure.in' to turn output from
2438 'config.guess' into an operating system name we recognise.
2439 (DPKG_ARCHITECTURE): Code from old 'configure.in' to look up
2440 CPU and operating system name in the 'archtable'.
2441 * m4/compiler.m4: New file of macros for 'configure.ac':
2442 (SJR_COMPILER_WARNINGS): Add my standard macro to enable additional
2443 compiler warnings and treat them as errors.
2444 (SJR_COMPILER_OPTIMISATIONS): Add my standard macro to allow
2445 disabling of optimisations.
2446 (DPKG_C_ATTRIBUTE): Macro to check whether the C compiler supports
2447 __attribute__, we assume that compilers that do ignore unknown
2448 attributes like gcc does.
2449 * m4/funcs.m4: New file of macros for 'configure.ac':
2450 (DPKG_FUNC_VA_COPY): Code from old 'configure.in' to determine
2451 whether the system supports va_copy or directly copying the values.
2452 * m4/libs.m4: New file of macros for 'configure.ac':
2453 (DPKG_LIB_ZLIB): Rework of old 'configure.in' code to allow the
2454 user to decide whether to use zlib, and whether to link it statically.
2455 (DPKG_LIB_BZ2): Rework of old 'configure.in' code to allow the user
2456 to decide whether to use the bz2 library, and whether to link it
2458 (DPKG_LIB_CURSES): Code from old 'configure.in' to pick the right
2459 curses library on the system.
2460 (DPKG_LIB_SSD): Code from old 'configure.in' to look for libraries
2461 used by start-stop-daemon.
2462 * m4/linker.m4: New file of macros for 'configure.ac':
2463 (SJR_LINKER_OPTIMISATIONS): Add my standard macro to enable linker
2464 optimisations and allow them to be disabled.
2465 * m4/perl.m4: New file of macros for 'configure.ac':
2466 (DPKG_PROG_PERL): Macro to locate the Perl interpreter in the PATH,
2467 or allow the user to specify it with PERL=.
2468 * m4/types.m4: New file of macros for 'configure.ac':
2469 (DPKG_TYPE_PTRDIFF_T): Macro to replace obsolete AC_TYPE_PTRDIFF_T
2470 macro from Autoconf.
2471 (DPKG_DECL_SYS_SIGLIST): Macro to replace obsolete AC_DECL_SYS_SIGLIST
2472 macro from Autoconf.
2473 (DPKG_CHECK_DEFINE): Rework of old 'automake/dpkg.m4' code.
2474 * version-nr: Remove, version should be changed in configure.ac
2476 * automake: Remove older Autoconf macros.
2478 * po/ChangeLog: Add new ChangeLog to describe changes affecting
2479 translations and their infrastructure.
2481 * origin: Move to 'origins/debian' so we can ship additional
2484 Rearrange changelog parsers under 'scripts' into a separate
2485 directory so they also don't need to be renamed on installation.
2487 * scripts/cl-debian.pl: Move to 'scripts/changelog/debian.pl'.
2489 Rearrange 'methods' directory into the same hierarchy used when
2490 installed to save having to rename files on installation.
2492 * methods/disk.desc.cdrom: Move to 'methods/disk/desc.cdrom'.
2493 * methods/disk.desc.harddisk: Move to 'methods/disk/desc.harddisk'.
2494 * methods/disk.desc.mounted: Move to 'methods/disk/desc.mounted'.
2495 * methods/disk.desc.nfs: Move to 'methods/disk/desc.nfs'.
2496 * methods/disk.install: Move to 'methods/disk/install' and chmod +x.
2497 * methods/disk.names: Move to 'methods/disk/names'.
2498 * methods/disk.setup: Move to 'methods/disk/setup' and chmod +x.
2499 * methods/disk.update: Move to 'methods/disk/update' and chmod +x.
2500 * methods/floppy.desc.floppy: Move to 'methods/floppy/desc.floppy'.
2501 * methods/floppy.install: Move to 'methods/floppy/install' and
2503 * methods/floppy.names: Move to 'methods/floppy/names'.
2504 * methods/floppy.setup: Move to 'methods/floppy/setup' and chmod +x.
2505 * methods/floppy.update: Move to 'methods/floppy/update' and chmod +x.
2506 * methods/hd.setup: Remove unused method script.
2507 * methods/hd.unpack: Remove unused method script.
2508 * methods/hd.update: Remove unused method script.
2510 Consolidate the library code into one directory, so the headers are
2511 alongside the code rather than somewhere else.
2513 * include/dpkg-db.h: Move to 'lib'.
2514 * include/myopt.h: Move to 'lib'.
2515 * include/parsedump.h: Move to 'lib'.
2516 * include/tarfn.h: Move to 'lib'.
2517 * include/dpkg.h.in: Move to 'lib' and rename to 'dpkg.h', we'll
2518 set ADMINDIR, CONFIGDIR and LIBDIR in Makefile where needed as they
2519 can contain shell paths.
2520 * include: Remove directory.
2522 * AUTHORS: Add new file detailing the original authors of dpkg and
2523 the maintainers through the years.
2524 * COPYING: Update to include correct FSF address.
2525 * NEWS: Add new file that just points to debian/changelog for major
2526 changes between releases.
2527 * README: Add new file to briefly describe the package.
2529 Instead of scattering manpages throughout the source, we'll keep
2530 all of the original pages in one place under 'man/C'. This should
2531 make it easier to keep track of them, especially translators.
2533 * dpkg-deb/dpkg-deb.1: Move to 'man/C'.
2534 * dpkg-split/dpkg-split.8: Move to 'man/C'.
2535 * dselect/dselect.8: Move to 'man/C'.
2536 * scripts/822-date.1: Move to 'man/C'.
2537 * scripts/cleanup-info.8: Move to 'man/C'.
2538 * scripts/dpkg-architecture.1: Move to 'man/C'.
2539 * scripts/dpkg-checkbuilddeps.1: Move to 'man/C'.
2540 * scripts/dpkg-divert.8: Move to 'man/C'.
2541 * scripts/dpkg-name.1: Move to 'man/C'.
2542 * scripts/dpkg-scanpackages.1: Move to 'man/C'.
2543 * scripts/dpkg-scansources.1: Move to 'man/C'.
2544 * scripts/dpkg-source.1: Move to 'man/C'.
2545 * scripts/dpkg-statoverride.8: Move to 'man/C'.
2546 * scripts/install-info.8: Move to 'man/C'.
2547 * scripts/update-alternatives.8: Move to 'man/C'.
2548 * src/dpkg-query.8: Move to 'man/C'.
2549 * src/dpkg.8: Move to 'man/C'.
2550 * utils/md5sum.1: Move to 'man/C'.
2551 * utils/start-stop-daemon.8: Move to 'man/C'.
2553 * man/en: Rename directory to 'man/C', reserving country codes for
2554 manpages that have actually undergone translation. These are the
2555 "original" format, and like the strings in the code itself don't
2556 really belong to any particular locale.
2558 Continuing the spirit of having only one markup format for manpages,
2559 fix up the two generated from POD and remove the POD.
2561 * scripts/dpkg-architecture.1: Generate with pod2man and remove
2562 damage from the top, turning it into respectable nroff.
2563 * scripts/dpkg-architecture.pl: Remove POD documentation from script.
2564 * scripts/dpkg-scansources.1: Generate with pod2man and remove
2565 damage from the top, turning it into respectable nroff.
2566 * scripts/dpkg-scansources.pl: Remove POD documentation from script.
2568 Remove the SGML files containing the same content as the manpages,
2569 but which were never used to generate them. This avoids confusion,
2570 and as one markup format is just as good as another, we'll settle
2571 on nroff's man format.
2573 * man/en/cleanup-info.8.sgml: Remove SGML format documentation.
2574 * man/en/deb-control.5.sgml: Remove SGML format documentation.
2575 * man/en/deb-old.5.sgml: Remove SGML format documentation.
2576 * man/en/deb.5.sgml: Remove SGML format documentation.
2577 * man/en/dpkg-checkbuilddeps.1.sgml: Remove SGML format documentation.
2578 * man/en/dpkg.8.sgml: Remove SGML format documentation.
2579 * man/en/dpkg.cfg.5.sgml: Remove SGML format documentation.
2580 * man/en/dselect.8.sgml: Remove SGML format documentation.
2581 * man/en/dselect.cfg.5.sgml: Remove SGML format documentation.
2582 * man/paths.ent.in: Remove now we have no SGML format pages.
2584 * attic: Remove historical interest directory, that's what version
2586 * doc: Remove obsolete, incomplete and out-of-date documentation
2587 including that licenced under the GFDL (ie the entire directory).
2588 * md5sum: Remove empty directory.
2590 * main: Rename directory to 'src' so it's consistent with 'lib'.
2591 * optlib: Rename directory to 'getopt' as that's what's really in it.
2592 * split: Rename directory to 'dpkg-split' so it's consistent with
2595 Tue Nov 09 15:23:54 CEST 2004 Christian Perrier <bubulle@debian.org>
2597 * po/dpkg.pot: msguniq to remove duplicate entries
2599 Tue Nov 09 15:21:54 CEST 2004 Bartosz Fenski aka fEnIo <fenio@o2.pl>
2603 Fri Oct 29 21:55:54 CEST 2004 Carlos Liu <carlos_liu@yahoo.com>
2605 * po/zh_CN.po: Fix errors
2607 Fri Oct 29 08:58:54 CEST 2004 Bart Cornelis <cobaco@linux.be>
2611 Fri Oct 29 08:55:54 CEST 2004 Carlos Liu <carlos_liu@yahoo.com>
2613 * po/zh_CN.po: Mess cleaned
2615 Fri Oct 29 08:50:00 CEST 2004 Christian Perrier <bubulle@debian.org>
2617 * po/*po: msguniq and msgcat on all files
2619 Thu Oct 28 09:39:00 CEST 2004 Christian Perrier <bubulle@debian.org>
2621 * po/dpkg.pot: regenerated
2622 * po/*po: synced with dpkg.pot
2623 * po/fr.po: complete the translation
2625 Thu Oct 28 15:55:14 BST 2004 Scott James Remnant <scott@netsplit.com>
2627 * dpkg-deb/dpkg-deb.h: Add '/' onto the end of the COMPAT values for
2630 Wed Oct 27 12:22:08 BST 2004 Scott James Remnant <scott@netsplit.com>
2632 * version-nr, debian/changelog: Bump version to 1.13~.
2634 Wed Oct 27 10:14:29 BST 2004 Scott James Remnant <scott@netsplit.com>
2636 * version-nr, debian/changelog: Bump version to 1.10.25~.
2638 Wed Oct 27 09:58:27 BST 2004 Scott James Remnant <scott@netsplit.com>
2640 * lib/compression.c: Which revealed some brown-paper bag issues:
2641 Replace "BZFILE" with "BZFILE *", "file" with "bzfile"
2642 and "bzdopen" to "BZ2_bzdopen".
2644 Wed Oct 27 09:49:15 BST 2004 Scott James Remnant <scott@netsplit.com>
2646 * lib/compression.c: Replace USE_BZ2 with USE_BZ2LIB to match configure.in.
2648 Tue Oct 26 19:24:54 CEST 2004 Havard Korsvoll <korsvoll@skulelinux.no>
2652 Tue Oct 26 17:24:54 CEST 2004 Carlos Liu <carlos_liu@yahoo.com>
2654 * po/zh_CN.po: Updated
2656 Tue Oct 26 06:54:54 CEST 2004 Peter Karlsson <peter@softwolves.pp.se>
2660 Tue Oct 26 06:54:54 CEST 2004 CEST 2004 Piarres Beobide Egana <pi@beobide.net>
2664 Tue Oct 26 06:54:54 CEST 2004 Miguel Figueiredo <elmig@debianpt.org>
2668 Mon Oct 25 18:26:54 CEST 2004 Miroslav Kure <kurem@upcase.inf.upol.cz>
2672 Mon Oct 25 18:26:54 CEST 2004 Michael Piefel <piefel@debian.org>
2676 Mon Oct 25 18:26:54 CEST 2004 Yuri Kozlov <yuray@id.ru>
2680 Mon Oct 25 15:09:43 CEST 2004 Trorrr [Héctor Fernández] <trorrr@yahoo.es>
2684 Mon Oct 25 08:03:00 CEST 2004 Lele Gaifax <lele@nautilus.homeip.net>
2688 Mon Oct 25 07:18:36 CEST 2004 Changwoo Ryu <cwryu@debian.org>
2692 Mon Oct 25 07:18:36 CEST 2004 Kenshi Muto <kmuto@topstudio.co.jp>
2696 Mon Oct 25 07:18:36 CEST 2004 Claus Hindsgaul <claus_h@image.dk>
2700 Mon Oct 25 07:18:36 CEST 2004 Javier Fernandez-Sanguino Pena <jfs@dat.etsit.upm.es>
2704 Sun Oct 24 21:51:55 CEST 2004 Jordi Mallach <jordi@debian.org>
2706 * po/ca.po: Updated Catalan translation.
2708 Sun Oct 24 20:16:43 CEST 2004 Lele Gaifax <lele@nautilus.homeip.net>
2712 Sun Oct 24 20:06:43 CEST 2004 Trorrr [Héctor Fernández] <trorrr@yahoo.es>
2716 Sun Oct 24 19:20:43 CEST 2004 Bartosz Fenski aka fEnIo <fenio@o2.pl>
2720 Sun Oct 24 19:20:43 CEST 2004 Andre Luis Lopes <andrelop@debian.org>
2722 * po/pt_BR.po: Updated
2724 Sun Oct 24 19:20:43 CEST 2004 Bart Cornelis <cobaco@linux.be>
2728 Sun Oct 24 16:18:52 CEST 2004 Christian Perrier <bubulle@debian.org>
2730 * po/dpkg.pot: regenerated
2731 * po/*po: synced with dpkg.pot
2732 * po/fr.po: complete the translation
2734 Sun Oct 24 09:40:27 CEST 2004 Christian Perrier <bubulle@debian.org>
2736 * po/nl.po: Correct obvious typo from the translator
2738 Sun Oct 24 09:21:17 CEST 2004 Christian Perrier <bubulle@debian.org>
2740 * debian/changelog: Close *all* Portuguese translation bug reports
2742 Sun Oct 24 12:58:36 BST 2004 Scott James Remnant <scott@netsplit.com>
2744 * po/POTFILES.in: Add lib/compression.c here.
2746 Fri Jun 18 17:04:44 BST 2004 Scott James Remnant <scott@netsplit.com>
2748 * configure.in: Add checks for bz2 in a similar manner to zlib.
2749 * Makefile.conf.in: Add definitions for BZ2LIB macros.
2750 * lib/compression.c: New file taken from HEAD that implements
2751 compression and decompression for gzip, bzip2 and pass-through.
2752 * lib/Makefile.in: Compile the new source file.
2753 * include/dpkg.h.in: Add BZIP2 macro expanding to the name of the
2754 bzip2 tool. Add compression_type enum and headers for functions in
2756 * dpkg-deb/Makefile.in: Also link static bzip2 libraries to static dpkg-deb.
2757 * dpkg-deb/build.c: Remove internalGzip() function, replace calling
2758 code with call to new compress_cat() function. Choose the appropriate
2759 name for the data member based on compress_type.
2760 * dpkg-deb/extract.c: Remove gzip calling code, replace with call to
2761 new decompress_cat() function. Add code to detect compression type
2763 * dpkg-deb/main.c: Add new -Z option to set compression type, set
2765 * dpkg-deb/dpkg-deb.h: Add extern definition of compress_type option,
2766 add macros to define the bzip2 and pass-through data member filenames.
2768 Tue Oct 19 08:28:46 CEST 2004 Javier Fernández-Sanguino Peña <jfs@computer.org>
2770 * po/es.po: updated (complete)
2772 Sun Oct 17 08:40:46 CEST 2004 Piarres Beobide Egana <pi@beobide.net>
2774 * po/eu.po: updated (complete)
2776 Thu Oct 14 17:01:21 CEST 2004 Michael Piefel <piefel@debian.org>
2778 * po/de.po: updated (now complete)
2780 Wed Oct 13 17:01:31 CEST 2004 George Papamichelakis <george@step.gr>
2784 Wed Oct 13 08:45:54 CEST 2004 Peter Karlsson <peterk@debian.org>
2786 * man/sv/dpkg-split.8: Updated
2787 * man/sv/start-stop-daemon.8: Updated
2788 * man/sv/deb-control.5: Updated
2789 * man/sv/dpkg.8: Updated
2790 * man/sv/md5sum.1: Updated
2791 * man/sv/dpkg-deb.1: Updated
2792 * man/sv/dpkg-query.8: Updated
2793 * man/sv/dselect.8: Updated
2795 Tue Oct 12 22:22:55 CEST 2004 Miroslav Kure <kurem@upcase.inf.upol.cz>
2797 * po/cs.po: Updated (now complete)
2799 Tue Oct 12 22:22:55 CEST 2004 Peter Karlsson <peter@softwolves.pp.se>
2801 * po/sv.po: Updated (now complete)
2803 Tue Oct 12 07:50:21 CEST 2004 Philippe Batailler <philippe.batailler@free.fr>
2805 * man/fr/cleanup-info.8: updated
2806 * man/fr/dpkg.8: updated
2807 * man/fr/dpkg-deb.1: updated
2808 * man/fr/dpkg-divert.8: updated
2809 * man/fr/dpkg-name.1: updated
2810 * man/fr/dpkg-query.8: updated
2811 * man/fr/dpkg-source.1: updated
2812 * man/fr/dpkg-split.8: updated
2813 * man/fr/dpkg-statoverride.8: updated
2814 * man/fr/install-info.8: updated
2815 * man/fr/start-stop-daemon.8: updated
2816 * man/fr/update-alternatives.8: updated
2818 Mon Oct 11 18:11:54 CEST 2004 Robert Luberda <robert@debian.org>
2822 Mon Oct 11 18:11:54 CEST 2004 Lior Kaplan <webmaster@guides.co.il>
2826 Mon Oct 11 18:11:54 CEST 2004 Piarres Beobide Egana <pi@beobide.net>
2830 Mon Oct 11 18:11:54 CEST 2004 Yongtao Yang <yongtao.yang@telia.com>
2832 * po/zh_CN.po: Added
2834 Mon Oct 11 18:11:54 CEST 2004 Miguel Figueiredo <elmig@debianpt.org>
2838 Mon Oct 11 18:11:54 CEST 2004 Yuri Kozlov <yuray@id.ru>
2842 Mon Oct 11 18:11:54 CEST 2004 Kenshi Muto <kmuto@debian.org>
2846 Mon Oct 11 18:11:54 CEST 2004 Changwoo Ryu <cwryu@debian.org>
2850 Mon Oct 11 18:11:54 CEST 2004 Bart Cornelis <cobaco@linux.be>
2854 Mon Oct 11 18:11:54 CEST 2004 Havard Korsvoll <korsvoll@skulelinux.no>
2858 Mon Oct 11 18:11:54 CEST 2004 Miroslav Kure <kurem@upcase.inf.upol.cz>
2862 Mon Oct 11 18:11:54 CEST 2004 Andre Luis Lopes <andrelop@debian.org>
2864 * po/pt_BR.po: Updated
2866 Mon Oct 11 18:11:54 CEST 2004 Ruben Porras <nahoo82@telefonica.net>
2868 * man/es/md5sum.1: updated
2869 * man/es/start-stop-daemon.8: updated
2870 * man/es/dpkg-scansources.1: updated
2871 * man/es/dpkg-scanpackages.1: updated
2872 * man/es/update-alternatives.8: updated
2873 * man/es/dpkg-divert.8: updated
2874 * man/es/cleanup-info.8: updated
2875 * man/es/dpkg-checkbuilddeps.1: updated
2876 * man/es/dpkg-split.8: updated
2877 * man/es/dpkg-statoverride.8: updated
2878 * man/es/dpkg.8: updated
2879 * man/es/dselect.8: updated
2880 * man/es/dpkg-source.1: updated
2881 * man/es/dpkg-deb.1: updated
2882 * man/es/dpkg-name.1: updated
2884 Mon Oct 11 18:11:54 CEST 2004 Christian Perrier <bubulle@debian.org>
2886 * configure.in: Added he to ALL_LINGUAS.
2887 * configure.in: Added eu to ALL_LINGUAS.
2888 * configure.in: Added zh_CN to ALL_LINGUAS.
2890 Mon Oct 11 16:33:49 CEST 2004 George Papamichelakis <george@step.gr>
2894 Mon Oct 11 16:33:49 CEST 2004 Christian Perrier <bubulle@debian.org>
2896 * configure.in: Added el to ALL_LINGUAS.
2898 Mon Jul 19 20:17:09 BST 2004 Scott James Remnant <scott@netsplit.com>
2900 * version-nr, debian/changelog: Bump version to 1.10.24.
2902 Sat Jun 26 18:38:34 CEST 2004 David Weinehall <tao@debian.org>
2904 * scripts/dpkg-buildpackge.sh, scripts/dpkg-name.sh, methods/disk.update,
2905 methods/disk.setup: Change non-POSIX -a and -o test options to shell
2906 && and || for portability.
2908 Sat Jun 26 16:41:31 CEST 2004 Changwoo Ryu <cwryu@debian.org>
2910 * po/ko.po: Updated.
2912 Wed Jun 23 17:57:45 BST 2004 Changwoo Ryu <cwryu@debian.org>
2915 * configure.in: Added ko to ALL_LINGUAS.
2917 Tue Jun 22 17:50:57 BST 2004 Christian Perrier <bubulle@debian.org>
2919 * po/fr.po: Updated.
2921 Tue Jun 22 17:48:22 BST 2004 Claus Hindsgaul <claus_h@image.dk>
2923 * po/da.po: Updated.
2925 Sat Jun 19 23:11:38 BST 2004 Scott James Remnant <scott@netsplit.com>
2927 * dselect/Makefile.in: Remove helpmsgs.h from the GENFILES list so
2928 we don't wipe it on "make clean" (it's not generated anymore).
2930 Fri Jun 18 11:49:21 BST 2004 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
2932 * utils/start-stop-daemon.c: Moved pid_is_running inside OSHURD sentry,
2933 provided Hurd version. Removed dependency on C99 code and replaced
2934 constructor with an init function.
2936 Fri Jun 18 06:34:43 BST 2004 Scott James Remnant <scott@netsplit.com>
2938 * archtable: Requested the technical committee to make the mentioned
2939 decision -- we're going with amd64 (that'll please my boss :-)
2940 * scripts/dpkg-architecture.pl: Likewise.
2942 Tue Jun 15 19:19:36 BST 2004 Bartosz Fenski aka fEnIo <fenio@o2.pl>
2944 * po/pl.po: Updated.
2946 Mon Jun 14 09:35:30 BST 2004 Ruben Porras <nahoo82@telefonica.net>
2948 * man/es/dpkg-scanpackages.1, man/es/start-stop-daemon.8,
2949 man/es/dpkg-scansources.1, man/es/dpkg.8, man/es/dpkg-checkbuilddeps.1,
2950 man/es/dselect.8, man/es/dpkg-deb.1: Updated again from the BTS, for
2951 some reason the previous update lost the foreign characters.
2953 Mon Jun 14 09:12:08 BST 2004 Scott James Remnant <scott@netsplit.com>
2955 * scripts/dpkg-divert.8: Correct typo (ibrary -> library).
2957 Mon Jun 14 08:58:27 BST 2004 Lele Gaifax <lele@nautilus.homeip.net>
2959 * po/it.po: Updated.
2961 Mon Jun 7 17:47:13 CEST 2004 Jordi Mallach <jordi@debian.org>
2963 * po/ca.po: Update Catalan translation.
2965 Thu Jun 3 12:03:49 BRT 2004 Scott James Remnant <scott@netsplit.com>
2967 * archtable, scripts/dpkg-architecture.pl: Remove support for amd64/x86-64,
2968 the porters clearly can't make up their mind what they want.
2970 Wed Jun 2 15:32:47 BRT 2004 Scott James Remnant <scott@netsplit.com>
2972 * version-nr, debian/changelog: Bump version to 1.10.23.
2974 Tue Jun 1 17:42:58 BRT 2004 Scott James Remnant <scott@netsplit.com>
2976 * scripts/Makefile.in: Move dpkg-scanpackages and dpkg-scansources
2977 manpages to section 1.
2978 * scripts/dpkg-scanpackages.8: Renamed to dpkg-scanpackages.1, adjusted
2979 reference to dpkg-scansources.
2980 * scripts/dpkg-scansources.pl: Adjusted reference to dpkg-scanpackages.
2981 * dselect/dselect.8: Adjusted reference to dpkg-scanpackages.
2983 * man/es/Makefile.in: Move dpkg-scanpackages and dpkg-scansources
2984 manpages to section 1.
2985 * man/es/dpkg-scanpackages.8: Renamed to dpkg-scanpackages.1, adjusted
2986 reference to dpkg-scansources.
2987 * man/es/dpkg-scansources.8: Renamed to dpkg-scansources.1,
2989 * man/fr/Makefile.in: Move dpkg-scanpackages and dpkg-scansources
2990 manpages to section 1.
2991 * man/fr/dpkg-scanpackages.8: Renamed to dpkg-scanpackages.1, adjusted
2992 reference to dpkg-scansources.
2993 * man/fr/dpkg-scansources.8: Renamed to dpkg-scansources.1
2995 * man/ja/Makefile.in: Move dpkg-scanpackages and dpkg-scansources
2996 manpages to section 1.
2997 * man/ja/dpkg-scanpackages.8: Renamed to dpkg-scanpackages.1, adjusted
2998 refence to dpkg-scansources.
2999 * man/ja/dpkg-scansources.8: Renamed to dpkg-scansources.1, adjusted
3000 reference to dpkg-scanpackages.
3001 * man/ja/dselect.8: Adjusted references to dpkg-scanpackages.
3003 * man/pt_BR/dselect.8: Adjusted reference to dpkg-scanpackages.
3004 * man/sv/.check.pl: Adjusted reference to dpkg-scanpackages.
3005 * man/sv/dselect.8: Adjusted reference to dpkg-scanpackages.
3007 Tue Jun 1 17:27:50 BRT 2004 Scott James Remnant <scott@netsplit.com>
3009 * scripts/dpkg-shlibdeps.pl: Guard chown call with a check that we're
3010 running as root, if we're not, it's not necessary.
3012 Tue Jun 1 17:23:30 BRT 2004 Scott James Remnant <scott@netsplit.com>
3014 * script/dpkg-source.1: Documented dpkg:Version and dpkg:UpstreamVersion
3017 Tue Jun 1 14:52:27 BRT 2004 KISE Hiroshi <kise@fuyuneko.jp>
3019 * man/ja/dpkg-checkbuilddeps.1: Updated.
3020 * man/ja/dpkg-divert.8: Updated.
3022 Tue Jun 1 14:45:47 BRT 2004 Nikolai Prokoschenko <nikolai@prokoschenko.de>
3024 * po/ru.po: Updated.
3026 Tue Jun 1 14:41:30 BRT 2004 Helge Kreutzmann <kreutzm@itp.uni-hannover.de>
3028 * man/de/start-stop-daemon.8: New translation.
3029 * man/de/Makefile.in: Added new manpage.
3031 Tue Jun 1 14:37:52 BRT 2004 Ruben Porras <nahoo82@telefonica.net>
3033 * man/es/dpkg-divert.8: Updated.
3035 Tue Jun 1 13:53:29 BRT 2004 Lele Gaifax <lele@nautilus.homeip.net>
3037 * po/it.po: Updated.
3039 Mon May 31 20:44:21 BRT 2004 Scott James Remnant <scott@netsplit.com>
3041 * archtable: Change amd64 to x86-64 or x86_64 to match the GNU strings
3042 until someone better than me makes a real decision about this.
3043 * scripts/dpkg-architecture.pl: Likewise.
3045 Mon May 31 12:48:35 BRT 2004 Michal Cihar <michal@cihar.com>
3047 * dpkg-deb/extract.c: Swap %zi and %ld in printf expression.
3048 * split/info.c: Correct %zi and %lu in printf expression.
3049 * split/main.c: Include missing sys/types.h and sys/stat.h headers.
3051 Sun May 30 19:51:52 BRT 2004 Robert Millan <zeratul2@wanadoo.es>
3053 * archtable: Change i386-kfreebsd-gnu to kfreebsd-i386 and add
3055 * scripts/dpkg-archtable.pl: Return i386-freebsd for freebsd-i386 and
3056 i386-kfreebsd-gnu for kfreebsd-i386 instead. Add knetbsd-i386.
3057 * configure.in: Identify knetbsd-gnu.
3059 Fri May 28 18:45:26 BRT 2004 Steinar H. Gunderson <sesse@dessverre.samfundet.no>
3061 * main/depcon.c: Colour packages as we check them for break cycles to
3062 reduce the amount of recursion required to break a cycle.
3063 * include/dpkg-deb.h, lib/database.c: Add colour to the package structure.
3064 * main/main.h, main/configure.c, main/remove.c: Remove second
3065 argument from findbreakcycle() function.
3067 Wed May 26 23:05:01 BRT 2004 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
3069 * utils/start-stop-daemon.c: On hurd, proc_stat_set_flags may return
3070 NULL as Hurd can have processes with no uid, replace ihash_iterate
3071 with HURD_IHASH_ITERATE.
3073 Sat May 22 15:28:33 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3075 * utils/md5sum.1: s/asterix/asterisk/. Thanks to Matt Zimmermann for
3078 Wed May 12 23:25:16 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3080 * main/packages.c: Apply patch from Daniel Kobras to disappear empty
3081 packages that are replaced in the same run.
3083 Fri May 7 04:46:01 BST 2004 Scott James Remnant <scott@netsplit.com>
3085 * doc/Makefile.in: Ensure that $(docdir) exists before attempting
3086 to install the ChangeLog there.
3088 Fri May 7 01:21:49 BST 2004 Scott James Remnant <scott@netsplit.com>
3090 * dselect/pkginfo.cc: Replace &c. with the slightly clearer etc.
3092 * main/dpkg.8: Update from sgml, document --force-bad-verify.
3093 * main/dpkg-query,8: Correct --list documentation, without pattern it
3094 searches status not available.
3095 * scripts/dpkg-divert.8: Remove obsolete reference to the Debian Packaging
3097 * scripts/dpkg-source.1: Rather than keeping dpkg-source(1) always up to
3098 date with the -i option, document the intent of the default.
3099 * scripts/dpkg-statoverride.8: Correct typo and documentation of --update.
3100 * scripts/update-alternatives.8: Correct documentation of --install
3101 and --remove actions.
3102 * man/en/dpkg.8.sgml: Add missing </para> from last commit.
3103 * utils/start-stop-daemon.c: Correct typo.
3104 * utils/start-stop-daemon.8: Correct --pidfile documentation and mention
3105 what happens if you don't supply it; document that it will chdir("/")
3106 unless -d is specified.
3108 * dpkg-deb/dpkg-deb.1, main/dpkg.8, main/dpkg-query.8, scripts/cleanup-info.8,
3109 scripts/dpkg-checkbuilddeps.1, scripts/dpkg-divert.8, scripts/dpkg-name.1,
3110 scripts/dpkg-scanpackages.8, scripts/dpkg-source.1,
3111 scripts/dpkg-statoverride.8, scripts/install-info.8,
3112 scripts/update-alternatives.8, split/dpkg-split.8, utils/md5sum.1,
3113 utils/start-stop-daemon.8: Correct manpage hyphenation for those in a
3116 Fri May 7 01:13:36 BST 2004 Scott James Remnant <scott@netsplit.com>
3118 * man/en/dpkg.8.sgml: Add a new Additional Functionality section at the
3119 bottom where we can refer readers to other packages that provide the
3120 functionality they may be looking for. Suggest aptitude and debsums.
3122 Fri May 7 00:55:39 BST 2004 Scott James Remnant <scott@netsplit.com>
3124 * man/en/dpkg.8.sgml: Document dselect update alongside --update-avail.
3126 Fri May 7 00:47:39 BST 2004 Geoff Richards <qef@rosies-dumplings.co.uk>
3128 * scripts/dpkg-source.1: Suggest 'fakeroot' for the dpkg-source -r command.
3130 Fri May 7 00:42:44 BST 2004 Scott James Remnant <scott@netsplit.com>
3132 * main/main.c: Suggest 'aptitude' as well as 'dselect' now that
3135 Fri May 7 00:39:01 BST 2004 Christian Perrier <bubulle@debian.org>
3137 * po/fr.po: Updated French translation.
3139 Fri May 7 00:04:28 BST 2004 Scott James Remnant <scott@netsplit.com>
3141 * lib/parsehelp.c, scripts/dpkg-source.pl, scripts/cl-debian.pl: Remove
3142 restriction that package names be at least two characters long.
3144 Thu May 6 23:57:52 BST 2004 Andrew Shugg <andrew@neep.com.au>
3146 * utils/md5sum.c: Add support for DOS line-endings (\r\n).
3148 Thu May 6 23:52:28 BST 2004 Daniel Kobras <kobras@debian.org>
3150 * archtable: Add ia64-unknown-linux-gnu.
3152 Thu May 6 23:50:17 BST 2004 Daniel Kobras <kobras@debian.org>
3154 * main/enquiry.c: Remove dereference of unitialised and unused pointer
3155 variable, fixing segfault on when "gcc -dumpmachine" returns a
3156 non-matching triplet.
3158 Thu May 6 23:44:55 BST 2004 Colin Watson <cjwatson@debian.org>
3160 * dselect/helpmsgs.cc: Pressing 'n' repeats the last search, not
3161 moves down; pressing 'p' does nothing.
3163 Thu May 6 23:39:59 BST 2004 Helge Kreutzmann <kreutzm@itp.uni-hannover.de>
3165 * man/de/Makefile.in: Install update-alternatives.8
3166 * man/de/update-alternatives.8: Translated into German.
3168 Thu May 6 23:23:10 BST 2004 Scott James Remnant <scott@netsplit.com>
3170 * utils/md5sum.1, man/es/md5sum.1, man/de/md5sum.1, men/ja/md5sum.1:
3171 Correct "et al" to "et al."
3172 * main/main.c, man/en/dpkg.8.sgml: Correct description of
3173 --compare-versions command to describe versions as "empty" rather
3174 than "missing" or "no version" as "" has to be passed.
3175 * man/en/dpkg.8.sgml: Add dpkg-reconfigure(8) to SEE ALSO section.
3176 * utils/start-stop-daemon.8: Move documentation of --retry to the
3177 paragraph about --stop where it belongs.
3178 * scripts/update-alternatives.8: Remove strange " usage and
3179 replace with appropriate .BR.
3181 Sun May 2 10:22:25 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3183 * scripts/dpkg-scanpackages.pl: Give proper case for Origin and
3186 Sun May 2 10:04:25 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3188 * scripts/controllib.pl: Fix unknown() so it actually manages to pick
3189 out the correct field name.
3191 Fri Apr 30 11:20:13 CEST 2004 Jordi Mallach <jordi@debian.org
3193 * po/ca.po: Update Catalan translation.
3195 Tue Apr 27 21:49:25 BST 2004 Ruben Porras <nahoo82@telefonica.net>
3197 * man/es/dpkg-scansources.8: Added Spanish manpage.
3198 * man/es/Makefile.in: Install it.
3200 Tue Apr 27 19:47:37 BST 2004 Scott James Remnant <scott@netsplit.com>
3202 * scripts/dpkg-architecture.pl (rewrite_gnu): Add a new regexp for
3203 parsing i386-gnu style triplets on the Hurd.
3205 Tue Apr 27 19:23:01 BST 2004 Scott James Remnant <scott@netsplit.com>
3207 * main/dpkg.8: Correct reference to non-existant --force-reinstreq
3208 option to --force-remove-reinstreq.
3210 Tue Apr 27 19:01:28 BST 2004 Ruben Porras <nahoo82@telefonica.net>
3212 * man/es/start-stop-daemon.8, man/es/dselect.8, man/es/dpkg.8,
3213 man/es/dpkg-checkbuilddeps.8, man/es/dpkg-deb.1,
3214 man/es/dpkg-scanpackages.8: Updated Spanish manpages.
3216 Mon Apr 26 20:28:58 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3218 * scripts/dpkg-architecture.pl, archtable: Add AMD64/x86_64 support.
3219 Also reindent archtable so the columns line up nicely.
3221 Mon Apr 26 18:53:15 BST 2004 Scott James Remnant <scott@netsplit.com>
3223 * configure.in: Put the man page directories in alphabetical order.
3224 * man/Makefile.in: Likewise
3225 * debian/rules: Extract manual page directories from Makefile.in and
3226 use that list instead of hardcoding them.
3228 Sun Apr 25 19:00:20 BST 2004 Scott James Remnant <scott@netsplit.com>
3230 * version-nr, debian/changelog: Bump version to 1.10.22.
3232 Sun Apr 25 18:02:34 BST 2004 Scott James Remnant <scott@netsplit.com>
3234 * scripts/install-info.pl: Add --dir-file option for compatibility
3235 with GNU install-info. Correct code to break infinite loop.
3237 Sun Apr 25 17:57:46 BST 2004 Scott James Remnant <scott@netsplit.com>
3239 * scripts/dpkg-divert.8: Document that diverting shared libraries
3240 can be troublesome when combined with ldconfig.
3242 Sun Apr 25 17:53:06 BST 2004 Scott James Remnant <scott@netsplit.com>
3244 * scripts/dpkg-checkbuilddeps.1: This script no longer checks for
3245 build-essential, so don't document that it does.
3247 Sun Apr 25 17:45:47 BST 2004 Scott James Remnant <scott@netsplit.com>
3249 * scripts/dpkg-genchanges.pl: Group the -o expression to find
3252 Sun Apr 25 17:17:16 BST 2004 Scott James Remnant <scott@netsplit.com>
3254 * man/es/Makefile.in: Add new dpkg-source.1 manpage.
3256 Sun Apr 25 17:08:57 BST 2004 Scott James Remnant <scott@netsplit.com>
3258 * man/ja/Makefile.in: Add new dpkg-source.1 manpage.
3260 Sun Apr 25 16:59:09 BST 2004 Scott James Remnant <scott@netsplit.com>
3262 * configure.in: Add Norwegian Nynorsk and Portugese linguas.
3264 Sun Apr 25 12:27:38 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3266 * main/archive.c: make block and char devices work properly when
3267 extracting. mknod can create other kinds of devices than just char
3268 and block devices, so we need to pass the type of device to mknod in
3271 Sun Apr 25 00:46:38 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3273 * split/mksplit.pl: cut off anything after the first piece of whitespace
3274 when getting the md5sum, since we now get a different-formatted md5sum
3275 back. (It now has a trailing dash.)
3277 Sun Apr 25 00:23:27 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3279 * lib/dump.c: Terminate buffer in order to not display garbage when
3280 displaying dependency fields.
3282 Sun Apr 25 00:12:27 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3284 * main/query.c, dpkg-deb/main.c: Fix up the query format to be
3285 consistent with what the library expects. Remove the pkg: prefix from
3286 the default showformat.
3288 Sun Apr 25 00:06:27 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3290 * scripts/dpkg-statoverride.pl: Make sure the permissions passed to
3291 dpkg-statoverride are numeric.
3293 Sat Apr 24 23:11:12 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3295 * include/dpkg.h.in, lib/ehandle.c, lib/myopt.c: Failed opening of
3296 configuration files are no longer a fatal error. Thanks to Max
3297 Vozeler <max@hinterhof.net> for the patch.
3299 Mon Apr 19 12:24:40 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3301 * scripts/dpkg-shlibdeps.pl: Set LC_ALL to C before spawning off dpkg
3302 --search, to avoid searching on localized strings.
3304 Sun Mar 28 18:32:19 CEST 2004 Jordi Mallach <jordi@debian.org>
3306 * po/ca.po: Update Catalan translation.
3308 Fri Mar 12 19:02:21 GMT 2004 Scott James Remnant <scott@netsplit.com>
3310 * main/remove.c (removal_bulk_remove_configfiles): Don't change the
3311 "previous pointer" pointer if we remove the node from the linked list,
3312 ensuring that if the next node is to be removed the right thing will
3315 This corrects the bug where every second shared or diverted conffile
3316 would be incorrectly deleted by dpkg.
3318 Fri Mar 12 15:05:52 GMT 2004 Scott James Remnant <scott@netsplit.com>
3320 * utils/start-stop-daemon.c: Don't require an argument for -V (version).
3322 Thu Mar 11 11:36:06 GMT 2004 Scott James Remnant <scott@netsplit.com>
3324 * version-nr, debian/changelog: Bump version to 1.10.21.
3326 Thu Mar 11 11:23:09 GMT 2004 Scott James Remnant <scott@netsplit.com>
3328 * man/ja/Makefile.in: Add new pages to Makefile.in so they get
3331 Thu Mar 11 11:18:29 GMT 2004 Scott James Remnant <scott@netsplit.com>
3333 * scripts/dpkg-buildpackage.sh: Revert change suggested by Javier
3334 Fernandez-Sanguino Pena, and don't echo a blank line when dealing
3335 with PGP. PGP itself will fail if we do this, it's needed to
3336 satisfy pgpgp, which quite frankly is a bug in pgpgp's emulation
3339 Thu Mar 8 01:10:00 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3341 * po/pt_BR.po: Fix typo.
3343 Thu Mar 8 01:10:00 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3345 * man/de/md5sum.1: Fix spelling error as per patch in #230750
3347 Thu Mar 8 01:00:00 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3349 * man/fr/dpkg-source.1 man/fr/update-alternatives.8
3350 man/fr/start-stop-daemon.8 man/fr/dpkg.8 man/fr/dpkg-query.8
3351 man/fr/deb-control.5 man/fr/dpkg-scanpackages.8: Update French translation
3352 per patches in #218713
3354 Thu Mar 8 00:54:00 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3356 * man/ja/{dpkg-architecture.1,dpkg-query.8,dselect.8}: Update Japanese
3357 translation. Closes: #224616
3359 Thu Mar 8 00:38:00 CEST 2004 Tollef Fog Heen <tfheen@debian.org>
3361 * release.sh: Remove .svn directories as well.
3363 Mon Mar 8 19:37:00 GMT 2004 Scott James Remnant <scott@netsplit.com>
3365 * version-nr, debian/changelog: Bump version to 1.10.20.
3367 Mon Mar 8 19:02:25 GMT 2004 Andrew Suffield <asuffield@debian.org>
3369 * utils/md5sum.c: Check the bounds of the line before processing.
3371 Mon Mar 8 18:55:13 GMT 2004 Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
3373 * utils/md5sum.c: Don't print offending lines as they may not be NULL
3376 Mon Mar 8 18:34:16 GMT 2004 Goswin Brederlow <brederlo@informatik.uni-tuebingen.de>
3378 * lib/parse.c, main/processarc.c: Store Architecture in the status file
3379 and don't remove it when processing. This is a first step towards
3380 multi-arch support in a future release of Debian.
3382 Mon Mar 8 18:28:07 GMT 2004 Robert Millan <rmh@debian.org>
3384 * archtable, configure.in, scripts/dpkg-architecture.pl: Update
3385 support for Debian FreeBSD.
3387 Mon Mar 8 18:20:38 GMT 2004 Javier Fernandez-Sanguino Pena <jfs@computer.org>
3389 * scripts/dpkg-buildpackage.sh: Add blank line to .dsc before
3392 Mon Mar 8 18:10:06 GMT 2004 Scott James Remnant <scott@netsplit.com>
3394 * debian/control: Remove duplicated uploaders field and add myself
3395 to the one that's left.
3397 Mon Mar 8 16:49:13 GMT 2004 Christian Haggstrom <chm@c00.info>
3399 * lib/mlib.c: Remove extraneous %s in ohshite() call when out of
3400 disk space so that condition gets handled correctly and not with
3403 Mon Mar 8 10:14:27 GMT 2004 Colin Watson <cjwatson@debian.org>
3405 * dselect/methlist.cc, dselect/pkgdisplay.cc: Set the total display width
3406 to the maximum of TOTAL_LIST_WIDTH and COLS, improving display on wide
3409 Thu Mar 4 13:28:11 GMT 2004 Scott James Remnant <scott@netsplit.com>
3411 * lib/tarfn.c: Copy the Name and LinkName elements and ensure they
3412 are NULL-terminated, freeing these copies before returning. The
3413 tar spec doesn't require a NULL byte if the filename is exactly
3414 100 characters long.
3416 Sun Feb 29 21:56:25 GMT 2004 Scott James Remnant <scott@netsplit.com>
3418 * scripts/dpkg-checkbuilddeps.pl: Push build-conflicts errors into
3419 @conflicts instead of @unmet, this looks like an accidental error
3420 introduced by bad copy&pasteing.
3422 Mon Mar 8 17:26:06 GMT 2004 Scott James Remnant <scott@netsplit.com>
3424 * debian/changelog, version-nr: Bump to 1.10.19.
3426 Thu Feb 26 01:48:15 GMT 2004 Scott James Remnant <scott@netsplit.com>
3428 * main/processarc.c (process_archive): Copy code from main/remove.c
3429 to ensure that hardlinks to devices, setuid files or setgid files
3430 cannot be stashed away in the hope that they become compromisable
3431 in the future. This was handled when removing a package, but not
3434 Thu Feb 26 01:23:13 GMT 2004 Scott James Remnant <scott@netsplit.com>
3436 * version-nr: Bump to 1.10.18.1
3438 Mon Feb 23 22:46:21 GMT 2004 Scott James Remnant <scott@netsplit.com>
3440 * dpkg-deb/main.c: Clean up previous badly applied multiline string
3443 Mon Feb 23 01:30:13 CET 2004 Steinar H. Gunderson <sesse@debian.org>
3445 * main/remove.c: Terminate string buffer correctly.
3447 Fri Feb 20 10:22:24 CET 2004 Colin Watson <cjwatson@debian.org>
3449 * dpkg-deb/main.c: Don't use multiline strings (a removed GCC extension).
3451 Tue Jan 27 20:08:12 CST 2003 Adam Heath <doogie@debian.org>
3453 * debian/control: Update dpkg conflicts to << 1.10, instead of 1.9.
3455 Mon Oct 27 13:39:56 CST 2003 Adam Heath <doogie@debian.org>
3457 * version-nr, debian/changelog: Rebuild, tagging and releasing correctly
3460 Mon Oct 27 13:01:12 CST 2003 Adam Heath <doogie@debian.org>
3462 * scripts/dpkg-gencontrol.pl: Fix errors with dependency fields that
3463 reference ${dpkg:Version}.
3465 Mon Oct 27 18:45:19 CET 2003 Jordi Mallach <jordi@debian.org>
3467 * po/ca.po: Update Catalan translation and recode to UTF-8.
3469 Mon Oct 27 11:06:25 CST 2003 Adam Heath <doogie@debian.org>
3471 * debian/dpkg.postinst: Don't assume /usr/info/dir exists if /usr/info
3474 Mon Oct 27 10:57:54 CST 2003 Adam Heath <doogie@debian.org>
3476 * scripts/dpkg-source.pl: Add .#* to the default ignore filter.
3478 Mon Oct 27 09:49:29 CST 2003 Adam Heath <doogie@debian.org>
3480 * scripts/dpkg-scanpackages.pl: Add -u -a<arch> commands.
3482 Mon Oct 27 09:42:57 CST 2003 Adam Heath <doogie@debian.org>
3484 * scripts/dpkg-checkbuilddeps.pl: Set $reduce_arch when calling parsedep.
3486 Sun Oct 26 19:29:16 CST 2003 Adam Heath <doogie@debian.org>
3488 * scripts/dpkg-checkbuilddeps.pl: s/dpkg-checkbuild/dpkg-checkbuilddeps/
3490 * version-nr: Bump to 1.10.17.
3491 * debian/changelog: Make the date UNRELEASED.
3493 Sun Oct 26 14:55:53 CET 2003 Wichert Akkerman <wichert@wiggy.net>
3495 * dselect/pkgdepcon.cc: change return value for pkgdepcon() to indicate
3496 a conflict resolution is needed when dealing with autoselected
3499 Sat Oct 25 15:46:16 CDT 2003 Adam Heath <doogie@debian.org>
3501 * debian/changelog: Tag for 1.10.16 release date(for real this time).
3503 Sat Oct 25 15:45:48 CDT 2003 Adam Heath <doogie@debian.org>
3505 * scripts/install-info.pl: Change formatting of info.dir.
3507 Sat Oct 25 15:04:41 CDT 2003 Adam Heath <doogie@debian.org>
3509 * lib/mlib.c, include/dpkg.h.in, utils/md5sum.c: Change limit and the
3510 return value for buffer_copy to off_t, which fixes large file handling.
3512 Sat Oct 25 15:02:27 CDT 2003 Adam Heath <doogie@debian.org>
3514 * almost all .c files: Almost *EVERY* damn file was including config.h in
3515 the wrong spot. After making it the first include, then
3516 off_t/size_t/etc could actually be redefined to be 64-bit compatible.
3518 Sat Oct 25 12:47:22 CDT 2003 Adam Heath <doogie@debian.org>
3520 * scripts/dpkg-checkbuilddeps.pl: Fix dpkg-checkbuilddeps calling of
3521 parsedep. It wasn't setting use_arch.
3523 Tue Sep 23 12:20:35 CDT 2003 Adam Heath <doogie@debian.org>
3525 * configure.in: Add man/es/Makefile.
3527 Tue Sep 23 12:12:38 CDT 2003 Adam Heath <doogie@debian.org>
3529 * debian/changelog: Set release date for 1.10.16.
3531 Sat Sep 20 21:17:45 CDT 2003 Adam Heath <doogie@debian.org>
3533 * utils/md5sum.c: Fix handling of large files.
3535 Sat Sep 20 20:42:35 CDT 2003 Adam Heath <doogie@debian.org>
3538 * Imported several translated manpages, from debian-doc cvs:
3539 * Spanish: 822-date.1 cleanup-info.8 deb-control.5 deb-old.5
3540 deb.5 dpkg-checkbuilddeps.1 dpkg-deb.1 dpkg-divert.8 dpkg-name.1
3541 dpkg-scanpackages.8 dpkg-split.8 dpkg-statoverride.8 dpkg.8
3542 dselect.8 md5sum.1 start-stop-daemon.8 update-alternatives.8
3544 * Portuguese: dpkg.8 dselect.8
3545 * main/dpkg.8: -O had an inverted word.
3546 * po/cz.po: Improve translation of: "dpkg - warning: ignoring request to
3547 remove %s which isn't installed."
3548 * po/it.po: Fix missing space in translation when listing files, and the
3552 * Fix translation of 'conflicts with'
3553 * po/ja.po: Fix typo in translation of dpkg --force-help; dowgrade ->
3556 * Fix translation when listing files, and the file is diverted.
3557 * Fix missing space in translation of: "%s - warning: downgrading %.250s
3558 from %.250s to %.250s.\n"
3559 * po/da.po: Fix translation of(was missing the leading space): " does not
3560 appear to be available\n"
3562 Sat Sep 20 18:45:11 CDT 2003 Adam Heath <doogie@debian.org>
3564 * utils/start-stop-daemon.[c8]:
3565 * Add a -d|--chdir option to start-stop-daemon.
3566 * Split the background block into 2 parts: one that does the fork, and
3567 opens /dev/tty and /dev/null, and one that does everything else. The
3568 second block is then moved to be run right before the exec. This
3569 allows error messages to be seen from the child(previously, they were
3570 lost), and allows for the chroot to not require the device files.
3571 * When --start, --startas and --pidfile are given, print 'process'
3572 instead of '(null)' for the process name, if it's already running.
3574 Sat Sep 20 17:44:40 CDT 2003 Adam Heath <doogie@debian.org>
3576 * configure.in, include/dpkg.h.in: Fix (non-)detection of setlocale.
3578 Fri Sep 19 20:02:19 CDT 2003 Adam Heath <doogie@debian.org>
3580 * debian/changelog: Set date/time for 1.10.15 release.
3582 Fri Sep 19 19:56:48 CDT 2003 Adam Heath <doogie@debian.org>
3584 * lib/varbuf.c, configure.in: Fix va_copy detection.
3585 * scripts/dpkg-buildpackage.sh: Back out debian/rules build-arch
3586 detection. It is *not* possible *at all* to detect available targets
3587 in a rules file. Period.
3589 Fri Sep 19 12:26:54 CDT 2003 Adam Heath <doogie@debian.org>
3591 * scripts/{controllib,dpkg-{source,checkbuilddeps,control}}.pl:
3592 * Rewrote the parsedep stuff, so that it wasn't done during control
3593 file parsing. Scripts that need the internal parsed format should
3594 call parsedep on the field's value.
3595 * Split the substvars parsing into a separate function.
3596 * No longer validate dependency fields when reading the control file.
3597 Some fields may have vars in them, which breaks the validation.
3598 * dpkg-gencontrol calls substvars after parsing the control file, and
3599 then validates the substituted depends lines. Originally,
3600 substitution occured only during writing of the final output file.
3601 * Andreas Barth <aba@not.so.argh.org>:
3602 Fix bad regex that didn't allow spaces in dependency field parsing.
3603 It now directly matches what the c code expects. It previously was
3604 allowing all of \S, which matched on '('.
3606 * debian/control: Remove stale debug that would have broken installation
3608 * debian/rules: We were calling our own local copy of dpkg-gencontrol,
3609 but the system-installed copy of dpkg-shlibdeps. Now, both are called
3610 from the build directory.
3612 Wed Sep 17 13:26:14 CDT 2003 Adam Heath <doogie@debian.org>
3614 * debian/changelog, version-nr: Updated to 1.10.13.
3616 Wed Sep 17 13:23:15 CDT 2003 Adam Heath <doogie@debian.org>
3618 * scripts/controllib.pl: Fix parsing of deps when both () and [] are
3620 * scripts/controllib.pl: Set $host_arch in controllib.pl:parsedep.
3621 * scripts/dpkg-checkbuilddeps.pl: Don't output the [] stuff when finding
3624 Tue Sep 16 13:44:06 CDT 2003 Adam Heath <doogie@debian.org>
3626 * scripts/dpkg-source.pl: Fix generation of dependency lines.
3628 Tue Sep 16 13:06:01 CDT 2003 Adam Heath <doogie@debian.org>
3630 * scripts/dpkg-genchanges.pl: Ignore 'o:.*' in %fi.
3632 Tue Sep 16 13:02:10 CDT 2003 Adam Heath <doogie@debian.org>
3634 * scripts/dpkg-source.pl: Ignore 'o:.*' in %fi.
3636 Tue Sep 16 12:57:02 CDT 2003 Adam Heath <doogie@debian.org>
3638 * po/update.sh: Remove helpmsgs.cc generation.
3640 Tue Sep 16 12:52:42 CDT 2003 Adam Heath <doogie@debian.org>
3642 * version-nr, debian/changelog: Updated for 1.10.11 release.
3644 Tue Sep 16 12:50:44 CDT 2003 Adam Heath <doogie@debian.org>
3646 * scripts/update-alternatives.pl: Remove -w, as it causes runtime
3647 warnings. The code isn't clean enough yet to support it.
3649 Mon Sep 15 19:08:28 CDT 2003 Adam Heath <doogie@debian.org>
3651 * debian/rules: No longer generate any BYHAND files. Also, fix bug in
3652 pseudo-tags installation.
3654 Mon Sep 15 18:53:06 CDT 2003 Adam Heath <doogie@debian.org>
3656 * debian/rules, debian/pseudo-tags: Install
3657 /usr/share/doc/dpkg/pseudo-tags, which talks about the bug titling we
3658 use to mark bugs for filtering in the Debian bts.
3660 Mon Sep 15 18:48:39 CDT 2003 Adam Heath <doogie@debian.org>
3662 * scripts/dpkg-buildpackage.sh: Call debian/rules -qn build-arch, and if
3663 it's available, modify -B handling appropriately. If build-arch is not
3664 available, then when -B was called, do *not* pass -B on to
3665 dpkg-checkbuilddeps.
3667 Sun Sep 14 21:45:44 CDT 2003 Adam Heath <doogie@debian.org>
3669 * configure.in: Fix broken os_type detection on linux.
3671 Sun Sep 14 21:44:01 CDT 2003 Adam Heath <doogie@debian.org>
3673 * po/ca.po: Updated.
3675 Sun, 14 Sep 2003 21:16:18 -0500 Adam Heath <doogie@debian.org>
3677 * scripts/controllib.pl, scripts/dpkg-checkbuilddeps.pl: Moved dependency
3678 parsing logic from dpkg-checkbuilddeps. The dpkg-checkbuilddeps parser
3679 didn't support empty fields, while the controllib parser did.
3680 * scripts/controllib.pl:
3681 * Dependency fields are now parsed into a nested list structure.
3682 * All dependency fields now support [arch] constructs. Those that
3683 don't apply for the current host_arch are removed during parsing.
3684 * Comment lines(those that start with '#') are ignored during parsing.
3685 * Store the original field's casing with 'o:' prepended in %fi.
3686 * scripts/dpkg-checkbuilddeps.pl: Because of the above controllib.pl
3687 changes, this script is much simpler now.
3688 * scripts/dpkg-gencontrol.pl:
3689 * Use the original casing of field names when reporting unknown fields.
3690 * scripts/dpkg-gencontrol.pl, scripts/controllib.pl: After opening files,
3693 Sun Sep 14 17:24:20 CDT 2003 Adam Heath <doogie@debian.org>
3695 * dselect/{Makefile.in,helpmsgs.{cc,h,src},mkhelpmsgs.pl,.cvsignore}:
3696 No longer generate helpmsgs.{cc,h}.
3698 Sun Sep 14 16:53:09 CDT 2003 Adam Heath <doogie@debian.org>
3700 * scripts/update-alternatives.{pl,8}:
3701 * Apply patch that provides --set and --remove-all commands.
3702 * --all calls --config on all alternatives.
3703 * scripts/update-alternatives.pl:
3704 * Alter --config prompt, to be more clear, that one must 'press' enter
3705 to accept the default.
3706 * Fix some -w issues.
3707 * Check whether the target path exists when removing.
3709 Sat Sep 13 20:48:02 CDT 2003 Adam Heath <doogie@debian.org>
3711 * scripts/update-alternatives.8: Add --config to action section, and add
3712 as EXAMPLES section.
3713 * scripts/install-info.pl: install-info --version and --help now display
3715 * main/dpkg{,-query}.8: Mention what -S will not find.
3716 * main/dpkg.8: Mention that downgrading a package can have serious
3718 * scripts/dpkg-scanpackages.8: Include small note that other tools might
3719 use the generated Packages file.
3720 * scripts/dpkg-source.1: Fix some typos.
3721 * dselect/dselect.8: dselect is not the only interface for installing
3723 * utils/start-stop-daemon.8: Note that --nicelevel takes an argument.
3724 * man/en/deb-control.8: Remove duplicate 'can'.
3725 * scripts/dpkg-scansources.pl: Fix short description.
3726 * main/dpkg.8: Move dpkg-query options to their own subsection, like
3728 * main/main.c, main/dpkg.8: Add --dry-run and --simulate as synonyms to
3730 * scripts/dpkg-architecture.pl: Fix wrong reference to
3731 DEB_BUILD_GNU_SYSTEM on --host
3732 * man/en/deb-control.5: s/Usuaully/Usually/
3733 * dselect/dselect.8: Removed reference in dselect(8) about recommends not
3735 * scripts/dpkg-parsechangelog.pl: s/dpkg-source/dpkg-parsechangelog/ in
3737 * scripts/dpkg-source.1: Unhighlight "May be repeated multiple times."
3738 * dpkg-deb/main.c: Make all actions in -h lower case.
3739 * utils/start-stop-daemon.[c8]: Add -g|--group.
3740 * main/dpkg.8: s/THANKS/THANKS.gz/
3741 * main/dpkg.8: Mention running dselect, install after --set-selections.
3742 * main/main.c: Remove disabled --command-fd from help.
3744 Sat Sep 13 18:42:27 CDT 2003 Adam Heath <doogie@debian.org>
3746 * Makefile.conf.in, archtable, configure.in, dselect/Makefile.in,
3747 lib/varbuf.c, scripts/dpkg-{architecture,shlibdeps}.pl,
3748 utils/start-stop-daemon.c: Support OpenBSD.
3750 Sat Sep 13 18:39:41 CDT 2003 Adam Heath <doogie@debian.org>
3752 * archtable: Added alphaev68-linux-gnu to archtable.
3754 Sat Sep 13 17:18:46 CDT 2003 Adam Heath <doogie@debian.org>
3756 * scripts/dpkg-source.pl: Add .svn, {arch}, and .arch-ids to dpkg-source
3759 Sat Sep 13 16:34:53 CDT 2003 Adam Heath <doogie@debian.org>
3761 * lib/parse.c: Change use of strncpy in parsedb to memcpy.
3763 Sat Sep 13 16:28:52 CDT 2003 Adam Heath <doogie@debian.org>
3765 * main/main.c: Fix segfault with --status-fd.
3767 Sat Sep 13 16:26:36 CDT 2003 Adam Heath <doogie@debian.org>
3769 * scripts/dpkg-source.pl: Add .cvsignore to dpkg-source's default diff
3770 ignore regex. Also fix missing \ escape for .deps.
3772 Sat Sep 13 16:16:52 CDT 2003 Adam Heath <doogie@debian.org>
3774 * main/remove.c: Retry removing empty dirs during purge.
3776 Sat Sep 13 16:09:13 CDT 2003 Adam Heath <doogie@debian.org>
3778 * main/filesdb.c: Increase filesdb bin size, and alter hashing function.
3780 Sat Sep 13 16:04:37 CDT 2003 Adam Heath <doogie@debian.org>
3782 * scripts/dpkg-statoverride.pl: Fix "stripping trailing /" message from
3785 Sat Sep 13 15:56:13 CDT 2003 Adam Heath <doogie@debian.org>
3787 * automake/tools.m4, dselect/Makefile.in, methods/disk.setup,
3788 scripts/dpkg-parsechangelog.pl, scripts/dpkg-source.pl: Apply patch to
3789 make dpkg work with POSIX 1003.1-2001.
3791 Sat Sep 13 15:40:39 CDT 2003 Adam Heath <doogie@debian.org>
3793 * lib/database.c: Apply patch to change hashing function, and increase
3794 bin size, for the package database.
3796 Sat Sep 13 15:20:56 CDT 2003 Adam Heath <doogie@debian.org>
3798 * lib/enquiry.c, scripts/dpkg-architecture.pl: dpkg --print-architecture
3799 now does gcc -dumpmachine instead of --print-libgcc-file-name.
3801 Sat Sep 13 14:38:55 CDT 2003 Adam Heath <doogie@debian.org>
3803 * debian/dpkg-doc.postinst: Add set -e.
3805 Sat Sep 13 14:36:37 CDT 2003 Adam Heath <doogie@debian.org>
3807 * lib/parse.c: Fix inverted test of eof in parsedb, while looking for eof
3810 Sat Sep 13 14:34:10 CDT 2003 Adam Heath <doogie@debian.org>
3812 * scripts/update-alternatives.pl: Fix inversion test of $state against
3813 'expected' when removing an alternative.
3815 Sat Sep 13 14:31:22 CDT 2003 Adam Heath <doogie@debian.org>
3817 * lib/startup.c, lib/Makefile.in, include/dpkg.h.in: Change
3818 standard_startup and standard_shutdown into macros.
3820 Sat Sep 13 14:24:14 CDT 2003 Adam Heath <doogie@debian.org>
3822 * scripts/install-info.pl: Apply patch, to handle missing infodir.bak,
3825 Sat Sep 13 14:21:13 CDT 2003 Adam Heath <doogie@debian.org>
3827 * config.sub, config.guess: Updated
3829 Sat Sep 13 14:20:12 CDT 2003 Adam Heath <doogie@debian.org>
3831 * debian/control: Add build-depends on sgml-base, and increase
3832 gettext build-depends to 0.12.1-3.
3834 Sat Sep 13 14:18:02 CDT 2003 Adam Heath <doogie@debian.org>
3837 * Change AC_SYS_SIGLIST_DECLARED to AC_DECL_SYS_SIGLIST.
3838 * Add locale.h to list of checked headers.
3839 * Pass external to AM_GNU_GETTEXT
3841 Sat Sep 13 13:57:22 CDT 2003 Adam Heath <doogie@debian.org>
3843 * Makefile.conf.in: s/top_srcdir/abs_top_srcdir/
3845 Sat Sep 13 13:56:23 CDT 2003 Adam Heath <doogie@debian.org>
3847 * lib/compat.c: s/SYS_SIGLIST_DECLARED/HAVE_DECL_SYS_SIGLIST/
3849 Sat Sep 13 13:55:25 CDT 2003 Adam Heath <doogie@debian.org>
3851 * po/Makevars: Define MSGID_BUGS_ADDRESS
3853 Fri, 12 Sep 2003 17:15:33 +0200 Wichert Akkerman <wichert@deephackmode.org>
3855 * srcipts/dpkg-source.pl: allow ~ in version numbers
3857 Sat Apr 26 15:10:24 CDT 2003 Adam Heath <doogie@debian.org>
3859 * version-nr, debian/changelog: Updated for 1.10.10 release.
3861 Sat Apr 26 15:09:10 CDT 2003 Adam Heath <doogie@debian.org>
3863 * debian/control: Updated to standards-version 3.5.8.
3864 * debian/{dpkg,{-dev,-doc},dselect}.{prerm,postinst}, debian/rules: No
3865 longer manage /usr/doc symlinks.
3867 Sat Apr 26 14:28:17 CDT 2003 Adam Heath <doogie@debian.org>
3869 * .cvsignore, po/.cvsignore: Added generated/symlinked files.
3871 Sat Apr 26 14:24:05 CDT 2003 Adam Heath <doogie@debian.org>
3873 * mkinstalldirs: removed, as this is generated.
3875 Sat Apr 26 14:22:16 CDT 2003 Adam Heath <doogie@debian.org>
3877 * po/Makevars: Needed to work with the newer gettext.
3879 Sat Apr 26 11:29:30 CDT 2003 Adam Heath <doogie@debian.org>
3881 * configure.in, Makefile.in: Updated for gettext 0.11.5.
3884 Tue Apr 15 11:32:22 CDT 2003 Adam Heath <doogie@debian.org>
3886 * archtable, utils/start-stop-daemon.c, scripts/dpkg-architecture.pl:
3888 * scripts/dpkg-architecture.pl: Support hypenated values.
3890 Tue Apr 15 01:05:04 CDT 2003 Adam Heath <doogie@debian.org>
3892 * config.sub, config.guess: Updated.
3894 Tue Apr 15 00:48:06 CDT 2003 Adam Heath <doogie@debian.org>
3896 * debian/control, debian/rules, debian/changelog: Modified to use
3899 Tue Apr 15 00:35:40 CDT 2003 Adam Heath <doogie@debian.org>
3901 * scripts/dpkg-statoverride.pl: Strip trailing / from the file args in
3904 Tue Apr 15 00:26:06 CDT 2003 Adam Heath <doogie@debian.org>
3906 * Makefile.in: Surround sed call with ''.
3908 Tue Apr 15 00:16:44 CDT 2003 Adam Heath <doogie@debian.org>
3910 * debian/control: Make the dpkg-iasearch conflicts versioned.
3912 Mon Apr 14 21:13:04 CDT 2003 Adam Heath <doogie@debian.org>
3914 * archtable: Updated for hurd.
3916 Sun Sep 15 13:25:29 CDT 2002 Adam Heath <doogie@debian.org>
3918 * scripts/dpkg-architecture.pl: Add s390x.
3920 Sun Sep 15 13:21:38 CDT 2002 Adam Heath <doogie@debian.org>
3922 * debian/changelog: Set date for 1.10.9 release.
3924 Sun Sep 15 13:19:40 CDT 2002 Adam Heath <doogie@debian.org>
3926 * archtable: Add s390x.
3928 Sun Sep 15 12:48:36 CDT 2002 Adam Heath <doogie@debian.org>
3930 * main/help.c: Fix dereference in cu_closefd(), which was the cause of
3931 close(random number) on most arches, but close(0) on s390x.
3933 Sun Sep 15 12:43:00 CDT 2002 Adam Heath <doogie@debian.org>
3935 * version-nr, debian/changelog: Set 1.10.9 version.
3937 Thu Sep 5 16:32:01 CDT 2002 Adam Heath <doogie@debian.org>
3939 * debian/changelog: Set date for 1.10.8 release.
3941 Thu Sep 5 16:31:11 CDT 2002 Adam Heath <doogie@debian.org>
3943 * scripts/install-info.pl: Make the multiline regex have an upper bound,
3944 instead of being unbounded, as newer perls have a larger stack frame,
3945 which cause them to segfault quicker with larger inputs.
3947 Thu Sep 5 16:29:39 CDT 2002 Adam Heath <doogie@debian.org>
3949 * version-nr, debian/changelog: Set 1.10.8 version.
3951 Tue Sep 3 18:59:19 CDT 2002 Adam Heath <doogie@debian.org>
3953 * debian/changelog: Set date for 1.10.7 release.
3955 Tue Sep 3 18:40:08 CDT 2002 Adam Heath <doogie@debian.org>
3957 * lib/dbmodify.c: Fix double free in modstatdb_init, in the case that
3958 modstatdb_shutdown was called previously.
3960 Tue Sep 3 18:37:45 CDT 2002 Adam Heath <doogie@debian.org>
3962 * lib/nfmalloc.c: Protect duplicate calls to obstack_free(),
3963 as obstack_free segfaults when called without initializing.
3965 Tue Sep 3 18:36:42 CDT 2002 Adam Heath <doogie@debian.org>
3967 * version-nr, debian/changelog: Set 1.10.7 version.
3969 Sun Sep 1 23:46:04 CDT 2002 Adam Heath <doogie@debian.org>
3971 * debian/changelog: Set date for 1.10.6 release.
3973 Sat Aug 31 23:46:04 CDT 2002 Adam Heath <doogie@debian.org>
3975 * dpkg-deb/main.c, dselect/main.cc, include/dpkg.h.in, lib/startup.c
3976 main/main.c, main/query.c, split/main.c: Don't call nffreeall, in any
3977 of the c/c++ programs. It appears dselect slightly corrupts it's
3978 memory enough that it can't be freed without segfaulting.
3980 Sat Aug 31 23:42:08 CDT 2002 Adam Heath <doogie@debian.org>
3982 * version-nr, debian/changelog: Modified for version 1.10.6.
3984 Thu Aug 29 16:43:45 CDT 2002 Adam Heath <doogie@debian.org>
3986 * debian/changelog: Set date for release.
3988 Thu Aug 29 16:38:15 CDT 2002 Adam Heath <doogie@debian.org>
3990 * main/filesdb.c: Back out one memleak fix.
3992 Thu Aug 29 15:13:59 CDT 2002 Adam Heath <doogie@debian.org>
3994 * debian/rules: Remove /usr/sbin/start-stop-daemon.
3996 Thu Aug 29 14:51:35 CDT 2002 Adam Heath <doogie@debian.org>
3998 * lib/dbmodify.c, lib/dump.c, lib/lock.c, lib/startup.c, lib/tarfn.c
3999 main/configure.c, main/filesdb.c, main/query.c: Fix several minor
4002 Thu Aug 29 14:42:05 CDT 2002 Adam Heath <doogie@debian.org>
4004 * lib/parsehelp.c: Fix corruption of available file, caused by use of
4005 memory that was previously freed.
4007 Thu Aug 29 14:31:22 CDT 2002 Adam Heath <doogie@debian.org>
4009 * lib/parse.c: Check for eof before we getc(), not after.
4011 Sat Aug 24 15:36:41 CDT 2002 Adam Heath <doogie@debian.org>
4013 * scripts/install-info.pl: Previous install-infos(before 1.10) handled
4014 multiple dir file entries, because they would copy the entire stanza
4015 unmodified. The newest version does not do this, as it reformats the
4016 options, and thereby only takes the first line. So, we now split all
4017 the lines from the stanza, and process them all.
4019 Sat Aug 24 14:47:56 CDT 2002 Adam Heath <doogie@debian.org>
4021 * archtable: Add i386-gnu0.3.
4022 * main/Makefile.in, utils/Makefile.in: Fix handling of static compiles,
4023 with regard to zlib.
4025 Sat Aug 24 14:41:45 CDT 2002 Adam Heath <doogie@debian.org>
4027 * lib/fields.c: Allow spaces between the end of a version, and the
4030 Sat Aug 24 14:16:13 CDT 2002 Adam Heath <doogie@debian.org>
4032 * lib/archives.c: Fix segfault when --auto-deconfigure is given. This is
4033 causes because the deconfigure list is allocated in an obstack, but
4034 then freed with normal free().
4036 Thu Aug 22 23:37:45 CDT 2002 Adam Heath <doogie@debian.org>
4038 * lib/database.c, lib/parse.c, lib/parsehelp.c, main/main.c: Fix several
4039 read pass buffer bugs, and a memleak.
4041 Thu Aug 22 23:25:23 CDT 2002 Adam Heath <doogie@debian.org>
4043 * lib/nfmalloc.c: Fix read past buffer in lib/nfmalloc.c.
4045 Thu Aug 22 23:16:02 CDT 2002 Adam Heath <doogie@debian.org>
4047 * utils/md5sum.c: Handle directories better in md5sum.
4049 Thu Aug 22 23:06:39 CDT 2002 Adam Heath <doogie@debian.org>
4051 * scripts/dpkg-scanpackages.pl: Fix extraction of md5sum in
4054 Thu Aug 22 23:01:53 CDT 2002 Adam Heath <doogie@debian.org>
4056 * utils/md5sum.c: Fix segfault in md5sum if the file being checked
4059 Thu Aug 22 22:59:54 CDT 2002 Adam Heath <doogie@debian.org>
4061 * version-nr, debian/changelog: Modified for 1.10.5.
4063 Sun Jul 14 15:10:22 CDT 2002 Adam Heath <doogie@debian.org>
4065 * configure.in: Remove -ffunction-sections and -fdata-sections.
4066 * Makefile.conf.in, Makefile.in, debian/rules: Install archtable into
4069 Sun Jul 14 15:09:24 CDT 2002 Adam Heath <doogie@debian.org>
4071 * version-nr, debian/changelog: Updated for 1.10.4 version.
4073 Thu Jul 11 23:33:13 CDT 2002 Adam Heath <doogie@debian.org>
4075 * debian/control: dselect replaces dpkg << 1.10.3, as we moved the
4076 dselect config file and manpages from dpkg.deb to dselect.deb.
4078 Thu Jul 11 22:26:30 CDT 2002 Adam Heath <doogie@debian.org>
4080 * utils/start-stop-daemon.c: If in --test mode, and --stop is given,
4081 increment n_killed, so that start-stop-daemon returns the proper exit
4082 value. Thanks Thomas Morin <thomas.morin@enst-bretagne.fr>.
4084 Thu Jul 11 22:19:12 CDT 2002 Adam Heath <doogie@debian.org>
4086 * utils/start-stop-daemon.c: Fix test inversion in start-stop-daemon,
4087 when checking the pid given in a pid file. Thanks Thomas Morin
4088 <thomas.morin@enst-bretagne.fr>.
4090 Sun Jul 7 14:54:44 CDT 2002 Adam Heath <doogie@debian.org>
4092 * debian/rules: Fix install location of /usr/lib/dpkg/methods.
4094 Sat Jul 6 23:51:03 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4096 * debian/rules: Move dselect.cfg to dselect package.
4098 Thu Jul 4 21:31:57 CDT 2002 Adam Heath <doogie@debian.org>
4100 * debian/rules: Install debian/dselect.conffiles.
4102 Thu Jul 4 19:33:20 CDT 2002 Adam Heath <doogie@debian.org>
4104 * scripts/dpkg-source.pl: Remove -Z from patch call, as it makes patch
4105 warn about missing timestamps.
4107 Tue Jul 2 12:11:59 CDT 2002 Adam Heath <doogie@debian.org>
4109 * debian/changelog, debian/control: dpkg + dpkg-static conflict dpkg-dev
4110 << 1.9, as dpkg-source 1.9 doesn't work with md5sum 1.10.
4112 Tue Jul 2 12:29:52 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4115 + lib/myopt: check for malloc failure and actually look in $HOME for
4116 file instead of looking in confdir twice
4118 Tue Jul 2 10:20:40 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4120 * debian/rules: cp instead of mv since we need files for both dpkg
4121 and dpkg-static (ugh)
4123 Tue Jul 2 10:08:18 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4125 * debian/rules: Remove autom4te.cache in clean target
4127 Tue Jul 2 09:52:41 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4129 * debian/rules: move dpkg.cfg.5 and dselect.cfg.5 into dpkg package
4131 Tue Jul 2 09:46:01 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4134 + scripts/dpkg-genchanges.pl: Add ~ to the list of legal characters
4135 in a package filename
4136 + scripts/dpkg-checkbuilddeps.pl: remove forced check for build-essential,
4137 we should not hardcode Debian policy into dpkg
4139 Tue Jul 2 09:41:44 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4141 * debian/control: sync dpkg and dpkg-static dependencies, fix double
4144 Tue Jul 2 01:04:29 CDT 2002 Adam Heath <doogie@debian.org>
4146 * debian/rules: Don't always call autoheader during build.
4148 Mon Jul 1 14:45:11 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4150 * debian/control: add conflict with dpkg-iasearch which intruded on
4151 our namespace and replace manpages-de which includes one of our manpages
4153 Fri Jun 21 21:53:24 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4155 * debian/dpkg.postinst: Merge patch from Josip Rodin to improve
4156 the move from /usr/info to /usr/share/info
4158 Fri Jun 21 21:11:02 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4162 Fri Jun 21 19:09:38 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4164 * scripts/dpkg-genchanges.pl: Handle substvars in the Binary field
4166 Thu Jun 20 00:54:54 CDT 2002 Adam Heath <doogie@debian.org>
4168 * scripts/install-info.pl: Fix broken merge from 1.9 branch.
4170 Sat Jun 1 23:22:19 CDT 2002 Adam Heath <doogie@debian.org>
4172 * dpkg-deb/main.c, main/main.c, main/query.c, dselect/main.cc,
4173 split/main.c: Revert last modification. It'll be fixed properly for
4176 Sat Jun 1 16:45:13 CDT 2002 Adam Heath <doogie@debian.org>
4178 * dpkg-deb/main.c, main/main.c, main/query.c, dselect/main.cc,
4179 split/main.c: Fixed printversion(), to allow translations to be done
4182 Sat Jun 1 16:17:59 CDT 2002 Adam Heath <doogie@debian.org>
4184 * po/pt_BR.po: Updated.
4186 Sat Jun 1 22:04:02 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4190 Fri May 31 21:46:03 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4192 * man/fr/dpkg-scanpackages.8, man/fr/dpkg-source.1, man/fr/dpkg.8,
4193 man/fr/start-stop-daemon.8, man/fr/deb-control.5: Updated
4195 Mon May 27 21:13:00 CDT 2002 Adam Heath <doogie@debian.org>
4197 * po/de.po, po/fr.po, po/gl.po: Updated.
4199 Sun May 26 18:50:10 CET 2002 Peter Karlsson <peterk@debian.org>
4201 * man/sv/dpkg.8, man/sv/start-stop-daemon.8, po/sv.po: Updated Swedish
4204 Sun May 26 01:35:34 CDT 2002 Adam Heath <doogie@debian.org>
4206 * lib/tarfn.c: dpkg now reorders symlinks when extracting debs. However,
4207 this is also still done when building debs. After a stable release of
4208 Debian has occurred with this modified dpkg, the reordering when
4209 building can be removed.
4211 Sun May 26 01:28:00 CDT 2002 Adam Heath <doogie@debian.org>
4213 * debian/dpkg.postinst: Fix /usr/info/dir moving/symlink code.
4215 Sun May 26 01:10:24 CDT 2002 Adam Heath <doogie@debian.org>
4217 * Fix some mis-merging of the 1.9 branch:
4218 * debian/rules, debian/dpkg.conffiles: dselect was split to a separate
4219 deb, no longer install dselect.cfg into dpkg.deb. Also, dpkg.cfg is
4220 no longer a conffile.
4222 Sat May 25 22:45:06 CDT 2002 Adam Heath <doogie@debian.org>
4224 * Merge changes from 1.9.20 and 1.9.21.
4225 * utils/start-stop-daemon.8: Fix some nroff formatting errors
4226 ? po.ru.po: Fix mistranslation
4227 * main/dpkg.8: document --force-confmiss, improve description for
4228 --force-conf{old,new}
4229 * lib/mlib.c: Detect truncated debs, and abort the unpack.
4230 * debian/rules: install dpkg.cfg in docdir, install dpkg.postrm. Also
4231 install dselect.cfg in /etc/dpkg.
4232 * debian/dpkg.cfg: add force-overwrite
4233 * debian/dpkg.postrm: new file
4234 ? po/sv.po: Removed fuzzy translation.
4235 ? po/sv.po: Fixed broken c-format escapes which would make some error
4236 messages display incorrectly.
4237 * debian/control: Fix build-depends on zlib1g-dev to >= 1:1.1.3-19.1.
4238 * debian/changelog: The missing 1.9 entries.
4240 Fri May 24 22:38:01 CDT 2002 Adam Heath <doogie@debian.org>
4242 * scripts/dpkg-scanpackages.8: Add dpkg-scansources to
4243 dpkg-scanpackages(8).
4245 Fri May 24 22:14:04 CDT 2002 Adam Heath <doogie@debian.org>
4247 * scripts/dpkg-source.1: Fix typo in dpkg-source(1), s/-su/-sU/.
4249 Fri May 24 22:11:53 CDT 2002 Adam Heath <doogie@debian.org>
4251 * scripts/dpkg-source.1: Fix documentation of -v<version> for
4252 dpkg-parsechangelog, removing the requirement that the version has to
4253 be in the changelog.
4255 Fri May 24 22:06:48 CDT 2002 Adam Heath <doogie@debian.org>
4257 * scripts/dpkg-gencontrol.pl: Close the old debian/files file,
4258 before doing a rename.
4260 Fri May 24 22:00:01 CDT 2002 Adam Heath <doogie@debian.org>
4262 * scripts/dpkg-buildpackage.sh, scripts/dpkg-source.pl,
4263 scripts/dpkg-source.1: Add -I<filename> to dpkg-buildpackage and
4264 dpkg-source, to excludes files from tar, when building a native
4267 Fri May 24 21:49:52 CDT 2002 Adam Heath <doogie@debian.org>
4269 * scripts/controllib.pl: Properly count recursive expansion of variables,
4270 instead of just counting all variable expansions.
4272 Fri May 24 21:20:04 CDT 2002 Adam Heath <doogie@debian.org>
4274 * scripts/cl-debian.pl: Recognize emergency as valid in changelogs.
4276 Fri May 24 21:12:36 CDT 2002 Adam Heath <doogie@debian.org>
4278 * scripts/dpkg-architecture.pl: s/build on/built on/; same for
4281 Fri May 24 21:03:43 CDT 2002 Adam Heath <doogie@debian.org>
4283 * scripts/dpkg-scanpackages.pl: Give proper case for Source and
4286 Fri May 24 01:10:45 CDT 2002 Adam Heath <doogie@debian.org>
4288 * scripts/dpkg-source.pl, debian/changelog: Match fields case
4289 insensitively in debian/control.
4291 Fri May 24 00:22:39 CDT 2002 Adam Heath <doogie@debian.org>
4293 * scripts/dpkg-source.pl: Clean up after ctrl-c is received.
4295 Fri May 24 00:11:01 CDT 2002 Adam Heath <doogie@debian.org>
4297 * include/dpkg.h.in, include/myopt.h, lib/Makefile.in, lib/myopt.c,
4298 main/main.c main/query.c dpkg-deb/main.c split/main.c dselect/main.cc,
4299 lib/startup.c: New functions, standard_startup, standard_shutdown, that
4300 contain the most common functions that all dpkg binaries call.
4302 Thu May 23 23:23:03 CDT 2002 Adam Heath <doogie@debian.org>
4304 * lib/lock.c: Use setcloexec wrapper instead of calling fcntl directly.
4306 Thu May 23 15:21:09 CDT 2002 Adam Heath <doogie@debian.org>
4308 * TODO: Add items for --reconfigure and --call-maint-script.
4310 Thu May 23 11:16:28 CDT 2002 Adam Heath <doogie@debian.org>
4312 * lib/lock.c: Always set CLOEXEC on the lock fd.
4314 Wed May 22 13:03:41 CDT 2002 Adam Heath <doogie@debian.org>
4316 * lib/Makefile.in: Remove hash.c from SOURCES, as it is a test file.
4318 Tue May 21 17:20:12 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4320 * debian/dpkg.postinst: remove compat stuff for ancient dpkg versions.
4321 This also enables the /usr/info/dir move code which was never reached
4323 Mon May 20 00:58:17 CDT 2002 Adam Heath <doogie@debian.org>
4325 * main/enquiry.c, main/main.h, utils/md5sum.c, split/dpkg-split.h,
4326 split/split.c, lib/Makefile.in, include/dpkg.h.in, dpkg-deb/build.c,
4327 dpkg-deb/dpkg-deb.h: Even more gcc warning fixes.
4329 Sun May 19 23:39:02 CDT 2002 Adam Heath <doogie@debian.org>
4331 * <all Makefile.in>, Makefile.conf.in: Add rules to Makefile.conf, to
4332 rebuild Makefile if $(srcdir)/Makefile.in is modified. This also
4333 required adding a 'default' target to all Makefiles.
4335 Sun, 19 May 2002 22:56:41 -0500 Adam Heath <doogie@debian.org>
4337 * utils/md5sum.c: Fairly heavy work(net no lines changed), to fix
4338 longjmp() clashing variable warnings. Also, a few miscellaneous gcc
4341 Sun May 19 20:25:05 CDT 2002 Adam Heath <doogie@debian.org>
4343 * lib/showpkg.c, lib/utils.c, optlib/long-options.c, main/archives.c,
4344 main/configure.c, main/main.c, main/main.h, main/query.c,
4345 optlib/long-options.c, lib/showpkg.c, lib/utils.c: Several more gcc
4348 Sun May 19 18:48:39 CDT 2002 Adam Heath <doogie@debian.org>
4350 * debian/rules: Fix overzealous running of autoheader for every build.
4352 Sun May 19 06:05:24 CDT 2002 Adam Heath <doogie@debian.org>
4354 * configure.in: Split out the -W*-prototype warnings into separate
4357 Sun May 19 06:01:31 CDT 2002 Adam Heath <doogie@debian.org>
4359 * configure.in, automake/dpkg.m4: Make a new macro, DPKG_C_GCC_ATTRIBUTE.
4361 Sun May 19 05:57:24 CDT 2002 Adam Heath <doogie@debian.org>
4363 * automake/dpkg.m4. Gah, I hate gcc. AC_TRY_COMPILE() produces code
4364 of the form 'int main() { ... }'. When -Werror -Wstrict-prototypes is
4365 given to gcc, it thinks the above code snippet is an error, and aborts.
4366 This was making DPKG_C_GCC_TRY_WARNS disable some -W options. So, I
4367 no longer use AC_TRY_COMPILE.
4369 Sun May 19 04:56:51 CDT 2002 Adam Heath <doogie@debian.org>
4371 * debian/rules: Oops. The command to run is aclocal, not aclocal.m4.
4373 Sun May 19 04:45:41 CDT 2002 Adam Heath <doogie@debian.org>
4375 * configure.in, config.h.bot(removed), acconfig.h(removed): The latest
4376 autoheader/autoconf combination allows us to do everything in
4377 configure.in. config.h.bot is now in AH_BOTTOM(), and the
4378 descriptions for all the defines(from acconfig.h) are now part of
4381 Sun May 19 04:41:07 CDT 2002 Adam Heath <doogie@debian.org>
4383 * debian/rules: All the hard-coded calls to scripts/dpkg-gencontrol.pl
4384 are now down thru a variable, GENCONTROL.
4386 Sun May 19 04:26:58 CDT 2002 Adam Heath <doogie@debian.org>
4388 * debian/rules: Remove all calls to $(shell pwd), and use $(CURDIR).
4389 Also, `pwd` is removed. There was a var, DIR := $(shell pwd);
4390 instances of this var were also replaced with CURDIR.
4392 Sun May 19 04:18:46 CDT 2002 Adam Heath <doogie@debian.org>
4394 * debian/rules: If automake/*.m4 is modified, rebuild aclocal.m4. If
4395 aclocal.m4 or configure.in are modified, rebuild configure.in.
4396 config.h.in gets rebuilt if configure.in is modified. And, lastly,
4397 configure is rerun, if configure or config.h.in is modified.
4399 Sun May 19 04:09:25 CDT 2002 Adam Heath <doogie@debian.org>
4401 * debian/rules: Fix targets, so that if configure fails, but actually
4402 succeeds in creating config.status(as might happen if one has a
4403 c-style comment in configure.in, and the shell trys running /foo), then
4404 the build will actually fail correctly.
4406 Sun May 19 02:31:11 CDT 2002 Adam Heath <doogie@debian.org>
4408 * acconfig.h: Oops. Forgot to add #undef HAVE_GNUC25_UNUSED.
4410 Sun May 19 02:31:11 CDT 2002 Adam Heath <doogie@debian.org>
4412 * config.h.bot, configure.in, optlib/getopt.c: Define an UNUSED macro,
4413 for __attribute__((unused)).
4415 Sun May 19 02:31:11 CDT 2002 Adam Heath <doogie@debian.org>
4417 * optlib/error.h, optlib/getopt.c, utils/start-stop-daemon.c: Use
4418 the configure detected gcc __attribute__ macros, instead of
4421 Thu May 16 19:09:48 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4423 * po/da.po: New version from Claus Hindsgaul <claus_h@image.dk>
4425 Mon May 13 22:44:48 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4427 * man/en/dpkg.8.sgml: document --force-confmiss and --force-bad-verify
4429 Mon May 6 16:26:51 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4431 * lots-a-files: update email address for Ian Jackson
4433 Sun May 5 22:27:50 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4435 * configure.in: expand all paths before doing substitution
4437 Sun May 5 17:42:21 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4439 * Makefile.conf.in: use @PACKAGE@ for dpkgconfdir as well
4440 * man/paths.ent.in: new file
4441 * configure.in: generate man/paths.ent
4443 Sun Apr 21 12:23:40 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4445 * include/dpkg.h.in: add DIFF #define
4446 * main/configure.c: use it
4448 Sun Apr 14 16:13:16 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4450 * man/en/deb-old.5.sgml: DocBook version of deb-old manpage
4451 * man/en/cleanup-info.8.sgml: DocBook version of cleanup-info manpage
4452 * man/en/dpkg-checkbuilddeps.1.sgml: DocBook version of dpkg-checkbuilds
4455 Sun Apr 14 00:49:09 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4457 * scripts/controlllib.pl: accept multilpe consecutive empty lines
4459 Sat Apr 13 22:59:25 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4461 * man/en/deb-control.5.sgml: DocBook version of deb-control manpage
4463 Sat Apr 13 18:07:48 CET 2002 peter karlsson <peterk@debian.org>
4465 * po/sv.po: Removed fuzzy translation.
4467 Sat Apr 13 18:34:09 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4469 * man/en/dselect.8.sgml: DocBook version of dselect manpage
4470 * man/en/dselect.cfg.5.sgml: DocBook version of dselect.cfg manpage
4471 * man/en/dpkg.cfg.5.sgml: DocBook version of dpkg.cfg manpage
4472 * man/en/deb.5.sgml: DocBook version of deb manpage
4474 Fri Apr 12 18:46:16 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4476 * man/en/dpkg.8.sgml: DocBook version of dpkg manpage
4478 Wed Apr 10 00:39:58 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4480 * configure.in: use AC_SYS_LARGEFILE and bump autoconf requirement to 2.50
4481 since 2.13 does not include AC_SYS_LARGEFILE
4482 * utils/md5sum.h: include config.h earlier so we pick up the LFS flags
4483 before including the system includefiles
4484 * scripts/dpkg-source.1: fix typo (shlib instead of shlibs)
4486 Mon Apr 1 18:57:02 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
4488 * dselect/pkgdepcon.cc: treat enhances like suggests in
4489 packagelist::resolvedepcon()
4491 Mon Mar 11 23:22:37 CST 2002 Adam Heath <doogie@debian.org>
4493 * configure.in: Bad Wichert. Always modify configure.in when adding
4496 Fri Mar 1 23:51:06 CST 2002 Adam Heath <doogie@debian.org>
4498 * Makefile.in: Allow for make -j to work thru the top-level targets.
4499 There are problems, however, as the system will try to compile the
4500 programs before libdpkg is done.
4502 Fri Mar 1 23:27:16 CST 2002 Adam Heath <doogie@debian.org>
4504 * main/help.c, debian/changelog: Fix segfault with getenv("PATH") returns
4507 Fri Mar 1 23:22:55 CST 2002 Adam Heath <doogie@debian.org>
4509 * configure.in: Remove old doc/*/Makefile. Bad Wichert.
4511 Fri Mar 1 23:21:35 CST 2002 Adam Heath <doogie@debian.org>
4513 * po/pt_BR.po: Fix broken translations.
4515 Mon Feb 25 15:22:34 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4517 * scripts/dpkg-gencontrol.pl: Fix test for incorrect packagename
4520 Sat Feb 16 15:14:30 CET 2002 peter karlsson <peterk@debian.org>
4522 * man/sv/deb-control.5, deb-old.5, deb.5, dpkg-split.8,
4523 start-stop-daemon.8: Fixed CVS revision pointers after move and
4524 updated translations to match latest versions.
4525 * man/sv/dpkg.cfg.5, man/sv/dselect.cfg.5: Translated new files.
4526 * man/en/dselect.cfg.5: Fixed numerous copy'n'paste errors.
4528 Sun Feb 10 01:40:52 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4530 * utils/start-stop-daemon.c: add FreeBSD support
4532 Sun Feb 10 01:31:57 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4534 * man/en/dselect.cfg.5, man/en/dpkg.cfg.5: new files
4535 * man/en/Makefile.in: install new manpages
4537 Sun Feb 10 01:16:58 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4539 * scripts/update-alternatives.pl: Improve working of --config output
4541 Thu Feb 7 15:27:35 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4543 * main/processarc.c: copy origin and bugs info into status file
4545 Thu Feb 7 00:38:42 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4547 * po/pt_BR.po: Fix bogosity in previous update
4549 Thu Feb 7 00:28:35 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4551 * scripts/update-alternatives.pl: fix logic error, alternatives are
4552 now correctly restored to auto when removing a manually selected
4555 Wed Feb 6 12:29:18 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4557 * dselect/method.cc: check fgetc() for EOF return so we don't spin
4558 if we can't read input
4560 Sun Feb 3 22:21:08 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4564 Sun Feb 3 20:44:20 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4566 * po/pt_BR.po: Updated
4568 Sun Feb 3 01:50:02 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4570 * doc/reference.sgml: new file
4572 Sat Feb 2 23:00:25 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4574 * More imports from v1_9
4575 * debian/changelog: add changes from 1.9.18 and 1.9.19
4576 * debian/dpkg.conffiles: Mark /etc/alternatives/README as a conffile.
4577 * debian/control: Changed maintainer to debian-dpkg@lists and add Uploaders
4578 * main/processarc.c: Fix MD5Sum corruption when upgrading a package, and
4579 the width of the ASCII representation of the file system increased by
4580 one, thereby overwriting the start of the MD5Sum field. This may also
4581 fix a segfault in certain cases.
4583 Sat Feb 2 22:59:06 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4585 * scripts/install-info.pl: Continue to read all data from a pipe, until
4588 Sat Feb 2 22:52:50 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4590 * scripts/dpkg-gencontrol: Make dpkg-gencontrol not warn about Uploaders.
4592 Sat Feb 2 18:14:24 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4594 * man/Makefile.in: add pt_BR to SUBDIRS
4595 * man/pt_BR/Makefile.in, man/pt_BR/update-alternatives.8,
4596 man/pt_BR/.cvsignore: new files
4598 Sat Feb 2 16:47:41 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4600 * Makefile.in: add man to subdirs
4601 * man/*: new directory with all manpages
4603 Sat Feb 2 16:23:43 CET 2002 Adam Heath <doogie@debian.org>
4607 Sat Feb 2 00:18:04 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4609 * automake/dpkg.m4: add DPKG_CHECK_DEFINE
4610 * configure.in: test for TIOCNOTTY in sys/ioctl.h
4611 * utils/start-stop-daemon.c: move tty change outside OS specific ifdef
4612 and use the new TIOCNOTTY test instead
4614 Fri Feb 1 19:10:02 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4616 * po/ca.po: New Catalan translation
4617 * configure.in: Add ca to LINGUAS
4619 Fri Feb 1 17:37:24 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4621 * configure.in: add test for setsid
4622 * utils/start-stop-daemon.c: use setsid if it exists and only use
4623 setpgid if it does not exist
4625 Fri Feb 1 16:41:23 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4627 * utils/start-stop-daemon.c: Merge patch from Andres Voegele
4628 <voegelas@users.sourceforge.net> to add HP-UX support
4630 Fri Feb 1 13:58:59 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4632 * po/fr.po: updated.
4634 Thu Jan 31 21:34:14 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4636 * scripts/install-info.pl: add -c option to gzip invocation
4638 Thu Jan 31 14:56:38 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4640 * doc/fr/install-info.8, doc/fr/update-alternatives.8: updated with
4641 new version from Philippe Batailler
4643 Wed Jan 30 10:31:38 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4645 * scripts/update-alternative.pl: exit with non-zero exitcode when
4646 doing --display for a nonexisting alternative
4648 Wed Jan 30 00:29:07 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4650 * split/Makefile.in: create parts directory
4652 Wed Jan 30 00:24:36 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4654 * utils/start-stop-daemon.c: Fix tyop in help message
4656 Fri Jan 18 20:40:42 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4658 * scripts/dpkg-source.pl: Use -Z option for patch and set TZ to UTC0
4659 when calling diff. This gives us reliable timestamps in diffs.
4661 Thu Jan 3 15:49:14 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4663 * scripts/dpkg-genchanges.pl, scripts/dpkg-scanpackages.pl,
4664 scripts/dpkg-scansources.pl: Accept GNU md5sum style output
4666 Thu Jan 3 15:20:25 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4668 * utils/md5sum.c: add error handling to do_check
4670 Wed Jan 2 16:08:02 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4672 * scripts/dpkg-source.pl: Update default ignore expression to also
4673 match *~ and *.swp in subdirs.
4675 Wed Jan 2 15:00:26 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4677 * scripts/dpkg-checkbuilddeps.pl: use space seperated output instead
4680 Tue Jan 1 14:10:55 CET 2002 Wichert Akkerman <wakkerma@debian.org>
4682 * archtable, scripts/dpkg-architecture.pl: Update SuperH architecture
4684 Mon Dec 31 17:38:26 CET 2001 Wichert Akkerman <wakkerma@debian.org>
4686 * dselect/main.cc, main/main.c, main/query.c: no longer set LC_CTYPE
4687 to C since that breaks the braindead gettext.
4688 * dpkg-deb/build.c, lib/dbmodify.c, lib/vercmp.c, main/remove.c: Switch
4689 to using cisdigit and cisalpha.
4691 Mon Dec 31 17:28:10 CET 2001 Wichert Akkerman <wakkerma@debian.org>
4693 * lib/utils.c: new file with general utility functions. Add
4694 cisalpha() and cisdigit() functions, similar to the ctype is*
4695 ones but which only accept C locale
4696 * lib/Makefile.in: add utils.c
4697 * include/dpkg.h: add utils.c functions
4699 Mon Dec 31 15:25:46 CET 2001 Wichert Akkerman <wakkerma@debian.org>
4701 * scripts/dpkg-architecture.pl: fix syntax error
4703 Wed Nov 28 18:11:38 CST 2001 Adam Heath <doogie@debian.org>
4705 * scripts/dpkg-checkbuilddeps.{1,pl}: Make dpkg-checkbuilddeps always
4706 check for build-essential.
4708 Wed Nov 28 17:46:23 CST 2001 Adam Heath <doogie@debian.org>
4710 * debian/changelog: Note that the dselect.deb split closes a bug.
4712 Wed Nov 28 17:40:52 CST 2001 Adam Heath <doogie@debian.org>
4714 * scripts/update-alternatives.{pl,8}: Apply patch from debian bug 120924,
4715 to give update-alternatives a --list command.
4717 Wed Nov 28 17:30:16 CST 2001 Adam Heath <doogie@debian.org>
4719 * utils/md5sum.c: When parsing stdin, md5sum now displays '-' as the
4720 filename, to match textutils md5sum.
4722 Wed Nov 28 17:20:28 CST 2001 Adam Heath <doogie@debian.org>
4724 * scripts/install-info.pl: Copy dir from backup if the file is empty
4727 Sat Nov 17 17:20:52 CET 2001 Wichert Akkerman <wakkerma@debian.org>
4729 * doc/sv/Makefile.in: install dpkg-query and dpkg-deb manpages
4731 Sat Nov 17 17:16:44 CET 2001 Wichert Akkerman <wakkerma@debian.org>
4733 * debian/control: add missing space in dpkg-doc description
4735 Sat Nov 17 15:57:57 CET 2001 peter karlsson <peterk@debian.org>
4737 * doc/sv/dpkg-query.8, dpkg-deb.1: Initial Swedish translation.
4738 dpkg.8: Translation fixups.
4739 * dpkg/dpkg-query.8: Corrected spelling.
4741 Thu Oct 25 16:56:06 JST 2001 Wichert Akkerman <wakkerma@debian.org>
4743 * po/{de,it,pt_BR,sv}.po: Fix translation with inconsistent printf
4746 Sun Oct 21 12:58:04 CDT 2001 Adam Heath <doogie@debian.org>
4748 * optlib/Makefile.in: Run ranlib after creating the library.
4750 Sun Oct 21 12:56:37 CDT 2001 Adam Heath <doogie@debian.org>
4752 * archtable, scripts/dpkg-architecture.pl: Add darwin. The source
4753 doesn't quite work yet on darwin however, as some of the changes are
4756 Sun Oct 21 03:57:08 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4760 Wed Oct 17 12:34:19 CDT 2001 Adam Heath <doogie@debian.org>
4762 * Merge 1.9.17 branch:
4763 * debian/rules: remove update-rc.d from the package
4764 * debian/control: update conflict with sysvinit to deal with moved
4767 Tue Oct 16 13:09:21 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4771 Sun Oct 14 15:04:24 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4775 Mon Oct 8 19:51:36 CDT 2001 Adam Heath <doogie@debian.org>
4777 * main/main.c: Turn setstatuspipe into a generic setpipe, in preparation
4780 Mon Oct 8 19:48:28 CDT 2001 Adam Heath <doogie@debian.org>
4782 * main/main.c: Make sure the integer passed to --result-fd is correct
4783 before manipulating the pointers(we checked after we manipulated
4786 Sun Oct 7 22:23:54 CDT 2001 Adam Heath <doogie@debian.org>
4788 * Makefile.in: Remove dulicate inclusion of utils in SUBDIRS.
4790 Sun Oct 7 19:38:56 CDT 2001 Adam Heath <doogie@debian.org>
4792 * scripts/install-info.pl: oops. We weren't adding '\n' when printing
4793 out the reformated info text.
4795 Sun Oct 7 05:00:02 CDT 2001 Adam Heath <doogie@debian.org>
4797 * scripts/install-info.pl: Don't print out the info entry every time we
4800 Sun Oct 7 03:12:35 CDT 2001 Adam Heath <doogie@debian.org>
4802 * debian/control: Several fixes:
4803 * dpkg-static needs the same set of Depends(and others) lines as dpkg.
4804 * Modify the dpkg-static description to note that it's a static
4806 * Bump the conflicts on sysvinit to 2.82-1, as that is the version
4807 that actually has the proper replaces line.
4808 * debian/rules: dpkg-static was actually being built as dpkg.deb.
4810 Thu Sep 20 17:06:48 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4812 * debian/rules: strip enoent as well
4814 Sat Sep 15 20:19:57 CDT 2001 Adam Heath <doogie@debian.org>
4816 * scripts/install-info.pl: Several fixes:
4817 * Move /usr/info/dir to /usr/share/info/dir.
4818 * Improve message when locking and /usr/share/info/dir doesn't exist.
4819 * Use /var/backups/infodir.bak if the above doesn't exist.
4820 * Allow for relative filenames, and add a --remove-exactly option.
4821 * Use section from the .info file if --section is not given.
4822 * Include current filename in error messages.
4823 * Format /usr/share/info/dir entries to uniform width.
4824 * --calign|--align|--maxwidth are now ignored.
4826 Wed Sep 12 18:45:57 CDT 2001 Adam Heath <doogie@debian.org>
4828 Fixes for building of dpkg-static.deb.
4829 * Can't build both dpkg.deb and dpkg-static.deb in single run, because
4830 /etc is moved from $(INSTALL_TMP), instead of copied.
4831 * dpkg-static.deb is added to debian/files, even if it isn't created.
4832 * dpkg-static.tar.gz is added to debian/files, even if it doesn't exist.
4834 Wed Sep 12 17:28:57 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4836 * dpkg-deb/main.c: Fix unterminated line in usage text
4838 Mon Sep 10 12:57:21 PDT 2001 Wichert Akkerman <wakkerma@debian.org>
4840 * dpkg-deb/dpkg-deb.h: add parseformat prototype
4841 * dpkg-deb/main.c: add parseformat and show options, change layout
4842 for usage info, remove copyright from version output and refer to
4843 the dpkg --license option instead
4844 * dpkg-deb/info.c: implement do_show
4846 Mon Sep 10 12:41:14 PDT 2001 Wichert Akkerman <wakkerma@debian.org>
4848 * main/showpkg.c: move to lib/ so multiple tools can share it
4849 * main/Makefile.in: remove showpkg.c
4850 * lib/Makefile.in: add showpkg.c
4851 * include/dpkg-db.h: add showpkg.c prototypes
4852 * main/query.h: obsolete now, removed
4854 Mon Sep 10 12:07:20 PDT 2001 Wichert Akkerman <wakkerma@debian.org>
4856 * dpkg-deb/info.c: count how many control components are missing
4858 * main/processarc.c: change two more 0s into NULLs
4860 Mon Sep 10 10:59:53 PDT 2001 Wichert Akkerman <wakkerma@debian.org>
4862 * include/parsedump.h, lib/dump.c: add flags to fwritefunction.
4863 Implement fw_printheader to toggle printing of field headers.
4864 * main/showpkg.c: modify show1package() to no longer remove the
4865 fieldname and newline itself but make wcall not print it instead
4867 Mon Sep 10 09:44:54 PDT 2001 Wichert Akkerman <wakkerma@debian.org>
4869 * lib/dump.c: make w_booleandefno get the fieldname from the fip
4870 instead of hardcoding Essential
4871 * lib/fields.c: don't harcode `essential' fieldname in f_boolean
4874 Sun Aug 19 15:20:53 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4876 * utils/start-stop-daemon.c: do not start a command if the pidfile
4877 option is used and the pid in that file is still running
4879 Sun Aug 19 00:25:12 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4881 * doc/fr/dpkg-{query,split,statoverride}.8: added
4884 Thu Aug 16 00:43:23 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4888 Sat Aug 11 22:54:18 CEST 2001 peter karlsson <peterk@debian.org>
4890 * po/sv.po, doc/sv/dpkg.8: Updated Swedish translation.
4892 Wed Aug 1 17:31:23 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4894 * main/dpkg-query.8: added
4895 * main/Makefile.in, debian/rules: install dpkg-query.8
4897 Wed Aug 1 16:37:47 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4899 * main/dpkg.8: remove Linux references
4901 Wed Aug 1 15:35:32 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4903 * debian/copyright: mention we have copyright for 2001 as well
4904 * main/query.c: improve help and version texts
4905 * main/main.c: use DPKG define in printversion output
4907 Wed Aug 1 15:10:06 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4909 * main/query.c: fmt can't be const since we free it in the same function
4911 Tue Jul 31 12:26:41 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4914 * main/query.c: Fix help texts a bit to reflect that dpkg-query is
4916 * dselect/main.cc: Use `colour' consistently for printed texts.
4918 Fri Jul 27 04:21:51 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4920 * debian/control: fix typo in section for dpkg-doc, correct
4921 replaces for dselect and remove Linux references
4923 Fri Jul 27 04:05:55 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4925 * po/POTFILES.in: add main/query.c and main/showpkg.c
4927 Fri Jul 27 04:04:26 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4931 Fri Jul 27 03:54:34 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4933 * lib/parsedump.h: move to include/parsedump.h so dpkg-query can
4936 Fri Jul 27 03:52:33 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4938 * main/Makefile.in: changed things around to dpkg-query builds more
4941 Fri Jul 27 03:43:52 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4943 * main/query.c: remove -D from usage, we don't support it
4944 * main/showpkg.c: add support for field width specification
4946 Thu Jul 26 14:27:23 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4948 * scripts/Makefile.in, doc/fr/Makefile.in, doc/ja/Makefile.in,
4949 debian/rules: no longer install update-rc.d, it moved to the sysvinit
4951 * debian/control: Update sysvinit conflicts to version 2.80
4952 * doc/ja/update-rc.d.8, doc/fr/update-rc.d.8, scripts/update-rc.d.8,
4953 scripts/update-rc.d.pl: removed
4955 Thu Jul 26 13:52:43 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4957 * utils/start-stop-daemon.c: seems glibc has a completely non-standard
4958 return value for nice(2), so deal with that properly now so things also
4959 work on non-glibc systems.
4961 Tue Jul 24 19:07:43 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4963 * main/showpkg.c, main/query.h: new files
4964 * main/query.c: add support for show options
4966 Wed Jul 18 17:28:38 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4968 * main/Makefile.in, debian/rules: install dpkg-query as well
4970 Wed Jul 18 01:04:15 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4972 * doc/ru.po: Updated
4974 Tue Jul 17 16:53:12 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4976 * Merge changes from v1_9 branch
4977 + debian/changelog: add 1.9.15 and 1.9.16 releases
4978 + scripts/dpkg-source.pl:
4979 - Add handleformat sub to check if we can handle a dscformat
4980 - Revert dscformat to 1.0. Technically we changed a few things
4981 but older versions of dpkg-source did not handle minor updates
4982 to the dscformat. New policy is that minor updates (last digit
4983 changes) to the dscformat have to be fully backward and forward
4985 - restore test if tar exited with exited with a non-zero exitcode
4986 - remove a bunch of commented debug statements
4987 + main/help.c: fix narglist construction building and usage in do_script()
4989 Tue Jul 17 00:36:32 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
4991 * dselect/dselect.8: document new search features
4993 Mon Jul 16 18:14:16 CEST 2001 peter karlsson <peterk@debian.org>
4995 * po/sv.po, doc/sv/deb.5, doc/sv/deb-old.5, doc/sv/dselect.8, doc/sv/dpkg.8:
4996 Swedish translation updates.
4998 Mon Jul 16 17:19:21 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5000 * dselect/basecmds.cc, dselect/dselect.h:
5001 + add checksearch and matchsearch functions to abstract searching algorithm
5002 + add displayerror member function
5003 * dselect/baselist.cc: use new checkserach and matchsearch functions to
5004 do the real search/matching
5005 * dselect/pkglist.cc, dselect/pkglist.h: implement checksearch and
5006 matchsearch using regular expressions
5008 Mon Jul 16 15:20:07 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5010 * main/main.c, main/query,c. dselect/main.cc: use C locale for LC_CTYPE
5011 so we can be sure packagename and version comparisons work as expected
5013 Mon Jul 16 14:10:18 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5015 * lib/vercmp.c: New verrevcmp() from Anthony Towns
5017 Mon Jul 16 13:27:44 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5019 * Merge a modified patch from Josip Rodin:
5020 + dselect/basecmds.cc: Improve some help texts and helpscreen keybindings
5021 + dselect/helpmsgs.src: Improve text
5023 Mon Jul 16 12:55:49 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5025 * utils/start-stop-daemon.c: Fix test for nice(2) failure
5027 Mon Jul 16 12:44:51 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5029 * dselect/dselect.h: make baselist::setheights() virtual
5030 * dselect/method.h: add setheights() member and fix protection
5031 * dselect/methlist.cc: override setheights() to make list_height 1
5032 higher then the default so we draw the list correctly
5033 * dselect/methkeys.cc: make Q do abort so we are consistent with the pkglist
5035 Mon Jul 16 01:50:58 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5037 * Merge a reworked version of a patch from Joey Hess
5038 + dselect/dselect.8: Document new colour options
5039 + dselect/basecmds.cc: properly draw the background using helpscreen_attr
5040 + dselect/baselist.cc: change drawing code to use new changeable colours
5041 + dselect/dselect.h: Add all the colour structures
5042 + dselect/main.cc: Parse --colour options
5044 Mon Jul 16 00:01:24 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5046 * dselect/baselist.cc: include unistd.h which is needed to get the
5047 ioctl prototype on Solaris
5049 Sun Jul 15 00:37:13 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5051 * debian/preinst: removed (we now use dpkg.preinst)
5053 + add dselect package
5054 + fix section of dpkg-doc
5055 * debian/dpkg.conffiles: remove dselect.cfg
5056 * debian/dselect.{conffiles,postinst,prerm}: added
5058 + add German to list of manpage translations
5059 + split out dselect into its own package
5060 + strip enoent and start-stop-daemon as well
5062 Sat Jul 14 23:35:57 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5064 * dselect/main.cc, dpkg/main.c: add per-user configuration file
5066 Sat Jul 14 01:38:27 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5068 * Merge dselect patch from Joey Hess
5069 + dselect/dselect.h: add manual_install prototype
5070 + dselect/pkgcmds.cc, dselect/pkgsublist.cc: modify kd_select() and
5071 repeatedly display() to set/unset manual_install so we can identify
5072 user-selected packages
5073 + dselect/pkglist.h: add dp_should priority
5074 + dselect/pkgdepcon.cc: modify resolvedepcon() to handle recommends
5075 and suggests differently
5077 Sat Jul 14 01:18:33 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5079 * doc/de/Makefile.in: fix syntax error
5081 Fri Jul 13 20:39:24 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5083 * doc/deb-old.5, doc/deb.5: remove emacs hints and Linux references
5084 * dpkg-deb/dpkg-deb.1: Fix typo
5085 * scripts/dpkg-name.1: Don't mention the non-existing dpkg(5)
5086 * dselect/dselect.8: Merged changes from Joost Kooij
5088 Fri Jul 13 00:54:24 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5090 * doc/de/Makefile.in, doc/de/md5sum.1: added
5091 * configure.in, doc/Makefile.in: Process German documentation
5093 Fri Jul 13 00:46:02 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5095 * po/de.po: New version
5097 Fri Jul 13 00:43:23 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5099 * scripts/dpkg-architecture.pl: improve documentation
5101 Mon May 21 03:48:29 CEST 2001 Marcus Brinkmann <brinkmd@debian.org>
5103 * scripts/dpkg-checkbuilddeps.pl: Call dpkg-architecture instead dpkg
5104 to determine the host architecture. Rename BUILD_ARCH to HOST_ARCH.
5106 Fri Jul 6 00:27:17 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5108 * scripts/dpkg-divert.8: Fix layout error in synopsis
5110 Mon Jul 2 00:00:04 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5112 * configure.in: add doc/ru/Makefile.in
5113 * debian/rules: don't pass CFLAGS to configure
5114 * dselect/pkgkeys.cc: make `n' do searchagain instead
5116 Sun Jul 1 16:12:30 CDT 2001 Adam Heath <doogie@debian.org>
5118 * main/archives.c: When a package is on hold, -E will not skip the same
5119 version when installing.
5121 Sat Jun 30 01:48:15 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5123 * doc/ru/*: Added Russian translations from Alexey Mahotkin
5126 Mon Jun 25 03:31:55 CDT 2001 Adam Heath <doogie@debian.org>
5128 * Merged in changes from 1.9.11 to 1.9.14 branches.
5130 + scripts/dpkg-source.pl: Disable source package sanity checking.
5131 + scripts/dpkg-source.pl: make Uploaders optional.
5132 + scripts/controllib.pl: Set the default to convert warnerrors
5134 + scripts/dpkg-source.pl: Remove a warnable error if the orig.tar.gz
5136 + scripts/dpkg-source.pl: Handle symlinks in the tarball, and don't
5138 + scripts/dpkg-source.pl: Add support for an Uploaders field, which is
5139 read from the first paragraph of debian/control, and propagated to
5140 the .dsc. This lists the people allowed to upload a package. If it
5141 is not set, then the value of the Maintainer is placed into this
5142 field of the .dsc. This bumps the .dsc format to 1.1.
5143 + scripts/dpkg-source.pl: Handle stating of truncated cpio filenames
5144 (100 char limit, bah)
5145 + scripts/dpkg-source.pl: Set LC_ALL before calling external programs,
5146 when we are going to parse their output.
5147 + scripts/dpkg-source.pl: Move the check for '\n' and '././@LongLink'
5148 before the check for leading './'.
5149 + dselect/main.cc: Handle window resize in main menu
5150 + scripts/dpkg-source.pl: Add a warnable error if the orig.tar.gz
5152 + scripts/dpkg-source.pl: Handle the case where a single directory
5153 exists in the orig.tar.gz, but it is NOT of the form <pkg>-<ver>.
5154 + scripts/dpkg-source.pl: Don't error out if the files in the tar
5156 + scripts/dpkg-source.pl, scripts/controllib.pl, scripts/dpkg-source.1,
5157 scripts/dpkg-buildpackage.sh: Add support for -W, which turns certain
5158 errors into warnings, and -E, which turns them back into errors again.
5159 + scripts/dpkg-source.pl: When the tarball doesn't contain directories,
5160 only display the warning once for each directory.
5161 + THANKS: Added Colin Watson. Also put in an email address for Colin
5163 + scripts/dpkg-source.pl: Grumble. Fix case where top-dir in
5164 orig.tar.gz was renamed to .orig.
5166 Fri Jun 22 19:26:41 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5168 * dselect/main.cc: Handle window resize in main menu
5170 Wed Jun 20 18:56:35 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5172 * main/help.c: actually use narglist in do_script()
5174 Wed Jun 20 11:28:25 CDT 2001 Adam Heath <doogie@debian.org>
5176 * Merged in changes from 1.9.10 to 1.9.11 branch.
5178 + scripts/dpkg-source.pl: Fix typo.
5179 + scripts/dpkg-buildpackage.sh: Option -a implies option -d.
5180 Set ARCH correctly to host architecture, rather than build arch.
5181 + scripts/dpkg-gencontrol.pl: Error if an illegal package name is used.
5182 + scripts/cl-debian.pl: Change list of allowed urgencies to: low, medium,
5184 + scripts/dpkg-scanpackages.pl: warn instead of die when find returns
5185 an error(which happens if there is a dangling symlink, because we use
5187 + scripts/dpkg-source.pl: Apply patch from Colin Watson:
5188 * Reset SIGPIPE to DEFAULT when forking gzip.
5189 * set LANG to C before execing cpio, as we parse its output.
5190 * In checktarcpio() and checktarsane(), use the previously open pipes,
5191 instead of the opening files on disk(which was the old, ancient way).
5192 * Improve the output parsing of tar in checktarsane().
5193 + scripts/dpkg-source.pl: When both arch: all and arch: <arch> packages
5194 exist in debian/control, don't promote the source arch: to any, but
5195 only list all and <arch>.
5196 + scripts/dpkg-source.pl: Make it work with GNU md5sum.
5197 + scripts/dpkg-source.1: Document -nc for dpkg-buildpackage.
5198 + scripts/dpkg-genchanges.pl: Set the Architecture to 'source' only when
5199 doing source only uploads in the generated changes files.
5200 + scripts/dpkg-shlibdeps.pl: Fix infinite directory recursion thru
5202 + doc/deb.5: Changed see-also reference to deb-old(5).
5203 + scripts/{Makefile.in,dpkg-architecture.1}: Removed the manpage, and
5204 generate it from the script now.
5205 + scripts/dpkg-architecture.pl: Apply patch to correctly check the output
5207 + scripts/dpkg-checkbuilddeps.pl: Fix logic error that kept everything
5208 but Build-Deps from working.
5209 + scripts/dpkg-checkbuilddeps.pl: Trim trailing spaces from packages.
5211 Sat Jun 16 18:52:17 CDT 2001 Adam Heath <doogie@debian.org>
5213 * Merge changes from v1_9_10 tag:
5214 + scripts/update-alternatives.pl: Fix switching to auto mode if
5215 alternative symlink goes missing.
5216 + scripts/dpkg-source.pl: s/DEAD_JOE/DEADJOE/
5217 + scripts/dpkg-divert.pl: Fix cleanup of devert.tmp files.
5218 + scripts/dpkg-checkbuilddeps.pl: Fix [arch] parsing, and handle
5219 more variations of spaces.
5221 Sat Jun 16 22:04:04 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5225 Sat Jun 09 10:48:14 CEST 2001 peter karlsson <peterk@debian.org>
5227 * po/sv.po, doc/sv/dpkg.8: Updated
5229 Sat Jun 9 00:28:11 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5231 * debian/changelog: import 1.9 releases
5232 * debian/control: add sgmltools-lite to Build-Depends
5233 * Merge changes from v19 branch:
5234 + archtable: add i386-gnu0.2
5235 + dpkg-deb/extract.c: More %z format fixes.
5236 + dselect/method.cc: don't include curses.h since dselect.h already
5238 + dselect/method.cc: handle interrupted getc in falliblesubprocess()
5240 + include/dpkg.h.in: add setcloexec declaration
5241 + lib/mlib.c: add setcloexec(), utility function to set FD_CLOEXEC flag
5242 + lib/dbmodify.c: use setcloexec() on status file
5243 + main/filesdb.c: use setcloexec for diversions and statoverride files
5244 + main/archives.c: add functions to initialize and destroy the obstack,
5245 ensure obstack is initialized in try_remove_can() as well
5246 + lib/parsehelp.c: Correctly handle trailing spaces in versions.
5247 + main/dpkg.8: it's /etc/dpkg/dpkg.cfg, not /etc/dpkg.cfg
5248 + main/dpkg.8: Improve description of --force-confdef
5249 + main/help.c: don't ignore failed maintainer scripts
5250 + scripts/dpkg-architecture.pl: spell dependency consistently
5251 + scripts/dpkg-checkbuilddeps.1: spell dependency consistently
5252 + scripts/dpkg-source.1: spell dependency consistently
5253 + scripts/dpkg-buildpackage: fix pausing logic, and use $changedby as the
5255 + scripts/dpkg-checkbuilddeps.pl: Handle varied use of spaces.
5256 + scripts/dpkg-checkbuilddeps.pl: handle multi-line fields
5257 + scripts/dpkg-divert.pl: fix test for illegal packagename
5258 + split/info.c: Change format string, to handle size_t.
5259 + utils/start-stop-daemon.c: consistently use pid_t and uid_t
5260 + debian/control: use a Conflict for sysvinit instead of a Depends
5262 Fri Jun 8 19:42:43 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5266 Sat Jun 2 15:09:01 CDT 2001 Adam Heath <doogie@debian.org>
5268 * scripts/dpkg-architecture.pl: Remove bogus check of $!.
5270 Sat Jun 2 15:04:09 CDT 2001 Adam Heath <doogie@debian.org>
5272 * scripts/dpkg-source.pl: Reset SIGPIPE back to a default handler, for
5273 callers that have it masked off.
5275 Sat Jun 2 14:48:35 CDT 2001 Adam Heath <doogie@debian.org>
5277 * scripts/dpkg-checkbuilddeps.pl: Handle varied use of spaces.
5279 Sat Jun 2 14:09:28 CDT 2001 Adam Heath <doogie@debian.org>
5281 * lib/parsehelp.c: Remove leading and trailing spaces from versions, and
5282 check if there are embedded spaces in versions.
5284 Tue May 29 07:27:31 CEST 2001 peter karlsson <peterk@debian.org>
5286 * po/sv.po: Updated.
5288 Mon May 28 22:54:35 CDT 2001 Adam Heath <doogie@debian.org>
5290 * configure.in: AC_REQUIRE is not valid outside of AC_DEFUN.
5291 * automake/dpkg.m4: DPKG_CACHED_TRY_COMPILE was defined with both
5292 AC_DEFUN() AND define().
5294 Mon May 28 19:07:15 CDT 2001 Adam Heath <doogie@debian.org>
5296 * debian/changelog: Update for 1.9.7.
5298 Mon May 28 19:02:52 CDT 2001 Adam Heath <doogie@debian.org>
5300 * scripts/dpkg-divert.pl: Fix cleanup of .dpkg-devert.tmp files.
5302 Mon May 28 16:40:19 CDT 2001 Adam Heath <doogie@debian.org>
5304 * po/it.po: Updated.
5306 Mon May 28 16:27:43 CDT 2001 Adam Heath <doogie@debian.org>
5308 * main/archives.c: If extracting a directory, and it doesn't already
5309 exist on disk, and is shared with another package, don't error cause an
5312 Mon May 28 16:23:26 CDT 2001 Adam Heath <doogie@debian.org>
5314 * doc/ja/822-date.1, doc/ja/Makefile.in, doc/ja/cleanup-info.8,
5315 doc/ja/deb-control.5, doc/ja/deb-old.5, doc/ja/deb.5,
5316 doc/ja/dpkg-checkbuilddeps.1, doc/ja/dpkg-deb.1, doc/ja/dpkg-divert.8,
5317 doc/ja/dpkg-name.1, doc/ja/dpkg-scanpackages.8,
5318 doc/ja/dpkg-scansources.8, doc/ja/dpkg-statoverride.8, doc/ja/dpkg.8,
5319 doc/ja/install-info.8, doc/ja/start-stop-daemon.8,
5320 doc/ja/update-alternatives.8, doc/ja/update-rc.d.8: Updated.
5322 Mon May 28 16:19:51 CDT 2001 Adam Heath <doogie@debian.org>
5324 * dpkg-deb/extract.c, dselect/main.cc, lib/database.c, main/help.c,
5325 main/main.c, split/info.c, utils/start-stop-daemon.c: Fix some
5328 Mon May 7 23:07:01 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5330 * main/depcon.c: restore previous statement to break reverse cycles
5332 Mon May 7 23:04:55 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5334 * main/dump.c: break up an assertion so it is easier to figure out what
5337 Sun May 6 13:20:07 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5339 * main/archives.c: add safe_read() to read from a pipe and deal
5340 with partial reads. Modify tarobject() and tarfileread() to use
5343 Sat May 5 00:49:31 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5348 * dselect/pkgtop.cc: Mark another strang as translatable
5350 Fri May 4 00:19:05 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5352 * dselect/main.cc: oops, swapped j and k key bindings for main menu
5354 Wed May 2 20:41:10 CDT 2001 Adam Heath <doogie@debian.org>
5356 * include/dpkg.h.in, main/Makefile.in main/enquiry.c main/main.c,
5357 main/query.c: Split out code for commands -sSlLp into a separate
5358 binary, dpkg-query, and have the normal dpkg binary exec this. Also,
5359 dpkg now uses a macro to define external backends to call.
5361 Wed May 2 12:32:24 CDT 2001 Adam Heath <doogie@debian.org>
5363 * configure.in: If --without-zlib was given, and static programs were
5364 enabled, the compile would fail.
5366 Tue May 1 23:05:48 CDT 2001 Adam Heath <doogie@debian.org>
5368 * lib/parse.c: Oops. EOF_mmap was incorrectly detecting the end of the
5370 * main/depcon.c: After fixing the above bug, and using debootstrap to
5371 build a sid chroot, I discovered that my previous dependency cycle fix
5372 could cause segfaults in some situations.
5374 Tue May 1 00:24:49 CDT 2001 Adam Heath <doogie@debian.org>
5376 * acconfig.h, config.h.bot, configure.in, lib/varbuf.c, debian/changelog:
5377 Check for __va_copy, and use it, instead of a direct assignment, for
5378 broken arches, like ppc.
5380 Mon Apr 30 17:34:47 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5382 * configure.in: remove last list reference.
5384 Mon Apr 30 14:22:25 EDT 2001 Adam Heath <doogie@debian.org>
5386 * debian/changelog: Recompile for 1.9.2, to fix badly generated
5389 Mon Apr 30 10:04:36 CDT 2001 Adam Heath <doogie@debian.org>
5391 * lib/mlib.c: EAGAIN patch from 1.8 branch was not applied to HEAD.
5393 Sun Apr 29 22:39:55 CDT 2001 Adam Heath <doogie@debian.org>
5395 * lib/database.c, lib/fields.c: Fix Eterm/eterm problem. findpackage()
5396 now does tolower() before searching for a name, and f_name() uses the
5397 name field from the return value of findpackage().
5399 Sun Apr 29 22:08:37 CDT 2001 Adam Heath <doogie@debian.org>
5401 * Makefile.conf.in, configure.in, debian/control, debian/rules,
5402 dpkg-deb/Makefile.in, main/Makefile.in, utils/Makefile.in,
5403 .cvsignore debian/.cvsignore: Added -static support. There is support
5404 for building a dpkg-static.deb, but this is not used during a normal
5405 run. However, a -static.nondebbin.tar.gz file is created, in addition
5406 to the normal nondebbin.tar.gz.
5408 Mon Apr 30 02:35:02 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5410 * debian/control: update section and priorities to match the dinstall
5413 Sat Apr 28 16:34:24 CDT 2001 Adam Heath <doogie@debian.org>
5415 * version-nr: Oops, forgot to update this.
5417 Sat Apr 28 16:17:58 CDT 2001 Adam Heath <doogie@debian.org>
5419 * utils/md5sum.c, debian/changelog: Fix md5sum -c.
5421 Sat Apr 28 15:22:25 CDT 2001 Adam Heath <doogie@debian.org>
5423 * lib/nfmalloc.c: in nfstrnsave, don't set the char after the end, but
5425 * lib/parse.c: Don't loose the last char of a field value, when EOF is
5428 Sat Apr 28 14:31:27 CDT 2001 Adam Heath <doogie@debian.org>
5430 * scripts/dpkg-divert.pl, debian/changelog: Fix removing of diversions.
5431 This has always been broken, but was just masked by another bug, that
5434 Sat Apr 28 12:18:55 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5436 * scripts/dpkg-buildpackage.sh: only check for valid sign interface
5437 when the user specifies one
5439 Sat Apr 28 03:33:28 CDT 2001 Adam Heath <doogie@debian.org>
5441 * debian/dpkg.cfg: Changed to include no-debsig by default, as no debs
5442 are currently signed, and we get false errors when debsig-verify is
5443 installed. This will be removed in the future, when the archive tools
5444 support package signatures.
5446 Fri Apr 27 20:43:25 CDT 2001 Adam Heath <doogie@debian.org>
5448 * lib/nfmalloc.c: nfstrnsave() was not allocated n+1 chars, and was not
5449 setting the n+1 byte to \0.
5451 Sat Apr 28 02:52:56 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5453 * scripts/dpkg-shlibdeps.pl: do not care if dpkg --search returns
5454 with an error: it will do that know if we search for something
5455 that is not installed which is a valid case for us.
5457 Fri Apr 27 13:14:04 CDT 2001 Adam Heath <doogie@debian.org>
5459 * lib/parse.c, debian/changelog: Fix a segfault when reading an empty
5460 file in parsedb(), imported from head.
5462 Thu Apr 26 13:15:02 CDT 2001 Adam Heath <doogie@debian.org>
5464 * main/configure.c: Update to work with recent lib/mlib.c change in
5467 Thu Apr 26 11:51:34 CDT 2001 Adam Heath <doogie@debian.org>
5469 * split/{info,join,main,queue,split}.c: s/0/NULL/
5471 Thu Apr 26 13:36:41 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5473 * utils/md5sum.c: use libdpkg error handling since fd_md5 uses that
5476 Wed Apr 25 20:20:07 CDT 2001 Adam Heath <doogie@debian.org>
5478 * utils/md5sum.c, lib/mlib.c: Modified mlib.c, to malloc enough space
5479 for the digest, instead of modifying the static buffer that was
5480 previously passed in.
5482 Thu Apr 26 00:32:35 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5486 Wed Apr 25 18:46:47 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5488 * dselect/dselect.8: document dselect.cfg
5490 Wed Apr 25 17:27:36 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5494 Wed Apr 25 13:15:41 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5496 * main/dpkg.8: document dpkg.cfg
5498 Wed Apr 25 13:05:13 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5500 * main/dpkg.8: Fix formating error
5502 Wed Apr 25 02:20:40 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5506 Wed Apr 25 01:09:50 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5508 * po/{ja,ru}.po: fix inconsistencies in line endings wrt \n
5510 Wed Apr 25 00:56:14 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5514 Wed Apr 25 00:29:51 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5516 * po/da.po: New Danish translation
5517 * configure.in: add da to ALL_LINGUAS
5519 Tue Apr 24 20:57:48 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5523 Tue Apr 24 20:28:04 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5528 Tue Apr 24 17:23:05 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5530 * main/main.c, po/*.po: fix typo
5532 Tue Apr 24 14:44:28 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5534 * bunch-o-files: move dpkg-scansources manpage to section 8
5536 Tue Apr 24 14:31:41 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5538 * debian/rules: install enoent in the dpkg package
5540 Tue Apr 24 14:29:03 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5542 * debian/rules: actually install French manpages as well
5544 Tue Apr 24 13:38:58 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5546 * scripts/dpkg-divert.pl: Fix wrong errno test
5548 Tue Apr 24 13:35:08 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5550 * po/it.po: New version from Lele Gaifax
5552 Tue Apr 24 13:21:39 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5554 * Merge SuperH patch from YAEGASHI Takeshi
5555 * archtable: add SuperH variants
5556 * scripts/dpkg-architecture.pl: fix typo (shed -> sheb)
5557 * scripts/dpkg-buildpackage.sh: fix dpkg-architecture call
5559 Tue Apr 24 13:03:54 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5561 * utils/enoent.c: new utility to get ENOENT value at runtime
5562 * utils/Makefile.in: install ENOENT in dpkglibdir
5563 * scripts/dpkg-divert.pl, update-alternatives.pl: use enoent to get
5566 Tue Apr 24 13:01:28 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5568 * dselect/Makefile.in, main/Makefile.in, utils/Makefile.in: use
5569 INSTALL_PROGRAM to install programs
5571 Tue Apr 24 11:57:48 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5573 * main/archives.c: spell recursive correctly
5574 * po/sv.po: updated so it still translates the fixed message
5577 Tue Apr 24 07:02:01 CEST 2001 peter karlsson <peterk@debian.org>
5579 * doc/sv/dpkg.8, po/sv.po: Updated Swedish translation.
5581 Tue Apr 24 02:55:21 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5583 * po/de.po: remove Language-Team header, the debian-l10n-german
5584 list it pointed to does not exist.
5586 Tue Apr 24 02:41:23 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5588 * main/enquiry.c: add missing newline after error message
5590 Tue Apr 24 02:13:43 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5592 * dselect/main.cc: use myfileopt as well to read dselect.cfg
5593 * debian/dselect.cfg: new file
5594 * debian/rules: install dselect.cfg
5595 * debian/dpkg.conffiles: add dselect.cfg
5597 Tue Apr 24 01:40:11 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5599 * dselect/pkglist.cc: repair qsort_compareentries
5601 Mon Apr 23 18:08:37 CDT 2001 Adam Heath <doogie@debian.org>
5603 * lib/parsehelp.c: Reduce memory a tad.
5604 * debian/changelog: Close additional bugs.
5605 * debian/rules: Added a build-static rule.
5607 Mon Apr 23 17:17:35 CDT 2001 Adam Heath <doogie@debian.org>
5609 * main/enquiry.c: Additional add error returns for -L, -s, and -p.
5610 * debian/changelog: Close a debian bug because of this.
5612 Mon Apr 23 23:54:34 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5614 * main/main.h: add declaration for nerrs
5615 * main/enquiry.c: exit with non-zero exitcode if -l or -S do not
5618 Mon Apr 23 16:09:38 CDT 2001 Adam Heath <doogie@debian.org>
5620 * include/dpkg.h.in, lib/mlib.c, main/archives.c, debian/changelog: Added
5621 new PROCNOERR flag, which disabled the error message that is displayed
5622 when a process has an error return.
5624 Mon Apr 23 22:26:23 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5626 * main/dpkg.8: note that force-overwrite is not enabled per default
5628 Mon Apr 23 15:39:37 CDT 2001 Adam Heath <doogie@debian.org>
5630 * dpkg-deb/{build,extract,info}.c, include/dpkg.h.in, lib/mlib.c,
5631 main/{archives,enquiry,help,processarc}.c: Convert waitsubproc and
5632 checksubprocerr to use a flags variable, instead of separate ints.
5634 Mon Apr 23 15:36:58 CDT 2001 Adam Heath <doogie@debian.org>
5636 * main/depcon.c, debian/changelog: When walking the list of providers of
5637 a dependency, the arguments were passed in reverse to the cyclebreak
5638 checker, so cycles involving provides were never detected.
5639 * debian/changelog: Document that we fixed a segfault.
5641 Mon Apr 23 14:13:48 CDT 2001 Adam Heath <doogie@debian.org>
5643 * main/help.c: Fix bad memory access do_script(), introduced when the
5644 casting errors were fixed previously.
5646 Mon Apr 23 06:27:47 CDT 2001 Adam Heath <doogie@debian.org>
5648 * lib/*.c: Changed 0 to NULL.
5650 Mon Apr 23 06:25:36 CDT 2001 Adam Heath <doogie@debian.org>
5652 * dpkg-deb/extract.c: More %z format fixes.
5654 Mon Apr 23 05:31:03 CDT 2001 Adam Heath <doogie@debian.org>
5656 * split/info.c: Change format string, to handle size_t.
5658 Mon Apr 23 04:45:23 CDT 2001 Adam Heath <doogie@debian.org>
5660 * main/main.c: s/--no-debsign/--no-debsig/ in help.
5662 Mon Apr 23 03:21:10 CDT 2001 Adam Heath <doogie@debian.org>
5664 * dpkg-deb/{build,extract,main}.c, split/{info,join,main,queue}.c,
5665 split/dpkg-split.h, lib/{dump,ehandle,fields,mlib,parse{,help},varbuf,
5666 vercmp}.c, lib/parsedump.h, main/{archives,configure,enquiry,filesdb,
5667 help,main,packages,processarc,remove}.c, main/{filesdb,main}.h,
5668 utils/{md5sum, start-stop-daemon}.c, dselect/pkg{list.cc,list.hh,
5669 top.cc}, include/dpkg{-db.h,.h.in}: Fixed up several warning types.
5670 const, casting, incorrect sizes, signed/unsigned comparisons.
5672 Mon Apr 23 02:17:26 CDT 2001 Adam Heath <doogie@debian.org>
5674 * dpkg-deb/info.c, main/processarc.c: Add comments telling why we
5675 use tempnam() and tmpnam().
5677 Sun Apr 22 23:59:00 CDT 2001 Adam Heath <doogie@debian.org>
5679 * archtable: Added alphaev67-linux-gnu.
5681 Sun Apr 22 19:02:12 CDT 2001 Adam Heath <doogie@debian.org>
5683 * lib/parse.c: s/PARSE_MMAP/HAVE_MMAP/, so that we now use mmap
5684 to read status and available(and like files).
5686 Sun Apr 22 18:32:02 CDT 2001 Adam Heath <doogie@debian.org>
5688 * lib/parse.c: Fix another segfault when parsing single-paragraph
5689 files(ie, tmp.ci/control).
5691 Sun Apr 22 17:13:17 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5693 * main/filesdb.c: fix putat logic we broke earlier today
5695 Sun Apr 22 16:42:22 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5697 * main/filesdb.c: don't read a statoverride or .list file if they
5700 Sun Apr 22 15:15:56 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5702 * main/help.c: ensure_package_clientdata() only needs to allocate memory
5703 for a perpackagestate struct, not a pkginfoperfile.
5705 Sun Apr 22 02:46:06 CDT 2001 Adam Heath <doogie@debian.org>
5707 * dpkg-deb/build.c, dpkg-deb/extract.c, dpkg-deb/main.c, lib/mlib.c(*),
5708 lib/showcopyright.c, main/enquiry.c, main/main.c, split/main.c,
5709 split/split.c, utils/md5sum.c, utils/start-stop-daemon.c: Added
5710 macro NONRETURNING to several functions.
5712 Sun Apr 22 02:02:34 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5714 * main/filesdb: change initialization of putat in
5715 ensure_packagefiles_available() so gcc won't warn about possible
5718 Sun Apr 22 01:45:25 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5720 * utils/start-stop-daemon.c: no longer use deprecated multi-line string
5721 * utils/md5sum.c: include stdlib.h to get declaration of exit
5723 Sat Apr 21 18:00:31 CDT 2001 Adam Heath <doogie@debian.org>
5725 * main/main.c: reworked \\ parsing in commandfd.
5726 * lib/dbmodify.c: fix non-full initalizer.
5728 Sun Apr 22 00:48:18 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5730 * main/main.c: fixed some bizar pointer usage
5732 Sun Apr 22 00:33:26 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5734 * Makefile.conf.in: remove no longer used warning flags
5736 Sat Apr 21 17:16:28 CDT 2001 Adam Heath <doogie@debian.org>
5738 * main/help.c, main/processarc.c, main/filesdb.c, main/configure.c,
5739 main/archives.c, lib/parse.c: Fix int/pointer casting warnings.
5740 * include/dpkg.h.in, lib/mlib.c: Rewrote buffer_copy_setup, to avoid
5741 int/pointer casting warnings. These means there are several
5742 variations of buffer_copy_setup. Also, converted the desc parameter
5745 Sun Apr 22 00:09:58 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5747 * optlib/long-options.c, lib/showcright.c: include stdlib.h to get
5750 Sat Apr 21 17:10:32 CEST 2001 peter karlsson <peterk@debian.org>
5752 * po/sv.po, doc/sv/dpkg.8, doc/sv/start-stop-daemon.8:
5753 Updated Swedish translation.
5755 Fri Apr 20 16:02:51 CDT 2001 Adam Heath <doogie@debian.org>
5757 * debian/changelog: Document stuff that was done in December.
5759 Sat Apr 21 04:02:58 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5761 * main/dpkg.8: remove Linux reference
5763 Sat Apr 21 02:39:37 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5765 * scripts/dpkg-scanpackages.pl: fix typo in vercmp version cache
5766 * scripts/dpkg-shlibdeps.pl: remove statement that was basically
5768 * scripts/controllib.pl: give syntax error for unexpected PGP signature
5769 * debian/changelog: updated
5771 Fri Apr 20 19:46:38 CDT 2001 Adam Heath <doogie@debian.org>
5773 * po/pl.po: Remove spurious '%s' in Polish translation
5775 Fri Apr 20 19:37:00 CDT 2001 Adam Heath <doogie@debian.org>
5777 * scripts/dpkg-source.pl: Import fix for broken dpkg-source.pl from
5780 Fri Apr 20 19:05:44 CDT 2001 Adam Heath <doogie@debian.org>
5782 * lib/dbmodify.c: Fix varbufprintf call in modstatdb_note(found when
5783 printf format warnings were enabled).
5785 Fri Apr 20 19:02:46 CDT 2001 Adam Heath <doogie@debian.org>
5787 * configure.in: New option, --with-Werror, to convert all warnings
5790 Fri Apr 20 18:21:45 CDT 2001 Adam Heath <doogie@debian.org>
5792 * automake/dpkg.m4, configure.in: Add support for gcc attributes,
5795 Fri Apr 20 18:18:20 CDT 2001 Adam Heath <doogie@debian.org>
5797 * lib/database.c: initialize otherpriority with 0, not an int.
5799 Sat Apr 21 00:43:41 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5801 * lib/parse.c: swap order for %.*s formats
5803 Fri Apr 20 22:59:39 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5805 * lib/database.c: initialize otherpriority as well in blankpackage()
5807 Fri Apr 20 22:59:39 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5809 * lib/ehandle.c: make sure we never overflow errmsgbuf
5811 Fri Apr 20 14:59:14 CDT 2001 Adam Heath <doogie@debian.org>
5813 * main/main.c: Accidentally commited a debug fprintf stmt in the last ci.
5815 Fri Apr 20 13:42:12 CDT 2001 Adam Heath <doogie@debian.org>
5817 * main/main.c: Disabled --command-fd, until further testing can be done.
5819 Fri Apr 20 13:02:23 CDT 2001 Adam Heath <doogie@debian.org>
5821 * po/fr.po: Fix typo.
5822 * debian/changelog: Close additional bugs, from other already commited
5825 Thu Apr 19 15:18:05 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5827 * scripts/cl-debian.pl: make regexps for Closes consistent again
5829 Thu Apr 19 13:36:58 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5831 * utils/install-info.{c,8}: merge patch from Ian Jackson to add a
5832 --retry option to start-stop-daemon
5834 Thu Apr 19 00:14:39 CDT 2001 Adam Heath <doogie@debian.org>
5836 * main/enquiry.c: Errors during dpkg -s(and other similiar commands) are
5837 now printed on stderr.
5839 Thu Apr 19 00:03:16 CDT 2001 Adam Heath <doogie@debian.org>
5841 * main/archives.c: Apply patch from Fumitoshi UKAI <ukai@debian.or.jp>,
5842 that escapes invalid characters in filenames(intl).
5844 Wed Apr 18 23:53:40 CDT 2001 Adam Heath <doogie@debian.org>
5846 * lib/database.c: In blankpackage, intialize ->installed and ->available.
5847 Found by me and Fumitoshi UKAI <ukai@debian.or.jp>. This should help
5848 several segfaults that people have been seeing in dpkg.
5850 Wed Apr 18 23:42:16 CDT 2001 Adam Heath <doogie@debian.org>
5852 * lib/mlib.c: If the buffer size is 0 in buffer_copy, then return, and
5855 Wed Apr 18 23:42:16 CDT 2001 Adam Heath <doogie@debian.org>
5857 * configure.in, debian/control: New upstream gettext. Since we had
5858 to change our build, to comply with the new upstream, we also
5859 need to modify the build-depends.
5860 * po/dpkg.pot, po/nl.po: Fixed broken translations.
5862 Wed Apr 18 18:01:21 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5864 * scripts/install-info.{8,pl}: modify install-info to take relative
5865 filesnames, and add a --remove-exactly option to only remove exact
5866 matches (Rob Browning)
5868 Sun Apr 15 22:42:11 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5870 * config.sub, config.guess: updated
5871 * archtable: add hppa64-linux-gnu
5872 * po/ja.po: remove some translations that gettext can't handle on hppa
5874 Thu Apr 12 13:12:16 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5876 * po/it.po: installed new version from Lele Gaifax
5877 * dselect/main.cc: translate menu option as well in dme()
5879 Wed Apr 11 12:19:25 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
5881 * dselect.main.cc: retry getch if it fails with EINTR
5883 Sun Mar 11 19:24:58 CET 2001 peter karlsson <peterk@debian.org>
5885 * po/sv.po: Updated Swedish translation.
5887 Sat Mar 10 15:59:39 CST 2001 Adam Heath <doogie@debian.org>
5889 * main/filesdb.c: Use a pure file descriptor, instead of a stream, to
5890 load the data, in ensure_packagefiles_available.
5892 Sat Mar 10 01:33:15 CET 2001 Wichert Akkerman <wakkerma@debian.org>
5894 * main/main,h, main/main.c: add --no-debsig option using f_nodebsign
5895 * main/processarc: don't check signatures of f_nodebsign is set
5897 Fri Mar 9 21:23:03 CET 2001 Wichert Akkerman <wakkerma@debian.org>
5899 * include/dpkg.h.in: add DEBSIGVERIFY
5900 * main/main.h, main/main.c: add bad-verify override
5902 Fri Mar 9 19:30:22 CET 2001 Wichert Akkerman <wakkerma@debian.org>
5904 * scripts/controllib.pl: change outputclose to deal with comma-related
5905 syntax errors after processing substvars
5907 Mon Mar 5 16:34:55 CET 2001 Wichert Akkerman <wakkerma@debian.org>
5909 * doc/fr/Makefile.in: add more files
5910 * doc/fr/dpkg.8,doc/fr/install-info.8,doc/fr/update-rc.d.8: updated
5911 * doc/fr/cleanup-info.8,doc/fr/dpkg-divert.8,doc/fr/dpkg-name.1,
5912 doc/fr/dpkg-scanpackages.8,doc/fr/dpkg-scansources.1,doc/fr/dpkg-source.1:
5915 Mon Mar 5 14:03:49 CET 2001 Wichert Akkerman <wakkerma@debian.org>
5917 * configure.in: add more warning flags for gcc
5919 Sun Mar 04 21:37:34 CET 2001 peter karlsson <peterk@debian.org>
5921 * po/sv.po, doc/sv/dpkg.8, doc/sv/822-date.1, doc/sv/start-stop-daemon.8:
5922 Updated Swedish translation.
5923 * main/dpkg.8, utils/start-stop-daemon.8: Fixed typos.
5925 Fri Mar 2 17:29:02 CET 2001 Wichert Akkerman <wakkerma@debian.org>
5927 * The Copenhagen Commit
5928 * ChangeLog: undo file corruption (ugh)
5929 * utils/start-stop-daemon.8: fix typo
5930 * configure.in: use AC_C_INLINE instead of our own test
5931 * lib/nfmalloc, include/dpkg-db.h: remove HAVE_INLINE tests, use extern
5933 * lib/varbuf.c: add inline keyowrd to varbufaddc
5934 * optlib/Makefile.in: undo earlier patch and build libopt.a again
5935 * lib/Makefile.in: use libopt.a again, and a rule to build it
5936 * Makefile.in: build optlib before lib
5937 * Makefile.conf.in: add RANLIB
5938 * dselect/method.h, dselect/methlist.cc, dselect/method.cc,
5939 dselect/methparse.cc: rename struct option to dselect_option to prevent
5940 conflict with getopt.h
5941 * main/help.c: rework do_script a bit to compile without errors
5942 * scripts/dpkg-gencontrol.pl: add -n option to specify filename
5943 * scripts/dpkg-source.1:
5944 + document -n option for dpkg-gencontrol
5945 + fix confusing wording for dpkg-buildpackage -uc option
5946 + fix layout error for dpkg-distaddfile section
5947 + it's DEADJOE, not DEAD_JOE
5948 * scripts/dpkg-architecture.pl:
5949 + apply cleanup patch from Julian Gilbey
5950 + modify gcc regexp to recognize gcc versions like 2.96-ia64-000717
5951 * scripts/dpkg-checkbuilddeps.pl, scripts/dpkg-checkbuilddeps.1: new
5952 script from Joey Hess to check build dependencies
5953 * THANKS: Add Joey Hess
5954 * scripts/dpkg-parsechangelog.pl:
5955 + support reading changelog from stdin
5956 + remove Linux reference
5957 * scripts/dpkg-statoverride.pl: exit with exitcode 1 if we do --list but
5958 don't output anything, and use exitcode 2 if we try to remove a
5959 non-exiting override (unless --force is given).
5960 * scripts/dpkg-statoverride.8: document new exitcode for --list
5961 * main/main.c, main/dpkg.8: remove --smallmem and --largemem references
5962 * scripts/dpkg-buildpackage.sh:
5963 + don't bother to specify architecture settings on commandlines since
5964 we put them in the environment already
5965 + remove debsign support, it's useless and debsign can't handle it
5966 + use DEB_BUILD_ARCH to get build architecture, not DEB_HOST_ARCH
5967 + remove Linux reference
5968 * scripts/dpkg-scanpackages.pl: mark last argument as optional in
5970 * scripts/dpkg-scanpackages.8, scripts/dpkg-name.1,
5971 scripts/dpkg-shlibdeps.pl, scripts/dpkg-source.pl, scripts/822-date.1,
5972 scripts/cl-debian.pl, scripts/cleanup-info.pl, scripts/dpkg-genchanges.pl,
5973 scripts/dpkg-distaddfile.pl, scripts/dpkg-source.1,
5974 scripts/dpkg-divert.pl, scripts/install-info.pl, scripts/install-info.8,
5975 scripts/dpkg-gencontrol.pl, scripts/update-alternatives.pl,
5976 scripts/update-rc.d.8: remove Linux references
5978 Sun Feb 25 20:26:03 CET 2001 Wichert Akkerman <wakkerma@debian.org>
5980 * version-nr: update to 1.9.0
5982 Sun Feb 25 19:17:53 CET 2001 Wichert Akkerman <wakkerma@debian.org>
5984 * debian/changelog: merged additions from v1.8 branch
5985 * scripts/controllib.pl:
5986 + no need to have Origin in capit
5987 + consistently use &warn
5988 + fix -s to export all variables instead of just the first
5989 * scripts/dpkg-genchanges.pl: do not complain about missing packages
5990 if doing a source-only build
5991 * scripts/dpkg-buildpackage.sh:
5992 + correct filename for secret keyring in gpg test
5994 + skip signing pause of building unsigned packages
5996 + test for invalid signinterface
5998 Sun Feb 25 19:10:33 CET 2001 Wichert Akkerman <wakkerma@debian.org>
6000 * doc/fr/dpkg.8, doc-fr/install-info.8, doc-fr/update-alternatives.8,
6001 doc-fr/update-rc.d.8: updated
6002 * doc/fr/dpkg-deb.1: added
6004 Fri Feb 23 16:10:49 CET 2001 Wichert Akkerman <wakkerma@debian.org>
6009 Fri Feb 23 15:54:00 CET 2001 Wichert Akkerman <wakkerma@debian.org>
6011 * utils/start-stop-daemon.c: Add OpenBSD support
6012 * utils/md5sum.c: include unistd.h to things compile on OpenBSD
6013 * configure.in: test to see if we need to link to kvm
6015 Fri Feb 23 10:22:02 CET 2001 Wichert Akkerman <wakkerma@debian.org>
6017 * scripts/dpkg-divert.pl: fix typo in usage message
6018 * main/help.c: mangle argv[0] in do_script to always be the full path
6019 * include/dpkg-db.h: include string.h so things compile on ia64
6020 * scripts/dpkg-architecture.pl: add ia64
6022 Thu Feb 15 11:24:46 EST 2001 Ben Collins <bcollins@debian.org>
6024 * utils/Makefile.in: Do not use libopt.a, since libdpkg.a now includes those
6026 * optlib/Makefile.in: do not generate libopt.a
6027 * lib/Makefile.in: build libdpkg.a to include the objects from optlib
6028 * Makefile.conf.in: Add optlib to -I includes
6030 Sat Feb 3 18:25:25 CET 2001 Wichert Akkerman <wakkerma@debian.org>
6032 * debian/rules: use POSIX glob instead of regexp
6034 Sat Feb 3 18:18:42 CET 2001 Wichert Akkerman <wakkerma@debian.org>
6036 * scripts/dpkg-source.1: fix description for dpkg-gencontrol
6037 * archtable: add entry for OpenBSD 2.8 for i386
6038 * scripts/dpkg-architecture.p: add openbsd-i386 entry
6040 Sat Feb 3 18:12:18 CET 2001 Wichert Akkerman <wakkerma@debian.org>
6042 * configure.in: check for ranlib
6043 * lib/Makefile.in: run ranlib on libdpkg.a
6045 Fri Feb 2 14:27:47 CET 2001 Wichert Akkerman <wakkerma@debian.org>
6047 * scripts/dpkg-statoverride.pl: use -e instead of -f to test
6048 for filesystem object existance
6049 * scripts/dpkg-source.pl: swap chdir and open in extracttar to
6050 prevent race with source-directory being removed while the
6051 sh/grep process is still running. Patch from Colin Watson
6053 Thu Feb 1 18:22:05 EST 2001 Wichert Akkerman <wakkerma@debian.org>
6055 * scripts/dpkg-source.pl: fix error in error message
6056 * utils/Makefile.in: set top_builddir
6057 * Makefile.in: spell version-nr correctly
6059 Sun Jan 28 22:38:02 EST 2001 Wichert Akkerman <wakkerma@debian.org>
6061 * scripts/dpkg-source.pl: modify how we handle the dscformat: we now
6062 assume all major versions are upwards and backwards compatibly. This
6063 allows us to add new fields without breaking older versions of
6066 Sun Jan 21 20:09:36 SGT 2001 Wichert Akkerman <wakkerma@debian.org>
6068 * scripts/dpkg-divert.pl: only allow absolute filenames
6069 * main/configure.c: add -N option to diff invocation
6071 Mon Jan 15 07:27:10 CET 2001 peter karlsson <peterk@debian.org>
6073 * po/sv.po: Updated Swedish translation.
6075 Mon Jan 15 00:26:45 EST 2001 Ben Collins <bcollins@debian.org>
6077 * lib/nfmalloc.c: use obstack_copy/obstack_copy0 for nfstrsave and
6078 nfstrnsave respectively. Also, use an 8k chunk size for now. Should reduce
6079 some overhead, and be faster.
6081 Sun Jan 14 23:37:30 EST 2001 Ben Collins <bcollins@debian.org>
6083 * include/dpkg-db.h: redeclare nfmalloc(), remove obstack definitions
6084 * lib/dbmodify.c (modstatdb_init): remove obstack init
6085 * lib/nfmalloc.c: redefine nfmalloc to be an inline function. It now checks
6086 to make sure db_obs is initliazed.
6087 * main/archives.c (tarobject): declare our own obstack, and use it instead
6088 (cu_fileslist) just call obstack_free
6089 * main/processarc.c: correct calling of cu_fileslist
6091 Sun Jan 14 18:23:07 CST 2001 Adam Heath <doogie@debian.org>
6093 * main/dpkg.8: Document --command-fd.
6095 Sun Jan 14 13:54:46 EST 2001 Ben Collins <bcollins@debian.org>
6097 * optlib/obstack.[ch]: New files for non GNU systems
6098 * optlib/Makefile.in (SOURCES): add obstack.c
6099 * lib/nfmalloc: remove nfmalloc()
6100 * include/dpkg-db.h: define obstack initializers, and define nfmalloc as a
6101 macro for obstack_alloc
6102 * lib/dbmodify.c (modstatdb_init): initialize obstack if it hasn't been already
6104 Sun Jan 14 12:29:46 CST 2001 Adam Heath <doogie@debian.org>
6106 * lib/mlib.c, lib/fields.c, lib/parse.c, main/help.c, main/main.c,
6107 po/dpkg.pot: Fix -Wall messages. Also, fix handling of user-defined
6108 fields in parsedb().
6110 Sun Jan 14 02:46:14 CST 2001 Adam Heath <doogie@debian.org>
6112 * po/dpkg.pot: Bring up to date.
6114 Sun Jan 14 02:37:05 CST 2001 Adam Heath <doogie@debian.org>
6116 * main/cleanup.c, main/help.c, main/processarc.c: Removed duplicate
6117 code that was used to exec maintainer scripts, and moved it to a
6118 single function. In the future, this single function could be used
6119 for tracking script execution.
6121 Sun Jan 14 02:27:48 CST 2001 Adam Heath <doogie@debian.org>
6123 * main/main.h, main/main.c: Change --{status,command}-pipe to
6124 --{status,command}-fd.
6126 Sun Jan 14 02:19:18 CST 2001 Adam Heath <doogie@debian.org>
6128 * main/main.c, main/archives.c: Add a --command-pipe. This allows
6129 multiple commands to be passed to a single instance of dpkg, over
6130 the file descriptor passed on the cmdline.
6132 Thu Jan 11 09:35:00 PST 2001 Wichert Akkerman <wakkerma@debian.org>
6134 * scripts/dpkg-statoverride.pl: do chown before chmod so we don't
6137 Mon Jan 8 15:46:13 PST 2001 Wichert Akkerman <wakkerma@debian.org>
6139 * scripts/dpkg-statoverride.{pl,8}: remove --import option now that
6140 suidmanager can convert everything
6142 Mon Jan 8 15:12:21 PST 2001 Wichert Akkerman <wakkerma@debian.org>
6144 * scripts/dpkg-source.pl: add vim swapfiles to the default ignore regexp
6146 Mon Jan 8 10:38:28 PST 2001 Wichert Akkerman <wakkerma@debian.org>
6150 Sun Jan 7 14:31:38 CST 2001 Adam Heath <doogie@debian.org>
6152 * lib/dbmodify.c: After N calls(which does a checkpoint()), reset
6155 Sun Jan 7 14:27:57 CST 2001 Adam Heath <doogie@debian.org>
6157 * include/dpkg-db.h: Forgot the status-pipe struct.
6159 Fri Jan 5 22:36:24 CST 2001 Adam Heath <doogie@debian.org>
6161 * main/main.c, lib/dbmodify.c, main/dpkg.8: Add a --status-pipe.
6163 Fri Jan 5 22:25:06 CST 2001 Adam Heath <doogie@debian.org>
6165 * lib/varbuf.c: varbuf(v)printf now return the number of characters
6166 they added to the buffer.
6168 Thu Jan 4 01:20:27 CST 2001 Adam Heath <doogie@debian.org>
6170 * dpkg-deb/build.c, dpkg-deb/extract.c, dpkg-deb/info.c,
6171 include/dpkg.h.in, lib/mlib.c, main/archives.c, main/enquiry.c,
6172 main/help.c main/processarc.c: Add 'warn' parameter to waitsubproc
6173 and checksubprocerr, and also add a return value. This fixes my
6174 last checkin, where maintainer_script_alternative would run
6175 both the old and new script.
6177 Thu Jan 04 05:19:37 CET 2001 peter karlsson <peterk@debian.org>
6179 * po/sv.po: Updated Swedish translation.
6181 Wed Jan 3 10:35:49 CET 2001 Wichert Akkerman <wakkerma@debian.org>
6183 * configure.in: add doc/fr/Makefile
6185 Tue Jan 2 22:44:14 CST 2001 Adam Heath <doogie@debian.org>
6187 * lib/help.c: Removed an 'inlined' version of waitsubproc, and call
6188 the function instead.
6190 Mon Jan 1 02:07:47 CST 2001 Adam Heath <doogie@debian.org>
6192 * lib/varbuf.c, include/dpkg-db.h: Add varbufdupc().
6194 Mon Jan 1 02:04:26 CST 2001 Adam Heath <doogie@debian.org>
6196 * lib/parse.c: Use of PKGIOFF macro was checked in prematurely.
6198 Sat Dec 30 23:08:00 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6200 * doc/Makefile.in: add fr to SUBDIRS
6201 * doc/fr: new directory with French manpages
6202 * THANKS: add philippe batailler who translated the manpages to French
6204 Sat Dec 30 20:38:20 CST 2000 Adam Heath <doogie@debian.org>
6206 * utils/start-stop-daemon.c: --name is now allowed on the command
6209 Fri Dec 29 12:39:09 CST 2000 Adam Heath <doogie@debian.org>
6211 * lib/parse.c: Properly parse control files that only have one
6212 paragraph, which means no double ending new line.
6214 Thu Dec 28 18:43:37 CST 2000 Adam Heath <doogie@debian.org>
6216 * lib/database.c: Fix minor memleak in used function hashreport.
6217 Thanks to Adrian Bridgett <bridgett@debian.org>.
6219 Wed Dec 27 14:54:55 CST 2000 Adam Heath <doogie@debian.org>
6221 * lib/parse.c: Removed use of getc(), and instead use pointers
6222 into a gigantic memory buffer(either thru mmap, or by copying
6223 into a large buffer(#define PARSE_MMAP)). Nice little speedup,
6224 and also had the added benefit of removing varbuf* code from
6227 Wed Dec 27 04:58:22 CST 2000 Adam Heath <doogie@debian.org>
6229 * lib/fields.c: Removed use of varbuf* code from f_dependency(),
6232 Wed Dec 27 04:55:14 CST 2000 Adam Heath <doogie@debian.org>
6234 * lib/fields.c: Detect and issue an error when a space is in a
6237 Wed Dec 27 04:00:32 CST 2000 Adam Heath <doogie@debian.org>
6239 * lib/nfmalloc.c, include/dpkg-db.h: Added nfstrnsave().
6241 Tue Dec 26 17:07:11 CST 2000 Adam Heath <doogie@debian.org>
6243 * lib/md5.c, lib/md5.h: Oops, forgot to add these files.
6245 Tue Dec 26 08:28:17 CST 2000 Adam Heath <doogie@debian.org>
6247 * main/main.c: Removed extraneous debug prints, that displayed the
6248 state of all force options. Doh!
6250 Tue Dec 26 04:34:02 CST 2000 Adam Heath <doogie@debian.org>
6252 * lib/fields.c, lib/parsehelp.c, include/dpkg-db.h: Increased the
6253 speed of convert_string() by a factor of 2, by storing the length
6254 of each string inside the struct(this function is used to convert
6255 strings into integer values).
6257 Tue Dec 26 03:43:17 CST 2000 Adam Heath <doogie@debian.org>
6259 * acconfig.h, config.h.bot, configure.in, main/filesdb.c,
6260 automake/sysinfo.m4(removed): Removed all references to
6263 Tue Dec 26 03:24:38 CST 2000 Adam Heath <doogie@debian.org>
6265 * main/main.c, main/files.c: Removed --smallmem code.
6267 Mon Dec 25 00:46:47 CST 2000 Adam Heath <doogie@debian.org>
6269 * utils/md5sum.c: Don't use FILE * in mdfile.
6271 Mon Dec 25 00:31:05 CST 2000 Adam Heath <doogie@debian.org>
6273 * include/dpkg.h.in, lib/mlib.c: Added generic setup code to buffer
6276 Sun Dec 24 23:48:45 CST 2000 Adam Heath <doogie@debian.org>
6278 * include/dpkg.h.in, lib/Makefile.in, lib/mlib.c, utils/Makefile.in,
6279 utils/md5sum.c: Moved md5 code into generic buffer_copy loop.
6281 Sun Dec 24 13:59:36 CST 2000 Adam Heath <doogie@debian.org>
6283 * Use DESTDIR when installing /etc/dpkg/origins/dpkg
6285 Sun Dec 24 17:35:12 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6287 * dselect/main.cc: make commandline options work again
6288 * Makefile.conf.in, configure.in,automake/dpkg.m4: revert changes from Adam
6289 * Makefile.conf.in: add @CWARNS@ to CFLAGS
6290 * configure.in: add AC_SUBST for CWARNS
6292 Sun Dec 24 17:05:45 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6294 * scripts/dpkg-genchanges.pl: output descriptions for udebs as well
6296 Sun Dec 24 06:31:55 CST 2000 Adam Heath <doogie@debian.org>
6298 * scripts/dpkg-name.sh: Add -k|--symlink option.
6300 Sun Dec 24 05:58:48 CST 2000 Adam Heath <doogie@debian.org>
6302 * dselect/main.cc: Made the accelerator keys in dselect's main
6303 menu separate options, so that they can be translated separately.
6305 Sun Dec 24 05:31:27 CST 2000 Adam Heath <doogie@debian.org>
6307 * debian/control: Added depends on sysvinit (>= 2.72), so that we
6308 can make sure that /etc/rcS.d exists.
6310 Sun Dec 24 05:24:23 CST 2000 Adam Heath <doogie@debian.org>
6312 * scripts/update-rc.d: Changed documentation and help, as -f only
6313 applies during remove.
6315 Sun Dec 24 05:10:29 CST 2000 Adam Heath <doogie@debian.org>
6317 * main/main.c: Added a --force-all option.
6319 Sun Dec 24 04:32:34 CST 2000 Adam Heath <doogie@debian.org>
6321 * main/main.c: Format help string for --abort-after like other
6322 option help strings.
6324 Sun Dec 24 02:38:38 CST 2000 Adam Heath <doogie@debian.org>
6326 * methods/disk.install, methods/disk.setup, methods/disk.update,
6327 methods/floppy.install, methods/floppy.update, methods/hd.setup,
6328 methods/hd.unpack, methods/hd.update: Fix to pass on admindir
6329 from dselect to dpkg.
6331 Sun Dec 24 01:00:59 CST 2000 Adam Heath <doogie@debian.org>
6333 * scripts/dpkg-source.pl: Minor tweak so that when patch 2.5.4 is
6334 manually used to apply a diff, it doesn't get applied multiple
6337 Sat Dec 23 23:28:52 CST 2000 Adam Heath <doogie@debian.org>
6339 * utils/start-stop-daemon.c: Add --nicelevel, to alter a
6340 programs priority before starting.
6342 Sat Dec 23 22:56:16 CST 2000 Adam Heath <doogie@debian.org>
6344 * main/dpkg.8: Document that --largemem is the default, and that
6345 the test point is 24 megs.
6347 Sat Dec 23 22:53:23 CST 2000 Adam Heath <doogie@debian.org>
6349 * main/dpkg.8: Document that --set-selections does not actually
6350 install any packages.
6352 Sat Dec 23 22:41:47 CST 2000 Adam Heath <doogie@debian.org>
6354 * dpkg-deb/dpkg-deb.1: Fix typo.
6356 Sat Dec 23 22:24:23 CST 2000 Adam Heath <doogie@debian.org>
6358 * scripts/dpkg-divert.pl: Add --truename option.
6360 Sat Dec 23 21:40:32 CST 2000 Adam Heath <doogie@debian.org>
6362 * main/dpkg.8: Document COLUMNS environment variable.
6364 Sat Dec 23 21:20:43 CST 2000 Adam Heath <doogie@debian.org>
6366 * dpkg-deb/extract.c, include/dpkg.h.in, lib/mlib.c,
6367 main/enquiry.c, main/filesdb.c, main/packages.c, main/remove.c,
6368 utils/start-stop-daemon.c: Clean up a few gcc warnings. Note,
6370 "deprecated conversion from string constant to `char *'"
6371 is actually a bug in ncurses-dev(which has been filed as 80410)
6372 not setting the fmt argument as const.
6374 Sat Dec 23 19:33:05 CST 2000 Adam Heath <doogie@debian.org>
6376 * automake/dpkg.m4, configure.in, Makefile.conf.in:
6377 Modified DPKG_C_GCC_TRY_WARNS() to call AC_SUBST, so that we can
6378 use the result of the test during build time.
6380 Sat Dec 23 16:44:25 CST 2000 Adam Heath <doogie@debian.org>
6382 * main/depcon.c: Added description for "suggests" in describedepcon().
6384 Sat Dec 23 16:24:31 CST 2000 Adam Heath <doogie@debian.org>
6386 * debian/dpkg.postinst: Remove bashism.
6388 Sat Dec 23 03:06:19 CST 2000 Adam Heath <doogie@debian.org>
6390 * scripts/cl-debian.pl: Make '#' optional in Closes: tags.
6392 Sat Dec 23 02:11:27 CST 2000 Adam Heath <doogie@debian.org>
6394 * scripts/dpkg-buildpackage.sh: Add -t to -h output.
6396 Fri Dec 22 12:35:43 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6398 * scripts/update-alternatives.8: use FHS instead of FSSTND
6400 Thu Dec 21 19:30:56 CET 2000 peter karlsson <peterk@debian.org>
6402 * po/sv.po, doc/sv/dpkg.8: The "Even Merrier Christmas" update of the
6403 Swedish translation.
6405 Thu Dec 21 03:41:56 CST 2000 Adam Heath <doogie@debian.org>
6407 * debian/changelog: Closes bug 49581, because we don't use
6408 external gzip anymore.
6410 Thu Dec 21 03:35:56 CST 2000 Adam Heath <doogie@debian.org>
6412 * main/enquiry.c: s/--cmpversions/--compare-versions/
6414 Thu Dec 21 03:29:04 CST 2000 Adam Heath <doogie@debian.org>
6416 * main/dpkg.8: Remove duplicate -R(it doesn't set --root).
6418 Thu Dec 21 03:24:38 CST 2000 Adam Heath <doogie@debian.org>
6420 * archtable: Add armv3l.
6422 Thu Dec 21 01:40:02 CST 2000 Adam Heath <doogie@debian.org>
6424 * lib/mlib.c, include/dpkg.h.in: Switch all size parameters to
6425 ssize_t. Also, return totalread, not bytesread, in buffer_copy.
6427 Thu Dec 21 01:22:22 CST 2000 Adam Heath <doogie@debian.org>
6429 * lib/mlib.c: Handle EINTR on reading and writting in buffer_copy.
6431 Thu Dec 21 06:58:21 CET 2000 peter karlsson <peterk@debian.org>
6433 * po/sv.po: The "Merry Christmas" update of the Swedish translation.
6435 Wed Dec 20 12:50:55 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6437 * main/processarc.c: revert change from Adam: reading the trailing
6438 zeroes is essential, not reading them can give us a SIGPIPE
6441 Wed Dec 20 02:41:39 CST 2000 Adam Heath <doogie@debian.org>
6443 * dpkg-deb/build.c, dpkg-deb/extract.c, dpkg-deb/info.c,
6444 include/dpkg-db.h, lib/myopt.c, lib/parse.c, lib/varbuf.c,
6445 lib/vercmp.c, main/archives.c, main/enquiry.c, main/filesdb.c,
6446 main/processarc.c, po/dpkg.pot: Fix -Wall messages.
6448 Wed Dec 20 02:21:43 CST 2000 Adam Heath <doogie@debian.org>
6450 * include/dpkg.h.in: Make {stream,fd}_null_copy use [lf]seek, and fall
6451 back on the buffer code, if stream/fd refer to a pipe.
6453 Wed Dec 20 02:17:56 CST 2000 Adam Heath <doogie@debian.org>
6455 * configure.in, Makefile.conf.in: Move -D_GNU_SOURCE from configure.in
6456 to Makefile, and from CFLAGS to DEFS. This macro was getting lost
6457 if someone was setting CFLAGS on the cmdline. Perhaps this should
6458 be moved into config.h.in?
6460 Wed Dec 20 01:39:30 CST 2000 Adam Heath <doogie@debian.org>
6462 * main/processarc.c: Don't copy trailing zeros from dpkg-deb
6464 * main/archives.c: Fix some i8ln.
6465 * dpkg-deb/extract.c: Remove skipmember(), and use the buffer
6468 Wed Dec 20 01:31:28 CST 2000 Adam Heath <doogie@debian.org>
6470 * lib/nfmalloc.c, lib/parsehelp.c: Lesson the memory footprint.
6472 Wed Dec 20 01:11:13 CST 2000 Adam Heath <doogie@debian.org>
6474 * dpkg-deb/build.c: Fix building of debs, when there is no given
6475 compression on the cmdline.
6477 Wed Dec 20 01:55:59 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6479 * scripts/dpkg-architecture.pl: fix typo / syntax error
6481 Mon Dec 18 07:37:10 CET 2000 peter karlsson <peterk@debian.org>
6483 * po/sv.po: Updated Swedish translation.
6485 Sun Dec 17 13:34:06 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6487 * debian/control: fix typo in Build-Depends and add zlib1g-dev
6489 + lib/mlib.c, include/dpkg.h.in: make do_fd_copy even more modular
6490 + dpkg-deb/{build.c,extract.c,info.c}, lib/showcright.c,
6491 main/{enquiry.c,filesdb.c}: updated for new do_fd_copy routines
6492 + main/{archives,[ch],main/processarc.c}: use fds instead of streams
6493 so we don't mix fd and stream-based IO which can cause havoc
6495 Wed Dec 13 16:48:47 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6497 * main/archives.c: create files, fifos, devices and directories with mode 0
6498 too close a small window when they are readable before we apply the correct
6500 * main/archives.c: newtarobject_allmodes() updated to handle statoverrides
6501 * main/dpkg.8: grammar fix
6503 Tue Dec 12 16:27:59 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6505 * scripts/dpkg-statoverride.pl: fix warning when trying to remove a
6506 non-existing override.
6508 Mon Dec 11 01:10:19 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6510 * debian/control: add gettext to the build-depends
6512 Sun Dec 10 00:10:27 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6514 * lib/mlib.c: remove no longer used struct
6515 * lib/mlib.c: return number of bytes read in do_fd_read
6516 * main/enquiry.c: one more place where we cah use read_fd_vbuf
6518 Sat Dec 09 12:21:35 CET 2000 peter karlsson <peterk@debian.org>
6520 * po/sv.po, doc/sv/deb.5, doc/sv/deb-old.5, doc/sv/dpkg.8:
6521 Updated Swedish translation.
6522 * doc/sv/start-stop-daemon.8: Fixed a typo.
6524 Sat Dec 9 01:51:51 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6526 * archtable, scripts/dpkg-architecture.pl: add linux s/390
6527 * Makefile.conf.in, configure.in: add new option to use libz
6528 * dpkg-deb/Makefile.in, dpkg-deb/build.c, dpkg-deb/extract.c: use libz
6530 * debian/rules: default to using static libz
6531 * include/{dpkg-db.h,dpkg.h.in}, lib/mlib.c, lib/varbuf.c: generalize
6533 * main/filesdb.c: udpates to use read_fd_buf
6535 Tue Dec 05 07:43:05 CET 2000 peter karlsson <peterk@debian.org>
6537 * po/sv.po: Updated Swedish translation.
6539 Mon Dec 4 14:42:01 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6541 * scripts/dpkg-statoverride.pl, main/filesdb.c: merge patch from
6542 Robert Luberda <robert@pingu.ii.uj.edu.pl> to fix statoverrides
6543 using numerical [ug]ids
6544 * Merge updats from the v17 branch:
6545 + scripts/dpkg-buildpackage.sh: Quote test options for usepause
6546 + scripts/dpkg-shlibdeps.pl: resolve library paths using a combination
6547 of the libc major version, and ldconfig -p output. Solves problems
6548 with errant libc5 deps.
6549 + scripts/dpkg-shlibdeps.pl: Make it parse soname's in the format of
6550 "libfoo-X.X.so" (e.g. libdb-3.1.so) and use it. Also make it give a
6551 warning if there is a NEEDED line in the objdump output that we cannot
6553 + scripts/update-rc.d.pl: fix typo in regexp for scripts
6554 + debian/rules: remove final occurance of emacs
6556 Mon Dec 4 01:34:57 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6558 * Merge more of Adams handywork to bring dpkg up to speed (literally :)
6559 + include/dpkg.h.in: remove defines for cat and dpkg-safelist since they
6561 + lib/mlib.c: split up do_fd_copy
6562 + lib/varbuf.c: add varbufvprintf
6563 + lib/parse.c: use memset to initialize fieldencountered
6564 + main/filesdb.c: use new read_fd_into_buf
6566 Sun Dec 3 22:11:22 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6568 * dpkg-deb/extract.c: apply one of Adams do_fd_copy patches
6570 Thu Nov 30 02:45:42 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6572 * scripts/dpkg-statoverride.{pl,8}:
6573 + add new --import option to import settings from /etc/suid.conf
6575 + use %owner consistently instead of %owner and %user
6577 Wed Nov 29 17:56:43 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6581 Tue Nov 28 18:48:52 CET 2000 peter karlsson <peterk@debian.org>
6583 * po/sv.po: Terminology changes
6585 Sat Nov 25 22:05:19 CET 2000 peter karlsson <peterk@debian.org>
6587 * po/sv.po: Updated Swedish translation
6589 Fri Nov 24 16:49:26 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6591 * scripts/dpkg-scansources.pl: Fix getopt usage since perl5.6 complains
6593 * doc/deb-old.5,doc/deb.5,main/dpkg.8,scripts/dpkg-name.1,
6594 split/dpkg-split.8 : update to reflect that dpkg-deb is in section 1
6596 Thu Nov 23 19:13:21 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6598 * lib/myopt.c: properly chomp read lines
6600 Thu Nov 23 17:52:44 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6602 * lib/fields.c, lib/dump.c: fix two memory leaks
6603 * More Adam Heath patches:
6604 + lib/mlib.c, include/dpkg.h.in: add new option for do_fd_copy to
6606 + dpkg-deb/build.c, lib/info.c, lib/showcright.c: update for new
6608 + dpkg-deb/extract.c: use do_fd_copy to read data instead of reading
6610 * lib/mlib.c: fix error reporting for reading data in do_fd_copy
6611 * optlib/Makefile.am: remove (can't believe this still existed!)
6612 * utils/Makefile.in: link md5sum with our own libintl if needed
6613 * archtable, scripts/dpkg-architecture.pl: add freebsd-i386
6614 * acconfig.h, configure.in, doc/Makefile.in: make building documentation
6615 and start-stop-daemon optional
6616 * main/help.c: only check for start-stop-daemon in checkpatch() if we
6619 Thu Nov 23 15:48:53 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6621 * scripts/dpkg-buildpackage.sh: Name .changes file properly if
6622 we are doing a source-only build
6624 Thu Nov 9 13:53:21 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6626 * doc/Makefile.in: use internals.html/index.html as dependency target
6627 so we only rebuild the docs when really needed
6629 Wed Nov 8 14:55:48 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6631 * Makefile.conf, debian/rules: no longer install any emacs support stuff
6632 * debian/50dpkg-dev.el, scripts/debian-changelog-mode.el: removed
6633 * archtable: add powerpc-linux-gnu entry
6634 * debian/dpkg.conffiles: sync with dpkg-17 tree
6636 Tue Nov 7 22:05:48 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6638 * lib/myopt.c: chop read lines in myfileopt
6640 Tue Nov 7 00:45:00 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6642 * scripts/dpkg-statoverride.8: fix typos
6643 * scripts/dpkg-statoverride.pl:
6644 + replace dpkglibdir with admindir (oops)
6645 + open new file for writing in WriteOverrides
6646 * scripts/update-alternatives.pl: handle the fact that the Makefile
6647 changes our $admindir assignment so we have to manually add
6648 "/alternatives" to the path
6650 Mon Nov 06 07:24:11 CET 2000 peter karlsson <peterk@debian.org>
6652 * po/sv.po: Updated.
6654 Sun Nov 5 16:28:26 CET 2000 Wichert Akkerman <wakkerma@debian.org>
6656 * debian/dpkg.conffiles: added missing file
6657 * debian/rules, main/main.c: rename dpkg configfile to dpkg.cfg
6658 * debian/rules, debian/origin: add new origin file
6659 * scripts/dpkg-gencontrol.pl: rename Bugs-Submit-To to Bugs
6660 * debian/control: add Bugs and Origin entries
6661 * lib/database.c, parse.c: add Origin and Bugs to fieldinfos table
6662 * include/dpkg-db.h: add Origin and Bugs to pkginfoperfile struct
6663 * dpkg-deb/main.c, dpkg-deb/dpkg-deb.h: fix type for compression
6664 * Makefile.in: install origin file
6665 * scripts/dpkg-buildpackage.sh: fix logic error in source-only building
6666 * scripts/dpkg-source.pl: handle Bugs and Origin tags
6668 Sun Nov 5 10:00:31 EST 2000 Ben Collins <bcollins@debian.org>
6670 * Create branch point for versioned provides
6671 * Revert patches for it from the HEAD
6673 Sun Oct 29 23:33:48 CET 2000 peter karlsson <peterk@debian.org>
6675 * po/sv.po: some corrections
6677 Sun Oct 29 01:47:59 CEST 2000 peter karlsson <peterk@debian.org>
6679 * po/sv.po: translated readfail message parameters from extract.c
6681 Sat Oct 28 15:41:04 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6683 * scripts/dpkg-genchanges.pl: make a missing package a warning instead
6685 * dpkg-deb/extract.c: mark readfail message parameters as translateable
6687 Wed Oct 25 00:14:06 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6689 * po/nl.po: new Dutch translation from Ivo Timmermans
6691 * configure.in: add nl to linguas
6693 Thu Oct 19 00:59:40 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6695 * utils/start-stop-daemon.c
6696 + fix a buffer overflow in cmdname handling
6697 + Only abort if we fail to open an existing pidfile
6698 * utils/start-stop-daemon.8: update formating
6700 Wed Oct 18 17:48:15 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6702 * scripts/dpkg-source.pl: patch from Colin Watson to not rename a
6705 Mon Oct 16 10:45:47 EDT 2000 Ben Collins <bcollins@debian.org>
6707 * main/packages.c: Hack up things so a package which
6708 provides/conflicts/replaces it's own virtual can be installed (can't
6709 be removed yet, but hey...)
6711 Sat Oct 7 22:18:43 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6713 * po/gl.po, configure.in: add new Galician translation from Alberto Garcia
6714 * po/pt_BR.po, configure.in: add new Brazilian translation from
6716 * THANKS: add Alberto and Carlos
6718 Wed Oct 4 16:37:08 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6720 * main/processarc.c: read trailing zeroes from tar output
6722 Tue Oct 03 23:13:59 CEST 2000 peter karlsson <peterk@debian.org>
6724 * po/sv.po: Updated Swedish translation.
6726 Sun Oct 1 20:09:42 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6728 * main/enquiry.c: fix the listpackage output logic
6729 * main/filesdb.c: fix error cleanup in ensure_statoverride
6730 * lib/myopt.[ch]: add myoptfile() so we can read configuration files
6731 * main/main.c: call new myoptfile()
6732 * include/Makefile.in, include/dpkg.h.in: add dpkgconfdir
6734 Mon Sep 25 16:19:05 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6736 * scripts/dpkg-divert.pl: don't print version twice on --help
6738 Thu Sep 21 16:29:32 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6740 * debian/shlibs-default.template: removed
6741 * debian/shlibs-{default,override}: new files
6742 * debian/rules: install shlibs-{default,override} in /etc/dpkg in dpkg-dev
6743 * scripts/{dpkg-buildpackage.sh,dpkg-genchanges.pl}: add -S option to only
6745 * scripts/dpkg-source.1: document new -S option
6747 Sun Sep 17 01:50:34 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6749 * scripts/dpkg-source.1: document -k option for dpkg-buildpackage
6751 Sat Sep 16 22:55:49 CEST 2000 peter karlsson <peterk@debian.org>
6753 * doc/sv/822-date.1, doc/sv/dpkg-split.8: Initial Swedish translation.
6754 * doc/sv/Makefile.in: Added more Swedish manual pages to install.
6755 * po/sv.po: Fixes and updates.
6757 Fri Sep 15 23:45:21 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6759 * THANKS: update email address for dhd
6760 * merge hppa fixed from dhd:
6761 + archtable: add hppa, fixup SuperH entries
6762 + scripts/dpkg-architecture.pl: add hppa
6763 + config.sub, config.guess: updated to support hppa
6764 + main/enquiry.c: fix printarch()
6766 Fri Sep 15 08:00:44 CEST 2000 peter karlsson <peterk@debian.org>
6768 * po/sv.po: Some consistency changes for the translation.
6769 * doc/sv/deb.5, doc/sv/dpkg.8, doc/sv/dselect.8: Translation fixes.
6771 Thu Sep 14 22:31:15 CEST 2000 peter karlsson <peterk@debian.org>
6773 * po/sv.po: Updated Swedish translation.
6774 * doc/sv/deb-control.5, doc/sv/deb-old.5, doc/sv/dpkg.8, doc/sv/md5sum.1,
6775 doc/sv/start-stop-daemon.8: Initial Swedish translation.
6776 * doc/sv/Makefile.in: Added more Swedish manual pages to install.
6778 Sun Sep 10 23:31:02 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6780 * scripts/dpkg-scanpackages.pl: modify to use most recent version
6781 of a package if multiple versions are found
6783 Sat Sep 9 21:17:37 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6785 * debian/control: add dependency on binutils for dpkg-dev (needed for
6787 * scripts/dpkg-shlibdeps.pl: really make it do what the documentation
6789 * scripts/update-alternatives.pl:
6790 + set alternative to manual mode when doing --config
6791 + Fix typo in test for removed manual alternative
6792 + Merge patch from Camm Maguire to fix updating of slave links
6794 Fri Sep 8 12:28:34 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6796 * configure.in: add de to ALL_LINGUAS
6797 * po/de.po: New German translation from Hartmut Koptein
6798 * THANKS: Add Hartmut
6799 * main/enquiry.c: fix silly type error
6800 * scripts/dpkg-divert.pl: change $dpkglibdir to $admindir
6801 * scripts/Makefile.in: set $admindir as well in scripts
6803 Tue Sep 5 20:28:17 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6805 * scripts/dpkg-source.1: note that dpkg-shlibdeps uses objdump now
6807 Sat Sep 2 18:29:56 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6809 * archtable, scripts/dpkg-architecture.pl: add entries for SuperH
6811 Wed Aug 30 14:24:53 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6813 * main/enquiry.c: modify listformatstring() to check if output is
6814 being sent to a tty. If not and no COLUMNS is set use a width of 80
6816 Mon Aug 21 12:58:15 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6818 * lib/lock.c, main/filesdb.c, main/archives.c, main/configure.c,
6819 dpkg-deb/build.c, dpkg-deb/extract.c: updates from Chip Salzenberg
6820 to clean up fd handling
6822 Thu Aug 10 21:08:00 CEST 2000 peter karlsson <peterk@debian.org>
6824 * po/sv.po: More corrections and translation updates.
6826 Mon Aug 7 12:02:16 PDT 2000 Wichert Akkerman <wakkerma@debian.org>
6828 * main/enquiry.c: cache value of packagelist formatstring instead
6829 of recreating it for every package
6831 Tue Aug 1 10:56:52 EDT 2000 Ben Collins <bcollins@debian.org>
6833 * main/packages.c: fix thinko with versioned deps
6834 * debian/rules:clean: remove distclean call, we purge the whole build
6836 * main/main.c: add --assert-versioned-provides option
6837 main/main.h: prototype it
6838 main/enquiry.c: add assertverprov()
6840 Mon Jul 31 23:38:56 EDT 2000 Ben Collins <bcollins@debian.org>
6842 * archtable: add ia64; revert sparc64 so that it turns into sparc. There
6843 wont be a full binary-sparc64 port.
6844 * dselect/main.cc: small fixups to get it to compile with gcc-2.96
6846 Wed Jul 26 21:27:30 CEST 2000 peter karlsson <peterk@debian.org>
6848 * po/sv.po: Updated translation.
6850 Sun Jul 23 15:23:15 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6852 * main/enquiry.c: mark another string as translateable
6854 Sun Jul 16 12:43:59 EDT 2000 Wichert Akkerman <wakkerma@debian.org>
6856 * scripts/dpkg-gencontrol.pl: add Origin, Submit-Bugs-To and
6857 Submit-Bugs-Style fields.
6858 * scripts/dpkg-source.1: slight formatting update
6859 * debian/copyright: merge two entries for Miquel van Smoorenburg
6861 Sat Jul 15 14:55:00 CEST 2000 peter karlsson <peterk@debian.org>
6863 * po/sv.po: More corrections.
6865 Thu Jul 13 10:22:43 EDT 2000 Wichert Akkerman <wakkerma@debian.org>
6867 * lib/fields.c: make a non-exact versioned provides a warning instead
6870 Tue Jul 4 17:29:06 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6872 * main/enquiry.c: modify getttywidth() to check COLUMNS environment
6873 * scripts/controllib.pl: remove warnings for LOGNAME stuff
6875 Wed Jun 28 19:50:00 CEST 2000 peter karlsson <peterk@debian.org>
6877 * po/sv.po: Updated Swedish translation from comments received.
6879 Wed Jun 28 00:04:40 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6881 * lib/showcright.c: don't translate function-name in do_fd_copy call
6883 Tue Jun 27 19:19:00 CEST 2000 peter karlsson <peterk@debian.org>
6885 * po/sv.po: Updated Swedish translation from comments received.
6887 Sat Jun 17 21:57:00 CEST 2000 peter karlsson <peterk@debian.org>
6889 * po/sv.po: Updated Swedish translation.
6890 * THANKS: Updated my e-mail address.
6892 Fri Jun 16 08:59:47 EDT 2000 Ben Collins <bcollins@debian.org>
6894 * main/depcon.c: really fixup versioned provides this time. basically we
6895 ignore the dvr_* of the provide, and use the version to decide if we
6896 want to use it to satisfy the dep
6897 * main/enquiry.c: ignore dvr_* type when checking for provides
6899 Thu Jun 15 13:41:28 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6901 * lib/parse.c: add Enhances to fieldinfos[]
6903 + initialize dop->backrev as well when creating new dependency
6904 + only allow exact version relations when dealing with provides
6905 * TODO: remove versioned provides
6906 * debian/rules: don't fail if make clean fails (which happens on a
6909 Thu Jun 15 10:09:03 EDT 2000 Ben Collins <bcollins@debian.org>
6911 * main/depcon.c: remove if() that prevented versioned deps from checking
6912 provides to satisfy them
6913 * dselect/pkgsublist.cc: Same
6915 Tue Jun 13 22:11:22 CEST 2000 peter karlsson <peter@softwolves.pp.se>
6917 * po/sv.po: Updated Swedish translation
6919 Tue Jun 13 19:23:37 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6921 * scripts/dpkg-statoverride.pl:
6922 + fix two typos in the help message
6923 + Add code to implement --update when adding an override
6924 * scripts/dpkg-statoverride.8: new file
6925 * debian/dpkg.postinst: create statoverride file if it doesn't exist
6927 Mon Jun 12 19:38:17 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6929 * scripts/dpkg-statoverride.pl: fix two typos in the help message
6930 * debian/dpkg.postinst: create statoverride file if it doesn't exist
6932 Mon Jun 12 16:35:26 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6934 * configure.in: generate doc/sv/Makefile as well
6935 * main/filesdb.c: fix logic when reading statusoverride-file
6936 * scripts/.cvsignore: add all the perl scripts
6937 * scripts/dpkg-divert.pl:
6938 + turn $admindir into $dpkglibdir, which the Makefile will handle
6939 + fix glob->regexp logic for --list
6940 * scripts/Makefile.in:
6941 + replace one `sed' with `$(SED)'
6942 + add dpkg-statoverride
6943 * scripts/dpkg-statoverride.pl: new util to manage statoverrides
6944 * debian/rules: move Swedish manpages into the package as well
6946 Fri Jun 9 15:52:28 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6948 * Merge things from the potato branch:
6950 + THANKS: Add Lele Gaifax
6951 + configure.in: add Italian to LINGUAS
6952 + doc/sv: new directory with Swedish manpages
6953 + doc/*: removed "GNU/Linux" since this runs on HURD as well
6954 + doc/ja/update-alternatives.8: new version
6955 + dpkg-deb/main.c: remove preprocessor define from gettextized string
6956 + dselect/main.c: remove preprocessor define from gettextized string
6957 + lib/showcright.c: remove preprocessor define from gettextized string
6958 + main/enquiry.c: can't use prepocessor defines in a gettextized string
6959 + dselect/pkgdisplay.cc: Replace empty string for eflags with a space
6960 + dselect/pkgsublist.cc: mark another string as translateable
6961 + dselect/pkgtop.cc: change code to reflect that the empty case for
6962 an eflagstring is now a single space, not an empty string (since
6963 gettext can't handle empty strings).
6964 + main/help.c: allocate a bit more space for the path buffer in checkpath()
6965 + main/main.c: fix location of --abort-after in --help output
6966 + scripts/debian-changelog-mode.el: fix documentation string for
6967 debian-changelog-finalise-last
6968 + scripts/dpkg-source.pl: fix typo
6969 + scripts/udate-alternatives.8: fixed errors found while Japanese
6970 translation was made.
6971 * methods/Makefile.am: removed
6973 Sun May 28 17:24:09 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6975 * dpkg-deb/build.c: remove extra closing brace
6976 * include/dpkg.h.in: add define for statusoveride file
6977 * main/filedb.[ch]: add code to manage the statoverride list
6978 * main/archives.c: modify tarobject() to check for statoverrides
6979 * TODO: remove integrating suidmanager note, it's partially done now
6981 Sun Apr 30 14:19:41 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
6983 * doc/*: remove all references to GNU/Linux and just mention `Debian
6984 system': we just as well on other operating systems.
6985 * scripts/dpkg-source.pl: add Format-field to .dsc files
6986 * debian/changelog: include changes from 1.6.12.99
6988 Sat Apr 15 14:53:23 EDT 2000 Wichert Akkerman <wakkerma@debian.org>
6991 * debian/rules: explicitly strip the setgid bit for debian/tmp-*.
6992 This is needed since the kernel copies it when we create subdirs
6993 and install doesn't strip it even though we explicitly ask for
6994 a mode 755 directory. Updated clean target to run make distclean
6995 to remove generated sourcefiles as well.
6996 * dpkg-deb/build.c: add comments to describe what we are doing.
6997 Add code to get a list of files to be added to the archive, reorder
6998 it and feed it to tar and use this to put symlinks after all other
7000 * scripts/dpkg-gencontrol.pl: add dpkg:Version and dpkg:UpstreamVersion
7001 to list of substvars
7003 Thu Apr 13 09:57:52 EDT 2000 Wichert Akkerman <wakkerma@debian.org>
7005 * configure.in: add -D_GNU_SOURCE to CFLAGS so we can get strsignal
7006 * scripts/dpkg-genchanges.pl: output Changed-By just after Maintainer
7007 * scripts/cl-debian.pl: really allow a single whitespace to between # and
7008 a bugnumber that will be closed.
7009 * Synchronize with potato-branch again:
7010 + scripts/dpkg-divert.pl: fixed typo
7011 + debian/dpkg-dev.{postinst,prerm}: remove emacsen-common stuff
7012 + po/{es,sv}.po: updated
7013 + debian/changelog: include changes for 1.6.12
7014 + dpkg-genchanges: recognize non-deb packages (tarballs, such as
7015 dpkg-non-deb and boot-floppies disk tarballs). This makes sure that we
7016 include them when figuring up the Arch field in the .changes
7017 + scripts/dpkg-buildpackage.sh: Don't default to no signing until
7018 after we parsed the options, otherwise we will miss overrides.
7020 Wed Apr 12 19:06:27 EDT 2000 Wichert Akkerman <wakkerma@debian.org>
7022 * scripts/dpkg-genchanges.pl: add dpkg:Version and dpkg:UpstreamVersion
7023 to list of substvars
7025 Sat Mar 18 19:08:20 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7027 * Synchronize with potato-branch again:
7028 + scripts/dpkg-buildpackage: improve test for default signcommand
7030 + dselect/*.cc: remove includes for signal.h and curses.h
7031 + dselect/dselect.h: include both signal.h and curses.h and #undef
7032 the ERR from sys/ucontext.h which breaks curses
7033 + scripts/dpkg-divert.pl: fix syntax error
7035 Sat Mar 4 16:52:38 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7037 * Synchronize with potato-branch again:
7038 + debian/changelog: update to 1.6.10
7039 + scripts/dpkg-divert.pl: reinstate last writeability-patch. Modified
7040 to not abort on ENOENT: this indicates a directory does not (yet)
7041 exist. If this happens don't try to rename.
7042 + scripts/update-alternatives.pl:
7043 + update usage-warning to reflect the new --config option
7044 + Document some global variables
7045 + Switch back to auto-mode when removing a manually selected alternative
7046 + dselect/{dselect.h,main.cc,pkglist.cc}: remove CAN_RESIZE stuff
7047 + dselect/methlist.cc: don't abort if getch fails due to interrupted syscall
7048 + dselect/pkglist.cc: don't abort if getch fails due to interrupted syscall
7049 + dselect/baselist.cc: put debug-statement in sigwinchhandler and
7050 actually resize the current terminal before redisplaying the screen
7052 Thu Mar 2 17:03:04 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7054 * dselect/methkeys.cc: remove old bindings for `n' and `p', which
7055 frees `n' to do searchagain
7057 Mon Feb 28 15:12:05 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7059 * utils/Makefile.in: fix link command for start-stop-daemon
7061 Mon Feb 21 18:05:55 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7063 * dselect/pkgsublist.cc: mark another string as translateable
7065 Thu Feb 17 22:01:38 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7067 * doc/ja/dselect.8: Updated
7069 Wed Feb 16 17:13:09 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7071 * dselect/pkgtop.cc: flag two more strings as translateable
7073 Tue Feb 15 19:57:45 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7075 * Merge the potato branch:
7076 * main/dpkg.8: don't list all authors but refer to THANKS file
7077 * debian/control: correct Build-Dependencies for ncurses
7078 * debian/control: update extended description to not list dependencies
7080 * Update lots of documentation
7081 * main/enquiry.c: handle failed open of /dev/tty
7082 * main/remove.c: revert earlier patch from Oct 11 1999 to remove
7083 conffiles before removing directories. Due to the changed execution
7084 order conffiles were no longer around when the postrm was run.
7085 which is not what we want.
7086 * methods/Makefile.in: create $(admindir)/methods/mnt
7087 * scripts/dpkg-gencontrol.pl: undo Source-Version changes
7088 * scripts/dpkg-source.pl: remove sticky bits from directory when
7090 * scripts/install-info.pl: partially apply patch from Jammin Wheeler
7091 <jammin@life.eu.org> to clean up errors
7092 * scripts/update-alternatives.pl: implement --verbose
7094 Sun Feb 13 01:06:46 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7096 * scripts/dpkg-buildpackage.sh: we know that dpkg-architecture is
7097 installed since we provide it, so don't test for its existance
7098 * More updates from Marcus Brinkman:
7099 + archtable: Change first column format from CPU to CPU-OS.
7100 Add entry for i386-gnu. Update comment.
7101 + configure.in: Check Debian architecture revamped:
7102 More appropriate check title. Check for CPU-OS in arhctable (instead
7103 just CPU). Enclose result message in [...] (because of the comma
7104 character). After the test, $dpkg_archset can't be empty, so remove
7105 following test which is always true.
7106 + Remove internal use of --print-architecture:
7107 scripts/controllib.pl: Use always dpkg-architecture -qDEB_HOST_ARCH
7108 scripts/dpkg-buildpackage: Don't set $arch at command line parsing time,
7109 instead, always set it later with dpkg-architecture -qDEB_HOST_ARCH
7110 dpkg-name.pl: Fall back to dpkg --print-installation-architecture.
7112 Sat Feb 12 17:11:33 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7114 * configure.in: don't try to outguess what CFLAGS should be
7115 * scripts/update-alternatives.8: fix typo
7116 * `Merge Marcus Brinkman patches day':
7117 + scripts/dpkg-architecture.pl: architecture -q should not imply -f
7118 + scripts/dpkg-shlibdeps.pl: build a list of packages instead of
7119 overwriting previous results.
7120 + utils/start-stop-daemon.c: update HURD specifics
7121 + configure.in: revamp HURD detection stuff
7122 + debian/rules: use dpkg-buildarchitecture to get proper info,
7123 set config_arg if we are crosscompiling
7124 + debian/rules: typo in clean target, scan start-stop-daemon for
7127 Tue Feb 8 21:33:58 EST 2000 Ben Collins <bcollins@debian.org>
7129 * main/{processarc,archive}.c: Make the conflictor an array of structs and
7130 make sure that check_conflicts uses that and increments a global indexs
7131 for the array. The reason that multiple conflicts/replaces were getting
7132 borked had something to do with thre first one in the hash not being
7133 processed. This was the result of bad pointer games, so this makes it a
7136 Wed Jan 19 16:41:04 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7138 * scripts/controllib.pl: add comment with description of global variables
7139 * scripts/dpkg-genchanges.pl:
7140 + add comment with description of global variables
7141 + Change Format number to 1.7
7142 + `Maintainer' is now the actual maintainer as listed in control
7143 + add `Changed-By' field with maintainer as listed in changelog. Add -e
7144 flag to override this value
7145 * scripts/dpkg-buildpackage.sh: pass -e on to dpkg-genchanges
7146 * scripts/dpkg-source.1: document new -e option, update copyright
7148 Mon Jan 17 21:20:35 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7150 * dselect/Makefile.in: not all shells support == for strings comparisons
7151 * version-nr: update to 1.6.8
7152 * scripts/dpkg-shlibdeps.pl: update to version from dpkg_test_bz2_syslog_sigs
7154 + use objdump instead of ldd
7155 + correct checks on shlibs.local
7157 Sun Jan 16 22:07:12 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7159 * main/dpkg.8: note that --force-overwrite is off by default
7160 * po/.cvsignore: add all the .gmo files
7162 Sat Jan 15 03:48:47 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7164 * doc/ja/dpkg-deb.5: updated with patch from Hiroshi KISE <fuyuneko@ryukyu.ne.jp>
7165 * THANKS: Add Hiroshi KISE
7167 Tue Jan 11 03:34:22 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7169 * scripts/dpkg-genchanges.pl: also upload full source if version is *-0.1
7170 * doc/ja/dpkg.8: updated with patch from Hiroshi KISE <fuyuneko@ryukyu.ne.jp>
7172 Tue Jan 11 18:32:52 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7174 * configure.in: Fix include in test for alphasort
7175 * Makefile.in: add intl to subdirectory-list
7176 * dpkg-deb/Makefile.in: set top_builddir
7177 * dselect/Makefile.in: set top_builddir
7178 * main/Makefile.in: set top_builddir
7179 * lib/compat.c: add really simple snprintf (doesn't do range-checking)
7180 * lib/compat.c: add sys_siglist
7181 * configure.in: add tests for snprintf and sys_siglist
7182 * include/dpkg.h.in: don't include sys/sysinfo.h, filesdb.c is the only
7183 thing that needs it and it has its own include.
7185 Tue Jan 11 02:02:00 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7187 * dselect/baselist.cc: don't specify SA_INTERRUPT, since it's
7188 not portable and the default behaviour
7189 * main/enquiry.c: include sys/termios.h (needed on Solaris)
7190 * lib/lock.c: use EACCESS instead of EWOULDBLOCK
7191 * dselect/main.cc: fix help for -D
7192 * dselect/main.cc: try to lock admindir instead of using readwrite
7193 * dselect/method.cc: switch to using fcntl for lock since that is more
7194 portable, and revamp lockingcode to reduce code duplication
7196 Mon Jan 10 20:55:45 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7198 * Update Swedish and Russian translation
7200 Sun Jan 9 16:11:39 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7202 * Merge patches from Josip Rodin:
7203 + various text and manpage updates
7204 + dselect/method.cc: don't abort if locking fails but give a
7206 + THANKS: fix various small errors
7208 Sun Jan 9 01:40:23 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7210 * scripts/cl-debian.pl: Allow space between `#' and the bugnumber in the
7212 * scripts/start-stop-daemon.c: test for __sparc__ instead
7213 * scripts/Makefile.in: add optlib to CFLAGS
7214 * utils/start-stop-daemon.c: add option to chroot first, patch from Marco d'Itri
7215 * utils/start-stop-daemon.8: document chroot option
7216 * dselect/pkgtop.cc: use waddnstr to print package description instead of waddch
7218 Fri Jan 7 18:24:45 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7220 * dselect/method.cc: pass admindir to dpkg
7221 * dselect/Makefile.in: fix rule to build helpmessages
7222 * dselect/curkeys.h: use curses.h instead of ncurses.h, since someone
7223 decided to play nasty and just remove that
7224 * scripts/: remove dpkg-safelist
7225 * dpkg-deb/build.c: remove dpkg-safelist calls
7226 * main/enquiry.c: redo formula to get fieldwidths for packages
7228 Wed Jan 5 17:09:45 CET 2000 Wichert Akkerman <wakkerma@debian.org>
7230 * Merge patch from Tom Lees <tom@lpsg.demon.co.uk>:
7231 + scripts/dpkg-buildpackage.sh: support debsign
7232 * scripts/update-alternatives.8: fix wrong order of parameters
7234 * Updated Polish translation
7236 Sun Dec 26 01:31:08 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7238 * Update copyright for Swedish translation to SPI instead of Debian
7240 Sat Dec 25 04:04:48 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7242 * dselect/pkgtop.cc: use waddnstr instead of waddch so we don't strip
7243 the 8th bit of characters
7244 * Replace `Debian Linux' with `Debian GNU/Linux' in some more places
7245 * Update Spanish translation
7246 * main/enquire.c: always use a minimum width of 80 in list1package
7247 * debian/rules: install dpkg-safefilelist
7249 Sat Dec 25 02:50:31 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7251 * Oops, forgot to add scripts/dpkg-safefilelist.{1,pl}
7252 * debian/control: remove double empty line
7253 * dpkg-deb/main.c: Fix help-message
7255 Fri Dec 24 17:34:30 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7257 * version-nr: update to 1.6.5
7258 * doc/Makefile.in: install THANKS
7259 * TODO: remove items that have been done
7260 * lib/showcright.c: exit(0) after showing the copyright since
7261 we don't exec cat anymore
7262 * Patch from David Huggins-Daines <dhd@eradicator.org>:
7263 + main/configure.c: add NULL to execlp() parameters; this fixes the random
7264 segfaults when showing the conffile-diff
7266 Fri Dec 24 15:35:29 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7268 * debian/control: add Build-Depends
7269 * THANKS: new file which lists everyone who contributed to the code
7270 * Change `Debian Linux' to `Debian GNU/Linux' in a couple of manpages
7271 * main/enquiry.c: modify list1package to use the full width of the tty
7272 * main/main.c: fix wrong call to fputs
7273 * Merge patches from Adam Heath:
7274 + lib/mlib.c: new function do_fd_copy to read a file into a fd
7275 + dpkg-deb/build.c: use do_fd_copy
7276 + dpkg-deb/build.c: use dpkg-deb-filelist to reorder files when
7278 + dpkg-deb/info.c: use do_fd_copy
7279 + lib/showcright.c: use do_fd_copy to read license
7280 + scripts/dpkg-safelist.{1,pl}: new script to reorder a filelist to
7281 make sure symlinks are listed after their targets.
7282 + dpkg-deb/main.c: add -z option to set compression level
7283 + dpkg-deb/build.c: pass new -z options to gzip
7284 * dpkg-deb/dpkg-deb.1: document new -z option
7286 Wed Dec 22 13:41:41 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7288 * main/main.c: cleanup printversion
7290 Wed Dec 22 12:07:40 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7292 * debian/dpkg-doc.postrm: Use doc-name instead of file-name (probably
7293 need to change the filename, but I'll be lazy now :)
7294 * dselect/pkgdisplay.cc: Replace empty string for eflags with a space
7295 so gettext doesn't use the translation-info
7296 * po/update.sh: Generate dselect/helpmsgs.{cc,h} so we can translate them.
7297 * po/POTFILES.in: add dselect/helpmsgs.cc
7298 * dselect/Makefile.in: put helpmsgs.{cc,h} in $(srcdir), since gettext
7299 will barf on us if we put them in the builddir. (The real issue here is
7300 that when we generate the .po-files we don't know what the builddir will
7301 be and gettext can't handle VPATH).
7302 * dselect patches from Dan Gohman <gohmandj@mrs.umn.edu>:
7303 + dselect/pkgtop.cc: use ACS_HLINE instead of `-'
7304 + dselect/baselist.cc: change colour of column headings
7305 + dselect: add a new --expert mode which suppresses the display of the
7308 Tue Dec 21 15:59:35 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7310 * scripts/dpkg-scansoures.pl: don't use \z since that is perl5.005-specific.
7311 Patch from Roderick Schertler <roderick@argon.org>
7312 * debian/rules: fix typo so cleanup-info.8 actually gets installed
7314 Fri Dec 17 00:41:50 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7316 * Makefile.conf.in: use @libdir@ and @admindir@
7317 * configure.in: add --with-admindir option and change the default
7319 * debian/rules: add --with-admindir=/var/lib/dpkg
7320 * scripts/debian-changelog-mode.el: update location of GPL
7321 * scripts/dpkg-name.sh: update location of GPL
7323 Thu Dec 16 15:20:11 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7325 * utils/start-stop-daemon.c: Fix OS-detection for sunos
7326 * utils/update-rc.d: Accept single-number values, since they are
7327 always in the [0,99] range
7329 Wed Dec 15 16:08:47 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7331 * autogen.sh: copy gettextm4, lcmessage.m4 and progtest.m4 to automake/
7332 for systems without gettext installed
7333 * Makefile.in: remove the gettext-macros in distclean
7334 * utils/Makefile.in: fix clean target, link md5sum and start-stop-daemon
7336 * optlib/*: getopt implementation for systems without GNU getopt.
7338 Wed Dec 15 00:18:30 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7340 * configure.in: Add option to disable building dselect
7341 * configure.in: Test for ptrdiff_t and stddef.h
7342 * config.h.bot: iclude stddef.h if it exists
7343 * Add config.sub and config.guess
7345 Tue Dec 14 20:08:58 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7347 * automake/sysconf.m4: really add the file this time
7348 * po/sv.po: new version with minor corrections
7349 * main/depcon.c: minor corrections to depisok()
7350 * scripts/dpkg-buildpackage.sh: fix -nc option
7352 Mon Dec 13 15:18:03 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7354 * scripts/dpkg-gencontrol.pl: use findarch to get the architecture
7356 Sun Dec 12 23:59:25 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7358 * dselect/main.cc: We need to printf programdesc as well
7359 * autogen.sh: Remove libtoolize call
7360 * automake/sysconf.m4: new autoconf-macros for sysconf
7361 * filesdb/main.c: also check MEMINFO_IN_SYSINFO
7362 * configure.in: remove ugly sysinfo-hacks to use new ac macros instead
7363 * utils/start-stop-daemon.c: modify to build on sunos
7365 Sun Dec 12 17:20:12 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7367 * Update the Swedish translation
7368 * start-stop-daemon.c: check exitnodo-flag if we fail to kill a
7371 Sun Dec 12 00:41:01 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7373 * Add Swedish translation from Peter Karlsson <pk@mds.mdh.se>
7375 Wed Dec 8 01:36:35 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7377 * Update Czech translation
7379 Tue Dec 7 17:41:17 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7381 * Drop the emacs bytecompile-stuff completely
7383 Tue Dec 7 14:08:21 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7385 * Fix display of copyright in menu
7387 Tue Dec 7 01:26:21 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7389 * Comment changes made in pkgdepcon.cc; they're not completely
7392 Mon Dec 6 01:37:08 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7394 * Correct uid/gid-changes in start-stop-daemon, patch from
7395 Topi Miettinen <Topi.Miettinen@nic.fi>
7397 Sun Dec 5 18:09:36 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7399 * Add manpages from Josip Rodin <joy@cibalia.gkvk.hr> for
7400 cleanup-info and dpkg-divert
7401 * New dpkg-scansources from Roderick to allow trailing blanks on lines
7402 * Correct generation of manual-version
7403 * Merge patch from Richard Kettlewell <rjk@sfere.greenend.org.uk> to
7404 eliminate string copies while reading .list files
7405 * Fix earlier translation-patch for dselect so it builds again
7407 Sat Dec 4 04:22:49 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7409 * Update the polish translation
7411 Mon Nov 29 21:11:35 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7413 * Change default lispdir to $(prefix)/emacs/site-lisp/$PACKAGE
7415 Sun Nov 28 21:56:32 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7417 * dselect/pkgdepcon.cc: don't treat recommends like (pre-)depends.
7418 Instead make it similar to suggests but default to selecting the package.
7420 Sat Nov 27 09:46:26 EST 1999 Ben Collins <bcollins@debian.org>
7422 * utils/start-stop-daemon.c: call initgroups() prior to seteuid()
7424 Fri Nov 26 18:36:22 EST 1999 Ben Collins <bcollins@debian.org>
7426 * dselect/main.cc: fixed three cases where gettext usage was not
7427 possible die to macros inlined in the strings
7429 Fri Nov 26 18:09:17 EST 1999 Ben Collins <bcollins@debian.org>
7431 * configure.in: generate utils/Makefile
7432 * utils/configure.in: removed so top level configure will take over this
7435 Fri Nov 26 02:21:56 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7437 * Fix .so-entries for script manpages
7439 Thu Nov 25 23:59:24 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7441 * Correct location of documentation in debian/dpkg-doc.doc-base
7443 Thu Nov 25 04:55:18 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7445 * Correct name of source tarball in debian/rules
7447 Thu Nov 25 03:45:23 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7449 * Merge the new buildsystem from the wta_build branch. If you want
7450 the old buildsystem check the last-of-automake tag
7452 Fri Nov 19 15:04:10 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7454 * `n' is also searchagain in dselect now
7455 * Do searchagain if an empty searchstring is entered
7457 Thu Nov 18 10:27:35 EST 1999 Ben Collins <bcollins@debian.org>
7459 * utils/start-stop-daemon.c: Added ability for user.group arg to
7460 --chuid. Also, always call initgroups() when using --chuid.
7461 * utils/start-stop-daemon.8: Document above change, also add note to the
7462 --make-pidfile option concerning its problem with daemons that fork
7464 Fri Nov 12 21:21:21 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7466 * Rename japanses translation to just jp
7468 Thu Nov 11 20:14:02 EST 1999 Ben Collins <bcollins@debian.org>
7470 * lib/tarfn.c: add braces around if to fix compiler warning
7472 Fri Nov 12 01:47:24 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7474 * Correct names for build-depency names according to Bug# 49792
7475 * .. and for dpkg-source.pl as well
7477 Mon Nov 8 17:45:50 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7479 * Add support for enhances to dpkg and dselect. dselect doesn't
7480 take any action on it yet though
7482 Tue Nov 2 20:19:48 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7484 * Fix some language mixups: our Polish translation was actually
7485 Czech, and we somehow lost the real Polish text..
7487 Mon Nov 1 23:25:32 CET 1999 Wichert Akkerman <wakkerma@debian.org>
7489 * Add partial Russian translation from Michael Sobolev <mss@transas.com>
7491 Sat Oct 30 16:22:00 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7493 * Fix file conflict between dpkg-dev, dpkg
7494 * Move changelog.manual to dpkg-doc
7496 Sat Oct 30 03:31:30 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7498 * Make it all build again
7499 * retro-actively add this ChangeLog entry
7500 * Removed bogus po/dpkg.po file
7501 * No longer translater internal errors.. we want to see the English text
7504 Fri Oct 29 20:16:43 EDT 1999 Ben Collins <bcollins@debian.org>
7506 * po/update.sh: make sure we only update when there are changes,
7507 also autodetect list of .po files we need to change
7508 * release.sh: likewise for .gmo generation
7510 Fri Oct 29 16:51:03 EDT 1999 Ben Collins <bcollins@debian.org>
7512 * main/archives.c: s/DPK/DPKG/ from one of the gettext changes
7514 Fri Oct 29 21:16:21 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7516 * Fix name for Polish translation
7518 Fri Oct 29 10:37:16 EDT 1999 Ben Collins <bcollins.debian.org>
7520 * dpkg-divert: Fix check for writable filesystem, closes: #48646
7522 Thu Oct 28 22:14:49 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7524 * Add Polish translation from Piotr Roszatycki <dexter@fnet.pl>
7526 Thu Oct 28 10:10:23 EDT 1999 Ben Collins <bcollins.debian.org>
7528 * dpkg-shlibdeps: fix ordering for shlibs.default
7530 Wed Oct 27 21:33:19 EDT 1999 Ben Collins <bcollins.debian.org>
7532 * release.sh: remove attic/ and doc/obsolete/
7533 * dpkg-gencontrol: add "Source" to the fields placed in the control file
7534 * dpkg-parsechangelog: fixed loop for parsepath
7536 Tue Oct 26 19:35:53 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7538 * Also translate helpmessages for dselect
7540 Mon Oct 25 21:08:06 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7542 * Added Czech translation from Petr Cech <cech@atrey.karlin.mff.cuni.cz>
7544 Mon Oct 25 19:10:50 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7546 * Mark more strings for translation in libdpkg and dpkg
7547 * Don't bother translating debug-statements
7549 Mon Oct 25 11:55:35 EDT 1999 Ben Collins <bcollins.debian.org>
7551 * scripts/dpkg-shlibdeps: start using objdump as opposed to ldd, this
7552 works much more cleanly, works with libc5, and allows from better
7553 error reporting. Also corrected checks on shlibs.local, which wasn't
7554 really being parsed, it now works as advertised.
7555 * scripts/{dpkg-gencontrol,dpkg-source,controllib.pl}: fixed references
7556 to old style build dep fields to match current policy ammendment
7558 Mon Oct 25 17:12:34 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7560 * gettextize dselect
7562 Mon Oct 25 08:42:52 EDT 1999 Ben Collins <bcollins.debian.org>
7564 * debian/rules: fix symlink creaton for /usr/share/doc/dpkg-dev -> dpkg,
7565 also compress the info and ps files for internals in dpkg-doc
7567 Mon Oct 25 06:50:17 EDT 1999 Ben Collins <bcollins.debian.org>
7569 * main/processarc.c: fixes calculation of package filename display (the
7570 ".../foo.deb" one) where it was showing the full path if the basename
7571 was longer than 30 chars. Now shows just the basename if it can't
7572 squeez the full path to < 30 chars (even if the basename is > than 30
7575 Mon Oct 25 02:27:49 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7577 * dselect/main.cc: Fixup error message for invalid parameter to reflect
7578 we are dselect, not dpkg
7580 Sun Oct 24 20:46:44 EDT 1999 Ben Collins <bcollins.debian.org>
7582 * scripts/dpkg-source.pl: we want to 'delete' the POSIXLY_CORRECT env
7585 Sun Oct 24 20:25:11 EDT 1999 Ben Collins <bcollins.debian.org>
7587 * debian/dpkg-doc-{postrm,prerm}: Added install-info for internals.info
7588 * debian/dpkg-internals: fixed misplaced description
7590 Sun Oct 24 11:39:21 EDT 1999 Ben Collins <bcollins.debian.org>
7592 * debian/control: added dpkg-doc
7593 * debian/dpkg-doc-{postinst,prerm}: new files for dpkg-doc package
7594 * debian/dpkg-internals: doc-base support for dpkg-doc
7595 * debian/rules: added build rules for dpkg-doc to binary-indep target
7596 * doc/Makefile.am: changed build setup for internals.sgml to use the
7597 debiandoc tools, and removed internals.* stuff from being built by
7598 default. Two new targets, internals and internals-install, now handle
7600 * doc/changelog: removed, duplicate of ChangeLog
7601 * doc/internals.sgml: converted to debiandoc format, now builds correctly
7603 * doc/manuals-version: removed since it is generated at build time
7604 * doc/texinfo.*: moved to doc/obsolete/ since the debiandoc format doesn't
7606 * main/filesdb.c: fixed compiler warning
7608 Sat Oct 23 21:23:08 EDT 1999 Ben Collins <bcollins.debian.org>
7610 * Added 'D' to the list of choices for conffile handling
7612 Sat Oct 23 16:25:16 EDT 1999 Ben Collins <bcollins.debian.org>
7614 * main/{processarc.c,depcon.c}: added new structure for conflictors,
7615 which contains a struct for conflicts. This is used to create an array
7616 of conflicting packages, which are going to be replaced. Allows for
7617 multiple conflicts and replaces. All conflictor handlers were
7618 converted to loops to handle each one (processarc.c).
7620 Sat Oct 23 09:22:16 EDT 1999 Ben Collins <bcollins.debian.org>
7622 * Leave file info intact in available when installing packages. MD5sum,
7623 Filename, and MSDOS-Filename used to get lost when installing a package.
7624 * Backout dep check patch (merged from v1_4_1_18)
7625 * Added armv4l to archtable
7627 Thu Oct 21 12:57:31 EDT 1999 Ben Collins <bcollins.debian.org>
7629 * Fixed incorrect patch for --print-architecture (oops, oh well
7630 it was already broken when there was no gcc anyway :)
7631 * Fixed missing mipseb that was supposed to be in the archtable
7632 * Better output in update-alternatives --config, now shows the
7633 current, and the prefered choices.
7634 * dpkg-name: ignore epoch when getting version
7635 * 50dpkg-dev.el: add it as a conffile for dpkg-dev
7636 * dpkg-shlibdeps: redirect STDERR to /dev/null for the dpkg fork so we
7637 don't see dpkg's errors
7638 * internals.sgml: Removed references to the versions of build tools,
7639 they date the document.
7640 * debian-changelog-mode.el: added hint for better log-email handling
7641 * Added recognition for new source-depends fields for policy
7642 referenced in bug #41232
7643 * dpkg-buildpackage: add -ap option to force a pause prior to starting
7644 the sign process. This helps for people who don't keep their signatures
7645 on the filesystem (on a floppy perhaps, then mount as needed).
7646 * minor script corrections
7647 * dpkg-dev control: Change gcc to c-compiler in the recommends field, and
7648 move cpio, patch and make to the depends line
7650 Thu Oct 21 10:22:43 EDT 1999 Ben Collins <bcollins.debian.org>
7652 * Fixed the check that was added to dpkg-divert.
7653 * Removed the lib version checking.
7654 * Oops, somehow the --config feature went missing from update-
7657 Thu Oct 21 13:22:42 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7659 * Update copyright (taken from dpkg-iwj tree, with Ben added)
7660 * Add support for long filenames in tarfiles. Based on a patch
7661 from Andrew Hobson <ahobson@eng.mindspring.net>
7662 * Add a --assert-longfilenames option
7664 Thu Oct 21 06:37:24 EDT 1999 Ben Collins <bcollins.debian.org>
7666 * Fixed some compiler warnings
7667 * Make start-stop-daemon exit(1) when we don't find one of the
7668 pid's we are trying to kill, in accordance with the man page.
7669 * When running --configure on an already installed package, just
7670 say it's installed, and not that it is in an unconfigurable
7672 * Bah, add all the prefix/datadir... stuff back to the install
7673 target in debian/rules (po/ doesn't use it)
7674 * Add function to libdpkg that dpkg can call to make sure it's
7675 compiled version matches that of the library. If it fails,
7676 complain loudly, but allow to proceed
7677 * Make dpkg check for uid 0 requirement, before checking the path
7678 since not being root, is probably the reason that the PATH is
7679 borked in the first place
7680 * Make -p short for --print-avail, and -P short for --purge
7681 * Fix typo in md5sum(1) man page
7682 * start-stop-daemon: Add --background and --make-pidfile options
7683 * update-alternatives: make sure we remove "old" symlinks when they
7684 are no longer pertinent. Add /etc/alternatives/README that refers
7685 to the update-alternatives(8) man page.
7686 * dpkg-divert: Add check for being able to write to the old/new
7687 destination before doing a rename. We fail on this, without
7688 changing the diversion registry
7689 * Fix bad regex in update-rc.d
7691 Tue Oct 19 18:07:28 EDT 1999 Ben Collins <bcollins.debian.org>
7693 * Ok, TMPDIR usage is back in dpkg-deb and working
7694 * {include,scripts}/Makefile.am: Fix for using DESTDIR
7695 * debian/rules: really convert to DESTDIR on install target this
7696 time. chmod -x everything in /usr/lib to make lintian happy.
7697 in the clean phase just rm -rf $(BUILD), we don't need to run
7698 distclean and all that other stuff. Don't run "make dist", we
7699 simply copy the .tar.gz that dpkg-source creates for the byhand
7702 Tue Oct 19 09:59:22 EDT 1999 Ben Collins <bcollins.debian.org>
7704 * Reverted the new tmpfile stuff in dpkg-deb. For some reason it's
7705 completely corrupting the new package
7707 Mon Oct 18 18:40:35 EDT 1999 Ben Collins <bcollins.debian.org>
7709 * Reimplemented a better *stat cache for the removal checking code,
7710 this helps a lot when doing upgrades where the packages are a lot
7711 different in layout. Note, I tested the first way and this new way
7712 against package foo (version 1 & 2) each had 5000 files (different
7713 in version 2 than in version 1). basically this meant the old way
7714 needed to do about 2.5 million lstats, and the new way only needs
7715 10,000 lstats. This sped it up about %6000 percent (the old way took
7716 over 1 hour on a 333Mhz, the new way was 2 minutes and 20 seconds).
7717 Note that this is an extreme case since most per package upgrades
7718 a) don't have 5000 files
7719 b) don't have all the files different
7720 * Increased largemem auto detection to >= 24megs, since it's not uncommon
7721 for dpkg to actually use 16megs of ram all on its own when using the
7722 largemem setting (old minimum was 16megs)
7724 Mon Oct 18 09:25:30 EDT 1999 Ben Collins <bcollins.debian.org>
7726 * Add mipseb to the archtable too, since mips and mipseb are
7727 both viable names for the mips big endian arch
7728 * Update dpkg-architecure's archtable
7729 * Removed the maintainer-configure portion in debian/rules, since
7730 we should be shipping the source with all the auto* stuff
7731 already generated anyway
7732 * Removed the ltconfig patch, and resort to a debian/rules fix
7733 to libtool itself after running configure, much cleaner, and
7734 reversible since libtool is a generated file
7735 * Use DESTDIR when installing instead of specifying all our
7736 dest dirs seperately in the make line. Also fix some of the
7737 make files to use DESTDIR when installing files
7738 * Regenerated .po files and dpkg.pot. Also added update.sh to the po/
7739 subdir for easier regenerating for cvs only
7740 * Make release.sh generate .gmo files
7741 * Removed shlibs.default.i386. It's now a template for arch porting to
7742 Debian/dpkg, we install it still, if there exists a file matching the
7745 Sun Oct 17 13:40:46 EDT 1999 Ben Collins <bcollins.debian.org>
7747 * Removed references to dpkg(5) which seems to not exist anymore
7748 * Fixed `dpkg-deb --help' and dpkg-deb(1) from reporting --no-check
7749 when it's actually --nocheck (went with the hardcoded option, so
7750 this is just a documentation fix).
7751 * Added better check in disk.setup for a working NFS server. Makes
7752 it compatible with other non-Linux servers.
7753 * Corrected dpkg(8)'s example of using dpkg -i (showed it used with
7754 a .tar.gz instead of a .deb)
7755 * Applied patch to correct improper TMPDIR handling in dpkg-deb
7756 * When encountering an error in extracting the tar archives in the
7757 packages, we should abort the install, not simply give an error
7759 * Make dpkg give the builtin arch if there was an error while exec()'ing
7760 the C compiler with --print-architecture. We still fail if the
7761 output from gcc was bad in some way, since they may be of importance.
7763 Sun Oct 17 11:51:36 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7765 * Revert to hardcoding ENOENT again, since the necessary parts of
7766 the perl POSIX module aren't in perl-*-base. sigh.
7768 Sat Oct 16 11:43:45 EDT 1999 Ben Collins <bcollins.debian.org>
7770 * Added --chuid option to start-stop-daemon to allow switching to
7771 a different uid when starting a process
7772 * Added mipsel to the archtable for completeness
7773 * Added --config option to update-alternatives to allow easy changing
7774 of the registered alternatives for a specific name
7775 * Updated the deb-control(5) man page with all the current fields
7777 * Made the large info screen show 5 lines of the pkglist so that
7778 it scrolled properly, and still showed the cursor
7780 Thu Oct 14 04:51:14 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7782 * Don't use Errno module but the POSIX module, since that *is*
7784 * Fixup debian/rules
7786 Thu Oct 14 04:39:25 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7788 * Update dpkg manpage to add new --force-conf* options
7790 Thu Oct 14 04:16:25 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7792 * Reinstate patch to not read available-file with doing listfiles.
7793 * Don't forget to get the correct SHELL before showing a diff of
7795 * Merge a patch from Ben Collins to add a bunch of --force options
7796 to handle changed conffiles
7798 Thu Oct 14 03:37:52 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7800 * Add mips to archtable
7801 * Use Errno module to get ENOENT instead of hardcoding it
7803 Thu Oct 14 02:47:40 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7805 * Fix C error we introduced in checkpath() earlier
7807 Wed Oct 13 20:41:16 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7809 * Update oldfile-check in process_archive so we don't experience
7812 Wed Oct 13 17:51:17 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7814 * Merge patches from Ben Collins <bcollins@debian.org>:
7815 + fix windowresizing in dselect
7816 + when upgrading check if a file is not also in the new package before
7817 removing it, so we don't remove new files due to symlinks confusing us
7818 + fix logic error in checkforremoval: it was breaking cycles in for the
7820 + fix findbreakcycle to remove cycles even for packages we are not changing
7822 Mon Oct 11 22:19:01 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7824 * Add the option to show a diff of the old and new conffile when
7825 configuring a package
7827 Tue Oct 12 17:15:08 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7829 * don't die if we can't open a package in dpkg-scanpackages, just print
7830 a warning and skip the package.
7832 Mon Oct 11 18:18:25 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7834 * Move dselect into its own package
7836 Mon Oct 11 17:37:47 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7838 * Added support for HURD to start-stop-daemon
7839 * Create new directory utils/ for extra C-programs, and move
7840 start-stop-daemon there.
7842 Mon Oct 11 15:47:18 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7844 * Preparation to move start-stop-daemon from scripts to utils
7845 * Merge patches from Ben Collins <bcollins@debian.org>:
7846 + modify remove_buld to remove conffiles when purging a package before we
7847 remove its directories.
7848 + check if we violate conflicts/depends/pre-depends of other packages when
7849 processing an archive.
7851 Mon Oct 11 02:13:15 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7853 * Merge patch from Ben Collins <bcollins@debian.org> to make dpkg-deb
7854 handle packages created with Linux ar.
7856 Thu Oct 7 01:16:23 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7858 * Check if sequencecode is between 0 and 99 instead of just checking
7859 for a number in update-rc.d
7861 Wed Oct 6 14:40:33 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7863 * Lock complete lockfile for database: it's empty anyway, and Hurd
7864 doesn't support partial locks currently
7865 * Don't use PATH_MAX but allocate necessay memory in checkpath().
7866 Useful for system that don't have PATH_MAX (like Hurd)
7868 Tue Oct 5 19:16:38 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7870 * Set docdir to $(datadir)/doc
7871 * Install /etc/emacs/site-start.d/50dpkg-dev.el with mode 644
7873 Tue Oct 5 04:08:41 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7875 * Make /usr/share/doc/dpkg-dev a symlink to /usr/share/doc/dpkg
7877 Mon Oct 4 15:38:42 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7879 * Update GPL and documentation location in debian/copyright
7881 Sat Oct 2 16:00:38 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7883 * Update deb.5 to say it's in section 5, not 8
7885 Tue Sep 28 13:38:50 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7887 * Make dpkg-source work again on empty diffs, patch from Roman Hodek
7888 <Roman.Hodek@informatik.uni-erlangen.de>
7890 Tue Sep 28 01:14:14 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7892 * Fix typo in dpkg-buildpackage that broke signing if only -sgpg was given
7894 Mon Sep 27 04:25:32 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
7896 * Change changelog-style for ChangeLog, the package-style doesn't work
7898 * Merged patch from Adam Heath <doogie@debian.org> to make update-alternatives.pl
7899 work across filesystems
7901 dpkg (1.4.1.12) unstable; urgency=low
7903 * Non-maintainer release.
7904 * Fix typo in chmodsafe_unlink that made dpkg chmod files that
7905 weren't setuid or setgid
7907 -- Wichert Akkerman <wakkerma@debian.org> Sun, 26 Sep 1999 02:41:30 +0200
7909 dpkg (1.4.1.11) unstable; urgency=low
7911 * Non-maintainer release.
7912 * Added sparc64 to archtable
7913 * Added entries for newer alpha architectures to the archtable
7914 * Always run patch and diff with LANG set to C.
7915 * Handle diff warning for files with no newline at the end of file
7918 -- Wichert Akkerman <wakkerma@debian.org> Fri, 24 Sep 1999 03:23:54 +0200
7920 dpkg (1.4.1.10) unstable; urgency=low
7922 * Non-maintainer release.
7923 * Build dpkg-scansources manpages using pod2man
7924 * dpkg-buildpackage changes:
7925 + fix signinterface-detection
7926 + use gpg by default if $HOME/.gnupg/secring.gpg exists
7928 -- Wichert Akkerman <wakkerma@debian.org> Thu, 16 Sep 1999 15:36:43 +0200
7930 dpkg (1.4.1.9) unstable; urgency=low
7932 * Non-maintainer release.
7933 * Updated dpkg-scansources to current version from Roderick Schertler
7934 * Update location of GPL in internals-manual
7935 * Update location of GPL and dpkg copyright in all manpages
7936 * Include patch from Roman Hodek for dpkg-source to handle diffs of files
7937 with lines that begin with two dashes.
7938 * Move dpkg-scansources to dpkg-dev package
7939 * Move dpkg-scansources manpage to section 8
7940 * Fix error that moved a lot of manpages to the dpkg package.
7941 * It looks like not reading the available-file for listfiles was not greeted
7942 with much enthiousiasm, so reverse the change.
7944 -- Wichert Akkerman <wakkerma@debian.org> Wed, 15 Sep 1999 03:45:07 +0200
7946 dpkg (1.4.1.8) unstable; urgency=low
7948 * Non-maintainer release.
7950 * Add patch from Raphael Hertzog <rhertzog@hrnet.fr> for dpkg-scansources
7951 to skip comments in signatures. This allows packages to also use GnuPG.
7953 -- Wichert Akkerman <wakkerma@debian.org> Mon, 13 Sep 1999 04:16:33 +0200
7955 dpkg (1.4.1.7) unstable; urgency=low
7957 * Non-maintainer release.
7958 * Use /usr/share/doc
7959 * Merge changes from dpkg-iwj tree:
7960 + change section in dpkg-deb.1 to 1
7961 + Use COPYINGFILE instead of hardcoded GPL-location in showcopyright()
7962 + varbufprintf (used for some error messages) vsnprintf return value
7963 assumption changed to correspond to reality rather than glibc-doc.
7964 + Don't read available-info when not needed (slightly improved from
7965 dpkg-iwj: don't read for listfiles either :)
7966 + Cleanup --assert-* code
7967 + Assume largemem on systems without sysinfo(2).
7968 + modify preexec-script for easier script execution
7969 + Do not chmod(".../path/to/symlink",0600) causing many bad perms.
7970 + Sanity-check numbers for parameters
7971 + Move some logic from process_archive into wantinstall
7972 + Print '0' in dpkg-scanpackages if no packages found.
7974 -- Wichert Akkerman <wakkerma@debian.org> Fri, 10 Sep 1999 04:06:32 +0200
7976 dpkg (1.4.1.6) unstable; urgency=low
7978 * Non-maintainer release.
7979 * scripts/dpkg-architecture.pl: Update to latest version.
7980 * scripts/dpkg-architecture.1: Likewise.
7982 -- Marcus Brinkmann <brinkmd@debian.org> Sat, 24 Jul 1999 18:24:21 +0200
7984 dpkg (1.4.1.5) unstable; urgency=low
7986 * Non-maintainer release.
7987 * (dpkg-dev): Use emacsen-common for debian-changelog-mode.el
7988 (closes:Bug#20776,#31030).
7989 * Removed references to the packaging and policy manuals from debian/control.
7990 * Put debian-changelog-mode.el in dpkg-dev and remove from dpkg (closes:Bug#29271).
7991 * Fix paths in 50dpkg-dev.el using Roderick Schertler's patch
7992 (closes:Bug#28270,#29702,#26876,#29184,and others).
7993 * Note that bug number 17367 was fixed in 1.4.0.26.
7994 * Add Zack Weinberg's install-info patch for GNU install-info
7995 compatibility (closes:Bug#28965).
7996 * Add dpkg-architecture stuff from Marcus Brinkmann.
7997 * Remove debian-keyring suggests from dpkg.
7998 * Add -k<keyid> flag to dpkg-buildpackage.
7999 * --textmode works in gpg, remove kluge from dpkg-buildpackage.
8000 * Cleanup configure.in slightly (stop using tl_ macros, fix gettext stuff).
8001 * Attempt to make Debian source useful for non-Debian systems
8002 (i.e. distclean tree instead of maintainer-clean tree).
8003 * Sync with wichert's 1.4.1.4.
8004 * Add my ltconfig-1.3.2.diff (RPATH workaround).
8005 * Add dpkg-scansources program and man page.
8006 * Man pages in /usr/share/man.
8008 -- Joel Klecker <espy@debian.org> Tue, 13 Jul 1999 18:12:15 -0700
8010 dpkg (1.4.1.4) unstable; urgency=low
8012 * Also change developer-keyring to debian-keyring for dpkg-dev package
8013 * Include spanish translation from Nicolás Lichtmaier <nick@debian.org>
8014 * Depend on perl5 instead of perl
8016 -- Wichert Akkerman <wakkerma@debian.org> Mon, 5 Jul 1999 00:04:14 +0200
8018 dpkg (1.4.1.3) unstable; urgency=low
8020 * Modify tarobject() so it does not complain if we are creating a
8021 directory that replaces a removed file. This works around the
8022 problem that the filedatabase doesn't remember what filetype a
8023 file was by assuming it already was a directory
8025 -- Wichert Akkerman <wakkerma@debian.org> Mon, 31 May 1999 23:49:23 +0200
8027 dpkg (1.4.1.2) unstable; urgency=low
8029 * Non-maintainer upload
8030 * Rebuild, so this is glibc2.1 (unless you're on m68k), which is rumoured
8031 to also fix the i8n-problems.
8032 * Incorporate 1.6 format of .changes, patch from Guy Maor
8033 * Fix bug in section-handling of dpkg-scanpackages, patch from Guy Maor
8034 * Disable force-overwrites again, since we're in unstable
8035 * Assume largemem on systems for which sysinfo is not available, Bug# 33658
8037 -- Wichert Akkerman <wakkerma@debian.org> Wed, 26 May 1999 15:50:17 +0200
8039 dpkg (1.4.1.1) unstable; urgency=low
8041 * Non-maintainer upload
8042 * Install emacs-startup scripts with mode 0644 (lintian)
8043 * Incorporate changes in NMU 1.4.0.32 made by Vincent Renardias
8044 <vincent@waw.com> for slink:
8045 + Apply patch from Jim Pick for update-alternatives.pl to
8046 fix 'Important' bugs #30891 in dpkg and (#27382, #27383, #27696,
8047 #27703, #27736, #27097(merged bugs)) in jdk1.1.
8048 * Incorporate changes in NMU 1.4.0.33 made by me for slink:
8049 + Fix illegal perl construct (Bug# 30985)
8050 + Initialize oialtname->useinstead and oicontest->camefrom to 0 (Bug# 30397)
8051 + Update shlibs.default for libncurses 4 (Bug# 30332)
8052 + Suggest debian-keyring instead of developer-keyring (Bug# 27376, 30248)
8053 + Abort dpkg-divert when attempting to divert a directory (Bug# 30126)
8054 + Make dpkg-deb.1 aware that it is in section 1, not 8
8055 + Fix section in reference to dpkg-deb in dpkg.8 (Bug# 29740)
8056 + Fix typo in --force-help (Bug# 26193)
8057 + Correct path for debian-changelog-mode.el (Bug# 24606)
8058 + Make disk-method for dpkg use /var/run instead of /tmp to fix
8059 symlink-attacks (Bug# 21399)
8060 + Document -n and -f options for update-rc.d in manpage (Bug# 15913)
8061 + Add --abort-after option to change after how many errors we abort and
8062 change the default to 50 (Bug# 22940)
8063 + Fix controllib.pl: don't check debian/substvars unless needed, and
8064 don't depend on language settings (Bug# 31508)
8065 + Allow a - in the architecture-field (Bug# 25537)
8067 -- Wichert Akkerman <wakkerma@debian.org> Mon, 1 Feb 1999 00:44:01 +0100
8069 dpkg (1.4.1) unstable; urgency=low
8071 * Maintainer release by IWJ.
8072 * Changed Maintainer: field description.
8073 * Various changes to make the damn thing build.
8074 * Add .cvsignore files.
8076 -- Ian Jackson <ian@davenant.greenend.org.uk> Sun, 1 Nov 1998 17:33:38 +0000
8078 dpkg (1.4.0.31) unstable; urgency=low
8080 * dpkg/processarc.c: Make newfileslist static like the other arguments
8081 for register_cleanup's cu_* functions.
8082 * N-th fix for controllib.pl (simulate old behavior by trying stdin,
8083 stdout, and stderr for getlogin()).
8084 * Enable --force-overwrite for slink release, and comment where to do
8086 * Recompile against ncurses4.
8088 -- Daniel Jacobowitz <dan@debian.org> Thu, 22 Oct 1998 17:37:23 -0400
8090 dpkg (1.4.0.30) unstable; urgency=low
8092 * dpkg-dev isn't allowed to have a Recommends: debian-keyring (as that's
8093 in contrib), so it's now lowered to a Suggests: . Thanks to James Troup
8094 for pointing this out.
8096 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Sat, 26 Sep 1998 13:59:23 +0200
8098 dpkg (1.4.0.29) unstable; urgency=low
8100 * For now, prefer PGP over GPG.
8102 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Tue, 22 Sep 1998 09:38:09 +0200
8104 dpkg (1.4.0.28) unstable; urgency=low
8106 * Added gpg (GNU Privacy Guard) support:
8107 * scripts/buildpackage.sh: default to GPG (unless no GPG, but only a PGP
8108 secret key file is found), as GPG, unlike PGP, is DFSG-free.
8109 * Updated dpkg-source(1), and added gpg(1) and pgp(1) to the SEE ALSO
8111 * Worked around broken textmode implementation in GPG.
8112 * dpkg-dev now Suggests: gnupg .
8113 * No longer includes developer-keys.pgp . Instead, dpkg now Suggests: and
8114 dpkg-dev now Recommends: developer-keyring.
8115 * Compiled with latest libstdc++ (2.9).
8117 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Mon, 21 Sep 1998 13:17:14 +0200
8119 dpkg (1.4.0.27) unstable; urgency=low
8121 * REALLY fixed dpkg-dev, and new attempt to placate installer on internals.
8123 -- Daniel Jacobowitz <dan@debian.org> Fri, 27 Jul 1998 15:58:04 -0400
8125 dpkg (1.4.0.26.0.1) unstable; urgency=low
8127 * Binary-only upload for x86 and fixed dpkg-dev
8129 -- Daniel Jacobowitz <dan@debian.org> Fri, 24 Jul 1998 15:58:04 -0400
8131 dpkg (1.4.0.26) unstable; urgency=low
8133 * Non-maintainer upload.
8135 * Make --root work with maintainer scripts (Patch by Scott Barker,
8136 bugs #4863 and #3170).
8137 * Fix $(lispdir) bug if compiling without emacs (noticed by Joey Hess).
8139 -- Daniel Jacobowitz <dan@debian.org> Thu, 23 Jul 1998 12:02:04 -0400
8141 dpkg (1.4.0.25) unstable; urgency=low
8143 * Non-maintainer upload.
8145 * Add the requested -nc option to dpkg-buildpackage (Do
8146 not clean source tree, useful in debugging cycles).
8147 * controllib.pl: Again by popular acclamation, fix the getlogin() warnings.
8148 I redirected STDERR onto fd 0 before calling getlogin().
8149 * tools.m4: Fix display of whether c++ works.
8150 * dpkg-deb/extract.c: glibc 2.1 and some kernels want to make
8151 fflush() move the current fpos. Until someone can fix that,
8153 * Add an extra 0, to dselect/{pkg,meth}keys.cc so it compiles again.
8154 * Start using lchown() if available.
8155 * Really fix #20353. (aclocal.m4 was the wrong place; that's a generated
8156 file. The correct place is in tl_canon.m4.)
8158 -- Daniel Jacobowitz <dan@debian.org> Tue, 21 Jul 1998 03:14:14 -0400
8160 dpkg (1.4.0.24) unstable; urgency=low
8162 * Non-maintainer upload.
8164 * dpkg/main.c: Turn --force-overwrite off as default.
8165 * dpkg/main.c: don't list --force-overwrite as default in --force-help,
8166 noticed by Peter Weiss <Peter.Weiss@Informatik.Uni-Oldenburg.DE> and
8167 others. [#23542, part of #17409].
8168 * dpkg/dpkg.8: replaced with a newer version from Jim Van Zandt
8169 <jrv@vanzandt.mv.com>. [#21061]
8171 * dpkg-deb/build.c (do_build): add missing \n and improve error message
8172 when conffile name is too long. [#7057]
8174 * scripts/update-alternatives.8: replaced with better man page from
8175 Charles Briscoe-Smith <cpb4@ukc.ac.uk>. [#17283]
8176 * scripts/dpkg-source.1: corrected logic error in documentation for
8177 dpkg-gencontrol's -p option, as noticed by Oliver Elphick
8178 <olly@linda.lfix.co.uk>. [#14655]
8179 * scripts/controllib.pl (findarch): correct typo in error message,
8180 noticed by Yann Dirson <ydirson@a2points.com>. [#22106]
8181 * scripts/dpkg-buildpackage.sh: fix typo s/source version/source
8182 maintainer/, noticed by Joey Hess <joey@kite.ml.org>, Adam P. Harris
8183 <apharris@onshore.com> and others. [#10175, #15559]
8184 * scripts/dpkg-genchanges.pl: applied patch from Roman Hodek
8185 <Roman.Hodek@informatik.uni-erlangen.de> which solves problems with
8186 architecture specific packages in mostly architecture independent
8187 multi-binary source packages. [#14341, #20192].
8189 * doc/Makefile.am: remove any reference to the packaging manual, as it is
8190 now provided by the separate "packaging-manual" package.
8191 * doc/packaging.sgml: removed.
8192 * doc/developer-keys.pgp: updated to the current debian keyring.
8194 * aclocal.m4: applied patch from Joel Klecker <jk@espy.org> to handle
8195 egcs' --print-libgcc-file-name output. [#20353]
8197 * debian/copyright: correct FSF address.
8198 * debian/rules: add code from lesstif's debian/rules to make libtool
8199 less of a fool (i.e. not use -rpath and to link shared libraries
8200 against libraries it depends on). Code by Richard Braakman
8201 <dark@xs4all.nl> and Yann Dirson <dirson@debian.org>.
8202 * debian/rules: remove all reference to the packaging manual as it is
8203 now provided by the seperate "packaging-manual" package. [#21581,
8204 #21186, #22698, #23342]
8205 * debian/rules: link dpkg-divert.1.gz to undocumented.7.gz as the lack
8206 of a real manpage has been reported in #11093.
8207 * debian/README.compile: removed gawk and bogus comment about gettext
8208 being in experimental, as reported by Santiago Vila <sanvila@unex.es>
8209 [#23344]. Added libpaperg (debiandoc2ps needs paperconf).
8210 * debian/shlibs.default.i386: updated for glibc, reported by Herbert Xu
8211 <herbert@gondor.apana.org.au>. [#13140]
8212 * debian/control (dpkg-dev): depend on perl as POSIX (not a part of
8213 perl-base) is needed by most of the perl dpkg-* scripts, noticed by
8214 Joel Klecker <jk@espy.org>. [#22115]
8216 -- James Troup <jjtroup@comp.brad.ac.uk> Wed, 24 Jun 1998 14:38:52 +0200
8218 dpkg (1.4.0.23.2) frozen unstable; urgency=low
8220 * Non-maintainer upload.
8221 * dpkg/main.c: Turn --force-overwrite back on as default.
8223 -- James Troup <jjtroup@comp.brad.ac.uk> Tue, 23 Jun 1998 22:19:26 +0200
8225 dpkg (1.4.0.23.1) frozen unstable; urgency=low
8227 * No real changes, only a new version code to make this go to frozen too.
8229 -- Nils Rennebarth <nils@debian.org> Wed, 10 Jun 1998 17:29:58 +0200
8231 dpkg (1.4.0.23) frozen unstable; urgency=low
8233 * Non-maintainer bug-fix release
8234 * Update the disk method to the hamm directory structure (Bug#21000)
8236 -- Nils Rennebarth <nils@debian.org> Sun, 7 Jun 1998 19:14:51 +0200
8238 dpkg (1.4.0.22) frozen unstable; urgency=medium
8240 * Non-maintainer bug-fix release
8241 * Install main changelog file as `changelog.gz' instead of
8242 `changelog.dpkg.gz' (Debian Policy, section 5.8) (Bug#6052,15157)
8243 * Avoid use of /tmp/*.$$ in preinst and postinst (Bug#19712)
8244 * Make sure diversions file is always created with mode 0644 (Bug#19494)
8245 * When removing a file, chmod it to 000 if it's a char or block
8246 device or remove its s[ug]id bits, if any (Bug#6006)
8247 * Minor fixes in the programmer's manual (Bug#6206)
8248 * Always create readable status and available files
8249 (Bug#9869,11887,14636,15786,19146)
8250 * Make dpkg-gencontrol honour -DArchtecture=xxxx (Bug#9893)
8251 * Allow different archs for the same binary in debian/files (Bug#9894)
8252 * Added workaround in /usr/lib/dpkg/methods/disk/setup
8253 to avoid bash warning (Bug#10111,10131)
8254 * Recognize old .deb packages with other locales (Bug#12232)
8255 * Added `SHELL=bash' to debian/rules: it uses bash-specific structs
8256 * Move some files from dpkg to dpkg-dev (part of Bug#13295)
8257 * Minor fix in packaging manual regarding to Standards-Version (Bug#14696)
8258 * Fixed --altdir and --admindir in update-alternatives (Bug#15332)
8259 * Strip /usr/lib/libdpkg* (Bug#15671)
8260 * dpkg: send output of --help, --force-help and -Dhelp to stdout
8262 * send correct signals with start-stop-daemon (Bug#17258)
8263 * Make `dpkg-divert --test --remove' work as expected (Bug#19531)
8264 * Determine properly the architecture if gcc is egcs (Bug#20353)
8266 -- Juan Cespedes <cespedes@debian.org> Sun, 5 Apr 1998 17:37:01 +0200
8268 dpkg (1.4.0.21) unstable; urgency=low
8270 * Non-maintainer release to include a new update-rc.d
8271 * Fixed date on files in the archive from 2017 and 2018 by running
8272 touch foo; find . -newer foo | xargs -r touch; rm foo
8273 * Changed start-stop-deamon message "No <program> found; none killed." to
8274 "No <program> found running; none killed."
8276 -- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 5 Mar 1998 14:19:46 +0100
8278 dpkg (1.4.0.20) unstable; urgency=low
8280 * Disabled --force-overwrites.
8281 * Removed core file from source
8283 -- Michael Alan Dorman <mdorman@debian.org> Tue, 9 Jan 2018 03:34:28 -0500
8285 dpkg (1.4.0.19) unstable; urgency=low
8287 * Changed methods/disk.setup to use output of
8288 'dpkg --print-installation-architecture' instead of hard-coded
8289 '1386' (fixes #10995).
8290 * Patched dpkg-source to properly quote metacharacters in strings
8291 before using them in pattern-matching expressions (fixes #10811).
8292 * Fixed several documentation typos (fixes #10764).
8293 * dpkg-source now works around 100-character filename limitation of cpio
8295 * dpkg-source now properly handles '\ no newline in source' message from
8296 patch (fixes #5041).
8298 -- Klee Dienes <klee@debian.org> Sun, 13 Jul 1997 19:28:22 -0700
8300 dpkg (1.4.0.18) unstable; urgency=low
8302 * dpkg-source now uses new -z option to GNU patch (still needs to be
8303 changed to detect and use old version as well) (fixes #9904, #10005, #10007).
8304 * Added i686 to archtable.
8305 * shlibs.default now uses xlib6 instead of elf-x11r6lib (fixes #9926).
8306 * debian-changelog-mode now uses interruptible completing type-in fields
8307 instead of the previous 'select-a-letter method'. I consider this
8308 better and more standard than the previous way, but I'd welcome
8309 opinions to the contrary. Consider this a 'probationary' change for
8310 now (fixes #9873, #9874).
8312 -- Klee Dienes <klee@debian.org> Sun, 25 May 1997 09:56:08 -0400
8314 dpkg (1.4.0.17) unstable; urgency=low
8316 * All of the dpkg binaries (but not dpkg-dev or dselect) now speak
8317 french, thanks to patches from Christophe Le Bars <clebars@teaser.fr>
8318 * Fix leading spaces before day in 822-date.
8319 * Changes from Tom Lees <tom@lpsg.demon.co.uk> to better support
8320 building on non-Debian systems; minor Makefile fixes.
8321 * Added 'ppc powerpc powerpc' to archtable.
8322 * Changed documentation paper size to US/Letter instead of A4 (A4
8323 may be better, but it's easier to print US/Letter on A4 than it is
8324 to print A4 on US/Letter).
8326 -- Klee Dienes <klee@debian.org> Tue, 13 May 1997 15:24:31 -0400
8328 dpkg (1.4.0.16) experimental; urgency=low
8330 * Added generated sources to GNU-format source archive so it no longer
8331 requires perl to build.
8333 -- Klee Dienes <klee@debian.org> Sat, 10 May 1997 17:34:29 -0400
8335 dpkg (1.4.0.15) experimental; urgency=low
8337 * Changed dpkg-genchanges to check for ($arch == $substvar{'Arch'}), not
8338 ($arch ne 'all') (fixes #9688).
8339 * Fixed bug in start-stop-daemon.c (was using optarg after argument
8340 parsing was over) (fixes #9597, #9603, #9364).
8341 * Provide 50dpkg-dev.el for xemacs as well as emacs.
8342 * Explicitly provide path for debian-changelog-mode in 50dpkg-dev to use
8343 .el file as workaround until xemacs can read emacs19 .elc files.
8344 * Pass top_distdir explicitly to 'make dist' to accomodate bug in
8346 * Fix debian/build to make html documentation without including
8347 directories in tar archives (fixes #9348).
8349 -- Klee Dienes <klee@debian.org> Fri, 9 May 1997 13:17:18 -0400
8351 dpkg (1.4.0.14) experimental; urgency=low
8353 * Fixed buglet in install-info.pl (fixes #9438).
8354 * Re-write of update-rc.d.pl, primarily by Miquel van Smoorenburg
8355 <miquels@cistron.nl> (fixes #9434, #9436).
8356 * Renamed "dpkg Programmer's Manual" to "dpkg Internals Manual".
8358 -- Klee Dienes <klee@debian.org> Tue, 6 May 1997 22:01:07 -0400
8360 dpkg (1.4.0.13) experimental; urgency=low
8362 * Fix to start-stop-daemon so that it still takes numeric arguments (had
8363 been broken in 1.4.0.12) (fixes #9598).
8364 * Fix 822-date to sanity-check localtime() output (seconds must be the
8366 * Patch from Guy Maor <maor@ece.utexas.edu> to dpkg-source.pl to support
8367 pristine (MD5-equivalent) upstream sources.
8368 * Patch from Michael Alan Dorman <mdorman@calder.med.miami.edu> to
8369 update-rc.d.pl to fix handling multiple start/stop entries on a single
8371 * Several fixes to dpkg-genchanges to support -B option (added in
8372 1.4.0.12) (fixes #9340).
8373 * Handle errors from 822-date in debian-changelog-mode.el.
8374 * Changed cl-debian.pl to correctly handle extra whitespace in changelog
8377 -- Klee Dienes <klee@debian.org> Mon, 5 May 1997 18:12:43 -0400
8379 dpkg (1.4.0.12) experimental; urgency=low
8381 * Re-wrote 822-date for clarity and to support timezone offsets >= 12h
8382 (New Zealand in DST is +1300, for example) (fixes #7130).
8383 * Patch from Juergen Menden <menden@morgana.camelot.de> to support
8384 archdependent-only builds (fixes #8912, #9245, #5359).
8385 * Fix archtable entry for powerpc (fixes #8794).
8386 * Strip /sbin/* and /usr/sbin/* in debian/rules (fixes #8853).
8387 * Moved start-stop-daemon to /sbin (fixes #8669).
8388 * Set sharedstatedir and localstatedir for $(MAKE) install in
8389 debian/rules (fixes #8852).
8390 * Fixes for update-rc.d(8) from Jim Van Zandt <jrv@vanzandt.mv.com>
8392 * No longer do variable substitutions when generating change file (fixes
8394 * Support symbolic signal names in start-stop-daemon (fixes #7715).
8395 * Add autoload for debian-changelog-mode to /etc/emacs/site-start.d
8396 (fixes #4519, #5841).
8397 * Add recommendation for gcc and make in dpkg-dev (gcc is needed for dpkg
8398 --print-architecture, used by dpkg-gencontrol; make is needed for any
8399 debian/rules file) (fixes #8470).
8400 * Minor changes to packaging manual section on source package
8401 conversion (fixes #6801).
8402 * Renamed "programmer's manual" to 'packaging manual'.
8403 * Start of new "programmer's manual" containing information on dpkg
8404 internals and build information. This manual uses the new
8405 TeXinfo-SGML format, currently included in doc/.
8406 * dselect/pkgdepcon.cc now checks for debug not NULL, not just depdebug.
8407 * Changed makefiles to support building outside of source directory.
8408 * Include GNU-format source distribution with other non-debian packages.
8410 -- Klee Dienes <klee@debian.org> Sun, 4 May 1997 11:08:19 -0500
8412 dpkg (1.4.0.11) experimental; urgency=low
8414 * Patches for alpha and libc6 from Michael Alan Dorman
8415 <mdorman@calder.med.miami.edu>.
8416 * Fixed minor problems in dpkg-shlibdeps regular expressions for libc6.
8417 * Fix regex to detect directory creation in dpkg-source.pl.
8418 * Minor changes for automake-1.1n.
8420 -- Klee Dienes <klee@debian.org> Sun, 23 Mar 1997 18:09:33 -0500
8422 dpkg (1.4.0.10) unstable; urgency=medium
8424 * Fixed bug in controllib.pl (@fowner was entire passwd entry,
8425 not just [uid, gid] as it should have been).
8427 -- Klee Dienes <klee@debian.org> Thu, 20 Mar 1997 13:06:52 -0500
8429 dpkg (1.4.0.9) unstable; urgency=low
8431 * Check fputs() return values for (ret >= 0), not (ret != 0) (fixes #7522).
8432 * dpkg-shlibdeps no longer gives error for Java and statically linked
8433 binaries (fixes #4988).
8434 * Change 'details of the old format' to 'details of the new format' in
8435 deb-old.5 (fixes #7605).
8436 * dpkg-source -b now warns (was previously silent) if maintainer changes
8437 create new subdirectories. dpkg-source -x now warns (previously gave
8438 error) if maintainer changes create new subdirectories (partially
8439 fixes #6866, #6671, #5045, #6482).
8440 * Added manual page for start-stop-daemon (8).
8441 * Added C version of start-stop-daemon by
8442 Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl> (fixes #1670).
8443 * Converted to use GNU automake for the build process by Tom Lees
8444 <tom@lpsg.demon.co.uk>.<
8445 * Preliminary support for dpkg functions as a shared library (now
8446 provides libdpkg.so, but much work needs to be done in better
8447 segregating and defining the interface).
8448 * Preliminary internationalization support by Galen Hazelwood
8449 <galenh@debian.org>. Only the library, dpkg-deb, md5sum, and dpkg
8450 have been converted so far. No translations have yet been
8452 * Handle 'libc.so.6 => /lib/libc.so.6 (0x40010000)' format from libc6
8453 ldd (fixes #7603, #7926, #8688, #9179, #9134, #8516).
8454 * Removed policy.sgml (it has been moved to the debian-policy package).
8455 * Include patch from Darren Stalder <torin@daft.com> for
8456 dpkg-buildpackage to choose PGP key based on Maintainer: field of
8457 package being built (or -m<maintainer> option, if present) (fixes
8459 * Changed controllib.pl to use $ENV{LOGNAME}, getlogin(), and $<
8460 (in that order) to determine the intended ownership of
8461 debian/{files,substvars}, (fixes #7324, #6823, #5659, #5965, #5929,
8463 * Don't sign .dsc file in dpkg-buildpackage if building a binary-only
8464 release (fixes #7260).
8465 * Updated developer-keys.pgp to latest revision (fixes #6134).
8467 -- Klee Dienes <klee@debian.org> Mon, 17 Mar 1997 16:11:24 -0500
8469 dpkg (1.4.0.8) unstable; urgency=medium
8471 * Corrected update-rc.d for bash 2.0
8472 * Updated developer-keys.pgp from
8473 http://www.iki.fi/liw/debian/debian-keyring.tar.gz
8475 -- Guy Maor <maor@ece.utexas.edu> Mon, 3 Feb 1997 04:05:01 -0600
8477 dpkg (1.4.0.7) stable unstable; urgency=HIGH
8479 * Fixed --assert-support-predepends failing between unpack & configure.
8480 * Added --assert-working-epoch option.
8482 -- Guy Maor <maor@ece.utexas.edu> Sat, 25 Jan 1997 23:02:11 -0600
8484 dpkg (1.4.0.6) stable unstable; urgency=high
8486 * Patched lib/vercmp.c to hopefully fix dselect epoch processing
8487 (Bug#6204), (Bug#4590).
8488 * Patched scripts/dpkg-buildpackage, scripts/dpkg-genchanges,
8489 scripts/dpkg-gencontrol for epoch processing, courtesy of Loic Prylli
8490 <lprylli@graville.fdn.fr> (Bug#6138, Bug#5225).
8491 * Patched dpkg-genchanges to actually honor the -u switch to specify
8492 directory (Bug#5564).
8493 * Applied patch to main/archive.c to correct problems setting set[gu]id
8494 binaries, courtesy of Herbert Xu <herbert@greathan.apana.org.au>
8496 * Applied patch to dpkg-source to correct debian-only package names,
8497 courtesy of Guy Maor <maor@ece.utexas.edu> (Bug#5355).
8499 -- Michael Alan Dorman <mdorman@calder.med.miami.edu> Thu, 2 Jan 1997 11:36:09 -0500
8501 dpkg (1.4.0.5) stable frozen unstable; urgency=medium
8503 * Distribution for frozen too.
8505 -- Heiko Schlittermann <heiko@lotte.sax.de> Thu, 5 Dec 1996 09:13:42 +0100
8507 dpkg (1.4.0.4) stable unstable; urgency=medium
8509 * Bug2962 fixed: patch from Ian Jackson applied
8510 (cursor keys won't work after search)
8513 -- Heiko Schlittermann <heiko@lotte.sax.de> Fri, 15 Nov 1996 20:21:18 +0100
8515 dpkg (1.4.0.3) unstable; urgency=medium
8517 * dpkg-source -x: created bad permissions (set x-bit for
8518 all files pointed to by a symlink)
8520 -- Heiko Schlittermann <heiko@lotte.sax.de> Fri, 18 Oct 1996 18:32:06 +0200
8522 dpkg (1.4.0.2) unstable; urgency=medium
8524 * dpkg-buildpackage.sh: reverted the quoting change -- (you
8525 should use super, sudo, realy, but not su. Or write a wrapper
8527 * dpkg-buildpackge.sh: passing -m, -C, -v options to dpkg-genchanges
8528 more the way Ian likes ;-)
8529 * dpkg-source.pl: new function deoctify() as replacement for eval()
8530 (turn \ddd into the corresponding character) [rem: probably better
8531 solution would be to convert cpios output names into complete \ddd
8532 representation as well tars output names]
8533 * dpkg-source.pl: fixed 2 typos in failure message on creating
8534 $origtargz.tmp-nest.
8535 * main/main.c: typo `tread' -> `treat'
8536 * main/enquiry.c: fixed the ignorance for some relations in --compare-versions
8537 * main/enquiry.c: missing version is now handled as described in `dpkg --help'
8538 (or at least as I understood `dpkg --help' PLEASE TRY IT)
8539 * lib/parsehelp.c: fixed parsing of epoch information
8541 -- Heiko Schlittermann <heiko@lotte.sax.de> Sun, 6 Oct 1996 23:27:47 +0200
8543 dpkg (1.4.0.1) unstable; urgency=medium
8545 * dpkg-source: doesn't get screwed up from hardlinks
8547 * dpkg-source: doesn't get screwed up from `unprintable' characters
8548 in file names (e.g. from the kbd package)
8549 * controllib.pl: $varlistvile -> $varlistfile (thanx Karl Sackett)
8550 * dpkg-buildpackge: quoting for $rootcommand (thanx Michael Meskes)
8551 and `eval' as default $rootcommand
8552 * dpkg-*, controllib.pl: created debian/files and debian/substvars
8553 are chown'ed to `getlogin()' and its group
8554 * doc/: mv changed to mv -f
8555 * dpkg-buildpackage: added an option -a for overriding the
8556 architecture in the changes _file_name_
8557 * dpkg-buildpackage: pass -m* -v* .. options to dpgk-genchangelog
8558 * dpkg-name moved to dpkg-dev
8560 -- Heiko Schlittermann <heiko@lotte.sax.de> Sat, 21 Sep 1996 22:06:01 +0200
8562 dpkg (1.4.0) unstable; urgency=low (HIGH for new source format)
8564 * Corrected buffer overrun when dpkg-deb generates filename. (Bug#4467.)
8565 * dpkg-shlibdeps works with DEBIAN/shlibs (thanks Heiko Schlittermann).
8566 * Added libm.so.5 to shlibs.default for i386/m68k.
8568 * Split binary package into two: dpkg and dpkg-dev.
8569 * dpkg-source(1) documents mode and ownership setting during extraction.
8571 * dpkg-scanpackages moved to /usr/bin.
8572 * Include /usr/bin/dpkg-deb, not dpkg-deb.dist; don't rename in scripts.
8573 * Copyright file changed slightly.
8574 * debian-changelog-mode uses magic key substitution strings. (Bug#4419.)
8575 * Changed email address in control file to <ian@chiark.greenend.org.uk>.
8576 * Manuals and own Standards-Version: updated to 2.1.1.0.
8578 -- Ian Jackson <ian@chiark.greenend.org.uk> Thu, 12 Sep 1996 01:13:33 +0100
8580 dpkg (1.3.14) unstable; urgency=low
8582 * dpkg-buildpackage new -tc (clean source tree) option.
8584 * Formatted documentation removed by `make clean' and so not in source.
8585 * Manuals and own Standards-Version: updated to 2.1.0.0.
8586 * Distribute {policy,programmer}.{html.tar,ps}.gz with each upload.
8588 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sun, 1 Sep 1996 20:43:40 +0100
8590 dpkg (1.3.13) unstable; urgency=low (HIGH for building new src X programs)
8592 * X shared libraries added to shlibs.default (=> `elf-x11r6lib').
8593 * dpkg-source tar invocation fixed so that TAPE env var doesn't break it.
8594 * dpkg-source copes better with missing final newline messages from diff.
8596 * dpkg-buildpackage usage message fixed: -si is the default. (Bug#4350.)
8597 * dpkg-source error message about src dir mismatch typo fixed. (Bug#4349.)
8599 * dpkg-source(1) has suggestions for dpkg-buildpackage -r option.
8600 * dpkg-source change date fixed. (Bug#4351.)
8601 * More developers' keys.
8602 * Manual updates, own Standards-Version updated.
8604 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 31 Aug 1996 20:08:18 +0100
8606 dpkg (1.3.12) unstable; urgency=medium
8608 * dpkg prints old version number when upgrading. (Bug#4340.)
8609 * dpkg-deb tries to detect and flag corruption by ASCII download.
8611 * dpkg-genchanges and dpkg-buildpackage say what source is included.
8613 * dpkg-buildpackage passes +clearsig=on to PGP (or pgpcommand). (Bug#4342.)
8615 * dpkg-source prints better error for cpio not honouring -0t.
8616 * control file Suggests cpio >= 2.4.2, rather than just cpio.
8618 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 30 Aug 1996 15:31:51 +0100
8620 dpkg (1.3.11) unstable; urgency=low
8622 * EBUSY when dpkg removes a directory is only a warning.
8624 * dpkg-genchanges generates sensible warning (not confusing error
8625 about mismatch) for missing Section/Priority in binary packages.
8627 * Added dpkg --print-gnu-build-architecture option.
8628 * shlibs.default for m68k provided, as a copy of i386 version.
8630 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 29 Aug 1996 14:05:02 +0100
8632 dpkg (1.3.10) unstable; urgency=medium
8634 * dpkg-source(1) manpage alias symlinks are not dangling.
8635 * dselect selects things by default if they are installed.
8636 * Added `pentium' as alias for `i386' architecture.
8637 * Added `Suggests: cpio, patch' and explanatory text to Description.
8638 (Bugs #4262, #4263.)
8640 * More developers' PGP keys.
8641 * Manual updates, new source format released.
8643 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 26 Aug 1996 14:30:44 +0100
8645 dpkg (1.3.9) unstable; urgency=low (high for new source format)
8647 * dpkg --get-selections and --set-selections added.
8648 * New dpkg --force-not-root flag.
8650 * Don't replace directory with another package's file. (Bug#4202.)
8652 * All manpages now installed compressed.
8653 * Copyright file moved to /usr/doc/dpkg/copyright.
8654 * Standards-Version updated (0.2.1.1).
8656 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 24 Aug 1996 19:09:30 +0100
8658 dpkg (1.3.8) unstable; urgency=low (high for new source format)
8660 * dpkg-buildpackage -sa, -si options work correctly.
8662 * update-rc.d(8) updated to reflect design and reality.
8663 * Programmers' and policy manual updates.
8665 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 23 Aug 1996 12:48:26 +0100
8667 dpkg (1.3.7) unstable; urgency=low (medium for source pkg docs)
8669 * dselect +/-/_/= on lines for all broken, new, local or whatever
8670 packages do not affect _all_ packages. (Bug#4129.)
8672 * Support for diff-only uploads in source packaging tools.
8673 * dpkg-genchanges -d<descripfile> option renamed to -C.
8674 * dpkg-buildpackage understands -m, -v, -C (for dpkg-genchanges).
8675 * Support for debian/shlibs.local added to dpkg-shlibdeps.
8676 * Shared library files' search order defined in dpkg-source(1), and
8677 relevant files added to the FILES section.
8679 * Programmers' manual describes source packaging tools.
8680 * Policy manual mentions shared library control area file.
8681 * dpkg-source manpage includes dpkg-shlibdeps in title line.
8682 * Manuals have changelog and automatic version numbering.
8683 * changelogs (for dpkg and for manuals) installed.
8684 * binary target split into binary-arch and binary-indep in manual.
8685 * Manpages should be compressed.
8686 * Copyright file is moved to /usr/doc/<package>/copyright.
8687 * Changelogs must be installed in /usr/doc/<package>.
8689 * dpkg-deb(8) moved to dpkg-deb(1).
8691 * binary target split into binary-arch and binary-indep in source.
8692 * changelog entry for 1.2.14 copied from that (forked) release.
8694 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 22 Aug 1996 15:36:12 +0100
8696 dpkg (1.3.6) experimental; urgency=low (HIGH for new source format)
8698 * dpkg-source now has broken argument unparsing for tar. (Bug#4195.)
8700 * dpkg-gencontrol writes to debian/tmp/DEBIAN/control by default.
8701 * dpkg-shlibdeps script added.
8703 * Back to old sh update-rc.d, and removed manpage, because new Perl
8704 version and the manpage have different syntax and semantics.
8705 * update-rc.d prints usage message for missing terminal `.'. (Bug#4122.)
8707 * Use rm -rf instead of just rm -r in dpkg-deb --info &c. (Bug#4200.)
8709 * Added support for Installed-Size to dpkg-gencontrol, and documented.
8710 * Source packaging substitution variables and name syntax rationalised.
8711 * dpkg-source scripts' usage messages improved slightly.
8712 * dpkg-source works with non-empty second (orig dir) argument.
8714 * Added rationale for copyright policy to manual.
8715 * More developers' PGP keys.
8716 * Control database handling cleanups (usu. Source field blanked).
8718 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 20 Aug 1996 15:39:58 +0100
8720 dpkg (1.3.5) experimental; urgency=low (high for debian-changelog-mode)
8722 * 822-date script included. (Bug#4136.)
8723 * debian-changelog-add-version works on empty file.
8724 * debian-changelog-mode mode-help works properly.
8726 * dpkg-source tells patch not to make numbered backups. (Bug#4135.)
8728 * More developers' PGP keys.
8729 * Paragraph on uucp -a and -g options removed from policy manual.
8731 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 14 Aug 1996 14:46:47 +0100
8733 dpkg (1.3.4) experimental; urgency=low
8735 * Removed debugging output from dpkg-source -x. Oops.
8736 * Removed section on source package permissions from policy manual -
8737 dpkg-source now sorts these out.
8739 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sun, 11 Aug 1996 13:25:44 +0100
8741 dpkg (1.3.3) experimental; urgency=low
8743 * Programmers' & policy manuals in source tree; HTML in /usr/doc/dpkg.
8744 * Old guidelines.info and text files in /usr/doc/dpkg removed.
8746 * dpkg-source sets permissions on extracted debianised source tree
8747 and does not copy ownerships out of archive even if running as root.
8749 * Emacs mode `dpkg changelog' renamed to `Debian changelog'.
8750 * Default changelog format renamed from `dpkg' to `debian'.
8752 * debian-changelog-mode sets fill-prefix correctly.
8753 * debian-changelog-mode urgencies except HIGH lowercase by default.
8754 * debian-changelog-mode displays keymap in doc string and so mode help.
8756 * More maintainers' PGP keys.
8758 * Remove built changelog parsers with `clean' target in source.
8760 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 10 Aug 1996 23:35:51 +0100
8762 dpkg (1.3.2) experimental; urgency=LOW (MEDIUM for dpkg-source)
8764 * Faster update-rc.d written in Perl by Miquel van Smoorenburg.
8765 * install-info --test doesn't lock dir. (Bug#3992, thanks Darren).
8767 * dpkg-source doesn't break in the presence of any symlinks.
8769 * More developers' keys added to doc/developer-keys.pgp.
8770 * Install developers' keys in /usr/doc/dpkg/developer-keys.pgp.
8771 * dpkg-source documents undefined substvar behaviour.
8772 * minor debian/rules cleanups.
8774 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 10 Aug 1996 02:13:47 +0100
8776 dpkg (1.3.1) experimental; urgency=LOW
8778 * manpage for dpkg-source et al now available.
8779 * dpkg-changelog-mode.el installed in site-lisp, but still no autoload.
8781 * dpkg-source prints correct string for not-understood tar -vvt output.
8782 * dpkg-source parsing of tar -vvt output made more robust.
8784 * dpkg-buildpackage prints usage message on usage error.
8785 * dpkg-gencontrol can print usage message.
8786 * -T<varlistfile> option added to dpkg-source.
8787 * Description of -f<fileslistfile> corrected in dpkg-distaddfile usage.
8788 * -m<maintainer> synopsis changed in dpkg-genchanges usage.
8789 * debian/substvars may now contain blank lines.
8791 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 8 Aug 1996 02:36:04 +0100
8793 dpkg (1.3.0) experimental; urgency=LOW
8795 * dpkg can install named pipes.
8796 * dpkg-deb supports directory for destination, generates filename.
8797 * dpkg-{source,gencontrol,genchanges,parsechangelog,buildpackage},
8798 dpkg-distaddfile scripts to support new source package format.
8799 * a.out build no longer supported.
8800 * Changed to new source package format.
8802 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 6 Aug 1996 02:31:52 +0100
8805 dpkg (1.2.14) stable unstable; urgency=MEDIUM
8807 * dselect +/-/_/= on lines for all broken, new, local or whatever
8808 packages do not affect _all_ packages. (Bug#4129.)
8810 * NOTE - THE HISTORY FORKS HERE. 1.2.14's change appears in 1.3.7.
8812 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 22 Aug 1996 00:39:52 +0100
8815 dpkg (1.2.13) unstable; urgency=LOW
8817 * dpkg --search produces correct output for diversions.
8818 * dpkg-name remove unnecessary arch missing warning. (Bug#3482.)
8820 * dpkg-deb --build warns about uppercase chars in package name.
8822 * dpkg-scanpackages error messages updated and manpage provided
8823 (thanks to Michael Shields).
8824 * dpkg-scanpackages warns about spurious entries in override file.
8825 * dpkg-scanpackages `noverride' renamed to `override' everywhere.
8826 * dpkg-scanpackages field ordering to put Architecture higher.
8827 * dpkg-scanpackages field names capitalised appropriately.
8828 * dpkg-scanpackages invokes find with -follow. (Bug#3956.)
8830 * guidelines say #!/usr/bin/perl everywhere, not #!/bin/perl.
8831 * Many developers' PGP keys added.
8833 * configure script uses ${CC} instead of $(CC) (again :-/).
8834 * developers' keys included in dpkg source tree and /usr/doc.
8835 * configure remade using autoconf 2.10-3 (was 2.4-1).
8837 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 1 Aug 1996 02:46:34 +0100
8839 dpkg (1.2.12); priority=LOW
8841 * dpkg --search and --list understand and comment on diversions.
8842 * dpkg-divert displays diversions more intelligibly.
8844 * Guidelines are somewhat clearer about descriptions.
8845 * deb(5) describes new format; old moved to deb-old(5). (Bug#3435.)
8846 * deb-control(5) carries a warning about being out of date.
8848 * Added 1996 to dselect version/copyright.
8850 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Jul 1996 15:04:49 +0100
8852 dpkg (1.2.11); priority=MEDIUM
8854 * dselect had dependency bug if installed package newer than avail.
8855 * Added `replaces' to dselect's list of package relationship strings.
8857 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 1 Jul 1996 02:51:11 +0100
8859 dpkg (1.2.10); priority=MEDIUM
8861 * Fixed bug in old-style version/revision number parsing. (Bug#3440.)
8863 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 29 Jun 1996 03:32:45 +0100
8865 dpkg (1.2.9); priority=MEDIUM
8867 * Fixed status database updates reading bug.
8868 * `Setting up' message includes version number.
8869 * `existence check' message changed to say `cannot access archive'.
8871 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 27 Jun 1996 13:39:36 +0100
8873 dpkg (1.2.8); priority=LOW
8875 * dpkg --record-avail puts data in Size field.
8876 * strip / for rmdir(2) in cleanup to work around kernel bug. (Bug#3275.)
8877 * dpkg-split --msdos no longer allows `-' and other chars in filenames.
8879 * manual dpkg-split(8) written.
8880 * dpkg-split minor typo in --auto usage error message fixed.
8881 * dpkg-deb(8) very minor cosmetic fix to --build option.
8883 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 25 Jun 1996 03:00:14 +0100
8885 dpkg (1.2.7); priority=LOW
8887 * dpkg-scanpackages syntax errors fixed.
8889 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 21 Jun 1996 04:10:38 +0100
8891 dpkg (1.2.6); priority=MEDIUM
8893 * NFS, CDROM and partition dselect methods include mountpoint
8894 in paths given to dpkg in [I]install, so they should now work.
8896 * Removed some leftover files from source tree.
8898 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 12 Jun 1996 14:35:19 +0100
8900 dpkg (1.2.5); priority=MEDIUM
8902 * Allow, but do not create, packages in half-installed state
8903 with no version number. (Aargh.)
8905 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 10 Jun 1996 04:55:43 +0100
8907 dpkg (1.2.4); priority=MEDIUM
8909 * New dpkg-name from Erick (<pkg>_<version>_<arch>.deb convention).
8910 * Disappeared packages can't own conffiles any more ! (Bug#3214.)
8911 * install-info creates Miscellaneous sections with a newline
8912 following the heading. (Bug#3218.)
8913 * cleanup-info script installed in /usr/sbin; called as appropriate
8914 by postinst. Thanks to Kim-Minh Kaplan. (Bug#3125.)
8915 * Allow superseded Essential packages to be purged after they've
8916 been removed (clear the Essential flag on removal, and ignore it
8917 on packages that are in stat_configfiles).
8919 * dselect disk methods understand `y' as well as `yes' for using
8921 * dselect doesn't make packages appear as `new' again if update
8922 of available packages fails.
8923 * dselect places method selection cursor over option last selected.
8925 * dpkg-scanpackages doesn't die when repeated packages are found.
8926 * dpkg-scanpackages allows many old maintainers (`//'-separated).
8928 * `Version' field is now mandatory (some operations already
8929 wouldn't work right anyway if it was't there).
8931 * update-rc.d(8) now says you must remove the script. (Bug#3215.)
8932 * dpkg --force-help says that --force-overwrite is on by default.
8933 * dpkg-deb manpage rewritten.
8934 * debian.README (= /usr/doc/copyright/dpkg) edited slightly.
8936 * Some database parsing grunge removed (pdb_preferversion, &c).
8937 * Source tree doc/sgml contains some embryonic manuals.
8938 * Leftover files in lib directory in source tree deleted.
8940 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 10 Jun 1996 03:52:01 +0100
8942 dpkg (1.2.3); priority=HIGH
8944 * install-info doesn't replicate section headings (Bug#3125, #2973).
8945 * New dpkg-name manpage broken off from script (oops!).
8946 * dselect help screens made consistent with new strings, flags, &c.
8947 * dselect error flag column labelled E (Error), not H (Hold).
8948 * `Escape' no longer bound to `exit list without saving' in dselect.
8950 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 28 May 1996 02:14:57 +0100
8952 dpkg (1.2.2); priority=MEDIUM
8954 * Fixed dselect coredump found by Erick Branderhorst (thanks).
8955 * Sort obsolete removed packages separately, not under Available.
8957 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 23 May 1996 21:31:05 +0100
8959 dpkg (1.2.1); priority=MEDIUM
8961 * `=' key in dselect really does `hold' rather than `unhold'.
8962 * dselect dependency processing now interacts better with `hold'.
8963 * dselect `I' key (not `i') modifies display of the info window.
8964 * dselect shows unavailable packages as being unavailable.
8965 * dselect main menu headings and many other strings changed to try to
8966 discourage people from deselecting every package and using [R]emove.
8967 Notably, `select' changed to `mark' throughout.
8969 * dselect disk methods now print a few fewer double slashes.
8970 * dselect disk access methods will offer to use dpkg --record-avail
8971 to scan the available packages, if no Packages file is found.
8973 * New dpkg --compare-versions option, for the benefit of scripts &c.
8974 * New dpkg --clear-avail option forgets all available packages info.
8975 * New dpkg --print-avail option, prints `available' data (from Packages, &c).
8976 * dpkg usage message is more informative, but no longer fits on screen.
8977 * dpkg --avail option renamed --record-avail.
8979 * Latest dpkg-name from Erick Branderhorst.
8980 * dpkg-scanpackages has more sensible problem reporting.
8981 * postinst configure now gets null argument (not <unknown> or <none>)
8982 when there is no previously configured version.
8984 * Guidelines say that postinst configure is given previous version.
8985 * Guidelines don't refer to maintainer-script-args.txt in main text.
8986 * Guidelines (Texinfo source) uploaded separately.
8988 * Own version of strcpy (used for debugging) removed.
8989 * Interface to access methods document in source (doc/dselect-methods.txt).
8990 * debian.buildscript moves changes file into parent directory.
8992 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 22 May 1996 01:26:31 +0100
8994 dpkg (1.2.0); priority=MEDIUM
8996 * dselect can sort packages by available and installed states, and
8997 display their version numbers. (Use O, o and V.)
8998 * Hold is properly integrated as a real `wanted state', rather than
9000 * Epochs in version numbers implemented, using the syntax
9001 <epoch>:<version>-<revision>. (Epoch not usually displayed.)
9002 * dselect disk method is architecture-independent (uses dpkg's
9003 installation architecture, and looks in the right part of the tree).
9005 * dselect disk method doesn't try to satisfy the predependencies of
9006 packages which are on hold.
9007 * Fixed conflict-related assertion failure. (Bug#2784.)
9008 * conffiles do not cause file conflicts if the conflicting package
9009 is in the `configuration only' state. (Bug#2720.)
9010 * Fixed messages where available version number was reported as installed
9011 version in conflict and dependency messages. (Bug#2654, Bug#2974.)
9013 * New format .deb files are default even for a.out compiles (but
9014 a.out version of dpkg is in old format).
9015 * Characters @:= (at colon equals) in package names now strictly
9016 forbidden everywhere (_ is still allowed in existing packages).
9017 * New dpkg --print-installation-architecture option prints installation
9018 architecture (compiled in), rather than build architecture (determined
9019 from gcc -print-libgcc-file-name).
9021 * Version messages show whether compiled a.out or ELF (i386 only).
9022 * Fixed missing space in version syntax error messages.
9023 * Manpage dpkg.8 installed with warning about inaccuracy.
9025 * Guidelines don't say to stop and restart daemons in runlevels 2345;
9026 instead they say to start in 2345 and stop in 016.
9027 * Guidelines and version messages say just Debian Linux.
9028 * Guidelines typo fix `"stop2' => `"stop"'. (Bug#2867.)
9030 * doc/Makefile.in clean properly deletes various guidelines.info* files.
9032 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 16 May 1996 00:01:21 +0100
9034 dpkg (1.1.6); priority=MEDIUM
9036 * Check virtual dependencies when removing (ouch! - thanks SDE.)
9037 * Fixed bug in internal database validity management that could
9038 make dselect and dpkg dump core. (Bug#2613.)
9039 * Fixed two coredumping bugs when using local diversions. (Bug#2804.)
9040 * Fixed disappearance of overwritten packages. (Bug#2696.)
9041 * install-info won't modify dir file before start of menu.
9042 * install-info will create Miscellaneous heading if no sections yet.
9044 * Only alphanums and +-. allowed in package names - enforced by
9045 dpkg-deb --build and documented in Guidelines.
9046 * dselect doesn't display packages unless they are installed, selected
9048 * dselect doesn't show spurious section and priority headings.
9049 * dselect has a few extra keybindings (from Lee Olds).
9050 * --force message changed to `--force enabled' so that default is OK.
9052 * dpkg-name now includes architecture component in .deb filename,
9053 and translates - in package name to _.
9054 * .deb file has architecture component in filename.
9056 * Guidelines changed to say Pre-Depends is for experts only.
9057 * Guidelines say to provide a unidiff (-u) rather than an old context diff.
9058 * Guidelines say 755 root.root for shared libraries.
9060 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 1 May 1996 00:47:22 +0100
9062 dpkg (1.1.5); priority=MEDIUM (HIGH for diversions users)
9064 * Fixed coredump when using diversions. (Bug#2603.)
9065 * Fixed typo in dpkg-divert which could lose diversions. (Bug#2662.)
9067 * --force-overwrite is the default.
9068 * diversions.text provides better examples.
9070 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 10 Apr 1996 13:59:30 +0100
9072 dpkg (1.1.4); priority=MEDIUM
9074 * Allow overwriting of conflicting packages being removed. (Bug#2614.)
9076 * a.out control file says Pre-Depends: libc4 | libc. (Bug#2640.)
9077 * ELF control file and libc dependencies changed to use finalised scheme.
9078 * ELF control file and libc dependencies for i386 only. (Bug#2617.)
9080 * Guidelines say use only released libraries and compilers.
9081 * Install wishlist as /usr/doc/dpkg/WISHLIST.
9082 * Remove spurious entries for Guidelines in info dir file.
9084 * dpkg-deb --build checks permissions on control (DEBIAN) directory.
9086 * Spaces in control file fields not copied by dpkg-split. (Bug#2633.)
9087 * Spaces in split file part control data ignore. (Bug#2633.)
9089 * Portability fixes, including patch from Richard Kettlewell.
9090 * Fixed minor configure.in bug causing mangled GCC -W options.
9092 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Apr 1996 01:58:40 +0100
9094 dpkg (1.1.3); priority=LOW
9096 * dselect disk methods support Pre-Depends installation ordering.
9097 * When dpkg fails and --auto-deconfigure would help it says so.
9098 * dpkg --search output lists several packages with same file on one line.
9099 * Improved dpkg usage message somewhat.
9101 * dpkg-deb --build checks permissions and types of maintainer scripts.
9102 * dpkg-deb --build treats misspecified conffiles as error, not warning.
9103 * dpkg --print-architecture prints compiler's architecture while
9104 dpkg --version (&c) print system's arch (this to help cross-compiling).
9105 * More minor guidelines changes, including dir entry fixup.
9107 * configure script caches more values.
9108 * Changed maintainer email address to ian@chiark.chu.cam.ac.uk.
9110 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 16 Mar 1996 19:18:08 +0000
9112 dpkg (1.1.2); priority=LOW
9114 * Packaging guidelines installed properly (and as guidelines
9115 rather than debian-guidelines).
9116 * ELF version has more checks to stop you wrecking your dpkg installation.
9117 * dselect disk methods now look for a `local' tree as well, for
9118 people who want locally-available software of various kinds.
9119 * dpkg-divert has debugging message removed.
9120 * Minor guidelines changes.
9122 * Various makefile cleanups, mainly to do with ELF vs. a.out support.
9123 * debian.rules cleans out ~ files itself, as well as calling make clean.
9124 * debian.rules names .nondebbin.tar.gz file ELF too, if appropriate.
9126 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 14 Mar 1996 03:38:29 +0000
9128 dpkg (1.1.1elf); priority=LOW
9130 * Added /usr/lib/dpkg/elf-executables-ok and elf-in-kernel.
9131 * Replaces field now allows automatic removal of conflicting packages.
9132 * Replaces field now required to overwrite other packages' files.
9133 * Architecture field, and dpkg --print-architecture, supported.
9134 * build new format archives by default when compiled with ELF compiler.
9136 * symlinks are now installed atomically (good for shared libraries).
9137 * create /var/lib/dpkg/diversions in postinst if necessary (Bug#2465.)
9138 * Pre-Depends now correctly fails if package never configured.
9139 * dselect disk methods mount with -o nosuid,nodev.
9140 * update-rc.d defaults doesn't add both K and S in any one runlevel;
9141 dpkg postinst fixes up this situation if it sees it.
9143 * Assorted fixups to the Guidelines, which are now in one piece.
9144 * dpkg --list prints version string in one piece.
9145 * dpkg-scanpackages doesn't produce notice on output with list of
9146 packages with Section and/or Priority control file fields.
9148 * control file and debian.rules work both for ELF and non-ELF compiles.
9149 * most files compiled with -O2 (-O3 only for some critical files) -
9150 this fixes ELF build.
9152 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 11 Mar 1996 04:25:28 +0000
9154 dpkg (1.1.0); priority=LOW
9156 * dpkg supports Pre-Depends.
9157 * postinst script gets most-recently-configured version as $2.
9159 * lib/tarfn.c #includes <errno.h> (portability fix).
9161 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 11 Feb 1996 21:07:03 +0000
9163 dpkg (1.0.17); priority=LOW
9165 * dpkg --recursive follows symlinks (useful for devel tree).
9167 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 10 Feb 1996 15:58:46 +0000
9169 dpkg (1.0.16); priority=LOW
9171 * dpkg-deb much faster reading new format archives. (Bug#2256.)
9172 * Developers' documentation in /usr/doc/dpkg/, /usr/info/.
9174 * Fixed typo in control file Description.
9176 * configure script tries to improve matters wrt sysinfo.
9177 * any debian-tmp.deb is deleted by `./debian.rules clean'.
9179 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 4 Feb 1996 15:51:59 +0000
9181 dpkg (1.0.15); priority=LOW
9183 * dselect disk methods should never unmount things they didn't mount.
9184 * debian.README aka /usr/doc/copyright updated.
9186 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 30 Jan 1996 15:05:39 +0000
9188 dpkg (1.0.14); priority=MEDIUM
9190 * fixed file descriptor leak in dpkg introduced in 1.0.11.
9191 * included dpkg-name in this package (conflicts with dpkg-name).
9193 * redraw in dselect main menu changed to use clearok (like in lists).
9194 * sa_restorer in struct sigaction no longer used (portability fix).
9195 * removed Guidelines from source package.
9197 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 30 Jan 1996 02:52:29 +0000
9199 dpkg (1.0.13); priority=MEDIUM
9201 * dselect partition and mounted methods work again.
9202 * dpkg-deb --no-act in usage message.
9204 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 26 Jan 1996 18:37:03 +0000
9206 dpkg (1.0.12); priority=MEDIUM (HIGH for users of 1.0.11)
9208 * Fixed frequent dpkg coredump introduced in 1.0.11. (Bug#2219.)
9209 * dpkg-deb ensures version numbers start with alphanumerics.
9211 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 24 Jan 1996 00:42:31 +0000
9213 dpkg (1.0.11); priority=MEDIUM
9215 * corrected potentially serious problem with dpkg low-memory in-core
9217 * dpkg-split --msdos puts output files in right directory. (Bug#2165.)
9219 * diversions implemented - see `dpkg-divert --help'.
9221 * dselect shows and uses (for dependencies) currently installed
9222 version of a package if that is more recent.
9223 * dpkg --force-... options are in separate help screen.
9224 * better error messages for corrupted .deb archives. (Bug#2178.)
9225 * dselect NFS method will unmount correct copy of NFS area if mounted
9228 * removes some ELF compilation warnings.
9230 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 19 Jan 1996 02:41:46 +0000
9232 dpkg (1.0.10); priority=MEDIUM
9234 * dpkg-deb option parsing unmuddled (-I option was removed
9235 in 1.0.9 and broke dpkg-deb). (Bug#2124.)
9237 * dpkg-split will work when ELF `ar' is installed, and is faster.
9239 * nfs dselect method now available.
9240 * disk methods don't prompt spuriously for Packages files.
9241 * cdrom+harddisk methods can find Packages files.
9243 * dpkg-scanpackages (creates Packages files) now in /usr/sbin.
9245 * various changes to help compilation of dpkg-deb, dpkg-split
9246 and md5sum on non-Debian systems.
9247 * <sys/fcntl.h> replaced by <fcntl.h> throughout.
9249 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 14 Jan 1996 02:55:19 +0000
9251 dpkg (1.0.9); priority=MEDIUM
9253 * dselect uninitialised variable coredump fixed (thanks Carl).
9255 * version numbers printed by --version fixed. (Bug#2115.)
9256 * disk method problem with missing Packages files fixed. (Bug#2114.)
9257 * dependency version relationships now <= >= << >> =. (Bug#2060.)
9259 * install-info is in /usr/sbin, not /usr/bin. (Bug#1924.)
9260 * dpkg regards Revision field as obsolete.
9262 * <asm/unistd.h> changed to <linux/unistd.h> (for m68k port).
9263 * scripts/Makefile.in `clean' target deletes scripts.
9265 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 11 Jan 1996 20:51:20 +0000
9267 dpkg (1.0.8); priority=LOW
9269 * update-alternatives slightly more helpful message. (Bug#1975.)
9270 * cosmetic improvements to disk installation method. (Bug#1970,1956.)
9271 * mounted filesystem and unmounted partition separate methods. (Bug#1957.)
9273 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 12 Dec 1995 04:07:47 +0000
9275 dpkg (1.0.7); priority=MEDIUM (HIGH to upgrade syslogd)
9277 * dselect harddisk/CDROM method script handles multiple package
9279 * Everything has a manpage, though many are very unhelpful indeed.
9281 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 30 Nov 1995 03:59:14 +0000
9283 dpkg (1.0.6); priority=MEDIUM (HIGH to upgrade syslogd)
9285 * conffiles can now be taken over properly from one package by
9286 another which replaces it. (Bug#1482.)
9287 * dpkg will not deconfigure essential packages when --auto-deconfigure
9288 is set (this bug was fairly unlikely ever to be exercised).
9290 * dpkg checks for the presence of certain important programs on the PATH.
9291 * dselect is now more informative when a dependency is missing, saying
9292 "<package> does not appear to be available". (Bug#1642, 1705).
9294 * `make distclean' fixed; config.* &c removed from source archive.
9295 * lib/lock.c now uses fcntl rather than flock, for better portability.
9297 * `Package_Revision: 0' removed from control file.
9298 * Some inaccuracies and bad formatting in various messages corrected.
9300 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 21 Nov 1995 20:15:18 +0000
9302 dpkg (1.0.5); priority=LOW
9304 * dpkg-split allows some space for the header. (Bug#1649.)
9305 * dpkg-split now has --msdos option for 8.3 filenames.
9306 * dpkg-split --join &c will not complain about trailing garbage.
9308 * dselect & dpkg will no longer ignore SIGHUP will running subprocesses.
9310 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 13 Oct 1995 13:59:51 +0100
9312 dpkg (1.0.4); priority=MEDIUM (HIGH for dselect users with 1.0.3)
9314 * fixed bug which prevented dselect from displaying the bottom line of
9315 any listing screen. This was introduced in 1.0.3, sorry !
9317 * a conffile will never cause a prompt if the package maintainer
9318 distributes a file identical to the user's, even if the file has
9319 been edited by both the user and the maintainer or is a
9320 newly-registered conffile. (Bug#1639.)
9322 * dselect disk/cdrom method script says where to get Packages file.
9323 * dselect help has better descriptions of the functions of Return and Q.
9325 * postinst now warns about some problems with /usr/lib/dpkg/methods/hd.
9327 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 12 Oct 1995 01:45:38 +0100
9329 dpkg (1.0.3); priority=MEDIUM
9331 * dselect: fixed segfault when doing some multiple (de)selections.
9333 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 10 Oct 1995 03:21:12 +0100
9335 dpkg (1.0.2); priority=MEDIUM
9337 * problem with screen refresh after `o' (change order) corrected.
9339 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 9 Oct 1995 13:11:04 +0100
9341 dpkg (1.0.1); priority=LOW
9343 * much better dpkg performance on low-memory systems.
9344 * start-stop-daemon --name should now work. (oops!)
9345 * fixed typo which could turn into memory overwriting bug sometime.
9347 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 8 Oct 1995 20:12:29 +0100
9349 dpkg (1.0.0); priority=LOW
9351 * Version 1.0.0: dpkg is no longer beta.
9353 * tar extractor no longer looks up an empty string using getgrnam
9354 (this causes the libc to coredump when using NIS).
9356 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 1 Oct 1995 13:07:36 +0100
9358 dpkg (0.93.80); priority=LOW
9360 * dselect help screen intro changed to remove `much' before `help'.
9362 * update-alternatives.pl contains hardcoded ENOENT value, instead
9363 of requiring POSIX.pm to be present.
9365 * Makefiles changed to strip when installing instead of when building.
9367 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 30 Sep 1995 01:44:12 +0100
9369 dpkg (0.93.79) BETA; priority=LOW
9371 * DPKG_NO_TSTP environment variable which stops dpkg sending the
9372 process group a SIGTSTP (Bug#1496).
9373 * End key should work in dselect lists (Bug#1501).
9374 * various message typos (missing \n's) fixed (Bug#1504).
9376 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 29 Sep 1995 03:27:01 +0100
9378 dpkg (0.93.78) BETA; priority=LOW
9380 * dselect keystrokes help file typo fix.
9382 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 28 Sep 1995 20:31:02 +0100
9384 dpkg (0.93.77) BETA; priority=MEDIUM
9386 * dpkg --remove --pending will purge things when appropriate.
9388 * fixed failure to null-terminate dpkg conflict problem messages.
9389 * fixed bug in formatting of dependency version problem messages.
9391 * Conffiles resolution prompt for new conffile: typo fixed.
9392 * Changed dpkg usage error to suggest `-Dhelp' instead of `--Dhelp'.
9394 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 20 Sep 1995 23:44:35 +0100
9396 dpkg (0.93.76) BETA; priority=MEDIUM
9398 * dpkg --auto-deconfigure option (used automatically by dselect) allows
9399 `important' packages which many others depend on to be split.
9400 * dpkg should no longer fail an assertion during complicated
9401 multiple configurations involving packages which are on hold.
9403 * update-alternatives supports negative priorities.
9404 * /etc/alternatives is included in the .deb archive.
9406 * Package priorities changed: Required (Req), Important (Imp), Standard (Std),
9407 Optional (Opt) and Extra (Xtr). For backward compatibility Base is an
9408 alias for Required, and Recommended is kept as a level just below Standard.
9410 * dselect shows introductory help screen when entering package lists (both
9411 main and recursive).
9412 * dselect help messages made more friendly.
9413 * dselect package list `quit, confirm, and check dependencies' key is
9414 now Return rather than lowercase `q'; likewise method list `select this
9415 one and configure it' key.
9416 * dselect selects packages with priority `standard' or better by default.
9417 * dselect `v=verbose' becomes `v=terse' when in verbose mode.
9419 * hard disk method unmounts /var/lib/dpkg/methods/mnt on failure.
9420 * disk methods' install message uses `stty' to find out what the
9421 interrupt character is, and uses that in the prompt (rather than ^C).
9422 * dpkg now tolerates ^Z characters in Packages files.
9423 * harddisk method doesn't display extra slash when updating packages file.
9424 * harddisk method burbles less if it doesn't have a good default.
9426 * dpkg-deb now supports new flexible format, but old format still default.
9428 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 20 Sep 1995 02:49:41 +0100
9430 dpkg (0.93.75) BETA; priority=MEDIUM
9432 * dselect no longer segfaults when you try to modify the last item.
9434 * dselect Makefile compiles with -g, and links without -s, but installs
9435 with -s, so that built source directory has debugabble binary.
9437 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 12 Sep 1995 02:59:29 +0100
9439 dpkg (0.93.74) BETA; priority=LOW
9441 * dpkg-split implemented and installed in /usr/bin/dpkg-split.
9442 (NB this is not compatible with Carl Streeter's old dpkg-split script.)
9443 * dpkg uses dpkg-split.
9444 * floppy disk method available - NB this is a first attempt only.
9446 * hard disk method uses --merge-avail rather than --update-avail.
9447 * installation by default of `standard' packages removed again.
9448 (I don't think this is the right place to do this.)
9449 * update-alternatives --remove correctly deletes all slave links;
9450 minor cosmetic improvements.
9452 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 11 Sep 1995 02:06:05 +0100
9454 dpkg (0.93.73) BETA; priority=LOW
9456 * dselect multi-package selection now done by `divider' lines
9457 actually in the package list, rather than horizontal highlight
9459 * dselect help available, and keybindings rationalised.
9461 * postinst removes /usr/lib/dpkg/methods/hd if upgrading from
9462 0.93.42.3 or earlier.
9463 * `hold' flag changed to be settable by the user only, and
9464 made orthogonal to the `reinstallation required' flag.
9465 * dpkg will install by default any packages with priority of
9466 `standard' or better unless they're explictly deselected.
9468 * dselect dependency/conflict resolution will suggest marking absent
9469 packages for `purge' rather than `deinstall'.
9470 * disk method script produces message about invoking dpkg.
9471 * dpkg produces warning, not error, when it gets EPERM trying to
9472 remove a directory belonging to a package being removed.
9473 * dpkg, dpkg-deb usage error reporting improved.
9474 * dselect detects too-dumb terminals and stops.
9475 * dpkg-deb(8) updated a little (thanks to Bill Mitchell).
9477 * dselect debugmake script uses -O0.
9479 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 10 Sep 1995 12:23:05 +0100
9481 dpkg (0.93.72) BETA; priority=MEDIUM
9483 * /usr/sbin/update-alternatives added.
9485 * New names for certain control file fields (old names work
9486 as aliases): Optional -> Suggests, Recommended -> Recommends,
9489 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 3 Sep 1995 16:37:41 +0100
9491 dpkg (0.93.71) BETA; priority=LOW
9493 * dpkg doesn't silently overwrite `new' conffiles (Bug#1283).
9494 * case now not significant in Essential, Status and Class (Bug#1280).
9495 * dselect checks method scripts for execute, not for write.
9497 * spelling fixes in lib/dbmodify.c and dselect/helpmsgs.src.
9499 * dselect `clean' target deletes helpmsgs.cc and helpmsgs.cc.new.
9501 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 31 Aug 1995 13:56:08 +0100
9503 dpkg (0.93.70) BETA; priority=MEDIUM
9505 * dselect unmounted harddisk method has many silly bugs fixed.
9507 * dpkg --root option restored (was removed by mistake in 0.93.68).
9508 * minor cosmetic change to dselect subprocess failure message.
9510 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 9 Aug 1995 22:18:55 +0100
9512 dpkg (0.93.69) BETA; priority=MEDIUM
9514 * dpkg --configure and --remove should work properly when
9515 they have to defer processing (this tends to happen when many
9516 packages are processed at once). (Bug#1209.)
9518 * dpkg --configure and --remove work better when `processing'
9519 several related packages with --no-act.
9521 * dpkg --auto is now two options, --pending or -a (for configure,
9522 remove, &c) and --recursive or -R (for install, unpack, &c).
9524 * dpkg debug options in usage message, and values available (-Dh).
9526 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 9 Aug 1995 22:18:55 +0100
9528 dpkg (0.93.68) BETA; priority=MEDIUM
9530 * dpkg won't get an internal error if you try to use the default
9531 conffiles response (ie, if you just hit return). (Bug#1208.)
9533 * dselect hard disk and CD-ROM methods - the real thing, but ALPHA.
9535 * dselect allows you to go straight to `update' or `install' if
9536 you have already set up an access method.
9537 * new dpkg options --yet-to-unpack, --merge-avail and --update-avail.
9538 * dpkg -G is an abbreviation for dpkg --refuse-downgrade.
9539 * dpkg -R alias for --root withdrawn, pending reuse with different meaning.
9540 * dpkg --help message rationalised somewhat.
9542 * Obsolete `examples' and `dpkg-split' directories removed from
9543 source tree. The `hello' package is a better example.
9545 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 7 Aug 1995 02:16:25 +0100
9547 dpkg (0.93.67) BETA; priority=LOW for C dpkg alpha testers, HIGH for others
9549 * dpkg no longer statically linked and -g.
9550 * calls to abort() changed to print string, file and line number first.
9551 * removed unused variable from dpkg source.
9553 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 4 Aug 1995 01:39:52 +0100
9555 dpkg (0.93.66) ALPHA; priority=MEDIUM
9557 * dpkg will correctly remove overwritten files from the lists of
9558 the package(s) that used to contain them.
9560 * dpkg --purge is now an action, rather than a modifier for --remove,
9561 and the -P alias for it is withdrawn.
9563 * dpkg --unpack/--install filenames in messages are now more sensible
9564 about when to use .../ (show as many trailing components as possible
9565 in 40 characters, or the whole path if that the last component is
9568 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 3 Aug 1995 02:11:03 +0100
9570 dpkg (0.93.65) ALPHA; priority=MEDIUM
9572 * dpkg --remove should, when a package being removed is depended-on
9573 by another that is also queued for removal, defer the depended-on
9574 package rather than aborting it. (Bug#1188.)
9576 * dpkg will not attempt to configure or remove a package more than
9577 once in the same run. (Bug#1169.)
9579 * dpkg cosmetic fix to dependency problems message (this bug
9580 hasn't been triggered to my knowledge).
9582 * perl-dpkg no longer installed in /usr/bin.
9584 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 2 Aug 1995 13:02:58 +0100
9586 dpkg (0.93.64) ALPHA; priority=MEDIUM
9588 * dpkg marks a package as no longer `to be configured in this run'
9589 when an error occurs, so that other packages which depend on it
9590 will fail (rather than causing a loop and an assertion failure,
9591 packages.c:166: failed assertion `dependtry <= 4').
9593 * dselect initial selection granularity is single-package.
9594 * dpkg --no-also-select option renamed to --selected-only (old option
9595 still accepted, but no longer in --help). Changed -N to -O.
9597 * dselect `update' option changed to `install' (and other options
9598 renamed too). NB: old access methods will not work, because
9599 the `update' script should now be an `install' script.
9601 * dselect `installation methods' renamed to `access methods'.
9602 * dpkg --skip-same-version and --refuse-downgrade produce friendlier
9603 messages when they skip packages.
9604 * --licence option now properly mentioned in all programs' --version
9607 * bad fix for ELF compile problem involving myopt.h removed (compile
9608 problem turned out to be a GCC bug.)
9610 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 1 Aug 1995 03:03:58 +0100
9612 dpkg (0.93.63) ALPHA; priority=LOW
9614 * preinst works around shell bug/misfeature involving `trap'.
9616 * dpkg --skip-same-version doesn't skip packages which have
9617 an error flag set or which aren't in a standard `installed' state.
9619 * dpkg --search now does a substring search if the string doesn't
9620 start with a wildcard character (*, [ or ?) or slash.
9622 * problem with C/C++ linkage of stuff in "myopt.h" fixed, to help
9623 with compiling with GCC 2.7.0.
9625 * dselect Makefile.in `clean' deletes curkeys.inc &c, so that they are
9626 not shipped in the distribution source and will be rebuilt on the
9629 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 27 Jul 1995 13:38:47 +0100
9631 dpkg (0.93.62) ALPHA; priority=HIGH
9633 * dpkg purges leftover control scripts from /var/lib/dpkg/tmp.ci,
9634 rather than associating them with the wrong package. (Bug#1101.)
9636 * dpkg won't `disappear' packages containing no files or directories,
9637 nor a package required for depends/recommended. (Bug#1128.)
9639 * dpkg follows directory symlinks. (Bug#1125.)
9641 * dselect fixups for ELF/GCC2.7.0 compilation.
9643 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 21 Jul 1995 21:43:41 +0100
9645 dpkg (0.93.61) ALPHA; priority=LOW
9647 * dselect keybindings and status characters and descriptions changed
9648 (in pursuance of Bug#1037, user interface problems, still open.)
9650 * Some cleanups to fix mistakes discovered by ELF-GCC 2.7.0, and fixup
9651 for newer C++ draft standard (`for' variable declaration scope change).
9653 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 18 Jul 1995 01:42:51 +0100
9655 dpkg (0.93.60) ALPHA; priority=HIGH
9657 * dpkg doesn't think packages have `disappeared' if you install
9658 several packages at once. (later reported as Bug#1132.)
9660 * usage error messages tidied up.
9662 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 16 Jul 1995 17:56:56 +0100
9664 dpkg (0.93.59) ALPHA; priority=HIGH
9666 * dpkg doesn't break maintainer scripts &c if package `foo' exists
9667 when processing package `foobar'. (Related to Bug#1101.)
9669 * dpkg implements `disappear' functionality.
9670 * dpkg/dselect remove dead entries from /var/lib/dpkg/status.
9672 * dpkg --list now sorted correctly and output somewhat improved.
9673 * some debugging messages moved from dbg_stupidlyverbose to dbg_scripts.
9674 * dpkg prints `Removing foo' message even if foo is not configured.
9675 * dpkg only prints `serious warning: files list file ... missing'
9676 once for each package.
9678 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 16 Jul 1995 02:32:11 +0100
9680 dpkg (0.93.58) ALPHA; priority=HIGH
9682 * dpkg should write out status even for packages which it has only
9683 encountered in the `available' file so far.
9685 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 14 Jul 1995 20:19:21 +0100
9687 dpkg (0.93.57) ALPHA; priority=LOW
9689 * dpkg does chroot when running maintainer scripts (--instdir
9690 should work right now, though I haven't been able to test it).
9692 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 14 Jul 1995 01:32:30 +0100
9694 dpkg (0.93.56) ALPHA; priority=HIGH
9696 * dpkg can now overwrite symlinks to directories, and will
9697 do correct handling of symlinks to plain files.
9698 * dpkg should not replace any directory with a symlink.
9700 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 13 Jul 1995 02:43:36 +0100
9702 dpkg (0.93.55) ALPHA; priority=MEDIUM
9704 * dpkg can now extract hardlinks.
9705 * dpkg configuration/removal works in the presence of dependency cycles.
9706 * dpkg should no longer fail an assertion at processarc.c:193.
9708 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 12 Jul 1995 01:34:44 +0100
9710 dpkg (0.93.54) ALPHA; priority=MEDIUM
9712 * dpkg and dselect no longer throw away all Class and Section
9713 information in /var/lib/dpkg/available. (Oops.)
9714 * dpkg --refuse-<something> now works (this broke some dselect
9715 method scripts' attempts to use --refuse-downgrade).
9716 * dpkg --audit and --list implemented.
9718 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 10 Jul 1995 00:35:13 +0100
9720 dpkg (0.93.53) ALPHA; priority=LOW
9722 * dpkg --install/--unpack only skips on-hold packages with --auto.
9723 * dpkg doesn't fclose() the --fsys-tarfile pipe twice.
9724 * dpkg error handling and reporting cleaned up.
9725 * dpkg now lists any failed packages/files just before exiting.
9727 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 9 Jul 1995 16:31:36 +0100
9729 dpkg (0.93.52) ALPHA; priority=MEDIUM
9731 * dpkg won't segfault due to missing (Package_)Revision fields.
9732 * dpkg --search works.
9733 * dpkg will set execute permissions on scripts if necessary.
9734 * dpkg prints filenames in --unpack and --install.
9736 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 8 Jul 1995 12:41:39 +0100
9738 dpkg (0.93.51) ALPHA; priority=HIGH
9740 * dpkg --status and --listfiles now work.
9742 * dpkg --remove --auto won't try to remove everything (!)
9743 * dpkg --unpack doesn't coredump after unpacking the first package.
9744 * dpkg won't fail an assertion if it bombs out of --configure
9745 or --remove because of too many errors.
9747 * Support for `Essential' in dpkg (not yet in dselect).
9748 * `available' (Packages) file class and section override those
9749 from package control files.
9750 * `Essential: yes' added to control file.
9752 * Locking strategy changed, now uses flock (no more stale locks).
9753 * preinst now more helpful about conffiles upgrade problem.
9755 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 8 Jul 1995 01:15:26 +0100
9757 dpkg (0.93.50) ALPHA
9759 * C dpkg now in service.
9761 * dselect now installs in /usr/bin instead of /usr/sbin.
9762 * Improved `explanation of display' help and changed HSOC to EIOW.
9763 * dselect goes back to top of info display when you move the
9766 * Added <sys/types.h> to md5sum/md5.c, for the benefit of FreeBSD.
9767 * --admindir doesn't append `var/lib/dpkg' to its argument.
9769 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 19 May 1995 21:03:08 +0100
9771 dpkg (0.93.42.3) BETA; priority=LOW
9773 * Rebuilt using ncurses 1.9.2c-0.
9774 * Silenced `subcritical error' message if errno == ENOENT.
9776 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 12 Jun 1995 13:09:24 +0100
9778 dpkg (0.93.42.2) BETA; priority=HIGH
9780 * install-info --remove properly removes multi-line entries.
9781 * Slightly changed ^L redraw code in dselect package list.
9783 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 10 Jun 1995 14:06:01 +0100
9785 dpkg (0.93.42.1) BETA; priority=HIGH esp. for new installations
9787 * update-rc.d default no longer adds K entries in runlevels 2345.
9789 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 6 Jun 1995 18:56:23 +0100
9791 dpkg (0.93.42) BETA; priority=LOW; HIGH for dselect users
9793 * Fix unitialised variable reference bug in dselect (#890).
9794 * Fix problem with wordwrapping package and method descriptions.
9795 * Create /var/lib/dpkg/methods/mnt.
9797 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 19 May 1995 21:03:08 +0100
9799 dpkg (0.93.41) BETA; priority=LOW
9801 * Create /var/lib/dpkg/methods.
9802 * dpkg.pl noisily ignores --skip-same-version rather than barfing.
9804 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 16 May 1995 13:28:27 +0100
9806 dpkg (0.93.40) BETA; priority=LOW
9808 * dselect's subprogram failure message made to stand out more.
9810 * When switching out of curses, always move the cursor to the
9811 bottom right corner of the screen.
9813 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 16 May 1995 01:03:38 +0100
9815 dpkg (0.93.39) BETA; priority=LOW
9818 - allow you to select and configure an installation method;
9819 - invoke installation method scripts to update the available file
9820 and unpack packages;
9821 - invoke dpkg to configure and remove packages.
9822 There are no installation methods available yet.
9824 * Search feature in dselect works (it was purely an ncurses bug).
9826 * dpkg-*.nondebbin.tar.gz now available (built by debian.rules).
9828 * The target directory for dpkg-deb --extract (also available as
9829 dpkg --extract) is no longer optional. dpkg-deb suggests the use
9830 of dpkg --install if you omit it.
9832 * Added <errno.h> to lib/lock.c and fixed ref. to `byte' in
9833 md5sum/md5.c, for portability to Solaris 2.
9835 * Rebuilt `configure' and `config.h.in' using autoconf 2.3.
9836 * Revised function attribute support checking in configure script.
9837 * Removed obsolete `dselect.pl' from scripts directory.
9838 * New option --licence on all the C programs.
9840 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 14 May 1995 18:05:38 +0100
9842 dpkg (0.93.38) BETA; priority=MEDIUM
9844 * Version number comparisons (in dpkg and dselect) now >= <=
9845 as documented (Bug#831; thanks to Christian Linhart).
9847 * dselect now has a non-superuser readonly mode.
9848 * dselect doesn't pop up unsatisfied `Optional's when quitting.
9849 * `unable to delete saved old file' message fixed dpkg_tmp to dpkg-tmp.
9851 * Made dpkg convert `revision' to `package_revision' when reading
9852 (eg) the `status' file. libdpkg.a has `revision' as a synonym
9853 for `package_revision' and writes the former.
9855 * Major improvements and many changes to C option parsing, database
9856 management, error handling, Makefiles &c to support dpkg.
9857 * dpkg-deb should now work if sizeof(void*) < sizeof(void(*)()).
9859 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 24 Apr 1995 12:34:39 +0100
9861 dpkg (0.93.37) BETA; priority=LOW (MEDIUM for dselect users)
9863 * Fixed segfault if no description available (Bug#735);
9864 thanks to Peter Tobias for the bug report.
9865 * Fixed other assorted minor bugs in description displays.
9867 * Changed dpkg-deb --info short option from -i to -I, to make
9868 it unique across dpkg and dpkg-deb (-i still works with
9869 dpkg-deb for backwards compatibility).
9871 * Produce more sensible error when main package list is empty.
9873 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 7 Apr 1995 02:24:55 +0100
9875 dpkg (0.93.36) BETA; priority=LOW (MEDIUM for dselect users)
9877 * All the C code (including dselect) updated to support `provides'
9879 * Revamped dselect's related package selection/deselection
9881 * Everything can now handle arbitrary `class' values (as well
9882 as the predefined ones which we understand and can interpret).
9883 * Fixed bug that prevented display update when moving down a small
9884 recursive package list in dselect.
9885 * Column heading characters corrected from `SHOC' to `HSOC'.
9887 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 6 Apr 1995 12:48:13 +0100
9889 dpkg (0.93.35) BETA; priority=MEDIUM
9891 * Preserve ownerships and permissions on configuration files.
9892 * Fix bug in conffile updating that could leave a hardlink
9893 <foo>.dpkg-new to the conffile <foo>.
9895 * Improved dselect's package list help messages.
9896 * Highlight now moves on after (de)selecting just one package.
9897 * Better algorithm for scrolling up/down when moving highlight.
9898 * Fixed bug in display of `preformatted' extended Description lines.
9899 (dselect is still ALPHA, but is fairly stable.)
9901 * Improved dpkg's message when configuring a package that doesn't
9902 exist, and when selecting or skipping a package that isn't
9903 currently selected (during unpack processing).
9905 * Description in control file expanded.
9907 * Scroll back to top when changing what is in the `info' area.
9909 dpkg (0.93.34) BETA; priority=LOW (HIGH for dselect users)
9911 * dselect: Fixed bug which caused a coredump if you exited the
9912 package list if you'd made any changes. Ouch !
9914 * dselect: Improved selection algorithm to show fewer extraneous
9915 packages; improved display for unavailable packages.
9917 * dpkg: Improved progress messages during unpacking somewhat.
9919 dpkg (0.93.33) BETA; priority=LOW (HIGH for dselect users)
9921 * dselect now has a main menu.
9923 * Fixed nasty uninitialised data bug in dselect.
9925 * dselect now locks and unlocks the packages database.
9927 Mon, 27 Mar 1995 03:30:51 BST Ian Jackson <iwj10@cus.cam.ac.uk>
9929 * dpkg (0.93.32): Alpha dselect released and installed in
9931 * dpkg (0.93.32): Many portability enhancements: should now
9932 compile using GCC 2.6.3, and dpkg-deb should
9933 compile better on non-Linux systems.
9934 * dpkg (0.93.32): dpkg will not loop if its stdin disappears
9935 and it needs to prompt.
9936 * dpkg (0.93.32): Fixed removal dependency error to show
9937 correct package (Bug #648).
9938 * dpkg (0.93.32): Tidied up copyright notices.
9939 * dpkg (0.93.32): First draft of update-rc.d manpage, not yet
9940 installed in /usr/man.
9941 * dpkg (0.93.32): Changes to top-level Makefile.in to improve
9943 * dpkg (0.93.32): Improved Makefile `clean' and `distclean'
9945 * dpkg (0.93.32): Deleted irrelevant `t.c' from lib and
9946 dselect directories.
9947 * dpkg (0.93.32): Added vercmp.c with version comparison code.
9948 * dpkg (0.93.32): varbufextend message changed - varbufs not
9949 just for input buffers.
9950 * dpkg (0.93.32): varbuf has C++ member functions in header
9953 Changes in dpkg 0.93.31:
9955 * start-stop-daemon --pidfile now works (Bug#571).
9956 * Fixed dependency processing bugs which could require a rerun of
9957 dpkg --configure (Bug#566).
9958 * Fixed garbage output for `language' of control file in dpkg-deb --info.
9960 Changes in dpkg 0.93.30:
9962 * Added /usr/sbin/start-stop-daemon.
9964 Changes in dpkg 0.93.29:
9966 * Made postinst scripts really be run when dpkg --purge used.
9967 * Added new --force-extractfail option - VERY DANGEROUS.
9969 Changes in dpkg 0.93.28:
9971 * Removed undef of 0x_p21 in read_database_file, which caused the
9972 the whole status database to become trashed when any update files
9974 * Make infinite-loop prevention and cycle detection work.
9975 * Made findbreakcycle work (ie, break properly when cycle detected).
9976 * New script, update-rc.d, to update links /etc/rc?.d/[KS]??*.
9977 * dpkg.pl now sets the umask to 022.
9978 * Cosmetic error message fix to dpkg-deb.
9979 * Deleted OLD directory altogether.
9980 * Improved error-trapping in top-level Makefile loops.
9982 Changes in dpkg 0.93.27:
9984 * Make version number specifications in Depends &c work.
9985 * Added AC_PROG_CXX to autoconf.in for dselect.
9986 * Changed myopt.h not to have cipaction field in cmdinfo (this was
9987 specially for dpkg-deb) - now we have a generic void*.
9988 * Renamed `class' member of `pkginfoperfile' to `clas' [sic].
9989 * Much work in `dselect' subdirectory.
9990 * Deleted executables, objects and libraries from OLD tree !
9991 * Minor changes to various copyright notices and top-of-file comments.
9992 * Don't install nasty Perl dselectish thing as /usr/bin/dselect.
9994 Changes in dpkg 0.93.26:
9996 * Added --no-also-select instead of not auto-selecting on --unpack
9997 but doing so on --install; removed --force-unpack-any.
9999 Changes in dpkg 0.93.25:
10001 * Fixed duplicate output (failure to flush before fork) bug.
10002 * More clarification of md5sum.c copyright.
10003 * Corrected typo in ChangeLog in 0.93.24 source package.
10005 Changes in dpkg 0.93.24:
10007 * dpkg could copy conffiles info from one package to another. Aargh.
10009 * dpkg failed to initialise status if you tried to remove or
10010 configure a nonexistent package. Bug #419.
10011 * install-info now handles START-INFO-DIR-ENTRY entries like:
10012 * Gdb:: The GNU debugger.
10013 Previously it would only accept (Bug #407):
10014 * Gdb: (gdb). The GNU debugger.
10015 * When installing a new foo.info[.gz], install-info now replaces
10016 * Foo: (foo.info). The Gnoo Foo.
10017 as well as just * Foo: (foo). ...
10018 * Moved option parsing out of dpkg-deb into libdpkg.
10019 * Assorted minor source code rearrangements.
10020 * Fixed assorted copyright notices, clarified md5sum copyright.
10021 * Corrected typo in 0.93.23 source package's ChangeLog.
10023 Changes in dpkg 0.93.23:
10025 * `dpkg-deb' --build now does a syntax check on the control file.
10026 * `dselect' is now no longer called `debian', spurious copy removed
10027 from package top-level source directory.
10028 * C control information parsing complete and somewhat tested.
10029 * Moved `global' include files into $(srcdir)/include from ../lib,
10030 added some files to the lib Makefile, and arranged for pop_cleanup().
10032 Changes in dpkg 0.93.22:
10034 * Fixed bug which caused dpkg to see failures of md5sum where there
10035 were none (would also have caused dpkg to miss a real failure).
10036 * Fixed failure to update some `status' database fields.
10038 Changes in dpkg 0.93.21:
10040 * Fixed error-handling bug which could corrupt database.
10042 Changes in dpkg 0.93.20:
10044 * Fixed bug which ran old (/var/adm/dpkg) postinst scripts.
10045 * Fixed dpkg usage message which claimed -i => both --install & --info.
10046 * Use Colin Plumb's MD5 code - faster, and better copyright.
10047 * Manpages: dpkg-deb(8), deb-control(5), deb(5) - thanks to Raul
10048 Deluth Miller. Also, an xfig picture of some C program innards.
10050 Changes in dpkg 0.93.19:
10052 * Don't delete the `list' file from the dpkg database.
10053 * Fixed various bugs in the conffile handling.
10054 * Conffiles that are symlinks will now be treated as if the
10055 `dereferenced' name of the file was listed in conffiles. This means
10056 that /etc/foo -> /usr/etc/foo will cause all conffile updates of
10057 /etc/foo to create /usr/etc/foo.dpkg-tmp &c instead. However, the
10058 link will be removed if --purge is used to delete all the conffiles.
10059 * When doing a new installation, or when updating a conffile that
10060 wasn't listed as a conffile in the old version of the package, don't
10061 do any prompting but just install the version from the archive.
10062 * Corrected error message if exec of dpkg --vextract failed
10063 and --instroot or --root specified.
10064 * Added new --force-unpack-any option.
10065 * Extra newline after --status output.
10066 * Added -W options to CFLAGS.
10067 * Fixed mistake in previous ChangeLog entry.
10069 Changes in dpkg 0.93.18:
10071 * Fixed invocation of dpkg-deb --vextract if --root or --instdir
10073 * Create /var/lib/dpkg/updates.
10075 Changes in dpkg 0.93.17:
10077 * install-info --remove exits with status 0 if it doesn't find the
10078 thing to remove, instead of status 1.
10079 * Error handling functions have __attribute__((format...)) if GCC.
10080 * push_cleanup its arg takes void **argv instead of char **argv.
10081 * Top-level Makefile.in has set -e before `for' loops.
10082 * dpkg-deb --info not-an-existing-file produces fewer error messages.
10084 Changes in dpkg 0.93.16:
10086 * Made --root= option really extract to $instroot instead of `/'.
10087 * install-info clears the 0444 bits in its umask.
10088 * Fixed a few database handling bugs which cause dpkg always to fail,
10089 and usually to corrupt the status database in various ways.
10090 * dpkg-deb completely rewritten, now doesn't tinker with
10091 /var/{adm,lib}/dpkg. Should be faster.
10092 * Directory structure and Makefiles in source package reorganised.
10094 Changes in dpkg 0.93.15:
10096 * Added `debian' (dselect), still very primitive.
10097 * Database format changed, and moved from /var/adm to /var/lib.
10098 * Added dpkg --avail mode, --list, --status and --search.
10099 * Set of dpkg => dpkg-deb pass-through operations changed (but
10100 dpkg-deb not yet updated).
10101 * Added --root, --admindir and --instdir, as well as --isok &c.
10102 * Moved much stuff into /usr/lib/dpkg-lib.pl, rewritten status
10104 * Put packages in `purge' state even if `deinstall' requested if
10105 they have no postrm and no conffiles.
10106 * Version number comparisons fixed.
10107 * insert-version.pl now installes lib.pl filename too.
10108 * Strip trailing slashes when reading files from file lists.
10110 Changes in dpkg 0.93.14:
10112 * Fixed parsing of DEPENDS &c fields with trailing whitespace.
10113 * postinst now fixes up broken ispell.control file.
10114 * Cyclic dependency/multiple package removal processing: don't consider
10115 packages we've just removed when looking for a reason not to go ahead.
10116 * Added call to postinst with `purge' argument for expunging old
10117 configuration etc. that aren't listed in conffiles.
10119 Changes in dpkg 0.93.13:
10121 * sub S_ISREG defined in dpkg.pl.
10122 * Checking of DEPENDS &c fields was too lax, causing an internal error
10123 if you fed it certain kinds of broken control file.
10124 * Fixed misleading message from bogus installationstatus call.
10125 * New -u and -U options to dpkg-deb which don't unpack the /DEBIAN
10126 directory, and use these in dpkg.pl; clean up /DEBIAN in postinst.
10128 Changes in dpkg 0.93.12:
10130 * No longer needs *.ph files, since these appear to be broken.
10131 * Postinst fixes up *.control files with curly brackets.
10132 * embryo of dselect.
10134 Changes in dpkg 0.93.11:
10136 * New --ignore-depends option.
10137 * This ChangeLog changed format here.
10139 Wed Nov 30 15:38:21 GMT 1994 Ian Jackson <iwj10@cus.cam.ac.uk>
10141 * dpkg 0.93.11 released.
10143 * conffile updating fixed.
10145 * Message `updgrade' in dpkg changed to `replace'.
10147 * install-info now copes with multi-line entries.
10149 * version numbers now done automatically in dpkg and install-info.
10151 * more debugging around conffiles updates.
10153 * *.hash files not deleted so soon.
10155 * adds brand new packages to status array so we can install them.
10157 * postinst does h2ph for {sys,linux}/{stat,types}.ph if required.
10159 Mon Nov 28 02:00:13 GMT 1994 Ian Jackson <iwj10@cus.cam.ac.uk>
10161 * dpkg 0.93.10 released.
10163 * dpkg.pl completely rewritten.
10165 * dpkg-deb: removed dabase-processing and --install option.
10167 * Makefiles reworked, debian.rules added.
10169 * Don't install anything in /usr/doc/examples.
10171 * dpkg-*.deb contains /usr/bin/dpkg-deb.dist, fixed up by postinst.
10173 Thu Oct 20 13:22:20 1994 Ian Murdock (imurdock@debra.debian.org)
10175 * dpkg 0.93.9 released.
10177 * dpkg.pl: Use $argument, not $package, with `--build'.
10178 Make sure that saved postinst scripts are executable.
10180 Tue Oct 18 09:40:57 1994 Ian Murdock (imurdock@debra.debian.org)
10182 * dpkg 0.93.8 released.
10184 * deb/remove.c (pkg_remove): Do not report an error from rmdir ()
10185 when `errno' is ENOTEMPTY (Directory not empty), because in this
10186 case we have found the highest-level directory in the package and
10187 are ready to exit the loop (i.e., it is a normal occurrence).
10189 Mon Oct 17 10:44:32 1994 Ian Murdock (imurdock@debra.debian.org)
10191 * Makefile.in: Adapted all Makefiles to the GNU Coding Standards.
10193 * deb/remove.c (pkg_remove): Make sure that parent directories are
10194 removed LAST! This will result in complete removal of packages
10195 when --remove is called. dpkg 0.93.7 (and earlier) had problems
10196 with this because it tried to remove directories in order, which
10197 will work most of the time, but not necessarily all of the time.
10199 * deb/list.c (pkg_list): Output is sorted by package name.
10201 Tue Oct 4 12:27:10 1994 Ian Murdock (imurdock@debra.debian.org)
10203 * deb/contents.c (pkg_contents): When a list file cannot be
10204 opened, silently fail and let the front-end explain the problem.
10206 * deb/util.c (return_info): When a control file cannot be opened,
10207 silently fail and let the front-end explain the problem.
10209 * deb/search.c (pkg_search): Exit 0 if the regular expression is
10210 matched and 1 if it is not.
10212 Mon Oct 3 18:38:53 1994 Ian Murdock (imurdock@debra.debian.org)
10214 * dpkg.pl: New file. Replaces dpkg.sh.
10216 * deb/Makefile.in: Renamed `dpkg-util.deb' to `dpkg-deb'.
10218 * deb/build.c (pkg_build): `--build' is less verbose, instead
10219 letting the front-end add verbosity where appropriate.
10221 * deb/install.c (pkg_install): Ditto.
10223 * deb/remove.c (pkg_remove): Ditto.
10225 * deb/search.c (pkg_search): Ditto.
10227 * deb/describe.c (pkg_describe): `--describe' is less verbose,
10228 instead letting the front-end add verbosity where appropriate.
10229 The ``Description:'' label has been removed.
10231 * deb/version.c (pkg_version): `--version' is less verbose,
10232 instead letting the front-end add verbosity where appropriate.
10233 The ``Version:'' label has been removed, as has the maintainer
10236 Mon Sep 12 14:22:04 1994 Ian Murdock (imurdock@debra.debian.org)
10238 * deb/version.c (pkg_version): `--version' now reports the
10239 version number of dpkg if no argument is specified.
10241 Thu Sep 1 13:31:37 1994 Ian Murdock (imurdock@debra.debian.org)
10243 * dpkg 0.93.7 released.
10245 * deb/build.c (pkg_build): check status and exit if non-zero.
10247 * deb/contents.c (pkg_contents): ditto.
10249 * deb/install.c (archive_extract): ditto.
10251 Thu Sep 1 13:20:08 1994 Ian Murdock (imurdock@debra.debian.org)
10253 * deb/version.c (pkg_version): indent to the same point as
10256 Thu Sep 1 12:21:11 1994 Ian Murdock (imurdock@debra.debian.org)
10258 * Makefile.in (dist): added debian.rules binary, source and
10259 dist targets to make final distribution easier to make.
10260 (install): install programs to /usr/bin.
10262 * deb/Makefile.in (install): install programs to /usr/bin.
10264 * deb/list.c (pkg_list): enforce a maximum limit of ten characters
10265 for the package name in the output.
10266 (pkg_list): left-justify the version number to make it easier for
10267 the front-end to parse the output.
10268 (pkg_list): replace first '\n' character in packages[n].description
10271 * deb/install.c (archive_extract): use the `p' option to `tar' to
10272 ensure that permissions are preserved.
10274 Sat Aug 27 09:53:37 1994 Ian Murdock (imurdock@debra.debian.org)
10276 * dpkg 0.93.6 released.
10278 * deb/util.c (return_info): only unlink CONTROL if ARCHIVE_FLAG is
10281 Fri Aug 26 15:38:22 1994 Ian Murdock (imurdock@debra.debian.org)
10283 * dpkg 0.93.5 released.
10285 * deb/contents.c (pkg_contents): merged function archive_contents
10286 into function pkg_contents.
10288 * deb/contents.c (pkg_contents): use lstat (rather than stat) so
10289 that symbolic links are recognized.
10290 (pkg_contents): print the usual `<path> -> <link_to>' now that we
10291 recognize symbolic links.
10293 * deb/util.c (return_info): create a FIFO to pipe the needed
10294 information to the ``formatter'' rather than creating a directory
10295 in /tmp for the package information, which is what we used to do.
10297 Thu Aug 25 11:46:27 1994 Ian Murdock (imurdock@debra.debian.org)
10299 * lib/fake-ls.c (mk_date_string): return a pointer to malloc'ed
10301 (mk_mode_string): ditto.
10303 * dpkg.sh: make sure the control information is extracted to a
10304 uniquely-named temporary directory during package installation.
10306 * dpkg.sh: execute the pre- and post-removal scripts during
10309 * dpkg.sh: exit immediately if dpkg-util.deb reports failure.
10311 * deb/install.c (pkg_control): make sure that `package' exists and
10312 is a Debian archive before doing anything.
10314 * deb/install.c (pkg_extract): make sure that `package' exists and
10315 is a Debian archive before doing anything.
10317 * deb/install.c (pkg_install): unlink `extract_output' when done.
10319 * deb/remove.c (pkg_remove): use lstat (rather than stat) so that
10320 --remove does not get confused and think that a symbolic link to a
10321 directory is actually a directory, which results in the symbolic
10322 link never being removed at all.
10324 ChangeLog begins Thu Aug 25 11:46:27 1994 for dpkg 0.93.5.