How to apply a changelog file to packages in a PPA when building from recipe?
Posted
by
rafalcieslak
on Ask Ubuntu
See other posts from Ask Ubuntu
or by rafalcieslak
Published on 2011-02-19T13:22:10Z
Indexed on
2011/02/19
15:33 UTC
Read the original article
Hit count: 340
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?
© Ask Ubuntu or respective owner