In the project I’m in we build debian packages to distribute our software. The changelog is edited by a couple of committers and tends to be invalid.
Is there a way to check if the changelog is valid without the need to run a full “debuild”?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
dchis a tool for editing changelogs. It will complain if the changelog is invalid I believe. (You could also encourage the other committers to use this to avoid the problem in the first place!)dpkg-sourcereads the changelog file when building the source. That would make quite a reasonable “sanity” check, but doesn’t do a full build.