summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-04-19 14:32:03 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-04-19 14:32:03 +0200
commit43b6ac8b952098943868404e8e28868bdf6265a5 (patch)
tree2db129d01a9e25b90dbd502d43367127ecb9ca58 /debian
parent4129cac86f10b8fd1948be4ab1f5049e1bd322f7 (diff)
downloadpython-apt-43b6ac8b952098943868404e8e28868bdf6265a5.tar.gz
* UpdateManager/UpdateManager.py: make sure to escape the sourcepkg name when building a regular expression
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 70b2813a..586c1077 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ update-manager (0.42.2ubuntu13) dapper; urgency=low
* po/POTFILES.in: add missing desktop file (ubuntu: #39410)
* UpdateManager/UpdateManager.py:
- fix in the get_changelog logic (ubuntu: #40058)
+ - correct a error in the changelog parser (ubuntu: #40060)
--