1 dpkg (1.4.1.1) unstable; urgency=low
3 * Non-maintainer upload
4 * Install emacs-startup scripts with mode 0644 (lintian)
5 * Incorporate changes in NMU 1.4.0.32 made by Vincent Renardias
6 <vincent@waw.com> for slink:
7 + Apply patch from Jim Pick for update-alternatives.pl to
8 fix 'Important' bugs #30891 in dpkg and (#27382, #27383, #27696,
9 #27703, #27736, #27097(merged bugs)) in jdk1.1.
10 * Incorporate changes in NMU 1.4.0.33 made by me for slink:
11 + Fix illegal perl construct (Bug# 30985)
12 + Initialize oialtname->useinstead and oicontest->camefrom to 0 (Bug# 30397)
13 + Update shlibs.default for libncurses 4 (Bug# 30332)
14 + Suggest debian-keyring instead of developer-keyring (Bug# 27376, 30248)
15 + Abort dpkg-divert when attempting to divert a directory (Bug# 30126)
16 + Make dpkg-deb.1 aware that it is in section 1, not 8
17 + Fix section in reference to dpkg-deb in dpkg.8 (Bug# 29740)
18 + Fix typo in --force-help (Bug# 26193)
19 + Correct path for debian-changelog-mode.el (Bug# 24606)
20 + Make disk-method for dpkg use /var/run instead of /tmp to fix
21 symlink-attacks (Bug# 21399)
22 + Document -n and -f options for update-rc.d in manpage (Bug# 15913)
23 + Add --abort-after option to change after how many errors we abort and
24 change the default to 50 (Bug# 22940)
25 + Fix controllib.pl: don't check debian/substvars unless needed, and
26 don't depend on language settings (Bug# 31508)
27 + Allow a - in the architecture-field (Bug# 25537)
29 -- Wichert Akkerman <wakkerma@debian.org> Mon, 1 Feb 1999 00:44:01 +0100
31 dpkg (1.4.1) unstable; urgency=low
33 * Maintainer release by IWJ.
34 * Changed Maintainer: field description.
35 * Various changes to make the damn thing build.
36 * Add .cvsignore files.
38 -- Ian Jackson <ian@davenant.greenend.org.uk> Sun, 1 Nov 1998 17:33:38 +0000
40 dpkg (1.4.0.31) unstable; urgency=low
42 * dpkg/processarc.c: Make newfileslist static like the other arguments
43 for register_cleanup's cu_* functions.
44 * N-th fix for controllib.pl (simulate old behavior by trying stdin,
45 stdout, and stderr for getlogin()).
46 * Enable --force-overwrite for slink release, and comment where to do
48 * Recompile against ncurses4.
50 -- Daniel Jacobowitz <dan@debian.org> Thu, 22 Oct 1998 17:37:23 -0400
52 dpkg (1.4.0.30) unstable; urgency=low
54 * dpkg-dev isn't allowed to have a Recommends: debian-keyring (as that's
55 in contrib), so it's now lowered to a Suggests: . Thanks to James Troup
56 for pointing this out.
58 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Sat, 26 Sep 1998 13:59:23 +0200
60 dpkg (1.4.0.29) unstable; urgency=low
62 * For now, prefer PGP over GPG.
64 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Tue, 22 Sep 1998 09:38:09 +0200
66 dpkg (1.4.0.28) unstable; urgency=low
68 * Added gpg (GNU Privacy Guard) support:
69 * scripts/buildpackage.sh: default to GPG (unless no GPG, but only a PGP
70 secret key file is found), as GPG, unlike PGP, is DFSG-free.
71 * Updated dpkg-source(1), and added gpg(1) and pgp(1) to the SEE ALSO
73 * Worked around broken textmode implementation in GPG.
74 * dpkg-dev now Suggests: gnupg .
75 * No longer includes developer-keys.pgp . Instead, dpkg now Suggests: and
76 dpkg-dev now Recommends: developer-keyring.
77 * Compiled with latest libstdc++ (2.9).
79 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Mon, 21 Sep 1998 13:17:14 +0200
81 dpkg (1.4.0.27) unstable; urgency=low
83 * REALLY fixed dpkg-dev, and new attempt to placate installer on internals.
85 -- Daniel Jacobowitz <dan@debian.org> Fri, 27 Jul 1998 15:58:04 -0400
87 dpkg (1.4.0.26.0.1) unstable; urgency=low
89 * Binary-only upload for x86 and fixed dpkg-dev
91 -- Daniel Jacobowitz <dan@debian.org> Fri, 24 Jul 1998 15:58:04 -0400
93 dpkg (1.4.0.26) unstable; urgency=low
95 * Non-maintainer upload.
97 * Make --root work with maintainer scripts (Patch by Scott Barker,
98 bugs #4863 and #3170).
99 * Fix $(lispdir) bug if compiling without emacs (noticed by Joey Hess).
101 -- Daniel Jacobowitz <dan@debian.org> Thu, 23 Jul 1998 12:02:04 -0400
103 dpkg (1.4.0.25) unstable; urgency=low
105 * Non-maintainer upload.
107 * Add the requested -nc option to dpkg-buildpackage (Do
108 not clean source tree, useful in debugging cycles).
109 * controllib.pl: Again by popular acclamation, fix the getlogin() warnings.
110 I redirected STDERR onto fd 0 before calling getlogin().
111 * tools.m4: Fix display of whether c++ works.
112 * dpkg-deb/extract.c: glibc 2.1 and some kernels want to make
113 fflush() move the current fpos. Until someone can fix that,
115 * Add an extra 0, to dselect/{pkg,meth}keys.cc so it compiles again.
116 * Start using lchown() if available.
117 * Really fix #20353. (aclocal.m4 was the wrong place; that's a generated
118 file. The correct place is in tl_canon.m4.)
120 -- Daniel Jacobowitz <dan@debian.org> Tue, 21 Jul 1998 03:14:14 -0400
122 dpkg (1.4.0.24) unstable; urgency=low
124 * Non-maintainer upload.
126 * dpkg/main.c: Turn --force-overwrite off as default.
127 * dpkg/main.c: don't list --force-overwrite as default in --force-help,
128 noticed by Peter Weiss <Peter.Weiss@Informatik.Uni-Oldenburg.DE> and
129 others. [#23542, part of #17409].
130 * dpkg/dpkg.8: replaced with a newer version from Jim Van Zandt
131 <jrv@vanzandt.mv.com>. [#21061]
133 * dpkg-deb/build.c (do_build): add missing \n and improve error message
134 when conffile name is too long. [#7057]
136 * scripts/update-alternatives.8: replaced with better man page from
137 Charles Briscoe-Smith <cpb4@ukc.ac.uk>. [#17283]
138 * scripts/dpkg-source.1: corrected logic error in documentation for
139 dpkg-gencontrol's -p option, as noticed by Oliver Elphick
140 <olly@linda.lfix.co.uk>. [#14655]
141 * scripts/controllib.pl (findarch): correct typo in error message,
142 noticed by Yann Dirson <ydirson@a2points.com>. [#22106]
143 * scripts/dpkg-buildpackage.sh: fix typo s/source version/source
144 maintainer/, noticed by Joey Hess <joey@kite.ml.org>, Adam P. Harris
145 <apharris@onshore.com> and others. [#10175, #15559]
146 * scripts/dpkg-genchanges.pl: applied patch from Roman Hodek
147 <Roman.Hodek@informatik.uni-erlangen.de> which solves problems with
148 architecture specific packages in mostly architecture independent
149 multi-binary source packages. [#14341, #20192].
151 * doc/Makefile.am: remove any reference to the packaging manual, as it is
152 now provided by the separate "packaging-manual" package.
153 * doc/packaging.sgml: removed.
154 * doc/developer-keys.pgp: updated to the current debian keyring.
156 * aclocal.m4: applied patch from Joel Klecker <jk@espy.org> to handle
157 egcs' --print-libgcc-file-name output. [#20353]
159 * debian/copyright: correct FSF address.
160 * debian/rules: add code from lesstif's debian/rules to make libtool
161 less of a fool (i.e. not use -rpath and to link shared libraries
162 against libraries it depends on). Code by Richard Braakman
163 <dark@xs4all.nl> and Yann Dirson <dirson@debian.org>.
164 * debian/rules: remove all reference to the packaging manual as it is
165 now provided by the seperate "packaging-manual" package. [#21581,
166 #21186, #22698, #23342]
167 * debian/rules: link dpkg-divert.1.gz to undocumented.7.gz as the lack
168 of a real manpage has been reported in #11093.
169 * debian/README.compile: removed gawk and bogus comment about gettext
170 being in experimental, as reported by Santiago Vila <sanvila@unex.es>
171 [#23344]. Added libpaperg (debiandoc2ps needs paperconf).
172 * debian/shlibs.default.i386: updated for glibc, reported by Herbert Xu
173 <herbert@gondor.apana.org.au>. [#13140]
174 * debian/control (dpkg-dev): depend on perl as POSIX (not a part of
175 perl-base) is needed by most of the perl dpkg-* scripts, noticed by
176 Joel Klecker <jk@espy.org>. [#22115]
178 -- James Troup <jjtroup@comp.brad.ac.uk> Wed, 24 Jun 1998 14:38:52 +0200
180 dpkg (1.4.0.23.2) frozen unstable; urgency=low
182 * Non-maintainer upload.
183 * dpkg/main.c: Turn --force-overwrite back on as default.
185 -- James Troup <jjtroup@comp.brad.ac.uk> Tue, 23 Jun 1998 22:19:26 +0200
187 dpkg (1.4.0.23.1) frozen unstable; urgency=low
189 * No real changes, only a new version code to make this go to frozen too.
191 -- Nils Rennebarth <nils@debian.org> Wed, 10 Jun 1998 17:29:58 +0200
193 dpkg (1.4.0.23) frozen unstable; urgency=low
195 * Non-maintainer bug-fix release
196 * Update the disk method to the hamm directory structure (Bug#21000)
198 -- Nils Rennebarth <nils@debian.org> Sun, 7 Jun 1998 19:14:51 +0200
200 dpkg (1.4.0.22) frozen unstable; urgency=medium
202 * Non-maintainer bug-fix release
203 * Install main changelog file as `changelog.gz' instead of
204 `changelog.dpkg.gz' (Debian Policy, section 5.8) (Bug#6052,15157)
205 * Avoid use of /tmp/*.$$ in preinst and postinst (Bug#19712)
206 * Make sure diversions file is always created with mode 0644 (Bug#19494)
207 * When removing a file, chmod it to 000 if it's a char or block
208 device or remove its s[ug]id bits, if any (Bug#6006)
209 * Minor fixes in the programmer's manual (Bug#6206)
210 * Always create readable status and available files
211 (Bug#9869,11887,14636,15786,19146)
212 * Make dpkg-gencontrol honour -DArchtecture=xxxx (Bug#9893)
213 * Allow different archs for the same binary in debian/files (Bug#9894)
214 * Added workaround in /usr/lib/dpkg/methods/disk/setup
215 to avoid bash warning (Bug#10111,10131)
216 * Recognize old .deb packages with other locales (Bug#12232)
217 * Added `SHELL=bash' to debian/rules: it uses bash-specific structs
218 * Move some files from dpkg to dpkg-dev (part of Bug#13295)
219 * Minor fix in packaging manual regarding to Standards-Version (Bug#14696)
220 * Fixed --altdir and --admindir in update-alternatives (Bug#15332)
221 * Strip /usr/lib/libdpkg* (Bug#15671)
222 * dpkg: send output of --help, --force-help and -Dhelp to stdout
224 * send correct signals with start-stop-daemon (Bug#17258)
225 * Make `dpkg-divert --test --remove' work as expected (Bug#19531)
226 * Determine properly the architecture if gcc is egcs (Bug#20353)
228 -- Juan Cespedes <cespedes@debian.org> Sun, 5 Apr 1998 17:37:01 +0200
230 dpkg (1.4.0.21) unstable; urgency=low
232 * Non-maintainer release to include a new update-rc.d
233 * Fixed date on files in the archive from 2017 and 2018 by running
234 touch foo; find . -newer foo | xargs -r touch; rm foo
235 * Changed start-stop-deamon message "No <program> found; none killed." to
236 "No <program> found running; none killed."
238 -- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 5 Mar 1998 14:19:46 +0100
240 dpkg (1.4.0.20) unstable; urgency=low
242 * Disabled --force-overwrites.
243 * Removed core file from source
245 -- Michael Alan Dorman <mdorman@debian.org> Tue, 9 Jan 2018 03:34:28 -0500
247 dpkg (1.4.0.19) unstable; urgency=low
249 * Changed methods/disk.setup to use output of
250 'dpkg --print-installation-architecture' instead of hard-coded
251 '1386' (fixes #10995).
252 * Patched dpkg-source to properly quote metacharacters in strings
253 before using them in pattern-matching expressions (fixes #10811).
254 * Fixed several documentation typos (fixes #10764).
255 * dpkg-source now works around 100-character filename limitation of cpio
257 * dpkg-source now properly handles '\ no newline in source' message from
260 -- Klee Dienes <klee@debian.org> Sun, 13 Jul 1997 19:28:22 -0700
262 dpkg (1.4.0.18) unstable; urgency=low
264 * dpkg-source now uses new -z option to GNU patch (still needs to be
265 changed to detect and use old version as well) (fixes #9904, #10005, #10007).
266 * Added i686 to archtable.
267 * shlibs.default now uses xlib6 instead of elf-x11r6lib (fixes #9926).
268 * debian-changelog-mode now uses interruptible completing type-in fields
269 instead of the previous 'select-a-letter method'. I consider this
270 better and more standard than the previous way, but I'd welcome
271 opinions to the contrary. Consider this a 'probationary' change for
272 now (fixes #9873, #9874).
274 -- Klee Dienes <klee@debian.org> Sun, 25 May 1997 09:56:08 -0400
276 dpkg (1.4.0.17) unstable; urgency=low
278 * All of the dpkg binaries (but not dpkg-dev or dselect) now speak
279 french, thanks to patches from Christophe Le Bars <clebars@teaser.fr>
280 * Fix leading spaces before day in 822-date.
281 * Changes from Tom Lees <tom@lpsg.demon.co.uk> to better support
282 building on non-Debian systems; minor Makefile fixes.
283 * Added 'ppc powerpc powerpc' to archtable.
284 * Changed documentation paper size to US/Letter instead of A4 (A4
285 may be better, but it's easier to print US/Letter on A4 than it is
286 to print A4 on US/Letter).
288 -- Klee Dienes <klee@debian.org> Tue, 13 May 1997 15:24:31 -0400
290 dpkg (1.4.0.16) experimental; urgency=low
292 * Added generated sources to GNU-format source archive so it no longer
293 requires perl to build.
295 -- Klee Dienes <klee@debian.org> Sat, 10 May 1997 17:34:29 -0400
297 dpkg (1.4.0.15) experimental; urgency=low
299 * Changed dpkg-genchanges to check for ($arch == $substvar{'Arch'}), not
300 ($arch ne 'all') (fixes #9688).
301 * Fixed bug in start-stop-daemon.c (was using optarg after argument
302 parsing was over) (fixes #9597, #9603, #9364).
303 * Provide 50dpkg-dev.el for xemacs as well as emacs.
304 * Explicitly provide path for debian-changelog-mode in 50dpkg-dev to use
305 .el file as workaround until xemacs can read emacs19 .elc files.
306 * Pass top_distdir explicitly to 'make dist' to accomodate bug in
308 * Fix debian/build to make html documentation without including
309 directories in tar archives (fixes #9348).
311 -- Klee Dienes <klee@debian.org> Fri, 9 May 1997 13:17:18 -0400
313 dpkg (1.4.0.14) experimental; urgency=low
315 * Fixed buglet in install-info.pl (fixes #9438).
316 * Re-write of update-rc.d.pl, primarily by Miquel van Smoorenburg
317 <miquels@cistron.nl> (fixes #9434, #9436).
318 * Renamed "dpkg Programmer's Manual" to "dpkg Internals Manual".
320 -- Klee Dienes <klee@debian.org> Tue, 6 May 1997 22:01:07 -0400
322 dpkg (1.4.0.13) experimental; urgency=low
324 * Fix to start-stop-daemon so that it still takes numeric arguments (had
325 been broken in 1.4.0.12) (fixes #9598).
326 * Fix 822-date to sanity-check localtime() output (seconds must be the
328 * Patch from Guy Maor <maor@ece.utexas.edu> to dpkg-source.pl to support
329 pristine (MD5-equivalent) upstream sources.
330 * Patch from Michael Alan Dorman <mdorman@calder.med.miami.edu> to
331 update-rc.d.pl to fix handling multiple start/stop entries on a single
333 * Several fixes to dpkg-genchanges to support -B option (added in
334 1.4.0.12) (fixes #9340).
335 * Handle errors from 822-date in debian-changelog-mode.el.
336 * Changed cl-debian.pl to correctly handle extra whitespace in changelog
339 -- Klee Dienes <klee@debian.org> Mon, 5 May 1997 18:12:43 -0400
341 dpkg (1.4.0.12) experimental; urgency=low
343 * Re-wrote 822-date for clarity and to support timezone offsets >= 12h
344 (New Zealand in DST is +1300, for example) (fixes #7130).
345 * Patch from Juergen Menden <menden@morgana.camelot.de> to support
346 archdependent-only builds (fixes #8912, #9245, #5359).
347 * Fix archtable entry for powerpc (fixes #8794).
348 * Strip /sbin/* and /usr/sbin/* in debian/rules (fixes #8853).
349 * Moved start-stop-daemon to /sbin (fixes #8669).
350 * Set sharedstatedir and localstatedir for $(MAKE) install in
351 debian/rules (fixes #8852).
352 * Fixes for update-rc.d(8) from Jim Van Zandt <jrv@vanzandt.mv.com>
354 * No longer do variable substitutions when generating change file (fixes
356 * Support symbolic signal names in start-stop-daemon (fixes #7715).
357 * Add autoload for debian-changelog-mode to /etc/emacs/site-start.d
358 (fixes #4519, #5841).
359 * Add recommendation for gcc and make in dpkg-dev (gcc is needed for dpkg
360 --print-architecture, used by dpkg-gencontrol; make is needed for any
361 debian/rules file) (fixes #8470).
362 * Minor changes to packaging manual section on source package
363 conversion (fixes #6801).
364 * Renamed "programmer's manual" to 'packaging manual'.
365 * Start of new "programmer's manual" containing information on dpkg
366 internals and build information. This manual uses the new
367 TeXinfo-SGML format, currently included in doc/.
368 * dselect/pkgdepcon.cc now checks for debug not NULL, not just depdebug.
369 * Changed makefiles to support building outside of source directory.
370 * Include GNU-format source distribution with other non-debian packages.
372 -- Klee Dienes <klee@debian.org> Sun, 4 May 1997 11:08:19 -0500
374 dpkg (1.4.0.11) experimental; urgency=low
376 * Patches for alpha and libc6 from Michael Alan Dorman
377 <mdorman@calder.med.miami.edu>.
378 * Fixed minor problems in dpkg-shlibdeps regular expressions for libc6.
379 * Fix regex to detect directory creation in dpkg-source.pl.
380 * Minor changes for automake-1.1n.
382 -- Klee Dienes <klee@debian.org> Sun, 23 Mar 1997 18:09:33 -0500
384 dpkg (1.4.0.10) unstable; urgency=medium
386 * Fixed bug in controllib.pl (@fowner was entire passwd entry,
387 not just [uid, gid] as it should have been).
389 -- Klee Dienes <klee@debian.org> Thu, 20 Mar 1997 13:06:52 -0500
391 dpkg (1.4.0.9) unstable; urgency=low
393 * Check fputs() return values for (ret >= 0), not (ret != 0) (fixes #7522).
394 * dpkg-shlibdeps no longer gives error for Java and statically linked
395 binaries (fixes #4988).
396 * Change 'details of the old format' to 'details of the new format' in
397 deb-old.5 (fixes #7605).
398 * dpkg-source -b now warns (was previously silent) if maintainer changes
399 create new subdirectories. dpkg-source -x now warns (previously gave
400 error) if maintainer changes create new subdirectories (partially
401 fixes #6866, #6671, #5045, #6482).
402 * Added manual page for start-stop-daemon (8).
403 * Added C version of start-stop-daemon by
404 Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl> (fixes #1670).
405 * Converted to use GNU automake for the build process by Tom Lees
406 <tom@lpsg.demon.co.uk>.<
407 * Preliminary support for dpkg functions as a shared library (now
408 provides libdpkg.so, but much work needs to be done in better
409 segregating and defining the interface).
410 * Preliminary internationalization support by Galen Hazelwood
411 <galenh@debian.org>. Only the library, dpkg-deb, md5sum, and dpkg
412 have been converted so far. No translations have yet been
414 * Handle 'libc.so.6 => /lib/libc.so.6 (0x40010000)' format from libc6
415 ldd (fixes #7603, #7926, #8688, #9179, #9134, #8516).
416 * Removed policy.sgml (it has been moved to the debian-policy package).
417 * Include patch from Darren Stalder <torin@daft.com> for
418 dpkg-buildpackage to choose PGP key based on Maintainer: field of
419 package being built (or -m<maintainer> option, if present) (fixes
421 * Changed controllib.pl to use $ENV{LOGNAME}, getlogin(), and $<
422 (in that order) to determine the intended ownership of
423 debian/{files,substvars}, (fixes #7324, #6823, #5659, #5965, #5929,
425 * Don't sign .dsc file in dpkg-buildpackage if building a binary-only
426 release (fixes #7260).
427 * Updated developer-keys.pgp to latest revision (fixes #6134).
429 -- Klee Dienes <klee@debian.org> Mon, 17 Mar 1997 16:11:24 -0500
431 dpkg (1.4.0.8) unstable; urgency=medium
433 * Corrected update-rc.d for bash 2.0
434 * Updated developer-keys.pgp from
435 http://www.iki.fi/liw/debian/debian-keyring.tar.gz
437 -- Guy Maor <maor@ece.utexas.edu> Mon, 3 Feb 1997 04:05:01 -0600
439 dpkg (1.4.0.7) stable unstable; urgency=HIGH
441 * Fixed --assert-support-predepends failing between unpack & configure.
442 * Added --assert-working-epoch option.
444 -- Guy Maor <maor@ece.utexas.edu> Sat, 25 Jan 1997 23:02:11 -0600
446 dpkg (1.4.0.6) stable unstable; urgency=high
448 * Patched lib/vercmp.c to hopefully fix dselect epoch processing
449 (Bug#6204), (Bug#4590).
450 * Patched scripts/dpkg-buildpackage, scripts/dpkg-genchanges,
451 scripts/dpkg-gencontrol for epoch processing, courtesy of Loic Prylli
452 <lprylli@graville.fdn.fr> (Bug#6138, Bug#5225).
453 * Patched dpkg-genchanges to actually honor the -u switch to specify
454 directory (Bug#5564).
455 * Applied patch to main/archive.c to correct problems setting set[gu]id
456 binaries, courtesy of Herbert Xu <herbert@greathan.apana.org.au>
458 * Applied patch to dpkg-source to correct debian-only package names,
459 courtesy of Guy Maor <maor@ece.utexas.edu> (Bug#5355).
461 -- Michael Alan Dorman <mdorman@calder.med.miami.edu> Thu, 2 Jan 1997 11:36:09 -0500
463 dpkg (1.4.0.5) stable frozen unstable; urgency=medium
465 * Distribution for frozen too.
467 -- Heiko Schlittermann <heiko@lotte.sax.de> Thu, 5 Dec 1996 09:13:42 +0100
469 dpkg (1.4.0.4) stable unstable; urgency=medium
471 * Bug2962 fixed: patch from Ian Jackson applied
472 (cursor keys won't work after search)
475 -- Heiko Schlittermann <heiko@lotte.sax.de> Fri, 15 Nov 1996 20:21:18 +0100
477 dpkg (1.4.0.3) unstable; urgency=medium
479 * dpkg-source -x: created bad permissions (set x-bit for
480 all files pointed to by a symlink)
482 -- Heiko Schlittermann <heiko@lotte.sax.de> Fri, 18 Oct 1996 18:32:06 +0200
484 dpkg (1.4.0.2) unstable; urgency=medium
486 * dpkg-buildpackage.sh: reverted the quoting change -- (you
487 should use super, sudo, realy, but not su. Or write a wrapper
489 * dpkg-buildpackge.sh: passing -m, -C, -v options to dpkg-genchanges
490 more the way Ian likes ;-)
491 * dpkg-source.pl: new function deoctify() as replacement for eval()
492 (turn \ddd into the corresponding character) [rem: probably better
493 solution would be to convert cpios output names into complete \ddd
494 representation as well tars output names]
495 * dpkg-source.pl: fixed 2 typos in failure message on creating
497 * main/main.c: typo `tread' -> `treat'
498 * main/enquiry.c: fixed the ignorance for some relations in --compare-versions
499 * main/enquiry.c: missing version is now handled as described in `dpkg --help'
500 (or at least as I understood `dpkg --help' PLEASE TRY IT)
501 * lib/parsehelp.c: fixed parsing of epoch information
503 -- Heiko Schlittermann <heiko@lotte.sax.de> Sun, 6 Oct 1996 23:27:47 +0200
505 dpkg (1.4.0.1) unstable; urgency=medium
507 * dpkg-source: doesn't get screwed up from hardlinks
509 * dpkg-source: doesn't get screwed up from `unprintable' characters
510 in file names (e.g. from the kbd package)
511 * controllib.pl: $varlistvile -> $varlistfile (thanx Karl Sackett)
512 * dpkg-buildpackge: quoting for $rootcommand (thanx Michael Meskes)
513 and `eval' as default $rootcommand
514 * dpkg-*, controllib.pl: created debian/files and debian/substvars
515 are chown'ed to `getlogin()' and its group
516 * doc/: mv changed to mv -f
517 * dpkg-buildpackage: added an option -a for overriding the
518 architecture in the changes _file_name_
519 * dpkg-buildpackage: pass -m* -v* .. options to dpgk-genchangelog
520 * dpkg-name moved to dpkg-dev
522 -- Heiko Schlittermann <heiko@lotte.sax.de> Sat, 21 Sep 1996 22:06:01 +0200
524 dpkg (1.4.0) unstable; urgency=low (HIGH for new source format)
526 * Corrected buffer overrun when dpkg-deb generates filename. (Bug#4467.)
527 * dpkg-shlibdeps works with DEBIAN/shlibs (thanks Heiko Schlittermann).
528 * Added libm.so.5 to shlibs.default for i386/m68k.
530 * Split binary package into two: dpkg and dpkg-dev.
531 * dpkg-source(1) documents mode and ownership setting during extraction.
533 * dpkg-scanpackages moved to /usr/bin.
534 * Include /usr/bin/dpkg-deb, not dpkg-deb.dist; don't rename in scripts.
535 * Copyright file changed slightly.
536 * debian-changelog-mode uses magic key substitution strings. (Bug#4419.)
537 * Changed email address in control file to <ian@chiark.greenend.org.uk>.
538 * Manuals and own Standards-Version: updated to 2.1.1.0.
540 -- Ian Jackson <ian@chiark.greenend.org.uk> Thu, 12 Sep 1996 01:13:33 +0100
542 dpkg (1.3.14) unstable; urgency=low
544 * dpkg-buildpackage new -tc (clean source tree) option.
546 * Formatted documentation removed by `make clean' and so not in source.
547 * Manuals and own Standards-Version: updated to 2.1.0.0.
548 * Distribute {policy,programmer}.{html.tar,ps}.gz with each upload.
550 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sun, 1 Sep 1996 20:43:40 +0100
552 dpkg (1.3.13) unstable; urgency=low (HIGH for building new src X programs)
554 * X shared libraries added to shlibs.default (=> `elf-x11r6lib').
555 * dpkg-source tar invocation fixed so that TAPE env var doesn't break it.
556 * dpkg-source copes better with missing final newline messages from diff.
558 * dpkg-buildpackage usage message fixed: -si is the default. (Bug#4350.)
559 * dpkg-source error message about src dir mismatch typo fixed. (Bug#4349.)
561 * dpkg-source(1) has suggestions for dpkg-buildpackage -r option.
562 * dpkg-source change date fixed. (Bug#4351.)
563 * More developers' keys.
564 * Manual updates, own Standards-Version updated.
566 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 31 Aug 1996 20:08:18 +0100
568 dpkg (1.3.12) unstable; urgency=medium
570 * dpkg prints old version number when upgrading. (Bug#4340.)
571 * dpkg-deb tries to detect and flag corruption by ASCII download.
573 * dpkg-genchanges and dpkg-buildpackage say what source is included.
575 * dpkg-buildpackage passes +clearsig=on to PGP (or pgpcommand). (Bug#4342.)
577 * dpkg-source prints better error for cpio not honouring -0t.
578 * control file Suggests cpio >= 2.4.2, rather than just cpio.
580 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 30 Aug 1996 15:31:51 +0100
582 dpkg (1.3.11) unstable; urgency=low
584 * EBUSY when dpkg removes a directory is only a warning.
586 * dpkg-genchanges generates sensible warning (not confusing error
587 about mismatch) for missing Section/Priority in binary packages.
589 * Added dpkg --print-gnu-build-architecture option.
590 * shlibs.default for m68k provided, as a copy of i386 version.
592 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 29 Aug 1996 14:05:02 +0100
594 dpkg (1.3.10) unstable; urgency=medium
596 * dpkg-source(1) manpage alias symlinks are not dangling.
597 * dselect selects things by default if they are installed.
598 * Added `pentium' as alias for `i386' architecture.
599 * Added `Suggests: cpio, patch' and explanatory text to Description.
602 * More developers' PGP keys.
603 * Manual updates, new source format released.
605 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 26 Aug 1996 14:30:44 +0100
607 dpkg (1.3.9) unstable; urgency=low (high for new source format)
609 * dpkg --get-selections and --set-selections added.
610 * New dpkg --force-not-root flag.
612 * Don't replace directory with another package's file. (Bug#4202.)
614 * All manpages now installed compressed.
615 * Copyright file moved to /usr/doc/dpkg/copyright.
616 * Standards-Version updated (0.2.1.1).
618 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 24 Aug 1996 19:09:30 +0100
620 dpkg (1.3.8) unstable; urgency=low (high for new source format)
622 * dpkg-buildpackage -sa, -si options work correctly.
624 * update-rc.d(8) updated to reflect design and reality.
625 * Programmers' and policy manual updates.
627 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 23 Aug 1996 12:48:26 +0100
629 dpkg (1.3.7) unstable; urgency=low (medium for source pkg docs)
631 * dselect +/-/_/= on lines for all broken, new, local or whatever
632 packages do not affect _all_ packages. (Bug#4129.)
634 * Support for diff-only uploads in source packaging tools.
635 * dpkg-genchanges -d<descripfile> option renamed to -C.
636 * dpkg-buildpackage understands -m, -v, -C (for dpkg-genchanges).
637 * Support for debian/shlibs.local added to dpkg-shlibdeps.
638 * Shared library files' search order defined in dpkg-source(1), and
639 relevant files added to the FILES section.
641 * Programmers' manual describes source packaging tools.
642 * Policy manual mentions shared library control area file.
643 * dpkg-source manpage includes dpkg-shlibdeps in title line.
644 * Manuals have changelog and automatic version numbering.
645 * changelogs (for dpkg and for manuals) installed.
646 * binary target split into binary-arch and binary-indep in manual.
647 * Manpages should be compressed.
648 * Copyright file is moved to /usr/doc/<package>/copyright.
649 * Changelogs must be installed in /usr/doc/<package>.
651 * dpkg-deb(8) moved to dpkg-deb(1).
653 * binary target split into binary-arch and binary-indep in source.
654 * changelog entry for 1.2.14 copied from that (forked) release.
656 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 22 Aug 1996 15:36:12 +0100
658 dpkg (1.3.6) experimental; urgency=low (HIGH for new source format)
660 * dpkg-source now has broken argument unparsing for tar. (Bug#4195.)
662 * dpkg-gencontrol writes to debian/tmp/DEBIAN/control by default.
663 * dpkg-shlibdeps script added.
665 * Back to old sh update-rc.d, and removed manpage, because new Perl
666 version and the manpage have different syntax and semantics.
667 * update-rc.d prints usage message for missing terminal `.'. (Bug#4122.)
669 * Use rm -rf instead of just rm -r in dpkg-deb --info &c. (Bug#4200.)
671 * Added support for Installed-Size to dpkg-gencontrol, and documented.
672 * Source packaging substitution variables and name syntax rationalised.
673 * dpkg-source scripts' usage messages improved slightly.
674 * dpkg-source works with non-empty second (orig dir) argument.
676 * Added rationale for copyright policy to manual.
677 * More developers' PGP keys.
678 * Control database handling cleanups (usu. Source field blanked).
680 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 20 Aug 1996 15:39:58 +0100
682 dpkg (1.3.5) experimental; urgency=low (high for debian-changelog-mode)
684 * 822-date script included. (Bug#4136.)
685 * debian-changelog-add-version works on empty file.
686 * debian-changelog-mode mode-help works properly.
688 * dpkg-source tells patch not to make numbered backups. (Bug#4135.)
690 * More developers' PGP keys.
691 * Paragraph on uucp -a and -g options removed from policy manual.
693 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 14 Aug 1996 14:46:47 +0100
695 dpkg (1.3.4) experimental; urgency=low
697 * Removed debugging output from dpkg-source -x. Oops.
698 * Removed section on source package permissions from policy manual -
699 dpkg-source now sorts these out.
701 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sun, 11 Aug 1996 13:25:44 +0100
703 dpkg (1.3.3) experimental; urgency=low
705 * Programmers' & policy manuals in source tree; HTML in /usr/doc/dpkg.
706 * Old guidelines.info and text files in /usr/doc/dpkg removed.
708 * dpkg-source sets permissions on extracted debianised source tree
709 and does not copy ownerships out of archive even if running as root.
711 * Emacs mode `dpkg changelog' renamed to `Debian changelog'.
712 * Default changelog format renamed from `dpkg' to `debian'.
714 * debian-changelog-mode sets fill-prefix correctly.
715 * debian-changelog-mode urgencies except HIGH lowercase by default.
716 * debian-changelog-mode displays keymap in doc string and so mode help.
718 * More maintainers' PGP keys.
720 * Remove built changelog parsers with `clean' target in source.
722 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 10 Aug 1996 23:35:51 +0100
724 dpkg (1.3.2) experimental; urgency=LOW (MEDIUM for dpkg-source)
726 * Faster update-rc.d written in Perl by Miquel van Smoorenburg.
727 * install-info --test doesn't lock dir. (Bug#3992, thanks Darren).
729 * dpkg-source doesn't break in the presence of any symlinks.
731 * More developers' keys added to doc/developer-keys.pgp.
732 * Install developers' keys in /usr/doc/dpkg/developer-keys.pgp.
733 * dpkg-source documents undefined substvar behaviour.
734 * minor debian/rules cleanups.
736 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 10 Aug 1996 02:13:47 +0100
738 dpkg (1.3.1) experimental; urgency=LOW
740 * manpage for dpkg-source et al now available.
741 * dpkg-changelog-mode.el installed in site-lisp, but still no autoload.
743 * dpkg-source prints correct string for not-understood tar -vvt output.
744 * dpkg-source parsing of tar -vvt output made more robust.
746 * dpkg-buildpackage prints usage message on usage error.
747 * dpkg-gencontrol can print usage message.
748 * -T<varlistfile> option added to dpkg-source.
749 * Description of -f<fileslistfile> corrected in dpkg-distaddfile usage.
750 * -m<maintainer> synopsis changed in dpkg-genchanges usage.
751 * debian/substvars may now contain blank lines.
753 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 8 Aug 1996 02:36:04 +0100
755 dpkg (1.3.0) experimental; urgency=LOW
757 * dpkg can install named pipes.
758 * dpkg-deb supports directory for destination, generates filename.
759 * dpkg-{source,gencontrol,genchanges,parsechangelog,buildpackage},
760 dpkg-distaddfile scripts to support new source package format.
761 * a.out build no longer supported.
762 * Changed to new source package format.
764 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 6 Aug 1996 02:31:52 +0100
767 dpkg (1.2.14) stable unstable; urgency=MEDIUM
769 * dselect +/-/_/= on lines for all broken, new, local or whatever
770 packages do not affect _all_ packages. (Bug#4129.)
772 * NOTE - THE HISTORY FORKS HERE. 1.2.14's change appears in 1.3.7.
774 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 22 Aug 1996 00:39:52 +0100
777 dpkg (1.2.13) unstable; urgency=LOW
779 * dpkg --search produces correct output for diversions.
780 * dpkg-name remove unnecessary arch missing warning. (Bug#3482.)
782 * dpkg-deb --build warns about uppercase chars in package name.
784 * dpkg-scanpackages error messages updated and manpage provided
785 (thanks to Michael Shields).
786 * dpkg-scanpackages warns about spurious entries in override file.
787 * dpkg-scanpackages `noverride' renamed to `override' everywhere.
788 * dpkg-scanpackages field ordering to put Architecture higher.
789 * dpkg-scanpackages field names capitalised appropriately.
790 * dpkg-scanpackages invokes find with -follow. (Bug#3956.)
792 * guidelines say #!/usr/bin/perl everywhere, not #!/bin/perl.
793 * Many developers' PGP keys added.
795 * configure script uses ${CC} instead of $(CC) (again :-/).
796 * developers' keys included in dpkg source tree and /usr/doc.
797 * configure remade using autoconf 2.10-3 (was 2.4-1).
799 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 1 Aug 1996 02:46:34 +0100
801 dpkg (1.2.12); priority=LOW
803 * dpkg --search and --list understand and comment on diversions.
804 * dpkg-divert displays diversions more intelligibly.
806 * Guidelines are somewhat clearer about descriptions.
807 * deb(5) describes new format; old moved to deb-old(5). (Bug#3435.)
808 * deb-control(5) carries a warning about being out of date.
810 * Added 1996 to dselect version/copyright.
812 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Jul 1996 15:04:49 +0100
814 dpkg (1.2.11); priority=MEDIUM
816 * dselect had dependency bug if installed package newer than avail.
817 * Added `replaces' to dselect's list of package relationship strings.
819 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 1 Jul 1996 02:51:11 +0100
821 dpkg (1.2.10); priority=MEDIUM
823 * Fixed bug in old-style version/revision number parsing. (Bug#3440.)
825 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 29 Jun 1996 03:32:45 +0100
827 dpkg (1.2.9); priority=MEDIUM
829 * Fixed status database updates reading bug.
830 * `Setting up' message includes version number.
831 * `existence check' message changed to say `cannot access archive'.
833 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 27 Jun 1996 13:39:36 +0100
835 dpkg (1.2.8); priority=LOW
837 * dpkg --record-avail puts data in Size field.
838 * strip / for rmdir(2) in cleanup to work around kernel bug. (Bug#3275.)
839 * dpkg-split --msdos no longer allows `-' and other chars in filenames.
841 * manual dpkg-split(8) written.
842 * dpkg-split minor typo in --auto usage error message fixed.
843 * dpkg-deb(8) very minor cosmetic fix to --build option.
845 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 25 Jun 1996 03:00:14 +0100
847 dpkg (1.2.7); priority=LOW
849 * dpkg-scanpackages syntax errors fixed.
851 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 21 Jun 1996 04:10:38 +0100
853 dpkg (1.2.6); priority=MEDIUM
855 * NFS, CDROM and partition dselect methods include mountpoint
856 in paths given to dpkg in [I]install, so they should now work.
858 * Removed some leftover files from source tree.
860 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 12 Jun 1996 14:35:19 +0100
862 dpkg (1.2.5); priority=MEDIUM
864 * Allow, but do not create, packages in half-installed state
865 with no version number. (Aargh.)
867 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 10 Jun 1996 04:55:43 +0100
869 dpkg (1.2.4); priority=MEDIUM
871 * New dpkg-name from Erick (<pkg>_<version>_<arch>.deb convention).
872 * Disappeared packages can't own conffiles any more ! (Bug#3214.)
873 * install-info creates Miscellaneous sections with a newline
874 following the heading. (Bug#3218.)
875 * cleanup-info script installed in /usr/sbin; called as appropriate
876 by postinst. Thanks to Kim-Minh Kaplan. (Bug#3125.)
877 * Allow superseded Essential packages to be purged after they've
878 been removed (clear the Essential flag on removal, and ignore it
879 on packages that are in stat_configfiles).
881 * dselect disk methods understand `y' as well as `yes' for using
883 * dselect doesn't make packages appear as `new' again if update
884 of available packages fails.
885 * dselect places method selection cursor over option last selected.
887 * dpkg-scanpackages doesn't die when repeated packages are found.
888 * dpkg-scanpackages allows many old maintainers (`//'-separated).
890 * `Version' field is now mandatory (some operations already
891 wouldn't work right anyway if it was't there).
893 * update-rc.d(8) now says you must remove the script. (Bug#3215.)
894 * dpkg --force-help says that --force-overwrite is on by default.
895 * dpkg-deb manpage rewritten.
896 * debian.README (= /usr/doc/copyright/dpkg) edited slightly.
898 * Some database parsing grunge removed (pdb_preferversion, &c).
899 * Source tree doc/sgml contains some embryonic manuals.
900 * Leftover files in lib directory in source tree deleted.
902 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 10 Jun 1996 03:52:01 +0100
904 dpkg (1.2.3); priority=HIGH
906 * install-info doesn't replicate section headings (Bug#3125, #2973).
907 * New dpkg-name manpage broken off from script (oops!).
908 * dselect help screens made consistent with new strings, flags, &c.
909 * dselect error flag column labelled E (Error), not H (Hold).
910 * `Escape' no longer bound to `exit list without saving' in dselect.
912 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Tue, 28 May 1996 02:14:57 +0100
914 dpkg (1.2.2); priority=MEDIUM
916 * Fixed dselect coredump found by Erick Branderhorst (thanks).
917 * Sort obsolete removed packages separately, not under Available.
919 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 23 May 1996 21:31:05 +0100
921 dpkg (1.2.1); priority=MEDIUM
923 * `=' key in dselect really does `hold' rather than `unhold'.
924 * dselect dependency processing now interacts better with `hold'.
925 * dselect `I' key (not `i') modifies display of the info window.
926 * dselect shows unavailable packages as being unavailable.
927 * dselect main menu headings and many other strings changed to try to
928 discourage people from deselecting every package and using [R]emove.
929 Notably, `select' changed to `mark' throughout.
931 * dselect disk methods now print a few fewer double slashes.
932 * dselect disk access methods will offer to use dpkg --record-avail
933 to scan the available packages, if no Packages file is found.
935 * New dpkg --compare-versions option, for the benefit of scripts &c.
936 * New dpkg --clear-avail option forgets all available packages info.
937 * New dpkg --print-avail option, prints `available' data (from Packages, &c).
938 * dpkg usage message is more informative, but no longer fits on screen.
939 * dpkg --avail option renamed --record-avail.
941 * Latest dpkg-name from Erick Branderhorst.
942 * dpkg-scanpackages has more sensible problem reporting.
943 * postinst configure now gets null argument (not <unknown> or <none>)
944 when there is no previously configured version.
946 * Guidelines say that postinst configure is given previous version.
947 * Guidelines don't refer to maintainer-script-args.txt in main text.
948 * Guidelines (Texinfo source) uploaded separately.
950 * Own version of strcpy (used for debugging) removed.
951 * Interface to access methods document in source (doc/dselect-methods.txt).
952 * debian.buildscript moves changes file into parent directory.
954 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 22 May 1996 01:26:31 +0100
956 dpkg (1.2.0); priority=MEDIUM
958 * dselect can sort packages by available and installed states, and
959 display their version numbers. (Use O, o and V.)
960 * Hold is properly integrated as a real `wanted state', rather than
962 * Epochs in version numbers implemented, using the syntax
963 <epoch>:<version>-<revision>. (Epoch not usually displayed.)
964 * dselect disk method is architecture-independent (uses dpkg's
965 installation architecture, and looks in the right part of the tree).
967 * dselect disk method doesn't try to satisfy the predependencies of
968 packages which are on hold.
969 * Fixed conflict-related assertion failure. (Bug#2784.)
970 * conffiles do not cause file conflicts if the conflicting package
971 is in the `configuration only' state. (Bug#2720.)
972 * Fixed messages where available version number was reported as installed
973 version in conflict and dependency messages. (Bug#2654, Bug#2974.)
975 * New format .deb files are default even for a.out compiles (but
976 a.out version of dpkg is in old format).
977 * Characters @:= (at colon equals) in package names now strictly
978 forbidden everywhere (_ is still allowed in existing packages).
979 * New dpkg --print-installation-architecture option prints installation
980 architecture (compiled in), rather than build architecture (determined
981 from gcc -print-libgcc-file-name).
983 * Version messages show whether compiled a.out or ELF (i386 only).
984 * Fixed missing space in version syntax error messages.
985 * Manpage dpkg.8 installed with warning about inaccuracy.
987 * Guidelines don't say to stop and restart daemons in runlevels 2345;
988 instead they say to start in 2345 and stop in 016.
989 * Guidelines and version messages say just Debian Linux.
990 * Guidelines typo fix `"stop2' => `"stop"'. (Bug#2867.)
992 * doc/Makefile.in clean properly deletes various guidelines.info* files.
994 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 16 May 1996 00:01:21 +0100
996 dpkg (1.1.6); priority=MEDIUM
998 * Check virtual dependencies when removing (ouch! - thanks SDE.)
999 * Fixed bug in internal database validity management that could
1000 make dselect and dpkg dump core. (Bug#2613.)
1001 * Fixed two coredumping bugs when using local diversions. (Bug#2804.)
1002 * Fixed disappearance of overwritten packages. (Bug#2696.)
1003 * install-info won't modify dir file before start of menu.
1004 * install-info will create Miscellaneous heading if no sections yet.
1006 * Only alphanums and +-. allowed in package names - enforced by
1007 dpkg-deb --build and documented in Guidelines.
1008 * dselect doesn't display packages unless they are installed, selected
1010 * dselect doesn't show spurious section and priority headings.
1011 * dselect has a few extra keybindings (from Lee Olds).
1012 * --force message changed to `--force enabled' so that default is OK.
1014 * dpkg-name now includes architecture component in .deb filename,
1015 and translates - in package name to _.
1016 * .deb file has architecture component in filename.
1018 * Guidelines changed to say Pre-Depends is for experts only.
1019 * Guidelines say to provide a unidiff (-u) rather than an old context diff.
1020 * Guidelines say 755 root.root for shared libraries.
1022 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 1 May 1996 00:47:22 +0100
1024 dpkg (1.1.5); priority=MEDIUM (HIGH for diversions users)
1026 * Fixed coredump when using diversions. (Bug#2603.)
1027 * Fixed typo in dpkg-divert which could lose diversions. (Bug#2662.)
1029 * --force-overwrite is the default.
1030 * diversions.text provides better examples.
1032 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 10 Apr 1996 13:59:30 +0100
1034 dpkg (1.1.4); priority=MEDIUM
1036 * Allow overwriting of conflicting packages being removed. (Bug#2614.)
1038 * a.out control file says Pre-Depends: libc4 | libc. (Bug#2640.)
1039 * ELF control file and libc dependencies changed to use finalised scheme.
1040 * ELF control file and libc dependencies for i386 only. (Bug#2617.)
1042 * Guidelines say use only released libraries and compilers.
1043 * Install wishlist as /usr/doc/dpkg/WISHLIST.
1044 * Remove spurious entries for Guidelines in info dir file.
1046 * dpkg-deb --build checks permissions on control (DEBIAN) directory.
1048 * Spaces in control file fields not copied by dpkg-split. (Bug#2633.)
1049 * Spaces in split file part control data ignore. (Bug#2633.)
1051 * Portability fixes, including patch from Richard Kettlewell.
1052 * Fixed minor configure.in bug causing mangled GCC -W options.
1054 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Apr 1996 01:58:40 +0100
1056 dpkg (1.1.3); priority=LOW
1058 * dselect disk methods support Pre-Depends installation ordering.
1059 * When dpkg fails and --auto-deconfigure would help it says so.
1060 * dpkg --search output lists several packages with same file on one line.
1061 * Improved dpkg usage message somewhat.
1063 * dpkg-deb --build checks permissions and types of maintainer scripts.
1064 * dpkg-deb --build treats misspecified conffiles as error, not warning.
1065 * dpkg --print-architecture prints compiler's architecture while
1066 dpkg --version (&c) print system's arch (this to help cross-compiling).
1067 * More minor guidelines changes, including dir entry fixup.
1069 * configure script caches more values.
1070 * Changed maintainer email address to ian@chiark.chu.cam.ac.uk.
1072 -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 16 Mar 1996 19:18:08 +0000
1074 dpkg (1.1.2); priority=LOW
1076 * Packaging guidelines installed properly (and as guidelines
1077 rather than debian-guidelines).
1078 * ELF version has more checks to stop you wrecking your dpkg installation.
1079 * dselect disk methods now look for a `local' tree as well, for
1080 people who want locally-available software of various kinds.
1081 * dpkg-divert has debugging message removed.
1082 * Minor guidelines changes.
1084 * Various makefile cleanups, mainly to do with ELF vs. a.out support.
1085 * debian.rules cleans out ~ files itself, as well as calling make clean.
1086 * debian.rules names .nondebbin.tar.gz file ELF too, if appropriate.
1088 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 14 Mar 1996 03:38:29 +0000
1090 dpkg (1.1.1elf); priority=LOW
1092 * Added /usr/lib/dpkg/elf-executables-ok and elf-in-kernel.
1093 * Replaces field now allows automatic removal of conflicting packages.
1094 * Replaces field now required to overwrite other packages' files.
1095 * Architecture field, and dpkg --print-architecture, supported.
1096 * build new format archives by default when compiled with ELF compiler.
1098 * symlinks are now installed atomically (good for shared libraries).
1099 * create /var/lib/dpkg/diversions in postinst if necessary (Bug#2465.)
1100 * Pre-Depends now correctly fails if package never configured.
1101 * dselect disk methods mount with -o nosuid,nodev.
1102 * update-rc.d defaults doesn't add both K and S in any one runlevel;
1103 dpkg postinst fixes up this situation if it sees it.
1105 * Assorted fixups to the Guidelines, which are now in one piece.
1106 * dpkg --list prints version string in one piece.
1107 * dpkg-scanpackages doesn't produce notice on output with list of
1108 packages with Section and/or Priority control file fields.
1110 * control file and debian.rules work both for ELF and non-ELF compiles.
1111 * most files compiled with -O2 (-O3 only for some critical files) -
1112 this fixes ELF build.
1114 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 11 Mar 1996 04:25:28 +0000
1116 dpkg (1.1.0); priority=LOW
1118 * dpkg supports Pre-Depends.
1119 * postinst script gets most-recently-configured version as $2.
1121 * lib/tarfn.c #includes <errno.h> (portability fix).
1123 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 11 Feb 1996 21:07:03 +0000
1125 dpkg (1.0.17); priority=LOW
1127 * dpkg --recursive follows symlinks (useful for devel tree).
1129 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 10 Feb 1996 15:58:46 +0000
1131 dpkg (1.0.16); priority=LOW
1133 * dpkg-deb much faster reading new format archives. (Bug#2256.)
1134 * Developers' documentation in /usr/doc/dpkg/, /usr/info/.
1136 * Fixed typo in control file Description.
1138 * configure script tries to improve matters wrt sysinfo.
1139 * any debian-tmp.deb is deleted by `./debian.rules clean'.
1141 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 4 Feb 1996 15:51:59 +0000
1143 dpkg (1.0.15); priority=LOW
1145 * dselect disk methods should never unmount things they didn't mount.
1146 * debian.README aka /usr/doc/copyright updated.
1148 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 30 Jan 1996 15:05:39 +0000
1150 dpkg (1.0.14); priority=MEDIUM
1152 * fixed file descriptor leak in dpkg introduced in 1.0.11.
1153 * included dpkg-name in this package (conflicts with dpkg-name).
1155 * redraw in dselect main menu changed to use clearok (like in lists).
1156 * sa_restorer in struct sigaction no longer used (portability fix).
1157 * removed Guidelines from source package.
1159 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 30 Jan 1996 02:52:29 +0000
1161 dpkg (1.0.13); priority=MEDIUM
1163 * dselect partition and mounted methods work again.
1164 * dpkg-deb --no-act in usage message.
1166 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 26 Jan 1996 18:37:03 +0000
1168 dpkg (1.0.12); priority=MEDIUM (HIGH for users of 1.0.11)
1170 * Fixed frequent dpkg coredump introduced in 1.0.11. (Bug#2219.)
1171 * dpkg-deb ensures version numbers start with alphanumerics.
1173 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 24 Jan 1996 00:42:31 +0000
1175 dpkg (1.0.11); priority=MEDIUM
1177 * corrected potentially serious problem with dpkg low-memory in-core
1179 * dpkg-split --msdos puts output files in right directory. (Bug#2165.)
1181 * diversions implemented - see `dpkg-divert --help'.
1183 * dselect shows and uses (for dependencies) currently installed
1184 version of a package if that is more recent.
1185 * dpkg --force-... options are in separate help screen.
1186 * better error messages for corrupted .deb archives. (Bug#2178.)
1187 * dselect NFS method will unmount correct copy of NFS area if mounted
1190 * removes some ELF compilation warnings.
1192 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 19 Jan 1996 02:41:46 +0000
1194 dpkg (1.0.10); priority=MEDIUM
1196 * dpkg-deb option parsing unmuddled (-I option was removed
1197 in 1.0.9 and broke dpkg-deb). (Bug#2124.)
1199 * dpkg-split will work when ELF `ar' is installed, and is faster.
1201 * nfs dselect method now available.
1202 * disk methods don't prompt spuriously for Packages files.
1203 * cdrom+harddisk methods can find Packages files.
1205 * dpkg-scanpackages (creates Packages files) now in /usr/sbin.
1207 * various changes to help compilation of dpkg-deb, dpkg-split
1208 and md5sum on non-Debian systems.
1209 * <sys/fcntl.h> replaced by <fcntl.h> throughout.
1211 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 14 Jan 1996 02:55:19 +0000
1213 dpkg (1.0.9); priority=MEDIUM
1215 * dselect uninitialised variable coredump fixed (thanks Carl).
1217 * version numbers printed by --version fixed. (Bug#2115.)
1218 * disk method problem with missing Packages files fixed. (Bug#2114.)
1219 * dependency version relationships now <= >= << >> =. (Bug#2060.)
1221 * install-info is in /usr/sbin, not /usr/bin. (Bug#1924.)
1222 * dpkg regards Revision field as obsolete.
1224 * <asm/unistd.h> changed to <linux/unistd.h> (for m68k port).
1225 * scripts/Makefile.in `clean' target deletes scripts.
1227 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 11 Jan 1996 20:51:20 +0000
1229 dpkg (1.0.8); priority=LOW
1231 * update-alternatives slightly more helpful message. (Bug#1975.)
1232 * cosmetic improvements to disk installation method. (Bug#1970,1956.)
1233 * mounted filesystem and unmounted partition separate methods. (Bug#1957.)
1235 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 12 Dec 1995 04:07:47 +0000
1237 dpkg (1.0.7); priority=MEDIUM (HIGH to upgrade syslogd)
1239 * dselect harddisk/CDROM method script handles multiple package
1241 * Everything has a manpage, though many are very unhelpful indeed.
1243 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 30 Nov 1995 03:59:14 +0000
1245 dpkg (1.0.6); priority=MEDIUM (HIGH to upgrade syslogd)
1247 * conffiles can now be taken over properly from one package by
1248 another which replaces it. (Bug#1482.)
1249 * dpkg will not deconfigure essential packages when --auto-deconfigure
1250 is set (this bug was fairly unlikely ever to be exercised).
1252 * dpkg checks for the presence of certain important programs on the PATH.
1253 * dselect is now more informative when a dependency is missing, saying
1254 "<package> does not appear to be available". (Bug#1642, 1705).
1256 * `make distclean' fixed; config.* &c removed from source archive.
1257 * lib/lock.c now uses fcntl rather than flock, for better portability.
1259 * `Package_Revision: 0' removed from control file.
1260 * Some inaccuracies and bad formatting in various messages corrected.
1262 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 21 Nov 1995 20:15:18 +0000
1264 dpkg (1.0.5); priority=LOW
1266 * dpkg-split allows some space for the header. (Bug#1649.)
1267 * dpkg-split now has --msdos option for 8.3 filenames.
1268 * dpkg-split --join &c will not complain about trailing garbage.
1270 * dselect & dpkg will no longer ignore SIGHUP will running subprocesses.
1272 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 13 Oct 1995 13:59:51 +0100
1274 dpkg (1.0.4); priority=MEDIUM (HIGH for dselect users with 1.0.3)
1276 * fixed bug which prevented dselect from displaying the bottom line of
1277 any listing screen. This was introduced in 1.0.3, sorry !
1279 * a conffile will never cause a prompt if the package maintainer
1280 distributes a file identical to the user's, even if the file has
1281 been edited by both the user and the maintainer or is a
1282 newly-registered conffile. (Bug#1639.)
1284 * dselect disk/cdrom method script says where to get Packages file.
1285 * dselect help has better descriptions of the functions of Return and Q.
1287 * postinst now warns about some problems with /usr/lib/dpkg/methods/hd.
1289 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 12 Oct 1995 01:45:38 +0100
1291 dpkg (1.0.3); priority=MEDIUM
1293 * dselect: fixed segfault when doing some multiple (de)selections.
1295 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 10 Oct 1995 03:21:12 +0100
1297 dpkg (1.0.2); priority=MEDIUM
1299 * problem with screen refresh after `o' (change order) corrected.
1301 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 9 Oct 1995 13:11:04 +0100
1303 dpkg (1.0.1); priority=LOW
1305 * much better dpkg performance on low-memory systems.
1306 * start-stop-daemon --name should now work. (oops!)
1307 * fixed typo which could turn into memory overwriting bug sometime.
1309 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 8 Oct 1995 20:12:29 +0100
1311 dpkg (1.0.0); priority=LOW
1313 * Version 1.0.0: dpkg is no longer beta.
1315 * tar extractor no longer looks up an empty string using getgrnam
1316 (this causes the libc to coredump when using NIS).
1318 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 1 Oct 1995 13:07:36 +0100
1320 dpkg (0.93.80); priority=LOW
1322 * dselect help screen intro changed to remove `much' before `help'.
1324 * update-alternatives.pl contains hardcoded ENOENT value, instead
1325 of requiring POSIX.pm to be present.
1327 * Makefiles changed to strip when installing instead of when building.
1329 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 30 Sep 1995 01:44:12 +0100
1331 dpkg (0.93.79) BETA; priority=LOW
1333 * DPKG_NO_TSTP environment variable which stops dpkg sending the
1334 process group a SIGTSTP (Bug#1496).
1335 * End key should work in dselect lists (Bug#1501).
1336 * various message typos (missing \n's) fixed (Bug#1504).
1338 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 29 Sep 1995 03:27:01 +0100
1340 dpkg (0.93.78) BETA; priority=LOW
1342 * dselect keystrokes help file typo fix.
1344 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 28 Sep 1995 20:31:02 +0100
1346 dpkg (0.93.77) BETA; priority=MEDIUM
1348 * dpkg --remove --pending will purge things when appropriate.
1350 * fixed failure to null-terminate dpkg conflict problem messages.
1351 * fixed bug in formatting of dependency version problem messages.
1353 * Conffiles resolution prompt for new conffile: typo fixed.
1354 * Changed dpkg usage error to suggest `-Dhelp' instead of `--Dhelp'.
1356 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 20 Sep 1995 23:44:35 +0100
1358 dpkg (0.93.76) BETA; priority=MEDIUM
1360 * dpkg --auto-deconfigure option (used automatically by dselect) allows
1361 `important' packages which many others depend on to be split.
1362 * dpkg should no longer fail an assertion during complicated
1363 multiple configurations involving packages which are on hold.
1365 * update-alternatives supports negative priorities.
1366 * /etc/alternatives is included in the .deb archive.
1368 * Package priorities changed: Required (Req), Important (Imp), Standard (Std),
1369 Optional (Opt) and Extra (Xtr). For backward compatibility Base is an
1370 alias for Required, and Recommended is kept as a level just below Standard.
1372 * dselect shows introductory help screen when entering package lists (both
1373 main and recursive).
1374 * dselect help messages made more friendly.
1375 * dselect package list `quit, confirm, and check dependencies' key is
1376 now Return rather than lowercase `q'; likewise method list `select this
1377 one and configure it' key.
1378 * dselect selects packages with priority `standard' or better by default.
1379 * dselect `v=verbose' becomes `v=terse' when in verbose mode.
1381 * hard disk method unmounts /var/lib/dpkg/methods/mnt on failure.
1382 * disk methods' install message uses `stty' to find out what the
1383 interrupt character is, and uses that in the prompt (rather than ^C).
1384 * dpkg now tolerates ^Z characters in Packages files.
1385 * harddisk method doesn't display extra slash when updating packages file.
1386 * harddisk method burbles less if it doesn't have a good default.
1388 * dpkg-deb now supports new flexible format, but old format still default.
1390 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 20 Sep 1995 02:49:41 +0100
1392 dpkg (0.93.75) BETA; priority=MEDIUM
1394 * dselect no longer segfaults when you try to modify the last item.
1396 * dselect Makefile compiles with -g, and links without -s, but installs
1397 with -s, so that built source directory has debugabble binary.
1399 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 12 Sep 1995 02:59:29 +0100
1401 dpkg (0.93.74) BETA; priority=LOW
1403 * dpkg-split implemented and installed in /usr/bin/dpkg-split.
1404 (NB this is not compatible with Carl Streeter's old dpkg-split script.)
1405 * dpkg uses dpkg-split.
1406 * floppy disk method available - NB this is a first attempt only.
1408 * hard disk method uses --merge-avail rather than --update-avail.
1409 * installation by default of `standard' packages removed again.
1410 (I don't think this is the right place to do this.)
1411 * update-alternatives --remove correctly deletes all slave links;
1412 minor cosmetic improvements.
1414 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 11 Sep 1995 02:06:05 +0100
1416 dpkg (0.93.73) BETA; priority=LOW
1418 * dselect multi-package selection now done by `divider' lines
1419 actually in the package list, rather than horizontal highlight
1421 * dselect help available, and keybindings rationalised.
1423 * postinst removes /usr/lib/dpkg/methods/hd if upgrading from
1424 0.93.42.3 or earlier.
1425 * `hold' flag changed to be settable by the user only, and
1426 made orthogonal to the `reinstallation required' flag.
1427 * dpkg will install by default any packages with priority of
1428 `standard' or better unless they're explictly deselected.
1430 * dselect dependency/conflict resolution will suggest marking absent
1431 packages for `purge' rather than `deinstall'.
1432 * disk method script produces message about invoking dpkg.
1433 * dpkg produces warning, not error, when it gets EPERM trying to
1434 remove a directory belonging to a package being removed.
1435 * dpkg, dpkg-deb usage error reporting improved.
1436 * dselect detects too-dumb terminals and stops.
1437 * dpkg-deb(8) updated a little (thanks to Bill Mitchell).
1439 * dselect debugmake script uses -O0.
1441 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 10 Sep 1995 12:23:05 +0100
1443 dpkg (0.93.72) BETA; priority=MEDIUM
1445 * /usr/sbin/update-alternatives added.
1447 * New names for certain control file fields (old names work
1448 as aliases): Optional -> Suggests, Recommended -> Recommends,
1451 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 3 Sep 1995 16:37:41 +0100
1453 dpkg (0.93.71) BETA; priority=LOW
1455 * dpkg doesn't silently overwrite `new' conffiles (Bug#1283).
1456 * case now not significant in Essential, Status and Class (Bug#1280).
1457 * dselect checks method scripts for execute, not for write.
1459 * spelling fixes in lib/dbmodify.c and dselect/helpmsgs.src.
1461 * dselect `clean' target deletes helpmsgs.cc and helpmsgs.cc.new.
1463 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 31 Aug 1995 13:56:08 +0100
1465 dpkg (0.93.70) BETA; priority=MEDIUM
1467 * dselect unmounted harddisk method has many silly bugs fixed.
1469 * dpkg --root option restored (was removed by mistake in 0.93.68).
1470 * minor cosmetic change to dselect subprocess failure message.
1472 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 9 Aug 1995 22:18:55 +0100
1474 dpkg (0.93.69) BETA; priority=MEDIUM
1476 * dpkg --configure and --remove should work properly when
1477 they have to defer processing (this tends to happen when many
1478 packages are processed at once). (Bug#1209.)
1480 * dpkg --configure and --remove work better when `processing'
1481 several related packages with --no-act.
1483 * dpkg --auto is now two options, --pending or -a (for configure,
1484 remove, &c) and --recursive or -R (for install, unpack, &c).
1486 * dpkg debug options in usage message, and values available (-Dh).
1488 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 9 Aug 1995 22:18:55 +0100
1490 dpkg (0.93.68) BETA; priority=MEDIUM
1492 * dpkg won't get an internal error if you try to use the default
1493 conffiles response (ie, if you just hit return). (Bug#1208.)
1495 * dselect hard disk and CD-ROM methods - the real thing, but ALPHA.
1497 * dselect allows you to go straight to `update' or `install' if
1498 you have already set up an access method.
1499 * new dpkg options --yet-to-unpack, --merge-avail and --update-avail.
1500 * dpkg -G is an abbreviation for dpkg --refuse-downgrade.
1501 * dpkg -R alias for --root withdrawn, pending reuse with different meaning.
1502 * dpkg --help message rationalised somewhat.
1504 * Obsolete `examples' and `dpkg-split' directories removed from
1505 source tree. The `hello' package is a better example.
1507 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 7 Aug 1995 02:16:25 +0100
1509 dpkg (0.93.67) BETA; priority=LOW for C dpkg alpha testers, HIGH for others
1511 * dpkg no longer statically linked and -g.
1512 * calls to abort() changed to print string, file and line number first.
1513 * removed unused variable from dpkg source.
1515 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 4 Aug 1995 01:39:52 +0100
1517 dpkg (0.93.66) ALPHA; priority=MEDIUM
1519 * dpkg will correctly remove overwritten files from the lists of
1520 the package(s) that used to contain them.
1522 * dpkg --purge is now an action, rather than a modifier for --remove,
1523 and the -P alias for it is withdrawn.
1525 * dpkg --unpack/--install filenames in messages are now more sensible
1526 about when to use .../ (show as many trailing components as possible
1527 in 40 characters, or the whole path if that the last component is
1530 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 3 Aug 1995 02:11:03 +0100
1532 dpkg (0.93.65) ALPHA; priority=MEDIUM
1534 * dpkg --remove should, when a package being removed is depended-on
1535 by another that is also queued for removal, defer the depended-on
1536 package rather than aborting it. (Bug#1188.)
1538 * dpkg will not attempt to configure or remove a package more than
1539 once in the same run. (Bug#1169.)
1541 * dpkg cosmetic fix to dependency problems message (this bug
1542 hasn't been triggered to my knowledge).
1544 * perl-dpkg no longer installed in /usr/bin.
1546 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 2 Aug 1995 13:02:58 +0100
1548 dpkg (0.93.64) ALPHA; priority=MEDIUM
1550 * dpkg marks a package as no longer `to be configured in this run'
1551 when an error occurs, so that other packages which depend on it
1552 will fail (rather than causing a loop and an assertion failure,
1553 packages.c:166: failed assertion `dependtry <= 4').
1555 * dselect initial selection granularity is single-package.
1556 * dpkg --no-also-select option renamed to --selected-only (old option
1557 still accepted, but no longer in --help). Changed -N to -O.
1559 * dselect `update' option changed to `install' (and other options
1560 renamed too). NB: old access methods will not work, because
1561 the `update' script should now be an `install' script.
1563 * dselect `installation methods' renamed to `access methods'.
1564 * dpkg --skip-same-version and --refuse-downgrade produce friendlier
1565 messages when they skip packages.
1566 * --licence option now properly mentioned in all programs' --version
1569 * bad fix for ELF compile problem involving myopt.h removed (compile
1570 problem turned out to be a GCC bug.)
1572 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 1 Aug 1995 03:03:58 +0100
1574 dpkg (0.93.63) ALPHA; priority=LOW
1576 * preinst works around shell bug/misfeature involving `trap'.
1578 * dpkg --skip-same-version doesn't skip packages which have
1579 an error flag set or which aren't in a standard `installed' state.
1581 * dpkg --search now does a substring search if the string doesn't
1582 start with a wildcard character (*, [ or ?) or slash.
1584 * problem with C/C++ linkage of stuff in "myopt.h" fixed, to help
1585 with compiling with GCC 2.7.0.
1587 * dselect Makefile.in `clean' deletes curkeys.inc &c, so that they are
1588 not shipped in the distribution source and will be rebuilt on the
1591 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 27 Jul 1995 13:38:47 +0100
1593 dpkg (0.93.62) ALPHA; priority=HIGH
1595 * dpkg purges leftover control scripts from /var/lib/dpkg/tmp.ci,
1596 rather than associating them with the wrong package. (Bug#1101.)
1598 * dpkg won't `disappear' packages containing no files or directories,
1599 nor a package required for depends/recommended. (Bug#1128.)
1601 * dpkg follows directory symlinks. (Bug#1125.)
1603 * dselect fixups for ELF/GCC2.7.0 compilation.
1605 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 21 Jul 1995 21:43:41 +0100
1607 dpkg (0.93.61) ALPHA; priority=LOW
1609 * dselect keybindings and status characters and descriptions changed
1610 (in pursuance of Bug#1037, user interface problems, still open.)
1612 * Some cleanups to fix mistakes discovered by ELF-GCC 2.7.0, and fixup
1613 for newer C++ draft standard (`for' variable declaration scope change).
1615 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 18 Jul 1995 01:42:51 +0100
1617 dpkg (0.93.60) ALPHA; priority=HIGH
1619 * dpkg doesn't think packages have `disappeared' if you install
1620 several packages at once. (later reported as Bug#1132.)
1622 * usage error messages tidied up.
1624 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 16 Jul 1995 17:56:56 +0100
1626 dpkg (0.93.59) ALPHA; priority=HIGH
1628 * dpkg doesn't break maintainer scripts &c if package `foo' exists
1629 when processing package `foobar'. (Related to Bug#1101.)
1631 * dpkg implements `disappear' functionality.
1632 * dpkg/dselect remove dead entries from /var/lib/dpkg/status.
1634 * dpkg --list now sorted correctly and output somewhat improved.
1635 * some debugging messages moved from dbg_stupidlyverbose to dbg_scripts.
1636 * dpkg prints `Removing foo' message even if foo is not configured.
1637 * dpkg only prints `serious warning: files list file ... missing'
1638 once for each package.
1640 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 16 Jul 1995 02:32:11 +0100
1642 dpkg (0.93.58) ALPHA; priority=HIGH
1644 * dpkg should write out status even for packages which it has only
1645 encountered in the `available' file so far.
1647 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 14 Jul 1995 20:19:21 +0100
1649 dpkg (0.93.57) ALPHA; priority=LOW
1651 * dpkg does chroot when running maintainer scripts (--instdir
1652 should work right now, though I haven't been able to test it).
1654 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 14 Jul 1995 01:32:30 +0100
1656 dpkg (0.93.56) ALPHA; priority=HIGH
1658 * dpkg can now overwrite symlinks to directories, and will
1659 do correct handling of symlinks to plain files.
1660 * dpkg should not replace any directory with a symlink.
1662 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 13 Jul 1995 02:43:36 +0100
1664 dpkg (0.93.55) ALPHA; priority=MEDIUM
1666 * dpkg can now extract hardlinks.
1667 * dpkg configuration/removal works in the presence of dependency cycles.
1668 * dpkg should no longer fail an assertion at processarc.c:193.
1670 -- Ian Jackson <iwj10@cus.cam.ac.uk> Wed, 12 Jul 1995 01:34:44 +0100
1672 dpkg (0.93.54) ALPHA; priority=MEDIUM
1674 * dpkg and dselect no longer throw away all Class and Section
1675 information in /var/lib/dpkg/available. (Oops.)
1676 * dpkg --refuse-<something> now works (this broke some dselect
1677 method scripts' attempts to use --refuse-downgrade).
1678 * dpkg --audit and --list implemented.
1680 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 10 Jul 1995 00:35:13 +0100
1682 dpkg (0.93.53) ALPHA; priority=LOW
1684 * dpkg --install/--unpack only skips on-hold packages with --auto.
1685 * dpkg doesn't fclose() the --fsys-tarfile pipe twice.
1686 * dpkg error handling and reporting cleaned up.
1687 * dpkg now lists any failed packages/files just before exiting.
1689 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 9 Jul 1995 16:31:36 +0100
1691 dpkg (0.93.52) ALPHA; priority=MEDIUM
1693 * dpkg won't segfault due to missing (Package_)Revision fields.
1694 * dpkg --search works.
1695 * dpkg will set execute permissions on scripts if necessary.
1696 * dpkg prints filenames in --unpack and --install.
1698 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 8 Jul 1995 12:41:39 +0100
1700 dpkg (0.93.51) ALPHA; priority=HIGH
1702 * dpkg --status and --listfiles now work.
1704 * dpkg --remove --auto won't try to remove everything (!)
1705 * dpkg --unpack doesn't coredump after unpacking the first package.
1706 * dpkg won't fail an assertion if it bombs out of --configure
1707 or --remove because of too many errors.
1709 * Support for `Essential' in dpkg (not yet in dselect).
1710 * `available' (Packages) file class and section override those
1711 from package control files.
1712 * `Essential: yes' added to control file.
1714 * Locking strategy changed, now uses flock (no more stale locks).
1715 * preinst now more helpful about conffiles upgrade problem.
1717 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 8 Jul 1995 01:15:26 +0100
1719 dpkg (0.93.50) ALPHA
1721 * C dpkg now in service.
1723 * dselect now installs in /usr/bin instead of /usr/sbin.
1724 * Improved `explanation of display' help and changed HSOC to EIOW.
1725 * dselect goes back to top of info display when you move the
1728 * Added <sys/types.h> to md5sum/md5.c, for the benefit of FreeBSD.
1729 * --admindir doesn't append `var/lib/dpkg' to its argument.
1731 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 19 May 1995 21:03:08 +0100
1733 dpkg (0.93.42.3) BETA; priority=LOW
1735 * Rebuilt using ncurses 1.9.2c-0.
1736 * Silenced `subcritical error' message if errno == ENOENT.
1738 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 12 Jun 1995 13:09:24 +0100
1740 dpkg (0.93.42.2) BETA; priority=HIGH
1742 * install-info --remove properly removes multi-line entries.
1743 * Slightly changed ^L redraw code in dselect package list.
1745 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sat, 10 Jun 1995 14:06:01 +0100
1747 dpkg (0.93.42.1) BETA; priority=HIGH esp. for new installations
1749 * update-rc.d default no longer adds K entries in runlevels 2345.
1751 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 6 Jun 1995 18:56:23 +0100
1753 dpkg (0.93.42) BETA; priority=LOW; HIGH for dselect users
1755 * Fix unitialised variable reference bug in dselect (#890).
1756 * Fix problem with wordwrapping package and method descriptions.
1757 * Create /var/lib/dpkg/methods/mnt.
1759 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 19 May 1995 21:03:08 +0100
1761 dpkg (0.93.41) BETA; priority=LOW
1763 * Create /var/lib/dpkg/methods.
1764 * dpkg.pl noisily ignores --skip-same-version rather than barfing.
1766 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 16 May 1995 13:28:27 +0100
1768 dpkg (0.93.40) BETA; priority=LOW
1770 * dselect's subprogram failure message made to stand out more.
1772 * When switching out of curses, always move the cursor to the
1773 bottom right corner of the screen.
1775 -- Ian Jackson <iwj10@cus.cam.ac.uk> Tue, 16 May 1995 01:03:38 +0100
1777 dpkg (0.93.39) BETA; priority=LOW
1780 - allow you to select and configure an installation method;
1781 - invoke installation method scripts to update the available file
1782 and unpack packages;
1783 - invoke dpkg to configure and remove packages.
1784 There are no installation methods available yet.
1786 * Search feature in dselect works (it was purely an ncurses bug).
1788 * dpkg-*.nondebbin.tar.gz now available (built by debian.rules).
1790 * The target directory for dpkg-deb --extract (also available as
1791 dpkg --extract) is no longer optional. dpkg-deb suggests the use
1792 of dpkg --install if you omit it.
1794 * Added <errno.h> to lib/lock.c and fixed ref. to `byte' in
1795 md5sum/md5.c, for portability to Solaris 2.
1797 * Rebuilt `configure' and `config.h.in' using autoconf 2.3.
1798 * Revised function attribute support checking in configure script.
1799 * Removed obsolete `dselect.pl' from scripts directory.
1800 * New option --licence on all the C programs.
1802 -- Ian Jackson <iwj10@cus.cam.ac.uk> Sun, 14 May 1995 18:05:38 +0100
1804 dpkg (0.93.38) BETA; priority=MEDIUM
1806 * Version number comparisons (in dpkg and dselect) now >= <=
1807 as documented (Bug#831; thanks to Christian Linhart).
1809 * dselect now has a non-superuser readonly mode.
1810 * dselect doesn't pop up unsatisfied `Optional's when quitting.
1811 * `unable to delete saved old file' message fixed dpkg_tmp to dpkg-tmp.
1813 * Made dpkg convert `revision' to `package_revision' when reading
1814 (eg) the `status' file. libdpkg.a has `revision' as a synonym
1815 for `package_revision' and writes the former.
1817 * Major improvements and many changes to C option parsing, database
1818 management, error handling, Makefiles &c to support dpkg.
1819 * dpkg-deb should now work if sizeof(void*) < sizeof(void(*)()).
1821 -- Ian Jackson <iwj10@cus.cam.ac.uk> Mon, 24 Apr 1995 12:34:39 +0100
1823 dpkg (0.93.37) BETA; priority=LOW (MEDIUM for dselect users)
1825 * Fixed segfault if no description available (Bug#735);
1826 thanks to Peter Tobias for the bug report.
1827 * Fixed other assorted minor bugs in description displays.
1829 * Changed dpkg-deb --info short option from -i to -I, to make
1830 it unique across dpkg and dpkg-deb (-i still works with
1831 dpkg-deb for backwards compatibility).
1833 * Produce more sensible error when main package list is empty.
1835 -- Ian Jackson <iwj10@cus.cam.ac.uk> Fri, 7 Apr 1995 02:24:55 +0100
1837 dpkg (0.93.36) BETA; priority=LOW (MEDIUM for dselect users)
1839 * All the C code (including dselect) updated to support `provides'
1841 * Revamped dselect's related package selection/deselection
1843 * Everything can now handle arbitrary `class' values (as well
1844 as the predefined ones which we understand and can interpret).
1845 * Fixed bug that prevented display update when moving down a small
1846 recursive package list in dselect.
1847 * Column heading characters corrected from `SHOC' to `HSOC'.
1849 -- Ian Jackson <iwj10@cus.cam.ac.uk> Thu, 6 Apr 1995 12:48:13 +0100
1851 dpkg (0.93.35) BETA; priority=MEDIUM
1853 * Preserve ownerships and permissions on configuration files.
1854 * Fix bug in conffile updating that could leave a hardlink
1855 <foo>.dpkg-new to the conffile <foo>.
1857 * Improved dselect's package list help messages.
1858 * Highlight now moves on after (de)selecting just one package.
1859 * Better algorithm for scrolling up/down when moving highlight.
1860 * Fixed bug in display of `preformatted' extended Description lines.
1861 (dselect is still ALPHA, but is fairly stable.)
1863 * Improved dpkg's message when configuring a package that doesn't
1864 exist, and when selecting or skipping a package that isn't
1865 currently selected (during unpack processing).
1867 * Description in control file expanded.
1869 * Scroll back to top when changing what is in the `info' area.
1871 dpkg (0.93.34) BETA; priority=LOW (HIGH for dselect users)
1873 * dselect: Fixed bug which caused a coredump if you exited the
1874 package list if you'd made any changes. Ouch !
1876 * dselect: Improved selection algorithm to show fewer extraneous
1877 packages; improved display for unavailable packages.
1879 * dpkg: Improved progress messages during unpacking somewhat.
1881 dpkg (0.93.33) BETA; priority=LOW (HIGH for dselect users)
1883 * dselect now has a main menu.
1885 * Fixed nasty uninitialised data bug in dselect.
1887 * dselect now locks and unlocks the packages database.
1889 Mon, 27 Mar 1995 03:30:51 BST Ian Jackson <iwj10@cus.cam.ac.uk>
1891 * dpkg (0.93.32): Alpha dselect released and installed in
1893 * dpkg (0.93.32): Many portability enhancements: should now
1894 compile using GCC 2.6.3, and dpkg-deb should
1895 compile better on non-Linux systems.
1896 * dpkg (0.93.32): dpkg will not loop if its stdin disappears
1897 and it needs to prompt.
1898 * dpkg (0.93.32): Fixed removal dependency error to show
1899 correct package (Bug #648).
1900 * dpkg (0.93.32): Tidied up copyright notices.
1901 * dpkg (0.93.32): First draft of update-rc.d manpage, not yet
1902 installed in /usr/man.
1903 * dpkg (0.93.32): Changes to top-level Makefile.in to improve
1905 * dpkg (0.93.32): Improved Makefile `clean' and `distclean'
1907 * dpkg (0.93.32): Deleted irrelevant `t.c' from lib and
1908 dselect directories.
1909 * dpkg (0.93.32): Added vercmp.c with version comparison code.
1910 * dpkg (0.93.32): varbufextend message changed - varbufs not
1911 just for input buffers.
1912 * dpkg (0.93.32): varbuf has C++ member functions in header
1915 Changes in dpkg 0.93.31:
1917 * start-stop-daemon --pidfile now works (Bug#571).
1918 * Fixed dependency processing bugs which could require a rerun of
1919 dpkg --configure (Bug#566).
1920 * Fixed garbage output for `language' of control file in dpkg-deb --info.
1922 Changes in dpkg 0.93.30:
1924 * Added /usr/sbin/start-stop-daemon.
1926 Changes in dpkg 0.93.29:
1928 * Made postinst scripts really be run when dpkg --purge used.
1929 * Added new --force-extractfail option - VERY DANGEROUS.
1931 Changes in dpkg 0.93.28:
1933 * Removed undef of 0x_p21 in read_database_file, which caused the
1934 the whole status database to become trashed when any update files
1936 * Make infinite-loop prevention and cycle detection work.
1937 * Made findbreakcycle work (ie, break properly when cycle detected).
1938 * New script, update-rc.d, to update links /etc/rc?.d/[KS]??*.
1939 * dpkg.pl now sets the umask to 022.
1940 * Cosmetic error message fix to dpkg-deb.
1941 * Deleted OLD directory altogether.
1942 * Improved error-trapping in top-level Makefile loops.
1944 Changes in dpkg 0.93.27:
1946 * Make version number specifications in Depends &c work.
1947 * Added AC_PROG_CXX to autoconf.in for dselect.
1948 * Changed myopt.h not to have cipaction field in cmdinfo (this was
1949 specially for dpkg-deb) - now we have a generic void*.
1950 * Renamed `class' member of `pkginfoperfile' to `clas' [sic].
1951 * Much work in `dselect' subdirectory.
1952 * Deleted executables, objects and libraries from OLD tree !
1953 * Minor changes to various copyright notices and top-of-file comments.
1954 * Don't install nasty Perl dselectish thing as /usr/bin/dselect.
1956 Changes in dpkg 0.93.26:
1958 * Added --no-also-select instead of not auto-selecting on --unpack
1959 but doing so on --install; removed --force-unpack-any.
1961 Changes in dpkg 0.93.25:
1963 * Fixed duplicate output (failure to flush before fork) bug.
1964 * More clarification of md5sum.c copyright.
1965 * Corrected typo in ChangeLog in 0.93.24 source package.
1967 Changes in dpkg 0.93.24:
1969 * dpkg could copy conffiles info from one package to another. Aargh.
1971 * dpkg failed to initialise status if you tried to remove or
1972 configure a nonexistent package. Bug #419.
1973 * install-info now handles START-INFO-DIR-ENTRY entries like:
1974 * Gdb:: The GNU debugger.
1975 Previously it would only accept (Bug #407):
1976 * Gdb: (gdb). The GNU debugger.
1977 * When installing a new foo.info[.gz], install-info now replaces
1978 * Foo: (foo.info). The Gnoo Foo.
1979 as well as just * Foo: (foo). ...
1980 * Moved option parsing out of dpkg-deb into libdpkg.
1981 * Assorted minor source code rearrangements.
1982 * Fixed assorted copyright notices, clarified md5sum copyright.
1983 * Corrected typo in 0.93.23 source package's ChangeLog.
1985 Changes in dpkg 0.93.23:
1987 * `dpkg-deb' --build now does a syntax check on the control file.
1988 * `dselect' is now no longer called `debian', spurious copy removed
1989 from package top-level source directory.
1990 * C control information parsing complete and somewhat tested.
1991 * Moved `global' include files into $(srcdir)/include from ../lib,
1992 added some files to the lib Makefile, and arranged for pop_cleanup().
1994 Changes in dpkg 0.93.22:
1996 * Fixed bug which caused dpkg to see failures of md5sum where there
1997 were none (would also have caused dpkg to miss a real failure).
1998 * Fixed failure to update some `status' database fields.
2000 Changes in dpkg 0.93.21:
2002 * Fixed error-handling bug which could corrupt database.
2004 Changes in dpkg 0.93.20:
2006 * Fixed bug which ran old (/var/adm/dpkg) postinst scripts.
2007 * Fixed dpkg usage message which claimed -i => both --install & --info.
2008 * Use Colin Plumb's MD5 code - faster, and better copyright.
2009 * Manpages: dpkg-deb(8), deb-control(5), deb(5) - thanks to Raul
2010 Deluth Miller. Also, an xfig picture of some C program innards.
2012 Changes in dpkg 0.93.19:
2014 * Don't delete the `list' file from the dpkg database.
2015 * Fixed various bugs in the conffile handling.
2016 * Conffiles that are symlinks will now be treated as if the
2017 `dereferenced' name of the file was listed in conffiles. This means
2018 that /etc/foo -> /usr/etc/foo will cause all conffile updates of
2019 /etc/foo to create /usr/etc/foo.dpkg-tmp &c instead. However, the
2020 link will be removed if --purge is used to delete all the conffiles.
2021 * When doing a new installation, or when updating a conffile that
2022 wasn't listed as a conffile in the old version of the package, don't
2023 do any prompting but just install the version from the archive.
2024 * Corrected error message if exec of dpkg --vextract failed
2025 and --instroot or --root specified.
2026 * Added new --force-unpack-any option.
2027 * Extra newline after --status output.
2028 * Added -W options to CFLAGS.
2029 * Fixed mistake in previous ChangeLog entry.
2031 Changes in dpkg 0.93.18:
2033 * Fixed invocation of dpkg-deb --vextract if --root or --instdir
2035 * Create /var/lib/dpkg/updates.
2037 Changes in dpkg 0.93.17:
2039 * install-info --remove exits with status 0 if it doesn't find the
2040 thing to remove, instead of status 1.
2041 * Error handling functions have __attribute__((format...)) if GCC.
2042 * push_cleanup its arg takes void **argv instead of char **argv.
2043 * Top-level Makefile.in has set -e before `for' loops.
2044 * dpkg-deb --info not-an-existing-file produces fewer error messages.
2046 Changes in dpkg 0.93.16:
2048 * Made --root= option really extract to $instroot instead of `/'.
2049 * install-info clears the 0444 bits in its umask.
2050 * Fixed a few database handling bugs which cause dpkg always to fail,
2051 and usually to corrupt the status database in various ways.
2052 * dpkg-deb completely rewritten, now doesn't tinker with
2053 /var/{adm,lib}/dpkg. Should be faster.
2054 * Directory structure and Makefiles in source package reorganised.
2056 Changes in dpkg 0.93.15:
2058 * Added `debian' (dselect), still very primitive.
2059 * Database format changed, and moved from /var/adm to /var/lib.
2060 * Added dpkg --avail mode, --list, --status and --search.
2061 * Set of dpkg => dpkg-deb pass-through operations changed (but
2062 dpkg-deb not yet updated).
2063 * Added --root, --admindir and --instdir, as well as --isok &c.
2064 * Moved much stuff into /usr/lib/dpkg-lib.pl, rewritten status
2066 * Put packages in `purge' state even if `deinstall' requested if
2067 they have no postrm and no conffiles.
2068 * Version number comparisons fixed.
2069 * insert-version.pl now installes lib.pl filename too.
2070 * Strip trailing slashes when reading files from file lists.
2072 Changes in dpkg 0.93.14:
2074 * Fixed parsing of DEPENDS &c fields with trailing whitespace.
2075 * postinst now fixes up broken ispell.control file.
2076 * Cyclic dependency/multiple package removal processing: don't consider
2077 packages we've just removed when looking for a reason not to go ahead.
2078 * Added call to postinst with `purge' argument for expunging old
2079 configuration etc. that aren't listed in conffiles.
2081 Changes in dpkg 0.93.13:
2083 * sub S_ISREG defined in dpkg.pl.
2084 * Checking of DEPENDS &c fields was too lax, causing an internal error
2085 if you fed it certain kinds of broken control file.
2086 * Fixed misleading message from bogus installationstatus call.
2087 * New -u and -U options to dpkg-deb which don't unpack the /DEBIAN
2088 directory, and use these in dpkg.pl; clean up /DEBIAN in postinst.
2090 Changes in dpkg 0.93.12:
2092 * No longer needs *.ph files, since these appear to be broken.
2093 * Postinst fixes up *.control files with curly brackets.
2094 * embryo of dselect.
2096 Changes in dpkg 0.93.11:
2098 * New --ignore-depends option.
2099 * This ChangeLog changed format here.
2101 Wed Nov 30 15:38:21 GMT 1994 Ian Jackson <iwj10@cus.cam.ac.uk>
2103 * dpkg 0.93.11 released.
2105 * conffile updating fixed.
2107 * Message `updgrade' in dpkg changed to `replace'.
2109 * install-info now copes with multi-line entries.
2111 * version numbers now done automatically in dpkg and install-info.
2113 * more debugging around conffiles updates.
2115 * *.hash files not deleted so soon.
2117 * adds brand new packages to status array so we can install them.
2119 * postinst does h2ph for {sys,linux}/{stat,types}.ph if required.
2121 Mon Nov 28 02:00:13 GMT 1994 Ian Jackson <iwj10@cus.cam.ac.uk>
2123 * dpkg 0.93.10 released.
2125 * dpkg.pl completely rewritten.
2127 * dpkg-deb: removed dabase-processing and --install option.
2129 * Makefiles reworked, debian.rules added.
2131 * Don't install anything in /usr/doc/examples.
2133 * dpkg-*.deb contains /usr/bin/dpkg-deb.dist, fixed up by postinst.
2135 Thu Oct 20 13:22:20 1994 Ian Murdock (imurdock@debra.debian.org)
2137 * dpkg 0.93.9 released.
2139 * dpkg.pl: Use $argument, not $package, with `--build'.
2140 Make sure that saved postinst scripts are executable.
2142 Tue Oct 18 09:40:57 1994 Ian Murdock (imurdock@debra.debian.org)
2144 * dpkg 0.93.8 released.
2146 * deb/remove.c (pkg_remove): Do not report an error from rmdir ()
2147 when `errno' is ENOTEMPTY (Directory not empty), because in this
2148 case we have found the highest-level directory in the package and
2149 are ready to exit the loop (i.e., it is a normal occurrence).
2151 Mon Oct 17 10:44:32 1994 Ian Murdock (imurdock@debra.debian.org)
2153 * Makefile.in: Adapted all Makefiles to the GNU Coding Standards.
2155 * deb/remove.c (pkg_remove): Make sure that parent directories are
2156 removed LAST! This will result in complete removal of packages
2157 when --remove is called. dpkg 0.93.7 (and earlier) had problems
2158 with this because it tried to remove directories in order, which
2159 will work most of the time, but not necessarily all of the time.
2161 * deb/list.c (pkg_list): Output is sorted by package name.
2163 Tue Oct 4 12:27:10 1994 Ian Murdock (imurdock@debra.debian.org)
2165 * deb/contents.c (pkg_contents): When a list file cannot be
2166 opened, silently fail and let the front-end explain the problem.
2168 * deb/util.c (return_info): When a control file cannot be opened,
2169 silently fail and let the front-end explain the problem.
2171 * deb/search.c (pkg_search): Exit 0 if the regular expression is
2172 matched and 1 if it is not.
2174 Mon Oct 3 18:38:53 1994 Ian Murdock (imurdock@debra.debian.org)
2176 * dpkg.pl: New file. Replaces dpkg.sh.
2178 * deb/Makefile.in: Renamed `dpkg-util.deb' to `dpkg-deb'.
2180 * deb/build.c (pkg_build): `--build' is less verbose, instead
2181 letting the front-end add verbosity where appropriate.
2183 * deb/install.c (pkg_install): Ditto.
2185 * deb/remove.c (pkg_remove): Ditto.
2187 * deb/search.c (pkg_search): Ditto.
2189 * deb/describe.c (pkg_describe): `--describe' is less verbose,
2190 instead letting the front-end add verbosity where appropriate.
2191 The ``Description:'' label has been removed.
2193 * deb/version.c (pkg_version): `--version' is less verbose,
2194 instead letting the front-end add verbosity where appropriate.
2195 The ``Version:'' label has been removed, as has the maintainer
2198 Mon Sep 12 14:22:04 1994 Ian Murdock (imurdock@debra.debian.org)
2200 * deb/version.c (pkg_version): `--version' now reports the
2201 version number of dpkg if no argument is specified.
2203 Thu Sep 1 13:31:37 1994 Ian Murdock (imurdock@debra.debian.org)
2205 * dpkg 0.93.7 released.
2207 * deb/build.c (pkg_build): check status and exit if non-zero.
2209 * deb/contents.c (pkg_contents): ditto.
2211 * deb/install.c (archive_extract): ditto.
2213 Thu Sep 1 13:20:08 1994 Ian Murdock (imurdock@debra.debian.org)
2215 * deb/version.c (pkg_version): indent to the same point as
2218 Thu Sep 1 12:21:11 1994 Ian Murdock (imurdock@debra.debian.org)
2220 * Makefile.in (dist): added debian.rules binary, source and
2221 dist targets to make final distribution easier to make.
2222 (install): install programs to /usr/bin.
2224 * deb/Makefile.in (install): install programs to /usr/bin.
2226 * deb/list.c (pkg_list): enforce a maximum limit of ten characters
2227 for the package name in the output.
2228 (pkg_list): left-justify the version number to make it easier for
2229 the front-end to parse the output.
2230 (pkg_list): replace first '\n' character in packages[n].description
2233 * deb/install.c (archive_extract): use the `p' option to `tar' to
2234 ensure that permissions are preserved.
2236 Sat Aug 27 09:53:37 1994 Ian Murdock (imurdock@debra.debian.org)
2238 * dpkg 0.93.6 released.
2240 * deb/util.c (return_info): only unlink CONTROL if ARCHIVE_FLAG is
2243 Fri Aug 26 15:38:22 1994 Ian Murdock (imurdock@debra.debian.org)
2245 * dpkg 0.93.5 released.
2247 * deb/contents.c (pkg_contents): merged function archive_contents
2248 into function pkg_contents.
2250 * deb/contents.c (pkg_contents): use lstat (rather than stat) so
2251 that symbolic links are recognized.
2252 (pkg_contents): print the usual `<path> -> <link_to>' now that we
2253 recognize symbolic links.
2255 * deb/util.c (return_info): create a FIFO to pipe the needed
2256 information to the ``formatter'' rather than creating a directory
2257 in /tmp for the package information, which is what we used to do.
2259 Thu Aug 25 11:46:27 1994 Ian Murdock (imurdock@debra.debian.org)
2261 * lib/fake-ls.c (mk_date_string): return a pointer to malloc'ed
2263 (mk_mode_string): ditto.
2265 * dpkg.sh: make sure the control information is extracted to a
2266 uniquely-named temporary directory during package installation.
2268 * dpkg.sh: execute the pre- and post-removal scripts during
2271 * dpkg.sh: exit immediately if dpkg-util.deb reports failure.
2273 * deb/install.c (pkg_control): make sure that `package' exists and
2274 is a Debian archive before doing anything.
2276 * deb/install.c (pkg_extract): make sure that `package' exists and
2277 is a Debian archive before doing anything.
2279 * deb/install.c (pkg_install): unlink `extract_output' when done.
2281 * deb/remove.c (pkg_remove): use lstat (rather than stat) so that
2282 --remove does not get confused and think that a symbolic link to a
2283 directory is actually a directory, which results in the symbolic
2284 link never being removed at all.
2286 ChangeLog begins Thu Aug 25 11:46:27 1994 for dpkg 0.93.5.
2289 mode: debian-changelog