severity 656061 normal found 656061 git-core/1:1.5.5~rc2-1 tags 656061 + patch quit
Hi Jonathan, Jonathan Ballet wrote: > git-gui is able to do spell checking when editing commit message using > aspell or ispell, but you need to know that you should install one of > this package to have this feature available. > > Could git-gui Suggest aspell and/or ispell? Makes sense. Here's a rough patch; what do you think? -- >8 -- Subject: debian/git-gui: document aspell support in debian/control Since v1.5.5-rc0~3^2~32 (git-gui: Automatically spell check commit messages as the user types, 2008-02-07), git-gui has been able to to use aspell (but not ispell or hunspell yet) for spell checking on the fly. Document this so the sysadmin can know which package to install to help developers catch spelling errors early. Requested-by: Jonathan Ballet <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]> --- debian/changelog | 8 ++++++++ debian/control | 5 ++++- 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7fbce9db..1eaa2cae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +git (1:1.7.8.3-1.1) unstable; urgency=low + + * debian/control: git-gui: point to aspell for spell checking support + in the package description; Suggests: aspell (thx Jonathan Ballet, + closes: #656061). + + -- Jonathan Nieder <[email protected]> Mon, 16 Jan 2012 13:39:08 -0600 + git (1:1.7.8.3-1) unstable; urgency=medium * new upstream point release. diff --git a/debian/control b/debian/control index 21b77456..d8ec1a99 100644 --- a/debian/control +++ b/debian/control @@ -224,7 +224,7 @@ Architecture: all Depends: git (>> ${source:Upstream-Version}), git (<< ${source:Upstream-Version}-.), tk Replaces: git-core (<< 1:1.5.2.2-3) Recommends: gitk -Suggests: git-doc +Suggests: git-doc, aspell Description: fast, scalable, distributed revision control system (GUI) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile @@ -236,6 +236,9 @@ Description: fast, scalable, distributed revision control system (GUI) central server. . This package provides the git graphical user interface. + . + If aspell is installed, it can check the spelling of commit messages + as the user types. Package: gitk Architecture: all -- 1.7.9.rc1 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

