[maemo-commits] [maemo-commits] r11194 - in projects/haf/trunk/apt: . apt-pkg
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Apr 23 15:16:46 EEST 2007
- Previous message: [maemo-commits] r11193 - projects/haf/trunk/apt
- Next message: [maemo-commits] r11195 - projects/haf/tags/apt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2007-04-23 15:16:44 +0300 (Mon, 23 Apr 2007) New Revision: 11194 Modified: projects/haf/trunk/apt/apt-pkg/acquire-item.cc projects/haf/trunk/apt/gpgvinfo.patch Log: It's IsMyFile now instead of IsYourFile. Modified: projects/haf/trunk/apt/apt-pkg/acquire-item.cc =================================================================== --- projects/haf/trunk/apt/apt-pkg/acquire-item.cc 2007-04-23 12:16:10 UTC (rev 11193) +++ projects/haf/trunk/apt/apt-pkg/acquire-item.cc 2007-04-23 12:16:44 UTC (rev 11194) @@ -1046,7 +1046,7 @@ bool pkgAcqMetaIndex::IsMyFile (string file) { - return (Item::IsYourFile (file) + return (Item::IsMyFile (file) || file == flNotDir (DestFile) + ".gpg.info"); } Modified: projects/haf/trunk/apt/gpgvinfo.patch =================================================================== --- projects/haf/trunk/apt/gpgvinfo.patch 2007-04-23 12:16:10 UTC (rev 11193) +++ projects/haf/trunk/apt/gpgvinfo.patch 2007-04-23 12:16:44 UTC (rev 11194) @@ -27,7 +27,7 @@ +bool pkgAcqMetaIndex::IsMyFile (string file) +{ -+ return (Item::IsYourFile (file) ++ return (Item::IsMyFile (file) + || file == flNotDir (DestFile) + ".gpg.info"); +} +
- Previous message: [maemo-commits] r11193 - projects/haf/trunk/apt
- Next message: [maemo-commits] r11195 - projects/haf/tags/apt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]