]> git.saurik.com Git - apt.git/commitdiff
* Print a slightly clearer error message if no packagin...
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:05:34 +0000 (17:05 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:05:34 +0000 (17:05 +0000)
Author: mdz
Date: 2004-02-27 00:46:44 GMT
* Print a slightly clearer error message if no packaging systems are
available (Closes: #233681)

apt-pkg/init.cc
debian/changelog

index abaee9a7a994e8e566f4f50b963b2c8ee3ee1592..f4b816c0be468c11b7818a2905e4e8b74ff72c3c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: init.cc,v 1.20 2003/02/09 20:31:05 doogie Exp $
+// $Id: init.cc,v 1.21 2004/02/27 00:46:44 mdz Exp $
 /* ######################################################################
 
    Init - Initialize the package library
@@ -132,7 +132,7 @@ bool pkgInitSystem(Configuration &Cnf,pkgSystem *&Sys)
       }
       
       if (Sys == 0)
-        return _error->Error(_("Unable to determine a suitable system type"));
+        return _error->Error(_("Unable to determine a suitable packaging system type"));
    }
    
    return Sys->Initialize(Cnf);
index 9b5633bc522683b4379377314257fff7d0573214..bb4dad4fd0135d0b332efe0c4daa1bc4bf5e2c72 100644 (file)
@@ -13,6 +13,8 @@ apt (0.5.23) unstable; urgency=low
   * Fix whitespace in French translation of "Yes, do as I say!", which
     made it tricky to type, again.  Thanks to Sylvain Pasche
     <sylvain.pasche@switzerland.org> (Closes: #234494)
+  * Print a slightly clearer error message if no packaging systems are
+    available (Closes: #233681)
 
  --