On Sat, Feb 20, 2021 at 4:34 PM Leo Famulari wrote: > > * gnu/packages/gnome.scm (ocrfeeder): New variable > > * gnu/packages/python-xyz.scm (python-sane): New variable > > In general, we add packages one commit at a time, so we prefer to > receive this as two patches. First, a patch that adds python-sane, and > then a second patch adding ocrfeeder. > Thus this bug now depends on the separate python-sane patch https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46675 Not sure if GNU Debbugs has a way to show dependency > > + (synopsis "A Complete OCR Suite") > > I would write, simply, "Complete OCR Suite". For some reason, the linter > doesn't complain for me, but it should recommend against starting > synopses with an article. That is, with "a", "an", or "the". > changed as suggested > https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html > > > + (description "OCRFeeder is a complete Optical Character > > Recognition and Document Analysis and Recognition program") > > And make sure to end the sentence with a period "." > > added