From 36fb926eada14ae6d3cb7f7658d95fb8c8013812 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 26 Oct 2007 18:08:18 -0200 Subject: * Applied patch from Frans Pop to fix a trailing space after cd label, closes: #448187. --- apt-pkg/cdrom.cc | 4 ++-- debian/changelog | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apt-pkg/cdrom.cc b/apt-pkg/cdrom.cc index b8f94e5b0..afb067559 100644 --- a/apt-pkg/cdrom.cc +++ b/apt-pkg/cdrom.cc @@ -560,8 +560,8 @@ bool pkgCdrom::Ident(string &ident, pkgCdromStatus *log) } if(log) { msg.str(""); - ioprintf(msg, _("Stored label: %s \n"), - Database.Find("CD::"+ident).c_str()); + ioprintf(msg, _("Stored label: %s\n"), + Database.Find("CD::"+ident).c_str()); log->Update(msg.str()); } return true; diff --git a/debian/changelog b/debian/changelog index f29fc1b20..e0a6a7736 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ apt (0.7.8) UNRELEASED; urgency=low APT::Acquire::Translation "none" support, closes: #437523. * Applied patch from Daniel Burrows to add support for the Homepage field (ABI break), closes: #447970. + * Applied patch from Frans Pop to fix a trailing + space after cd label, closes: #448187. - -- Otavio Salvador Thu, 25 Oct 2007 13:47:00 -0200 + -- Otavio Salvador Fri, 26 Oct 2007 18:07:06 -0200 apt (0.7.7) unstable; urgency=low -- cgit v1.2.3