Changes for version 2.01

* Changed the scripts to refer to /usr/bin/perl rather than /bin/perl.
* Added an extended description to the image control file.
* Added a note that the dist target requires a PGP key.
* Fixed a typo (missing DEBDIR) in debian.rules.
* Fixed the targets expected by make-dpkg (kernel_image rather than 
  kernel-image, etc).
* In image.postinst, made arguments to system be a single argument if 
  the arguments contain shell metacharacters, (this way perl passes
  them to sh -c).
* Made make-kpkg accept non floats as revision numbers, to facilitate 
  local names.
* Fixed silly bug in makefloppy in image.postinst.
* Fixed the extended description of the kernel-package package.
* Updated the image postinst to install the mbr, if it exists, and to
  activate the root partition, and to not overwrite the mbr (oops).
* Changed maintainer email address to debian.org (I'll be in a state of 
  flux soon)

Changes for version 2.02
* Made image.postinst more polite.
* Also enabled kernel-{source,image,headers} targets in kernel.rules
* Changed make-kpkg to also accept the new targets.
* Fixed typo in man page.
* The man page says it is an adminstrators man page rather than a 
  programmers man page.
* Recommended libc-dev for kernel-source and kernel-package
* source suggests ncurses3.0-dev, tk40-dev and the description explains
  you could use make menuconfig rather than plain old make config if you
  had these packages.
* Fixed typo in the rules for modules in /usr/src/modules/ directory
* Made the rules for such modules ignore errors (since they are not really
  a part of this package, error there should not halt this build (or so
  people seem to want it)
* Look for modules in the kernel config file (or the default config file
  if the user has not supplied a config file), and only make modules and 
  install them if modules have been configured in the config file. This
  could be tested better.
* Fixed the make-kpkg.8 man page so that it now does not seem to mandate
  a source and diff file for additional modules installed under the 
  directory /usr/src/modules/ (whether these files are produced is at the
  discretion of the maintainer of that modules package.
* Make configure depend on stamp-configure which in turn depends on .config
  Hopefully, this will remake the image atrget if one changes the config file
  Hopefully, this will not cause the image target to build needlessly.

Changes for version 2.03
* Fixed typo in make-kpkg man pages where it insisted that it was make-dpkg ;-)
* Made the close brackets agree with open brackets in the man page synopsis. 
  This fixes Bug#3960

