]> git.saurik.com Git - apt.git/commitdiff
* merged from the debian-sid bzr branch
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 2 May 2011 07:40:26 +0000 (09:40 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 2 May 2011 07:40:26 +0000 (09:40 +0200)
* apt-pkg/depcache.cc:
  - Really release action groups only once (Closes: #622744)
  - Make purge work again for config-files (LP: #244598) (Closes: #150831)
* debian/apt.cron.daily:
  - Check power after wait, patch by manuel-soto (LP: #705269)
* debian/control:
  - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
    unpacked if a library is too old and thus break upgrades
* doc/apt-key.8.xml:
  - Document apt-key net-update (LP: #192810)
* apt-pkg/acquire-item.cc:
  - Only try to rename existing Release files (Closes: #622912)
* apt-pkg/indexcopy.cc:
  - Use RealFileExists() instead of FileExists(), allows amongst other
    things a directory named Sources to exist on a CD-ROM (LP: #750694).
* apt-pkg/acquire-item.cc:
  - Use Release files even if they cannot be verified (LP: #704595)
* cmdline/apt-get.cc:
  - Do not install recommends for build-dep (Closes: #454479) (LP: #245273)
* apt-pkg/deb/deblistparser.cc:
  - Handle no space before "[" in build-dependencies (LP: #72344)
* apt-pkg/policy.cc:
  - Allow pinning by glob() expressions, and regular expressions
    surrounded by slashes (the "/" character) (LP: #399474)
    (Closes: #121132)
* debian/control:
  - Set Standards-Version to 3.9.2

* mirror method:
  - do not crash if the mirror file fails to download
* apt-pkg/aptconfiguration.cc:
  - fix comparing for a empty string
* debian/apt.cron.daily:
  - run unattended-upgrades even if there was a error during
    the apt-get update (LP: #676295)
* apt-pkg/pkgcache.cc:
  - use the native Architecture stored in the cache header instead of
    loading it from configuration as suggested by Julian Andres Klode

1  2 
apt-pkg/depcache.cc
cmdline/apt-get.cc
debian/apt.cron.daily
debian/changelog
debian/control

Simple merge
Simple merge
Simple merge
index 7d50f4f37ef60f7a76917c243b9979c8aa7c4595,15b2707919798d9261c9896c3ed89348b860d83f..54eb90bc0767781836bc0d67fcefd417d429c7d8
 -apt (0.8.14.2) UNRELEASED; urgency=low
++apt (0.8.14.1ubuntu1) oneiric; urgency=low
++  [ Michael Vogt ]
++  * merged from the debian-sid bzr branch
++  
++  [ Julian Andres Klode ]
+   * apt-pkg/depcache.cc:
+     - Really release action groups only once (Closes: #622744)
+     - Make purge work again for config-files (LP: #244598) (Closes: #150831)
+   * debian/apt.cron.daily:
+     - Check power after wait, patch by manuel-soto (LP: #705269)
+   * debian/control:
+     - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
+       unpacked if a library is too old and thus break upgrades
+   * doc/apt-key.8.xml:
+     - Document apt-key net-update (LP: #192810)
 - -- Julian Andres Klode <jak@debian.org>  Mon, 18 Apr 2011 10:54:11 +0200
++ -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 29 Apr 2011 17:55:20 +0200
+ apt (0.8.14.1) unstable; urgency=low
+   * apt-pkg/acquire-item.cc:
+     - Only try to rename existing Release files (Closes: #622912)
+  -- Julian Andres Klode <jak@debian.org>  Sat, 16 Apr 2011 14:36:10 +0200
+ apt (0.8.14) unstable; urgency=low
+   [ Julian Andres Klode ]
+   * apt-pkg/indexcopy.cc:
+     - Use RealFileExists() instead of FileExists(), allows amongst other
+       things a directory named Sources to exist on a CD-ROM (LP: #750694).
+   * apt-pkg/acquire-item.cc:
+     - Use Release files even if they cannot be verified (LP: #704595)
+   * cmdline/apt-get.cc:
+     - Do not install recommends for build-dep (Closes: #454479) (LP: #245273)
+   * apt-pkg/deb/deblistparser.cc:
+     - Handle no space before "[" in build-dependencies (LP: #72344)
+   * apt-pkg/policy.cc:
+     - Allow pinning by glob() expressions, and regular expressions
+       surrounded by slashes (the "/" character) (LP: #399474)
+       (Closes: #121132)
+   * debian/control:
+     - Set Standards-Version to 3.9.2
+   
+   [ Michael Vogt ]
+   * mirror method:
+     - do not crash if the mirror file fails to download
+   * apt-pkg/aptconfiguration.cc:
+     - fix comparing for a empty string
+   * debian/apt.cron.daily:
+     - run unattended-upgrades even if there was a error during
+       the apt-get update (LP: #676295)
+   [ David Kalnischkies ]
+   * apt-pkg/pkgcache.cc:
+     - use the native Architecture stored in the cache header instead of
+       loading it from configuration as suggested by Julian Andres Klode
+  -- Julian Andres Klode <jak@debian.org>  Fri, 15 Apr 2011 14:28:15 +0200
 +apt (0.8.13.2ubuntu3) natty-proposed; urgency=low
 +
 +  * apt-pkg/deb/dpkgpm.cc:
 +    - stop reporting of apport-package bug reports regarding
 +      dpkg I/O errors (LP: #767776)
 +
 + -- Brian Murray <brian@ubuntu.com>  Wed, 20 Apr 2011 15:05:12 -0700
 +
 +apt (0.8.13.2ubuntu2) natty; urgency=low
 +
 +  [ Michael Vogt ]
 +  * debian/apt.cron.daily:
 +    - run unattended-upgrades even if there was a error during
 +      the apt-get update (LP: #676295)
 +  
 +  [ Julian Andres Klode ]
 +  * apt-pkg/indexcopy.cc:
 +    - Use RealFileExists() instead of FileExists(), allows amongst other
 +      things a directory named Sources to exist on a CD-ROM (LP: #750694).
 +  
 +  [ David Kalnischkies  ]
 +  * apt-pkg/pkgcache.cc:
 +    - use the native Architecture stored in the cache header instead of
 +      loading it from configuration as suggested by Julian Andres Klode
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 07 Apr 2011 12:52:21 +0200
 +
 +apt (0.8.13.2ubuntu1) natty; urgency=low
 +
 +  * merge fixes from debian-sid, most notable the handling of
 +    arch=all architectures in python-apt (LP: #733741)
 +  * apt-pkg/aptconfiguration.cc:
 +    - fix comparing for a empty string
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 05 Apr 2011 13:19:56 +0200
 +
  apt (0.8.13.2) unstable; urgency=low
  
    [ David Kalnischkies ]
diff --cc debian/control
index 36573da4bcf8addcecdc627ef090e0ec78bc3c0b,6d0f16b7096d209c1d2ce04d5f97657374370086..e966c1e34ce9b30326052d41e0a149fa59f11bd2
@@@ -14,10 -13,10 +14,10 @@@ Vcs-Browser: http://bzr.debian.org/logg
  
  Package: apt
  Architecture: any
- Depends: ${shlibs:Depends}, ${misc:Depends}
 -Pre-Depends: ${shlibs:Depends}
 -Depends: debian-archive-keyring, ${misc:Depends}, gnupg
++Depends: ${shlibs:Depends}, ${misc:Depends}, gnupg
  Replaces: manpages-pl (<< 20060617-3~)
  Provides: ${libapt-pkg:provides}
- Recommends: ubuntu-keyring, gpg
++Recommends: ubuntu-keyring
  Conflicts: python-apt (<< 0.7.93.2~)
  Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt
  Description: Advanced front-end for dpkg