TODO list for development of debnest
====================================

 * Introduce a XS-Debnest-Source field in debian/control 
   Used to keep keep package in sync whith versions of nested package(s)

 * Introduce debnest-rebuild target to debnest-core
   Used to update debian/control and debian/changelog files from *.dsc
   files

 * Update debnest-edit-patch
   (Would be nice not to have to sync with dpatch-edit-patch by hand)
   [ Use simple-patchsys which calls 'debian/rules pre-build' or hope
     that #397290 gets fixed ]

 * Make it possible for the debnet-unpack target to call an equivalent
   target in nested packages.
   Used for patching packages like apache1
   [ Set DEBNEST_RECURSIVE_UNPACK *before* including cdbs/1/debnest.mk ]

 * pre-build script hook (and possibly pre-patch for debnest-dpatch).
   Used to make changes that isn't optimal to do by patching, for example
   moving files.
   [ By adding a pre-built:: target ]

 * Unpack in non version dependendt directory
   This makes updating to new versions easier.

 * Documentation, documentation, documentation
   A manpage for debnest

