TODO list for 1.0 target, to be implemented in 0.99.x
========================

- support other patch-application methods than "patch", esp. combined
patch+cp (#118232, #129459) - be careful on unpatch.  See description
of "revision 1" format in the doc.

- support for concurent patch files for one kernel
   (eg: 2.2.14-vanilla vs. 2.2.14-with-rtai-1.3)
   Possible formulation:
Kernel-version: 2.2.14
Kernel-flavour: rtai

- a utility to display available versions of patches

- review the kpatches-specs and kpatch-policy documents, and manpage.

- maybe make dh_inst check build-deps versionning

- make dh_installkpatches validate the fields in the kpatches file, so
that wished features do not get reported as bugs :)


(possibly) post-1.0 TODO list
=============================

- rewrite apply/unpatch in perl

- kernel-patch-common package, for space-saving and collaborating
packages (see #118122)

- tarfile support may require pax(1) to get Path-strip-level support

- support for use of make-kpkg's versionning (eg. Version-sensitive:
yes) ?

- support for open kversion ranges, and enumerated.  Something like:
Kernel-version: 2.4.15 -	(meaning: all 2.4 kernels starting at .15)
Kernel-version: 2.2.10 -, 2.4.5 -
