-
Notifications
You must be signed in to change notification settings - Fork 32
Write initial patchfiles documentation #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write initial patchfiles documentation #87
Conversation
|
Just of note, if someone wants to make it easy on themselves:
The more you know! 🌈 ⭐ |
praise: Good to know, this a really nice tool :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
issue: There are SRU docs in the diff??? |
Signed-off-by: Dominik Viererbe <[email protected]>
This commit semanticly combines the work I have done 7 months ago in the branch 'how-to/patch-management' and the new contributions by tsimonq2 on documenting patch managment on Ubuntu source packages. This commit also adds new work on this topic.
ebf64c2 to
d65d176
Compare
Solved it:
|
|
note: the linkcheck failures can be ignored The links all work |
|
note: This how-to does not show how to easily generate a patchfile with git-ubuntu. I created this task as #94 – marked as a good first issue. |
| if ! grep --silent --fixed-strings '3.0 (quilt)' \ | ||
| "${SourcePackageRoot}/debian/source/format" | ||
| then | ||
| echo -e '\033[1;33mWARNING\033[0m: This source package does \033[1mNOT\033[0m use the 3.0 (quilt) format. The corresponding defaults defined in ~/.quiltrc do not get applied.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: thanks for catching the typo
Co-authored-by: Dominik Viererbe <[email protected]>
A few gems in here, plus the relevant links to Debian Policy. Feel free to make minor modifications before merging if needed.