]> git.saurik.com Git - apt.git/commitdiff
* merged with bubulle
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 9 Jun 2006 15:41:52 +0000 (17:41 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 9 Jun 2006 15:41:52 +0000 (17:41 +0200)
1  2 
apt-pkg/tagfile.cc
debian/changelog

index 9763d96a320e201f9cb7d9e36aaa8e83f1cc103d,dc1ba3f9e991fe3aafcad402d36fd1ead5cb912e..79ff18de4063af437eb8415859eead6dba428f5c
@@@ -98,7 -98,7 +98,8 @@@ bool pkgTagFile::Jump(pkgTagSection &Ta
     iOffset = Offset;
     Start = Buffer + iOffset;
     
 -   if (Tag.Scan(Start,End - Start) == false)
++   // Start != End is a special case to not fail on empty TagFiles
 +   if (Start != End && Tag.Scan(Start,End - Start) == false)
        return _error->Error(_("Unable to parse package file %s (2)"),Fd.Name().c_str());
     
     return true;
index 5e1620b7eab95b418a43bd3cf57a379772812a9f,6ce11aafbbdc1a4394b43d32d8172be27d7fb144..0c31db6bd7cf8181358517fcf620251b558e1756
@@@ -1,18 -1,3 +1,26 @@@
 +apt (0.6.44.2) unstable; urgency=low
 +
 +  * apt-pkg/depcache.cc:
 +    - added Debug::pkgDepCache::AutoInstall (thanks to infinity)
++  * merged from 
++    http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
++      * sk.po: Completed to 512t
++      * eu.po: Completed to 512t
++      * fr.po: Completed to 512t
++      * sv.po: Completed to 512t
++      * Update all PO and the POT. Gives 506t6f for formerly
++        complete translations
 +
 + --
 +
 +apt (0.6.44.1-0.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Don't give an error when parsing empty Packages/Sources files.
 +    (Closes: #366931, #367086, #370160)
 +
 + -- Steinar H. Gunderson <sesse@debian.org>  Fri,  9 Jun 2006 00:52:21 +0200
 +
  apt (0.6.44.1) unstable; urgency=low
  
    * merged from 
@@@ -22,7 -7,7 +30,7 @@@
      - po/hu.po: Hungarian translation update. Closes: #365448
      - po/cs.po: Czech translation updated. Closes: #367244
  
-- --
++ -- Michael Vogt <mvo@debian.org>  Tue, 16 May 2006 21:51:16 +0200
  
  apt (0.6.44) unstable; urgency=low