logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

patchedit - Edit headers of a patch according to DEP3

Arguments

patchfile (required)
           The patch to work on.

Commands

edit (default)
           Opens patchfile in EDITOR (or VISUAL or sensible-editor) and

           •   checks all headers

           •   marks problems

           •   adds missing required headers with proposals for their values

           If no command is given, edit is chosen automatically.

       check
           Does  a  non-interactive  check  if the headers conform to DEP3. Prints the results (missing required
           headers, wrong values, ...) to stdout.

Description

patchedit is a helper script for managing patch headers according to <http://dep.debian.net/deps/dep3/>.

Environment

patchedit respects DEBEMAIL (or EMAIL) and DEBFULLNAME (for new Author or Reviewed-by headers).

Name

       patchedit - Edit headers of a patch according to DEP3

Note

       This script is not pkg-perl specific. It should go into devscripts eventually.

Options

-f|--fix
           Tries to fix problems in the headers when editing/checking patches.

       -o|--optional
           Also add/print missing optional headers.

       -h|--help
           Help output.

Synopsis

patchedit [command] patchfile

Todo

        * preserve the extra fields
        * preserve the order of the fields

See Also