Re: [PATCH] builddeb: generate a changes file from the build

2015-05-16 Thread Yves-Alexis Perez
On jeu., 2015-05-14 at 14:35 +0200, Yves-Alexis Perez wrote: > +# Generate a change file > +(cd $KBUILD_OUTPUT; dpkg-genchanges -b > > ../linux_${packageversion}_${debarch}.changes) > + Actually cwd during the build is KBUILD_OUTPUT already, so the cd part is unnecessary (I can resend a v2 if re

[PATCH] builddeb: generate a changes file from the build

2015-05-14 Thread Yves-Alexis Perez
A changes file (also called Debian upload control file) contains information about binary packages, including the changelog entry, the maintainer, the package list and the checksums. It can be used by various Debian tools like dput and dcmd to execute action on all the build packages at once, for