* /apt-pkg/deb/debsystem.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 26 Nov 2008 16:38:31 +0000 (17:38 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 26 Nov 2008 16:38:31 +0000 (17:38 +0100)
  - add 'sudo' to the error message to "run 'dpkg --configure -a'"
    (LP: #52697)

apt-pkg/deb/debsystem.cc
debian/changelog

index 11a84f1..7fa98f2 100644 (file)
@@ -79,7 +79,7 @@ bool debSystem::Lock()
       close(LockFD);
       LockFD = -1;
       return _error->Error("dpkg was interrupted, you must manually "
-                          "run 'dpkg --configure -a' to correct the problem. ");
+                          "run 'sudo dpkg --configure -a' to correct the problem. ");
    }
 
         LockCount++;
index 0a8771b..384abf6 100644 (file)
@@ -1,8 +1,14 @@
 apt (0.7.19ubuntu2) jaunty; urgency=low
 
+  [ Michael Vogt ]
   * apt-pkg/deb/dpkgpm.cc:
     - filter "ENOMEM" errors when creating apport reports 
 
+  [ Ian Weisser ]
+  * /apt-pkg/deb/debsystem.cc:
+    - add 'sudo' to the error message to "run 'dpkg --configure -a'"
+      (LP: #52697)
+
  --
 
 apt (0.7.19ubuntu1) jaunty; urgency=low