summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-06-10 15:07:15 +0200
committerMichael Vogt <mvo@debian.org>2014-06-10 15:07:15 +0200
commit401e5db12dd71ed84e8d17a559ff5932c1b98367 (patch)
treebe6738bc9c07e3cbcd1083410c229cbe0f74e4b4 /debian
parent4656863a42c02700bde2869183a774e4427923cb (diff)
use pkgSrcRecords::Step() instead of Next()
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 2c81be485..1357f2cb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,7 @@ apt (1.0.4) UNRELEASED; urgency=medium
* Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466)
* cmdline/apt-helper.cc: use less generic description/short-description
in apt-helper download
- * add pkgSrcRecords::Next() to step through all the pkgSrcRecords
+ * add pkgSrcRecords::Step() to step through all the pkgSrcRecords
(thanks to Helmut Grohne)
[ David Kalnischkies ]