[Bug 196846] Re: gitk requires wish8.5 but depends on tk8.4

2008-04-22 Thread Ohad Lutzky
The fix is suboptimal, as wish8.5 can be installed (part of tk8.5, which
is available in hardy), and shows antialiased fonts. The best option IMO
would be the one currently in git (the git repository of gitk, that is),
which is to leave it at /usr/bin/wish and let people choose with update-
alternatives.

** Attachment added: "Patch from git"
   http://launchpadlibrarian.net/13824949/gitk_wish_version.patch

-- 
gitk requires wish8.5 but depends on tk8.4
https://bugs.launchpad.net/bugs/196846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 196846] Re: gitk requires wish8.5 but depends on tk8.4

2008-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package git-core - 1:1.5.4.3-1ubuntu2

---
git-core (1:1.5.4.3-1ubuntu2) hardy; urgency=low

  * debian/rules: Use wish8.4 for the tcl interpreter, to match our dependency
in debian/control. (LP: #196846)

 -- Bryan Donlan <[EMAIL PROTECTED]>   Sun, 06 Apr 2008 18:53:53
-0400

** Changed in: git-core (Ubuntu Hardy)
   Status: In Progress => Fix Released

-- 
gitk requires wish8.5 but depends on tk8.4
https://bugs.launchpad.net/bugs/196846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 196846] Re: gitk requires wish8.5 but depends on tk8.4

2008-04-08 Thread Steve Langasek
Bryan, thank you for the patch.  I'm assigning this bug to myself, and
plan to upload in the morning after verifying that the patch fixes all
the references to wish8.5.

** Changed in: git-core (Ubuntu Hardy)
 Assignee: (unassigned) => Steve Langasek (vorlon)
   Status: Triaged => In Progress

-- 
gitk requires wish8.5 but depends on tk8.4
https://bugs.launchpad.net/bugs/196846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 196846] Re: gitk requires wish8.5 but depends on tk8.4

2008-04-06 Thread Bryan Donlan
Fixed debdiff attached. I've also uploaded it to my PPA, in case that's
more convenient.

dget http://ppa.launchpad.net/bdonlan/ubuntu/pool/main/g/git-core/git-
core_1.5.4.3-1ubuntu2.dsc once the update run completes.

** Attachment added: "git-core_1.5.4.3-1ubuntu2.dsc.debdiff"
   http://launchpadlibrarian.net/13156001/git-core_1.5.4.3-1ubuntu2.dsc.debdiff

-- 
gitk requires wish8.5 but depends on tk8.4
https://bugs.launchpad.net/bugs/196846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 196846] Re: gitk requires wish8.5 but depends on tk8.4

2008-04-06 Thread Daniel Hahler
Bryan, thanks for the debdiff. Can you please fix the version in the changelog, 
so that it's ready for sponsoring?
I've tested the patch: it fixes the wrong path in /usr/bin/git-gui, at least.

** Changed in: git-core (Ubuntu Hardy)
   Status: Confirmed => Triaged
   Target: None => ubuntu-8.04

-- 
gitk requires wish8.5 but depends on tk8.4
https://bugs.launchpad.net/bugs/196846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 196846] Re: gitk requires wish8.5 but depends on tk8.4

2008-04-06 Thread Daniel Hahler
>From debian/changelog in Hardy:

git-core (1:1.5.4.3-1ubuntu1) hardy; urgency=low

  * debian/control: Switch back Tcl/Tk dependencies to 8.4, since that's what
we settled for in Hardy.
  [...]

 -- Martin Pitt <[EMAIL PROTECTED]>  Wed, 27 Feb 2008 16:34:26
+0100

-- 
gitk requires wish8.5 but depends on tk8.4
https://bugs.launchpad.net/bugs/196846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 196846] Re: gitk requires wish8.5 but depends on tk8.4

2008-04-03 Thread Bryan Donlan
** Tags added: patch

-- 
gitk requires wish8.5 but depends on tk8.4
https://bugs.launchpad.net/bugs/196846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 196846] Re: gitk requires wish8.5 but depends on tk8.4

2008-03-20 Thread Iulian Udrea
** Changed in: git-core (Ubuntu)
   Importance: Undecided => High

-- 
gitk requires wish8.5 but depends on tk8.4
https://bugs.launchpad.net/bugs/196846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 196846] Re: gitk requires wish8.5 but depends on tk8.4

2008-03-20 Thread James Westby
Hi,

This also applies to git-gui.

Is there a reason that the dependency is not just updated?

Thanks,

James


** Tags added: bitesize

-- 
gitk requires wish8.5 but depends on tk8.4
https://bugs.launchpad.net/bugs/196846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 196846] Re: gitk requires wish8.5 but depends on tk8.4

2008-03-14 Thread Bryan Donlan
Attached is a trivial patch to fix this. I'm also uploading a fixed
package to my PPA.

Nominating this for hardy, as the fix is truly trivial, and gitk is
broken without it.

** Attachment added: "fix-gitk-tcl-version.diff"
   http://launchpadlibrarian.net/12677945/fix-gitk-tcl-version.diff

-- 
gitk requires wish8.5 but depends on tk8.4
https://bugs.launchpad.net/bugs/196846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 196846] Re: gitk requires wish8.5 but depends on tk8.4

2008-03-02 Thread Bregor Esgarothian
As a temporary solution I did the following:

# ln -s /usr/bin/wish8.4 /usr/bin/wish8.5

-- 
gitk requires wish8.5 but depends on tk8.4
https://bugs.launchpad.net/bugs/196846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 196846] Re: gitk requires wish8.5 but depends on tk8.4

2008-02-28 Thread Tyler Willingham
I am seeing this on hardy.

** Changed in: git-core (Ubuntu)
   Status: New => Confirmed

-- 
gitk requires wish8.5 but depends on tk8.4
https://bugs.launchpad.net/bugs/196846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs