summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt/debfile.py2
-rw-r--r--debian/changelog2
2 files changed, 3 insertions, 1 deletions
diff --git a/apt/debfile.py b/apt/debfile.py
index 0406a250..0e455508 100644
--- a/apt/debfile.py
+++ b/apt/debfile.py
@@ -78,7 +78,7 @@ class DebPackage(object):
member)
break
except SystemError:
- return [_("List of files for '%s'could not be read" %
+ return [_("List of files for '%s' could not be read" %
self.filename)]
return files
diff --git a/debian/changelog b/debian/changelog
index a7cf71a3..9595128c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
python-apt (0.7.12.1) UNRELEASED; urgency=low
+ * apt/debfile.py:
+ - Fix missing space in message (Closes: #539704)
* apt/package.py:
- Add missing argument to Version.__le__() and Version.__ge__()
* debian/control: