Control: reassign -1 src:git 1:2.9.3-1
Control: retitle -1 [git] Please add dependency on "meld"
Control: found src:git 1:1.7.10.4-2
Control: tags -1 + patch

Hi,

On 11/05/2013 at 10:47, Jens Reyer wrote:
> for creating an "External diff" gitk requires "meld" to be installed.
> So please add a Recommends or Suggests on the meld package in
> debian/control.

I don't find this "External diff" function in gitk anymore, although
meld can still be found in gitk's preferences as "External diff tool".
So probably a gitk suggests meld would still make sense.

However nowadays I think git-gui should recommend or at least suggest
meld, because as Git-citool it uses it as merge tool. This is something
I regularly use. But on a freshly installed system with git-gui and gitk
meld wasn't installed, and not even hinted for.

Reassigning to src:git because I only request any dependency on meld.
Attached patch takes the minimal approach and only adds a suggests meld
to git-gui.

Greets
jre
diff --git a/debian/control b/debian/control
index 4e4132a..a16feb1 100644
--- a/debian/control
+++ b/debian/control
@@ -257,7 +257,7 @@ Architecture: all
 Multi-Arch: foreign
 Depends: git (>> ${source:Upstream-Version}), git (<< ${source:Upstream-Version}-.), tk
 Recommends: gitk
-Suggests: git-doc, aspell
+Suggests: git-doc, aspell, meld
 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

Reply via email to