diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-31 21:00:09 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-31 21:00:09 +0200 |
commit | 7959c5eda83bd6d69876942566cf47d74fc76530 (patch) | |
tree | 4c7b3f6799066d296a3f91cd8bda9ddece369dfe /debian | |
parent | d5cc17d6c2ba4e29e800e489d5f3b3cf4a405543 (diff) |
rename packageset into cacheset while it is not too late
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 054088ec2..6b9057ae3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,7 +22,7 @@ apt (0.7.26~exp6) UNRELEASED; urgency=low - correct "Dangerous iterator usage." pointed out by cppcheck * ftparchive/writer.h: - add a virtual destructor to FTWScanner class (for cppcheck) - * apt-pkg/packageset.h: + * apt-pkg/cacheset.h: - add a simple wrapper around std::set for packages with it - move regex magic from apt-get to new FromRegEx method - move cmdline parsing from apt-cache to new FromCommandLine method |