]> err.no Git - dpkg/commit
* Removed references to dpkg(5) which seems to not exist anymore
authorBen Collins <bcollins@debian.org>
Mon, 18 Oct 1999 01:59:05 +0000 (01:59 +0000)
committerBen Collins <bcollins@debian.org>
Mon, 18 Oct 1999 01:59:05 +0000 (01:59 +0000)
commit21a3526cacdc0b7642fe64dba4a4f5a01a1be5f6
tree36406a6b3577e4e9f184f8b059741f0047b1cf25
parent59a1f605fd989a4b52fb15b11ec0cd70505bea5f
  * Removed references to dpkg(5) which seems to not exist anymore
  * Fixed `dpkg-deb --help' and dpkg-deb(1) from reporting --no-check
    when it's actually --nocheck (went with the hardcoded option, so
    this is just a documentation fix).
  * Added better check in disk.setup for a working NFS server. Makes
    it compatible with other non-Linux servers.
  * Corrected dpkg(8)'s example of using dpkg -i (showed it used with
    a .tar.gz instead of a .deb)
  * Applied patch to correct improper TMPDIR handling in dpkg-deb
  * When encountering an error in extracting the tar archives in the
    packages, we should abort the install, not simply give an error
    and continue.
  * Make dpkg give the builtin arch if there was an error while exec()'ing
    the C compiler with --print-architecture. We still fail if the
    output from gcc was bad in some way, since they may be of importance.
ChangeLog
debian/changelog
dpkg-deb/build.c
dpkg-deb/info.c
main/dpkg.8
main/enquiry.c
main/processarc.c
methods/disk.setup