Dear all,

Previoulsy I used the
Code:
make-kpkg
to package kernel newly built. On the command line I can add the option
Code:
--apped-to-version=xxxxxx
in order to modify (specialize) the name of the package and of the Kernel.
But now I follow another tutorial to build the kernel and on the command line I can't set something to differentiate the outputs. The new command line is
Code:
fakeroot debian/rules binary
Could you help me to find the simplest and most efficient way to produce a kernel (and package) with a dedicated suffix ?

I've looked for "make-kpkg" in scripts in my build folder without success. So this command is not used now.

Thank a lot.