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 :) |
|
issue: There are SRU docs in the diff??? |
Signed-off-by: Dominik Viererbe <dominik.viererbe@canonical.com>
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.
praise: thanks for catching the typo
Co-authored-by: Dominik Viererbe <github@dviererbe.de>
A few gems in here, plus the relevant links to Debian Policy. Feel free to make minor modifications before merging if needed.