ソースを参照

* merged with otavoi

Patches applied:

 * otavio@debian.org--2005/apt--ddtp--0.6--patch-15
   Merge changes did by Michael Vogt to solve some rebuilding mistakes.

 * otavio@debian.org--2005/apt--ddtp--0.6--patch-16
   Does't show Description twice

 * otavio@debian.org--2005/apt--ddtp--0.6--patch-17
   Merge last fixes did by Michael but preserve my version of apt-cache.cc fix.
Michael Vogt 21 年 前
コミット
e5e2d17648
共有2 個のファイルを変更した84 個の追加105 個の削除を含む
  1. 4 3
      cmdline/apt-cache.cc
  2. 80 102
      po/apt-all.pot

+ 4 - 3
cmdline/apt-cache.cc

@@ -1225,10 +1225,11 @@ bool DisplayRecord(pkgCache::VerIterator V)
       return false;
       return false;
    }
    }
 
 
-   // Strip the Description
+   // Get a pointer to start of Description field
    unsigned char *DescP = (unsigned char*)strstr((char*)Buffer, "Description:");
    unsigned char *DescP = (unsigned char*)strstr((char*)Buffer, "Description:");
-   *DescP='\0';
-   if (write(STDOUT_FILENO,Buffer, strlen((char*)Buffer)+1) != strlen((char *)Buffer)+1)
+
+   // Write all but Description
+   if (fwrite(Buffer,1,DescP - Buffer,stdout) < (size_t)(DescP - Buffer))
    {
    {
       delete [] Buffer;
       delete [] Buffer;
       return false;
       return false;

+ 80 - 102
po/apt-all.pot

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-05-13 19:54+0200\n"
+"POT-Creation-Date: 2005-03-06 12:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15,153 +15,145 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 
-#: cmdline/apt-cache.cc:141
+#: cmdline/apt-cache.cc:135
 #, c-format
 #, c-format
 msgid "Package %s version %s has an unmet dep:\n"
 msgid "Package %s version %s has an unmet dep:\n"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:181 cmdline/apt-cache.cc:550 cmdline/apt-cache.cc:638
-#: cmdline/apt-cache.cc:794 cmdline/apt-cache.cc:1012
-#: cmdline/apt-cache.cc:1401 cmdline/apt-cache.cc:1552
+#: cmdline/apt-cache.cc:175 cmdline/apt-cache.cc:527 cmdline/apt-cache.cc:615
+#: cmdline/apt-cache.cc:771 cmdline/apt-cache.cc:989 cmdline/apt-cache.cc:1357
+#: cmdline/apt-cache.cc:1508
 #, c-format
 #, c-format
 msgid "Unable to locate package %s"
 msgid "Unable to locate package %s"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:245
+#: cmdline/apt-cache.cc:232
 msgid "Total package names : "
 msgid "Total package names : "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:285
+#: cmdline/apt-cache.cc:272
 msgid "  Normal packages: "
 msgid "  Normal packages: "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:286
+#: cmdline/apt-cache.cc:273
 msgid "  Pure virtual packages: "
 msgid "  Pure virtual packages: "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:287
+#: cmdline/apt-cache.cc:274
 msgid "  Single virtual packages: "
 msgid "  Single virtual packages: "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:288
+#: cmdline/apt-cache.cc:275
 msgid "  Mixed virtual packages: "
 msgid "  Mixed virtual packages: "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:289
+#: cmdline/apt-cache.cc:276
 msgid "  Missing: "
 msgid "  Missing: "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:291
+#: cmdline/apt-cache.cc:278
 msgid "Total distinct versions: "
 msgid "Total distinct versions: "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:293
-msgid "Total Distinct Descriptions: "
-msgstr ""
-
-#: cmdline/apt-cache.cc:295
+#: cmdline/apt-cache.cc:280
 msgid "Total dependencies: "
 msgid "Total dependencies: "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:298
+#: cmdline/apt-cache.cc:283
 msgid "Total ver/file relations: "
 msgid "Total ver/file relations: "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:300
-msgid "Total Desc/File relations: "
-msgstr ""
-
-#: cmdline/apt-cache.cc:302
+#: cmdline/apt-cache.cc:285
 msgid "Total Provides mappings: "
 msgid "Total Provides mappings: "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:314
+#: cmdline/apt-cache.cc:297
 msgid "Total globbed strings: "
 msgid "Total globbed strings: "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:328
+#: cmdline/apt-cache.cc:311
 msgid "Total dependency version space: "
 msgid "Total dependency version space: "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:333
+#: cmdline/apt-cache.cc:316
 msgid "Total slack space: "
 msgid "Total slack space: "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:341
+#: cmdline/apt-cache.cc:324
 msgid "Total space accounted for: "
 msgid "Total space accounted for: "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:469 cmdline/apt-cache.cc:1212
+#: cmdline/apt-cache.cc:446 cmdline/apt-cache.cc:1189
 #, c-format
 #, c-format
 msgid "Package file %s is out of sync."
 msgid "Package file %s is out of sync."
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:1275
+#: cmdline/apt-cache.cc:1231
 msgid "You must give exactly one pattern"
 msgid "You must give exactly one pattern"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:1429
+#: cmdline/apt-cache.cc:1385
 msgid "No packages found"
 msgid "No packages found"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:1506
+#: cmdline/apt-cache.cc:1462
 msgid "Package files:"
 msgid "Package files:"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:1513 cmdline/apt-cache.cc:1599
+#: cmdline/apt-cache.cc:1469 cmdline/apt-cache.cc:1555
 msgid "Cache is out of sync, can't x-ref a package file"
 msgid "Cache is out of sync, can't x-ref a package file"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:1514
+#: cmdline/apt-cache.cc:1470
 #, c-format
 #, c-format
 msgid "%4i %s\n"
 msgid "%4i %s\n"
 msgstr ""
 msgstr ""
 
 
 #. Show any packages have explicit pins
 #. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1526
+#: cmdline/apt-cache.cc:1482
 msgid "Pinned packages:"
 msgid "Pinned packages:"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:1538 cmdline/apt-cache.cc:1579
+#: cmdline/apt-cache.cc:1494 cmdline/apt-cache.cc:1535
 msgid "(not found)"
 msgid "(not found)"
 msgstr ""
 msgstr ""
 
 
 #. Installed version
 #. Installed version
-#: cmdline/apt-cache.cc:1559
+#: cmdline/apt-cache.cc:1515
 msgid "  Installed: "
 msgid "  Installed: "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:1561 cmdline/apt-cache.cc:1569
+#: cmdline/apt-cache.cc:1517 cmdline/apt-cache.cc:1525
 msgid "(none)"
 msgid "(none)"
 msgstr ""
 msgstr ""
 
 
 #. Candidate Version
 #. Candidate Version
-#: cmdline/apt-cache.cc:1566
+#: cmdline/apt-cache.cc:1522
 msgid "  Candidate: "
 msgid "  Candidate: "
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:1576
+#: cmdline/apt-cache.cc:1532
 msgid "  Package pin: "
 msgid "  Package pin: "
 msgstr ""
 msgstr ""
 
 
 #. Show the priority tables
 #. Show the priority tables
-#: cmdline/apt-cache.cc:1585
+#: cmdline/apt-cache.cc:1541
 msgid "  Version table:"
 msgid "  Version table:"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:1600
+#: cmdline/apt-cache.cc:1556
 #, c-format
 #, c-format
 msgid "       %4i %s\n"
 msgid "       %4i %s\n"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:1695 cmdline/apt-cdrom.cc:138 cmdline/apt-config.cc:70
+#: cmdline/apt-cache.cc:1651 cmdline/apt-cdrom.cc:138 cmdline/apt-config.cc:70
 #: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:545
 #: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:545
 #: cmdline/apt-get.cc:2313 cmdline/apt-sortpkgs.cc:144
 #: cmdline/apt-get.cc:2313 cmdline/apt-sortpkgs.cc:144
 #, c-format
 #, c-format
 msgid "%s %s for %s %s compiled on %s %s\n"
 msgid "%s %s for %s %s compiled on %s %s\n"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-cache.cc:1702
+#: cmdline/apt-cache.cc:1658
 msgid ""
 msgid ""
 "Usage: apt-cache [options] command\n"
 "Usage: apt-cache [options] command\n"
 "       apt-cache [options] add file1 [file2 ...]\n"
 "       apt-cache [options] add file1 [file2 ...]\n"
@@ -239,7 +231,7 @@ msgid ""
 "  -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
 "  -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-extracttemplates.cc:267 apt-pkg/pkgcachegen.cc:806
+#: cmdline/apt-extracttemplates.cc:267 apt-pkg/pkgcachegen.cc:710
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr ""
 msgstr ""
@@ -311,7 +303,7 @@ msgid ""
 "  --no-delink Enable delinking debug mode\n"
 "  --no-delink Enable delinking debug mode\n"
 "  --contents  Control contents file generation\n"
 "  --contents  Control contents file generation\n"
 "  -c=?  Read this configuration file\n"
 "  -c=?  Read this configuration file\n"
-"  -o=?  Set an arbitrary configuration option"
+"  -o=?  Set an arbitary configuration option"
 msgstr ""
 msgstr ""
 
 
 #: ftparchive/apt-ftparchive.cc:757
 #: ftparchive/apt-ftparchive.cc:757
@@ -1309,9 +1301,9 @@ msgid "The info and temp directories need to be on the same filesystem"
 msgstr ""
 msgstr ""
 
 
 #. Build the status cache
 #. Build the status cache
-#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:739
-#: apt-pkg/pkgcachegen.cc:808 apt-pkg/pkgcachegen.cc:813
-#: apt-pkg/pkgcachegen.cc:936
+#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
+#: apt-pkg/pkgcachegen.cc:712 apt-pkg/pkgcachegen.cc:717
+#: apt-pkg/pkgcachegen.cc:840
 msgid "Reading package lists"
 msgid "Reading package lists"
 msgstr ""
 msgstr ""
 
 
@@ -1749,7 +1741,7 @@ msgstr ""
 msgid "Couldn't make mmap of %lu bytes"
 msgid "Couldn't make mmap of %lu bytes"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/contrib/strutl.cc:984
+#: apt-pkg/contrib/strutl.cc:941
 #, c-format
 #, c-format
 msgid "Selection %s not found"
 msgid "Selection %s not found"
 msgstr ""
 msgstr ""
@@ -1946,72 +1938,72 @@ msgstr ""
 msgid "Problem syncing the file"
 msgid "Problem syncing the file"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:135
+#: apt-pkg/pkgcache.cc:126
 msgid "Empty package cache"
 msgid "Empty package cache"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:141
+#: apt-pkg/pkgcache.cc:132
 msgid "The package cache file is corrupted"
 msgid "The package cache file is corrupted"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:146
+#: apt-pkg/pkgcache.cc:137
 msgid "The package cache file is an incompatible version"
 msgid "The package cache file is an incompatible version"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:151
+#: apt-pkg/pkgcache.cc:142
 #, c-format
 #, c-format
 msgid "This APT does not support the versioning system '%s'"
 msgid "This APT does not support the versioning system '%s'"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:156
+#: apt-pkg/pkgcache.cc:147
 msgid "The package cache was built for a different architecture"
 msgid "The package cache was built for a different architecture"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:227
+#: apt-pkg/pkgcache.cc:218
 msgid "Depends"
 msgid "Depends"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:227
+#: apt-pkg/pkgcache.cc:218
 msgid "PreDepends"
 msgid "PreDepends"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:227
+#: apt-pkg/pkgcache.cc:218
 msgid "Suggests"
 msgid "Suggests"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:228
+#: apt-pkg/pkgcache.cc:219
 msgid "Recommends"
 msgid "Recommends"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:228
+#: apt-pkg/pkgcache.cc:219
 msgid "Conflicts"
 msgid "Conflicts"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:228
+#: apt-pkg/pkgcache.cc:219
 msgid "Replaces"
 msgid "Replaces"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:229
+#: apt-pkg/pkgcache.cc:220
 msgid "Obsoletes"
 msgid "Obsoletes"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:240
+#: apt-pkg/pkgcache.cc:231
 msgid "important"
 msgid "important"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:240
+#: apt-pkg/pkgcache.cc:231
 msgid "required"
 msgid "required"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:240
+#: apt-pkg/pkgcache.cc:231
 msgid "standard"
 msgid "standard"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:241
+#: apt-pkg/pkgcache.cc:232
 msgid "optional"
 msgid "optional"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcache.cc:241
+#: apt-pkg/pkgcache.cc:232
 msgid "extra"
 msgid "extra"
 msgstr ""
 msgstr ""
 
 
@@ -2136,12 +2128,12 @@ msgstr ""
 msgid "Method %s did not start correctly"
 msgid "Method %s did not start correctly"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/init.cc:122
+#: apt-pkg/init.cc:119
 #, c-format
 #, c-format
 msgid "Packaging system '%s' is not supported"
 msgid "Packaging system '%s' is not supported"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/init.cc:138
+#: apt-pkg/init.cc:135
 msgid "Unable to determine a suitable packaging system type"
 msgid "Unable to determine a suitable packaging system type"
 msgstr ""
 msgstr ""
 
 
@@ -2184,87 +2176,73 @@ msgstr ""
 msgid "Error occured while processing %s (NewPackage)"
 msgid "Error occured while processing %s (NewPackage)"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcachegen.cc:145
-#, c-format
-msgid "Error occured while processing %s (NewFileDesc1)"
-msgstr ""
-
-#: apt-pkg/pkgcachegen.cc:151
+#: apt-pkg/pkgcachegen.cc:129
 #, c-format
 #, c-format
 msgid "Error occured while processing %s (UsePackage1)"
 msgid "Error occured while processing %s (UsePackage1)"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcachegen.cc:172
+#: apt-pkg/pkgcachegen.cc:150
 #, c-format
 #, c-format
 msgid "Error occured while processing %s (UsePackage2)"
 msgid "Error occured while processing %s (UsePackage2)"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcachegen.cc:176
+#: apt-pkg/pkgcachegen.cc:154
 #, c-format
 #, c-format
 msgid "Error occured while processing %s (NewFileVer1)"
 msgid "Error occured while processing %s (NewFileVer1)"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcachegen.cc:207
+#: apt-pkg/pkgcachegen.cc:184
 #, c-format
 #, c-format
 msgid "Error occured while processing %s (NewVersion1)"
 msgid "Error occured while processing %s (NewVersion1)"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcachegen.cc:211
+#: apt-pkg/pkgcachegen.cc:188
 #, c-format
 #, c-format
 msgid "Error occured while processing %s (UsePackage3)"
 msgid "Error occured while processing %s (UsePackage3)"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcachegen.cc:215
+#: apt-pkg/pkgcachegen.cc:192
 #, c-format
 #, c-format
 msgid "Error occured while processing %s (NewVersion2)"
 msgid "Error occured while processing %s (NewVersion2)"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcachegen.cc:239
-#, c-format
-msgid "Error occured while processing %s (NewFileDesc2)"
-msgstr ""
-
-#: apt-pkg/pkgcachegen.cc:245
+#: apt-pkg/pkgcachegen.cc:207
 msgid "Wow, you exceeded the number of package names this APT is capable of."
 msgid "Wow, you exceeded the number of package names this APT is capable of."
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcachegen.cc:248
+#: apt-pkg/pkgcachegen.cc:210
 msgid "Wow, you exceeded the number of versions this APT is capable of."
 msgid "Wow, you exceeded the number of versions this APT is capable of."
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcachegen.cc:251
-msgid "Wow, you exceeded the number of descriptions this APT is capable of."
-msgstr ""
-
-#: apt-pkg/pkgcachegen.cc:254
+#: apt-pkg/pkgcachegen.cc:213
 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcachegen.cc:282
+#: apt-pkg/pkgcachegen.cc:241
 #, c-format
 #, c-format
 msgid "Error occured while processing %s (FindPkg)"
 msgid "Error occured while processing %s (FindPkg)"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcachegen.cc:295
+#: apt-pkg/pkgcachegen.cc:254
 #, c-format
 #, c-format
 msgid "Error occured while processing %s (CollectFileProvides)"
 msgid "Error occured while processing %s (CollectFileProvides)"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcachegen.cc:301
+#: apt-pkg/pkgcachegen.cc:260
 #, c-format
 #, c-format
 msgid "Package %s %s was not found while processing file dependencies"
 msgid "Package %s %s was not found while processing file dependencies"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcachegen.cc:670
+#: apt-pkg/pkgcachegen.cc:574
 #, c-format
 #, c-format
 msgid "Couldn't stat source package list %s"
 msgid "Couldn't stat source package list %s"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcachegen.cc:754
+#: apt-pkg/pkgcachegen.cc:658
 msgid "Collecting File Provides"
 msgid "Collecting File Provides"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/pkgcachegen.cc:881 apt-pkg/pkgcachegen.cc:888
+#: apt-pkg/pkgcachegen.cc:785 apt-pkg/pkgcachegen.cc:792
 msgid "IO Error saving source cache"
 msgid "IO Error saving source cache"
 msgstr ""
 msgstr ""
 
 
@@ -2273,31 +2251,31 @@ msgstr ""
 msgid "rename failed, %s (%s -> %s)."
 msgid "rename failed, %s (%s -> %s)."
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/acquire-item.cc:235 apt-pkg/acquire-item.cc:929
+#: apt-pkg/acquire-item.cc:235 apt-pkg/acquire-item.cc:894
 msgid "MD5Sum mismatch"
 msgid "MD5Sum mismatch"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/acquire-item.cc:743
+#: apt-pkg/acquire-item.cc:708
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "I wasn't able to locate a file for the %s package. This might mean you need "
 "I wasn't able to locate a file for the %s package. This might mean you need "
 "to manually fix this package. (due to missing arch)"
 "to manually fix this package. (due to missing arch)"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/acquire-item.cc:796
+#: apt-pkg/acquire-item.cc:761
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "I wasn't able to locate file for the %s package. This might mean you need to "
 "I wasn't able to locate file for the %s package. This might mean you need to "
 "manually fix this package."
 "manually fix this package."
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/acquire-item.cc:832
+#: apt-pkg/acquire-item.cc:797
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "The package index files are corrupted. No Filename: field for package %s."
 "The package index files are corrupted. No Filename: field for package %s."
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/acquire-item.cc:919
+#: apt-pkg/acquire-item.cc:884
 msgid "Size mismatch"
 msgid "Size mismatch"
 msgstr ""
 msgstr ""