[ubuntu/raring-proposed] apt 0.9.7.6ubuntu1 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Tue Nov 6 14:30:14 UTC 2012


apt (0.9.7.6ubuntu1) raring; urgency=low

  [ Michael Vogt ]
  * merged from debian-sid

  [ Program translation updates ]
  * Catalan (Jordi Mallach)
  * Drop a confusing non-breaking space. Closes: #691024
  * Thai (Theppitak Karoonboonyanan). Closes: #691613

  [ David Kalnischkies ]
  * apt-pkg/packagemanager.cc:
    - do not do lock-step configuration for a M-A:same package if it isn't
      unpacked yet in SmartConfigure and do not unpack a M-A:same package
      again in SmartUnPack if we have already configured it (LP: #1062503)

  [ Steve Langasek ]
  * debian/apt.conf.autoremove: don't include linux-image*,
    linux-restricted-modules*, and linux-ubuntu-modules* packages in the
    list to never be autoremoved.
  * debian/apt.auto-removal.sh, debian/rules, debian/apt.dirs: install new
    script to /etc/kernel/postinst.d/ which ensures we only automatically
    keep the currently-running kernel, the being-installed kernel, and the
    newest kernel, so we don't fill /boot up with an unlimited number of
    kernels.  LP: #923876.

apt (0.9.7.6) unstable; urgency=low

  [ Program translation updates ]
  * Ukrainian (A. Bondarenko)

  [ David Kalnischkies ]
  * apt-pkg/pkgcachegen.cc:
    - ensure that dependencies for packages:none are always generated
    - add 2 missing remap registrations causing a segfault in case
      we use the not remapped iterators after a move of the mmap again
    - write the native architecture as unique string into the cache header
      as it is used for arch:all packages as a map to arch:native.
      Otherwise arch comparisons later will see differences (Closes: #689323)
  * apt-pkg/pkgcache.cc:
    - ignore negative dependencies applying in the same group for M-A:same
      packages on the real package name as self-conflicts (Closes: #688863)
  * cmdline/apt-cache.cc:
    - print versioned dependency relations in (r)depends if the option
      APT::Cache::ShowVersion is true (default: false) as discussed in
      #218995 to help debian-cd fixing #687949. Thanks to Sam Lidder
      for initial patch and Steve McIntyre for nagging and testing!
  * apt-pkg/edsp.cc:
    - include reinstall requests and already installed (= protected) packages
      in the install-request for external resolvers (Closes: #689331)
  * apt-pkg/policy.cc:
    - match pins with(out) an architecture as we do on the commandline
      (partly fixing #687255, b= support has to wait for jessie)
  * apt-pkg/contrib/netrc.cc:
    - remove the 64 char limit for login/password in internal usage
    - remove 256 char line limit by using getline() (POSIX.1-2008)

  [ Colin Watson ]
  * apt-pkg/pkgcachegen.cc:
    - Fix crash if the cache is remapped while writing a Provides version
      (LP: #1066445).

Date: Tue, 06 Nov 2012 15:12:36 +0100
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/raring/+source/apt/0.9.7.6ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 06 Nov 2012 15:12:36 +0100
Source: apt
Binary: apt libapt-pkg4.12 libapt-inst1.5 apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source
Version: 0.9.7.6ubuntu1
Distribution: raring
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Description: 
 apt        - commandline package manager
 apt-doc    - documentation for APT
 apt-transport-https - https download transport for APT
 apt-utils  - package managment related utility programs
 libapt-inst1.5 - deb package format runtime library
 libapt-pkg-dev - development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - documentation for APT development
 libapt-pkg4.12 - package managment runtime library
Closes: 688863 689323 689331 691024 691613
Launchpad-Bugs-Fixed: 923876 1062503 1066445
Changes: 
 apt (0.9.7.6ubuntu1) raring; urgency=low
 .
   [ Michael Vogt ]
   * merged from debian-sid
 .
   [ Program translation updates ]
   * Catalan (Jordi Mallach)
   * Drop a confusing non-breaking space. Closes: #691024
   * Thai (Theppitak Karoonboonyanan). Closes: #691613
 .
   [ David Kalnischkies ]
   * apt-pkg/packagemanager.cc:
     - do not do lock-step configuration for a M-A:same package if it isn't
       unpacked yet in SmartConfigure and do not unpack a M-A:same package
       again in SmartUnPack if we have already configured it (LP: #1062503)
 .
   [ Steve Langasek ]
   * debian/apt.conf.autoremove: don't include linux-image*,
     linux-restricted-modules*, and linux-ubuntu-modules* packages in the
     list to never be autoremoved.
   * debian/apt.auto-removal.sh, debian/rules, debian/apt.dirs: install new
     script to /etc/kernel/postinst.d/ which ensures we only automatically
     keep the currently-running kernel, the being-installed kernel, and the
     newest kernel, so we don't fill /boot up with an unlimited number of
     kernels.  LP: #923876.
 .
 apt (0.9.7.6) unstable; urgency=low
 .
   [ Program translation updates ]
   * Ukrainian (A. Bondarenko)
 .
   [ David Kalnischkies ]
   * apt-pkg/pkgcachegen.cc:
     - ensure that dependencies for packages:none are always generated
     - add 2 missing remap registrations causing a segfault in case
       we use the not remapped iterators after a move of the mmap again
     - write the native architecture as unique string into the cache header
       as it is used for arch:all packages as a map to arch:native.
       Otherwise arch comparisons later will see differences (Closes: #689323)
   * apt-pkg/pkgcache.cc:
     - ignore negative dependencies applying in the same group for M-A:same
       packages on the real package name as self-conflicts (Closes: #688863)
   * cmdline/apt-cache.cc:
     - print versioned dependency relations in (r)depends if the option
       APT::Cache::ShowVersion is true (default: false) as discussed in
       #218995 to help debian-cd fixing #687949. Thanks to Sam Lidder
       for initial patch and Steve McIntyre for nagging and testing!
   * apt-pkg/edsp.cc:
     - include reinstall requests and already installed (= protected) packages
       in the install-request for external resolvers (Closes: #689331)
   * apt-pkg/policy.cc:
     - match pins with(out) an architecture as we do on the commandline
       (partly fixing #687255, b= support has to wait for jessie)
   * apt-pkg/contrib/netrc.cc:
     - remove the 64 char limit for login/password in internal usage
     - remove 256 char line limit by using getline() (POSIX.1-2008)
 .
   [ Colin Watson ]
   * apt-pkg/pkgcachegen.cc:
     - Fix crash if the cache is remapped while writing a Provides version
       (LP: #1066445).
Checksums-Sha1: 
 6e89750f64e9b9ff393d577a55536af95b98d4ff 1781 apt_0.9.7.6ubuntu1.dsc
 8db20d0aa5a097a6a873ea6937059cfa2a3edfe1 3455023 apt_0.9.7.6ubuntu1.tar.gz
Checksums-Sha256: 
 80db979eba8191755a7de03b1beb2d311cc6a6ab34fcaa3dbc6023230c3c30cc 1781 apt_0.9.7.6ubuntu1.dsc
 5539681789e978ae3e5df6f73394eee1b793d81b39bf82b62b3b0793876af720 3455023 apt_0.9.7.6ubuntu1.tar.gz
Files: 
 fd2e8004de1ef94b1bfeec77b95bb257 1781 admin important apt_0.9.7.6ubuntu1.dsc
 2cd3172bb1fac58c4804ea152af55a38 3455023 admin important apt_0.9.7.6ubuntu1.tar.gz
Original-Maintainer: APT Development Team <deity at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAlCZHN8ACgkQliSD4VZixzT9UQCeLxZsXJwiefteABlTGnoog1zB
KiwAoJHgfPJRTe5Vwis3w04FooTxeSXS
=j4hU
-----END PGP SIGNATURE-----


More information about the Raring-changes mailing list