summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPino Toscano <pino@debian.org>2012-01-20 01:34:31 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-01-20 01:34:31 +0100
commit18aea9e6c38ec0397e546563b8a54a99b431028b (patch)
tree173caa106aa508973ba1f3ddbc6e537b382fb8fc /debian
parentaaab10075397cb4f2ec262c5d478f7ea8acd2d23 (diff)
* test/libapt/globalerror_test.cc:
- errno 0 has a different strerror on hurd, so generate the expected message dynamically instead of hardcoding 'Success' (Closes: #656530)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 299afcf54..99c3a2032 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,7 +22,12 @@ apt (0.8.16~exp12) experimental; urgency=low
which generates malformed requests, thanks Mel Collins for the hint!
(Closes: #646381)
- -- David Kalnischkies <kalnischkies@gmail.com> Thu, 19 Jan 2012 23:43:03 +0100
+ [ Pino Toscano ]
+ * test/libapt/globalerror_test.cc:
+ - errno 0 has a different strerror on hurd, so generate the expected
+ message dynamically instead of hardcoding 'Success' (Closes: #656530)
+
+ -- David Kalnischkies <kalnischkies@gmail.com> Fri, 20 Jan 2012 01:31:30 +0100
apt (0.8.16~exp11) experimental; urgency=low