diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2008-03-07 00:16:41 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2008-03-07 00:16:41 +0900 |
commit | 2710e7fa2149f83ad796f47b19133cf5e14d478a (patch) | |
tree | aecaeb009f8f6f86020d5b41ea0cfed90ab0d510 /Documentation | |
parent | 7f6ed1473e7dd12b917efd326edef6ea26c4be78 (diff) | |
download | pbuilder-2710e7fa2149f83ad796f47b19133cf5e14d478a.tar pbuilder-2710e7fa2149f83ad796f47b19133cf5e14d478a.tar.gz |
revise information about Git commit logs and changelog.
Information about committing and Changelog maintenance in pbuilder was outdated.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index 527baa3..aa2ee3d 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -1369,21 +1369,10 @@ git-clone ssh://git.debian.org/git/pbuilder/pbuilder.git </tgroup> </table> <para> - When making changes, a description of the change targeted at - developers should be documented in - <filename>ChangeLog</filename><footnote> - <para>ChangeLog is edited using emacs ChangeLog mode.</para> - </footnote>, and committed. A brief - summary of the change targeting end users should be documented - in <filename>debian/changelog</filename>, so that users can - see them. - - It is important to note that the description of - <filename>debian/changelog</filename> is targeted at users, - and <filename>ChangeLog</filename> is targeted at developers. - - For git commit messages, a cut-n-paste of - <filename>ChangeLog</filename> diff should be enough. + When making changes, changes should be documented in the Git + commit log. git-dch will generate debian/changelog from the + commit log. Make the first line of your commit log meaningful, + and add any bug-closing information available. </para> <para> A TODO file is available in <filename>debian/TODO</filename>. |