diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2009-05-04 10:45:14 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2009-05-04 10:45:14 +0900 |
commit | a9604a803bc3538c602edaed90abf89ee833e3fe (patch) | |
tree | bbe889a13800e7dac52e2a42b83b785be32c68d4 /Documentation | |
parent | 6246f585e96b8002ef5061723475d90cc5ff3527 (diff) | |
download | pbuilder-a9604a803bc3538c602edaed90abf89ee833e3fe.tar pbuilder-a9604a803bc3538c602edaed90abf89ee833e3fe.tar.gz |
add a note that debian/changelog should not be edited.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index b23e783..b75d20d 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -1367,7 +1367,9 @@ git-clone ssh://git.debian.org/git/pbuilder/pbuilder.git</screen> 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. + and add any bug-closing information available. + debian/changelog should not be edited directly unless when + releasing a new version. </para> <para> A TODO file is available in <filename>debian/TODO</filename>. |