]> git.saurik.com Git - apt.git/blobdiff - apt-inst/deb/dpkgdb.cc
Noted allowed file name characters in /etc/apt/sources.list.d/* files.
[apt.git] / apt-inst / deb / dpkgdb.cc
index 7b7e90acd9ccc9b2cf9688bc628714fc9d051746..e51e4f8b3dad3db752d6a3fa21eb41ed0da110e0 100644 (file)
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
-#ifdef __GNUG__
-#pragma implementation "apt-pkg/dpkgdb.h"
-#endif
-
 #include <apt-pkg/dpkgdb.h>
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/error.h>
@@ -380,10 +376,10 @@ bool debDpkgDB::ReadDiversions()
 bool debDpkgDB::ReadyFileList(OpProgress &Progress)
 {
    if (Cache == 0)
-      return _error->Error(_("The pkg cache must be initialize first"));
+      return _error->Error(_("The pkg cache must be initialized first"));
    if (FList != 0)
    {
-      Progress.OverallProgress(1,1,1,_("Reading file list"));
+      Progress.OverallProgress(1,1,1,_("Reading file listing"));
       return true;
    }