]> err.no Git - dpkg/commit
dpkg (1.13.2) experimental; urgency=low
authorScott James Remnant <scott@netsplit.com>
Fri, 18 Mar 2005 16:21:32 +0000 (16:21 +0000)
committerScott James Remnant <scott@netsplit.com>
Fri, 18 Mar 2005 16:21:32 +0000 (16:21 +0000)
commit00e5640a99be03aba40c9e08a663b90d8f8aa797
treef2b69382011851aa321df38f8669220675c34617
parent841a630143cd3a35dbf8bce0a111ebd39dd12f44
dpkg (1.13.2) experimental; urgency=low

  * md5sum has been removed, the coreutils or textutils version will be
    diverted to /usr/bin/md5sum.  Closes: #6633, #136110.
    The following bugs are filed against the dpkg md5sum, so no longer apply.
Closes: #95755, #193877, #223381, #264195, #270241, #286632,
  * Take Replaces into account when installing packages; don't issue a
    "trying to overwrite" error if the file that already exists is in
    a package that Replaces the one being installed.
Closes: #164595, #184635, #277890.
  * Allow actions and status changes to be logged to a file.  Disabled by
    default, uncomment line in /etc/dpkg/dpkg.cfg to enable.
Closes: #957, #53376, #77109, #143882, #284499.
  * Don't truncate output of 'dpkg -l' when stdout is not a tty.
Closes: #92263, #253860, #258608, #261822, #282790.
  * Fix further compilation problems with gcc 4.0.  Closes: #299699
  * Handle tar files without trailing slash in directory names.
Closes: #287152.
  * Output arguments to maintainer scripts with -D2.  Closes: #237684,
    #296030.

  * Architecture Support:
    - Added ppc64.  Closes: #263743.
    - Split archtable into cputable and ostable, archtable is retained
      for compatibility with other packages that might use it only.
    - dpkg-architecture no longer canonises -t argument.  Closes: #173205.
    - dpkg-architecture output includes new DEB_*_ARCH_OS and
      DEB_*_ARCH_CPU variables that contain the Debian system and CPU
      names respectively.
    - dpkg-architecture outputs (mostly) correct GNU system names now,
      in particular this means that it will output "linux-gnu" instead
      of "linux".  You should use the new _ARCH_OS variables instead.
  * Documentation:
    - Add examples to dpkg-divert(8).  Closes: #291816.
    - Correct typo in dpkg-architecture(1).  Closes: #299090.

 -- Scott James Remnant <scott@netsplit.com>  Fri, 18 Mar 2005 16:21:32 +0000
110 files changed:
ChangeLog
Makefile.am
Makefile.in
archtable [deleted file]
config.h.in
configure
configure.ac
cputable [new file with mode: 0644]
debian/archtable [new file with mode: 0644]
debian/changelog
debian/control
debian/copyright
debian/dpkg.cfg
debian/dpkg.install
debian/dpkg.postinst
debian/dpkg.preinst
debian/pseudo-tags
lib/dbmodify.c
lib/dpkg-db.h
lib/dpkg.h
lib/mlib.c
lib/parsedump.h
lib/tarfn.c
m4/arch.m4
man/C/Makefile.am
man/C/Makefile.in
man/C/dpkg-architecture.1
man/C/dpkg-divert.8
man/C/dpkg.1
man/C/md5sum.1 [deleted file]
man/de/Makefile.am
man/de/Makefile.in
man/de/md5sum.1 [deleted file]
man/es/Makefile.am
man/es/Makefile.in
man/es/md5sum.1 [deleted file]
man/ja/Makefile.am
man/ja/Makefile.in
man/ja/md5sum.1 [deleted file]
man/sv/Makefile.am
man/sv/Makefile.in
man/sv/md5sum.1 [deleted file]
ostable [new file with mode: 0644]
po/ChangeLog
po/POTFILES.in
po/bs.gmo
po/bs.po
po/ca.gmo
po/ca.po
po/cs.gmo
po/cs.po
po/da.gmo
po/da.po
po/de.gmo
po/de.po
po/dpkg.pot
po/el.gmo
po/el.po
po/es.gmo
po/es.po
po/eu.gmo
po/eu.po
po/fr.gmo
po/fr.po
po/gl.gmo
po/gl.po
po/he.gmo
po/he.po
po/id.gmo
po/id.po
po/it.gmo
po/it.po
po/ja.gmo
po/ja.po
po/ko.gmo
po/ko.po
po/nb.gmo
po/nb.po
po/nl.gmo
po/nl.po
po/nn.gmo
po/nn.po
po/pl.gmo
po/pl.po
po/pt.gmo
po/pt.po
po/pt_BR.gmo
po/pt_BR.po
po/ru.gmo
po/ru.po
po/sk.gmo
po/sk.po
po/sv.gmo
po/sv.po
po/zh_CN.gmo
po/zh_CN.po
po/zh_TW.gmo
po/zh_TW.po
scripts/changelog/debian.pl
scripts/dpkg-architecture.pl
src/archives.c
src/help.c
src/main.c
src/main.h
src/processarc.c
src/query.c
src/remove.c
utils/Makefile.am
utils/Makefile.in
utils/md5sum.c [deleted file]