[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] debian/changelog: the version didn't match version
From: |
Ivan Raikov |
Subject: |
Re: [Chicken-hackers] debian/changelog: the version didn't match version.scm |
Date: |
Tue, 08 Jan 2008 10:11:03 +0900 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Well, if you can figure how to add entries to debian/changelog
programmatically, then yes. But since the Debian tools are extremely
picky about the format of that file, I always use the Emacs mode to
add entries to it. If there is a better way, I want to hear about it.
-Ivan
Ivan Shmakov <address@hidden> writes:
> Currently, it's not checked whether the version on the top of
> debian/changelog actually matches the one in version.scm. Thus,
> the Debian package built out of the fresh (2.740) source will
> have 2.732-0.1 in its Version: field.
>
> Perhaps, debian/changelog should be updated manually. However,
> couldn't there be a Make target to ensure that these versions do
> match, so that the Debian package will fail to build rather than
> being build with an incorrect Version:?