Makefile.PL: avoid in-place editing with sed
[tools/pristine-tar.git] / TODO
1 * Investigate files that the programs cannot reproduce. Such files are stored
2   in the testsuite git branch.
3
4 * Would be nice to keep a md5sums list of the files in the manifest and
5   check and error if any are different. The error message from xdelta when
6   a source file doesn't have the right checksup is fairly obscure and
7   doesn't aid in fixing the problem.
8
9   There's an implementation of this in the manifest-md5sums branch of
10   git://git.debian.org/git/users/kibi-guest/pristine-tar.git , but I have
11   not yet decided about applying it, since it would bloat the delta files
12   with a list of all the files and md5sums..
13
14 * Optimisation: Enhance zgz so it runs multiple compression alternatives
15   block-by-block in parallell, aborting compressors when they differ
16   from the target file.
17
18 * Add binary deltas for unreproducible bz2 files. (But currently, only two
19   bz2 files are known that fails to reproduce: nsis and freecol in testsuite.)
20
21 * Support checkout/checkin using other VCS than git.
22
23   bzr-builddeb stores pristine-tar data in bzr repositories.
24   The delta is stored in a bzr revprop named "deb-pristine-delta"
25   or "deb-pristine-delta-bz2".