]> err.no Git - dpkg/commit
dpkg (1.2.4); priority=MEDIUM
authorIan Jackson <ian@chiark.chu.cam.ac.uk>
Mon, 10 Jun 1996 02:52:01 +0000 (03:52 +0100)
committerIan Jackson <ian@chiark.chu.cam.ac.uk>
Mon, 10 Jun 1996 02:52:01 +0000 (03:52 +0100)
commitf48836f8589e17fabed7bddcc402422b394e1820
tree97a07c455310ae49790947bc0eef39205fbfada7
parentd240358e13aef925147156a6a9687195554a9376
dpkg (1.2.4); priority=MEDIUM

  * New dpkg-name from Erick (<pkg>_<version>_<arch>.deb convention).
  * Disappeared packages can't own conffiles any more !  (Bug#3214.)
  * install-info creates Miscellaneous sections with a newline
    following the heading.  (Bug#3218.)
  * cleanup-info script installed in /usr/sbin; called as appropriate
    by postinst.  Thanks to Kim-Minh Kaplan.  (Bug#3125.)
  * Allow superseded Essential packages to be purged after they've
    been removed (clear the Essential flag on removal, and ignore it
    on packages that are in stat_configfiles).

  * dselect disk methods understand `y' as well as `yes' for using
    development tree.
  * dselect doesn't make packages appear as `new' again if update
    of available packages fails.
  * dselect places method selection cursor over option last selected.

  * dpkg-scanpackages doesn't die when repeated packages are found.
  * dpkg-scanpackages allows many old maintainers (`//'-separated).

  * `Version' field is now mandatory (some operations already
    wouldn't work right anyway if it was't there).

  * update-rc.d(8) now says you must remove the script.  (Bug#3215.)
  * dpkg --force-help says that --force-overwrite is on by default.
  * dpkg-deb manpage rewritten.
  * debian.README (= /usr/doc/copyright/dpkg) edited slightly.

  * Some database parsing grunge removed (pdb_preferversion, &c).
  * Source tree doc/sgml contains some embryonic manuals.
  * Leftover files in lib directory in source tree deleted.

 -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 10 Jun 1996 03:52:01 +0100
27 files changed:
debian.Changelog
debian.README
debian.postinst
debian.rules
doc/sgml/programmer.sgml [new file with mode: 0644]
dpkg-deb/dpkg-deb.8
dselect/main.cc
dselect/methlist.cc
include/dpkg-db.h
lib/database.c
lib/dbmodify.c
lib/parse.c
main/main.c
main/main.h
main/processarc.c
main/remove.c
main/update.c
methods/disk.setup
methods/disk.update
scripts/Makefile.in
scripts/cleanup-info.pl [new file with mode: 0644]
scripts/dpkg-name.1
scripts/dpkg-name.sh
scripts/dpkg-scanpackages.pl
scripts/install-info.pl
scripts/update-rc.d.8
version.h