diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-27 13:13:36 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-27 13:13:36 +0200 |
commit | ca0acc19704fa864d846d37cc45524e9d0af2295 (patch) | |
tree | 775bbff06633d532e8a382c9f55828228608b91b /debian/changelog | |
parent | ff6bf1be3844bcda15303efc81e234ede7501e3c (diff) | |
parent | 4948a1ba80f53e727efa22f09270a8d3ff69a610 (diff) |
* cmdline/apt-get.cc:
- fix InstallTask code when a pkgRecord ends
with a single '\n' (thanks to Soren Hansen for reporting)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ea8113e95..6196e02ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ apt (0.7.3) unstable; urgency=low Daniel Burrows, closes: #429378) * fix FTFBFS by changing build-depends to libcurl4-gnutls-dev (closes: #428363) + * cmdline/apt-get.cc: + - fix InstallTask code when a pkgRecord ends + with a single '\n' (thanks to Soren Hansen for reporting) -- |