summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt-pkg/deb/debsystem.cc2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/apt-pkg/deb/debsystem.cc b/apt-pkg/deb/debsystem.cc
index 11a84f1c6..7fa98f29d 100644
--- a/apt-pkg/deb/debsystem.cc
+++ b/apt-pkg/deb/debsystem.cc
@@ -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++;
diff --git a/debian/changelog b/debian/changelog
index 0a8771b92..384abf64e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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