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?
debian/changelog... – Kees Cook Mar 10 '11 at 21:36Launchpad has a special system to manage this type of questions, you can ask it here, where other people, including developers and users, will be able to answer you, or here, where the thing becomes more official.
– sebikul Mar 10 '11 at 21:38bzr dailydeb project.recipe working-dirwhere the recipe file just gets the source branch and nests the packaging information). – htorque Mar 11 '11 at 16:41