When my package gets build by launchpad using a recipe, it ignores the ./debian/changelog file I provide, and it generates a useless one like following:
harmonyseq (0.14~natty1) maverick; urgency=low
* Auto build.
-- Rafal Cieslak <rafalcieslak256@gmail.com> Tue, 25 Jan 2011 16:56:57 +0000
It would be much better if launchpad stored the list of changes I prepared in the changelog file, rather than just putting "Auto build" there.
How do I force launchpad to use the list of changes from my changelog file, when building packages from a recipe?