fix for ticket #2074, part 2 of 3 (documentation)
This commit is contained in:
parent
1cbc14025c
commit
dfeeb2541d
|
@ -75,6 +75,8 @@ from <code>Makefile</code> with <code>boost_version</code> from <code>bin/dist.s
|
||||||
Make sure to check the versions for all the tools mentioned in these
|
Make sure to check the versions for all the tools mentioned in these
|
||||||
files. Also check that there are no tools missing from the distribution
|
files. Also check that there are no tools missing from the distribution
|
||||||
script that are mentioned in the master <code>Makefile</code>.<br>
|
script that are mentioned in the master <code>Makefile</code>.<br>
|
||||||
|
|
||||||
|
|
||||||
<h1>Updating release version and changelog</h1>
|
<h1>Updating release version and changelog</h1>
|
||||||
Updating the release version and maintining a changelog helps people
|
Updating the release version and maintining a changelog helps people
|
||||||
track the progress of the project. Also, building binary packages rely
|
track the progress of the project. Also, building binary packages rely
|
||||||
|
@ -82,8 +84,14 @@ on this information, in particular debian packages won't build if there
|
||||||
is a mismatch between the release version and the topmost entry in the
|
is a mismatch between the release version and the topmost entry in the
|
||||||
debian changelog file.<br>
|
debian changelog file.<br>
|
||||||
<br>
|
<br>
|
||||||
Curently, only the debian changelog keeps track of the changes and the
|
You need to update the version information in the following files:
|
||||||
version of Campcaster. To update the changelog, edit <code>etc/debian/changelog</code>,
|
<ul>
|
||||||
|
<li><code>etc/debian/changelog</code></li>
|
||||||
|
<li><code>etc/configure.ac</code></li>
|
||||||
|
<li><code>etc/doxygen.config</code></li>
|
||||||
|
<li><code>etc/xmlrpc-doxygen.config</code></li>
|
||||||
|
</ul>
|
||||||
|
To update the changelog, edit <code>etc/debian/changelog</code>,
|
||||||
by inserting a section onto the top of the file:<br>
|
by inserting a section onto the top of the file:<br>
|
||||||
<br>
|
<br>
|
||||||
<pre>campcaster (<version>-1) unstable; urgency=low<br><br> * Changes listed here<br><br> -- <code>Package Maintainer <maintainer@foo.bar></code> <timestamp><br><br></pre>
|
<pre>campcaster (<version>-1) unstable; urgency=low<br><br> * Changes listed here<br><br> -- <code>Package Maintainer <maintainer@foo.bar></code> <timestamp><br><br></pre>
|
||||||
|
|
Loading…
Reference in New Issue