How to apply a changelog file to packages in a PPA when building from recipe?
- by rafalcieslak
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 <[email protected]> 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 there "Auto build".
How do I force launchpad to use the list of changes from my changelog file, when building packages from a recipe?