all_info is only called once, rather than three times. The three calls were
the same, so all it was doing was wasting time. (Jonathan Lange)
Be more careful in how the .orig.tar.gz is constructed when building a source
package. Some overly general transformations were being applied, that changed
the content of some packages, and so caused the package to fail to build.
(James Westby)
pkgme.write_packaging. Instead use pkgme.api.get_all_info to get
packaging information, and pkgme.api.write_packaging_info to write it
out to disk. (Jonathan Lange)
From pkgme.testing, TempdirFixture, FileFixture and
ExecutableFileFixture. Use treeshape.FileTree instead.