if (CompressionExtension.empty() == false)
CompressionExtension.erase(CompressionExtension.end()-1);
+ // only verify non-optional targets, see acquire-item.h for a FIXME
+ // to make this more flexible
if (Target->IsOptional())
Verify = false;
+ else
+ Verify = true;
Init(Target->URI, Target->Description, Target->ShortDesc);
}
-apt (0.8.16~exp5) UNRELEASEDexperimental; urgency=low
+apt (0.8.16~exp5) experimental; urgency=low
* apt-pkg/makefile:
- install sha256.h compat header
- do not check for a "Package" tag in optional index targets
like the translations index
- -- Michael Vogt <mvo@debian.org> Fri, 05 Aug 2011 09:11:42 +0200
+ -- Michael Vogt <mvo@debian.org> Fri, 05 Aug 2011 10:57:08 +0200
apt (0.8.16~exp4) experimental; urgency=low