From 4e3c5633b1e74b4f58b95f339cfbbf4cbf21ab3e Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 6 Jan 2016 00:05:24 +0100 Subject: allow pdiff bootstrap from all supported compressors There is no reason to enforce that the file we start the bootstrap with is compressed with a compressor which is available online. This allows us to change the on-disk format as well as deals with repositories adding/removing support for a specific compressor. --- apt-pkg/acquire-item.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'apt-pkg/acquire-item.h') diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index 134bbab7e..93ff0a9c3 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -841,10 +841,7 @@ class APT_HIDDEN pkgAcqIndexDiffs : public pkgAcqBaseIndex /** The current status of this patch. */ enum DiffState - { - /** \brief The diff is in an unknown state. */ - StateFetchUnkown, - + { /** \brief The diff is currently being fetched. */ StateFetchDiff, -- cgit v1.2.3