Move ListUpdate/AquireUpdate into update.{cc,h}
authorMichael Vogt <mvo@debian.org>
Sat, 5 Oct 2013 10:22:55 +0000 (12:22 +0200)
committerMichael Vogt <mvo@debian.org>
Sat, 5 Oct 2013 10:22:55 +0000 (12:22 +0200)
commitd428d131a29a08fa7c1d95b98b684fb2ebb554c0
tree3b87f98fee2553dbe482c976d769653f3e32b0e9
parent82e369c4b93b5b81db7988ab377a3c5bd388268e
Move ListUpdate/AquireUpdate into update.{cc,h}

This moves the ListUpdate/AquireUpdate out of the "catch-all"
algorithm.{cc,h} file into its own update.{cc,h}
apt-pkg/algorithms.cc
apt-pkg/algorithms.h
apt-pkg/makefile
apt-pkg/update.cc [new file with mode: 0644]
apt-pkg/update.h [new file with mode: 0644]
apt-private/private-update.cc