]> git.saurik.com Git - apt.git/commit
Use a APT::VersionSet instead of a VersionList
authorMichael Vogt <mvo@debian.org>
Wed, 12 Feb 2014 06:59:07 +0000 (07:59 +0100)
committerMichael Vogt <mvo@debian.org>
Wed, 12 Feb 2014 06:59:07 +0000 (07:59 +0100)
commit8f3594c3487800edc2a97af1f3290049776dc556
tree3b6399c3e98856708e37914ad48f6ee9002011fb
parent33b813ce44c7bafeb2a36b66fd004f8d94a2cbe4
Use a APT::VersionSet instead of a VersionList

Use a APT::VersionSet instead of a APT::VersionList in DoDownload()
to ensure that there is only one version in the set even if the
user passes multiple identical name/versions on the commandline
(Bug#738103)
cmdline/apt-get.cc
test/integration/test-apt-get-download