Comment 0 for bug 1234705

Revision history for this message
Colin Watson (cjwatson) wrote :

When apt-ftparchive is called upon to generate SHA512 checksums for a source package (e.g. when generating a Sources file referring to a .dsc that doesn't contain such checksums), the version in precise, quantal, and raring generate SHA256 checksums instead and claim they're SHA512. This is due to this line which is obviously incorrect once you notice it:

  SHA256Summation SHA512;

We need to fix this before Launchpad production is upgraded from lucid to precise.