Switched from git log+debchange to gbp dch to autogenerate d/changelog.#200
Open
petterreinholdtsen wants to merge 1 commit intoSebKuzminsky:masterfrom
Open
Switched from git log+debchange to gbp dch to autogenerate d/changelog.#200petterreinholdtsen wants to merge 1 commit intoSebKuzminsky:masterfrom
petterreinholdtsen wants to merge 1 commit intoSebKuzminsky:masterfrom
Conversation
This add author name to the list. Fixes SebKuzminsky#198
Owner
I don't understand this comment. This change means we now have a build dependency on git-buildpackage, right? |
Contributor
Author
|
[Sebastian Kuzminsky]
> This add author name to the list.
I don't understand this comment.
I mean to explain that the text placed in d/changelog is slightly
different, with [Author Name] placed in front of each list of changes.
Check out the output from 'gbp dch' compared to the output generated by
the current code.
This change means we now have a build dependency on git-buildpackage,
right?
Yes, when the d/changelog file need to be updated.
…--
Happy hacking
Petter Reinholdtsen
|
Owner
Ah thanks, that clears up my confusion.
Which happens when we |
Contributor
Author
|
[Sebastian Kuzminsky]
Which happens when we `make clean`, as in `debian/rules clean`, for
some reason. I can no longer build debs in pbuilder with this branch.
As far as I can tell, it will keep the d/changelog untouched if it find
the version number it inserted earlier.
--
Happy hacking
Petter Reinholdtsen
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This add author name to the list.
Fixes #198